[data-cattype="84001"].wrapper_middle {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 80px 0px 20px 0px;
	background-attachment: fixed !important;
}


[data-cattype="84001"] .content{
    padding:  0;
}

[data-cattype="84001"] .wrapper_slider{
    position: relative;
    width: 1300px;
    max-width: 100%;
    margin: 50px auto;
}
[data-cattype="84001"] #owl-slider .owl-item { text-align: center; }
[data-cattype="84001"] #owl-slider .owl-item .item{
    width: 350px;
    padding: 0;
    text-align: left;
    display: inline-block;
}
[data-cattype="84001"] #owl-slider .owl-item .item h4 {
	margin-top: 20px;
	color: #000;
	text-align: center;
}

[data-cattype="84001"] #owl-slider a{
	text-decoration: none;
}

[data-cattype="84001"] #owl-slider .item .wrapper_image{
    width: 350px;
    height: auto;
}

[data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div {
	position: absolute;
	left: -170px;
	top: 25%;
	background: none;
	opacity: 1;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

[data-cattype="84001"] h2{
    font-family: 'Montserrat-Bold';
}


[data-cattype="84001"] .owl-prev:hover, [data-cattype="84001"] .owl-next:hover {
	opacity: 0.5 !important;
    transition: 0.3s;
}


[data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: -160px;
}
[data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.disabled{ display: none; }


[data-cattype="84001"] .wrapper_image {
    background-color: #ed3668;
}

[data-cattype="84001"] .item img:hover {
	opacity: 0.7;
	cursor: pointer;
	transition: 0.3s;
}


a:hover > h4 {
	color: #ed3668 !important;
    cursor: pointer;
	transition: 0.3s;
}



@media screen and (max-width: 1200px) {
    [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-prev{
        left: -30px;
    }
    [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-next{
        right: -30px;
    }
}


@media screen and (max-width: 767px) {
  
}




/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="84001"].wrapper_middle {
	padding: 50px 0px 20px 0px;
    }
    
    [data-cattype="84001"] .wrapper_slider {
	margin: 25px auto;
    }
    
    [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-prev {
	left: -10px;
    }
    
    [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-next {
	right: -10px;
    }
    
}


