#top .flex_column_table{
display: table;
table-layout: fixed;
width:100%;
}
#top .flex_column_table_cell{
float:none;
display: table-cell;
}
#top .av-flex-placeholder{
display: table-cell;
width: 6%;
}
.av-align-top{ vertical-align: top; }
.av-align-middle{ vertical-align: middle; }
.av-align-bottom{ vertical-align: bottom; } @media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,
.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,
.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth.flex_column_div,
.responsive .avia-content-slider-inner .av_one_fourth.flex_column_div {
margin-left: 4%;
width: 48%;
}
.responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,
.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div,
.responsive .avia-content-slider-inner .av_one_fourth.first.flex_column_div {
margin-left: 0%;
clear: both;
}
.responsive .av_one_half.first.el_before_av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div {
width: 100%;
}
.responsive .av_one_half.first + .av_one_fourth.flex_column_div,
.responsive .av_one_half.first + .av_one_fourth + .av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div {
margin-top: 30px;
}
}