/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* --------------------------------
Reset Browser Inherited Style
---------------------------------*/

html,body,h1,h2,h3,h4,h5,h6,p,dd,dl,dt,div,hr,img,input,select,textarea{
	margin:0;
	padding:0;
	border:0;
    font-size: 16px; 
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    /*line-height: 1.4;*/
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.2s ease-in-out;*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body{overflow-x:hidden;}
body{padding-top: 108px;}
.bc{-webkit-background-size: cover!important;-moz-background-size: cover!important;-o-background-size: cover!important;background-size: cover!important;}
a{text-decoration: none;outline: none!important;color: #008299;}
a:hover{color: #eb5e57;}
p, table{margin-bottom: 34px;}
ul.bullet{padding: 0!important;margin: 0 0 0 20px!important; list-style: disc!important;}
ul.bullet li{margin:10px 0!important;padding-bottom: 0px!important;}
ol.alpha{list-style-type:lower-alpha;padding: 0;margin: 0 0 0 20px;}
ol.alpha li{margin: 8px 0;}
.imgfit{width: 100%; height: auto;}
.left{float:left;}
.right{float:right;}
.clear{clear: both;}
.nomargin{margin: 0!important;}
.regular{font-weight: 400;}
.block{display: block;}
.pink{color: #eb5e57;}
.red{color: #d8231a;}
.black{color: #000;}
.blue{color: #0f75bc;}
.font20 {font-size: 20px;}.font26{font-size: 26px;}
.wordwrap{word-wrap: break-word;}
.dd2 a,.day,.speaker_filter .styled-select select,.speaker_name,.filter,.filter .styled-select select,.btn4,.photoinfo .ttl,.backlink a,.morelink,a.sponsor_more,a.spsr_more,.sponsor_name,.spsr_name,ul.sponsor_box li .box .text,ul.spsr_box li .box .text,.rate_table ul li,.btn3 span,h6,ul.highlight li .inner p,.breadcrumb,ul.submenu li a,.row span,h5,.btn1,.partner_more,.attendees_s .n,ul.menu li a,h4,.c a,.btn2,.banner_text,a.open_ann,a.close_announcement,.ann_ttl,h1,a.a1,h2,.main_p .d_col .inner a,h3,.news_ttl a,.attendees_s .year{font-family: 'Roboto Condensed', sans-serif;}
h1{font-size: 50px; font-weight: 700;text-align: center;}
h2{font-size: 40px; font-weight: 700;line-height: 50px;margin-bottom:15px;}
h3{font-size: 24px; font-weight: 400;line-height:30px;}
h4{font-weight: 700;font-size: 28px;}
h5{font-weight: 400; font-size: 16px;text-align: center;margin-bottom: 10px;}
h6{font-weight: 700;font-size: 26px;margin-bottom: 10px;color: #1c8ca0;}

.register_info h4,
.programme_s section .inner h2 { color:#fff; }

.wrapper{max-width: 1126px; margin: 0 auto;padding: 0 20px;}
.wrapper2{max-width: 916px; margin: 0 auto;padding:  0 20px;}
.top{ height: 108px; width: 100%;background: #fff;position: fixed;top:0;left: 0;z-index: 100;transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;}

/* LEVEL ONE*/
ul.menu {
    position: relative;
    z-index: 999;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 31px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
ul.menu li{display:inline-block;zoom: 1;*display: inline;}
ul.menu li a{display:block;font-size: 18px;font-weight: 400;color: #000;cursor:pointer;padding:10px 5px;}
ul.menu li a.first{padding-left: 0px;}
ul.menu a:hover{color: #eb5e57;}
ul.menu li:hover a.dd{color: #eb5e57;background:#4d4d4d;}
ul.menu li.hover,ul.menu li:hover {position: relative;}
/* LEVEL TWO*/
ul.menu ul{z-index:999;  width:227px;/*visibility: hidden;*/ display:none;position: absolute; top: 100%; left: 0; list-style: none;margin:0; padding:0; }
ul.menu ul li{ margin-left:0px;}								  
/* IE 6 & 7 Needs Inline Block */
ul.menu ul li a{font-size:18px;border: none; width: 227px;display: block;color:#fff; background:#4d4d4d;padding:8px 5px;} 
ul.menu ul li a:hover{color:#fff;background:#eb5e57;}
/* LEVEL THREE*/
ul.menu ul ul{ left: 100%; top: 0; }
ul.menu li:hover > ul{ display:block; color:#fff;}

.social a{display: inline-block!important;}
.social a:last-child { margin-right:7px; }
.logo { 
    float:left;
    margin-top: 10px;
    display: block;
    width: 245px; 
    height: 91px; 
    background: url(../img/aces_logo.png) no-repeat; 
    background-size:245px 91px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top ul.menu li.top_register{color: #eb5e57;display: none;}
.top_register span{padding: 0 5px;}
ul.menu li.top_register a{color: #eb5e57;display: inline-block;}
ul.menu li.top_register a:hover{color: #000;}
hr.line{background: #000;margin: 5px 0 0 0; padding: 0;display: none;}
.top.shrink{height: 67px; -webkit-box-shadow:0 10px 8px -6px rgba(0,0,0,0.25);-moz-box-shadow:0 10px 8px -6px rgba(0,0,0,0.25);box-shadow:0 10px 8px -6px rgba(0,0,0,0.25);}
.top.shrink ul.menu li a{font-size: 17px;}
.top.shrink ul.menu{margin-top: 12px;}
.top.shrink ul.menu li.top_register{display: inline-block;}
.top.shrink .logo{margin-top: 5px;width: 148px; height: 55px; background-size: 148px 55px;}
.top.shrink .navicon{margin-top: 20px;}
.banner_s{position: relative; width: 100%; min-height: 616px;-webkit-box-shadow:0 10px 8px -6px rgba(0,0,0,0.25);-moz-box-shadow:0 10px 8px -6px rgba(0,0,0,0.25);box-shadow:0 10px 8px -6px rgba(0,0,0,0.25);}
.banner_c{position: relative;min-height: 616px;background: #3f3f3f;}
.shadow,.banner{position: absolute;}
.banner{z-index: 1; width: 100%; height: 100%;}
.banner .slides li div{width: 100%;height:616px;/*padding-bottom: 48%;*/}
.shadow{background: url(../img/homebanner_shadow.png)repeat-x; width: 100%;height: 440px;left: 0;bottom:0;z-index: 2;}
.banner_text{position: absolute;max-width: 464px;bottom:82px;right:77px;text-align: right;font-weight: 700;font-size: 80px; color: #fff;line-height: 83px;z-index: 3;}
.c{position: absolute; z-index: 3;left: 40px; top:34px;max-width: 295px;}
.detail_box{background: rgba(0,168,198,0.8);padding: 15px 25px; display: block;text-align: center;color: #fff;}
.detail_box img{margin-bottom: 17px;max-width: 100%; height: auto;}
.detail_box span{display: block;}
.detail_box .date{font-size: 18px;}
.detail_box .venue{font-size:14px;}
.c a,.btn2{background: #eb5e57;display: block;padding:15px  25px;color: #fff;font-size: 30px;font-weight: 700;text-align: center;}
.c a img{margin-left: 7px;}
.c a:hover,.btn2:hover{background: #fff; color: #eb5e57;}
.announcement_s{background: #d9d9d9;width: 100%;padding: 35px 0px 50px 0;}
.open_announcement{background: #d9d9d9;width: 100%;padding: 22px 0px;display: none;}
.home_content {
    background: #d9d9d9;
    width: 100%;
    padding: 30px 0;
}
.home_content > .wrapper {
    box-sizing:border-box;
    padding:0 70px;
}
.home_content .wrapper > *:last-child {
    margin-bottom:0;
}
.home_content h1 {
    font-family:'Roboto Slab';
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
.ann_action{text-align: right;}
a.close_announcement,a.open_ann{font-size: 15px;font-weight: 400;color: #3f3f3f;text-transform: uppercase;cursor:pointer;}
a.close_announcement img,a.open_ann{margin-top: -3px;}
.ann_ttl{background: #00a8c6; padding: 5px 10px; color: #fff;font-size: 18px; font-weight: 700;border-left: 17px solid #eb5e57;display:inline-block;}
.a_box{background: #fff;padding: 29px 25px;border-bottom: 4px solid #bababa;}
.a_box .img_col{width: 23.17%;display: inline-block; vertical-align: top;zoom:1;}
.a_box .d_col{width: 76.83%;display: inline-block; vertical-align: top;zoom:1;}
.a_box .d_col .inner{padding-left: 30px;}
.a_box .d_col .a_date{display: block;font-weight: 300;font-size: 14px;}
.a_box .d_col .a_ttl{font-weight: 700; font-size: 24px;margin-bottom: 20px;}
.img_col img{width: 100%; height: auto;}
.section{padding:70px 0 60px 0;}
.section h1{margin-bottom: 60px;}
.speakers_s{background: #f0f0f0;width: 100%;}
ul.col4{list-style: none; padding: 0; margin: 0;}
ul.col4 li{width: 23.5%; display: inline-block; vertical-align: top;margin-right:2%;margin-bottom: 24px;}
ul.col4 li:nth-child(4n+4) {margin-right: 0;}
.speakers_s ul.col4 li{border-top: 10px solid #eb5e57;border-bottom: 2px solid #d6d6d6;}
.col4{position: relative;}
.col4 .inner{background:#ffffff; border-top:10px solid #ffcd1c;border-bottom: 2px solid #bfbfbf;}
.speakers_s ul.col4{margin-bottom: 40px;}
.speakers_s ul.col4 li:nth-child(even){border-top: 10px solid #ffcd1c;}
.speaker_pic {
    display:block;
}
.speaker_pic img{width: 100%; height: auto;}
.speaker_info{background: #fff;min-height: 170px;text-align: center;}
.speaker_name{
    font-size:23px; 
    font-weight: 700;
    margin-bottom: 13px;
    padding-top: 20px;
    display:block;
    color:#222;
}
.speaker_pos{font-size:16px; font-weight: 400;margin-bottom:0;}
.line_ttl {overflow: hidden;text-align: center;}
.line_ttl:before,.line_ttl:after {background-color: #bbbbbb;content: "";display: inline-block;height: 1px;position: relative;vertical-align: middle;width: 50%;}
.line_ttl:before {right: 0.5em;margin-left: -50%;}
.line_ttl:after {left: 0.5em;margin-right: -50%;}
a.a1{font-size: 20px; font-weight: 700;color: #000;}
a.a1:hover{color: #eb5e57;}
a.a1 img{margin-left:7px;}
.main_p{
    position: relative;
    background: #00a8c6;
    margin-bottom: 36px;
}

.main_p:nth-child(3n+2) {
    background: #3fb459;
}

.main_p:nth-child(3n+3) {
    background: #eb5e57;
}

.main_p:last-child {
    margin-bottom:0;
}

.main_p .img_col {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.main_p .d_col {
    width: 65%;
    margin-left: 35%;
    position: relative;
}

.main_p .d_col .inner {
    box-sizing:border-box;
    padding: 30px;
    padding-bottom:110px;
    font-size: 18px;
    color: #fff;
    min-height: 300px;
}

.main_p .d_col .inner a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position:absolute;
    bottom:40px;
}

.main_p .d_col .inner a img {
    margin-left: 7px;
}

.main_p .d_col .inner a:hover{color: #ffcd1c;}

ul.col2{list-style: none; padding: 0; margin: 0;}
ul.col2 li{width: 47.96%; display: inline-block; vertical-align: top;margin-right:4.08%;margin-bottom: 24px;}
.programme_s ul.col2 li{background: #f2f2f2;}
ul.col2 li:nth-child(even){margin-right: 0;}
.p_pic,.p_logo img{width: 100%; height: auto;}
.programme_s ul.col2 li .box{padding: 29px 27px;}
.p_logo{width: 35.85%; float: left;}
.p_text{width:57.15%;float: left;padding-left:7%;margin-bottom: 10px;}
.line_link {overflow: hidden;text-align: right;clear: both;}
.line_link:before/*,.line_link:after */{background-color: #bbbbbb;content: "";display: inline-block;height: 1px;position: relative;vertical-align: middle;width: 100%;}
.line_link:before {right: 0.5em;margin-left:-50%}
.news_s{background: #f0f0f0;}
.news_ttl{padding: 30px 20px;font-size: 24px; font-weight: 400;min-height: 200px;}
.news_ttl a{font-size: 16px; font-weight: 300; font-style: italic;color: #000000; text-decoration: underline;}
.news_ttl a:hover{color: #ffcd1c;}
.news_date{min-height: 36px;padding: 15px 17px; background: #dfdfdf;}
.news_date span{display: block;}
.news_date .date{font-size: 14px; font-weight: 400;}
.attendees_s{min-height: 346px;padding: 153px 0 50px 0;color: #fff;}
.attendees_s .wrapper{position: relative;}
.attendees_s .year{font-size: 50px;font-weight: 700;width: 23.51%;margin-right: 2%; height: 100%; position: absolute;left: 0;right: 0;/*display: inline-block; zoom:1; vertical-align: top;*/}
.attendees_s .number{margin-left: 25.51%;width: 74.49%;}
.attendees_s .attendees{width: 75%;display: inline-block; zoom:1; vertical-align: top;margin-bottom: 60px;}
.attendees_s .ctry_n{width: 25%;display: inline-block; zoom:1; vertical-align: top;}
.attendees_s .ttl,.attendees_s .who{font-size: 24px; font-weight: 400;display: block;}
.attendees_s .n,
.attendees_s .n div {
    font-size: 100px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
ul.col3,ul.col3_num{list-style: none; padding: 0; margin: 0}
ul.col3 li,ul.col3_num li{display: inline-block;zoom:1; vertical-align: top; width: 29.84%;padding-right: 5.24%; margin-bottom: 34px;}
ul.col3 li:nth-child(3n+3),ul.col3_num li:nth-child(3n+3) {padding-right: 0;}
.attendees ul.col3_num li{display: inline-block;zoom:1; vertical-align: top; width: 28.33%;padding-right: 2%;margin-bottom: 0;}
/*ul.col3 li.shorter{width: 23.33%;}*/
.attendees_say{min-height: 325px; padding: 111px 0 20px 0;background: #4b4b4b;}
.attendees_say .wrapper{position: relative;}
.attendees_say h1{color: #00a8c6; text-align: left;}
.attendees_say .ttl_col{width: 37.66%;position: absolute;top:0; left: 0;box-sizing:border-box;}
.a_say{width: 62.34%; margin-left:37.66%; }
.a_say ul.col2 li{min-height: 148px; padding-bottom: 20px;}
.a_say{font-size: 20px; color: #fff;font-weight: 400;font-style:italic;}
.a_say .quotename {font-weight:300; font-style:normal;}
.partner_event_s{background:#f0f0f0; }
.partner_event_s .event_img img{width: 100%; height: auto;}
.partner_event_s ul.col3 {
    text-align:center;
}
.partner_event_s ul.col3 > li {
    text-align:left;
}
.partner_event_s ul.col3 > li:last-child {
    padding-right: 0;
} 
.blue_bg{background:#297f9d;}
.pink_bg{background: #e45366;}
.partner_event_s .event_info{padding: 20px 26px;color: #fff;min-height:182px;}
.partner_more{font-weight: 700;color: #fff;margin:0 26px 0 26px; }
.partner_event_s .box{padding-bottom: 20px;}
.sponsor_s1,.spsr_s1{min-height: 300px; text-align: center; padding:30px 0;}
.sponsor_s1 p,.spsr_s1 p{font-size: 24px;}
.sponsor_s1 .wrapper { max-width:800px; }
.btn1{background:#eb5e57; padding: 14px 15px;color: #fff;font-size:20px; font-weight: 700;}
a:hover.btn1{background: #297f9d; color:#fff; }
hr{border: 0; height: 1px; background: #d5d5d5; width: 100%;padding: 0; margin: 0 0 25px 0;}
.sponsor_s2 .row,.spsr_s2 .row{text-align: center;margin-bottom: 50px;}
.sponsor_s2 .row img,.spsr_s2 .row img,ul.s_col2 li ul.col2 li img,.sponsor_s2 .s_col2 img,.spsr_s2 .s_col2 img{max-width: 100%; height: auto;}
.sponsor_s2 .row h5,.spsr_s2 .row h5 { 
    text-transform:uppercase;
    margin-top:10px;
}
ul.s_col3, ul.s_col4, ul.s_col2,ul.s_col5{padding: 0; margin: 0; list-style: none;}
ul.s_col3 li,ul.s_col4 li, ul.s_col2 li,ul.s_col5 li{display: inline-block; vertical-align: middle;zoom:1;text-align: center;margin-bottom: 20px;}
ul.s_col3 li{width: 29.33%;padding: 2%;}
ul.s_col4 li{width: 21%;padding: 2%;}
ul.s_col5 li{width: 16%;padding: 2%;}
ul.s_col2 li{width: 45%; margin-right:10%; vertical-align: top;}
ul.s_col2 li:nth-child(even){margin-right: 0;}
ul.s_col2 li ul.col2 li{vertical-align: middle;}
.sponsor_s2 ul.s_col3 li,
.spsr_s2 ul.s_col3 li,
.sponsor_s2 ul.s_col4 li,
.spsr_s2 ul.s_col4 li,
.sponsor_s2 ul.s_col5 li,
.spsr_s2 ul.s_col5 li{
    padding:0 2%;
}
.sponsor_s2 .sponsorsrow,
.spsr_s2 .sponsorsrow,
.sponsor_s2 .organiserrow,
.spsr_s2 .organiserrow {
    border-bottom:1px solid #d5d5d5; 
    padding-bottom:15px;
    margin-bottom:20px;
}
.sponsor_s2 .row.sponsorsrowrevised_last,
.spsr_s2 .row.sponsorsrowrevised_last,
.sponsor_s2 .row.organiserrow_last,
.spsr_s2 .row.organiserrow_last {
    margin-bottom:60px;
}
.sponsor_s2 .sponsorsrow > div,
.spsr_s2 .sponsorsrow > div,
.sponsor_s2 .organiserrow > div,
.spsr_s2 .organiserrow > div {
    display:inline-block;
    vertical-align:top;
}
.sponsor_s2 .sponsorsrow > div > div,
.spsr_s2 .sponsorsrow > div > div,
.sponsor_s2 .organiserrow > div > div,
.spsr_s2 .organiserrow > div > div {
    display:inline-block; 
    max-width:180px; 
    font-size:12px;
}
.sponsor_s2 .sponsorsrow.PerRow4 > div > div,
.spsr_s2 .sponsorsrow.PerRow4 > div > div {
    margin-left:20px;
    margin-right:20px;
}
.sponsor_s2 .sponsorsrow,
.spsr_s2 .sponsorsrow {
    padding-bottom:0;
}
.sponsor_s2 .sponsorsrow > div > div,
.spsr_s2 .sponsorsrow > div > div {
    margin-bottom:15px;
}

.row span{font-size: 18px; font-weight: 400; font-style: italic;}
.row span img{margin-left: 20px;padding-top: 20px;}
.footer {background: #3e3e3e;padding: 24px 0 37px 0;}
.col_left{color: #d6d6d6; font-size: 14px;display: inline-block; width: 80.23%;margin-right: 2%;vertical-align: middle;}
.footer .col_left p { margin-bottom:0; font-size:14px; }
.col_left a{color: #d6d6d6; display: inline-block;}
.col_left a:hover{color: #000;}
.col_right{display: inline-block;zoom:1; width: 17.67%;}
.col_right img{max-width: 100%; height: auto;}
.f_info{margin-top: 30px;border-top: 1px solid #5f5f5f;color: #858383; font-size: 13px;padding: 10px 0 20px 0;}
.f_info a{color: #858383; }
.f_info a:hover{color: #000; }
.navicon {
    display: none;
    float: right;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 43px;
}
.navicon .inner {display: block;width: 28px;height: 24px;padding: 0;position: relative;}
.navicon .bar {display: block;position: absolute;width: 100%;height: 4px;left: 0;background: #000;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.navicon .bar.t {top: 0;}
.navicon .bar.mid {top: 50%;margin-top: -2px;}
.navicon .bar.btm {top: 100%;margin-top: -4px;}
.navicon.is-active .bar.t,.navicon.is-active .bar.mid,.navicon.is-active .bar.btm {background: #d2d2d2;}
.register_bar{background:#00a8c6;color: #fff;padding: 15px 0;}
.register_icon,.register_info,.register_btn{display:inline-block; vertical-align: middle; zoom:1;}
.register_icon{width: 6.9%; padding-right: 2%;}.register_icon img{width: 100%; height: auto;}
.register_info{ width: 44.6%; padding-right: 2%;font-size: 14px;}
.register_btn{ width: 44.5%;text-align: right;}.register_btn .btn2{font-size:20px;padding:8px  10px;display: inline-block;}
.register_info h4{font-size:24px;}.register_info .date{display: block;padding: 3px 0;}
.submenu_bar{background: #f3f3f3;padding-top: 10px;}
ul.submenu{padding: 0;margin: 0; list-style: none;} ul.submenu li{display: inline-block;vertical-align: top;zoom:1;margin-right: 20px;margin-bottom:10px;}
ul.submenu li a {
    font-weight: 700;
    font-size: 18px;
    color: #808080;
    display: block;
    position: relative;
    top: 14px;
    padding-bottom: 10px;
}

ul.submenu li a:hover {
    color: #000;
}

ul.submenu li a.active {
    color: #000;
    padding-bottom: 10px;
    border-bottom: 4px solid #ffcd1c;
}
.content_c{padding: 36px 0 77px 0;}
.content{line-height: 26px;}
.content img {
    max-width:100%;
    height:auto;
}
.header{position: relative;min-height: 176px; background:#ededed;margin-bottom: 60px; }
.yellowline{width: 14px;height: 100%; position: absolute;background:#ffcd1c;left: 0;top:0}
.header_info{width: 58.34%;padding:15px 2%; position: relative;margin-left: 14px;}
.header_info h2{color: #000;margin-bottom: 6px;margin-top:15px; text-transform:uppercase; font-size:42px;}
.header_info .desc{font-weight:400; font-size:18px;}
.header_img{width: 36.41%;height: 100%; position: absolute; right: 0;top:0; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.breadcrumb{font-style: italic;font-weight: 400;}
.breadcrumb a { color:#222; }
.custom-counter {padding: 0; list-style-type: none;margin:0 0 34px 0;}
.custom-counter li {counter-increment: step-counter;display: table; margin-bottom: 22px;}
.custom-counter li::before { display: table-cell;content: counter(step-counter);padding-right:15px;font-size: 28px;;color: #00a8c6;font-weight: 700;text-align: center;width: 43px;height: 43px;background:url(../img/circle.png)no-repeat center left; vertical-align: middle;}
.custom-counter li p{display: table-cell;vertical-align: middle;}
ul.highlight li .inner{display: table;text-align: center;background: #ececec; border-top:3px solid #00a8c6; border-bottom: 2px solid #d8d8d8;width: 100%;height:102px;}
ul.highlight li .inner p{display: table-cell; vertical-align: middle;text-transform: uppercase;font-weight: 700;font-size:22px;margin-bottom: 0px;padding: 5px 5%;}
.img_desc_c{margin-bottom: 34px;}
.img_desc_c .img{width: 19.45%; padding:30px 2%; display: inline-block;vertical-align: top; zoom:1;text-align: center;}
.img_desc_c .full{padding:0;width: 23.45%;}
.img_desc_c .img img{max-width:100%; height: auto;}
.img_desc_c .desc{width: 76.55%; display: inline-block;vertical-align: top; zoom:1;}
.img_desc_c .desc .inner{padding-left: 30px;}
.greyborder{outline: 1px solid #dddddd;}
a.greyborder{outline: 1px solid #dddddd !important;}
.morelink {outline: none!important;font-weight: 700;color:#7c7c7c; text-transform: uppercase;padding-right: 25px; background: url(../img/icon_arrowdown_grey.png)no-repeat right center; background-size: 13px 13px;}
.morelink.less{background: url(../img/icon_arrowup_grey.png)no-repeat right center; background-size: 13px 13px;}
.greybox{background: #f2f2f2;padding: 39px;}
.col2_2_l{width: 71.52%; padding-right: 2%; display: inline-block;vertical-align: middle; zoom:1;}
.col2_2_r{width: 26.48%; display: inline-block;vertical-align: middle; zoom:1;}
.btn3{background: #eb5e57;display: block;}
.btn3 span{display: block;padding: 20px 60px 20px 0; margin:0 20px; color: #fff;font-size: 26px;font-weight: 700; background: url(../img/icon_arrow_yellow.png)no-repeat center right; background-size:40px 40px;}
.btn3:hover{background: #fff;}.btn3:hover span{color: #eb5e57;}
.rate_table{display: table;width: 100%;border-spacing: 5px;}
.rate_table ul{padding: 0; margin: 0; list-style: none;width: 100%;display: table-row;}
.rate_table ul li{font-size: 22px;margin-bottom: 1%;display: table-cell;}
.rate_cell li{display: inline-block;zoom:1;vertical-align: top; width:16.34%;/*margin-right: 1.07%;*/padding: 15px 1%;}
.rate_cell li:nth-child(1){width:25.72%;/*margin-right: 1.07%;*/padding: 15px 1%;}
.rate_cell li:nth-child(5n+5) {margin-right:0;}
.rate_cell:nth-child(2n+2) li{background: #f2f2f2;}
.rate_cell:nth-child(3n+3) li{background: #e2e2e2;}
.rate_cell:nth-child(4n+4) li{background: #cecece;}
.rate_col_h li{color: #898989;background: #fff;}
.rate_cell:nth-child(2n+2) li:nth-child(1){background: #dff2f6;}
.rate_cell:nth-child(3n+3) li:nth-child(1){background: #b7e2eb;}
.rate_cell:nth-child(4n+4) li:nth-child(1){background: #94c7d1;}
.rate_cell li>span {display:none;}
ul.col3_2{list-style: none; padding: 0; margin: 0;}
ul.col3_2 li{width: 32.86%;margin-right: 0.71%; margin-bottom: 0.71%; display: inline-block;zoom:1;vertical-align: top;}
ul.sponsor_box li:nth-child(3n+3),
ul.spsr_box li:nth-child(3n+3){margin-right:0;}
ul.sponsor_box li .box, 
ul.spsr_box li .box{min-height: 150px;padding: 80px 35px 10px 35px;background-color: #ededed;position: relative;border-bottom:3px solid #d6d6d6; background-repeat:no-repeat; background-position:right bottom; color:#fff;}
ul.sponsor_box li .box .text,
ul.spsr_box li .box .text{font-weight: 700; font-size:22px;}
ul.sponsor_box li .box .text p,
ul.spsr_box li .box .text p{font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:22px; margin-bottom:0;}
ul.sponsor_box li .box .tick,
ul.spsr_box li .box .tick{position: absolute;z-index: 2; top:0; left: 0;width: 53px; height: 53px; background:#eb5e57 url(../img/icon_tick.png)no-repeat center center; background-size:24px 24px;}
ul.sponsor_box li .box_red,
ul.spsr_box li .box_red {
    background-color:#eb5e57;
}
ul.sponsor_box li .box_yellow,
ul.spsr_box li .box_yellow {
    background-color:#ffcd1c;
}
ul.sponsor_box li .box_blue,
ul.spsr_box li .box_blue {
    background-color:#00a8c6;
}
ul.sponsor_box li .box .tick_red,
ul.spsr_box li .box .tick_red {
    background-color:#de2f26;
}
ul.sponsor_box li .box .tick_yellow,
ul.spsr_box li .box .tick_yellow {
    background-color:#f99910;
}
ul.sponsor_box li .box .tick_blue,
ul.spsr_box li .box .tick_blue {
    background-color:#0089a2;
}
.iconbar .icon{width: 10.30%;margin-right: 2.14%;display: inline-block; vertical-align: top; zoom:1;}
.iconbar .icon img{width: 100%; height: auto;}
.iconbar .text{width: 87.56%;display: inline-block; vertical-align: top; zoom:1;}
.iconbar .text p { font-size:20px; margin-bottom:0;}
.sponsor_desc_hidden,
.spsr_desc_hidden{display:none;}
.sponsor_logo img,
.spsr_logo img{max-width: 100%; height: auto;}
.sponsor_logo,
.spsr_logo{border:1px solid #ddd;padding: 30px 0;background-color: #fff;}
a.sponsor_logo,
a.spsr_logo { display:block;}
.leadsponsors li,.sponsorslist li{background: #f2f2f2; padding-bottom: 20px;border-bottom: 3px solid #d6d6d6;}
.leadsponsors ul.col2 li{width: 49%;margin-right: 2%;}
.leadsponsors ul.col2 li:nth-child(even){margin-right: 0;}
.sponsor_detail,
.spsr_detail{padding: 20px 20px 0 20px;line-height: normal;}
.leadsponsors .sponsor_detail,
.leadsponsors .spsr_detail{min-height: 220px;}
.sponsorslist .sponsor_detail,
.sponsorslist .spsr_detail{min-height: 280px;}

.sponsorslist #exhibitors_ul .sponsor_detail,
.sponsorslist #exhibitors_ul .spsr_detail {
    min-height: 0;
}
 .sponsorslist #exhibitors_ul li {
    background:none;
    border-bottom:none;
    padding-bottom:0;
}

.sponsor_name,
.spsr_name{font-size:22px; font-weight: 700;display: block;color: #000;}
.sponsor_type,
.spsr_type{font-weight: 700;display: block;margin-bottom: 20px;}
.sponsor_type span,
.spsr_type span { font-weight:normal; font-size:14px; }
.sponsor_desc,
.spsr_desc,
.sponsor_desc p,
.spsr_desc p{font-size: 14px;display: block;}
#exhibitors_ul .sponsor_desc,
#exhibitors_ul .spsr_desc { display:none; }

.sponsor_desc p,
.spsr_desc p{margin-bottom: 22px;}
a.sponsor_more,
a.spsr_more {margin-left: 20px; color: #000; font-size: 14px;outline: none!important;font-weight: 400;text-transform: uppercase;padding-right: 25px; background: url(../img/icon_arrow_blue2.png)no-repeat right center; background-size: 16px 16px;}
a.sponsor_more:hover,
a.spsr_more:hover{color:#e45366;}
.overlayobj{ background-color:#FFF;padding:40px 50px; margin:0 auto;}
.photogallery .album_cover img{width: 96%; height: auto;-webkit-box-shadow: 8px 8px 0px 0px rgba(221,221,221,1);-moz-box-shadow: 8px 8px 0px 0px rgba(221,221,221,1);box-shadow: 8px 8px 0px 0px rgba(221,221,221,1);}
.photogallery .album_info{padding: 15px 0;}
.photogallery .photo_n{font-size: 14px;color: #787878;display: block;}
.photogallery .album_info a{color: #000;}
.photogallery .album_info a:hover,.backlink a:hover{color: #eb5e57}
.greyback{background: #f8f8f8;}
.backlink{position: relative;margin-bottom: 30px;}
.backlink a{color: #000;display: inline-block; background:#f8f8f8;position: relative;z-index: 1;padding-right: 8px;}
.backlink a img{margin-right: 5px;}
.backlink span{height: 1px;width: 100%; background: #bcbcbc;position: absolute;top:14px;left: 0;z-index: 0;}
.album_cover_c{position: relative;height:563px;margin-bottom: 15px;background: #3f3f3f; }
.album_cover_banner{height: 563px;width: 100%;}
.album_cover_overlay{background: url(../img/photoalbum_cover_shadow.jpg)repeat-x;width: 100%; height: 300px; position: absolute; bottom:0; left:0;z-index:1;}
.photoinfo{position: absolute;bottom: 0; left: 0;z-index: 2;padding: 30px;}
.photoinfo .ttl{font-size: 46px; color: #fff;font-weight: 700;line-height: normal;display: block;margin-bottom: 24px;}
.photoinfo .photon{font-size: 20px; color: #fff;}
.faq div{margin-bottom: 24px;}
.styled-select select {min-width:140px;background:transparent;font-size:16px;border: 0;border-radius: 0;
    -webkit-appearance: none; appearance: none; color:#000;}
.styled-select {border: 1px solid #9f9f9f;width:90px;overflow: hidden;background:#f9f9f9 url(../img/arrow_down3.png) no-repeat right;display:inline-block;zoom: 1;*display: inline;margin-right:60px; vertical-align:top;margin-top:7px;}
.textfield{width:96%;padding:2% 2%;margin-bottom: 12px;background: #f9f9f9;border: 1px solid #9f9f9f;}
textarea{height:146px;width:100%;border: 1px solid #9f9f9f;background: #f9f9f9;}
.formbox .styled-select select{width:105%;padding: 2% 2%;outline: none;}
.formbox .styled-select{width:100%;margin-bottom: 12px;}
.formbox{margin-top: 10px;}

.odometer .odometer-inside .odometer-digit:first-child {
    display: none
}

#Form_ContactForm { margin-top:10px; }
#Form_ContactForm label { display:none; }
#Form_ContactForm label { 
    float:none; 
}
#Form_ContactForm div.customselect {
    margin-bottom:12px;
}
#Form_ContactForm div.customselect .middleColumn {
    width:100%;
    border: 1px solid #9f9f9f;
    overflow: hidden;
    background: #f9f9f9 url(../img/arrow_down3.png) no-repeat right;
    display: inline-block;
    zoom: 1;
    margin-right: 60px;
    vertical-align: top;
    margin-top: 7px;
}
#Form_ContactForm select.customselect {
    min-width: 140px;
    background: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    width: 105%;
    padding: 2% 2%;
    outline: none;
}
#Form_ContactForm input.text,
#Form_ContactForm textarea {
    width:96%;
    padding:2% 2%;
    margin-bottom:12px;
    background:#f9f9f9;
    border:1px solid #9f9f9f;
}
#Form_ContactForm textarea {
    height:146px;
}
#Form_ContactForm .field.checkboxset > label {
    display:block;
}
#Form_ContactForm .field.checkboxset ul {
    margin:0 0 12px 0;
}
#Form_ContactForm .field.checkboxset li {
    padding:0;
    margin:0;
    width:100%;
}
#Form_ContactForm .field.checkboxset ul label {
    display:inline-block;
}
#Form_ContactForm .notice {
    text-align: right;
    margin: 0;
    font-size: 14px;
    font-style: italic;
}
#captchaNonInline {
    margin-bottom:12px;
}

#MemberLoginForm_LoginForm label,
#MemberLoginForm_LostPasswordForm label {
    padding:5px;
}
#MemberLoginForm_LoginForm label.left,
#MemberLoginForm_LostPasswordForm label.left {
    width:100px;
}
#MemberLoginForm_LoginForm label.right,
#MemberLoginForm_LostPasswordForm label.right {
    float:none;
}
#MemberLoginForm_LoginForm input.text,
#MemberLoginForm_LostPasswordForm input.text {
    padding:5px;
    margin-bottom:12px;
    background:#f9f9f9;
    border:1px solid #9f9f9f;
}
#MemberLoginForm_LoginForm input.action,
#MemberLoginForm_LostPasswordForm input.action {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    background: #00a8c6 url(../img/icon_arrow_white2.png)no-repeat center right;
    padding: 5px 40px 5px 15px;
    background-size: 32px 20px;
}

#Form_VisitorForm {
    margin-top:34px;
}
#Form_VisitorForm label.left {
    font-weight:bold;
    width:150px;
}
#Form_VisitorForm .middleColumn {
    margin-left:150px;
}
#Form_VisitorForm input.text,
#Form_VisitorForm textarea {
    box-sizing:border-box;
    width:100%;
    padding:5px;
    margin-bottom:12px;
    background:#f9f9f9;
    border:1px solid #9f9f9f;
}
#Form_VisitorForm textarea {
    height:80px;
}
#Form_VisitorForm ul#Form_VisitorForm_Industry {
    list-style:none;
    padding-left:0;
}
#Form_VisitorForm ul#Form_VisitorForm_Industry li {
    display:inline-block;
    padding-right:20px;
}
#Form_VisitorForm ul#Form_VisitorForm_Industry li:last-child {
    display:block;
}
#Form_VisitorForm_OtherIndustry_Holder {
    margin-left:150px;
}
#Form_VisitorForm_OtherIndustry_Holder label.left {
    font-weight:normal;
    width:130px;
}
#Form_VisitorForm_OtherIndustry_Holder .middleColumn {
    margin-left:130px;
}
#Form_VisitorForm_ContactNumber_Holder,
#Form_VisitorForm #footnotes {
    margin-bottom:34px;
}

#UserForm_Form {
    margin-top:34px;
}
#UserForm_Form div.field {
    clear:left;
}
#UserForm_Form label.left {
    font-weight:bold;
    width:150px;
}
#UserForm_Form .middleColumn {
    margin-left:150px;
}
#UserForm_Form input.text,
#UserForm_Form textarea {
    box-sizing:border-box;
    width:100%;
    padding:5px;
    margin-bottom:12px;
    background:#f9f9f9;
    border:1px solid #9f9f9f;
}
#UserForm_Form textarea {
    height:80px;
}
#UserForm_Form div.dropdown {
    margin-bottom:12px;
}
#UserForm_Form div.dropdown .middleColumn {
    border: 1px solid #9f9f9f;
    overflow: hidden;
    background: #f9f9f9 url(../img/arrow_down3.png) no-repeat right;
    zoom: 1;
    vertical-align: top;
    /*margin-top: 7px;*/
}
#UserForm_Form select.dropdown {
    min-width: 140px;
    width:100%;
    background: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    padding: 5px;
    outline: none;
}
#UserForm_Form div.otherindustry {
    margin-left:150px;
}
#UserForm_Form div.otherindustry label.left {
    font-weight:normal;
    width:130px;
}
#UserForm_Form div.otherindustry .middleColumn {
    margin-left:130px;
}
#UserForm_Form .tnc .middleColumn  {
    margin-left:0;
    margin-top:34px;
}
#UserForm_Form input.action {
    margin-top:34px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    background: #00a8c6 url(../img/icon_arrow_white2.png)no-repeat center right;
    padding: 5px 40px 5px 15px;
    background-size: 32px 20px;
}
#UserForm_Form div.questionaire label.left,
#UserForm_Form fieldset.questionaire legend.left {
    float:none;
    display:block;
    width:auto;
}
#UserForm_Form div.questionaire .middleColumn,
#UserForm_Form fieldset.questionaire .middleColumn {
    margin-left:0;
}
#UserForm_Form fieldset.questionaire ul {
    list-style:none;
    margin-top:0;
    padding-left:0;
}
#UserForm_Form fieldset.questionaire ul li label {
    margin-left:10px;
}

#Form_ContactForm .message.bad,
#Form_VisitorForm .message.bad,
#UserForm_Form .message.error,
#MemberLoginForm_LoginForm .message.bad {
    color:red;
    margin-bottom: 12px;
}
#Form_VisitorForm #Form_VisitorForm_OtherIndustry_Holder .message.bad {
    position: relative;
    top: -10px;
    margin-left: 130px;
}
#UserForm_Form .message.error {
    position:relative;
    top:-10px;
}

.btn4{font-weight: 400;font-size: 22px;color: #fff;background: #00a8c6 url(../img/icon_arrow_white2.png)no-repeat center right;padding: 5px 40px 5px 15px;background-size: 32px 20px;}
.btn5 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #00a8c6 url(../img/icon_arrow_white2.png) no-repeat center right;
    padding: 5px 30px 5px 15px;
    background-size: 24px 15px;
    margin-bottom:10px;
    float:right;
}
.filter{font-weight: 400; font-size: 24px;background: #4a8993;padding: 6px 17px 6px 17px;margin-bottom: 27px;color: #fff;}
.filter .styled-select select{width:109%;padding: 8px 41px 8px 16px;font-size: 23px; font-weight: 400;color: #fff;}
.filter .styled-select{border:0;vertical-align: middle;width:28%;margin-left: 10px;margin-right: 0;margin-top: 0; background:#00a8c6 url(../img/icon_arrow_white_select.png) no-repeat right; background-size:33px 17px; }
.filter .styled-select select option { background:#00a8c6; }
.exhibitor_filter .styled-select select {
    width:100%;
}
.speaker_filter .styled-select select{color: #fff; width:105%;padding: 10px 1%;outline: none;font-size: 24px;font-weight: 400;
    width: 100%;
    padding-right: 40px;
}
.speaker_filter .styled-select{border:0;width:100%;background: #00a8c6 url(../img/icon_arrow_white_select.png)no-repeat center right;background-size:33px 17px; }
.speaker_filter .styled-select option {background:#00a8c6;}
.speakerpage li .speaker_info{background: #f2f2f2;}
.speakerpage li{border-bottom: 2px solid #d6d6d6;}
.days-wrap {
    background:#f7f7f7;
    clear:both;
}
.day-wrap {
    margin-bottom:10px;
    overflow:hidden;
}
.day {
    background: #e5e5e5;
    color: #1b8ca0;
    padding: 19px 20px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    cursor:pointer;
    position:relative;
    z-index:10;
}
.day:after {
    content: "";
    position:absolute;
    width:24px;
    height:17px;
    background:url(../img/icon_arrow_white_select.png) no-repeat left center;
    background-size: 33px 17px;
    right:10px;
    top:50%;
    margin-top:-8px;
}
.day.opened:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.programme {
    padding: 37px 20px;
    background: #f7f7f7;
    box-sizing:border-box;
}
.days-wrap .programme {
    display:none;
}
.days-wrap .day.opened + .programme {
    display:block;
}
.programme-slides {
    margin-top:25px;
}
.programme-slides > div {
    color: #1b8ca0;
    font-weight: 400;
    font-size: 14px;
    margin-bottom:10px;
}
.programme-slides > div:last-child {
    margin-bottom:0;
}
.programme-slides span {
    background: #1b8ca0;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin-right: 5px;
    font-size:12px;
}

.time,.flow{float: left;}
.time{width:15%; padding-right: 2%;font-weight: 400;margin-top: -3px;}
.flow{width: 82%;border-left: 1px solid #bebebe;/*padding-left: 2%;background:url(../img/greydot.jpg)repeat-y;*/}

ul.flowlist{list-style-image: url('../img/bullet.png'); margin:-3px 0 0 0;padding: 0 0 0 17px;}
ul.flowlist li{margin: 0 0 60px 0px;font-weight: 400;}
ul.flowlist li.last{margin-bottom: 0; padding-bottom:20px;}
ul.flowlist li p { font-weight:400; margin-bottom:0;}
ul.flowlist li ul:not(.s_speaker) { padding: 0; margin: 0 0 0 20px; list-style: disc;}
ul.flowlist li ul:not(.s_speaker) li { padding-bottom:0; margin: 10px 0;}
ul.s_speaker{margin:5px 0 0 0;}
ul.s_speaker li{margin: 20px 0 0 0; }
.s_speaker_pic{width:30%; display: inline-block;vertical-align: top;zoom:1;}
.s_speaker_info{width:65%;margin-left: 5%;display: inline-block;vertical-align: top;zoom:1;line-height: normal;}
.s_speaker_pic img{width: 100%; height: auto;}
.s_speaker_name{font-weight: 700;font-size: 14px;display: block;margin-bottom: 4px; color:#222;}
.s_speaker_d{font-size: 12px; font-weight: 300;display: block}
.dd2 a{margin-top: 5px; display:none;padding:10px 29px 10px 12px;font-weight: 700;font-size: 18px;color: #000;border: 1px solid #9f9f9f; background:#f9f9f9 url(../img/icon_arrow_black_select.png) no-repeat right center;cursor:pointer;background-size:33px 17px; }
ul.gallery li a img{width: 100%; height: auto;}
.contact ul.col2 li{margin-bottom: 0;}

.speaker_content .colleft {
    display:inline-block;
    width:25%;
    vertical-align:top;
}
.speaker_content .colleft img {
    width:100%;
    height:auto;
}
.speaker_content .colright {
    display:inline-block;
    width:70%;
    margin-left:5%;
    vertical-align:top;
}
.speaker_content .speaker_name {
    padding-top:0;
    margin-bottom:8px;
    font-size:30px;
}
.speaker_content .speaker_pos {
    font-weight:bold;
    margin-bottom:20px;
    font-size:20px;
}
.programmeoverview_content table {
    width:100%;
    border-collapse:collapse;
    border:none;
    box-sizing:border-box;
}
.programmeoverview_content table th,
.programmeoverview_content .dayheader {
    vertical-align:top;
    font-size:34px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    color:#fff;
    line-height:1.2em;
    text-transform:uppercase;
    width:22%;
    min-width:230px;
    text-align:left;
    padding:1.5% 2%;
    box-sizing:border-box;
    border-bottom:5px solid #fff;
}
.programmeoverview_content .dayheader {
    width:100%;
    min-width:auto;
    display:none;
}
.programmeoverview_content table td {
    background:#f2f2f2;
    font-size:20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    text-align:left;
    box-sizing:border-box;
    position:relative;
    border-left:8px solid #fff;
    border-bottom:5px solid #fff;
}
.programmeoverview_content table td a {
    display:block;
    padding:1.5% 2%;
    padding-right:70px;
    color:#222;
    background:transparent;
}
.programmeoverview_content table td a[href]:hover {
    background:#e7e7e7;
}
.programmeoverview_content table td .track_pv,
.programmeoverview_content table td .track_re,
.programmelist_content h2 .track_pv,
.programmelist_content h2 .track_re {
    color:#fff;
    background:#0f75bc;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:12px;
    width:70px;
    height:22px;
    line-height:22px;
    text-align:center;
    position:absolute;
    right:0;
    top:0;
}
.programmeoverview_content table td .track_re,
.programmelist_content h2 .track_re {
    background:#39b54a;
}
.programmelist_content h2 {
    position:relative;
}
.programmelist_content h2 .track_pv,
.programmelist_content h2 .track_re {
    position:relative;
    display:inline-block;
    vertical-align:super;
}

.intro {
    background: #d9d9d9; 
    padding: 15px 0 10px 0;
    text-align:center;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
}
.intro img {
    max-width:100%;
    padding:10px 0;
}
iframexx { /* mobile safari fix */
    width:1px;
    min-width:100%;
    *width: 100%;
    height:500px;
}

body.page_ColocatedOverviewPage .img_desc_c {
    border-bottom:1px solid #d5d5d5;
    padding-bottom:34px;
}
body.page_ColocatedOverviewPage .img_desc_c .img {
    width:23.45%;
    padding:0;
}
body.page_ColocatedOverviewPage .desc h6, 
body.page_ColocatedOverviewPage .desc p {
    margin-bottom:20px;
}
body.page_ColocatedOverviewPage .desc .morelink {
    background:none;
    position:relative;
}
body.page_ColocatedOverviewPage .desc .morelink::after {
    display:block;
    position:absolute;
    content:"";
    background: url(../img/icon_arrowdown_grey.png) no-repeat right center;
    background-size: 13px 13px;
    width:13px;
    height:13px;
    right:0;
    top:50%;
    margin-top:-7px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.menu .dd3 {
    position: relative;
    width: 217px;
    padding-right: 15px;
}
.menu .dd3::after {
    display: block;
    position: absolute;
    content: '❯';
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.menu .subdd > li:hover .dd3 {
    color: #fff;
    background: #eb5e57;
}

.home_feature_box {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 280px;
    z-index: 99;
}
.home_feature_text {
    background:rgba(0, 168, 198, 0.8);
    padding:30px 20px;
    color:#fff;
}
.home_feature_text > *:last-child {
    margin-bottom:0;
}
.home_feature_link {
    display:block;
    padding:14px 20px;
    background:rgba(255, 205, 28, 0.7);
    color:#fff;
    text-align:center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.home_feature_link:hover {
    color:#fff;
    background:rgba(255, 205, 28, 0.8);
}
.home_feature_link:nth-child(3) {
    background: rgb(235, 94, 87, 0.7);
}
.home_feature_link:nth-child(3):hover {
    background: rgb(235, 94, 87, 0.8);
}

/* ==========================================================================
   Media Queriess
   ========================================================================== */
@media all and (max-width: 1170px) {
    .banner_text{font-size: 68px;line-height:71px;}
    .top ul.menu{display:none;}
	.navicon{display:block;}
    .top ul.menu {border-top: 1px solid #000; position:absolute;width:100%;float: none;clear: both;margin:0;padding:20px 0;zoom: 1;top:108px;left:0;-webkit-transition:none;-moz-transition:none;transition:none; background:rgba(255,255,255,1); }
    .top.shrink ul.menu {top:67px;margin-top: 0px;}
    .top ul.menu li {display: block;text-align:left;margin:0;padding:0;}
    .top ul.menu li a {
        color: #000;
        padding: 9px 20px;
        display: block;
        font-size: 20px !important;
        text-align:center;
    }
    .top ul.menu li a:hover{color: #eb5e57;}
    .top_register,.top.shrink ul.menu li.top_register{display: none;}
    .top ul.menu li.social{
        padding-left: 20px;
        text-align:center;
    }
    .top ul.menu li.social a{padding: 9px 10px 9px 0px;}
    
    ul.menu ul{position: relative;display: none;width: 100%;overflow-x: hidden!important;}
    ul.menu ul.subdd li a{width: auto;background: #f2f2f2;}
    ul.menu ul.subdd li a:hover{color:#fff;background:#eb5e57;}
    ul.menu li a.dd:after{background-image:  url(../img/icon_arrow_black_select.png);background-size: 20px 10px;display: inline-block;width: 20px; height: 10px;content:"";margin-left: 10px;}
    ul.menu li:hover a.dd{color: #000;background: #fff;}
    ul.menu li a.dd:hover{color: #eb5e57;}
    ul.menu li a.dd.active{background-color: #d8d8d8;}
    ul.menu ul.subdd.active{display: block;}
    ul.menu li:hover > ul{ display:none;}
    ul.menu li:hover > ul.active{display:block;}
    .scroll-pane{overflow: auto; height:88%;}
    .top  ul.menu { box-sizing:border-box;height:300px;overflow-y:scroll;overflow-x: hidden!important;}

    .menu .dd3::after {
        display: inline-block;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        background-image: url(../img/icon_arrow_black_select.png);
        background-size: 20px 10px;
        width: 20px; 
        height: 10px;
        content:"";
        margin-left: 10px;
    }
    .menu li a.dd3.active{
        color:#fff;
        background-color: #eb5e57;
    }
    .menu ul.subdd3.active {
        display: block;
        left:auto;
    }
}
@media all and (min-width: 1171px) {
  .top ul.menu{display:block!important;}
    
  
}
/*@media all and (max-height:420px) and (max-width: 1170px) {
    .top ul.menu li {width: 50%; float: left;}
}*/
@media all and (max-width: 1126px) {
    .attendees_s .year,.attendees_say .ttl_col{padding-left: 20px;}
    
  }
@media all and (max-width: 1064px) {
    .attendees_s .n,
    .attendees_s .n div{
        font-size: 80px;
    }
    
  }
@media all and (min-width: 1025px) {
ul.submenu li{display:inline-block!important;}

    .leadsponsors > ul > li {
        box-sizing: border-box;
        padding: 2% 1%;
    }
    .leadsponsors .sponsor_logo,
    .leadsponsors .spsr_logo {
        width:50%;
        float:left;
    }
    .leadsponsors .sponsor_detail,
    .leadsponsors .spsr_detail {
        width: 46%;
        margin-left: 54%;
        margin-right: 0;
        padding: 0;
    }
    .leadsponsors a.sponsor_more,
    .leadsponsors a.spsr_more {
        margin-left: 54%;
    }
}
@media all and (max-width: 1024px) {
    ul.submenu li{width:100%;display: none;}
    .dd2 a{display:block;}
    .submenu_bar{background: transparent;}
    ul.submenu li a{padding: 3px 12px;}
    .col2_2_l{width: 58%; }
    .col2_2_r{width: 40%; }
}
@media all and (max-width: 988px) {
    .programmeoverview_content table th {
        display:none;
    }
    .programmeoverview_content .dayheader {
        display:block;
    }
    .programmeoverview_content table td {
        border-left:none;
    }
}
@media all and (max-width: 900px) {
    .banner_text{font-size: 60px;line-height:63px;width:100%;max-width: 100%; left: 0;}
    .banner_text span{display: block; padding: 0 30px;text-align: center;}
    .banner{position:relative;}
    .c{position:static;left:0px; top:0px;max-width:100%;}
    .detail_box{padding: 34px 25px;}
    .c_img,.c_info{width:30%;margin-right: 3%; display: inline-block; zoom:1; vertical-align: middle;}
    .c_img img{max-width: 100%; height: auto;}
    .c_info{text-align: left;}
    .attendees_s .attendees{width:100%;}
    .attendees_s .ctry_n{width:100%;}
    .attendees_s{padding: 50px 0 50px 0;}
    .banner .slides li div{height:500px;}
    .banner_c {min-height: 500px;}
    .register_icon{width: 15%;padding-right: 5%;}
    .register_info{ width: 38%; }
    .register_btn{ width: 40%;}
    ul.sponsor_box li .box,
    ul.spsr_box li .box{min-height: 200px;}
    .album_cover_banner,.album_cover_c{height: 500px;}
    .photoinfo .ttl {font-size: 40px;line-height: 42px;}
  }
@media all and (max-width: 800px) {
    ul.col4 li{width: 49%;}
    ul.col4 li:nth-child(2n+2) {margin-right: 0;}
    .a_box .img_col{width:40%;}
    .a_box .d_col{width: 60%;}
    .main_p .img_col{width:100%;position: relative;left: 0;top: 0;height:0px;padding-bottom: 42.93%;}
    .main_p .d_col{width: 100%;margin-left: 0; position: relative;}
    .main_p .d_col .inner {
        padding: 29px 27px;
        padding-bottom:110px;
    }
    .attendees_say .ttl_col h1{font-size: 45px;}
    ul.s_col3 li,ul.s_col4 li,ul.s_col5 li{width: 42%; padding:4%;}
    ul.col3 li{width: 100%!important; padding-right: 0!important;}
    .partner_event_s .event_info{min-height: 100px;}
}
@media all and (max-width: 700px) {
    .c_img,.c_info{width:40%;margin-right: 3%; }/*banner*/
    .p_logo{width: 100%; float:none; text-align: center; margin-bottom: 20px;}
    .p_text{width:100%;float: none;padding-left:0;}  
    .p_logo img{max-width: 100%; height: auto; width: auto;}
    .attendees_s .n,
    .attendees_s .n div{
        font-size: 55px;
    }
    .attendees_s .ttl,.attendees_s .who{font-size: 18px; }
    .attendees_s .number{margin-left:0%;width:100%;text-align: center;}
    .attendees_s .year{position: relative;margin-bottom: 50px;width: 100%; text-align: center;}
    .attendees_s .attendees{margin-bottom: 40px;}
    .attendees_s{padding: 50px 0 50px 0;}
    .attendees_say .ttl_col{position: relative;width: 100%;margin-bottom: 40px;padding-left: 0;}
    .attendees_say {padding: 80px 0 20px 0;}
     .a_say{width: 100%; margin-left:0; }
    .cus_block{display: block;}
     .col_left,.col_right{width: 100%;margin-right: 0;text-align: center;}
    .col_right{margin-top: 20px;}
    .f_info{text-align: center;}
    .banner .slides li div{height:350px;}
    .banner_c {min-height: 350px;}
    .banner_text{position:static;}
    .banner_text span {padding:30px 20px;font-size: 40px; line-height: 43px;}
    .shadow{display: none;}
     .header_img {width: 100%; height: 176px; position: static;}
    .header_info{width: 80%; margin-bottom:0px;padding: 15px 5%;}
    ul.col3_2 li{width: 100%!important;margin-right: 0!important;}
    .iconbar .icon { margin-right: 3%;width:23%;}
    .iconbar .text {width:74%;}
     .album_cover_banner{height:350px;}
    .album_cover_c{min-height: 350px; height: auto;}
    .photoinfo {position: static;padding:20px; }
    .album_cover_overlay{display: none;}
    .photoinfo .ttl {font-size: 36px;line-height: 38px;}

    .home_feature_box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media all and (max-width: 679px){
    .col2_2_l{width:100%; padding-right:0;}
    .col2_2_r{width:100%; margin-top: 20px;}
     .filter .styled-select{width:100%;margin-left:0px;margin-right: 0;margin-top: 10px;margin-bottom: 0px; }
     .filter{ padding: 10px 17px;}
     .filter .styled-select select{width:107%;}
    
     
}
@media all and (max-width: 600px) {
    ul.rate_col_h{display: none;}
    /* .rate_cell li:nth-child(2):before{content: "Early Bird"; font-size: 16px; display: block;line-height: 18px;}
    .rate_cell li:nth-child(3):before{content: "Normal Rate"; font-size: 16px; display: block;line-height: 18px;}
    .rate_cell li:nth-child(4):before{content: "One Day"; font-size: 16px; display: block;line-height: 18px;}
     .rate_cell li:nth-child(5):before{content: "Group Rate"; font-size: 16px; display: block;line-height: 18px;} */
    .rate_cell li>span {display:block; font-size: 16px; line-height:18px;}
    .rate_table {border-spacing: 0;}
    .rate_table ul li {display: block; width: 96%; padding: 15px 2%;}
    .rate_cell li:nth-child(1) {padding: 15px 2%;width: 96%;}
    .time,.flow{float: none;}
    .time{width:100%; padding-right: 0%;margin-bottom: 10px;margin-top:0px;}
    .flow{width:100%;}
    ul.flowlist{margin:0 0 0 0;padding: 0 0 0 17px;}
    ul.flowlist li{margin: 0 0 34px 0px;font-weight: 400;}
    
    #Form_VisitorForm_OtherIndustry_Holder .middleColumn,
    #UserForm_Form div.otherindustry .middleColumn {
        margin-left:0;
    }
    #Form_VisitorForm #Form_VisitorForm_OtherIndustry_Holder .message.bad {
        margin-left:0;
    }
}
 @media all and (max-width: 500px) {
    .a_box .img_col{width:100%;}
    .a_box .d_col{width: 100%;}
    .a_box .d_col .inner{padding-left:0px;padding-top: 15px;}/*ann*/
    .c_img,.c_info{width:100%;margin-right:0%; display:block;text-align: center;}
    ul.col4 li, ul.col2 li{width: 100%!important; margin-right: 0!important;}
    .attendees_s .n,
    .attendees_s .n div{
        font-size: 40px;
    }
    .attendees_s .ttl,.attendees_s .who{font-size: 16px; }
    .a_say ul.col2 li{min-height:50px; padding-bottom: 20px;}
    .logo{width: 200px; height: 74px; background-size:200px 74px;margin-top: 17px;}
    .register_icon{width: 26%;padding-right: 4%}
    .register_info{ width: 70%;padding-right: 0;}
    .register_btn{ width: 100%; text-align: center;margin-top:16px;}
    .img_desc_c .img{padding: 30px 0;margin-bottom: 24px; width: 100%;}
    .img_desc_c .desc{width: 100%;}
    .img_desc_c .desc .inner {padding-left: 0px;}
    .img_desc_c .full img {width: 100%;}
    .img_desc_c .full{padding: 0px 0;}
    .btn3 span{font-size: 22px; background-size: 30px 30px;}
    .header_info h2 {font-size: 37px;line-height: 39px;}
    .iconbar .icon { margin-right:0;width:100%;text-align: center;margin-bottom: 20px;}
    .iconbar .icon img{width:116px;}
    .iconbar .text {width:100%;text-align: center;}
    .overlayobj { padding: 20px 30px;}
     
    .speaker_content .colleft,
    .speaker_content .colright {
        width:100%;
        margin-left:0;
    }

    body.page_ColocatedOverviewPage .img_desc_c .img {
        width: 100%;
    }
}
@media all and (max-width: 350px) {
    .register_icon{width: 100%;padding-right:0%;text-align: center;margin-bottom: 10px;}
    .register_icon img{width: 30%;}
    .register_info{ width:100%;text-align: center;}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after,.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.odometer-formatting-mark {
    display:none;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

