@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);

.bg-e8e8e8{
	background-color: #e8e8e8;
}
.bg-ffffff{
	background-color: #ffffff;
}

.bg-f54e48{
  background-color: #f54e48;
}
.bg-f54e47{
  background-color: #f54e47;
}
.bg-d3345a{
  background-color: #d3345a;
}
.bg-bd0a2b{
  background-color: #bd0a2b;
}
.bg-d4700c{
  background-color: #d4700c;
}
.bg-d26116{
  background-color: #d26116;
}
.bg-b24903{
  background-color: #b24903;
}
.bg-c58f53{
	background-color: #c58f53;
}
.bg-d6700e{
	background-color: #d6700e;
}
.bg-e09927{
	background-color: #e09927;
}
.color-f54e48, .color-f54e48:hover, .color-f54e48:focus, .color-f54e48:active{
	color: #f54e48;
}
.color-333333, .color-333333:hover, .color-333333, .color-333333:active{
	color: #333333;
}
.color-ffffff, .color-ffffff:hover, .color-ffffff:focus, .color-ffffff:active{
	color: #ffffff;
}
.color-f54e48_hover:hover, .color-f54e48_hover:focus, .color-f54e48_hover:active{
  color: #f54e48;
}
.font_size-5rem{
  font-size: 5rem;
}
.font_size-36rem{
  font-size: 3.1rem;
  font-weight: 400;
}  
.font_size-28rem{
  font-size: 2.8rem;
}    
.font_size-25rem{
  font-size: 2.5rem;
}    
.font_size-19rem{
  font-size: 1.9rem;
}
.font_size-15rem{
  font-size: 1.5rem;
}
.font_size-125rem{
  font-size: 1.25rem;
}
.font_weight-400{
  font-weight: 400;
}
.font_weight-800{
  font-weight: 800;
}

.full-width{
  width: 100%;
}
.left-padding-0px {
	padding-left: 0;
}
.right-padding-0px {
	padding-right: 0;
}
.bottom-padding-0px {
	padding-bottom: 0;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-border {
	border: none !important;
}
/*MARGINS & PADDINGS */

.p-xxs {
  padding: 5px;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 15px;
}

.p-m {
  padding: 20px;
}

.p-md {
  padding: 25px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 40px;
}

.p-w-none {
  padding-right: 0px;
  padding-left: 0px;
}

.p-w-xs {
  padding: 0 10px;
}

.p-w-sm {
  padding: 0 15px;

}

.p-w-m {
  padding: 0 20px;

}

.p-w-md {
  padding: 0 25px;

}

.p-w-lg {
  padding: 0 30px;

}

.p-w-xl {
  padding: 0 40px;

}

.p-h-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-h-sm {
  padding-top: 15px;
  padding-bottom: 15px;

}

.p-h-m {
  padding-top: 20px;
  padding-bottom: 20px;

}

.p-h-md {
  padding-top: 25px;
  padding-bottom: 25px;

}

.p-h-lg {
  padding-top: 30px;
  padding-bottom: 30px;

}

.p-h-xl {
  padding-top: 40px;
  padding-bottom: 40px;

}


.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.space-15 {
  margin: 15px 0;
}

.space-20 {
  margin: 20px 0;
}

.space-25 {
  margin: 25px 0;
}

.space-30 {
  margin: 30px 0;
}

html, body{
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	color: #777777;
	background: #fff;
	font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
}

a:hover, a:focus, a:active{
	text-decoration: none;
}

small{
  font-weight: 400;
}
.heading_border{
    background-image: url(../img/thin-line.png);
    height: 6px;
    width: 121px;
    margin-top: 15px;
}

.sardertv_event-navbar{
	border-bottom: 5px solid #f54e48;
}

.sardertv_event-navbar .navbar-toggle{
    border-color: #f54e48;
}
.sardertv_event-navbar .icon-bar{
    background-color: #f54e48;
}

.sardertv_event-navigations{
	font-weight: 400;
	color: #333;
	padding: 10px;
	border-radius: 5px;
  border: 1px solid transparent;
}
.sardertv_event-navigations.active,
.sardertv_event-navigations.active:hover,
.sardertv_event-navigations.active:active,
.sardertv_event-navigations.active:focus{
  text-decoration: none;
  background-color: #f54e48;
  color: #fff;
  border: 1px solid transparent;
}
.sardertv_event-navigations:hover{
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #f54e48;
}

.carousel,
.sardertv_event-carousel .carousel-inner > .item > img{
    height: 100%;
}

.sardertv_event-carousel.carousel .item,
.sardertv_event-carousel.carousel .carousel-control.right,
.sardertv_event-carousel.carousel .carousel-control.left{
    height: 600px;
    margin-top: 85px;
}
.sardertv_event-carousel.carousel .carousel-control.right,
.sardertv_event-carousel.carousel .carousel-control.left{
  margin-top: 0px;
}

.sardertv_event-carousel .carousel-caption{
	width: 100%;
    left: 0px;
	bottom: 0px;
	padding: 0px;
}

.sardertv_event-carousel .sardertv_event-carousel_media{
	background-color: rgba(0,0,0,0.6);
}

.sardertv_event-carousel .sardertv_event-carousel_media .media{
  padding: 25px 0px;
}

.sardertv_event-carousel .btn{
  margin-top: 100px;
	font-size: 1.8rem;
	padding: 15px 45px;
	font-weight: 600;
	border-radius: 3px;
}

.sardertv_event-carousel .carousel-caption p{
	margin-bottom: 80px
}

.why-attend-box{
	height: 180px;
	padding: 15px;
	position: relative;
	text-align: center;
	padding: 25px;
}

.why-attend-box h4{
	color: #fff;
	font-size: 1.4rem;
	width: 100%;
	display: inline-block;
	margin-top: 25px;
  margin-bottom: 0px;
}

.sardertv_event-breadcrumb ol>li{
  font-weight: 600;
}

.sardertv_event-breadcrumb ol>li+li:before{
    content: "\00bb";
    color: #333333;
}

.sardertv_event-iframe_container{
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #ffffff;
}

.sardertv_event-major_event{
	box-shadow: 0px 1px 10px #999999;
	margin-bottom: 20px;
  position: relative;
}
.sardertv_event-major_event_content{
  position: relative;
  min-height: 250px;
}
.sardertv_event-major_event_content .content-container{
  height: 60px;
}
.sardertv_event-major_event .btn-lg,  .sardertv_event-major_event_container .btn-lg{
	border: 2px solid #f54e48;
	border-radius: 0px;
  color: #f54e48;
}
.sardertv_event-major_event:hover .btn-lg, .sardertv_event-major_event_container:hover .btn-lg{
  background-color: #f54e48;
  color: #ffffff;
}

.all-transition{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sardertv_event-social_icons{
	width: 40px;
	height: 40px;
	background: #333333;
	color: #ffffff;
	text-align: center;
  padding-top: 9px;
  margin-right: 6px;
  display: inline-block;
  margin-bottom: 15px;
}

.sardertv_event-social_icons:hover,.sardertv_event-social_icons:active,.sardertv_event-social_icons:focus{
	background: #f54e48;
}

.sardertv_event-facts{
  background: url(../img/facts.jpg) no-repeat;
  height: inherit;
}

.sardertv_event-footer{
  background: url(../img/footer-bg.jpg) repeat;
  height: 475px;
  position: relative;
}

.sardertv_event-footer .sardertv_event-footer_bottom{
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
}

.sardertv_event-hr{
  border-width: 2px;
  border-color: #ccc;
  margin: 50px 0px;
}

.sardertv_event-glance{
  position: relative;
  overflow: hidden;
}

.sardertv_event-sponsors_list .image-caption {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 15px;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}
.past-attendees {
    height: 150px;
    background: #fff;
    text-align: center;
}
.vertical_align-middle{
    position: relative;
    margin: 0px auto !important;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}
.sardertv_event-glance .sardertv_event-glance_one{
    width: 100%;
    height: auto;
}

.sardertv_event-testimonial_carousel{
  background-image: url(../img/testimonials.jpg);
  height: 500px;
  background-size: cover;
}

.sardertv_event-testimonial_carousel .carousel-indicators li{
  width: 50px;
  background-color: rgba(255,255,255,0.5);
  border:none;
}
.sardertv_event-testimonial_carousel .carousel-indicators li.active{
  width: 55px;
  border:none;
  background-color: rgba(255,255,255,1);
}
.sardertv_event-testimonial_carousel .carousel-inner .item{
  background-color: transparent;
  height: 400px;
}

.sardertv_event-testimonial_carousel .carousel-inner .item h1{
  margin-bottom: 100px;
}

.sardertv_event-testimonial_heading{
  font-size: 3rem;
}

.sardertv_event-testimonial_description{
  font-size: 2.2rem;
}

.sardertv_event-speaker_list .image-caption{
  position: absolute;
  bottom: 0px;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  padding: 10px;
}

.home_page_major_event{
  position: absolute;
  bottom: 0px;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
}

/*
Form
*/

.get-connect-form .mktoButtonRow,
.get-connect-form form,
.mktoForm .mktoFormCol{
  width: 100% !important;
}

.get-connect-form .mktoOffset{
  display: none;
}

.get-connect-form .mktoButtonRow .mktoButtonWrap{
  width: 100% !important;
  margin-left: 0px !important;
  display: block;
  padding: 0px 25px;
  margin-top: 10px;
}

.get-connect-form .mktoForm.mktoLayoutAbove .mktoField{
  width: 100% !important;
  box-shadow: none;
  border-radius: 3px;
  padding: 5px 10px;
}

.get-connect-form .mktoForm .mktoFieldWrap{
  width: 100%;
  padding: 0px 25px;
}

.get-connect-form .mktoForm .mktoDownloadButton{
  padding-bottom: 25px;
}

.get-connect-form .mktoFieldDescriptor {
  margin-bottom: 15px !important;
}

.get-connect-form .mktoLabel{
  margin-bottom: 5px;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.get-connect-form .mktoButton{
  width: 100% !important;
  border-radius: 3px !important;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: auto !important;
}

.get-connect-form .mktoForm span{
  color: #333 !important;
}
.bloomberg-img{
  display: inline-block;
  width: 150px;
  height: auto;
  margin-top: -15px;
}

.banner-text{
  position: relative;
  text-align: center;
  padding: 100px 0px;
  height: 490px;
}
.banner-text h1{
  margin: 0px 0px 30px;
  font-size: 3.3rem;
}
.no-background {
  position: relative;
  overflow: hidden;
}
.no-background strong {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
  margin: 0px 20%;
}
.no-background strong:before,
.no-background strong:after {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    top: 0.5em;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    height: 6px;
}
.no-background strong:before {
  right: 100%;
}
.no-background strong:after {
  left: 100%;
}
.sardertv_event-carousel .item:nth-child(1) {
    background: url(../img/banner3.jpg) no-repeat center -100px fixed;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
}
.sardertv_event-carousel .item:nth-child(2) {
    background: url(../img/banner1.jpg) no-repeat center center fixed;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
}
.bg-f54e48 .image-caption {
    min-height: 115px;
}
/*.sardertv_event-carousel .item:nth-child(3) {
    background: url(../img/banner2.jpg) no-repeat center center fixed;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
}*/
@media (max-width: 991px){
  .image-caption {
    min-height: auto;
  }
  .sardertv_event-iframe_container{
    margin-top: 20px;
    height: 170px;
  }
  .sardertv_event-carousel .sardertv_event-carousel_media .media {
    padding: 10px 0px;
  }
  .sardertv_event-carousel .carousel-caption p{
    margin-bottom: 50px;
  }
  .sardertv_event-carousel .carousel-control{
    display: none;
  }
  .sardertv_event-footer{
    height: 750px;
    background-size: cover;
  }
  .sardertv_event-testimonial_carousel{
    height: 750px;
  }
  .sardertv_event-testimonial_carousel .carousel-inner .item{
    height: 700px;
  }
  .font_size-5rem{
    font-size: 3.5rem;
  }
}
@media (max-width: 768px){
  .sardertv_event-navbar .list-inline>li {
      display: block;
      text-align: center;
  }
  .sardertv_event-navigations, .sardertv_event-navigations:hover{
    display: block;
  }
  .sardertv_event-footer_bottom .text-right{
    text-align: left;
    margin-top: 20px;
  }
  .sardertv_event-carousel .carousel-caption .btn{
    margin-top: 20px;
  }
  .no-background strong{
    margin: 0px;
  }
  .no-background strong:before, .no-background strong:after{
    width: 0px;
  }
  .sardertv_event-carousel .btn{
    margin-top:  20px;
  }

  .font_size-36rem{
    font-size: 2.0rem;
  }  
  .font_size-28rem{
    font-size: 1.8rem;
  }    
  .font_size-25rem{
    font-size: 1.6rem;
  }    
  .font_size-19rem{
    font-size: 1.4rem;
  }
  .font_size-15rem{
    font-size: 1.2rem;
  }
  .font_size-125rem{
    font-size: 1.0rem;
  }


}
@media (min-width: 1200px){
  .sardertv_event-glance .sardertv_event-glance_one{
      height: 100%;
      width: auto;
  }
}
        .sardertv_event-carousel.carousel .item, .sardertv_event-carousel.carousel .carousel-control.right, .sardertv_event-carousel.carousel .carousel-control.left{
            height: inherit;
        }
        .sardertv_event-carousel .item:nth-child(1){
          background: none;
        }
        .sardertv_event-carousel .carousel-indicators{
          bottom: -30px;
        }
        .sardertv_event-carousel .carousel-indicators li {
          position: relative;
          width: 15px; 
          height: 8.66px;
          background-color: rgba(245,78,72,0.3);
          margin: 4.33px 0;
          border: none;
          border-radius: 0px;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
        }
        .sardertv_event-carousel .carousel-indicators li:before,
        .sardertv_event-carousel .carousel-indicators li:after {
          content: "";
          position: absolute;
          width: 0;
          border-left: 7.5px solid transparent;
          border-right: 7.5px solid transparent;
          margin-left: -7px;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
        }

        .sardertv_event-carousel .carousel-indicators li:before {
          bottom: 100%;
          border-bottom: 4.33px solid;
          border-bottom-color: rgba(245,78,72,0.3);
        }

        .sardertv_event-carousel .carousel-indicators li:after {
          top: 100%;
          width: 0;
          border-top: 4.33px solid;
          border-top-color: rgba(245,78,72,0.3);
        }

        .sardertv_event-carousel .carousel-indicators li.active:before {
          bottom: 100%;
          border-bottom: 4.33px solid #f54e48;
        }

        .sardertv_event-carousel .carousel-indicators li.active:after {
          top: 100%;
          width: 0;
          border-top: 4.33px solid #f54e48;
        }
        .sardertv_event-carousel .carousel-indicators li.active {
            border: none;
            background-color: rgba(245,78,72,1);
        }

          @media (max-width:767px){
            img.banner-images {display:block; margin:0 auto;margin-left:-100px;width:160%}
            .sardertv_event-carousel.carousel .item, .sardertv_event-carousel.carousel .carousel-control.right, .sardertv_event-carousel.carousel .carousel-control.left{
                height: inherit;
            }
          }
          @media (max-width: 767px){
            img.banner-images {
              display: block;
              margin: 0 auto;
              width: 100%;
              height: auto;
            }
          }
