no

/********************************************************
			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;
}

.homeblog-latest .customNavigation {
	top: 42%;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: 32%;
  direction: ltr !important;
}
.customNavigation a {
  font-size: 0;
  position: absolute;
  padding: 0;
  color: #888888;
  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;
  	background: rgba(0, 0, 0, 0) url(../img/codezeel/slider-arrow.png) no-repeat scroll 0 0;
	width: 18px;
	height: 36px;
}

.customNavigation a:hover{

}
.customNavigation a:hover:before{ color: #262626; }

.customNavigation a.prev {
  left: -30px;
  background-position: 1px 2px;
}
.customNavigation a.next {
  right: -30px;
  background-position: -56px 2px;
}
.customNavigation a.prev:hover{
	background-position: 1px -35px;
}
.customNavigation a.next:hover{
	 background-position: -56px -35px;
}
@media (max-width: 1350px) {
	.customNavigation a.prev{
		left: 0px;
	}
	.customNavigation a.next {
		right: 0px;
	}
}

/*@media (max-width: 991px) {
	.customNavigation a.prev{
		left: 0px;
	}
	.customNavigation a.next {
		right: -10px;
	}
}
/*
@media (max-width: 1199px) and (min-width: 768px){
	.customNavigation a.prev {
		left: -20px;
	}
	.customNavigation a.next {
		right: -20px;
	}
}
@media (max-width: 767px) {
	.customNavigation a.prev {
		left: 0px;
	}
	.customNavigation a.next {
		right: 0px;
	}
	#main .images-container .js-qv-mask {}
}

.customNavigation a:before{
    font-size: 45px;
    font-family: "FontAwesome";
    color: #888888;
}
.customNavigation a.prev:before {
  content: "\f104";
}
.customNavigation a.next:before {
  content: "\f105";
}
*/

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
	/*margin-bottom: 15px;*/
}	

#czleftbanner ul {
    margin-bottom: 30px;
}

#czleftbanner ul li.czleftbanner-container{
	position:relative;
	overflow:hidden;
	vertical-align:middle;
	display: inline-block;
}

#czleftbanner .czleftbanner-container a:before{
	background: rgba(255, 255, 255, 0.18);
    bottom: 0;
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#czleftbanner .czleftbanner-container a:after{
	background: rgba(255, 255, 255, 0.18);
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    top: 50%;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#czleftbanner .czleftbanner-container a:hover:before{
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
#czleftbanner .czleftbanner-container a:hover:after{
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}


.top_button {
	background: url(../img/codezeel/top-icon.png) no-repeat scroll 0 0;
    bottom: 20px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    width: 58px;
    height: 52px;
    text-align: center;
    z-index: 99;
}

/* Flexslider */

#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;	
}
@media (max-width: 1399px) {

}
@media (max-width: 1230px) {

}
@media (max-width: 1199px) {
	#index .spinner {min-height: 483px;}
}
@media (max-width: 991px) {
	#index .spinner {min-height: 360px;}
}
@media (max-width: 767px) {
	#index .spinner {min-height: 347px;}
}
@media (max-width: 479x) {
	#index .spinner {min-height: 180px;}
}


.header-top .menu .sub-menu {
    width: 300px !important;
}


#header .header-nav {
    background: #ba1c15 !important;

}

.top-menu a[data-depth="0"]:hover {
    color: #ba1c15;
}

.header-top .menu .sub-menu {
    border-top: 2px solid #ba1c15;
}

.header-top .top-menu .sub-menu li > a.dropdown-submenu {
    color: #ba1c15;
}

#czservicecmsblock .service_container .service-area .service-fourth:after {
    border-right: 2px dashed #ba1c15 !important;
    border-left: 2px dashed #ba1c15 !important;

}

#czservicecmsblock .service_container .service-area .service-fourth:before {
    border-top: 2px dashed #ba1c15 !important;
    border-bottom: 2px dashed #ba1c15 !important;

}


.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #ba1c15 !important;

}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #ba1c15 !important;

}

#header .blockcart .blockcart-header>a.shopping-cart .cart-products-count.mobile_count {
    background: #ba1c15 !important;
}














#cztestimonialcmsblock {
    background: url(https://www.patinsport.com/modules/cz_testimonialcmsblock/views/img/parallax-bg.jpg);
}


#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .des {
    font: 400 20px/26px 'Open Sans', sans-serif !important;
    background-color: #0000009e !important;
    margin-top: 132px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .des {
        padding: 10px 30px 20px 30px !important;
}


#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .des:before {
    background: none !important;
}

.testimonial-image {
   opacity: 0 !important;
}
.quote-image {
    display: none !important;
}

.parallax.czparallax_1 {
    background: none !important;
}





span.news1 {
    opacity: 0;
}

.newsletter-form {
   display: none !important;
}

.block_newsletter .newsletter-detail .title {
    opacity: 0 !important;
}

.block_newsletter .newsletter-detail .newsletter-message {
    margin-top: 120px !important;
    padding: 10px 30px !important;
    background-color: #0000009e !important;
    font-size: 20px !important;
}
.block_newsletter .newsletter-detail {
    width: 100% !important;
}
.block_newsletter {
    padding: 50px 70px 3px 70px !important;
}













.top-menu .collapse {
   
}
/*  display: none !important; */

.collapse ul li:hover .collapse ul {
display: block;
visibility: visible;
transition: visibility 300ms ease-in-out,opacity 300ms ease-in-out;
}

.collapse ul li .collapse ul, .popover .top-menu .category .collapse .top-menu .category .collapse ul li {
visibility: hidden;
display: none;
}








.collapse ul li .collapse ul li .collapse ul .category a.dropdown-item {
    padding: 5px 10px 5px 5px;
}


.popover .top-menu .category .collapse .top-menu .category:hover .collapse ul li {
  visibility: visible;
  transition: visibility 300ms ease-in-out,opacity 300ms ease-in-out;
  display: block;
}




























.popover .top-menu li:hover .collapse ul {
    background: #f6f6f6;
    position: absolute;
    margin-left: 100px;
    min-width: 110px;
    margin-top: -38px !important;
    padding: 0px 0px 5px 0px;
    z-index: 15;
}
.popover .top-menu li:hover .collapse ul li .collapse ul {
        margin-top: -29px !important;
    padding: 0px;
}

.popover .top-menu li:hover .collapse ul li .collapse ul li .collapse ul {
    margin-top: -27px;
}





.popover .top-menu li:hover .collapse ul li {
    padding-left: 10px;

}

.header-top .menu .sub-menu {
    overflow: visible !important;
}



















.top-menu .sub-menu a:hover {
    color: #ba1c15;
    text-decoration: none;
    background: #fff;
    padding: 5px;
}


.top-menu .sub-menu a {
    padding: 5px;
}






div#subcategories {
    display: none !important;
}


.top_button {
display: none !important;
}
