﻿/* CSS Document */

/* general styles  */

body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
h1, h2.section-heading, h2, h3, h4, h5{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  margin:30px 0 20px 0;
}
h1, h2.section-heading{
  margin:20px 0;
  font-size:30px;
}
@media(min-width:768px) {
  h1, h2.section-heading{
  font-size:36px;
}
}
.pagecontent{
  min-height:400px;
}
@font-face {
font-family: 'proxima-bold';
src:url(/UploadedFiles/EventPage/1005014/Mark%20Simonson%20-%20Proxima%20Nova%20Bold.otf);
}
h1, h2.section-heading{
  color:#312f30;
}
.home-content-1 p{
  color: #666666;
}
h2{
  color:#464646;
  font-size:20px;
}
@media(min-width:768px) {
  h2{
  font-size:30px;
}
}
.header-middle {
  display:none;
}
a.btn{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  white-space: normal;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  transition:all 0.3s linear;
}
@media(min-width:768px) {
  a.btn {
    white-space: nowrap;
  }
}
a.btn-default {
  background:rgb(0, 0, 0);
  border:solid 1px #fff;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  background:rgb(0, 0, 0);
  color:#fff;
}
a.btn-primary{
  background:#289039;
  border:solid 1px #fff;
  color:#fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background:#0e9b06;
  border:solid 1px #fff;
  color:#fff;
}
a.btn-info {
  background: #318C2C;
  border:solid 1px #fff;
  color: #fff;
}
a.btn-info:hover, .btn-info:focus{
  background:#0e9b06;
  color:#fff;
  border:solid 1px #fff;
}
.header-bottom{
  background:#312f30;
  top: 47px;
      
}
.navbar-toggle {
    margin-top: 18px;
}
.navbar-toggle .icon-bar {
    background-color: #0b5e86;
}
nav .navbar-nav > li > a {
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  transition:all 300ms linear;
}
nav .navbar-nav > li > a {
  font-size: 11px;
  line-height:12px;
  padding: 31px 5px;
  color:#fff;
}
nav .navbar-nav > li a:hover, nav .navbar-nav > li a:active, nav .navbar-nav > li a:focus, nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background:#000000;
  color:#fff;
}

nav .navbar-header .logo {
    width:auto;
    max-height:77px;
    padding:4px;
}
nav.navbar {
  margin-bottom:0;
}

@media(min-width:768px){

 nav .navbar-header .logo {
      width:180px;

  }
}

li.nav_top.nav_top_.nav_top_6582:after {
  
    content: url(/UploadedFiles/EventPage/1005014/images/support.png);
   position: relative;
    margin-left: 0px;
    margin-top: 5px;
    
    
    
   
}
@media(min-width:768px){
  li.nav_top.nav_top_.nav_top_6582 a {
   
   margin: 34px 0 !important;
   
}
li.nav_top.nav_top_.nav_top_6582:after {
  
    content: url(/UploadedFiles/EventPage/1005014/images/support.png);
   
    position: absolute;
    margin-left: 160px;
    margin-top: -91px;
   
}
nav .navbar-header .logo {
   
    margin-top: 12px !important;
}
}
@media(min-width:992px){

  nav .navbar-nav > li > a {
    font-size: 13px;
    line-height:14px;
    padding: 46px 12px;
    color:#fff;
  }

  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }

}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 46px 20px;
  }
}

@media(min-width:768px) {
  nav .navbar-nav {
    float:right;
  }
}



/* end general styles */



/* navigation */

.header-bottom{
  width:100%;
  display:block;
  margin:0;
  position:fixed;
  z-index:999;
  top:47px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin-bottom:0;
  min-height:77px;
}
nav .navbar-brand{
  padding:0;
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom {
  position:absolute;
  z-index:999;
}

.navbar-header{
  display:block;
}
nav .navbar-header .logo {
  display: block;
  margin: 0;
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
nav .navbar-toggle {
    border-color: #fff;
}
nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
nav .navbar-toggle {
    margin-bottom: 8px;
}
@media(min-width:768px){

  nav .navbar-nav .open .dropdown-menu li a {
    color: #252525;
    font-size:14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }

  .container{
    width:100%;
  }

}
@media(min-width:992px){


  nav .navbar-nav{
        float: none;
    margin-left: 16%;
  }
  .container{
    width:970px;
  }

}
@media(min-width:1200px){
  nav .navbar-nav > li.btn-nav > a {
    margin:35px 0;
  }

  .container{
    width:1170px;
  }
}

/* end navigation */


/* home-cta-5 */

.home-cta-5{
  text-align:center;
  padding:40px 0;
}
.home-cta-5 h2.section-heading{
  
  color:#fff;
  font-size:30px;
  line-height:30px;
  text-shadow: 0 0 19.4px #000000;
}

@media(min-width:768px) {
  .home-cta-5 h2.section-heading{
    
    font-size:48px;
    line-height:54px;
  }
}
.home-cta-5 h2.section-heading img{
  max-height:50vh;
}
.home-cta-5 h2{
  font-size:24px;
  line-height:24px;
  color:#fff;
  text-shadow: 1px 1px 1px #000;
  margin:20px 0;
}
.home-cta-5 h2.date{
  padding-bottom: 30px;
  margin: 0px;
  margin-bottom: 20px;
      margin-top: 41px;
}
@media(min-width:768px) {
  .home-cta-5 h2{
    font-size:32px;
    line-height:36px;
  }
}
.home-cta-5 h2.section-heading img{
  max-height:50vh;
}
.home-cta-5 h3{
  color:#000;
  margin: 55px 0 40px 0;
  font-size:18px;

}
.home-cta-5 .btn {
    margin-bottom:20px;
}
@media(min-width:1200px) {
.home-cta-5 h3{
  font-size:24px;
}
}
@media(min-width:1200px) {
.home-cta-5 .btn{
  font-size:20px !important;
}
#aside-cta .btn{
  font-size:20px !important;
}
}
@media(min-width:940px) and (max-width:1199px) {
.home-cta-5 .btn{
  font-size:15px !important;
}
#aside-cta .btn{
  font-size:15px !important;
}
}
@media(min-width:768px) and (max-width:939px) {
.home-cta-5 .btn{
  font-size:13px !important;
}
#aside-cta .btn{
  font-size:12px !important;
}
}

@media(min-width:768px) {

}
.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#000;
  white-space:nowrap;
}


.header-top{
  background: #000 url(/UploadedFiles/EventPage/1005014/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
  min-height: 120vh;
}

.header-top{
  display:block;
}
@media(min-width:768px){
  .home-cta-5{

  }

  .home-cta-more{
    display:block;
  }
  .home-cta-5 .home-cta-more a{
    color:#fff;
    opacity:.7;
    margin:10px 0;
    display:inline-block;
  }
  .home-cta-5 .home-cta-more a:hover{
    opacity:1;
  }
  .home-cta-5 .home-cta-more .fa{
    font-size:4em;
  margin:20px;
  }
}
@media(min-width:992px){
  .row-cta-btn-group{
    padding-left:20px;
    padding-right:20px;
  }
  .home-cta-5 .btn-lg {
    border-radius: 2px;
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
  }
}
.home-cta-5 a.btn-default {
    background:rgba(0, 0, 0, 0.7);

  border:solid 1px #fff;
  color: #fff;
}
.home-cta-5 a.btn-default:hover, .home-cta-5 .btn-default:focus{
  background:rgb(0, 0, 0);
  color:#fff;
}
.home-cta-5 a.btn-primary{
  background: rgba(49, 140, 44, 0.7);
  border:solid 1px #fff;
  color:#fff;
}
.home-cta-5 a.btn-primary:hover, .home-cta-5 a.btn-primary:focus{
    background:#289039;
  border:solid 1px #fff;
  color:#fff;
}

.custom-speakers .btn {
    border: none;
    background: #2a2c2e;
}
.custom-speakers .btn:hover, .custom-speakers .btn:focus, .custom-speakers .btn:active {
    border: none;
    background: #000;
}

@media (min-width:768px) {
  .custom-speakers .btn {
min-width: 240px;
  }
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(4, 62, 108, 0.8) url(/uploadedfiles/eventpage/1002998/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* end home-cta-5 */

/* subpage cta */

#aside-cta{
  padding-top:150px;
  background: #000 url(/UploadedFiles/EventPage/1005014/images/slide2.jpg) no-repeat center top /cover;

}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#fff;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
}


/* home-content-1 */
.home-content-1{
  padding:40px 0;
  text-align:left;
}
.home-content-1 h2.section-heading{
  margin-top:0;
}
/* end home-content */


/* speakerrotator */

#speakerrotator{
  background: url(/UploadedFiles/EventPage/1005014/images/speakers-bkg.jpg);
  background-size: cover;
  color:#000;
  padding:40px 0 0 0;
}
#speakerrotator h1{
  margin:0 0 20px 0;
  color:#000;
  font-family: 'proxima-bold';
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 200px;
}
#speakerrotator .btn {
    display: inline-block;
}
.speaker{
  min-height:290px;
  font-size:.86em;
}
@media(min-width:768px){
  .speaker{
    font-size:.94em;
  }
}
.speaker img {
    background-color: #fff;
    border: 1px solid #949494 !important;
    -webkit-border-radius: 10px;
    border-radius: 50%;
    width: 160px;
    max-width:100%;
    padding:2px;
}
.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;

}




/* footer */

footer.pagefooter{
  background:#000;
  border-top:5px solid #ccc;
  color:#fff;
  margin-top:40px;
}
#ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
  width:100%;
  text-align:center;
  min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.footer-copyright{
  margin:20px 0;
}
footer.pagefooter .fa{
  vertical-align: middle;
}
footer.pagefooter h4{
  margin-top:0;
  color:#fff;
}

footer #footernav ul#navigation {

    text-align: center;
}
footer.pagefooter .btn-defense-iq{
  background:#3b906a;
  color:#fff;
  border-color:#1d543e;
  text-decoration:none;
}
#ctl00_footer_right img {
  max-width:180px;
}
.btn-defense-iq:hover, .btn-defense-iq:focus, .btn-defense-iq:active{
  background:#1d543e;
  color:#fff;
  border-color:#1d543e;
}
@media(min-width:768px){

}
@media(min-width:992px){
  footer #footernav ul#navigation {

    text-align: right;
  }
  #ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
    float: left;
  }
  #ctl00_footer_left{
    width:30%;
    text-align:left;
  }
  #ctl00_footer_center{
    width:30%;
    text-align:left;
  }
  #ctl00_footer_right{
    width:40%;
    text-align:right;
  }
}
/* end footer */


/* testimonials-1 */
.testimonials{
  padding:40px 0;
}
.testimonials-1{
  background:#2b5e7f url(/UploadedFiles/EventPage/1002973/images/testimonials-bkg.jpg) top center no-repeat;
  background-size: cover;
  color:#fff;
  margin:40px 0;
}
.testimonials-1 h2.section-heading{
  color:#fff;
}
.testimonials-1 blockquote {
  font-size: 26px;
}
.testimonials-1 .carousel .item{
  min-height:220px;
}

.testimonials .btn {
    margin-bottom:20px;
}
/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: #fd9c00;
    padding: 15px 1px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #fd9c00;
}

/* end early-bird-banner-2 */


/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
}

.eventpartnerstable #SponsorWidgetWrapper {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #ccc;
  padding-right:0
}
.eventpartnerstable #MediaWidgetWrapper {
  width:100%;
  text-align:center;
  padding-top:10px
}
.SponsorHeading > span {
  padding-right:0;
}
.MediHeading > span {
  padding-left:0;

}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    width: 200px;
    height: 150px;
    float: none;
    margin:0 auto;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: none;
    margin:0 auto;
}
.eventpartnerstable .DynamicRotator {
    border: 0;
    min-width: 230px !important;
    min-height: 150px !important;
}
.SponsorHeading, .MediHeading {
    margin-bottom: 20px;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
}
@media(min-width: 768px) {
  .eventpartnerstable #SponsorWidgetWrapper {
    width: 49%;
    text-align:right;
    float:left;
    border-bottom: 0;
    border-right:1px solid #ccc;
    padding-right:30px
}
.eventpartnerstable #MediaWidgetWrapper {
  width:49%;
  text-align:left;
  float:right;
  padding-top:0

}
.SponsorHeading > span {
  padding-right:20px
}
.MediHeading > span {
  padding-left:30px
}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    float: right;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: left;
}
.SponsorHeading, .MediHeading {
    font-size: 18px;
}
}
.DynamicRotator > img {
  width: auto !important;
  max-width: 200px;
  display: inline-block;
  padding:0 !important;
}
@-moz-document url-prefix() {
  .DynamicRotator > img {
    padding: 0 !important;
    height: 50% !important;
}
}

/* Agenda Session Speaker Fix */

.speakerheader table td > div {
    width: 100% !important;
    padding: 0 25%;
}
#Agenda .speakerphoto {
    padding-left: 0;
}
.speakerheader table td {
  width:auto !important;
}

.titlewrapper h2, .titlewrapper h2 a, div.details h2 {
    color: #0358b0 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    line-height: 29px;
}
.fadeIn {
  animation-duration:3s;
  -moz-animation-duration:3s;
  -webkit-animation-duration:3s;
}
.carousel-inner {
    width: 99%;
}
.featured-content-2 {
  background: #f3f3f3;
  padding: 20px;
}

.featured-content-box-1 {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 20px;
    font-size: .94em;
    line-height: 1.3;
    min-height: 250px;
    border:1px solid #dedede;
}
#Opportunities p {
  padding:5px 0;
}
#Opportunities .btn {
  padding:15px;
  border-radius:5px;
  margin-bottom:10px
}
#Opportunities .brochure-link p a {
  width:100%;
}
#Opportunities .brochure-link img {
    position: static;
    margin-left:33%
}
@media(min-width:768px){
  #Opportunities .brochure-link p a {
  width:50%;
}
#Opportunities .brochure-link img {
    position: absolute;
    right: 37%;
    top: -30%;
}
}
#Opportunities .fa {
  padding-left:10px;
}

/* home-content-5 */
.home-content-5{
  padding:40px 0;
}
.home-content-5 a.home-box-b{
  background: #ccc;
  color:#fff;
  padding:30px 75px 30px 20px;
  position:relative;
  min-height:165px;
  display:block;
  margin-bottom:20px;
}
.home-box-b-line1{
  font-size:22px;
  font-weight:600;

  line-height:26px;

}

.home-content-5 a.home-box-b i{
  position:absolute;
  right:20px;
  bottom:30px;

}
.home-content-5 a.home-box-b:hover{
  text-decoration:underline;
  color:#fff;
}
.home-content-5 a.home-box-b-1{
  background:#da203d url(/UploadedFiles/EventPage/1002735/images/home-content-5-img-1.jpg) left top no-repeat;
  background-size:cover;
}
.home-content-5 a.home-box-b-2{
  background:#c34510 url(/UploadedFiles/EventPage/1002735/images/home-content-5-img-2.jpg) left top no-repeat;
  background-size:cover;
}
.home-content-5 a.home-box-b-3{
  background:#169579 url(/UploadedFiles/EventPage/1002735/images/home-content-5-img-3.jpg) left top no-repeat;
  background-size:cover;
}
.home-content-5 a.home-box-b-4{
  background:#007cc3 url(/UploadedFiles/EventPage/1002735/images/home-content-5-img-4.jpg) left top no-repeat;
  background-size:cover;
}
.home-content-5 a.home-box-b-5{
  background:#ac1983 url(/UploadedFiles/EventPage/1002735/images/home-content-5-img-5.jpg) left top no-repeat;
  background-size:cover;
}
.home-content-5 a.home-box-b-6{
  background:#124d7e url(/UploadedFiles/EventPage/1002735/images/home-content-5-img-6.jpg) left top no-repeat;
  background-size:cover;
}

/* home-content-2 */
.home-content-2{
  margin:0;
  padding:40px 0;
}



/* home stats-3 */
.stats-3{
  margin:0;
  padding:40px 0;
  text-align:center;
   background:#ebebeb;
  border-top:1px solid #c3c3c3;
  border-bottom:1px solid #c3c3c3;
  color:#252525;
}
.stats-3 h2.section-heading{
  margin:0 0 40px 0;
}

.stats-3 .stat-icon{
  font-size:40px;
  line-height:60px;
}
.stats-3 .stat-icon span{
  width:140px;
  height:140px;
  border:6px solid #239245;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  background:#323137;
  color:#fff;
  padding:24px ;
}
.stats-3 span.fa-group{
  padding:24px 24px;
}
.stats-3 span.fa-microphone{
  padding:26px 40px;
}
.stats-3 span.fa-street-view{
  padding:26px 35px;
}
.stats-3 span.fa-globe{
  padding:24px 32px;
}
.stats-3 span.fa-comments{
  padding:20px 26px;
}
.stats-3 .stat-number{
  font-size:48px;
  line-height:48px;
  color:#239245;
  font-weight:700;
}
.stats-3 .stat-text{
  font-size:24px;
  line-height:26px;
  font-weight:600;
}
.stats-3 .stats-reverse{
  background:#666;
  color:#ebebeb;
  padding:40px 0;
}
.stats-3 .stats-reverse h2.section-heading{
  color:#fff;
}

/* end stats-3 */

/* home-content-4 */

.home-content-4{
  background:#eeeeee url(/UploadedFiles/EventPage/1002735/images/home-content-4-bkg.png) top center no-repeat;
  padding:40px 0;
  margin:0;
}
.home-content-4 .home-box{
  background:#fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-align:left;
  padding:20px;
  padding-top:255px;
  max-width:360px;
  margin-bottom:20px;
}
.home-content-4 .home-box h3 {
  color: #dc2f4a;
  font-size: 24px;
  margin-top: 13px;
  min-height: 52px;
}
.home-content-4 .home-box-1{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-1.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-4 .home-box-2{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-2.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-4 .home-box-3{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-3.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-4 .home-box ul{
  padding-left:10px;
}
@media(min-width:768px){


}
@media(min-width:992px){
  .home-content-4 .home-box{
    padding-top:215px
  }



}
@media(min-width:1200px){
  .home-content-4 .home-box{
    padding-top:255px
  }
}
 /* end home-content-4 */

 /* featured-content-1 */
.featured-content-1{
  background:#286b94 url(/UploadedFiles/EventPage/1002973/images/home-content-3-bkg.jpg) top center no-repeat;
  background-size: cover;
  padding:40px 0;
  margin:0;
}
.featured-content-1-full {
    padding: 40px 0 20px 0;
}


/* photoscroll */
.photoscroll{
  margin:40px 0;
  height:182px;
  background:#fff url(/UploadedFiles/EventPage/1003476/images/photoscroll-bkg.jpg) top center repeat-x;
  background-size:auto 100%;
  display:block;
}
@media(min-width:768px){
    .photoscroll{
    height:242px;
  }
}
@media(min-width:992px){
  .photoscroll{
    height:362px;
  }
}
@media(min-width:1200px){
  .photoscroll{
    height:482px;

  }
}

/* featured-content-3 */
.featured-content-3 h2.section-heading{
  margin:0 0 40px 0;
}
.featured-content-3{
  padding:40px 0;
}
.featured-content-3 img{
  max-height:100px;
  border:1px solid #ccc;
}
/* end featured-content-3 */

/* Infrastructure IQ */
footer.pagefooter .btn-infrastructure-iq{
  background:#7c6350;
  border-color:#fff ;
  color:#fff; text-decoration: none;
}
.btn-infrastructure-iq:hover, .btn-infrastructure-iq:focus, .btn-infrastructure-iq.active{
  background:#544436 ;
  border-color:#fff ;
  color:#fff;
}
/* home-content-11 */
.home-content-11 h2.section-heading{
  margin: 40px 0;
}
.home-content-11{
  padding:40px 0;
}
.home-content-1 .btn {
    margin-bottom:20px;
}

.testimonials.testimonials-1 {
  background: #87BBD8 !important;
}

.testimonials{
  background:#000 url(/UploadedFiles/EventPage/1005014/images/testimonials-bkg.jpg) center bottom no-repeat;
  background-size:cover;
  color:#fff;
  padding:40px 0;
  margin: 0;
}
.testimonials h2.section-heading{
  color:#312f30;
}
.testimonials blockquote {
    font-size: 26px;
    color: #312f30;
}
.testimonials .carousel .item{
  min-height:220px;
}

.testimonials blockquote small, .testimonials blockquote footer, .testimonials blockquote .small {
  color: #312f30;
  font-weight: bold;
}
.testimonials-1 blockquote {
  font-size:18px;
}
@media(min-width:768px) {
  .testimonials-1 blockquote {
  font-size: 24px;
}
}
.testimonials-1 .carousel .item {
  height:auto;
}
@media(min-width:768px){
  .testimonials-1 .carousel .item{
  min-height:180px;
}
}

.well {
  min-height: auto;
}



.home-content-12 {
 /* background:#fff url('/UploadedFiles/EventPage/1002485/images/11323-featured-content-bkg.jpg') top center no-repeat; */

  background-size:cover;
  background-attachment: fixed;
  padding:40px 0;
}

.home-content-12 {
  background: #d2d700 none repeat scroll 0 0;
  padding: 40px 0;
}

.home-content-12 {
  min-height:380px;
}

.home-content-4 .home-box {
  min-height: 632px;
  padding-top: 255px;
}

.home-content-4 ul {
  min-height: 233px;
}

.home-content-28{
  background:#eeeeee url(/UploadedFiles/EventPage/1002735/images/home-content-4-bkg.png) top center no-repeat;
  padding:40px 0;
  margin:0;
}
.home-content-28 .home-box{
  background:#fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-align:left;
  padding:20px;

  max-width:520px;
  margin-bottom:20px;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  transition:all 0.3s linear;
}
.home-content-28 .home-box:hover{
  background:#666;
  color:#fff;
}

.home-content-28 .home-box h3{
  color:#dc2f4a;
  margin-top:0;
}
.home-content-28 .home-box-1{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-1.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-28 .home-box-2{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-2.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-28 .home-box-3{
  background:#fff url(/UploadedFiles/EventPage/1002735/images/home-content-4-img-3.jpg) top center no-repeat;
  background-size:100% auto;
}
.home-content-28 .home-box ul{
  padding-left:20px;
}

#Sponsors .description {
  float: right;
  width: 100%;
}

#MediaCenter .description {

  width: 90%;
}
#MediaPartners .description {
  float: right;
  width: 100%;
}
.brochure-link {
  margin: 40px auto 0;
  position: relative;
  width: 73%;
  display: none;
}

.home-content-22 {
    background: #d9dee1 none repeat scroll 0 0;
    margin: 0 0 40px;
    padding: 40px 0;
}
.home-content-22 .carousel-indicators {
    position: relative;
    top: 40px;
}
.panel.price .register.text-center {
  padding-left: 0px;
}

.speaking-opportunities p {
  margin-bottom:0;
}
.box {
    border: 1px solid #ababab;
    border-radius: 10px;
    min-height: 560px;
    margin-bottom: 15px;
}
.box h3 {
    color: #289039;
    font-size: 30px;
}
.box .textbox {
    padding: 0 10px;
}
.box .textbox strong {
    font-weight: 200 !important;
    color: #289039;
}
.box img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-content-25 {
    padding: 40px 0;
}
/* 15 column defs for 5 column section */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.custom-speakers
{
  padding: 40px 0;
  background: url(/UploadedFiles/EventPage/1005014/images/speakers-bkg.jpg);
  background-size: cover;
}
@media(min-width:768px) and (max-width:991px){
.box {
    min-height: 640px;
  }
}
.custom-speakers .company {
    font-weight: bold;
}

.custom-speakers .title {
    font-style: italic;
}
.custom-speakers h4 {
    margin-bottom: 2px;
    color: #000;
    font-weight: 100;
}
.custom-speakers h1{
font-family: 'proxima-bold';
font-size: 48px;
}
.socialmedia {
  position: fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:#318c2c;
  height: 47px;
  padding: 10px 0;
  font-size:11px;
  overflow: hidden;
}
a.twitter {line-height: 26px;
color: #fff;}
@media(max-width:768px) {
  .socialmedia {
  font-size:8px;
    height: 70px;
}
}
.social-media {
  float:left;
  padding-top:2px;
  margin-right:20px;
  margin-top:0;
  color:#fff;
  font-size:10px
}
@media(min-width:768px) {
  .social-media {
  font-size:15px
}
}
.social-media, .social-media .fa {
  color:#fff;
}
.contact-icons, .contact-icons .fa {
  float:left;
  color:#fff;
}

.contact-icons .fa {
  font-size:24px
}
@media(min-width:768px){
  .contact-icons .fa {
    font-size:2em;
  }
}
.contact-icons a {
  color:#fff;
}
.socialmedia h4 {
    color: #fff;
    margin: 5px 0;
    font-size: 18px;
}
.pagecontent {
    overflow-x: hidden !important;
}
.fadebx
{
  background: rgba(255, 255, 255, 0.4);
  margin: 23vh 0 70px;
}
.green {
    color: #328b2d;

}
h3.greeen
{
    font-size: 32px;
    margin-bottom: 5px;
}
footer a.btn.btn-default {
    text-decoration: none;
    background: #6e5946;
}
.btn.btn-lg {
    border-radius: 2px;
}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 340px;
}
@media(max-width:767px){
  .header-bottom, .header-bottom.affix, .header-bottom.affix, .header-bottom.affix-bottom, .header-bottom.affix-top {
   top: 70px;
  }
  .custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
      min-height: 400px;
  }
  #main-wrapper .header-bottom{
      position:fixed !important;
  }
}

@media (min-width: 1200px){
.default .custom-speakers .speaker-image div {
    width: 280px;
    height: 180px !important;
}
}
@media (min-width:768px) {
  .home-content-25 .btn {
      min-width: 330px;
  }
}
/* .region.region-content{
  overflow-x: hidden;
} */
.featured-content-box-1 img {
    max-height: 130px;
}
li.nav_top.nav_top_.nav_top_6582 a {
    background: #289039;
    padding: 10px;
    margin: 21px 0;
    border-radius: 3px;
}
body {
    overflow-x: hidden;
}
