/* FILTER XFIELD
----------------------------------------------- */
.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.filter-wrap {margin-bottom: 30px; padding: 30px; padding-bottom: 20px;
	background-color: #171b26; color: #ccc; border-radius: 3px; box-shadow: 0 0 10px rgba(41,127,215,1);}
.filter-box {opacity: 1;}
.js .filter-box {opacity: 1;}
.fb-sect-name {margin-bottom:10px; font-weight:700;}
.fb-sect {margin-bottom:10px;}
.fb-checks {margin-bottom:10px;}
.flex-2 > * {display:inline-block; width:48%;}
.flex-3 > * {display:inline-block; width:32%;}
.flex-4 > * {display:inline-block; width:23%;}
.fb-sel select {width:100%;}
.fb-submit input[type="button"] {display:inline-block; text-align:center;
height: 32px;line-height: 32px; border-radius: 3px; font-size: 14px;}
.fb-submit input[type="button"]:hover {}
.fb-check2 {margin-bottom:5px;}
.fb-check2 input {margin:0 5px 0 0; vertical-align:middle; display:inline-block; position:relative; top:-2px;}
.filter-wrap select {height:30px; background-color:#0c101b; color:#ccc; box-shadow:none;}
.fb-sect input[type="text"] {background-color:#0c101b;}
.fb-check {position: relative; cursor: pointer; font-weight: 400; 
height: 30px; line-height: 30px; display: block; margin-bottom: 2px;}
.fb-check input {opacity: 0; position: absolute; cursor: pointer;}
.fb-check span {display: inline-block; padding-left: 50px; height: 30px; line-height: 30px; 
	white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
text-overflow: ellipsis; width: 100%;}
.fb-check span:before, .fb-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.fb-check span:before{left: 0;height: 20px;margin-top: -10px;width: 40px;border-radius: 4px;
	background: #0c101b;box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);}
.fb-check span:after{left: 1px;height: 18px;width: 18px;margin-top: -9px;background: #292d38;
	border-radius: 4px;box-shadow: 0 1px 2px rgba(0,0,0,.3);}
.fb-check input:checked + span:before{background-color: #0c101b;}
.fb-check input:checked + span:after{left: 21px; background-color: #297fd7;}
.fb-col {width: 31.4%;}
@media screen and (max-width: 760px) {
.fb-col {width: 100%;}
}
