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

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

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

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

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

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

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

@font-face {
    font-family: 'Brandon Grotesque Medium';
    src: url('fonts/BrandonGrotesque-Medium.eot');
    src: url('fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('fonts/BrandonGrotesque-Medium.woff') format('woff'),
        url('fonts/BrandonGrotesque-Medium.ttf') format('truetype'),
        url('fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
::selection{
    background:#000000;
    color:#FFFFFF;
}
::-moz-selection{
    background:#000000;
    color:#FFFFFF;
}
*{
    outline:none;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    margin:0;
    padding:0;
	-webkit-font-smoothing:antialiased;
}
.transition{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.5s ease
}
a,
a img{
    text-decoration:none;
    outline:0 none;
    border:0 none
}
ol,
ul,
li,
h1,
h2,
h3,
h4 {
    margin:0;
    padding:0;
}
.vmiddle{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.no-padding{padding:0 !important;}
.no-margin{margin:0 !important;}
.no-border{border:0 none !important;}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}
.white-bg{background:#ffffff;}
.img-responsive{
    max-width:100%;
    display:block;
}
.pull-left{float:left !important;}
.pull-right{float:right !important;}
.w100{width:100% !important}

body{
	font-size: 16px;
	background:#000000;
    font-family: 'Roboto Light';
}

.wrapper{
    max-width:1366px;
    overflow:hidden;
    margin:0 auto;
    background:#ffffff;
}

.home-banner{
    background:#000000 url(../images/main-banner.jpg) no-repeat top center;
    height:100vh;
    position:relative;
    max-width:1366px;
}
.logo-left{
    position:absolute;
    top:30px;
    left:30px;
}
.logo-right{
    position:absolute;
    top:30px;
    right:30px;
}
.logo-left a,
.logo-right a{
    display:block;
}
.heading-text{
    font-family: 'Brandon Grotesque Medium';
    font-size:28px;
    color:#ffffff;
    position:absolute;
    top:50%;
    left:10%;
    transform:translate(0%,-50%);
}
.heading-text span{
    display:block;
}
.heading-text span.splitter{
    line-height:5px;
}

.key-speakers{
    background:#ffffff;
    padding:100px 0 20px;
    margin:0 auto;
    max-width:990px;
}
.content{
    width:auto;
    overflow:hidden;
    color:#000000;
    font-size:15px;
    line-height:20px;
}
.content p{
    margin-bottom:15px;
}
.venue-details{
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    margin-top:30px;
    padding:20px 15px;
    overflow:hidden;
}
.venue-details .detail{
    float:left;
    width:33.33%;
    overflow:hidden;
    text-align:center;
}
.venue-details .detail .icon{
    width:55px;
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    text-align:right;
}
.venue-details .detail .text{
    width:145px;
    display:inline-block;
    vertical-align:middle;
    font-size:15px;
    text-align:left;
}
.venue-details .detail .text span{
    display:block;
    font-family: 'Roboto Medium';
    margin-bottom:3px;
}
.venue-details .detail.fee{
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
}

.speakers{
    margin-top:30px;
    padding:20px 15px;
    overflow:hidden;
}
.speakers .head{
    font-family: 'Brandon Grotesque bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
    letter-spacing:2px;
}
.speakers-details{
    width:auto;
    overflow:hidden;
    text-align:center;
}
.speakers-details .speaker{ 
    display:inline-block;
    vertical-align:top;
    width:24%;
    margin-bottom:20px;
    min-height:265px;
}
.speakers-details .speaker .image{
    text-align:left;
}  
.speakers-details .speaker .text{
    text-align:left;
    font-size:14px;
    line-height:18px;
    width:80%;
}
.speakers-details .speaker .text span{
    display:block;
    font-family: 'Roboto Medium';
    margin-top:3px;
}
.register-now{
    position:relative;
}
.register-now i{
    width:100%;
    height:1px;
    background:#E5E5E5;
    display:block;
    position:absolute;
    top:32px;
    z-index:1;
}
.register-now span{
    background:url(../images/register-btn.png) no-repeat center center;
    width:302px;
    height:65px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    display:block;
    text-align:center;
    line-height:65px;
    font-family: 'Brandon Grotesque Bold';
    color:#ffffff;
    text-transform:uppercase;
    font-size:18px;
    letter-spacing:3px;
    margin:0 auto;
    z-index:2;
    position:relative;
}
.register-now span a{
    color:#ffffff;
    display:block;
}

.panel-discussion{
    margin:40px 0 0 0;
    background:#000000;
    padding:40px 0;
}
.panel-section{
    margin:0 auto;
    max-width:990px;
}
.panel-section .head{
    text-align:center;
}
.panel-content{
    overflow:hidden;
    width:auto;
    padding:50px 0;
    border-bottom:1px solid #5A5A5A;
}
.panel-content .text{
    width:60%;
    color:#e6e6e6;
    font-size:15px;
    line-height:20px;
}
.panel-content .text p{
    margin-right:50px;
}
.panel-content .text{
    margin-top:50px;
}
.panel-content .text p.head{
    color:#ffffff;
    font-family: 'Brandon Grotesque Bold';
    text-align:left;
    margin-bottom:15px;
    font-size:20px;
    line-height:25px;
    letter-spacing:2px;
}
.panel-content .image{
    width:40%;
}
.panel-content .text.text-right{
    margin-top:70px;
}
.panel-content .text.text-right p{
    margin-right:0;
    margin-left:50px;
}
.view-agenda{
    margin:0 auto;
    max-width:990px;
}
.view-agenda .head{
    background:url(../images/view-agenda.png) no-repeat center center;
    height:80px;
    position:relative;
    top:-30px;
    font-size:20px;
    line-height:80px;
    letter-spacing:2px;
    color:#ffffff;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    cursor:pointer;
}
.view-agenda .head i{
    background:url(../images/plus-icon.png) no-repeat center center;
    width:26px;
    height:26px;
    display:inline-block;
    position:absolute;
    right:30px;
    top:27px;
}
.view-agenda .head.active i{
    background:url(../images/minus-icon.png) no-repeat center center;
}
.view-agenda-table{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
}
.view-agenda-table table{
    background:#ffffff;
    border:1px solid rgba(222,226,230,0.35);
}
.view-agenda-table table tbody tr:nth-of-type(even) {
    background:rgba(230,230,230,0.35);
}
.view-agenda-table table td{
    border:1px solid rgba(222,226,230,0.35);
    padding:10px;
    line-height:18px;
    font-family:'Roboto Regular';
    font-size:14px;
}
.view-agenda-table table b{
    font-family:'Roboto Medium';
    font-size:15px;
    font-weight:normal;
}
.venue-head{
    margin-top:30px;
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    color:#000000;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
}
.venue-head span{
    display:block;
}
.venue-head span.splitter{
    line-height:inherit;
}
.venue-content{
    font-family:'Roboto Medium';
    font-size:15px;
    font-weight:normal;
    line-height:18px;
    margin:20px 0;
}
.venue-content span{
    font-family:'Roboto Regular';
    font-size:14px;
}
.submission{
    margin-top:30px;
}
.submission .head-text{
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    color:#000000;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    margin-top:30px;
    padding:15px 0;
    border:1px solid #000000;
}
.submission .content{
    background:#000000;
    padding:15px;
    color:#ffffff;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    border:1px solid #000000;
}
.submission .content span{
    color:#F05A28;
}
.submission .content span.orange{
    color:#FBB03B;
}
.topics{
    margin:20px auto;
    max-width:850px;
    color:#333333;
    font-family:'Roboto Regular';
}
.topics p{    
    margin-bottom:20px;
    line-height:20px;
}
.topics ul{
    list-style:none;
}
.topics ul li{
    background:url(../images/pointer.png) no-repeat left 8px;
    padding:0 0 0 25px;
    line-height:30px;
}
.award-section{
    width:auto;
    overflow:hidden;
    margin:40px 0;
}
.award-section .award-left{
    width:30%;
    float:left;
    overflow:hidden;
    border:1px solid #000000;
    padding:30px;
    background:#000000;
    min-height:407px;
}
.award-section .award-left .image{
    margin-bottom:20px;
}
.award-section .award-left .text{
    color:#ffffff;
    line-height:25px;
}
.award-section .award-left .text p.prize{
    font-size:25px;
    line-height:35px;
    margin-top:10px;
}
.award-section .award-right{
    border:1px solid #E5E5E5;
    border-left:0 none;
    width:70%;
    float:left;
    overflow:hidden;
    padding:30px 50px;
    min-height:407px;
    text-align:center;
    color:#333333;
    font-family:'Roboto Regular';
    line-height:25px;
}
.award-section .award-right .heading{
    color:#000000;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    margin-bottom:20px;
}
.award-section .award-right p span,
.award-section .award-right p a{
    font-family:'Roboto Medium';
    font-weight:normal;
    color:#000000;
}
.committee-block{
    margin-top:30px;
    overflow:hidden;
}
.committee-block .heading{
    color:#000000;
    font-family:'Roboto Medium';
    line-height:25px;
    margin-bottom:20px;
    background:#ffffff;
    position:relative;
}
.committee-block .heading i{
    height:1px;
    background:#E5E5E5;
    position:absolute;
    top:18px;
    display:block;
    width:100%;
    left:0;
    z-index:1;
}
.committee-block .heading span{
    padding:5px 10px;
    position:relative;
    z-index:2;
    display:inline-block;
    background:#ffffff;
}
.text-left{
    text-align:left!important;
}
.footer{
    background:#000000;
    padding:30px 0;
    color:#ffffff;
    text-align:center;
    font-size:15px;
    line-height:20px;
}
.footer a,
.footer span{
    color:#fbb03b;
}
.go-top{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:6;
    cursor:pointer;
    display:none;
}
.go-top.on{
    display:block;
}
.call-conference{
    background:url(../images/info-bg.png) no-repeat center center;
    width:453px;
    height:188px;
    position:absolute;
    bottom:-60px;
    left:0;
    padding:35px;
}
.call-conference .head-text{
    font-family: 'Brandon Grotesque Medium';
    font-size:25px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#ffffff;
    margin-bottom:5px;
}
.call-conference p{
    font-family: 'Brandon Grotesque Medium';
    color:#000000;
    font-size:18px;
    width:80%;
    position:relative;
    text-transform:uppercase;
    letter-spacing:1px;
}
.call-conference p i{
    background:url(../images/arrow.png) no-repeat center center;
    width:26px;
    height:18px;
    top:3px;
    right:0;
    display:block;
    position:absolute;
}
.form-container{
    width:300px;
    background:#ffffff;
    padding:25px;
    position:absolute;
    right:20px;
    bottom:-60px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
}
.form{
    /*border:1px solid #dfdfe5;
    border-radius:10px;
    padding:25px;*/
}
.form .head{
    font-size:18px;
    color:#363640;
    margin-bottom:20px;
    font-family: 'Roboto Light';
    text-align:center;
}
.form-field{
    margin-bottom:15px;
    position:relative;
}
.form-field input,
.form-field select{
    border:0 none;
    width:100%;
    padding:0 20px;
    border:1px solid #dfdfe5;
    border-radius:3px;
    color:#363640;
    line-height:38px;
    font-size:14px;
    font-family: 'Roboto Light';
}
.form-field select{
    padding:9px 20px;
    color:#363640;
    font-family: 'Roboto Light';
}
.form-field textarea{
    border:0 none;
    width:100%;
    padding:0 20px;
    border:1px solid #dfdfe5;
    border-radius:3px;
    color:#363640;
    line-height:35px;
    font-family: 'Lato', sans-serif;
    font-size:14px;
    resize:none;
    min-height:130px;
    font-family: 'Roboto Light';
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
:-ms-input-placeholder { /* IE 10+ */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
:-moz-placeholder { /* Firefox 18- */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
label{
    margin-left:17px;
    transition:all 0.3s ease-in;    
    color:#363640;
    font-family: 'Roboto Light';
    font-size:13px;
    position:absolute;
    top:-9px;
    background:url(../images/label-bg.png) center center repeat-x;
    display:none;
}
label span{
    display:inline-block;
    opacity:0.6;
    padding:0 3px;
}

input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label{
    display:block;
    transition:all 0.3s ease-in;
}
input:not(:-ms-input-placeholder) + label,
textarea:not(:-ms-input-placeholder) + label{
    display:block;
    transition:all 0.3s ease-in;
}
.form-field input.submit{
    background: url(../images/register-btn.png) no-repeat center center;
    height: 65px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    display: block;
    text-align: center;
    line-height: 65px;
    font-family: 'Brandon Grotesque Bold';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.vmiddle.thank-you{
    left:60%;
}
.thank-you .head{
    line-height: 75px;
    font-family: 'Brandon Grotesque Bold';
    color: #ffffff;
    text-transform: uppercase;
    font-size:70px;
    letter-spacing:5px;
}
.thank-you p{
    color:#ffffff;
    font-family:'Roboto Regular';
    line-height:25px;
}
.social-icon{
    position:absolute;
    right:20px;
    bottom:40px;
}
.social-icon div{
    color:#ffffff;
    font-family:'Roboto Regular';
    line-height:25px;
    margin-bottom:5px;
}
.social-icon ul{
    list-style:none;
    text-align:right;
}
.social-icon ul li{
    display:inline-block;
    vertical-align:middle;
    width:30px;
    margin-left:3px;
}
.agenda-block{
    display:none;
}
.header-scroll{
    background:rgba(0,0,0,0.9);
    position:fixed;
    top:0;
    width:100%;
    padding:27px 0;
    overflow:hidden;
    display:none;
    z-index:9;
    height:100px;
}
.header-scroll.on{
    display:block;
}
.header-scroll .logo-left{
    width:55px;
    top:18px;
}
.header-scroll .logo-right{
    right:inherit;
    left:105px;
    top:31px;
    width:155px;
}
.header-scroll .register-now-btn{
    background:url(../images/register-btn.png) no-repeat center center;
    height:49px;
    display:block;
    text-align:center;
    line-height:49px;
    font-family:'Brandon Grotesque Bold';
    color:#ffffff;
    text-transform:uppercase;
    font-size:18px;
    letter-spacing:3px;
    margin:0 auto;
    z-index:2;
    color:#ffffff;
    float:right;
    margin-right:20px;
    padding:0 20px;
}
.header-scroll .register-now-btn a{
    color:#ffffff;
}