/*--Containers--*/
.col930{
    width: 100%;
    float: none;
}

aside{
    width: 100%;
    float: none;
}

.col2{
    float: none;
    width: 100%;
}

.no_pad{
    padding: 0;
}

article{
    padding: 0 15px;
}
/*--end Containers--*/
/*--Header--*/

.header_link, .conf_select, .about_info span a, .user_account{
    font-size: 10px;
}

header .social_links{
    display: none;
}

.toggle_nav{
    display: block;
}

nav{
    display: none;
    padding: 70px 40px 40px;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    transition-delay: 0.2s;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.visible nav{
    display: block;
}

nav > ul > li{
    position: relative;
    display: block;
    width: 100%;
}

nav > ul > li:first-child{
    border-top: solid 1px #F0F0F0;
}

nav > ul > li > a, nav > ul > li > .lvl2{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    padding: 15px 0;
}

nav a:hover{
    opacity: 1;
}

.lvl2{
    background: url("img/nav_arrowR@2x.png") no-repeat right center;
    background-size: 8px 8px;
}

.nav_tickets{
    background: url("img/ticket.png") no-repeat left center #FFFFFF;
    background-size: 22px 22px;
    display: block;
    padding: 15px 0 15px 30px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #1E1E20;
    box-shadow: none;
    text-transform: unset;
}

nav > ul > li ul{
    display: none;
    border-top: none;
    position: static;
    top: unset;
    right: auto;
    z-index: unset;
    transform: unset;
    padding: 15px 0;
    box-shadow: none;
    visibility: unset;
    opacity: unset;
    transition: unset;
    transition-delay: unset;
}

nav > ul > .visible ul{
    display: block;
}

nav > ul > .visible .lvl2{
    background: url("img/nav_arrowD@2x.png") no-repeat right center;
    background-size: 8px 8px;
}

nav > ul > li ul a{
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    white-space: unset;
}
/*--end Header--*/
/*--subscription--*/
aside .mail_subscription{
    display: none;
}
/*--end subscription--*/
/*--conf hero--*/

.conf_hero{
    width: 100%;
    height: 680px;
    max-height: unset;
    min-height: unset;
}

.conf_hero video {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: unset;
    min-height: unset;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}

.conf_hero_content{
    max-width: 600px;
    height: 50%;
    padding: 60px 20px 0;
    top: 50%;
}

.cof_hero_date{
    font-size: 36px;
    margin-bottom: 34px;
}


.conf_hero_content h1{
    font-size: 24px;
}

.conf_hero_partners{
    bottom: 40px;
}

.conf_hero_partners p{
    margin-bottom: 10px;
}

/*--end conf hero--*/
/*--subscription--*/

.subscr_info{
    display: block;
    width: 100%;
    max-width: 480px;
    padding-right: 0;
    margin: 0 auto 20px;
    text-align: center;
}

.subscr_form {
    display: block;
    width: 100%;
}

/*--end subscription--*/
/*--index elements--*/

.key_heading h2{
    margin-bottom: 20px;
}

/*--end index elements--*/
/*--topics--*/

.topics_wrap .topics_list > li{
    width: 50%;
}

.topics_wrap .t_title{
    min-height: auto;
}

.past_conf .topic_item{
    padding-top: 26px;
    border-top: solid 1px #F5F5F5;
}

.past_conf .topics_list > li{
    width: 50%;
}

/*--end topics--*/
/*--news--*/
.news_wrap .news_list li{
    float: none;
}

.news_wrap .news_list li:nth-child(n+2){
    padding: 0 15px 30px;
}

.news_wrap .news_list li:nth-child(n+2) .news_img_container{
    display: block;
}

.news_wrap .news_list li:nth-child(n+2) .news_title{
    padding: 0;
    border-top: none;
}

.news_wrap .news_list li:nth-child(n+2) .news_title h2,
.news_wrap .news_list li:nth-child(n+2) .news_title h3,
.news_wrap .news_list li:nth-child(n+2) .news_title h4,
.news_wrap .news_list li:nth-child(n+2) .news_title h5,
.news_wrap .news_list li:nth-child(n+2) .news_title h6,
.news_wrap .news_list li:nth-child(n+2) .news_title span{
    line-height: 1.3em;
}
/*--end news--*/
/*--partner list--*/
.partner_wrap .partner_list li{
    width: 33.33333%;
}
/*--end partner list--*/
/*--other --*/

.pages{
    text-align: center;
}

.select_wrap{
    display: block;
    width: 100%;
    margin: 10px 0 0;
}
/*--end other --*/
/*--ticket fares--*/

.tickets_wrap {
    padding: 40px;
}

.ticket_fares li {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
}

.ticket_fares .description li {
    min-height: 0;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.fare_name {
    font-size: 26px;
    text-align: center;
}

.description {
    font-size: 14px;
    text-align: center;
}

.price_wrap {
    position: static;
    padding: 0;
    bottom: unset;
    left: unset;
    margin-top: 30px;
}

.tickets_wrap .date, .tickets_wrap .date {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.04em;
}

.old_price, .current_price {
    text-align: center;
}

.tickets_wrap .buy_link {
    margin: 30px auto 0;
}

li.center_fare {
    background-color: #C0392B;
}

.center_fare .fare_name {
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

.tickets_wrap .jc_content_btn{
    text-align: center;
    color: #1E1E20;
}

.center_fare .jc_content_btn{
    text-align: center;
    color: #FFFFFF;
}
/*--end ticket fares--*/
/*--article--*/
.share_top{
    display: none;
}

/*--end article--*/
/*--footer--*/

.footer_links{
    display: none;
}
/*--end footer--*/
