/* Config 
-------------------------------------*/
/* Defaults 
-------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  font-weight: 300;
  /* margin-bottom: 200px; */
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Cabin', sans-serif;
}
h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Montserrat",Sans Serif;
  color: #013763;
}
h3 {
  font-size: 28px;
  color: #999999;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 32px;
  font-family: "Montserrat", Sans Serif;
}
p {
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  color: #013763;
}
a {
  color: 1F9055!important;
  text-decoration: underline;
  font-weight: bold;
}
.btn {
  border-radius: 0;
  border: none;
  font-weight: bold;
  color: #fff;
}
.btn-color1 {
  background-color: #1F9055;
}
.btn-color2 {
  background-color: #f4bf30;
}
.label-default {
  border-radius: 0;
  background-color: #0066a3;
}
.alert {
  border-radius: 0;
  display: none;
}
.validation-error {
  background-color: #ffd0d2 !important;
}
/* Tooltip 
-------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #5a6383;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #5a6383 !important;
}
.tooltip.in {
  opacity: 1;
}
.my-tooltip {
  border-bottom: 1px dotted #11a8ab;
}
/* Scroll to Top Button 
-------------------------------------*/
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  text-indent: -9999px;
  background: url('https://knowledge.wes.org/rs/worldeducationservice/images/icon_top.png') no-repeat;
}
/* Register Now Float Button 
-------------------------------------*/
.scrollregister {
  width: 243px;
  height: 49px;
  position: fixed;
  bottom: 44px;
  right: 104px;
  display: none;
  text-indent: -9999px;
  background: url('https://knowledge.wes.org/rs/worldeducationservice/images/Register-Now-button.JPG') no-repeat;
}
/* Preloader 
-------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
#preloader .spinner {
  margin: 10% auto 0 auto;
  width: 200px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
#preloader  h2{
  color:#1F9055;
}
#preloader .spinner > div {
  background-color: #1F9055;
  height: 100%;
  width: 12px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
#preloader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#preloader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#preloader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#preloader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* Animation 
-------------------------------------*/
.delay1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
}
.delay2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
}
/* Navigation 
-------------------------------------*/
.navbar-default {
  padding: 11px 0;
  background-color: #fff;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  display: none;
}
.navbar-default .navbar-brand {
  color: #0066a3;
  font-size: 24px;
}
.navbar-default .navbar-brand img{
  max-width: 90%;
}
.navbar-default .navbar-nav li a {
  color: #1F9055;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav li.active a {
  color: #fff;
  background-color: #1F9055;
}
.nav {
  font-size: 18px;
}
.navbar-default .navbar-nav li a:hover {
   color: #fff;
  background-color: #1F9055;
}
.navbar-default .navbar-nav li:last-child a {
   color: #fff;
  background-color: #1F9055;
}
.navbar-brand {
    float: left;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}
/* Header 
-------------------------------------*/
header {
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
header #header-bg-fade {
  position: relative;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}
header #header-bg-fade img{
  width: 100%;
}
header #header-bg-fade img.img-fade {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  display: none;
  z-index: -1;
}
header .event-info {
  width: 100%;
  position: absolute;
  top: 175px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0px auto;
  height: 232px;
  padding: 0px;
}
header .event-info-bg-left {
  position: absolute;
  top: 200px;
  left: -475px;
  width: 50%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
}
header .event-info-bg-right {
  position: absolute;
  top: 200px;
  right: -475px;
  width: 50%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
}
header .event-info .event-info-nav {
  width: 100%;
  background: #1F9055;
  height: 55px;
  margin-top: -10px;
}
header .event-info .event-info-nav ul{
  list-style: none;
  width: 100%;
  max-width: 1139px;
  margin:auto;
  padding: 0;
}
header .event-info .event-info-nav li{
  display: inline-block;
  padding:10px 25px 10px;
  border-right: 1px solid #fff;
}

.event-info-nav-button.workshops a{
    background: url('https://knowledge.wes.org/rs/317-CTM-316/images/kre_landingpage_icon_workshop.png');
    background-repeat: no-repeat;
    background-position: left center;
  padding:5px 0px 5px 40px
}

.event-info-nav-button.presenters a  {
    background: url('https://knowledge.wes.org/rs/317-CTM-316/images/kre_landingpage_icon_presenters.png');
    background-repeat: no-repeat;
    background-position: left center;
  padding:5px 0px 5px 40px
}

.event-info-nav-button.programs a {
    background: url('https://knowledge.wes.org/rs/317-CTM-316/images/kre_landingpage_icon_program.png');
    background-repeat: no-repeat;
    background-position: left center;
  padding:5px 0px 5px 40px
}

.event-info-nav-button.student a {
    background: url('https://knowledge.wes.org/rs/317-CTM-316/images/wes_icon_043_30px_white.png');
    background-repeat: no-repeat;
    background-position: left center;
  padding:5px 0px 5px 40px
}


.event-info-nav-button.locations a {
    background: url('https://knowledge.wes.org/rs/317-CTM-316/images/kre_landingpage_icon_location.png');
    background-repeat: no-repeat;
    background-position: left center;
  padding:5px 0px 5px 40px
}
header .event-info .event-info-nav li:first-child{
  border-left: 1px solid #fff;
}
header .event-info .event-info-nav-button {
  color: #fff;
  text-align: center;
}
header .event-info .event-info-nav-button:hover {
}
header .event-info .event-info-nav-button i {
  font-size: 30px;
  margin: 25px 0 5px 0;
}
header .event-info .event-info-nav-button a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Montserrat", Sans Serif;
}
header .event-info .event-info-nav-button.top {
  margin-bottom: 2px;
}
header .event-info .event-info-nav-button.left {
  margin-right: 2px;
}
header .event-info .event-info-date {
  height: 175px;
  width: 1138px;
  text-align: right;
  padding: 35px 0px 0 0;
  margin: auto;
}
header .event-info .event-info-date .event-countdown1 {
  font-size: 16px;
  color: #838c97;
  text-align: left;
}
header .event-info .event-info-date .event-countdown1 span {
  display: inline-block;
  font-weight: bold;
}
header .event-info .event-info-date .event-countdown1 span.hours {
  width: 18px;
}
header .event-info .event-info-date .event-countdown1 span.minutes {
  width: 18px;
}
header .event-info .event-info-date .event-countdown1 span.seconds {
  width: 18px;
}
header .event-info .event-info-date .event-countdown2 {
  font-size: 16px;
  color: #838c97;
}
header .event-info .event-info-date .event-countdown2 span {
  display: inline-block;
  font-weight: bold;
}
header .event-info .event-info-date .event-countdown2 span.hours {
  width: 18px;
}
header .event-info .event-info-date .event-countdown2 span.minutes {
  width: 18px;
}
header .event-info .event-info-date .event-countdown2 span.seconds {
  width: 18px;
}
header .event-info .event-info-date .event-countdown3 {
  font-size: 18px;
  color: #333333;
  font-family: "Source Sans Pro", Sans Pro;
  font-weight: 400;
  text-align: left;
}
header .event-info .event-info-date .event-countdown3 span {
  display: inline-block;
  font-weight: 400;
}
header .event-info .event-info-date .event-countdown3 span.hours {
  width: 18px;
}
header .event-info .event-info-date .event-countdown3 span.minutes {
  width: 18px;
}
header .event-info .event-info-date .event-countdown3 span.seconds {
  width: 18px;
}
header .event-info .event-info-date h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  color: #013763;
  margin: 15px 0 10px 0;
  font-family: "Montserrat", Sans Serif;
  text-align: left;
}
header .event-info .event-info-date h2 {
  font-size: 24px;
  font-weight: 400;
  color: #013763;
  margin: 0;
  text-align: left;
}
header .event-info .event-info-register-btn {
  display: inline-block;
  font-size: 24px;
   padding: 6px 60px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #013763;
  color:#013763;
  background-color:#fff;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-top:35px;
}

.register-btn-wrapper {
    max-width: 1137px;
    margin: auto;
}
header .event-info .event-info-register-btn:hover {
  background-color: #013763;
  color: #fff;
}
header .event-info .event-info-register-btn i {
  margin-left: 20px;
}
/* About 
-------------------------------------*/
#about {
  padding-bottom: 60px;
}
#about .buttons {
  padding-top: 19px;
  
}
#about .buttons a {
  display: inline-block;
  font-size: 16px;
   padding: 6px 60px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #013763;
  color:#013763;
  background-color:#fff;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-top:35px;
}
#about .buttons a:hover {
  background:#013763;
  color:#fff;
}
/* Why
-------------------------------------*/
#why {
  padding: 60px 0px 60px 0px;
  background-color: #efeeed;
}
#why .buttons {
  padding-top: 19px;
  
}
#why .buttons a {
  display: inline-block;
  font-size: 16px;
   padding: 6px 60px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #013763;
  color:#013763;
  background-color:#fff;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-top:35px;
}
#why .buttons a:hover {
  background:#013763;
  color:#fff;
}

/* Student
-------------------------------------*/
#student {
  padding: 60px 0px 60px 0px;
}
#student .buttons {
  padding-top: 19px;
  
}
#student .buttons a {
  display: inline-block;
  font-size: 16px !important;
   padding: 6px 60px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #013763;
  color:#013763;
  background-color:#fff;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-top:35px;
}
#student .buttons a:hover {
  background:#013763;
  color:#fff;
}

/* Speakers 
-------------------------------------*/
#speakers {
  padding: 90px 0;
  background-color: #013763;
}
#speakers h2 {
  font-size: 36px;
  color: #013763;
}
#speakers h2 .boxes{
  font-size: 36px;
  color: #013763;
  font-weight: 800;
}
#speakers h3 {
  font-size: 24px;
  color: #013763;
}
#speakers .speakers .speaker {
  background-color: #fff;
  padding: 20px 20px 25px 20px;
  margin-bottom: 20px;
  width: 360px;
  height: 320px;
  float: left;
  /* normal padding: 28px; */
}
#speakers .speakers .speaker.active {
   background:#dad8d6;
  /* normal padding: 28px; */
}
#speakers .speakers .speaker .img {
  margin-bottom: 20px;
}
#speakers .speakers .speaker .name {
  font-size: 28px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  color: #013763;
  text-decoration: none!important;
}
#speakers .speakers .speaker .company {
  color: #013763;
  font-family: "Montserrat", Sans Serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none!important;
}
#speakers .speakers .speaker .description {
  line-height: 22px;
  font-family: "Source Sans Pro", Sans Serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #013763;
}
#speakers .speakers .speaker .socialmedia {
  margin-top: 35px;
}
#speakers .speakers .speaker .socialmedia .btn {
  height: 40px;
  width: 40px;
  font-weight: normal;
  background-color: #95a5a6;
  margin: 0 10px;
}
#speakers .speakers .speaker .socialmedia .btn i {
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}
#speakers .buttons a {
  display: inline-block;
  font-size: 16px !important;
  padding: 6px 60px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #fff;
  color:#fff;
  background-color:#013763;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-top:35px;
}
#speakers .buttons a:hover {
  background:#fff;
  color:#013763;
  border: 2px solid #013763;

}
/* Program 
-------------------------------------*/
#program {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #efeeed;
}
#program .program-tabs {
  padding-top: 24px;
}
#program .program-tabs .nav-tabs {
}
#program .program-tabs .nav-tabs li {
  margin-bottom: 2px;
}
#program .program-tabs .nav-tabs li.active a {
  background-color: #1F9055;
}
#program .program-tabs .nav-tabs .by-speakers a {
  background-color: #acb1c1;
}
#program .program-tabs .nav-tabs .by-speakers.active a {
  background-color: #5a6383;
}
#program .program-tabs .nav-tabs li a {
  border: none;
  border-radius: 0;
  background-color: #858585;
  color: #fff;
  font-size: 15px;
  padding: 8px 25px 8px 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", Sans Serif;
}
#program .program-tabs .nav-tabs li a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin-bottom: 4px;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#program .program-tabs .nav-tabs li ul {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 3px 0 0 0;
}
#program .program-tabs .tab-content .tab-pane .program-node {
  padding: 9px 0 8px 0;
  border-bottom: 1px solid #999999;
}
.program-node h4 {
    color: #013763;
    font-family: "Montserrat", Sans Serif;
    font-size: 18px;
    line-height: 22px;
}
#program .program-tabs .tab-content .tab-pane .program-node .time {
  background-color: #0066a3;
  color: #fff;
  font-weight: bold;
  padding: 14px 0;
}
#program .program-tabs .tab-content .tab-pane .program-node .time {
  background-color: #efeeed;
  color: #013763;
  font-weight: 600;
  padding: 8px 0;
  font-size: 22px;
}
#program .program-tabs .tab-content .tab-pane .program-node .description {
  padding-top: 3px;
}

.countries ul{
  list-style: none;
  margin:0px;
  padding-left:20px;
  
}
.countries ul li{
  display: inline-block;
  padding:0px 25px 10px 0px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 300;
  
}
/* Sponsors 
-------------------------------------*/
#sponsors {
  margin-bottom: 90px;
}
#sponsors .carousel {
  margin-top: 15px;
}
#sponsors .carousel .item .sponsor {
  border: 3px solid #93d8d9;
  height: 72px;
  overflow: hidden;
  margin: 0;
}
#sponsors .carousel .item .sponsor img {
  margin-top: 0px;
}
#sponsors .carousel .item .sponsor.left {
  margin-left: 0;
}
#sponsors .carousel .item .sponsor.right {
  margin-right: 0;
}
#sponsors .carousel-control {
  background-image: none;
  background-color: #93d8d9;
  width: 66px;
  height: 72px;
  text-align: center;
}
#sponsors .carousel-control i {
  font-size: 36px;
  text-shadow: none;
  margin-top: 20px;
}
/* Map 
-------------------------------------*/
#map {
  margin-bottom: 90px;
}
/* Info Slider 
-------------------------------------*/
#info-slider {
  margin-bottom: 50px;
}
#info-slider .carousel-indicators {
  margin-left: 0;
  text-align: left;
  left: 19px;
  margin-bottom: 0;
  bottom: 5px;
}
#info-slider .carousel-indicators .active {
  background-color: #013763;
}
#info-slider .carousel-indicators li {
  border-radius: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #fff;
  margin: 0 3px 0 0;
  background-color: #c3c3c3;
}
#info-slider .carousel-control {
  display: none;
}
#info-slider .btn {
  font-size: 20px;
  color: #fff;
  padding: 12px 30px 10px 30px;
}
/* Info Video 
-------------------------------------*/
#info-video {
  margin-top: 30px;
  margin-bottom: 90px;
}
#info-video .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#info-video .video iframe,
#info-video .video object,
#info-video.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Location 
-------------------------------------*/
#location {
  margin-bottom: 30px;
}
#location h2 {
  margin-bottom: 25px;
  padding: 18px 10px 3px 10px;
  font-size: 36px;
  color: #013763;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
}
#location a {
  margin-bottom: 0;
  padding: 18px 10px 3px 10px;
  font-size: 18px;
  color:#1F9055!important;;
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 700;
  text-decoration: underline!important;
}
#location p {
 margin-bottom: 0;
  padding: 0px 10px 3px 10px;
  font-size: 16px;
  color:#013763;
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  line-height: 28px;
}
/* Accomodation 
-------------------------------------*/
#accommodation {
  padding-bottom: 60px;
}
#accommodation p{
   font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  color:#013763;
}
/* Register 
-------------------------------------*/
#register {
  padding: 90px 0px 0px 0px;
  background-color: #efeeed;
  margin-bottom: 0px;
}
#register a{
  color:#1F9055!important;
  font-weight: 700;
  text-decoration: underline !important;
}
.slogan a{
  text-decoration: underline;
  font-weight: 700;
}

/* Twitter 
-------------------------------------*/
#twitter {
  padding: 90px 0;
  background-color: #1F9055;
}
#twitter i {
  font-size: 132px;
  color: #5a6383;
}
#twitter p {
  font-size: 36px;
  color: #fff;
}
#twitter a {
  color: #5a6383;
}
#tweets ul {
  margin: 0;
  padding: 0;
}
#tweets ul li {
  list-style: none;
}
#tweets ul li .interact {
  display: none;
}
.slogan p{
  font-size: 18px !important;
font-family: "Source Sans Pro", Sans Serif;
line-height: 22px;
letter-spacing: 1px;
font-weight: 400;
  margin-bottom: 0;
}
.slogan h3{
  color:#fff;
}
/* Popbox
-------------------------------------*/
.popbox {
  margin:0px auto;
  text-align:center;
  position:relative;
}

  .collapse { position:relative; }

  .open {
    background:#DDD;
    border:solid 1px #FFF;
    border-radius:5px;
    box-shadow: 0px 0px 5px #CCC;
    background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#e8e8e8));
    background:-moz-linear-gradient(top,#f4f4f4,#e8e8e8);
    background:linear-gradient(top,#f4f4f4,#e8e8e8);
    padding:8px;
  }

    .box {
      display:block;
      display:none;
      background:#FFF;
      border:solid 1px #BBBBBB;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
    }

      .box a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
      }

      .arrow {
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #FFF;
        position:absolute;
        left:1px;
        top:-10px;
        z-index:1001;
      }

      .arrow-border {
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #BBBBBB;
        position:absolute;
        top:-12px;
        z-index:1000;
      }


/* Footer 
-------------------------------------*/
footer {
  background-color: #5C5C5C;
  padding: 30px 0;
}
footer p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat";
  text-decoration: none;
  padding: 10px 0px;

}
footer .btn {
  height: 40px;
  width: 40px;
  font-weight: normal;
  margin: 0 10px;
}

footer .btn i {
  color: #5a6383;
  font-size: 20px;
  line-height: 31px;
}
/* Modal 
-------------------------------------*/
.modal .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal .modal-header {
  border-bottom: 5px solid #dcf2f2;
  color: #11a8ab;
}
.modal .modal-footer {
  background-color: #dcf2f2;
}
.modal .modal-footer button {
  color: #fff;
}
.modal .modal-footer button.cancel {
  background-color: #11a8ab;
}
.modal .modal-footer button.save {
  background-color: #5a6383;
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* Defaults 
-------------------------------------*/
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .tooltip .tooltip-inner {
    font-size: 14px;
  }
  #speakers h2,
  #newsletter h2,
  #register h2 {
    font-size: 48px;
  }
  #about .buttons {
    padding-top: 10px;
  }
  #about .buttons a {
    font-size: 17px;
  }
  #sponsors .carousel .item .sponsor img {
    margin-top: 7px;
  }
  #info-slider .btn {
    font-size: 17px;
  }
  #register form input {
    font-size: 21px;
    padding: 24px 15px;
  }
  #twitter i {
    font-size: 115px;
  }
  #twitter p {
    font-size: 30px;
  }
  header .event-info .event-info-nav li {
    display: inline-block;
    padding: 10px 47px 10px;
    border-right: 1px solid #fff;
}
  header .event-info .event-info-date {
    height: 175px;
    width: 1138px;
    text-align: right;
    padding: 35px 15px 0 15px;
    margin: auto;
}

}

/* =Media queries
-------------------------------------------------------------- */

/* ----------------------------ORIENTATION PORTRAIT-----------------------------*/

@media only screen and (max-width: 1080px) and (orientation : portrait) {
  /* PORTRAIT:
  Windows Surface Pro*/

/*Enter your styles below this line*/
header .event-info .event-info-nav li {
    display: inline-block;
    padding: 10px 47px 10px;
    border-right: 1px solid #fff;
}
  header .event-info .event-info-date {
    height: 175px;
    width: 1138px;
    text-align: right;
    padding: 35px 15px 0 15px;
    margin: auto;
}


}


@media only screen and (max-width: 991px) and (orientation : portrait){
     
 body {
    font-size: 17px;
    text-align: center;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
  }
  h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .nav {
    font-size: 14px;
  }
  .slogan{
    margin-top:15px;
   
  }
  .slogan h3, .slogan p,.Copyright p{
     text-align: center;
  }
  .navbar-nav > li > a {
    padding: 15px 10px;
    
  }
  .navbar-default .navbar-nav li a {
    color: #1F9055;
    font-weight: bold;
    font-size: 12px;
}
  header .event-info {
    height: 250px;
    width: 100%;
    top: 115px;
    left: 50%;
    margin-left: -50%;
  }
  header #header-bg-fade {
    height: 600px;
  }
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: 55px;
  }
  header .event-info .event-info-nav-button {
    margin: 0 !important;
    height: 60px;
  }
  header .event-info .event-info-nav li {
    display: inline-block;
    padding: 13px 30px 10px;
    border-right: 1px solid #fff;
}
  header .event-info .event-info-nav-button a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Montserrat", Sans Serif;
}
  header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 30px 15px;
  }
  header .event-info .event-info-date h1 {
    margin: 12px 0 15px 0;
  }
  header .event-info .event-info-register-btn {
  float: left;
  margin-top: 50px;
  }
  header .event-info-bg-left,
  header .event-info-bg-right {
    display: none;
  }
  #about img {
    width: 720px;
    margin-bottom: 40px;
  }
  #speakers .speakers .speaker .img {
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
  }
  #program .program-tabs .nav-tabs li,
  #program .program-tabs .nav-tabs li ul {
    margin-bottom: 2px;
    width: 100%;
  }
  #sponsors .carousel .item .sponsor {
    margin: 0 50px 5px 50px;
  }
  #sponsors .carousel .item .sponsor img {
    display: inline;
    margin-top: 0;
  }
  #info-slider .slider {
    margin-bottom: 40px;
  }
  #info-slider img {
    width: 720px;
  }
  #speakers h2,
  #newsletter h2,
  #register h2 {
    font-size: 32px;
  }
  #register{
    padding:30px 15px;
  }
  #about .buttons {
    padding-top: 10px;
  }
  #about .buttons a {
  }
  #info-slider .btn {
    font-size: 20px;
  }
  #register .plans {
    margin-bottom: 40px;
  }
  #register .plan .offer {
    margin-left: 0;
  }
  #register .plan .checkbox {
    float: none;
    padding-top: 0px;
  }
  /* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
  border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
    Position the close button
  float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textbox input {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color: #000;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
    width: 214px;
}

.button:hover {
    background: #ddd;
}
  footer p {
    margin-bottom: 30px;
  }
  footer .socialmedia {
    float: none !important;
  }
}

@media only screen and (max-width: 800px) and (orientation : portrait) {
  /* PORTRAIT:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  Arnova 8C G3
  ASUS Padfone
  ASUS Transformer Pad TF300T
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1*/

/*Enter your styles below this line*/
.register-btn-wrapper {
    padding-left: 30px;
}
}


@media only screen and (max-width: 768px) and (orientation : portrait) {
  /* PORTRAIT:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  LG Optimus Pad
  Microsoft Surface (RT)
  Panasonic Toughpad A1
  Kindle Paperwhite*/

/*Enter your styles below this line*/
  /* Responsive Facebook*/
header .event-info .event-info-nav li {
    display: inline-block;
    padding: 13px 20px 10px;
    border-right: 1px solid #fff;
}
.register-btn-wrapper {
    padding-left: 30px;
}

}
@media only screen and (max-width: 767px) and (orientation : portrait) {
  /* PORTRAIT:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  LG Optimus Pad
  Microsoft Surface (RT)
  Panasonic Toughpad A1
  Kindle Paperwhite*/

/*Enter your styles below this line*/
  /* Responsive Facebook*/
header .event-info .event-info-nav li {
    display: inline-block;
    padding: 13px 12px 10px;
    border-right: 1px solid #fff;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}
@media only screen and (max-width: 640px) and (orientation : portrait) {
  /* PORTRAIT:
  Acer Iconia Tab A500
  Arnova 7FG3
  Nexus 7*/

/*Enter your styles below this line*/
 header .event-info .event-info-nav li {
    display: inline-block;
    padding: 13px 15px 10px;
    border-right: 1px solid #fff;
}
  header .event-info .event-info-nav-button a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}  

@media only screen and (max-width: 600px) and (orientation : portrait) {
  /* PORTRAIT:
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Kindle 3
  Kobo eReader Touch
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7*/

/*Enter your styles below this line*/
header .event-info .event-info-nav li {
    display: inline-block;
    padding: 13px 8px 10px;
    border-right: 1px solid #fff;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 540px) and (orientation : portrait) {
  /* PORTRAIT:
  HTC Evo 3D
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Ainol Novo 7 Elf 2*/

/*Enter your styles below this line*/
  
    header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 18px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}
.register-btn-wrapper {
    padding-left: 30px;
}

}

@media only screen and (max-width: 480px) and (orientation : portrait) {
  /* PORTRAIT:
  Arnova 7 G2
  BlackBerry Bold 9780
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  iPhone 6 portrait ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· width: 375px
  */

/*Enter your styles below this line*/
  
    header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 18px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
.register-btn-wrapper {
    padding-left: 30px;
}

}

@media only screen and (max-width: 400px) and (orientation : portrait) {
  /* PORTRAIT:
  Samsung Galaxy Note
  Nexus 4
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid3
  Motorola Droid Razr
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3
  BlackBerry Bold 9900
  BlackBerry 9520
  BlackBerry Z10*/

/*Enter your styles below this line*/
  
    header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 18px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
.register-btn-wrapper {
    padding-left: 30px;
}
} 

@media only screen and (max-width: 360px) and (orientation : portrait) {
  /* PORTRAIT:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPhone 5
  Apple iPod Touch
  BlackBerry Bold 9360
  BlackBerry Bold 9790
  BlackBerry Curve 9320
  BlackBerry Curve 9380
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HP Veer
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire
  HTC Desire C
  HTC Desire HD
  HTC Legend
  HTC One V
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  LG Optimus 2X
  LG Optimus L3
  Motorola Defy
  Motorola Milestone
  Nexus S
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  Sony Xperia E Dual
  BlackBerry Curve 9300*/

/*Enter your styles below this line*/
    header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 22px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}
@media only screen and (max-width: 320px) and (orientation : portrait) {
  /* Responsive Facebook*/
  
  header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 18px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
  .register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 240px) and (orientation : portrait) {
  /* PORTRAIT:
  LG Viewty KU990
  Nokia 700
  Nokia 2700
  Nokia N95
  Samsung Galaxy S3 Mini
  Nokia 300*/

/*Enter your styles below this line*/
 .register-btn-wrapper {
    padding-left: 30px;
}
  
}

/* ----------------------------ORIENTATION LANDSCAPE-----------------------------*/


@media only screen and (max-width: 1920px) and (orientation : landscape) {
  /* LANDSCAPE:
  Windows Surface Pro*/

/*Enter your styles below this line*/

}

@media only screen and (max-width: 1366px) and (orientation : landscape) {
  /* LANDSCAPE:
  Microsoft Surface (RT)*/

/*Enter your styles below this line*/

}

@media only screen and (max-width: 1280px) and (orientation : landscape) {
  /* LANDSCAPE:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  ASUS Transformer Pad TF300T
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1
  LG Optimus Pad
  Acer Iconia Tab A500*/

/*Enter your styles below this line*/
.register-btn-wrapper {
    padding-left: 30px;
}
}
@media only screen and (max-width: 1130px) and (orientation : landscape) {
  /* LANDSCAPE:
  ASUS Padfone
  Arnova 8C G3
  Arnova 7FG3*/

/*Enter your styles below this line*/
.register-btn-wrapper {
    padding-left: 30px;
}
}
@media only screen and (max-width: 1024px) and (orientation : landscape) {
  /* LANDSCAPE:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  Panasonic Toughpad A1
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7
  Ainol Novo 7 Elf 2*/

/*Enter your styles below this line*/
  .nav {
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding: 15px 10px;
    
  }
  .navbar-default .navbar-nav li a {
    color: #1F9055;
    font-weight: bold;
    font-size: 14px;
}
  header .event-info {
    height: 250px;
    width: 100%;
    top: 115px;
    left: 50%;
    margin-left: -50%;
  }
  header #header-bg-fade {
    height: 600px;
  }
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: 60px;
  }
  header .event-info .event-info-nav-button {
    margin: 0 !important;
    height: 60px;
  }
  header .event-info .event-info-nav ul {
    list-style: none;
    width: 100%;
    max-width: 940px;
    margin: auto;
    padding: 0;
}
  header .event-info .event-info-nav li {
    display: inline-block;
    padding: 13px 50px 10px;
    border-right: 1px solid #fff;
}
  header .event-info .event-info-nav-button a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Montserrat", Sans Serif;
}
  header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 30px 15px;
  }
  header .event-info .event-info-date h1 {
    margin: 12px 0 15px 0;
  }
  header .event-info .event-info-register-btn {
  float: left;
  margin-top: 50px;
  }
  header .event-info-bg-left,
  header .event-info-bg-right {
    display: none;
  }
  #program .program-tabs .nav-tabs li a {
    font-size: 14px;
   }
  #program .program-tabs .tab-content .tab-pane .program-node .time {
    font-size: 18px;
  }
.register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 980px) and (orientation : landscape) {
  /* LANDSCAPE:
  Nexus 7
  HTC Evo 3D*/

/*Enter your styles below this line*/
.register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 802px) and (orientation : landscape) {
  /* LANDSCAPE:
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Arnova 7 G2
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  Apple iphone 6 plus
  */

/*Enter your styles below this line*/
  header .event-info .event-info-nav li {
    display: inline-block;
    padding: 13px 25px 10px;
    border-right: 1px solid #fff;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 691px) and (orientation : landscape) {
  /* LANDSCAPE:
  BlackBerry 9520*/

/*Enter your styles below this line*/

    header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 18px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}


@media only screen and (max-width: 640px) and (orientation : landscape) {
  /* LANDSCAPE:
  Samsung Galaxy Note
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid Razr
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3*/

/*Enter your styles below this line*/

    header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 30px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 600px) and (orientation : landscape) {
  /* LANDSCAPE:
  Motorola Droid3
  Nexus 4
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Motorola Defy
  Motorola Milestone
  Apple iPhone 5
  HP Veer*/
/*Enter your styles below this line*/
.register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 540px) and (orientation : landscape) {
  /* LANDSCAPE:
  HTC Desire
  HTC Desire HD
  HTC One V
  LG Optimus 2X
  Nexus S
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  BlackBerry Z10*/

/*Enter your styles below this line*/
  
    header .event-info .event-info-date {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
  
  header .event-info .event-info-date h1 {
    font-size: 18px;
    margin: 10px 0px;
}
header .event-info {
    height: 386px;
  top:62px;
}
  header .event-info .event-info-date h2 {
    font-size: 15px;
    font-weight: 400;
    color: #013763;
    margin: 0;
    text-align: left;
}
header .event-info .event-info-register-btn {
    float: left;
    margin-top: 0px;
}
  header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
header .event-info .event-info-nav li {
    display: block;
    padding: 13px 25px 10px;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
  text-align: left;
}
  header .event-info .event-info-nav li:first-child {
    border-left: 0px solid #fff;
}
  header .event-info .event-info-nav {
    width: 100%;
    float: none;
    display: block;
    height: auto;
}
  
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
.register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 480px) and (orientation : landscape) {
  /* LANDSCAPE:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPod Touch
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire C
  HTC Legend
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Sony Xperia E Dual*/

/*Enter your styles below this line*/
 body {
    font-size: 14px;
  }
  h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
  }
  header .event-info {
    top: 85px;
  }
  header .event-info .event-info-nav {
    height: 71px;
  }
  header .event-info .event-info-nav-button {
    height: 71px;
  }
  header .event-info .event-info-nav-button i {
    font-size: 23px;
    margin: 14px 0 5px 0;
  }
  header .event-info .event-info-nav-button a {
    font-size: 12px;
  }
  #speakers h2,
  #newsletter h2,
  #register h2 {
    font-size: 48px;
  }
  #about .buttons {
    padding-top: 10px;
  }
  #about .buttons a {
    font-size: 17px;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #info-slider .btn {
    font-size: 17px;
  }
  .register-btn-wrapper {
    padding-left: 30px;
}
}

@media only screen and (max-width: 320px) and (orientation : landscape) {
  /* LANDSCAPE:
  Samsung Galaxy S3 Mini*/

/*Enter your styles below this line*/

}