

/********************************************************
			CapricaThemes Custom Styles
********************************************************/
.ct-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/capricathemes/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  width: 100%;
  top: 35%;
  direction: ltr !important;
}
.lastest_block .customNavigation {
    top: 30%;
}
.customNavigation a {
    font-size: 0px;
    position: absolute;
    font-weight: 300;
    width: 25px;
    height: 20px;
    line-height: 26px;
    padding: 0px;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    transition: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: url(../img/capricathemes/arrow.png) no-repeat 0 0;
}

.customNavigation a:hover{
  border-color: #262626;
}
.customNavigation a:hover:before{ color: #262626; }

.customNavigation a.prev {
  left: -30px;
  background-position: center -5px;
}

.customNavigation a.next {
  right: -30px;
  background-position: center -98px;
}

.customNavigation a.prev:hover{
  background-position: center -56px;
}

.customNavigation a.next:hover{
   background-position: center -135px;
}
@media (max-width: 1500px) {
	.customNavigation a.prev{
		left: -15px;
	}
	.customNavigation a.next {
		right: -15px;
	}
}

@media (max-width: 991px) {
	.customNavigation a.prev{
		left: -0px;
	}
	.customNavigation a.next {
		right: -0px;
	}
}
#ctleftbanner ul,
#ctrightbanner ul {
    margin-bottom: 25px;
}
#ctleftbanner img,
#ctrightbanner img{
	max-width: 100%;
}	
#ctleftbanner li, #ctrightbanner li {
    display: inline-block;
}
#ctleftbanner li a, #ctrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#ctleftbanner li a:before, #ctrightbanner li a:before,
#ctleftbanner li a:after, #ctrightbanner li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.6s ease-out 0s;
}

#ctleftbanner li:hover a:before, #ctrightbanner li:hover a:before {
    background: rgba(255, 255, 255, 0.22);
    left: 50%;
    right: 50%; 
}
#ctleftbanner li:hover a:after, #ctrightbanner li:hover a:after {
    background: rgba(255, 255, 255, 0.22);
    bottom: 50%;
    top: 50%;
}

.top_button {
    bottom: 20px;
    cursor: pointer;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    z-index: 99;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #4f9733;
    background: -moz-linear-gradient(top,#498a2f 0%,#4f9733 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#498a2f),color-stop(100%,#4f9733));
    background: -webkit-linear-gradient(top,#498a2f 0%,#4f9733 100%);
    background: -o-linear-gradient(top,#498a2f 0%,#4f9733 100%);
    background: -ms-linear-gradient(top,#498a2f 0%,#4f9733 100%);
    background: linear-gradient(to bottom,#498a2f 0%,#4f9733 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#498a2f',endColorstr='#4f9733',GradientType=0);
}
.top_button:hover {
    color: #ffffff;
}
.top_button:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 26px;
    padding-left: 1px;
}
.top_button:after {
    border: 2px solid #4f9733;
    border-radius: 50%;
    bottom: 18px;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 18px;
    width: 0;
}
.top_button:hover::after {
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    transition: all 400ms ease-in-out 0s;
    width: 50px;
}
/* Flexslider */

.spinner {
    background: url(../img/capricathemes/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}
