/*	Version:	1.0		*/

@font-face {
	font-family: 'Bringshoot';
	src: url('fonts/Bringshoot.eot');
	src: url('fonts/Bringshoot.eot?#iefix') format('embedded-opentype'),
		url('fonts/Bringshoot.woff2') format('woff2'),
		url('fonts/Bringshoot.woff') format('woff'),
		url('fonts/Bringshoot.ttf') format('truetype'),
		url('fonts/Bringshoot.svg#Bringshoot') format('svg');
	font-weight: normal;
	font-style: normal;
}



.resp-tab-content .content p{color:#373737} 
.resp-tab-content .content strong{color:#000}
.registercontainer {
    width: 75%;
    margin: 0 auto;
}
.underlined {
  position: relative;
  margin-right: 1rem;
}
.underlined1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    border: solid 2px #b08d57;
    border-color: #b08d57 transparent transparent transparent;
    border-radius: 50%;
}
.underlined2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    border: solid 2px #cfcfcf;
    border-color: #cfcfcf transparent transparent transparent;
    border-radius: 50%;
}
.underlined3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    border: solid 2px #ffd700;
    border-color: #ffd700 transparent transparent transparent;
    border-radius: 50%;
}
.underlined4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    border: solid 2px #d6fffb;
    border-color: #d6fffb transparent transparent transparent;
    border-radius: 50%;
}
.speakertestims{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.videoparent{
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 25px auto;
}
.video {
    width: 100%;
    height: auto;
    object-fit: fill;
    background: #222;
    border-radius:15px;
}

hr{
    border-color: #222;
    margin: 10px;
}
#testimonials2021{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.testimonials2021 {
    display: inline-flex;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.testimonials2021 img{
    max-width:23%;
    height:auto;
    margin:1%;
}

/*-- Countdown ---*/
.TopBanner{
  display: flex;
  background:red;
  min-height: 150px;
}
#countdown5 .digit{
	color:red;
	background:white;
	border-color:#fff
}
.BannerText{
display:inline-flex;
width:50%;
justify-content: center;

}
.BannerText p{
display:inline-flex;
width:80%;
justify-content: center;
font-size:30px;
color:white;
text-align:center;
align-items: center;
font-weight:700
}
.BannerCount{
  display:inline-flex;
  width:50%;
  justify-content: center;
  align-items: center;
}

#countdown5 > span{position: relative}
#countdown5 > span dfn{position: absolute; width: 100%; text-align: center; left:0; bottom:-20px; font:normal 400 12px/18px 'Poppins', serif; color:#fff; text-transform: uppercase; letter-spacing: 0}

ul#example li p{
  color:white !important;
  font-weight:700
}


@media only screen and (min-device-width: 100px) and (max-device-width: 600px){
.BannerText {
    display: inline-flex;
    width: 100%;
    padding: 10px 5px;
    justify-content: center;
}
.TopBanner {
    flex-direction: column;
}
  .BannerCount{

    width:100%;
    justify-content: center;
    align-items: center;
  }
  }


/*-- Countdown End ---*/



/*-----global-----*/
body{
	font:400 17px/29px 'Poppins', sans-serif;
	background:#fff;
}

.DoriLetter{
    
}

.schedulespeaker {
    position: relative;
    font-size: 26px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.Timages{width:47%;margin:1%}
.schedulespeaker:before, .schedulespeaker:after {
   position: absolute;
top: 30%;
overflow: hidden;
width: 50%;
height: 2px;
content: '\a0';
background-color: #333;
}
.schedulespeaker:before {
    margin-left: -50%;
    text-align: right;
}
.scheduletableR::after {
  content: "";
  clear: both;
  display: table}
.scheduletableL{width: 50%;padding-right: 1%; display: table-cell}
.scheduletableR{display: table-cell;padding-left:1%}
.schedulespeakerc{float: left;
  width: 49%;
  padding: 5px;text-align:center}
@media only screen and (min-width: 280px) and (max-width: 767px) {
    .schedulespeaker:before, .schedulespeaker:after {
  display:none;
}
.Timages{width:100%;margin:1%}
.schedulespeaker {

    font-size: 25px;
text-align: center;
}
.schedulespeakerc{float: left;
  width: 100%;
  padding-top: 3px}
.scheduletableL{width: 50%;padding-right: 1%; display: table-cell}
.scheduletableR{display: table-cell;padding-left:1%}
}
/*-----font-family: 'Roboto Slab', serif;-----*/

.container {
	width: 100%;
    max-width: 1094px;
}
.the-list-item {
    width: 33%;
    float: left;
    display: block;
    background-color: #eee;
    padding: 20px 0px 20px 0px;
    text-align: center;
    margin: 1%;
    cursor: pointer
}
#item-active {
    background-color: #0e4b71 !important;
    color: white;
}
.event-table tr td:last-child {
    padding-left: 25px;
}
.large-only th:last-child {
    padding-left: 25px;
}
#ievent-styleswitcher{display:none}
.btn-style-1{position: relative; padding: 28px 0 23px; background:#ffe116; text-align: center;font:400 36px/40px 'Poppins', sans-serif; display: inline-block; color:#000; border-radius: 5px; margin-top: 50px}
.btn-style-1:hover{text-decoration: none}
.btn-style-1 span{position:absolute; width: 50px; height: 50px; background:url(../images/icon-yellow-arrow.png) no-repeat 0 0; right: 23px; top: 21px}
.center-content{text-align: center}

/*-----main header-----*/
.main-header{background: #000000; padding: 12px 0 10px}
.date1,.place{clear: both; width: 100%; text-align: right; color:#FFF;display: block}

.date1{margin-top: 4px; }
.date1 span{padding-left: 32px;background: url(../images/icon-calendar.png) no-repeat 0 2px;font:400 16px/20px 'Poppins', sans-serif}
.place{margin-top: 4px; font:400 13px/20px 'Poppins', sans-serif}
/*-----// main header-----*/

/*-----main menu-----*/
#main-menu{background: #333333; border-radius: 0; margin: 0; border:0; min-height: 0}
#main-menu li a{margin:0; padding:13px 25px 7px; border-bottom:3px solid #1988cc; color:#FFF; font:600 14px/18px 'Poppins', serif; text-transform: uppercase}
#main-menu li a:hover{border-bottom:3px solid #ffe116}
/*-----// main menu-----*/

/*-----banner-----*/
.banner{min-height: 443px;background: url(../images/SEORockstarsBackground10.png) no-repeat center bottom; background-size: cover}
.banner .container{max-width: 920px; padding-top: 30px; padding-bottom: 70px}
.banner-img{text-align: center; padding-bottom: 50px}
.countdown-timer{margin-top: 10px}
.days,.hours,.minutes,.seconds{float: left; /*width: 107px;*/ text-align: center; font:400 12px/18px 'Poppins', serif; color: #FFF; text-transform: uppercase;text-align: center}
.days{width: 150px; }
.hours{width: 43px}
.minutes{width: 130px}
.seconds{width: 57px}

#countdown > span{position: relative}
#countdown > span dfn{position: absolute; width: 100%; text-align: center; left:0; bottom:-20px; font:normal 400 12px/18px 'Poppins', serif; color:#fff; text-transform: uppercase; letter-spacing: 0}

.banner .btn-style-1{margin-top: 0; font-size: 30px; line-height: 34px; display: block}
.banner-right p{margin-top: 10px; margin-bottom: 0; font:400 19px/20px 'Poppins', serif; color: #FFF; text-align: center}

.row{
    width:100%;
}
.sponsored-img{
		text-align:center
	}
	
	
/*-----// banner-----*/
.connection{padding-bottom: 65px}
.connection .top-row{text-align: center}
.connection h2{margin-top:80px; margin-bottom: 20px;  font:700 41px/45px 'Poppins', serif; color: #000; text-transform: uppercase}
.connection p{font:400 34px/34px 'Poppins', serif; color: #000}
.connection p strong{font:700 37px/37px 'Poppins', serif; color: #cb0008}
.connection .bottom-row{padding-top: 50px}
.connection-img{text-align: center}
.connection2 img{text-align: center; width: 75%; height: auto; max-height: 1000px; max-width: 1201px; display: block; margin-left: auto;margin-right: auto}
.connection2{padding-bottom: 65px}
.connection2 .top-row{text-align: center}
.connection2 h2{margin-top:60px; margin-bottom: 20px;  font:700 41px/45px 'Poppins', serif; color: #000; text-transform: uppercase}
.connection2 p{font:400 34px/34px 'Poppins', serif; color: #000}
.connection2 p strong{font:700 37px/37px 'Poppins', serif; color: #cb0008}
.connection2 .bottom-row{padding-top: 50px}
.connection2 img{text-align: center; width: 75%; height: auto; max-height: 1000px; max-width: 1000px; display: block; margin-left: auto;margin-right: auto; margin-top: 40px}

.connection-left h3{margin-top:35px; margin-bottom: 10px; font:700 28px/32px 'Poppins', serif; color: #000; text-align: center}
.connection-left h3 span{color: #cb0008}
.connection-left p{font:300 28px/32px 'Roboto Slab', serif; color: #000; text-align: center}
.blue-box-inner{background: #0e4b71; text-align: center; padding: 35px 40px 20px}
.blue-box-inner strong{font:700 23px/29px 'Roboto Slab', serif; margin-bottom: 5px; color: #FFF; text-transform: uppercase; display: block}
.blue-box-inner P{font:300 20px/30px 'Roboto Slab', serif; color: #FFF}

/*-----list section-----*/
.list-section{background: #e6edf1; padding-bottom: 60px}
.list-section2{background: #e6edf1}
.list-section h2{margin-top:65px; margin-bottom:40px;  font:700 40px/44px 'Poppins', serif; color: #000; text-transform: uppercase; text-align: center}
.list-section2 h2{margin-top:60px; margin-bottom:45px;  font:700 36px/44px 'Poppins', serif; color: #000; text-transform: uppercase; text-align: center}
.list-section2 p{font-size:16px; font-weight: 500; margin: 0 0 60px; text-align:center}
.list-box{text-align: center}
.list-box > div{text-align: center; min-height: 160px}
.list-box p{font:400 24px/35px 'Poppins', serif; color: #000}
.box-1 img{margin-top: 10px}
.box-2 img{margin-top: 25px}
.box-3 img{margin-top: 10px}
.list-box p em{display: block;font:normal 400 44px/46px 'Bringshoot'; color: #cb0008}
/*-----// list section-----*/

/*-----agenda section-----*/
.agenda-section{min-height: 668px;background: url(../images/rock-show.jpg) no-repeat center top; background-size: cover}
.container.agenda{max-width:685px}
.agenda h2{margin-top:80px; margin-bottom:30px; font:700 47px/47px 'Poppins', serif; color: #FFF; text-transform: uppercase;text-align: center}
.agenda-section2{min-height: 300px;background: #e4ecf1}
.container.agenda2{max-width:685px}
.agenda-section2 h2{margin-top:80px; margin-bottom:30px; font:700 65px/47px 'Poppins', serif; color: #000000; text-transform: uppercase;text-align: center}
.agenda-circle{width: 100%; height: 100%; margin: 0 auto; padding: 44px 0; text-align: center; border-radius:100%; background: rgba(255,255,255,.3);font:400 23px/28px 'Poppins', serif; color: #FFF; text-transform: uppercase}
.agenda-circle.active{background: #FFF; color: #000}
.agenda-circle span{text-transform: none; font-size: 16px; line-height: 20px}
.agenda-circle-outer{border:2px solid rgba(0,0,0,0); text-align: center; border-radius: 50%; padding: 12px}
.agenda-circle-outer.active{border:2px solid #ffe116}
.vertical-line{position: absolute; width: 2px; height: 35px; background: #ffe116;left: 116px; bottom: -35px}
/*-----// agenda section-----*/

/*-----presentation section-----*/
.presentation-section{background: #e6edf1; padding-bottom: 60px}
.presentation-section img {width: 32%; margin-bottom: 20px; margin-right: 15px; margin-left: 7px; max-width: 240px;
}
.presentation-container{position: relative; clear: both; min-height: 200px; margin-bottom:16px;  padding: 55px; background: #FFF; border:1px solid #c0c2c7}
.presentation-sectionbox{background: #fff; width: 100px; height: 200px}
.event-section{background: #e6edf1; padding-bottom: 60px}
.event-container{position: relative; clear: both; min-height: 200px; margin-bottom:16px;  padding: 55px; background: #FFF; border:1px solid #c0c2c7}
.event-container.first-item{margin-top: -276px}
.page-clip-left,.page-clip-right{position: absolute; width: 11px; height: 69px; left: 16px; bottom: -43px; background: url(../images/page-clip.png) no-repeat 0 0; z-index: 9}
.page-clip-right{left: auto; right: 16px}
.event-container-wrap > .event-container:last-child .page-clip-left,.event-container-wrap > .event-container:last-child .page-clip-right{display: none}
.head-section{text-transform: uppercase; margin-bottom: 50px}
.head-section h3{margin-top: 0; margin-bottom: 0; float: left;font:600 31px/34px 'Poppins', serif; color: #000}
.head-section h3 em{font-style: normal; color: #cb0008}
.head-section span{float: right;font:300 23px/26px 'Poppins', serif; color: #000}
.event-table{width: 100%;font:400 17px/21px 'Poppins', serif; color: #000}
/*.event-table th{font:600 21px/23px 'Poppins', serif}*/
.large-only .event-table th{font:600 21px/23px 'Poppins', serif}
.large-only th{padding-bottom: 10px!important}
.event-table td{padding-top: 25px; padding-bottom: 20px;border-bottom: 2px solid #e5e5e5}
.event-table tr.head{border-bottom: 4px solid #e5e5e5}

/*-----recipe section-----*/
.recipe-section { background: #fff; padding-bottom: 60px; padding-top: 60px; }
.recipe-container{position: relative; clear: both; min-height: 200px; margin-bottom:16px;  padding: 55px; background: #FFF; border:1px solid #c0c2c7}
.recipe-section-title {text-align: center}
.recipe-section-title h2 {margin-top: 35px; font: 700 37px/47px 'Poppins', serif; color: #000000; text-transform: uppercase}
.recipe-section p {font-size: 16px; font-weight: 500; margin: 0 0 20px}
.recipe-section-title img{    vertical-align: middle;    width: 100%; height: auto;    margin-right: auto;    margin-left: auto}

/*-----bonus section-----*/
.bonus-section { background: #e6edf1; padding-bottom: 60px; padding-top: 60px; }
.bonus-container{position: relative; clear: both; min-height: 200px; margin-bottom:16px;  padding: 55px; background: #FFF; border:1px solid #c0c2c7}
.bonus-section-title {text-align: center}
.bonus-section-title h2 {margin-top: 35px; font: 700 37px/47px 'Poppins', serif; color: #000000; text-transform: uppercase}
.bonus-section-title h4 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.bonus-section-title h5 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.bonus-section h3 {font-size: 35px; margin: 25px 0 40px; text-align:center}
.bonus-section h5 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.bonus-section img {font-size: 20px; margin: 0 0 40px}
.bonus-section-title2 img {font-size: 20px; margin: 25px 0 40px; width:100%; height:auto}
.bonus-section-title3 img {font-size: 20px; width:100%; height:auto; max-width:750px; display: block; margin-left: auto; margin-right: auto}
.bonus-section p {font-size: 18px; font-weight: 500; margin: 25px 0 40px; text-align:center}
/*-----// event section-----*/
/*-----bonus section-----*/
.bonus-section3 { background: #fff; padding-bottom: 60px; padding-top: 60px; }
.bonus-container3{position: relative; clear: both; min-height: 200px; margin-bottom:16px;  padding: 55px; background: #FFF; border:1px solid #c0c2c7}
.bonus-section-title3 {text-align: center}
.bonus-section-title3 h2 {margin-top: 35px; font: 700 37px/47px 'Poppins', serif; color: #000000; text-transform: uppercase}
.bonus-section-title3 h4 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.bonus-section-title3 h5 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.bonus-section3 h3 {font-size: 35px; margin: 25px 0 40px; text-align:center}
.bonus-section3 h5 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.bonus-section3 img {font-size: 20px; margin: 0 0 40px}
.bonus-section-title2 img {font-size: 20px; margin: 25px 0 40px; width:100%; height:auto}
.bonus-section-title3 img {font-size: 20px; width:100%; height:auto; max-width:750px; display: block; margin-left: auto; margin-right: auto;border: solid 1px}
.bonus-section3 p {font-size: 18px; font-weight: 500; margin: 25px 0 40px; text-align:center}
/*-----// event section-----*/


/*-----register section-----*/
.register{padding-top:0px; padding-bottom: 80px; background:url(../images/registerpurple3.jpg) no-repeat center top; background-size: cover;}
.register h2{margin-top:70px; margin-bottom: 20px; font:600 47px/51px 'Poppins', serif; color: #FFF; text-transform: uppercase; text-align: center;}
.register-box{position: relative; min-height: 276px; padding-top: 32px;padding-left: 15px; padding-right: 15px; background:#4abae4; text-align: center;font:700 25px/32px 'Poppins', serif; text-transform: uppercase; color: #ffffff; text-shadow: 0 0px 0 #4abae4; overflow: hidden;}
.register-box strong{position: relative; display: block; padding-top: 10px; font:600 68px/78px 'Poppins', serif; z-index: 2}
.register-box span{position: relative; z-index: 2}
.register-box-icon{position: absolute; width: 170px; height: 172px; background: url(../images/box-bg-sp.jpg)no-repeat 0 0; right: 0; bottom: 0; z-index:1}
.register-box.current{background: #ffe116; text-shadow: none}
.register-box.current .register-box-icon{background-position: 0 -400px}

.register-data h3{margin-top: 30px; margin-bottom: 0; font:600 26px/30px 'Poppins', serif; color: #fff}
.register-data ul{margin:0; padding: 0; list-style: none;}
.register-data ul li{padding-left: 27px; background: url(../images/bullet-plus-2.png) no-repeat 3px 8px; font:400 19px/29px 'Poppins', serif; color: #ffffff}
.register-data ul li:first-child{background: url(../images/bullet-round-2.png) no-repeat 3px 8px;}
.register-data.current h3{color: #ffe116}
.register-data.current ul li{color: #FFF}
.register-data.current ul li{background: url(../images/bullet-plus-2.png) no-repeat 3px 8px;}
.register-data.current ul li:first-child{background: url(../images/bullet-round-2.png) no-repeat 3px 8px;}
.register .btn-style-1{display: block}
/*-----// register section-----*/


/*-----no-pitch section-----*/
.no-pitch{min-height: 320px; background:url(/images/no-pitch-bg.jpg) no-repeat center top; background-size: cover; text-align: center; color: #FFF}
.no-pitch h2{margin-top:75px; margin-bottom: 20px; font:600 47px/51px 'Poppins', serif; color: #FFF; text-transform: uppercase}
.no-pitch p{font:400 27px/33px 'Poppins', serif}
/*-----// no-pitch section-----*/

/*-----speaker section-----*/
.speaker{padding-bottom: 5px; background:url(../images/rock-show2.jpg) no-repeat center top; background-size: cover}
.speaker h2{margin-top:40px; margin-bottom:40px; font:600 47px/51px 'Poppins', serif; color: #FFF; text-transform: uppercase; text-align: center}
.speaker p{color: #000; line-height: 29px; margin-bottom: 28px}
.speaker .custom-list-1{margin-left: 35px; margin-bottom: 35px}
.speaker .custom-list-1 li:first-child span{color: #6b7d05}
.speaker .custom-list-1 li:nth-child(2) span{color: #c70000}
.speaker .custom-list-1 li:nth-child(3) span{color: #00a9c7}
.speaker .custom-list-1 li:nth-child(4) span{color: #6c00c7}
.speaker .custom-list-1 li:nth-child(5) span{color: #e59700}
.speaker .custom-list-1 li:nth-child(6) span{color: #008900}
#speakerp.speaker p{
color:#fff !important;

}

#speakerp.content-details p{
color:#fff !important;

}
/*-----// speaker section-----*/

/*-----featured speaker section-----*/
.featured-speaker{background: #e6edf1; padding-bottom: 15px}
.featured-speaker h2{margin-top:80px; margin-bottom: 40px; font:600 47px/51px 'Poppins', serif; color: #000; text-transform: uppercase; text-align: center}
.featured-speaker-data{background: #0e4b71; max-width: 317px; margin-bottom: 45px}
.speaker-info{padding:25px 5px 20px 25px}
.speaker-info h4{margin:0; font:400 27px/31px 'Poppins', serif; color: #FFF}
.speaker-info h4:after{position: relative; content: ''; width: 113px; height: 4px; margin-top: 3px; background: #1988cc; display: block}
.speaker-info p{margin:10px 0 0; font:400 16px/20px 'Poppins', serif; color: #FFF}
.speaker-img{min-height: 291px; background: #000}
/*-----// featured speaker section-----*/

/*-----content details section-----*/
.content-details {
    padding-bottom: 30px;

}
.content-details h2{margin-top:80px; margin-bottom:10px; font:600 47px/53px 'Poppins', serif; color: #000; text-transform: uppercase; text-align: center} 
.content-details h2 span{color: #cb0008}
.content-details p{margin-bottom: 25px}
.sub-title{text-align: center; font:400 34px/40px 'Poppins', serif; color: #000}
.content-details p.sub-title{margin-bottom: 50px}
.content-details p.font-19{font-size: 19px}
.content-details h3{margin-bottom:25px; font:700 35px/40px 'Poppins', serif; color: #000; text-align: center}
/*-----// content details section-----*/

/*-----content details section-----*/
.content-speaker-bios{padding-bottom: 60px; background:#e6edf1}
.content-speaker-bios h2{margin-top:0px; margin-bottom:50px; font:600 47px/53px 'Poppins', serif; color: #000; text-transform: uppercase; text-align: center} 
.content-speaker-bios h2 span{color: #cb0008}
.content-speaker-bios p{margin-bottom: 25px}

.speakar-panel {}
.speakar-panel .panel-default>.panel-heading {
    color: #fff;
	padding: 0px;
    background-color: #0e4b71;
    border-color: #042f4a;
}
.speakar-panel .panel-default>.panel-heading:hover {
    background-color: #1988cc;
}

.speakar-panel .panel-title {
    text-align: center;
}
.speakar-panel .panel-title a{
    text-decoration:none;
	padding: 10px 0;
}
.speakar-panel .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.speakar-panel .panel-title a:hover{
    text-decoration:none;
}

.panel-heading .panel-title a.collapsed[data-toggle="collapse"]::after {
    content: "+";
    font-size: 20px;
}
.panel-heading .panel-title a[data-toggle="collapse"]:after {
    color: #fff;
    content: '-';
    position: absolute;
    right: 20px;
}
.panel-heading .panel-title a[data-toggle="collapse"] {
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
}
.speakar-panel b {
    text-transform: capitalize;
}
/*-----// content speaker bios-----*/

/*-----opportunity section-----*/
.opportunity{background: #fff}
.opportunity h2{margin-top:80px; margin-bottom:0px; font:600 57px/63px 'Poppins', serif; color: #000; text-align: center}
.opportunity .sub-title{font-size: 27px; line-height: 33px}
.opportunity-details{padding-bottom: 50px}
.opportunity-details ul {
    margin-bottom: 60px;
    margin-left: 30px;
    font-weight: 700;
}
.opportunity-details p{color: #000; margin-bottom: 25px}
/*-----// opportunity section-----*/

/*-----do not section-----*/
.do-not{background: #d4e7f4; padding-bottom: 50px}
.do-not h2{margin-top:50px; margin-bottom:0px; font:400 34px/38px 'Poppins', serif; color: #000; text-align: center}
.not-inner{margin-top: 25px; padding-left: 70px; background:url(../images/icon-round-cross.png) no-repeat 0 0;font:400 21px/29px 'Poppins', serif;color: #000}
.not-inner strong{font:600 21px/29px 'Poppins', serif; color: #cb0008}
/*-----// do not section-----*/

/*-----testimonials section-----*/
.testimonials{padding-bottom: 40px}
.testimonials h2{margin-top:70px; margin-bottom:20px; font:600 47px/53px 'Poppins', serif; color: #000; text-transform: uppercase; text-align: center}
.testimonials p{margin-bottom: 25px}
.video-wrap{padding-top: 20px; padding-bottom: 30px}
.video-wrap > div{overflow:hidden}
/*-----// testimonials section-----*/

/*-----connections section-----*/
.connections{background: #fff; position: relative; padding-top: 75px}
.connections .top-row{text-align: center}
.connections .top-row p{margin-top:0; margin-bottom:0px; font:400 27px/51px 'Poppins', serif; text-transform: uppercase; color: #FFF}
.connections .top-row h2{margin-top:0; margin-bottom:0px; font:600 47px/51px 'Poppins', serif; text-transform: uppercase; color: #FFF}

.flex-container{display: -webkit-flex; display: flex; padding-top: 65px}
.flex-data{max-width: 520px; float: right}
.flex-data p{margin-bottom: 25px; color: #FFF}
.flex-item{width: 50%}
.flex-img img{float: right}
/*-----// connections section-----*/

/*-----ticket section-----*/
.ticket {
    padding-bottom: 60px;
    background: url(../images/SEORockstarsBackground10.png) no-repeat center bottom;
    background-size: cover;
}
.ticket h2{margin-top:60px; margin-bottom:20px; font:600 35px/39px 'Poppins', serif; text-transform: uppercase; text-align: center; color: #FFF}
.ticket .btn-style-1{display: block; max-width: 642px; margin:0 auto}
/*-----// ticket section-----*/

/*-----cheers section-----*/
.cheers{padding-top: 50px; padding-bottom: 30px;background:inherit}
.cheers p{margin-bottom: 30px;color:#000}
/*-----// cheers section-----*/

/*-----sponsored section-----*/
.sponsored{padding-bottom: 22px; background: #eeeff0}
.sponsored .container{max-width: 920px}
.sponsored h5{position: relative; margin:0; font:400 17px/29px 'Poppins', serif; text-transform: uppercase; color: #000; top: 25px; z-index: 9}
.sponsored-img img{margin-left: 22px; /*margin-top: 20px*/}
.sponsored-img img:first-child{margin-left: 22px}
/*-----// sponsored section-----*/

/*-----footer-----*/
.main-footer{padding-top: 42px; padding-bottom: 38px; background: #000000}
.copyright{margin-top: 15px; text-align:right; font:400 14px/19px 'Poppins', serif; color: #FFF}
/*-----// footer-----*/

.stacktable.small-only{display: none}

@media screen and (max-width:1400px){
	.flex-data{padding-left: 15px}
}


@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
	img{max-width: 100%}
	.featured-speaker-data{margin: 20px auto 0}
	.HideMe{
    display:none;
}
}

@media screen and (max-width:767px){
	h2{font-size: 30px!important; line-height: 34px!important}
	h3{font-size: 26px!important; line-height: 30px!important}
	img{max-width: 100%}
	.btn-style-1{font:400 22px/30px "Poppins",sans-serif}
	.btn-style-1 span{width: 30px; height: 30px; right: 15px; top: 27px; background-size: cover}

	.navbar-toggle{background: #FFF!important}

	.logo,.date, .place{text-align: center}
	.banner-img{padding-bottom: 10px}
	.banner-right{margin-top: 20px}
	.show-date-time{display: none}

	.list-box p{font-size: 20px; line-height: 25px}

	.event-container{padding:55px 15px}
	.event-container.first-item{margin-top: 30px}
	.agenda-circle-outer{max-width: 204px; margin:0 auto}
	.vertical-line{display: none}
	.head-section{text-align: center}
	.head-section h3{margin-bottom: 10px}
	.head-section span{float: none}
	.img-data{text-align: center; padding-bottom: 20px}
	.container.inner-section-2{padding-left: 0; padding-right: 0}
	.speaker .custom-list-1{margin-left: 0}
	.video-wrap > div{margin-bottom: 30px}

	.flex-container{display: block; overflow:hidden}
	.flex-data{padding-right: 15px}
	.flex-item{width: 100%}

	.pack-data{margin-bottom: 30px}

	.no-pitch{padding-bottom: 50px}
	.no-pitch p{font-size: 17px; line-height: 39px}

	.sub-title,.opportunity .sub-title{font-size: 25px; line-height: 30px}

	.not-inner{font-size: 17px; line-height: 27px}

	.connection p,.connection p strong{font-size: 20px; line-height: 26px}
	.sponsored h5{margin-bottom: 20px}
	.sponsored-img{text-align: center}
	.sponsored-img img{margin-left: 0}
	.countdownHolder{font:26px/1.5 'Open Sans Condensed',sans-serif!important}

	

	.main-footer{text-align: center}
	.copyright{font-size: 11px}

	.banner-right{margin-top: 45px}

	.stacktable.large-only{display: none}
	.stacktable.small-only{display: block}
	td.st-key{padding-right: 10px; font-weight: 700}

}
@media only screen and (min-width: 480px) and (max-width: 767px){.container{width:100% !important;padding: 0 25px !important;}}
@media (max-width:1200px){
    .registercontainer {
    width: 95%;
    margin: 0 auto;
}
}


@media (max-width:767px){
.recordings-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.registercontainer {

    margin: 0 auto;
}
.buyrecordings {
    display: inline-flex;
    width: 99%;
    flex-direction: column;
    max-width: 400px;
}
.registerheading {

    font-weight: 800;
    font-size: calc(24px + 1vw);
    text-align: center;
    line-height: 1;
}
}
/* presentation-box */
.presentation-section-title {
    text-align: center;
}
.presentation-section-title h2 {
    margin-top: 35px;
    font: 700 37px/47px 'Poppins', serif;
    color: #000000;
    text-transform: uppercase;
}

.presentation-section-title p {

    /* if you want you can change color and font size etc */
} 

.presentation-section p {
    font-size: 16px;
	font-weight: 500;
	margin: 0 0 20px;
}

.presentation-box {
	background:#fff;
	border: 1px solid #333;
	border-radius: 25px;
	margin-bottom: 30px;
	height: 390px;
}

.presentation-box img {
    width: 100%;
	border-top-right-radius: 23px;
    border-top-left-radius: 23px;
}
.presentation-box p {
	margin: 0 0 0;
}

.presentation-box-text {
    text-align: center;
    padding: 0 10px;
    min-height: 200px;
}

.presentation-box-text h2 {
    color: #0d4a6e;
    font-size: 21px;
    line-height: 40px;
    font-weight: bolder;
}

.presentation-box-text p {
    font-size: 14px;
    line-height: 28px;
	color: #0d4a6e;
    font-weight: 600;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
.borderbox {
	background: #fff;
    border-top: 3px solid #104a70;
    border-radius: 5px;
}
.borderbox2 {
	background: #e6edf1;
    border-top: 3px solid #104a70;
    border-radius: 5px;
}
.borderbox3 {
	background: #e6edf1;
    border-top: 3px solid #104a70;
    border-radius: 5px;
	margin-top: 50px;
}
.borderbox5 {
	background: #e6edf1;
    border-bottom: 3px solid #104a70;
    border-radius: 5px;
	margin-top: 50px;
}
/*-----testimonial section-----*/
.testimonial-section { background: #fff; padding-bottom: 60px; padding-top: 60px; }
.testimonial-container{position: relative; clear: both; min-height: 200px; margin-bottom:16px;  padding: 55px; background: #FFF; border:1px solid #c0c2c7}
.testimonial-section-title {text-align: center}
.testimonial-section-title h2 {margin-top: 35px; font: 700 37px/47px 'Poppins', serif; color: #000000; text-transform: uppercase}
.testimonial-section-title h4 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.testimonial-section-title h5 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.testimonial-section h3 {font-size: 35px; margin: 25px 0 40px; text-align:center}
.testimonial-section h5 {font-size: 30px; margin: 25px 0 40px; text-align:center}
.testimonial-section img {font-size: 20px; margin: 0 0 40px}
.testimonial-section-title2 img {font-size: 20px; margin: 25px 0 40px; width:100%; height:auto}
.testimonial-section-title3 img {font-size: 20px; width:100%; height:auto; max-width:750px; display: block; margin-left: auto; margin-right: auto}
.testimonial-section p {    font-size: 14px;    margin: 5px 50px 5px 40px;    text-align: left}
/*-----// testimonial section-----*/
.testimonial-box     {background: #e6edf1;    text-align: left;    border: solid 1px;    border-radius: 10px;margin-top: 30px}
.testimonial-box p{ text-align: left}

li {
    line-height: 18px;
    margin-bottom: 0px !important;
}