

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-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/codezeel/grabbing.png") 8 8, move;
}
 

.customNavigation {
    position: absolute;
    z-index: 959;
    width: 100%;
    top: -38px;
    direction: ltr !important;
    right: 10px;
}
.customNavigation a {
	border: 1px solid #ffc02e;
	background-color: #ffc02e;
	font-size: 0;
	position: absolute;
	font-weight: 300;
	height: 30px;
	width: 30px;
	line-height: 26px;
	padding: 0;
	color: #000000;
	cursor: pointer;
	overflow: hidden;
	-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;
}

.customNavigation a:hover,.customNavigation a.active{
    border: 1px solid #000000;
    background-color: #000000;
}

.customNavigation a:hover{
}
.customNavigation a.prev {
  right: 31px;
}
.customNavigation a.next {
  	right: 0px;
}

@media (max-width: 1300px) {
	.customNavigation a.prev {
	
	}
	.customNavigation a.next {
		
	}
}
@media (max-width: 1199px) and (min-width: 768px){
	.customNavigation a.prev {
	
	}
	.customNavigation a.next {

	}
}
@media (max-width: 767px) {
	.customNavigation a.prev {
		
	}
	.customNavigation a.next {
		
	}
	#main .images-container .js-qv-mask {}
}

.customNavigation a:before{
    font-size: 20px;
    font-family: "FontAwesome";
    color: #ffffff;
}
.customNavigation a.prev:before {
  content: "\f104";
}
.customNavigation a.next:before {
  content: "\f105";
}
.nivo-directionNav .nivo-prevNav {
    cursor: url(../img/codezeel/slide-prev.png),pointer;
    left: 5px;
    font-size: 0;
}
.nivo-directionNav .nivo-nextNav {
	cursor: url(../img/codezeel/slide-next.png),pointer;
    right: 5px;
    font-size: 0;
    text-align: right;
}
#czleftbanner,
#czrightbanner{
	background: #fff;;
	padding: 0px;
    margin-bottom: 25px;
}
#czleftbanner ul, 
#czrightbanner ul {
	margin: 0px;
}
#czleftbanner .czleftbanner-container img,
#czleftbanner .czleftbanner-container img{
	max-width: 100%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
	background: #ffc02e;
    border: 1px solid #fff;
    bottom: 36px;
    cursor: pointer;
    height: 38px;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 99;
}
.top_button:hover{ background: #000000; }
.top_button:before{
	color: #fff;
    content: "\f102";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 500;
}

#czleftbanner .czleftbanner-container a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#czleftbanner .czleftbanner-container a:before{
    background-color: #242424;
    opacity: 0.1;
    filter: alpha(opacity=10);
    top: 0;
    left: 0;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#czleftbanner .czleftbanner-container a:after{
    background-color: #242424;
    opacity: 0.1;
    filter: alpha(opacity=10);
    bottom: 0;
    right: 0;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#czleftbanner .czleftbanner-container a:hover:before, 
#czleftbanner .czleftbanner-container a:hover:after {
	height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#header{background: url(../img/codezeel/header-bkg.jpg) no-repeat top center #242424;}
#footer {
	background: #242424;
}

/* Flexslider */

#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #f7f7f7;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;	
}


.breadcrumb {
    background: url(../img/codezeel/breadcumb.jpg) no-repeat scroll center center #f7f7f7;;
}
