/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-main-wrap .owl-theme--arrows .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    opacity: 1;
    transition: opacity .2s ease-out;
}
.owl-main-wrap .owl-theme--arrows .owl-controls .owl-buttons div:hover {
    opacity: 0.8;
}
.owl-theme--arrows .owl-controls .owl-buttons .owl-prev {
    left: 60px;
    background: url("owl-prev.svg") no-repeat;
}

.owl-theme--arrows .owl-controls .owl-buttons .owl-next {
    right: 60px;
    background: url("owl-next.svg") no-repeat;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

/* Styling Pagination*/

.owl-theme .owl-pagination {
    position: absolute;
    right: 60px;
    bottom: 65px;
    left: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.owl-theme .owl-controls .owl-page {}
.owl-theme .owl-controls .owl-page span {
    position: relative;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	border-radius: 50%;
    background-color: #F2F6F6;
    transition: background-color .2s ease-out;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #AA744F;
}
.owl-theme .owl-controls .owl-page span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* component fix*/
.owl-main-wrap {
    position: relative;
}
.owl-main-wrap__inner {
    padding: 0;
}
.owl-carousel__item-link {
    display: block;
}
.owl-main-wrap .owl-theme--responsive .adaptive-img {
    display: block;
    max-width: 100%;
    height: auto;
}
.owl-main-wrap .owl-theme--center .adaptive-img {
    margin: 0 auto;
}
.owl-carousel__item-descr {
    position: absolute;
    bottom: 138px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
}
.owl-carousel__descr-inner {
    max-width: 610px;
}
.owl-carousel__item-name {
    font-size: 16px;
    line-height: 1.2;
}
.owl-carousel__item-name-val {
    display: inline-block;
    vertical-align: top;
    padding: 3px 8px;
    background: #AA744F;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #fff;
}
.owl-carousel__item-preview {
    padding: 22px 40px 19px;
    text-transform: uppercase;
    background-color: rgba(0,81,86,.8);
    font-family: 'Yeseva One', sans-serif;
    font-size: 40px;
    line-height: 1.217;
    color: #ffffff;
}
.owl-carousel__item-preview h1,
.owl-carousel__item-preview .b-title-h1 {
    margin: 0;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.8em;
    line-height: 1.217;
    color: #ffffff;
}
.owl-carousel__object-item {
    position: relative;
}
.owl-carousel__object-item__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.owl-carousel__object-item figure {
    display: block;
}
.owl-dev-link {
    display: block;
    color: rgba(126, 126, 126, 0.7);
    font-size: 10px;
    text-decoration: none;
    text-align: right;
}
.owl-main-wrap:hover .owl-dev-link:hover {
    color: rgba(141, 173, 255, 1);
    text-decoration: underline;
}

/* media query */
@media (min-width:1240px) {
    /*-----------------------*/
    .owl-theme .owl-pagination {
        display: none;
    }
    /*-----------------------*/
}
/*---------------------------*/
@media (min-width:1240px) and (max-width:1799px) {
    /*-----------------------*/
    .owl-carousel__item-descr {
        padding: 0 130px;
    }
    /*-----------------------*/
    .owl-theme--arrows .owl-controls .owl-buttons .owl-prev {
        left: 30px;
    }
    .owl-theme--arrows .owl-controls .owl-buttons .owl-next {
        right: 30px;
    }
    /*-----------------------*/
    /*-----------------------*/
    /*-----------------------*/
}
/*---------------------------*/
/*SCREENS*/

/*tablet*/
@media (min-width:768px) and (max-width:1239px) {
    /*--------------------*/
    .owl-carousel__item-preview,
    .owl-carousel__item-preview h1,
    .owl-carousel__item-preview .b-title-h1 {
        /* font-size: 46px;
        line-height: 1.15; */
    }
    .owl-carousel__item-descr {
        bottom: 125px;
        padding: 0 90px;
    }
    /*--------------------*/
    .owl-main-wrap .owl-theme--arrows .owl-controls .owl-buttons {
        display: none;
    }
    /*--------------------*/
    .owl-theme .owl-pagination {
        bottom: 83px;
    }
    /*--------------------*/
    /*--------------------*/
    /*--------------------*/
    /*--------------------*/
}
@media (max-width:767px) {
    /*--------------------*/
    .owl-theme .owl-buttons {
        display: none;
    }
    .owl-theme .owl-pagination {
        bottom: 15px;
    }
    /*--------------------*/
    .owl-carousel__item-descr {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: -25px;
        -webkit-transform: none;
        transform: none;
    }
    .owl-carousel__item-name-val {
        width: 100%;
        padding: 3px 8px 4px 8px;
        font-size: 14px;
        line-height: 1.286;
    }
    .owl-carousel__item-preview {
        padding: 15px 15px 35px;
    }
    .owl-carousel__item-preview,
    .owl-carousel__item-preview h1,
    .owl-carousel__item-preview .b-title-h1 {
        background-color: rgba(0,81,86,1);
        /* font-size: 26px;
        line-height: 1.154; */
        color: #fff;
    }
    /*--------------------*/
    .owl-carosel--one-item .owl-carousel__item-preview {
        padding-bottom: 14px;
    }
    /*--------------------*/
}
/*------------------------*/
@media (min-width:425px) and (max-width:767px) {
    /*--------------------*/
    /*--------------------*/
    /*--------------------*/
    /*--------------------*/
    /*--------------------*/
    /*--------------------*/
}
/*------------------------*/
/*------------------------*/
/*small_screen_pc*/
@media screen and (min-width: 768px)  and (max-width: 991px) {
    .menu-top {  margin-top: -20px;  }
    .menu_fix{font-size: 9px!important;}
    .menu-fon {height: 55px;}
}



/*small_screen_pc*/

@media screen and (min-width: 992px)  and (max-width: 1199px) {
    .menu_fix{font-size: 9px!important;}

}

@media screen and (min-width: 1200px)  and (max-width: 1279px) {
    .menu_fix{font-size: 12px!important;}

}
