/* ================================================================ _ ini.css ================================================================ */
/**
 * UNCHANGED STYLES
 */
/* ==================== #OFFCANVAS ==================== */
#offcanvas li.l1 > a.dropicon { position: absolute; z-index: 0; padding: 10px 20px; border-left: 1px solid #242424; right: 2px; top: 0; width: 0 }
#offcanvas li.l1 > a:not(.dropicon)::after { display: none; }
#offcanvas li.l1.uk-parent>a:not(.dropicon) { margin-right: 42px; }
#offcanvas ul.l3 { border-top: 0; -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.05); box-shadow: inset 1px 0 0 rgba(255,255,255,.05); border-left: 1px solid rgba(0,0,0,.3); }

/* ==================== .FC-CROP-CENTER-IMG ==================== */
*[class*=fc-crop-center-img] { position: relative; z-index: 1; overflow: hidden; display: block; }
*[class*=fc-crop-center-img] > img { position: absolute; z-index: 0; max-width: initial; max-height: initial; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.fc-crop-center-img-h > img { height: 100%; width: auto; }
.fc-crop-center-img-v > img { height: auto; width: 100%; }

/* ==================== .FC-FIT-IMG ==================== */
.fc-fit-img { position: relative; display: block; text-align: center; }
.fc-fit-img > img { max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

/* ==================== OTHER FIXES ==================== */
.fc-transition { -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; }
.fc-float-remove { float: none; }
.fc-text-uppercase { text-transform: uppercase; }
.margin-bottom-35px { margin-bottom: 35px; }
.margin-bottom-25px { margin-bottom: 25px!important; }
.margin-bottom-20px { margin-bottom: 20px; }
.margin-bottom-10px { margin-bottom: 10px; }
.margin-top-35px { margin-top: 35px; }
.margin-top-25px { margin-top: 25px; }
.margin-top-20px { margin-top: 20px; }
.margin-top-15px { margin-top: 15px; }
.margin-top-10px { margin-top: 10px; }
.margin-right-25px { margin-right: 25px; }
.margin-left-25px { margin-left: 25px; }
.margin-left-10px { margin-left: 10px; }

@media (min-width: 768px) { .uk-grid-width-medium-1-1>* { width: 100%; } }
@media (min-width: 960px) { .uk-grid-width-large-1-1>* { width: 100%; } }

@media (min-width: 768px) { [class*=fc-push-], [class*=fc-pull-] { position: relative; } }
@media (min-width: 768px) and (max-width: 959px) {
	.fc-push-medium-1-4 { left: 25%; }
	.fc-pull-medium-2-4 { left: -50%; }
}
@media (min-width: 960px) {
	.fc-push-large-1-5 { left: 20%; }
	.fc-pull-large-3-5 { left: -60%; }
}

@media (min-width: 768px) and (max-width: 1219px) {}
@media (min-width: 960px) and (max-width: 1219px) {}
@media (min-width: 768px) and (max-width: 959px) {}