/*--Containers--*/

.pad_lr {
    padding-right: 40px;
    padding-left: 40px;
}

.mob_pad_lr {
    padding-right: 25px;
    padding-left: 25px;
}

.col930{
    width: calc(100% - 320px);
}

.no_pad{
    padding: 0;
}

aside{
    width: 320px;
}

article{
    padding: 0 15px 0 75px;
}

/*--end Containers--*/
/*--Header--*/

.header{
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .line{
    left: 40px;
    width: calc(100% - 80px);
}

.header_logo img{
    height: 30px;
}

nav > ul > li > a, nav > ul > li > .lvl2{
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
}

.nav_tickets{
    padding: 0 18px;
    border-radius: 15px;
    font-size: 9px;
}

/*--end header--*/
/*--index elements--*/

.section_heading h1, .section_heading h2, .section_heading h3,
.section_heading h4, .section_heading h5, .section_heading h6{
    font-size: 36px;
}

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

.topics_list > li{
    width: 50%;
}

.topics_wrap .t_title{
    font-size: 16px;
}
/*--end topics--*/
/*--news--*/

.news_item{
    color: #1E1E20;
}

.news_img_container{
    margin-bottom: 15px;
}

.news_title{
    position: static;
    background: none;
    bottom: unset;
    left: unset;
    width: 100%;
    padding: 0;
}

.news_list .date{
    color: #1E1E20;
}

.news_title h2, .news_title h3, .news_title h4,
.news_title h5, .news_title h6, .news_title span{
    font-size: 16px;
}

.news_item:hover{
    opacity: 0.8;
    box-shadow: none;
}
/*--end news--*/
/*--partner list--*/
.partner_wrap .partner_list li{
    width: 50%;
}
/*--end partner list--*/
/*--ticket fares--*/
.tickets_wrap{
    padding: 50px 10px;
}

.ticket_fares li{
    width: 33.33333%;
    padding: 30px;
    /*min-height: 420px;*/
}

.ticket_fares .description li{
    width: 100%;
}

.fare_name{
    font-size: 24px;
}

.price_wrap{
    padding: 0 40px;
}
/*--end ticket fares--*/

