/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typography              
-----------------------------------------*/
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;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register,
#winners {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #video,
#speakers,
#program,
#testimonials,
#sponsors,
#resources,
#enter, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors,
#resources, 
footer {
  text-align: center;
}

#overview h3,
#winners h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#enter h3 {
    padding-bottom: 12px;
}

#intro .btn,
#enter .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#enter .btn-danger,
#floating .btn-danger {
    background: #a6ce3a;
    border-color: transparent;
}

#intro .btn-white,
#enter .btn-white,
#floating .btn-white {
    background: #ffffff;
    border-color: transparent;
    color: #a6ce3a;
}

#enter .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover,
#floating .btn-danger:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#enter .btn-danger:hover {
  background: #222;
}

#intro .btn-white:hover,
#floating .btn-white:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#intro .btn-default:hover,
#floating .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

#floating .btn-floater {
    background: #a6ce3a;
    border-color: transparent;
}

#floating .btn-floater:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/

/*Start new style*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0897e2;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    .sk-rotating-plane:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #dc2217;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    .sk-rotating-plane:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #a6ce3a;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
/*End new style*/

/*.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: 70px;
  height: 70px;
  background-color: #ffffff;
  color: #ffffff;
  -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(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-180.1deg);
            transform: perspective(120px) rotateX(0.1deg) rotateY(-180.1deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-180.1deg);
            transform: perspective(120px) rotateX(0deg) rotateY(-180.1deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg); } }*/



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background-color: #a6ce3a !important;
    color: #ffffff;
    }

.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: #a6ce3a;*/
    color: #ffffff;
    }

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        /*background: 0 0;*/ 
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18)
    }

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg-2.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    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;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}

#overview .panel-group {
    margin-top: 32px;
}

    #overview .panel-group .panel {
        margin-bottom: 8px;
    }

#overview .panel-default {
    border: none;
}

    #overview .panel-default > .panel-heading {
        background: #f0f0f0;
        color: #505050;
    }

#overview .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#overview .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#overview .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;
}

#overview .panel-heading .panel-title a[data-toggle="collapse"]::after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#overview .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
    content: "+";
}


/*---------------------------------------
   Winners  section              
-----------------------------------------*/
#winners img {
    position: relative;
    padding-bottom: 32px;
}

#winners .panel-group {
    margin-top: 32px;
}

    #winners .panel-group .panel {
        margin-bottom: 8px;
    }

#winners .panel-default {
    border: none;
}

    #winners .panel-default > .panel-heading {
        background: #f0f0f0;
        color: #505050;
    }

#winners .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#winners .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#winners .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;
}

#winners .panel-heading .panel-title a[data-toggle="collapse"]::after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#winners .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
    content: "+";
}


/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
    color: #a6ce3a;
    font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#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;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4, #testimonials h4 {
    color: #808080;
    font-size: 12px;
}

#program h3, #testimonials h3 {
    margin-top: 16px;
}

#program .program-divider, #testimonials .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span, #testimonials span {
    padding-right: 12px;
}

#program img, #testimonials 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: #006600;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #006600;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}


/*---------------------------------------
   Checklist section              
-----------------------------------------*/
#checklist {
    background: #f9f9f9;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#checklist .panel-group {
    margin-top: 32px;
}

#checklist .panel-group .panel {
    margin-bottom: 8px;
}

#checklist .panel-default {
    border: none;
}

#checklist .panel-default > .panel-heading {
    background: #f0f0f0;
    color: #505050;
}

#checklist .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#checklist .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#checklist .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;
}

#checklist .panel-heading .panel-title a[data-toggle="collapse"]::after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#checklist .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
    content: "+";
}


/*---------------------------------------
   Faq section              
-----------------------------------------*/
#rules {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#rules .panel-group {
  margin-top: 32px;
}

#rules .panel-group .panel {
  margin-bottom: 8px;
}

#rules .panel-default {
  border: none;
}

#rules .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#rules .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#rules .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#rules .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;
}

#rules .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#rules .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;
}

/*---------------------------------------
   Campuses section              
-----------------------------------------*/
#campuses {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#campuses p {
    padding-top: 12px;
    padding-bottom: 18px;
}


/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}


/*---------------------------------------
   Resources section              
-----------------------------------------*/
#resources img {
    margin-top: 18px;
}

#resources .panel-group {
  margin-top: 32px;
}

#resources .panel-group .panel {
  margin-bottom: 8px;
}

#resources .panel-default {
  border: none;
}

#resources .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#resources .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#resources .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#resources .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;
}

#resources .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#resources .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}




/*---------------------------------------
   Contact section              
-----------------------------------------*/
#enter {
    /*background: url('../images/intro-bg-2.jpg') 50% 0 repeat-y fixed;*/
    background-size: cover;
    background-position: center center;
}

#enter .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#enter .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
      border: 3px solid #101010;
}

#enter .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;
}

#enter .form-control-error {
  border: 1px solid #a6ce3a;
  border-radius: 2px;
}

#enter .form-control:focus {
  border-bottom-color: #999;
}

#enter input {
  height: 45px;
}

#enter 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;
}

#enter input[type="submit"]:hover {
  background: #a6ce3a;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #a6ce3a;
  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: #a6ce3a;
    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: #a6ce3a;
    color: #ffffff;
}


/*---------------------------------------
   Counter             
-----------------------------------------*/
#countdown {
    height: 100%;
    margin: 0;
    font-family: Lato, sans-serif;
    background-color: #222;
}

#countdown .wrapper {
    text-align: center;
    background-color: #222;
}

#countdown .time {
    color: #ffffff;
    font-size: 3em;
}

#countdown .label {
    font-size: 1.0em;
    display: block;
    color: #aaa;
}

#countdown .bg {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

#days, #hours, #minutes, #seconds {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*---------------------------------------
   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;
  }

  #enter .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
  }

  .modal-dialog {
    width: 700px !important; /* New width for default modal */
  }

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #winners img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #testimonials img {
      padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #resources img {
    padding-top: 22px;
  }

  #enter .contact_detail {
    margin-top: 82px;
  }

  .modal-dialog {
    width: 500px !important; /* New width for default modal */
  }
}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

@media (max-width: 570px) {

  .modal-dialog {
    width: 400px !important; /* New width for default modal */
  }
}

@media (max-width: 420px) {
  .modal-dialog {
    width: 300px !important; /* New width for default modal */
  }
}


/*---------------------------------------
   Custom Scrollbar            
-----------------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1c1c1c;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a6ce3a;
}

