/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.slick-arrow .material-icons {
	font-size: 0;
}

.box.blogs .slick-arrow {
	top: 43%;
}
.hometab .slick-arrow {
    top: -86px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
.slick-arrow {
	position: absolute;
	top: 41%;
	font-size: 0;
	padding: 0;
	height: 30px;
	width: 30px;
	background: transparent;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.products:hover .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.slick-arrow.left {
	left: 25px;
	background: url(../../image/left.png) no-repeat scroll center 3px;
}

.slick-arrow.right {
	right: 25px;
	background: url(../../image/right.png) no-repeat scroll center 3px;
}

.slick-arrow.left:hover,
.slick-arrow.right:hover {
	background-position: center -126px;
}

.slik-arrows {
	position: absolute;
	top: 0;
	left: auto;
	right: 20%;
	width: 55px;
}

.slik-arrows .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}

.blogs .slick-arrow.left {
	left: 0;
	background: url(../../image/left-b.png) no-repeat scroll center 2px;
}

.blogs .slick-arrow.right {
	right: 0;
	background: url(../../image/right-b.png) no-repeat scroll center 2px;
}

.blogs .slick-arrow.left:hover,
.blogs .slick-arrow.right:hover {
	background-position: center -87px;
}

#image-additional-slider .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	height: 30px;
	width: 30px;
	top:40%;
}

#image-additional-slider .slick-arrow.left {
	left: 5px;
}

#image-additional-slider .slick-arrow.right {
	right: 5px;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots {
	padding-top: 15px;
	padding-left: 0;
}

.slick-dots li button {
	height: 10px;
	width: 10px;
	background: transparent;
	border: 2px solid #000;
	font-size: 0;
	line-height: 13px;
	padding: 0;
	margin: 0 3px;
	position: relative;
	cursor: pointer;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background: #e85123;
	border-color: #e85123;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.toggle-title .toggle-arrow {
	background: url("../../image/toggle-arrow.png") no-repeat scroll center 3px;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-top: -25px;
	overflow: hidden;
	padding: 0 0 10px;
	position: absolute;
	right: 0;
	width: 35px;
}

footer .toggle-title.open .toggle-arrow {
	background-position: center -50px;
}
@media (max-width: 1200px){
	.slik-arrows{
		right: 0;
	}
}
@media (max-width: 991px){
	.slik-arrows {
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    top: 50px;
	}
}