﻿/* -----------------------------------------------------------------------------

Hajs - Hajs - Modern Multi-Purpose Landing Page Template

File:			Base SCSS File (Rounded)
Version:        1.0
Last change:    28/02/17 
Author:			Suelo 

Table of Contents:

1. Setup
2. Basic
3. Header 
4. Content 
-- 4.1 Blog.btn-download > .content
-- 4.2 Features
-- 4.3 Intro
-- 4.4 Members
-- 4.5 Other
-- 4.6 Page Title
-- 4.7 Product
-- 4.8 Steps
-- 4.9 Timeline
-- 4.10 Register
5. Footer
6. Elements 
-- 6.1 Alerts
-- 6.2 Backgrounds
-- 6.3 Badges
-- 6.4 Buttons
-- 6.5 Carousel
-- 6.6 Forms 
-- 6.7 Icons
-- 6.8 Loader
-- 6.9 Messenger
-- 6.10 Modals
-- 6.11 Navigations
-- 6.12 Notification Bar
-- 6.13 Other
-- 6.14 Pagination
-- 6.15 Testimonials
-- 6.16 Typography
7. Widgets 
8. Animations 

/* ---------------------------------------------------------------------- */
/* --- 00 Import styles
/* ---------------------------------------------------------------------- */

/**
為何不把相對路竟寫成../css/開頭就好，而是要寫完整到研討會apName的原因在於
import的這些css如果裡頭還有對應到相對路徑連接的檔案的話，如果沒寫好在註冊頁面裡就會無法顯示icon
例如iconfont.css裡頭還有連接到../fonts/icomoon.ttf的字體檔案就會發生上述的問題
**/
@import url("/Campaign/MicroLED_SZ2019/GB/css/iconfont.css");
@import url("/Campaign/MicroLED_SZ2019/GB/css/plugins-bundle.css");

/* ----------------------------------------------------------------------------- */
/* --- 1. SETUP
/* ----------------------------------------------------------------------------- */
@font-face{
	font-family: siyuanFont;
	src: url(../fonts/思源黑体TC-ExtraLight.otf);
}
html {
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  html {
    font-size: 13px;
  }
}

body {
  position: relative;
  color: #000000;
  background-color: #ffffff;
  font-family:siyuanFont;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input {
  font-family: inherit;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000d5d;
}

a:hover, a:focus {
  text-decoration: none;
  color: #882300;
}

textarea:focus, input:focus, a:focus, a:visited, *:focus {
  outline: none;
}

iframe {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.container-custom {
  margin-left: 4vw;
  margin-right: 4vw;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#intro .container-custom {
  display: table;
}
@media only screen and (max-width: 800px) {
  #intro .container-custom {
    background-image: url("../img/ledforum2018-subject-shadow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media only screen and (max-width: 500px) {
  #intro .container-custom {
    margin-left: 0;
    margin-right: 0;
  }
}

.container-custom > .main.left, .container-custom > .sidebar.left {
  float: left;
}

@media only screen and (max-width: 767px) {
  .container-custom > .main.left, .container-custom > .sidebar.left {
    float: none;
  }
}

.container-custom > .main.right, .container-custom > .sidebar.right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .container-custom > .main.right, .container-custom > .sidebar.right {
    float: none;
  }
}

.container-custom > .main {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .container-custom > .main {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.container-custom > .sidebar {
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .container-custom > .sidebar {
    width: 100%;
  }
}

.container-md {
  width: 860px;
}

@media only screen and (max-width: 767px) {
  .container-md {
    width: 730px;
  }
}

@media only screen and (max-width: 575px) {
  .container-md {
    width: auto;
  }
}

::selection, *::-moz-selection {
  background: #1a102d;
  color: #ffffff;
}

/* ---------------------------------------------------------------------------- */
/* --- 2. BASICS
/* ----------------------------------------------------------------------------- */
.relative {
  position: relative;
  z-index: 2;
}

.block {
  display: block;
}

.dark {
  color: #fff;
}

.pull-up-0 {
  margin-top: -0px !important;
}

.pull-up-5 {
  margin-top: -5px !important;
}

.pull-up-10 {
  margin-top: -10px !important;
}

.pull-up-15 {
  margin-top: -15px !important;
}

.pull-up-20 {
  margin-top: -20px !important;
}

.pull-up-25 {
  margin-top: -25px !important;
}

.pull-up-30 {
  margin-top: -30px !important;
}

.pull-up-35 {
  margin-top: -35px !important;
}

.pull-up-40 {
  margin-top: -40px !important;
}

.pull-up-45 {
  margin-top: -45px !important;
}

.pull-up-50 {
  margin-top: -50px !important;
}

.push-down-0 {
  margin-bottom: -0px !important;
}

.push-down-5 {
  margin-bottom: -5px !important;
}

.push-down-10 {
  margin-bottom: -10px !important;
}

.push-down-15 {
  margin-bottom: -15px !important;
}

.push-down-20 {
  margin-bottom: -20px !important;
}

.push-down-25 {
  margin-bottom: -25px !important;
}

.push-down-30 {
  margin-bottom: -30px !important;
}

.push-down-35 {
  margin-bottom: -35px !important;
}

.push-down-40 {
  margin-bottom: -40px !important;
}

.push-down-45 {
  margin-bottom: -45px !important;
}

.push-down-50 {
  margin-bottom: -50px !important;
}

.animated {
  visibility: hidden;
}

.animated.visible {
  visibility: visible;
}

.border {
  border: 1px solid #e4e4e4;
}

.dark .border {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.border-top {
  border-top: 1px solid #e4e4e4;
}

.border-left {
  border-left: 1px solid #e4e4e4;
}

.dark .border-top, .dark.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}

.dark .border-bottom, .dark.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.shadow {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
}

.container {
  position: relative;
}



.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row.no-padding > *[class^='col'], .row.no-padding > *[class*=' col'] {
  padding-left: 0;
  padding-right: 0;
}

.row.with-separator {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 767px) {
  .row.with-separator {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row.with-separator > *[class^='col'], .row.with-separator > *[class*=' col'] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.with-separator > *[class^='col']:not(:last-child), .row.with-separator > *[class*=' col']:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .row.with-separator > *[class^='col']:not(:last-child), .row.with-separator > *[class*=' col']:not(:last-child) {
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  .row.with-separator > *[class^='col'], .row.with-separator > *[class*=' col'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.h-100 {
  height: 100px;
}

.h-200 {
  height: 200px;
}

.h-300 {
  height: 300px;
}

.h-400 {
  height: 400px;
}

.h-500 {
  height: 500px;
}

.h-600 {
  height: 600px;
}

.h-700 {
  height: 700px;
}

.h-800 {
  height: 800px;
}

.h-900 {
  height: 900px;
}

.h-sm {
  height: 40vh;
}

.h-md {
  height: 60vh;
}

.h-lg {
  height: 80vh;
}

.fullheight {
  height: 100vh;
}

.min-fullheight {
  min-height: 100vh;
}

.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.v-bottom {
  position: relative;
  top: 80%;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .v-bottom {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 991px) {
  .h-sm, .h-md, .h-lg, .fullheight {
    height: auto;
  }
}

/* ---------------------------------------------------------------------------- */
/* --- 3. HEADER
/* ----------------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 400px;
  padding: 45px;
  z-index: 900;
  overflow: auto;
  background-image: url("../img/ledforum2018-sidebar-bg.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1500px) {
  #header {
    width: 360px;
    padding: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  #header {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  	-webkit-box-shadow: 0px 0 10px 0 #1B102E;
  	-moz-box-shadow: 0px 0 10px 0 #1B102E;
  	box-shadow: 0px 0 10px 0 #1B102E;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    width: 300px;
    padding: 25px;
  }
}

@media only screen and (max-width: 575px) {
  #header {
    width: calc(100% - 55px);
  }
}

#header .logo {
  margin-bottom: 6vh;
}

#header .logo img {
  max-height: 80px;
}

@media only screen and (max-width: 1500px) {
  #header .logo {
    margin-bottom: 5vh;
  }
}

#header hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#header .bottom {
  position: absolute;
  bottom: 30px;
  left: 45px;
  right: 45px;
}

@media only screen and (max-height: 690px) {
  #header .bottom {
    position: static;
    margin-top: 2rem;
  }
}

#header .bottom p {
  font-size: 0.85rem;
  margin-bottom: 0;
}

#header .bottom .nav-bottom {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

#header .bottom .nav-bottom > li {
  display: inline-block;
}

#header .bottom .nav-bottom > li + li {
  margin-left: 0.5rem;
}

#header .bottom .nav-bottom > li + li:before {
  content: '/';
  margin-right: 0.5rem;
  color: #858e98;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#header .bottom .nav-bottom > li > a {
  color: #858e98;
}

#header .bottom .nav-bottom > li > a:hover, #header .bottom .nav-bottom > li > a:focus, #header .bottom .nav-bottom > li > a.active {
  color: #383c40;
}

#header .bottom .nav-bottom > li > a > .flag-icon {
  margin-right: 0.5rem;
}

.nav-open #header {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

/* Navigation Vertical */
.nav-main-vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.nav-main-vertical li a {
  position: relative;
  font-size: 1.5rem;
  display: block;
  cursor: pointer;
  color: #FFFFFF;
}
.nav-main-vertical li {
  padding: 0.8rem 0;
}
@media only screen and (max-width: 1500px) {
  .nav-main-vertical li {
    padding: 0.5rem 0;
  }
}

.nav-main-vertical li a > i {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-right: 1rem;
  line-height: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.nav-main-vertical li a:hover > i, .nav-main-vertical li a:focus > i, .nav-main-vertical li a.active > i {
  color: #e0d333;
}

/* Navigation links falling effect */
#nav-main li a {
  position: relative;
  overflow: hidden;
}
#nav-main li a span[data-hover] {
  position: relative;
  min-width: 100px;
  display: inline-block;
  -webkit-transition: -webkit-transform .4s;
		  transition: transform .4s;
}
#nav-main li a span[data-hover]:before {
  position: absolute;
  top: 100%;
  font-weight: 700;
  color: #ffd67a;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
  -webkit-transition: color .4s;
		  transition: color .4s;
}
#nav-main li a:hover span[data-hover] {
  -webkit-transform: translate3d(0, -100%, 0);
		  transform: translate3d(0, -100%, 0);
}
#nav-main .active span[data-hover],
#nav-main .active:focus span[data-hover],
#nav-main .active:hover span[data-hover] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* Header Mobile */
#header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  z-index: 899;
  -webkit-box-shadow: 0 0 20px 0 rgba(50, 55, 58, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(50, 55, 58, 0.1);
  box-shadow: 0 0 20px 0 rgba(50, 55, 58, 0.1);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: none;
}

@media only screen and (max-width: 1199px) {
  #header-mobile {
    display: block;
  }
}

#header-mobile .logo-primary {
  padding: 17px 0 0 0;
}

#header-mobile .logo img {
  max-height: 45px;
}

#nav-toggle {
  position: absolute;
  top: 28px;
  right: 15px;
  width: 30px;
  height: 26px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 3px;
}

#nav-toggle span:nth-child(2), #nav-toggle span:nth-child(3) {
  top: 11px;
}

#nav-toggle span:nth-child(4) {
  top: 20px;
}

#nav-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-toggle.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* ---------------------------------------------------------------------------- */
/* --- 4. CONTENT
/* ----------------------------------------------------------------------------- */
#content {
  position: relative;
  margin-left: 400px;
  overflow: hidden;
}

@media only screen and (max-width: 1500px) {
  #content {
    margin-left: 360px;
  }
}

@media only screen and (max-width: 1199px) {
  #content {
    margin-left: 0;
    margin-top: 68px;
  }
}

section, .section {
  position: relative;
}


/* Page Seperator */
.header-bg {
  position: relative;
  padding: 3rem 5% !important;
}
.header-bg:before,
.header-bg:after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.page-seperator {
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.ss-style-doublediagonal {
  z-index: 1;
  padding-top: 1em;
  background: #FFFFFF;
  text-align: center;
}
.ss-style-doublediagonal:before,
.ss-style-doublediagonal:after {
  left: 136%;
  width: 150%;
}
.ss-style-doublediagonal:before {
  height: 85%;
  top: 120%;
  background: #FFFFFF;
  z-index: -1;
  -webkit-transform: rotate(184deg);
  transform: rotate(184deg);
  -webkit-transform-origin: -4% 0;
  transform-origin: -4% 0;
}
.ss-style-doublediagonal:after {
  height: 90%;
  top: 95%;
  background: #1e214e; /* Old browsers */
  background: -moz-linear-gradient(left, #fb4fa3 15%, #d762ef 35%, #c959eb 65%, #fa489c 87%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fb4fa3 15%,#d762ef 35%,#c959eb 65%,#fa489c 87%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fb4fa3 15%,#d762ef 35%,#c959eb 65%,#fa489c 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4fa3', endColorstr='#fa489c',GradientType=1 ); /* IE6-9 */
  z-index: -5;
  -webkit-transform: rotate(183deg);
  transform: rotate(183deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-box-shadow: 16px -10px 20px -13px #160e23 inset;
  -webkit-box-shadow: 16px -10px 20px -13px #160e23 inset;
  box-shadow: 16px -10px 20px -13px #160e23 inset;
}
.hidden {
  visibility: hidden;
}
.to-show-shadow {
  position: absolute;
  z-index: 2;
}


#overview.section {
  padding-top: 1rem;
}
@media only screen and (max-width: 1200px) {
  #overview.section {
	padding-top: 3rem;
  }
}

section.cover, .section.cover {
  padding-top: 0;
  padding-bottom: 0;
}

section.section-sm, .section.section-sm {
  padding-top: 45px;
  padding-bottom: 45px;
}

section.protrude, .section.protrude {
  z-index: 2;
}

/* 4.2 Features
----------------------------------------------------------*/
.feature {
  margin-bottom: 30px;
  display: block;
}

.feature.feature-1 {
  min-height: 130px;
}

.feature.feature-1 .feature-content {
  padding-left: 95px;
  padding-top: 3rem;
}

.feature.feature-1 .icon {
  float: left;
}

.feature.feature-1 .icon.icon-sm + .feature-content {
  padding-left: 55px;
}

.feature.feature-1 .icon.icon-lg + .feature-content {
  padding-left: 120px;
}

.feature.feature-1 .icon.icon-circle + .feature-content {
  padding-left: 95px;
}

.feature.feature-1 .icon.icon-circle.icon-sm + .feature-content {
  padding-left: 64px;
}

.feature.feature-1 .icon.icon-circle.icon-lg + .feature-content {
  padding-left: 140px;
}

/* 4.3 Intro
----------------------------------------------------------*/
.intro {
  /*position: relative;*/
  position: fixed;
  width: 100%;
  min-height: 100%;
  height: 100%;
  z-index: -1;
}

.intro-title {
	display: table-cell;
	vertical-align: middle;
	padding: 35px;
}
@media only screen and (min-width: 1900px) {
  .intro-title {
    padding: 35px 80px;
  }
}

#scroll-animate-main
{
  width: 100%;
  left: 0;
  position: fixed;
}

#heightPage,
#heightScroll
{
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage
{
  left: 0;
}

#heightScroll
{
  right: 0;
}

#content-wrap {
  position: relative;
  z-index: 11;
  background-color: #FFFFFF;
  margin-bottom: 300px;
}
@media only screen and (max-width: 515px) {
  #content-wrap {
    margin-bottom: 200px;
  }
}

#intro,
#scroll-animate-main
{
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

.intro .intro-box {
  background-color: #fff;
}

.intro .intro-box .slick-list, .intro .intro-box .slick-track, .intro .intro-box .slide {
  height: 100% !important;
}

.intro .intro-box .slide {
  position: relative;
}

/* 4.4 Members
----------------------------------------------------------*/
.member {
  text-align: center;
  margin-bottom: 1.5rem;
}

.member .member-image {
  position: relative;
  margin-bottom: 1rem;
  width: 220px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #fff;
}

.member .member-image > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.member .member-image:after {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  content: ' ';
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

.member .member-image .member-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -moz-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -o-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0.9);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.9);
  -o-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

.member .member-image:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  visibility: visible;
}

.member .member-image:hover > .member-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  visibility: visible;
}

/* 4.5 Other
----------------------------------------------------------*/
/* Rate */
.rate > i {
  color: #bebfbf;
}

.rate > i:not(:last-child) {
  margin-right: 0.25em;
}

.rate > i.active {
  color: #ebd072 !important;
}

.dark .rate > i {
  color: rgba(255, 255, 255, 0.4);
}

/* Spread items */
.spread-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spread-items > li {
  display: inline-block;
  margin: 3rem;
}

/* Grey to Color */
.grey-to-color {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grey-to-color:hover, .grey-to-color:focus {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Contact Box */
#location {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contact-box {
  background-color: #fff;
  -webkit-border-radius: 15px 15px 0 15px;
  -moz-border-radius: 15px 15px 0 15px;
  -ms-border-radius: 15px 15px 0 15px;
  -o-border-radius: 15px 15px 0 15px;
  border-radius: 15px 15px 0 15px;
  width: 400px;
  margin-left: 7%;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 700px) {
  .contact-box {
    width: 320px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-box {
    width: 70%;
    margin: 50px auto;
  }
}

.contact-box:after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #fff transparent transparent;
  content: ' ';
}

.contact-box .contact-box-title {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f6f8f7;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}

.contact-box .contact-box-content {
  padding: 2rem 2.5rem;
}

.contact-item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.contact-item .icon {
  float: left;
}

.contact-box .contact-box-content i {
  color: #e0d333;
}

.contact-item .contact-item-content {
  padding-left: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-item .contact-item-content .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  display: block;
  font-size: 0.9rem;
}

.contact-item .contact-item-content .value {
  font-size: 1rem;
}

.contact-item .contact-item-content .value:hover, .contact-item .contact-item-content .value:focus {
  color: #1ca76c;
}

/* 4.6 Page Title
----------------------------------------------------------*/
.page-title {
  position: relative;
  padding: 100px 0;
}

.page-title h1 {
  margin-bottom: 0;
  font-size: 4rem;
}

.page-title p.lead {
  margin-bottom: 0;
}

/* 4.7 Product
----------------------------------------------------------*/
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
  from {transform: translate(0,  0px);}
  65%  {transform: translate(0, 20px);}
  to   {transform: translate(0, -0px);}    
}

/* 4.8 Steps
----------------------------------------------------------*/
.steps-row .step {
  position: relative;
  padding-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .steps-row .step {
    margin-bottom: 1rem;
  }
}

.steps-row .step .icon {
  margin-bottom: 2rem;
}

/* 4.9 Timeline
----------------------------------------------------------*/
.timeline {
  position: relative;
  padding: 4rem 0 2.5rem 0;
}

.timeline:before {
  position: absolute;
  top: 0;
  left: calc(22% - 4px);
  bottom: 0;
  width: 8px;
  background-color: #edf1ef;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  border-radius: 4rem;
  content: ' ';
}

@media only screen and (max-width: 690px) {
  .timeline:before {
    left: 0;
  }
}

.timeline .timeline-event {
  position: relative;
  margin-bottom: 2rem;
  *zoom: 1;
}

.timeline .timeline-event:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 690px) {
  .timeline .timeline-event {
    padding-left: 60px;
  }
}

.timeline .timeline-event .timeline-event-point {
  position: absolute;
  top: 0;
  left: calc(22% - 17px);
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e0d333;
  border: 8px solid #fff;
}

@media only screen and (max-width: 690px) {
  .timeline .timeline-event .timeline-event-point {
    top: 1.6rem;
    left: calc(0px - 14px);
  }
}

.timeline .timeline-event .timeline-event-point:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: ' ';
  background-color: #e0d333;
  -webkit-animation: timelinePointAnimation 2s infinite;
  -moz-animation: timelinePointAnimation 2s infinite;
  -ms-animation: timelinePointAnimation 2s infinite;
  -o-animation: timelinePointAnimation 2s infinite;
  animation: timelinePointAnimation 2s infinite;
  z-index: 0;
}

@-moz-keyframes timelinePointAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes timelinePointAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes timelinePointAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes timelinePointAnimation {
  .timeline .timeline-event .timeline-event-point:after 0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .timeline .timeline-event .timeline-event-point:after 100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes timelinePointAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

.timeline .timeline-event.animated {
  visibility: visible;
}

.timeline .timeline-event.animated .timeline-event-content {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.timeline .timeline-event.animated.visible .timeline-event-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.timeline .timeline-event .timeline-event-date {
  width: 15%;
}
.timeline .timeline-event .timeline-event-content {
  width: 69%;
}

@media only screen and (max-width: 690px) {
  .timeline .timeline-event .timeline-event-date,
  .timeline .timeline-event .timeline-event-content {
    width: auto;
  }
}

.timeline .timeline-event .timeline-event-date {
  float: left;
  margin-top: 4px;
  text-align: right;
  font-weight: 600;
  font-size: 1.15rem;
  /*color: #858e98;*/
}

@media only screen and (max-width: 690px) {
  .timeline .timeline-event .timeline-event-date {
    float: none;
    text-align: left;
  }
}

.timeline .timeline-event .timeline-event-content {
  position: relative;
  float: right;
  margin-top: 17px;
  text-align: left;
  background-color: #f6f8f7;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  -o-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -moz-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -o-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

@media only screen and (max-width: 690px) {
  .timeline .timeline-event .timeline-event-content {
    float: none;
  }
}

.timeline .timeline-event .timeline-event-content:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f6f8f7 transparent transparent;
  content: ' ';
}

.timeline .timeline-event .timeline-event-content .timeline-event-text {
  padding: 2rem;
}

.timeline .timeline-event .timeline-event-content .timeline-event-text > *:last-child {
  margin-bottom: 0;
}

.timeline .timeline-event .timeline-event-content .timeline-event-image {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.timeline .timeline-event:nth-child(2n) .timeline-event-point {
  background-color: #785AAD;
}

.timeline .timeline-event:nth-child(2n) .timeline-event-point:after {
  background-color: #785AAD;
}

/*.timeline .timeline-event:nth-child(2n) .timeline-event-date {
  float: right;
  text-align: left;
}*/

@media only screen and (max-width: 690px) {
  .timeline .timeline-event:nth-child(2n) .timeline-event-date {
    float: none;
  }
}

/*.timeline .timeline-event:nth-child(2n) .timeline-event-content {
  float: left;
  text-align: right;
  -webkit-border-radius: 10px 0 10px 10px;
  -moz-border-radius: 10px 0 10px 10px;
  -ms-border-radius: 10px 0 10px 10px;
  -o-border-radius: 10px 0 10px 10px;
  border-radius: 10px 0 10px 10px;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}*/

@media only screen and (max-width: 690px) {
  .timeline .timeline-event:nth-child(2n) .timeline-event-content {
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -ms-border-radius: 0 10px 10px 10px;
    -o-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
  }
}

/*.timeline .timeline-event:nth-child(2n) .timeline-event-content:after {
  left: 100%;
  border-width: 20px 20px 0 0;
  border-color: #f6f8f7 transparent transparent transparent;
}*/

@media only screen and (max-width: 690px) {
  .timeline .timeline-event:nth-child(2n) .timeline-event-content:after {
    right: 100%;
    left: auto;
    border-width: 0 20px 20px 0;
    border-color: transparent #f6f8f7 transparent transparent;
  }
}

.agenda_outline {
  padding: 15px 12px 8px 14px;
  background-color: #FFFFFF;
  border-radius: .5em;
  margin-top: -14px;
  display: none;
}
.agenda_outline span {
  display: block;
  padding: 0 0 8px 0;
  font-size: 1.15rem;
}

.dropdown-toggle {
  cursor: pointer;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 8px 12px 8px 14px;
  font-size: 1.15rem;
  border-radius: .5em;
  border: none;
}
.dropdown-box {
  display: none;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  opacity: 0;
}
.dropdown-box.active {
  display: block;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-animation: DropdownBox .3s ease-in-out;
          animation: DropdownBox .3s ease-in-out;
}
@-moz-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-ms-keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes DropdownBox {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	-o-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
  }
}


/* 4.10 Resgister
----------------------------------------------------------*/
.register-plan {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #f6f8f7;
  border: none;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
}
.register-plan:before {
  font-family: 'icomoon';
  position: absolute;
  right: 9%;
  font-size: 6.2rem;
  color: #e0d333;
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -moz-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -o-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
}
.register-bird:before {
  content: '\e992';
}
.register-standard:before {
  content: '\e98e';
}

/* ---------------------------------------------------------------------------- */
/* --- 5. FOOTER
/* ----------------------------------------------------------------------------- */
#footer {
  position: fixed;
  z-index: -2;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e0e1e2 35%, #bbbbbb 63%, #f5f6f7 63%, #cfcfd0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e0e1e2 35%,#bbbbbb 63%,#f5f6f7 63%,#cfcfd0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e0e1e2 35%,#bbbbbb 63%,#f5f6f7 63%,#cfcfd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfd0',GradientType=0 ); /* IE6-9 */
}

.footer-social-network .a2a_kit i {
  font-size: 1.8rem;
  padding: .5rem;
}

@media only screen and (max-width: 515px) {
  #footer {
    height: 200px;
  }
  .footer-social-network .a2a_kit i {
    font-size: 1.5rem;
  }
}

.footer-fixed-bottom {
  z-index: 1 !important;
}

.footer-container {
    display: table;
    margin: auto;
}

.footer-left, .footer-right {
    display: table-cell;
    vertical-align: top;
}


/* Nav Footer */
.nav-footer {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: inline-block;
}

.nav-footer > li {
  display: block;
  margin-bottom: 0.2em;
}

.nav-footer > li > a {
  font-weight: 500;
  font-size: 0.95rem;
  color: #858e98;
}

.nav-footer > li > a:hover, .nav-footer > li > a:focus {
  color: #1ca76c;
}

.nav-footer > li.active > a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ---------------------------------------------------------------------------- */
/* --- 6. ELEMENTS
/* ----------------------------------------------------------------------------- */
/* 6.2 Backgrounds
----------------------------------------------------------*/
/* Image / Slideshow */
.bg-image,
.bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 180% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 1700px) {
  .bg-image,
  .bg-slideshow {
    background-position: 20% 50%;
  }
}
@media only screen and (max-width: 800px) {
  .bg-image,
  .bg-slideshow {
    background-position: 100% 50%;
  }
}

#register .bg-image {
  background-position: 100% 23%;	
  background-size: auto;
}
@media (min-width: 768px) {
  #register .bg-image {
	background-position: right center;	
	background-size: auto;
  }
}

.bg-image.bottom,
.bg-slideshow.bottom {
  background-position-y: bottom;
}

.bg-image > img {
  display: none;
}

.bg-image + * {
  position: relative;
}

.bg-fixed {
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .bg-fixed {
    background-attachment: scroll;
  }
}

.bg-slideshow .slick-list, .bg-slideshow .slick-track {
  height: 100%;
  overflow: hidden;
}

.bg-multiply {
  mix-blend-mode: multiply;
}

.bg-overlay {
  mix-blend-mode: overlay;
}

/* Map */
.bg-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-map.with-joiner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  content: ' ';
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}

.bg-map.light-overlay:after, .bg-map.dark-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bg-map.light-overlay:after {
  background: rgba(255, 255, 255, 0.5);
}

.bg-map.dark-overlay:after {
  background: rgba(0, 0, 0, 0.5);
}

.bg-map.light-overlay:hover:after, .bg-map.dark-overlay:hover:after {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.bg-map + * {
  position: relative;
}

#google-map {
    filter: grayscale(100%);    
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#google-map:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
}
.gm-style-pbc + div {
    -moz-box-shadow: 16px -2px 9px -13px #160e23 inset);
    -webkit-box-shadow: 16px -2px 9px -13px #160e23 inset;
    box-shadow: 16px -2px 9px -13px #160e23 inset;
}
@media only screen and (max-width: 1199px) {
  .gm-style-pbc + div {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
  }
}

/* Colors */
.bg-white {
  background-color: #fff;
}

.bg-shadow {
  -moz-box-shadow: 16px -2px 10px -13px #1B102E inset);
  -webkit-box-shadow: 16px -2px 10px -13px #1B102E inset;
  box-shadow: 16px -2px 10px -13px #1B102E inset;
}
@media only screen and (max-width: 1199px) {
  .bg-shadow {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
  }
}


.bg-primary {
  background-color: #1e214e !important;
}

.bg-secondary {
  background-color: #32373a !important;
}

/* 6.4 Buttons
----------------------------------------------------------*/
.btn {
  position: relative;
  font-weight: 600;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 1rem 2.25rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: none;
  background: transparent;
  border-width: 2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.btn:hover, .btn:focus, .btn:active, .btn:focus:active {
  outline: none;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn > span {
  position: relative;
  z-index: 2;
}

.btn i {
  position: relative;
  top: 1px;
}

.btn i > i {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.btn img {
  height: 1em;
  position: relative;
  top: -0.05em;
  display: inline-block;
  vertical-align: middle;
}

/* Sizes */
.btn-lg {
  padding: 1.75rem 2.25rem;
  font-size: 1.2rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.btn-sm {
  padding: 0.75rem 1.2rem;
  font-size: 0.9rem;
}

/* Types */
.btn-primary {
  border-color: #1ca76c;
  background-color: #1ca76c;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
  border-color: #1ca76c;
  background-color: #1ca76c;
  color: #fff;
}

.btn-secondary {
  border-color: #32373a;
  background-color: #32373a;
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:focus:active {
  border-color: #32373a;
  background-color: #32373a;
  color: #fff;
}

.btn-info {
  border-color: #56aee5;
  background-color: #56aee5;
  color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:focus:active {
  border-color: #56aee5;
  background-color: #56aee5;
  color: #fff;
}

.btn-warning {
  border-color: #ec9744;
  background-color: #ec9744;
  color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:focus:active {
  border-color: #ec9744;
  background-color: #ec9744;
  color: #fff;
}

.btn-danger {
  border-color: #e15757;
  background-color: #e15757;
  color: #fff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:focus:active {
  border-color: #e15757;
  background-color: #e15757;
  color: #fff;
}

.btn-success {
  border-color: #65b358;
  background-color: #65b358;
  color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:focus:active {
  border-color: #65b358;
  background-color: #65b358;
  color: #fff;
}

.btn-dark {
  border-color: #32373a;
  background-color: #32373a;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark:focus:active {
  border-color: #32373a;
  background-color: #32373a;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #1ca76c;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:focus:active {
  border-color: #fff;
  color: #1ca76c;
}

.btn-link {
  color: inherit;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:focus:active {
  color: inherit;
  text-decoration: none;
}

.btn-outline-primary {
  border-color: #1ca76c;
  color: inherit;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:focus:active {
  border-color: #1ca76c;
  background: #1ca76c;
  color: #fff;
}

.btn-outline-secondary {
  border-color: #32373a;
  color: inherit;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:focus:active {
  border-color: #32373a;
  background: #32373a;
  color: #fff;
}

.btn-outline-info {
  border-color: #56aee5;
  color: inherit;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:focus:active {
  border-color: #56aee5;
  background: #56aee5;
  color: #fff;
}

.btn-outline-warning {
  border-color: #ec9744;
  color: inherit;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:focus:active {
  border-color: #ec9744;
  background: #ec9744;
  color: #fff;
}

.btn-outline-danger {
  border-color: #e15757;
  color: inherit;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:focus:active {
  border-color: #e15757;
  background: #e15757;
  color: #fff;
}

.btn-outline-success {
  border-color: #65b358;
  color: inherit;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:focus:active {
  border-color: #65b358;
  background: #65b358;
  color: #fff;
}

.btn-outline-dark {
  border-color: #32373a;
  color: inherit;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:focus:active {
  border-color: #32373a;
  background: #32373a;
  color: #fff;
}

.btn-outline-white {
  border-color: #fff;
  color: inherit;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:focus:active {
  border-color: #fff;
  background: #fff;
  color: #1ca76c;
}

.btn-group > .btn:first-child:not(:last-child) {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child) {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn:not(.btn-link):not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group > .btn-secondary:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.15) !important;
}

.btn-group > .btn-dark:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.15) !important;
}

/* Submit Button */
.btn-submit.loading {
  -webkit-pointer-events: none;
  pointer-events: none;
}

@-moz-keyframes btnLoading {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  12% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  38% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  62% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  87% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes btnLoading {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  12% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  38% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  62% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  87% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes btnLoading {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  12% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  38% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  62% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  87% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes btnLoading {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  12% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  38% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  62% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  87% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes btnLoading {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  12% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  38% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  62% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  87% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/* Play Button */
.btn-play {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  display: inline-block;
  font-size: 52px;
  width: 92px;
  height: 92px;
  vertical-align: middle;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.btn-play:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -moz-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -o-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  content: ' ';
}

.btn-play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  filter: blur(0);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffffff;
  content: ' ';
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.btn-play:hover, .btn-play:focus, .btn-play:active, .btn-play:focus:active {
  outline: none;
}

.btn-play:hover:before, .btn-play:focus:before, .btn-play:active:before, .btn-play:focus:active:before {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}

.btn-play:hover:after, .btn-play:focus:after, .btn-play:active:after, .btn-play:focus:active:after {
  border-color: transparent transparent transparent #1ca76c;
}

/* Play Button #2 */
.btn-play-2 {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.btn-play-2 > span {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #1ca76c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.btn-play-2 > span:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #1ca76c;
  -webkit-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -moz-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -o-transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  content: ' ';
}

.btn-play-2 > span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  filter: blur(0);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #1ca76c;
  content: ' ';
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.btn-play-2:hover, .btn-play-2:focus, .btn-play-2:active, .btn-play-2:focus:active {
  outline: none;
}

.btn-play-2:hover > span:before, .btn-play-2:focus > span:before, .btn-play-2:active > span:before, .btn-play-2:focus:active > span:before {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}

.btn-play-2:hover > span:after, .btn-play-2:focus > span:after, .btn-play-2:active > span:after, .btn-play-2:focus:active > span:after {
  border-color: transparent transparent transparent #fff;
}

/* Download Button */
.btn-download {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  font-weight: 600;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 1rem 2.5rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline-block;
  outline: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0.2rem;
  text-align: left;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
}

@media only screen and (max-width: 575px) {
  .btn-download {
    min-width: 180px;
  }
}

.btn-download > .i {
  display: inline-block;
  vertical-align: middle;
  margin: .5rem 0;
}

.btn-download > .i i {
  font-size: 1.7rem;
}

.btn-download > .i img {
  height: 1.4rem;
}

.btn-download > .content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
/*  padding: 0 1.5rem;*/
}

.btn-download > .content > span:first-child {
  font-size: 0.9rem;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;*/
  display: block;
}

.btn-download > .content > span:last-child {
  font-size: 1.25rem;
}

.btn-download:hover, .btn-download:focus, .btn-download:active, .btn-download:focus:active {
  outline: none;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.btn-gradient-yellow {
  -webkit-transition : 0.5s;
       -o-transition : 0.5s;
     -moz-transition : 0.5s;
          transition : 0.5s;
  background-image : -webkit-linear-gradient(50deg, #ffd67a 20%, #FDC54B 51%, #ffd67a 90%);
  background-image :    -moz-linear-gradient(50deg, #ffd67a 20%, #FDC54B 51%, #ffd67a 90%);
  background-image :      -o-linear-gradient(50deg, #ffd67a 20%, #FDC54B 51%, #ffd67a 90%);
  background-image :         linear-gradient(40deg, #ffd67a 20%, #FDC54B 51%, #ffd67a 90%);
  background-position : left center;
  -webkit-background-size : 200% auto;
          background-size : 200% auto;
  border : 0;
  color: #1a102d;
}
.btn-gradient-yellow:hover, .btn-gradient-yellow:active {
  background-position : right center;
  color: #1a102d;
}
.btn-gradient-yellow:not(:disabled):not(.disabled):active {
  background-image : -webkit-linear-gradient(50deg, #ffd67a 0%, #FDC54B 51%, #ffd67a 90%);
  background-image :    -moz-linear-gradient(50deg, #ffd67a 0%, #FDC54B 51%, #ffd67a 90%);
  background-image :      -o-linear-gradient(50deg, #ffd67a 0%, #FDC54B 51%, #ffd67a 90%);
  background-image :         linear-gradient(40deg, #ffd67a 0%, #FDC54B 51%, #ffd67a 90%);
  color: #1a102d;
}
#Registerbtn.btn-gradient-yellow:before {
  background-color: #ffd67a;	
}



.btn-gradient-blue {
  -webkit-transition : 0.5s;
       -o-transition : 0.5s;
     -moz-transition : 0.5s;
          transition : 0.5s;
  background-image : -webkit-linear-gradient(50deg, #2c5197 20%, #396ccd 51%, #2c5197 90%);
  background-image :    -moz-linear-gradient(50deg, #2c5197 20%, #396ccd 51%, #2c5197 90%);
  background-image :      -o-linear-gradient(50deg, #2c5197 20%, #396ccd 51%, #2c5197 90%);
  background-image :         linear-gradient(40deg, #2c5197 20%, #396ccd 51%, #2c5197 90%);
  background-position : left center;
  -webkit-background-size : 200% auto;
          background-size : 200% auto;
  border : 0;
  color: #fff;
}
.btn-gradient-blue:hover, .btn-gradient-blue:active {
  background-position : right center;
  color: #fff;
}
.btn-gradient-blue:not(:disabled):not(.disabled):active {
  background-image : -webkit-linear-gradient(50deg, #2c5197 0%, #396ccd 51%, #2c5197 90%);
  background-image :    -moz-linear-gradient(50deg, #2c5197 0%, #396ccd 51%, #2c5197 90%);
  background-image :      -o-linear-gradient(50deg, #2c5197 0%, #396ccd 51%, #2c5197 90%);
  background-image :         linear-gradient(40deg, #2c5197 0%, #396ccd 51%, #2c5197 90%);
  color: #fff;
}
#Registerbtn.btn-gradient-blue:before {
  background-color: #1e214e;	
}



.btn-gradient-purple {
  -webkit-transition : 0.5s;
       -o-transition : 0.5s;
     -moz-transition : 0.5s;
          transition : 0.5s;
  background-image : -webkit-linear-gradient(50deg, #3B2660 20%, #1a102d 51%, #3B2660 90%);
  background-image :    -moz-linear-gradient(50deg, #3B2660 20%, #1a102d 51%, #3B2660 90%);
  background-image :      -o-linear-gradient(50deg, #3B2660 20%, #1a102d 51%, #3B2660 90%);
  background-image :         linear-gradient(40deg, #3B2660 20%, #1a102d 51%, #3B2660 90%);
  background-position : left center;
  -webkit-background-size : 200% auto;
          background-size : 200% auto;
  border : 0;
  color: #ffffff;
}
.btn-gradient-purple:hover, .btn-gradient-purple:active {
  background-position : right center;
  color: #ffffff;
}
.btn-gradient-purple:not(:disabled):not(.disabled):active {
  background-image : -webkit-linear-gradient(50deg, #3B2660 0%, #1a102d 51%, #3B2660 90%);
  background-image :    -moz-linear-gradient(50deg, #3B2660 0%, #1a102d 51%, #3B2660 90%);
  background-image :      -o-linear-gradient(50deg, #3B2660 0%, #1a102d 51%, #3B2660 90%);
  background-image :         linear-gradient(40deg, #3B2660 0%, #1a102d 51%, #3B2660 90%);
  color: #ffffff;
}
#Registerbtn.btn-gradient-purple:before {
  background-color: #785AAD;	
}

#Registerbtn:before {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  content: ' ';
  -webkit-animation: timelinePointAnimation 2s infinite;
  -moz-animation: timelinePointAnimation 2s infinite;
  -ms-animation: timelinePointAnimation 2s infinite;
  -o-animation: timelinePointAnimation 2s infinite;
  animation: timelinePointAnimation 2s infinite;
  z-index: -1;
}

@-moz-keyframes RegisterbtnAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes RegisterbtnAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes RegisterbtnAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes RegisterbtnAnimation {
  #Registerbtn:after 0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  #Registerbtn:after 100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes RegisterbtnAnimation {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    -moz-transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -o-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

/* 6.5 Carousel
----------------------------------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 2rem;
}

.carousel .owl-item {
  overflow: hidden;
}

.carousel:hover .owl-buttons {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

.carousel.carousel-items {
  margin-left: -15px;
  margin-right: -15px;
}

.carousel.carousel-items .carousel-item {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel.slider .slide {
  overflow: hidden !important;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/*.slick-prev:before,
.slick-next:before {
  font-family: 'themify';
  font-size: 1.7rem;
  line-height: 1;
  color: #383c40;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}*/

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '\e64a';
}

[dir="rtl"] .slick-prev:before {
  content: '\e649';
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '\e649';
}

[dir="rtl"] .slick-next:before {
  content: '\e64a';
}

.carousel:hover .slick-prev,
.carousel:hover .slick-next {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 1rem 0 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #bebfbf;
  content: ' ';
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.slick-dots li.slick-active button:before {
  background-color: #1ca76c;
}

.inner-controls .slick-prev:before, .inner-controls .slick-next:before {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.inner-controls .slick-prev {
  left: 25px;
}

[dir="rtl"] .inner-controls .slick-prev {
  right: 25px;
}

.inner-controls .slick-next {
  right: 25px;
}

[dir="rtl"] .inner-controls .slick-next {
  left: 25px;
}

.inner-controls .slick-dots {
  position: absolute;
  bottom: 20px;
}

.inner-controls .slick-dots li:not(.slick-active) button:before {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/* 6.7 Icons
----------------------------------------------------------*/
.icon {
  position: relative;
  display: inline-block;
  font-size: 60px;
  width: 72px;
  vertical-align: middle;
}

.sponsorship-icon {
  font-size: 10rem;
}

.icon.icon-sm {
  font-size: 18px;
  width: 30px;
}

.icon.icon-lg {
  font-size: 76px;
  width: 88px;
}

.icon-primary {
  color: #1e214e;
}

.icon-gray {
  color: #979797;
}

.icon-secondary {
  color: #3B2660;
}

.icon-white {
  color: #ffffff;
}

.icon.icon-info {
  color: #56aee5;
}

.icon.icon-warning {
  color: #ec9744;
}

.icon.icon-danger {
  color: #e15757;
}

.icon.icon-success {
  color: #65b358;
}

.icon.icon-dark {
  color: #32373a;
}

.icon.icon-dark {
  color: rgba(0, 0, 0, 0.4);
}

.icon.icon-default {
  color: #bebfbf;
}

.icon.icon-circle {
  height: 52px;
  width: 52px;
  font-size: 20px;
  text-align: center;
  color: #858e98;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #f6f8f7;
}

.icon.icon-circle:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.icon.icon-circle > * {
  position: relative;
  z-index: 2;
  line-height: 48px;
}

.icon.icon-circle.icon-xs {
  height: 26px;
  font-size: 11px;
}

.icon.icon-circle.icon-xs > * {
  line-height: 26px;
}

.icon.icon-circle.icon-sm {
  height: 30px;
  font-size: 12px;
}

.icon.icon-circle.icon-sm > * {
  line-height: 30px;
}

.icon.icon-circle.icon-lg {
  height: 88px;
  font-size: 36px;
}

.icon.icon-circle.icon-lg > * {
  line-height: 88px;
}

.icon.icon-circle.icon-primary:before {
  background-color: #1ca76c;
}

.icon.icon-circle.icon-secondary:before {
  background-color: #32373a;
}

.icon.icon-circle.icon-info:before {
  background-color: #56aee5;
}

.icon.icon-circle.icon-warning:before {
  background-color: #ec9744;
}

.icon.icon-circle.icon-danger:before {
  background-color: #e15757;
}

.icon.icon-circle.icon-success:before {
  background-color: #65b358;
}

.icon.icon-circle.icon-dark:before {
  background-color: #32373a;
}

.icon.icon-circle.icon-white {
  color: #1ca76c;
}

.icon.icon-circle.icon-white:before {
  background-color: #fff;
}

.icon.icon-circle.icon-facebook {
  color: #fff;
}

.icon.icon-circle.icon-facebook:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-facebook:hover, .icon.icon-circle.icon-facebook:focus {
  color: #fff;
}

.icon.icon-circle.icon-facebook:hover:before, .icon.icon-circle.icon-facebook:focus:before {
  background-color: #213553;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-twitter {
  color: #fff;
}

.icon.icon-circle.icon-twitter:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-twitter:hover, .icon.icon-circle.icon-twitter:focus {
  color: #fff;
}

.icon.icon-circle.icon-twitter:hover:before, .icon.icon-circle.icon-twitter:focus:before {
  background-color: #3aa8db;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-google {
  color: #fff;
}

.icon.icon-circle.icon-google:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-google:hover, .icon.icon-circle.icon-google:focus {
  color: #fff;
}

.icon.icon-circle.icon-google:hover:before, .icon.icon-circle.icon-google:focus:before {
  background-color: #d04f3e;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-behance {
  color: #fff;
}

.icon.icon-circle.icon-behance:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-behance:hover, .icon.icon-circle.icon-behance:focus {
  color: #fff;
}

.icon.icon-circle.icon-behance:hover:before, .icon.icon-circle.icon-behance:focus:before {
  background-color: #1882ff;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-dribbble {
  color: #fff;
}

.icon.icon-circle.icon-dribbble:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-dribbble:hover, .icon.icon-circle.icon-dribbble:focus {
  color: #fff;
}

.icon.icon-circle.icon-dribbble:hover:before, .icon.icon-circle.icon-dribbble:focus:before {
  background-color: #e95aae;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-flickr {
  color: #fff;
}

.icon.icon-circle.icon-flickr:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-flickr:hover, .icon.icon-circle.icon-flickr:focus {
  color: #fff;
}

.icon.icon-circle.icon-flickr:hover:before, .icon.icon-circle.icon-flickr:focus:before {
  background-color: #f9429c;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-instagram {
  color: #fff;
}

.icon.icon-circle.icon-instagram:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-instagram:hover, .icon.icon-circle.icon-instagram:focus {
  color: #fff;
}

.icon.icon-circle.icon-instagram:hover:before, .icon.icon-circle.icon-instagram:focus:before {
  background-color: #4f86ac;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-linkedin {
  color: #fff;
}

.icon.icon-circle.icon-linkedin:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-linkedin:hover, .icon.icon-circle.icon-linkedin:focus {
  color: #fff;
}

.icon.icon-circle.icon-linkedin:hover:before, .icon.icon-circle.icon-linkedin:focus:before {
  background-color: #008bc2;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-pinterest {
  color: #fff;
}

.icon.icon-circle.icon-pinterest:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-pinterest:hover, .icon.icon-circle.icon-pinterest:focus {
  color: #fff;
}

.icon.icon-circle.icon-pinterest:hover:before, .icon.icon-circle.icon-pinterest:focus:before {
  background-color: #cb1f24;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-skype {
  color: #fff;
}

.icon.icon-circle.icon-skype:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-skype:hover, .icon.icon-circle.icon-skype:focus {
  color: #fff;
}

.icon.icon-circle.icon-skype:hover:before, .icon.icon-circle.icon-skype:focus:before {
  background-color: #00bef4;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-slack {
  color: #fff;
}

.icon.icon-circle.icon-slack:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-slack:hover, .icon.icon-circle.icon-slack:focus {
  color: #fff;
}

.icon.icon-circle.icon-slack:hover:before, .icon.icon-circle.icon-slack:focus:before {
  background-color: #44ba97;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-tumblr {
  color: #fff;
}

.icon.icon-circle.icon-tumblr:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-tumblr:hover, .icon.icon-circle.icon-tumblr:focus {
  color: #fff;
}

.icon.icon-circle.icon-tumblr:hover:before, .icon.icon-circle.icon-tumblr:focus:before {
  background-color: #435971;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-vimeo {
  color: #fff;
}

.icon.icon-circle.icon-vimeo:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-vimeo:hover, .icon.icon-circle.icon-vimeo:focus {
  color: #fff;
}

.icon.icon-circle.icon-vimeo:hover:before, .icon.icon-circle.icon-vimeo:focus:before {
  background-color: #0bc4ef;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-vine {
  color: #fff;
}

.icon.icon-circle.icon-vine:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-vine:hover, .icon.icon-circle.icon-vine:focus {
  color: #fff;
}

.icon.icon-circle.icon-vine:hover:before, .icon.icon-circle.icon-vine:focus:before {
  background-color: #00be9b;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-youtube {
  color: #fff;
}

.icon.icon-circle.icon-youtube:before {
  background-color: #bebfbf;
}

.icon.icon-circle.icon-youtube:hover, .icon.icon-circle.icon-youtube:focus {
  color: #fff;
}

.icon.icon-circle.icon-youtube:hover:before, .icon.icon-circle.icon-youtube:focus:before {
  background-color: #ed4533;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.icon.icon-circle.icon-hover:hover:before, .icon.icon-circle.icon-hover:focus:before {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.i-before {
  margin-right: 8px;
}

.i-after {
  margin-left: 8px;
}

.i-before-after {
  margin-right: 8px;
  margin-left: 8px;
}


/* 6.8 Loaders
----------------------------------------------------------*/
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  background-color: #1e214e;
  overflow: hidden;
}

#content .loader {
  margin-top: 40px;
  margin-bottom: 40px;
}

.loading {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width:100%;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid #1B102E;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}


/* 6.11 Navs
----------------------------------------------------------*/
.nav > .nav-item > .nav-link.active {
  color: #1ca76c;
}

.nav.nav-lg {
  font-size: 1.5rem;
  font-weight: 400;
}

/* Pills */
.nav-pills > .nav-item > .nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 1rem 1.8rem;
  background-color: #f6f8f7;
}

.nav-pills > .nav-item > .nav-link.active {
  background-color: #1ca76c;
  color: #fff;
}

.nav-pills > .nav-item > .nav-link.active:hover, .nav-pills > .nav-item > .nav-link.active:focus {
  background-color: #1ca76c;
}

.nav-pills > .nav-item + .nav-item {
  margin-left: 0;
}

/* Tabs */
.nav-tabs > .nav-item > .nav-link {
  position: relative;
  padding: 1rem 2rem;
  font-weight: 600;
  margin-right: 0;
}

/* Vertical Navigation */
.nav-vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.nav-vertical li a {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.3rem 0;
}

.nav-vertical li a:hover, .nav-vertical li a:focus {
  background: transparent;
}

.nav-vertical > li > a:hover, .nav-vertical > li > a:focus {
  color: #1ca76c;
}

.nav-vertical > li > a.active {
  color: #1ca76c;
}

.nav-vertical > li > a.active + ul {
  display: block;
}

.nav-vertical > li > ul {
  padding: 0 10px;
  margin: 0 0 20px;
  list-style: none;
  display: none;
}

.nav-vertical > li > ul li a {
  padding: 0.3rem 0;
  font-size: 0.9rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.nav-vertical > li > ul li a:hover, .nav-vertical > li > ul li a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Sticky Nav */
#side-navigation {
  width: 240px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#side-navigation.sticky {
  position: fixed;
  top: 0;
  margin-top: 40px;
}

/* Nav Icons */
.nav-icons {
  margin-bottom: 40px;
}

.nav-icons a {
  margin-right: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.nav-icons a:hover, .nav-icons a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Nav Additional */
#nav-additional {
  position: fixed;
  top: 0;
  left: 400px;
  bottom: 0;
  width: 300px;
  background-color: #f6f8f7;
  z-index: 899;
  padding: 2.25rem;
  overflow: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

#nav-additional.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#nav-additional .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (max-width: 1500px) {
  #nav-additional {
    left: 360px;
  }
}

@media only screen and (max-width: 767px) {
  #nav-additional {
    left: 300px;
    width: 260px;
  }
}

@media only screen and (max-width: 575px) {
  #nav-additional {
    left: 0;
    width: calc(100% - 55px);
    z-index: 901;
  }
}

/* 6.10 Modals
----------------------------------------------------------*/
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.modal.show .modal-dialog {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.modal-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.3);
  border: none;
  overflow: hidden;
}

.modal-header {
  padding: 2rem;
}

.modal-header > .close {
  margin-top: 0.5rem;
}

.modal-dialog > .close, .modal-content > .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal > .close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 1.25rem;
}

.modal > .close:hover, .modal > .close:focus {
  color: #fff;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  padding: 20px;
}

.modal-backdrop {
  background-color: #32373a;
}

.modal-backdrop.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* Modal Bottom */
.modal-bottom {
  top: auto;
}

.modal-bottom .modal-dialog {
  margin: 10px;
  width: auto;
}

.modal-bottom .modal-dialog .close {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
  padding-right: 40px;
}

.modal-bottom.fade .modal-dialog {
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.modal-bottom.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* Modal Video */
.modal-video {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .modal-video {
    text-align: left;
  }
}

.modal-video iframe {
  width: 768px;
  max-width: 100%;
  display: block;
}

.modal-video:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .modal-video:before {
    display: none;
  }
}

.modal-video .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: 70px;
}

.modal-video .modal-content {
  background-color: #000;
}

#sponsorship-gold h4 i {
  color: #eec91c;	
}
#sponsorship-silver h4 i {
  color: #9e9d9d;	
}

/* 6.13 Other
----------------------------------------------------------*/
/* Logo */
.logo-primary {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 70px;
}

.logo-primary:hover, .logo-primary:focus {
  color: #fff;
}

.logo-primary:hover:before, .logo-primary:focus:before {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.logo-primary.logo-white {
  color: #1ca76c;
}

.logo-primary.logo-white:before {
  background-color: #fff;
}

.logo-primary.logo-white:hover, .logo-primary.logo-white:focus {
  color: #1ca76c;
}

/* Separator */
hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.dark hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* Shapes */
.shape {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.shape.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.shape.square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* Close */
.close {
  color: inherit;
  text-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.close:hover, .close:focus, .close:active, .close:focus:active {
  outline: none;
  color: inherit;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.dark .close {
  color: #fff;
}

/* Go back */
.go-back {
  margin-right: 0.75rem;
  color: #858e98;
  display: inline-block;
}

.go-back:hover, .go-back:focus {
  color: #1ca76c;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

/* Images */
.img-thumbnail, .rounded {
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  border-radius: 0.75rem;
}

/* 6.15 Testimonials
----------------------------------------------------------*/
.testimonial {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 575px) {
  .testimonial {
    display: block;
  }
}

.testimonial .testimonial-image {
  width: 40%;
}

@media only screen and (max-width: 575px) {
  .testimonial .testimonial-image {
    display: none;
  }
}

.testimonial .testimonial-image img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.testimonial .testimonial-content {
  position: relative;
  width: 65%;
  -webkit-border-radius: 30px 30px 0 30px;
  -moz-border-radius: 30px 30px 0 30px;
  -ms-border-radius: 30px 30px 0 30px;
  -o-border-radius: 30px 30px 0 30px;
  border-radius: 30px 30px 0 30px;
  padding: 60px;
  background-color: #32373a;
  z-index: 2;
  margin-left: -5%;
}

@media only screen and (max-width: 1500px) {
  .testimonial .testimonial-content {
    padding: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial .testimonial-content {
    padding: 30px;
    width: auto;
    margin-left: 0;
  }
}

.testimonial .testimonial-content:after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #32373a transparent transparent;
  content: ' ';
}

.testimonial .testimonial-content .testimonial-rate {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.testimonial .testimonial-content .testimonial-text {
  font-size: 2.6rem;
  line-height: 1.2;
}

.testimonial .testimonial-content .testimonial-author {
  margin-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.75rem;
  font-size: 1.2rem;
}

/* 6.16 Typography 
----------------------------------------------------------*/
/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h6, .h6 {
  font-size: 0.9rem;
}

/* Display */
.display-1, .display-2, .display-3, .display-4 {
  font-weight: 400;
}

/* Paragraph */
p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.15rem;
}

p.lead {
  font-size: 1.45rem;
  line-height: 2.2rem;
}

/* Blockquote */
.blockquote {
  position: relative;
  padding: 1rem 2rem 0 2rem;
  border: none;
  margin: 1.5rem 0 3rem 0;
}

.blockquote .image {
  position: absolute;
  right: 2rem;
  top: -4rem;
  width: 88px;
  height: 88px;
  border: 4px solid #f6f8f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#speakers .col-md-6 {
  background: #f6f8f7;
  border: 10px solid #FFFFFF;
  margin-bottom: 3rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
}

.blockquote p.speaker-company {
  font-size: 1.2rem;
  padding: 1rem 0;
}
.blockquote p.speaker-title {
  font-size: 1.3rem;
  padding: 0.8rem 0;
  line-height: 1.8rem;
}

.blockquote footer {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  font-size: 1.3rem;
  border-top: 1px solid #e4e4e4;
  max-height: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
blockquote footer.active {
	overflow:visible;
	max-height: none;
	white-space: initial;
	text-overflow: clip;
}

.read-more {
  cursor: pointer;
  background-color: #EAEAEA;
  display: inline-block;
  padding: 8px 12px 8px 14px;
  font-size: 1.3rem;
  border-radius: .5em;
  margin-top: 1rem;
}


/* Sizes */
.text-lg {
  font-size: 1.4rem;
}

.text-sm {
  font-size: 0.95rem;
}

.text-xs {
  font-size: 0.85rem;
}

/* Colors */
.text-primary {
  color: #000000 !important;
}

.text-secondary {
  color: #000000 !important;
}

.text-info {
  color: #56aee5 !important;
}

.text-muted {
  color: #000d5d !important;
}

.text-white {
  color: #FFFFFF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #000000 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #000000 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #458bb7 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #bd7936 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b44646 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #518f46 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #282c2e !important;
}

/* Nav 
----------------------------------------------------------*/
.nav-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-widget li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.nav-widget li > a {
  font-size: 0.8rem;
  padding: 0.8rem 0;
  text-transform: uppercase;
  display: block;
}

.nav-widget li > a:hover, .nav-widget li > a:focus {
  color: #1ca76c;
}

.nav-widget li > ul {
  margin-left: 1rem;
}

/* ----------------------------------------------------------------------------- */
/* --- 8. ANIMATIONS
/* ----------------------------------------------------------------------------- */
.animated {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* Zooming */
.zooming {
  -webkit-animation: zooming 18s infinite both;
  -moz-animation: zooming 18s infinite both;
  -ms-animation: zooming 18s infinite both;
  -o-animation: zooming 18s infinite both;
  animation: zooming 18s infinite both;
}

@-moz-keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.hanging {
  -webkit-animation: hanging 8s infinite both;
  -moz-animation: hanging 8s infinite both;
  -ms-animation: hanging 8s infinite both;
  -o-animation: hanging 8s infinite both;
  animation: hanging 8s infinite both;
}

/* Hanging */
@-moz-keyframes hanging {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3.5%);
    -moz-transform: translateY(-3.5%);
    -ms-transform: translateY(-3.5%);
    -o-transform: translateY(-3.5%);
    transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes hanging {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3.5%);
    -moz-transform: translateY(-3.5%);
    -ms-transform: translateY(-3.5%);
    -o-transform: translateY(-3.5%);
    transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes hanging {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3.5%);
    -moz-transform: translateY(-3.5%);
    -ms-transform: translateY(-3.5%);
    -o-transform: translateY(-3.5%);
    transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes hanging {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3.5%);
    -moz-transform: translateY(-3.5%);
    -ms-transform: translateY(-3.5%);
    -o-transform: translateY(-3.5%);
    transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hanging {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3.5%);
    -moz-transform: translateY(-3.5%);
    -ms-transform: translateY(-3.5%);
    -o-transform: translateY(-3.5%);
    transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Blinking */
.blinking {
  -webkit-animation: blinking 2s infinite both;
  -moz-animation: blinking 2s infinite both;
  -ms-animation: blinking 2s infinite both;
  -o-animation: blinking 2s infinite both;
  animation: blinking 2s infinite both;
}

@-moz-keyframes blinking {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes blinking {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes blinking {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-ms-keyframes blinking {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

/* ---------------------------------------------------------------------- */
/*	Back to Top 
/* ---------------------------------------------------------------------- */
#side { position:fixed;bottom:50%;z-index:100; right: 20px; display: none; }
#side ul li, #side ul li a, #side .icon { width: 54px;height: 54px; }
#side ul li { list-style: none; margin: 10px 0 0 0;position: relative;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}
#side .icon { display: table;}
#side i { font-size: 32px;display: table-cell;vertical-align: middle;text-align: center; }

/* ---------------------------------------------------------------------- */
/*	Float BTN
/* ---------------------------------------------------------------------- */
	#slideAD.active, #slideAD.mouseover-active {
	   -webkit-transform: translateX(0);
	   transform: translateX(0);
	}
	#slideAD {
	   position: fixed;
	   right: 0;
	   bottom: 0px;
	   z-index: 99999999999;
	   /*height: 239px;*/
	   height: 283px;
	   display: -webkit-box;
	   display: -ms-flexbox;
	   display: flex;
	   -webkit-box-pack: center;
	   -ms-flex-pack: center;
	   justify-content: center;
	   -webkit-box-align: center;
	   -ms-flex-align: center;
	   align-items: center;
	   -webkit-transition: all .3s ease-in-out;
	   transition: all .3s ease-in-out;
	   -webkit-transform: translateX(100%);
	   transform: translateX(100%);
	   cursor: pointer;
	}
	#slideAD img {
		max-width: 100%;
	}
	/*#slideAD .register-now-s {
		display: none;
	}*/
@media handheld, only screen and (max-width: 900px) {
	/*#slideAD a {
		width: 85%;
	}
	#slideAD {
	   right: -21px;
	}*/
}
@media handheld, only screen and (max-width: 990px) {
	#slideAD, #slideAD img {
	   height: 230px;
	}
	/*#slideAD.active {
		width: 320px;
	}
	#slideAD .register-now {
		display: none;
	}
	#slideAD .register-now-s {
		display: block;
	}*/
}

/* ---------------------------------------------------------------------- */
/*	Register Page
/* ---------------------------------------------------------------------- */

.register input{
	border-radius: 0;
	height: 35px;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-size: 13px;
	width: 100%;
}
.register .btn{
	height: auto;
	width: auto;
	float: right;
	border:none;
	padding: 10px 15px;
}
#att5{
	display: none;
}

@media only screen and (max-width: 1200px) {
	div#pnl_reg {
	  width: 85%;
	  margin: auto;
	}
}

@media only screen and (max-width: 700px) {
	div#pnl_reg {
	  width: 95%;
	}
	#Table1 th {
		width: 155px !important;
	}
	#Table4 th {
		width: 120px !important;
	}
	#pnl_reg select {
		width: 150px !important;
	}
	#tb_Credit input#tbx_cardholder, #tb_Credit #tbx_cardno, #tb_Credit #tbx_vcode {
		width: 150px !important;
	}
	#tb_Credit tbody tr th {
		width: 80px !important;
	}
	#Table1 th, #Table4 th.under span, #spn_Comments_left, #tb_Credit th {
		font-size: 14px !important;
	}
	#Table1 input {
		width: 65% !important;
	}
	#Table4 textarea {
		width: 65% !important;
	}
}

#register_tab {
	/*padding-top: 30px;*/
	padding-bottom: 65px;
	max-width: 1170px !important;
	margin: auto !important;
}
.titleq {
	width: 100% !important;
	padding: 8px 15px !important;
	font-size: 18px !important;
}

table#main, table#Table1, table#Table4, table#Table5, #pnl_Normal_Btn, #tb_Agreement, iframe#newsiframe, #tb_TriPoint, #TriPoint, #more_attn, #att1 input, #att2 input, #att3 input, #att4 input, #att5 input {
  width: 100%;
  max-width: 100% !important;
}

iframe#newsiframe, #TriPoint {
	width: 100% !important;
	max-width: 100% !important;
	margin: auto !important;
	display: block;
}

#Table1 {
	margin-bottom: 30px;
}
#Table1 input {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
    width: 80% !important;
}
#Table4 textarea {
    padding: 5px 10px;
    font-size: 13px;
	width: 80% !important;
}

#Table4 th {
	text-align: right !important;
	padding-right: 8px;
}

#Table4 tr {
	margin-top: 10px;
}

#Table4 .titleq {
	margin-bottom: 15px;
}

#Table5 .titleq {
	margin-top: 10px;
	margin-bottom: 15px;
}

#pnl_FreeNonPayment {
	margin-top: 30px;	
	margin-bottom: 30px;
}

#tb_Credit tbody tr th {
	padding: 0 !important;
}

#pnl_Normal_Btn {
	padding: 10px 0 30px 0;	
}

#Table1 th, #Table4 th.under span, #spn_Comments_left {
	font-size: 16px;
	font-weight: 200;
	max-width: 130px;
    text-align: right;
}

#Table1 tr.taxcode {
	height: 70px;
}

#Table1 tr {
	vertical-align: middle;
	height: 50px;
}

.taxcode-note {
	display: block;
  font-size: 10px;
  padding-left: 10px;
}
.payment-note {
  font-size: 10px;
  display: inline-block;
}
@media (max-width: 950px) {
  .payment-note {
    display: block;
  }
}
.payment-note a, .payment-note a:hover {
  color: #E40003;
  text-decoration: underline;
  font-weight: bold;
}
select {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;	
}
#proceed {
    margin-top: 20px;
}
#label_msg1 {
	display: block;
	padding: 8px 15px;
}

#btn_Process {
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
    padding: 10px 40px;
	letter-spacing: 5px;
  cursor: pointer;
}

#tb_PrivacyPolicy {
  font-size: 16px;
  font-weight: 200;
  margin: 34px 0 0 0;
}

#tb_Credit th {
	font-size: 16px;
	font-weight: 200;
}

#tb_Credit tr {
	vertical-align: middle;
	height: 50px;
}

#tb_Credit td {
	vertical-align: middle;
}
#tb_Credit input#tbx_cardholder, #tb_Credit #tbx_cardno, #tb_Credit #tbx_month, #tb_Credit #tbx_year, #tb_Credit #tbx_vcode {
    height: 35px;
    padding: 5px 10px;
	font-size: 13px;
}
#send-message {
	display: inline-block;
	padding-left: 10px;
	font-size: 10px;
}
#phone-number {
	display: none;	
}

#register-hidden-banner {
	width:100%;
  background-color: #1a102d !important;
  background-image: url("../img/register-bg.jpg");
  background-size: cover;
  background-position: 50% 20%;
}
@media (max-width: 1200px) {
  #register-hidden-banner {
    background-size: auto;
    background-position: 70% 20%;
  }
}
@media (max-width: 600px) {
  #register-hidden-banner {
    background-size: cover;
  }
}

.titleq {
  color: #FFFFFF !important;
}

#Table1 .titleq, #Table4 .titleq , #tr_PaymentType .titleq {
  background-color: #1B102E !important;
}

#tr_PaymentInfo .titleq, #more_attn .titleq {
  background-color: #8b8b8b !important; 
}

#proceed {
  background-color: #FFFFFF !important;
}

#label_msg1 {
  background: #785AAD;
    color: #FFFFFF; 
}

#btn_Process {
    color: #170E23;
    background: #ffd67a;
  border: none;
}

#btn_Process:hover, #btn_Process:active {
    color: #170E23;
    background: #ffc44d;
}

#send-message {
  /*color: #0DA991;*/
}

#mobile-number {
  /*color: #7d7f83;*/
}


.notice {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: #FFCCCE;
    padding: 15px;
    color: #880015;
	width: 100%;
}
#one-dimensionCode_close {
    background: none repeat scroll 0 0 #FF999D;
    color: #880015;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 20px;
    padding-left: 4px;
}
