@import url(../../../../themes/Custom%20Theme/js/owl-carousel/owl.carousel.min.css);

/* owl ----------------------------------------------- */


#owl-home .h3 {color: #fff;}


#owl-home .item {width: 60%; margin: 0 20%;}

@media (min-width: 480px) {#owl-home .item {margin: 0 10px; width: auto;}}

#owl-home .item img {width: auto; max-width: 100%;}


.customNavigation {
	height: 100%;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a {
	padding-top: 55%;
	height: 100%; 
	width: 20%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 50px;
	border-radius: 0;
	text-align: left;
	
	
	background: rgba(0,0,0,0.8); 
	
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
	
}
.customNavigation a:hover {color: #e04040;}

@media (min-width: 480px) {.customNavigation a {padding-top: 18%; font-size: 140px; width: 33.333%;}}
@media (min-width: 1200px) {.customNavigation a {padding-top: 10%; width: 40%;}}


.customNavigation a.next {left: auto; right: 0; text-align: right;
	background: rgba(0,0,0,0.8); 

background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}


.customNavigation a i {}
