/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Source Sans Pro' , sans-serif;
    font-style: normal; font-size: 18px;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  /*text-transform: uppercase;*/
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}
a:hover {color: #f6921e;}

/*---------------------------------------
    General                
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #popular_plan, #video,
#speakers, 
#program,
#sponsors, 
#contact, footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#detail, 
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #popular_plan h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

 .btn {
    background: #f6921e;
    border: 2px solid #f6921e;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px; text-transform: uppercase;
    margin-right: 12px; 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; min-width: 300px;
}
 

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/

 
.navbar-nav>li>a{ color: #58595b;}
.navbar-nav>li>a:hover{ background-color: transparent;}
.custom-navbar a.phone_menu {color:#f6921e !important;}

.custom-navbar {
    margin-bottom: 0;
    background-color: #fff;
}

.custom-navbar .navbar-brand {
    color: #58595b;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px; height: auto;
}
.custom-navbar .navbar-right { margin-top: 8px;}
.custom-navbar .nav li a {
    color: #58595b;
    font-size: 16px;
    font-weight: 4500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #f6921e;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #f6921e;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #333333;
    border-color: transparent;
}
.navbar-toggle { margin-top: 15px;}
@media(min-width:768px) {
    .custom-navbar {
        padding: 0;
        border-bottom: 0;
        background: 0 0; 
		 background: #fff;
    }
    .custom-navbar.top-nav-collapse {
        background: #fff;
        padding: 0;
    }

}



/*---------------------------------------
    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: #f6921e;
  -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(100px) rotateX(-180deg) rotateY(-179.9deg); } }
  

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview { background-color: #f4f4f4; /*background: linear-gradient(to left, #232738 50%, #0d0f21 50%);*/ 
color: #333333; padding: 40px 0px;}
#overview img {
  position: relative;
  
}
#overview  .col-md-6{ padding: 0 50px;}
#overview .line_right { border-right: 1px solid #d4d4d4;}
#overview h2 { font-size: 32px; font-weight: 600;  /*text-transform: capitalize;*/ margin-bottom: 25px;}
#overview h3 { font-size: 28px; font-weight: 600; /* text-transform: capitalize;*/}
#overview ul { padding-left: 10px; margin-left: 0; list-style: none;}
#overview ul li{ margin-bottom: 10px; font-size: 16px;} 
#overview ul li::before { background: url(../images/check-icon.png); background-size: cover;content: ''; width: 15px; height: 13px; display: inline-block; padding-left: 10px; margin-right: 10px;}
#overview p { color: #333333; font-size: 16px; line-height: 24px; margin-bottom: 15px;}
.process { margin-bottom: 20px; border-bottom: 1px solid #d4d4d4; padding-bottom: 20px; padding-top: 10px;}
.process img { width: 50px;}
#overview  .process h3 { font-size: 18px !important; margin-bottom: 0px !important; margin-top: 0px; padding: 0; } 
.process:last-child{ border-bottom:0;}

@media (max-width: 600px) {
	#overview { /*background-color: #0d0f21; */background:none; padding: 0px;}
	#overview  .col-md-6 { padding: 20px;}
	#overview  .col-md-6:first-child{ background: #f4f4f4;}
	#overview  .col-md-6:last-child{ background: #f4f4f4;}
	#overview .line_right { border-right: 0px solid #d4d4d4;  border-bottom: 1px solid #d4d4d4; }
	.process { text-align: center;}
	#overview .btn { margin-bottom: 20px;}
}
/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail { background: #f2f2f2;}
#detail h2{
    font-size: 36px; color: #58595b; text-align: center; text-transform: uppercase; margin-bottom: 40px; margin-top: 0px;
     
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}
#detail h3{ font-size: 24px; font-weight: bold; color: #1a75bb; line-height: 28px; }
#detail .box { margin: 20px; padding: 20px; text-align: center; background: #f7f7f7; -webkit-box-shadow: 4px 4px 10px -2px #3D3D3D; 
box-shadow: 4px 4px 10px -2px #3D3D3D;}
#detail p {   font-size: 16px;}
 #popular_plan p {   font-size: 18px; margin-bottom: 20px;}
#popular_plan h2{  font-size: 36px; font-weight: 500;
    color: #58595b;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
    margin-top: 0px;}
.plan {padding: 40px 20px; background: #FFF;     -webkit-box-shadow: 4px 4px 10px -2px #3d3d3d;
    box-shadow: 4px 4px 10px -2px #3d3d3d; margin-bottom: 40px; }


.plan ul { list-style: none; font-size:16px; margin-left: 0; padding-left: 0;}
.plan ul li i { color: #f6921e; margin-right: 5px;} 
@media (max-width: 600px) {
	.plan img {margin-bottom: 20px;}
	#popular_plan h2 { font-size: 32px;}
}
/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    
}

#speakers h2 {
    font-size: 36px;
    margin-bottom: 0px; color: #58595b;
}
 

#speakers img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
	text-align: center;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


   


/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../images/bg-top.jpg')  no-repeat;
    background-size: cover;
    background-position: center; color: #FFF; padding: 10rem 0 8rem 0; margin-top:70px;
}

#contact .contact_des {
  padding:2rem 3rem; margin: 0 40px  0 20px; border: 1px solid #FFF; min-height: 450px;
}
#contact .contact_des_thank {
  padding:2rem 3rem; margin: 0 40px  0 40px; border: 1px solid #FFF;min-height: 280px; text-align: center; padding-top: 80px;
}
@media (max-width: 600px) {
	#contact .contact_des_thank { padding-top: 20px; margin:  0px 40px 40px 40px; }
	#contact .contact_des_thank h1 { font-size:30px;}
}
 
#contact .contact_des ul { padding-left: 0px; margin-left: 0; list-style: none;}
#contact .contact_des ul li { margin-bottom: 10px; font-weight: 500; padding-left: 0; margin-left: 0;}
#contact .contact_des ul li i { margin-right: 10px; color: #f6921e;}

#contact .contact_detail {
 background-color: rgba(0, 0, 0, 0.3);
	padding: 4rem 4rem 4rem 4rem; color: #fff; border: 1px solid #FFF; min-height: 450px;
}
#contact .contact_detail h2 {color: #fff; font-size: 24px; margin-top: 0px;}
#contact h1 { font-size: 36px; font-weight: 600; margin-bottom: 20px;}
#contact h2 { font-size: 26px; font-weight: 600; text-transform:inherit; margin-bottom: 20px;}
 
#contact .form-control {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out; height: auto; padding: 5px;
}
#contact label { display: block;}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #f6921e;
   
  border: none;
  color: #000;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out; font-weight: bold; font-size: 18px;
}

#contact input[type="submit"]:hover {
  background: #1a75bb; color: #FFF;
}
.firstname { display: none;}
.logo{ max-width: 100%; width: 200px;}
@media (max-width: 600px) {
	#contact .contact_des {margin: 0 5px  0 5px}
	#contact h1 { font-size: 36px; letter-spacing: 0;}
	#contact h2 { font-size: 28px;}
	#contact h1 br,#contact h2 br{ display: none; }
	/*#contact .form-control { border: 1px solid #f2f2f2; }
	#contact .contact_detail {-webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);}*/
	
	#contact { padding-bottom: 20px;
   /* background: url('https://www.lfsinsurance.com/businessinsurance/images/businessinsurance-top.jpg')   no-repeat;
    background-size: cover;
    background-position: -400px top; color: #FFF;*/
	}
	label { font-size: 16px;}
	.logo{ max-width: 180px; }
	#detail , #video, #speakers, #program, #sponsors, footer{ padding-top: 3rem;
    padding-bottom: 4rem;}
	
	#popular_plan{ padding-top: 7rem;
    padding-bottom: 3rem;}
	#contact{ padding-top: 5rem;    padding-bottom: 0rem;}

}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed; padding: 0; color: #FFF;
}
.footer_top { background: #898b8c; color: #FFF; padding: 20px;}
.footer_bottom { background: #58595b; color: #FFF; padding: 20px;}
footer p, footer p a, footer p i { color: #FFF;}
/* 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: #f6921e;
    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: 13px;}

  .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: 3rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 30px; margin-bottom: 40px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

