﻿/* CSS Document */

/* general styles  */

body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
h1, h2, h3, h4, h5{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  margin:30px 0 20px 0;
}
h1{
  margin:20px 0;
}
.pagecontent{
  min-height:400px;
}

.header-middle{
  display:block;
  
}

h1{
  color:#005175;
}
h2{
  color:#464646;
}
.btn{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
}
.btn{
  text-transform:uppercase;
}
.btn-default{
  background:#161616;
  border:5px solid #252424;
  color:#fff;
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
}
.btn-default:hover, .btn-default:focus{
  background:##3c3c3c;
  border:5px solid #252424;
  color:#fff;
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
}
.btn-primary{
  background:#0095da;
  border:5px solid #252424;
  color:#fff;
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
}
.btn-primary:hover, .btn-primary:focus{
  background:#0eb3ff;
  border:5px solid #252424;
  color:#fff;
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
}
.header-bottom{
  background:#015176;
}
.navbar-toggle .icon-bar {
    background-color: #015176;
}

.navbar-nav > li > a {
  font-size: 12px;
  line-height:12px;
  padding: 31px 7px;
  color:#fff;
}
.navbar-nav > li a:hover, .navbar-nav > li a:active, .navbar-nav > li a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background:#015176;
  color:#fff;
}

.navbar-header .logo {
    width:200px;
    max-height:77px;
}
@media(min-width:768px){

  .navbar-header .logo {
    max-width: 180px;
    margin-top: 7px !important;

  }
}
@media(min-width:992px){

  .navbar-nav > li > a {
    font-size: 14px;
    line-height:14px;
    padding: 31px 12px;
    color:#fff;
  }

  .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  .navbar-nav > li > a {
    padding: 31px 12px;

  }
}





/* end general styles */



/* navigation */

.header-bottom{
  width:100%;
  display:block;
  margin:0;
  position:fixed;
  z-index:999;
  top:0;
  -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;
}
.navbar-brand{
  padding:0;
  height:auto;
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom {
  position:absolute;
  z-index:999;
}

.navbar-header{
  display:block;
}
.navbar-header .logo {
  display: block;
  margin: 0;
}

.navbar-nav .open .dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}

.navbar-toggle {
    border-color: #fff;
    margin-top: 22px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav > li.btn-nav > a {
    display:none;
}
@media(min-width:768px){

  .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){


  .navbar-nav{
    float:right;
  }
  .container{
    width:970px;
  }

}
@media(min-width:1200px){
  .navbar-nav > li.btn-nav > a {
    margin:35px 0;
  }

  .container{
    width:1170px;
  }
}

/* end navigation */


/* home-cta-5 */

.home-cta-5{
  text-align:center;
}
.home-cta-5 h1{
  margin:6vh 0 0 0;
  color:#fff;
  font-size:68px;
  line-height:74px;
  text-shadow: 0 0 19.4px #000000;
}
.home-cta-5 h1 img{
  max-height:50vh;
}
.home-cta-5 h2{
  font-size:42px;
  line-height:50px;
  color:#ebebeb;
  text-shadow: 0 0 19.4px #000000;
}
.home-cta-5 h3{
  color:#000;
  margin:30px 0;
  font-size:24px;
}
.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#000;
  white-space:nowrap;
}


.header-top{
  background: #000 url(/UploadedFiles/EventPage/27129.003/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}

.header-top{
  display:block;
}
@media(min-width:768px){
  .home-cta-5{
    height:768px;
    height: 93vh;
  }
.home-cta-5 h3 {
    
    font-size: 44px;
}
  .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: 5px;
    font-size: 24px;
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
  }



}
@media(min-width:1200px){


}



.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:105px;
  background: #000 url(/UploadedFiles/EventPage/27129.003/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#000;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
}

.top-box {
    background: rgba(255,255,255,0.3);
    margin: 15vh 0;
    padding: 10px;
}


/* home-content-1 */

.home-content-1{

  padding:40px 0;
  text-align:center;
}
.home-content-1 h1{
  margin-top:0;
}

.home-content-1 h1 {
  font-size: 50px;
  font-family: Open Sans;
}

/* end home-content */

/* home-content-2 */

.home-content-2{
 background: #0000  ;
  padding:40px 0;
  text-align:center;
  }

  .home-content-2 h1 {
  color: #00cdff;
  font-family: Open Sans;
  font-size: 42px;
}

  .home-content-2 p {
  color: #fff;
   }
   .home-content-2 .media .fa {
  color: #00cdff;
}

/* end home-content_2 */
/* speakerrotator */

#speakerrotator{
  background: #006699 url("/UploadedFiles/EventPage/27129.003/images/spkr-rotator-bkg.jpg") no-repeat scroll center top / cover ; ;
  border-top:0px solid #c3c3c3;
  border-bottom:0px solid #c3c3c3;
  color:#fff;
  padding:40px 0 0 0;
}
#speakerrotator h1{
  margin:0 0 40px 0;
  color:#fff;
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
}
.speaker{
  min-height:290px;
}
.speaker .speaker-image img {
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
    -webkit-border-radius: 90px !important;
    border-radius: 10px;
    min-width: 150px;
    max-width: 150px;
    padding: 5px !important;
}
.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;

}

/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: #0398da;
    padding: 15px 1px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #0398da;
    border-bottom:5px solid #454544;
}

/* end early-bird-banner-2 */




/* 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-transport-iq {
  background: #926a8f none repeat scroll 0 0;
  border-color: #926a8f;
  color: #fff;
  text-decoration: none;
}
.btn-transport-iq:hover, .btn-transport-iq:focus, .btn-transport-iq:active{
  background:#926a8f;
  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:25%;
    text-align:left;
  }
  #ctl00_footer_right{
    width:45%;
    text-align:right;
  }
}
/* end footer */



#Sponsors .description {
  float: right;
  width: 100%;
}

#MediaCenter .description {
  float: right;
  width: 90%;
}
#MediaPartners .description {
  float: right;
  width: 100%;
}
#SponsorWidgetWrapper img { height:100% !important;}


.eventpartnerstable .DynamicRotator {
  border: 0 none;
  height: 100px !important;
  width: 200px !important;
}
/* featured-content-2 */
.featured-content-2{
  background:#286b94 url(/UploadedFiles/EventPage/27129.003/images/fc-bkg.jpg) no-repeat scroll center top / cover ;;
  background-attachment: fixed;
  background-size: cover;
  padding:40px 0;
  margin:0;
}
.featured-content-1-full {
    padding: 40px 0 20px 0;
}
/* home-content-12 */
.home-content-12{
  padding:40px 0;
  background:#606272 url(/UploadedFiles/EventPage/27129.003/images/past-spkrs-bkg.jpg) no-repeat scroll center top / cover ;;
  background-size: cover;
}
.home-content-12 h1{
  margin:0 0 40px 0;
  color:#fff;
  text-align:center;
}
.home-content-12 .carousel-inner > .item{
  min-height:250px;
}
.home-content-12 .company-logo{
  margin-bottom:20px;
  border:6px solid #ccc;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  max-width:180px;
  max-height:180px;
}
/* home-content-16 */
.home-content-16{
  margin:0;
  padding:40px 0;
  background:#ffff;
}

/* 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;
  }
}
/* end home-content-16 */
