@charset "utf-8";

/* flex grid bcd [1512250700] */

.bcd-f-ctn {display:flex;}
.bcd-f-line-s {flex-wrap: nowrap;}
.bcd-f-line-m {flex-wrap: wrap;}

.bcd-f-c-to-r {flex-direction: column;}
.bcd-f-r-to-c {flex-direction: row;}
.bcd-f-r-to-r {flex-direction: row;}
.bcd-f-c-to-c {flex-direction: column;}

.bcd-f-w-100 {width: 100%}
.bcd-f-h-100 {height:100%;}

.bcd-f-aria-15 {padding:15px;}
.bcd-f-aria-lr-9-8-7 {padding-left:5%;padding-right:5%;}

/* buttons */
.bcd-f-btn {display: inline-flex;}

.bcd-f-ctn-column {flex-flow: column wrap ;align-items: stretch;}
.bcd-f-ctn-row {flex-flow: row wrap ;align-items: stretch;}
.bcd-f-item-top {display: flex; flex-direction: row; align-items: flex-start;}
.bcd-f-item-center {display: flex; flex-direction: row; align-items: center;}
.bcd-f-item-center-reverse {display: flex; flex-direction: row-reverse; align-items: center;}
.bcd-f-item-bottom {display: flex; flex-direction: row; align-items: flex-end;}
.bcd-f-child-item-inline-flex {display: inline-flex;}
.bcd-f-1 {flex: 1;}
.bcd-f-2 {flex: 2;}
.bcd-f-3 {flex: 3;}
.bcd-f-4 {display:flex;flex: 4;}
.bcd-f-5 {flex: 5;}
.bcd-f-6 {flex: 6;}
.bcd-f-7 {flex: 7;}
.bcd-f-8 {display:flex;flex: 8;}
.bcd-f-9 {flex: 9;}
.bcd-f-10 {flex: 10;}
.bcd-f-11 {flex: 11;}
.bcd-f-12 {flex: 12;}

/* containers */
.bcd-f-img-box-cover {}

@media (min-width: 480px) {

}

@media (min-width: 560px) {

}

@media (min-width: 768px) {
    .bcd-f-c-to-r {flex-direction: row;}
    .bcd-f-r-to-c {flex-direction: column;}
    .bcd-f-aria-lr-9-8-7 {padding-left:10%;padding-right:10%;}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .bcd-f-aria-lr-9-8-7 {padding-left:15%;padding-right:15%;}
}