/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

h3,h5 {
  font-weight: 400;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

 
h2 { font-size: 24px; color: #2d2c2c; margin-bottom: 20px;  text-transform: uppercase; margin-top: 0px;}

h3 {
  line-height:18px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #2d2c2c;
    font-size: 18px;
    line-height: 28px;
}

a {
  text-decoration: none !important;
  outline: none;
}
a:hover { color: #fbbd19;}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#detail, #video,
#speakers, 
#program,
#introtext, 
#contact  {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
 
 

#intro .btn,
#contact .btn {
    background: rgb(252,194,24);
background: -webkit-linear-gradient(left, rgba(252,194,24,1) 0%, rgba(247,149,32,1) 100%);
background: -o-linear-gradient(left, rgba(252,194,24,1) 0%, rgba(247,149,32,1) 100%);
background: linear-gradient(to right, rgba(252,194,24,1) 0%, rgba(247,149,32,1) 100%);
   
    border-radius: 0px;
    color: #2d2c2c;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 10px 45px; 
    margin-top: 42px;
    margin-right: 12px; text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

 
#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #fcbe19;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
            transform: perspective(100px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(100px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
            transform: perspective(100px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


 

/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/premium-financing-top.jpg') 50% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #2d2c2c; height: 100vh; min-height: 700px;
   /* display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
    /*height: 100vh;*/
    
}
#intro h1 { font-size:44px; text-transform: uppercase; margin-top: 20px; font-weight: 600;}

#intro h1 span { font-size: 36px; font-weight: 400; line-height: 40px; display: block; margin-top: 10px;}
#intro p { font-size:30px; color: #2d2c2c; line-height: 36px; }
#intro h3 {
  letter-spacing: 2px;
}
.top-icon {font-size: 18px; color: #2d2c2c; font-weight: 700; padding: 20px 0 80px 0;}
.top-icon a { color: #2d2c2c;}
.top-icon i { font-size: 24px;}
#intro .btn { min-width: 250px;}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview  { border-top: 1px dashed #e5e5e5; border-bottom: 1px dashed #e5e5e5; }
#overview h2 { font-size: 24px; color: #2d2c2c; margin-bottom: 20px; }



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #e5e5e5;
    color: #2d2c2c;
}
#detail h2 { font-size: 24px; color: #2d2c2c; margin-bottom: 20px; }

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}
.box { -webkit-box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.75);
box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.75);
margin: 20px; background: #FFF; min-height: 280px; color: #2d2c2c;
}
.box h3 { background:#fcc218; font-size:18px; font-weight: 700; padding: 10px 25px; line-height: 24px;}
.box p { font-size: 18px;padding: 10px 25px; }



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video {  background: #e5e5e5;}
#video img { max-width: 100%;}


/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #fff;
}

 

 

#speakers img {
   
  max-width: 100%;
  height: auto; margin-bottom: 40px;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers ol {
   
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
#speakers ol li {
 
  counter-increment: my-awesome-counter;
	position: relative; font-size: 18px; border-bottom: 1px solid #ececec; padding: 15px 5px;
}
#speakers ol li:last-child{border-bottom: 0;}
#speakers ol li::before {content: counter(my-awesome-counter);
  color: #2d2c2c;
  font-size: 18px;
   
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 10px;
 
  background: #fcc218;
  
  text-align: center;
  box-shadow: 1px 1px 0 #999;}

 



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/premium-financing-form.jpg') 50% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 1px solid #fcbe19;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}
#register h2 { color: #FFF;}
#register input {
  height: 45px;
}

#register input[type="submit"] {
background: rgb(252,194,24);
background: -webkit-linear-gradient(left, rgba(252,194,24,1) 0%, rgba(247,149,32,1) 100%);
background: -o-linear-gradient(left, rgba(252,194,24,1) 0%, rgba(247,149,32,1) 100%);
background: linear-gradient(to right, rgba(252,194,24,1) 0%, rgba(247,149,32,1) 100%); color: #2d2c2c;
  border: none;
 
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out; text-transform: uppercase;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}
.firstname { display: none;}
#register ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#register :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#register ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #e5e5e5;
  padding-top: 5rem;
  padding-bottom: 5rem; 
}
#faq ul li { padding: 15px 0; list-style: none; border-bottom: 1px solid #fcc218;}
#faq ul li:last-child{ border-bottom: 0;}
#faq ul li a { color: #2d2c2c; font-size: 24px; text-transform: uppercase; display: block; width: 100%; line-height: 20px;}
#faq ul li a img {margin-right: 15px;}

/*
#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}

*/

/*---------------------------------------
   Venue section              
-----------------------------------------*/
/*#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}
*/


/*---------------------------------------
   introtext section              
-----------------------------------------*/
#introtext { background: rgb(118,117,116);
background: -moz-linear-gradient(90deg, rgba(118,117,116,1) 0%, rgba(46,45,45,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(118,117,116,1) 0%, rgba(46,45,45,1) 100%);
background: linear-gradient(90deg, rgba(118,117,116,1) 0%, rgba(46,45,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#767574",endColorstr="#2e2d2d",GradientType=1); color: #FFF;}
#introtext p {
  font-size: 18px; color: #FFF; text-align: left;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
/*#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}
*/


/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed; font-size: 14px;
}
footer p { font-size:14px; color: #FFF; line-height: 20px;}
footer p a { color: #FFF;}
.footer_top { background-color: #898b8c; color: #FFF; padding: 20px 0 10px 0;  font-size: 14px;}
.footer_bottom { background: rgb(119,118,117);
background: -moz-linear-gradient(90deg, rgba(119,118,117,1) 0%, rgba(45,44,44,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(119,118,117,1) 0%, rgba(45,44,44,1) 100%);
background: linear-gradient(90deg, rgba(119,118,117,1) 0%, rgba(45,44,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777675",endColorstr="#2d2c2c",GradientType=1); color: #FFF; padding: 20px 0 10px 0; text-align: center; font-size: 14px;}
/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  /*display: none;*/
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
/*
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}

*/

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 16px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 10px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }
 
	

  #contact .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}
@media (max-width: 560px) {
	#intro  {min-height: 600px; position: relative;  max-height: 600px;}
	#intro::before { position: absolute; content: ' '; background-color: rgba(255,255,255,0.6); width: 100%; height: 100%; z-index: 0; display: block;  }
  #intro .top-icon{
    font-size: 14px; z-index: 1; display: block; position: relative; padding-bottom: 40px;
  }
	
	 #intro .top-icon i{ font-size: 18px;
	}
	#intro h1 { font-size: 30px;}
	#intro p { font-size: 24px; line-height: 28px;}
	#faq ul { padding-left: 0; margin-left: 0;}
	#faq ul li a { font-size:18px;}
	.box { margin-top: 0px;}
}
.disclaimer_link { color: #FFF; text-decoration: underline !important;}
#disclaimer { max-width: 600px; }
#disclaimer img { margin-bottom: 20px;}
#disclaimer p {font-size: 14px;}

