/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
		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: white;
    font-size: 16px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.top-buffer { 
  margin-top:3%; 
}

.section-title {
  margin-bottom: 32px;
}

#overview,
#training,
#segment,
#price {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    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,
#contact .btn-danger,
#video .btn-danger {
    background: rgba(255,0,102,1);
    border-color: transparent;
}

#contact .btn {
  border-radius: 0px;
}

#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;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px)  { 
  .parallax-section {
     background-attachment: scroll !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: #222;
  -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(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) 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(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/

.custom-navbar .top-line-left {
  border-bottom: 1px solid rgba(245, 247, 251, 0.2);
  height: 35px;
}

.custom-navbar .top-contact{
  float: left;
  margin-right: 54px;
  font-size: 11px;
  color: white;
}

.custom-navbar .top-contact i,
.custom-navbar .top-contact p{
  display: inline;
  margin-right: 10px;
}

.custom-navbar .top-contact i{
  color:rgba(255,255,255,0.7);
  font-size: 20px;
}



.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 400;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
    padding-top: 10px;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: rgba(255,0,102,0.5);
}

.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: rgba(255,0,102,1);
}

.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: 30px 0px 0px 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding-top: 10px;
    }

    .custom-navbar img {
        width: 85%;
    }

    .custom-navbar a {
        padding-top: 8px;
    }

}

/*---------------------------------------
    Intro section              
-----------------------------------------*/

#intro {
  background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
   color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    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;
    text-align: center;
    position: relative;
    z-index: 0;
}

#intro h3 {
  color:rgba(255,0,102,1);
}

#intro .frame h4 {
  color:white;
  font-weight: 400;
  padding: 1rem 2rem;
  background-color: rgba(255,0,102,1.0);
  text-align: center;
  margin: 15px -15px  0px -15px;
}

#intro .btn-default{
  background-color: rgba(0,0,0,0.8);
}


/*---------------------------------------
    Counter section              
-----------------------------------------*/

#counter {
    background-color: rgba(0,0,102,0.1);
    height: 100%;
    color: #FFF;
    text-align: center;
    z-index: 2;
    padding: 80px 0;
}

#counter p{
  color: black;
}

.timer_box{
    padding: 20px 12px 0px 12px;
    text-align: center;
    background-color: rgba(0,0,102,0.8);
    max-width: 130px;
}

#seconds{
    margin-right: 0;
}

.timer_box h1{
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: white;
}
#counter .timer_box p{ 
  margin-top: 0px;
  color:white;
  line-height: 40px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/

#overview1 {
    background: url('../images/pic09.jpg') 50% 0 repeat-y fixed;
    color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    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;
          justify-content: center;
    text-align: left;
    padding-top: 14rem;
    position: relative;
    z-index: 0;
}

#overview1:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 1%;
    }

#overview1:after {
      background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      background-image: linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0;
    }

#overview1 .container{
  z-index: 100;
}

#overview1 img {
  padding: 0;
}


#overview1 h3 {
  margin-top: 14rem;
}

#overview1 p:nth-child(3) {
  margin-top: 10px;
  font-weight: 400;
  color:white;
  padding: 15px;
  background-color: rgba(0,0,102,1.0);
}


/*---------------------------------------
    Guru section              
-----------------------------------------*/
#guru {
    background: url('../images/pic04.jpg') 50% 0 repeat-y fixed;
    color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    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;
    text-align: center;
    padding-top: 0;
    position: relative;
    z-index: 0;
}

#guru:before {
      content: '';
      display: inline-block;
      height: 100vh;
      vertical-align: middle;
      width: 1%;
    }

#guru:after {
      background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      background-image: linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0;
    }

#guru .container{
  z-index: 100;
}


#guru h1 {
  color: rgba(255,0,102,1.0);
}

#guru h3 {
  line-height: 1.5em;
}

#guru h4 {
  margin-top: 40px;
  color:white;
  font-weight: 400;
  line-height: 1.5em;
  padding: 2rem;
  background-color: rgba(255,0,102,1.0);
}

#vopr p {
  color:white;
}


/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color:white;
}

#detail .fa {
  color: rgba(255,0,102,1.0);
  font-size: 48px;
  position: relative;
  top:0px;
  left:-43%;
}

#detail p {
  margin-bottom: 5%;
  text-align: left;
  width: 80%;
}

#detail h3 {
  text-align: left !important;
  padding-bottom: 2px !important;
  line-height: 1.2em;
}

#detail h2 {
  color:rgba(255,0,102,1);
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers .row {
  margin-top: 40px !important; 
}

#speakers p {
  color: black;
  text-align: left;
  font-size: 1.2em;
  padding-top: 10px;    
}

#speakers span {
  color: rgba(255,0,102,1);
  font-weight: 700;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/

#program  {
    padding-bottom: 20px;
}

#program h3 {
    color: white;
    padding: 10px;
    background: rgba(255,0,102,1);
    text-align: center;
}

#program h4 {
    color: #808080;
    font-size: 18px;
}

#program h4:first-of-type {
    color: rgba(0,0,112,1);
    font-size: 18px;
}

#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 {
  width: 100%;
  border-radius: 5%;
}

.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/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding:20px 0;
}


#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register button[type="submit"] {
  background: #f2545f;
  border: none;
  color: #ffffff;
  height: 45px;
  padding: 0 5%;
  transition: all 0.4s ease-in-out;
}

#register button[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

/*---------------------------------------
    Spam section              
-----------------------------------------*/
#spam {
  background: url('../images/pic07.jpg') 50% 0 repeat-y fixed;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 65vh;
  vertical-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

#spam:before {
      content: '';
      display: inline-block;
      height: 65vh;
      vertical-align: middle;
      width: 1%;
    }

#spam:after {
      background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      background-image: linear-gradient(top, rgba(23, 24, 32, 0.6), rgba(23, 24, 32, 0.6)), url("../images/overlay.png");;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0;
    }

#spam .container{
  z-index: 100;
}



#spam h4{
    font-weight: 400;
    padding:10%;
    text-align: left;
    color:white;
    line-height: 1.3em;
    background-color: rgba(0,0,0,0.7);
}

section#contact .text-danger {
  color: #e74c3c;
}

/*---------------------------------------
   Training section              
-----------------------------------------*/

#training  {
  background: #f9f9f9;
}

#training h3 {
    color: white;
    padding: 10px;
    background: rgba(255,0,102,1);
    text-align: center;
}

#training h4 {
    font-size: 18px;
    margin-bottom: 0;
}

#training p {
    color: black;
    margin-bottom: 0;
}

#training .line {
    border-right: 1px solid gray;
}

#training .bullet {
    padding: 0;
    font-size: 200%;
    list-style-type: square;
    color:rgba(255,0,102,1);
}



#training h4:first-of-type {
    color: rgba(0,0,112,1);
    font-size: 18px;
}

#training h3 {
  margin-top: 16px;
}

/*---------------------------------------
    Segment section              
-----------------------------------------*/
#segment img {
  border-radius: 10%;
  width: 100%;
}


#segment h3 {
    color: white;
    padding: 10px;
    background: rgba(0,0,112,1);
    text-align: center;
}

#segment p {
    margin-top: 10px;
    color: black;
    font-weight: 700;
    line-height: 1.2em;
}


/*---------------------------------------
    Video section              
-----------------------------------------*/
#video  {
  background: #f9f9f9;
}

#video iframe {
  border: none;
}

#video h2 {
  margin-bottom: 20px;
}

#video p {
  color: black;
}

@media (max-width: 768px) {

  #video .col-md-8 h2 {
    margin-top: 70px;
  }

}



/*---------------------------------------
   price              
-----------------------------------------*/

#price {
  background: url('../images/pic08.jpg') 50% 0 repeat-y fixed;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
  vertical-align: center;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
  color: white;
  text-align: center;
}

#price:before {
      content: '';
      display: inline-block;
      height: 100vh;
      vertical-align: middle;
      width: 1%;
    }

#price:after {
      background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      background-image: linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("../images/overlay.png");;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0;
    }

#price .container{
  z-index: 100;
}
#price h3,
#price h2 {
  margin-top: 0px;
}

#price h2 {
  padding: 15px;
  background-color: rgba(255,0,102,1);
  color:white;
}


#price h2 {
  margin-bottom: 50px;
}

#price .price1 {
  padding: 8rem 5rem;
  background-color: rgba(0,0,0,0.5);
  border:1px solid white;
  border-radius: 10px;
  z-index: 22;
}

#price .price2 {
  margin-top: 12rem;
  color:rgba(255,0,102,1);
  padding: 3rem;
  background-color: rgba(0,0,0,0.9);
  border:1px solid white;
  border-radius: 10px;
}

#price .price2 p {
  margin-top: 7%;
  color:white;
  font-weight: 400;
}

#price .price2 span{
  color:white;
  padding: 0.5rem;
  background-color: rgba(255,0,102,1);
  border:1px solid white;
  border-radius: 10px;
}

#price div:nth-child(2){
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
  background: #f9f9f9; 
}

#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-group {
  border: none;
}


#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact button[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact button[type="submit"]:hover {
  background: #f2545f;
}

#contact .adres {
  padding: 4rem;
  border:4px solid rgba(255,0,102,1.0);
}

#contact p,
#contact a{
  color:black;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
  padding:3rem 0;
}

footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: rgba(255,0,102,1.0);
}



/* 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: 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: 20px;
  }

  #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: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

  #training .line{
    border:none;
  }

  .custom-navbar img {
    width: 70%;
  }

  .custom-navbar a {
    padding-top: 6px;
  }

  #overview h3 {
  margin-top: 0%;
  }

  #overview img {
  padding:0;
  }

  #price .price1, 
  #price .price2 {
  padding: 2rem;
  }

  #price .price1 h2 {
  font-size: 16px;
  margin-bottom: 10px;
  }

  #price .price2 {
  margin-top: 5rem;
  }
}


@media (max-width: 640px) {

  #intro h1 {
    font-size: 25px;
  }

  #intro h3 {
    font-size: 14px;
    line-height: 1.2em;
  }

  #overview h3 {
  padding-top: 20px;
  }

  section h2 {
    font-size: 18px;
    line-height: 1.2em;
  }

  section h3 {
    font-size: 16px;
    line-height: 1.2em;
  }

  #counter h1{
    font-size: 25px;
    line-height: 1em;
  }

  #counter .timer_box{
    padding: 5px 2px 0px 2px;
  }

  #counter .col-xs-3{
    padding:0 6px;
  }

  #program img {
  padding-bottom: 0;
  padding-top:10px;
  }

  #price .price2 {
  margin-top: 4rem;
  }

  #contact .col-sm-5{
    margin-top: 20px;
  }

  .custom-navbar img {
    width: 70%;
  }

  .custom-navbar a {
    padding-top: 8px;
  }

  .custom-navbar .top-line-left {
    border:none;
    padding-top: 15px;
  }

  .custom-navbar .top-contact {
    margin-right: 0;
  }

  .go-top {
  bottom: 0.5em;
  right: 0.5em;
  width: 60px;
  height: 60px;
  }
}



@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}
