
body{ 
margin:0px; padding:0px; font-family: 'Raleway', sans-serif; font-size:14px; overflow-x: hidden;
}

a:hover{ text-decoration:none;}

header {
    background: #000;
    padding: 10px 0px 0px 0px;
}

.top-list {
    color: #fff;
	text-align:right;
	font-size:14px;
	margin-bottom:15px
}
.top-list ul.top-list-contact {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.top-list ul.top-list-contact li {
    display: inline-block;
}
.top-list ul.top-list-contact li a{ color:#fff;}
.top-list ul.top-list-cart {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.top-list ul.top-list-contact li a:hover {
    text-decoration: underline;
}
header .dropdown-menu {
/*  top: 43px; fix to stop dropdown menu issue */
    top: 100%;
    margin-top: 0;
    background-color: #ed7600;
}

header .dropdown-item:hover {
    color: #d26900;
}
header .dropdown-item {
    color: #ffffff;
  
}

.top-list ul.top-list-cart li {
    display: inline-block;
}
.top-list ul.top-list-cart li a {
	color:#fff;
	font-size:16px;
}
.top-list ul.social {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.top-list ul.social li {
    display: inline-block;
    margin: 0px 5px;
}
.top-list ul.social li a {
    color: #828280;
    font-size: 17px;
	transition: 0.5s;
}
.top-list ul.social li a:hover{ color:#fff;}
.top-list ul:last-child {
    border: none;
}
.top-list ul{
	padding: 0px 8px !important;
    border-right: solid 1px #828280;
}
.top_search input
{
	min-width: 190px;
    background: transparent;
    border: solid 1px #797979;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 12px;
}
.top_search a
{
	    position: absolute;
    right: 26px;
    top: 0px;
    font-size: 16px;
    color: #a6a6a6;
    font-weight: lighter;
}
.top_free_btn
{
	color: #fff;
    font-size: 13px;
    border: solid 1px #ed7600;
    padding: 7px 15px;
    border-radius: 25px;
    margin-right: 12px;
	transition: 0.5s;
}
.top_free_btn:hover {
    background: #ed7600;
    color: #fff;
}
.quote_btn
{
	color: #fff;
    font-size: 13px;
    border: solid 1px #ed7600;
    padding: 7px 15px;
    border-radius: 25px;
	transition: 0.5s;
	background:#ed7600;
    
}
.quote_btn:hover{ background:#fff; color:#ed7600}
.navbar-nav .nav-link{ color:#d9d9d9;}
.navbar-nav .nav-link:hover {
    color: #ed7600;
}
.navbar {
    margin-top: 13px;
	padding:0px;
}

.navbar-nav li.active a {
    border-bottom: solid 2px #ed7600;
}
.carousel-caption h1 {
    font-size: 50px;
	font-weight:bold;
	text-shadow: 2px 2px 4px #000;
}
.carousel-caption h3 {
    font-size: 30px;
	text-shadow: 2px 2px 4px #000;
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


.carousel-caption a
{
	background: #ed7600;
    font-size: 18px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
	transition: 0.5s;
}
.carousel-caption a:hover {
    background: #000;
}
.shadow_box .title {
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 500;
	margin-top: 12px;
}
.shadow_box {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
   padding: 15px;
    transition: 0.5s;
}
.shadow_box:hover{
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
     background: #ffffffab;
}
.experience .container{ max-width:850px; margin-top: -85px;}
section.product {
    padding: 70px 0px;
}
section.product .product_bx .roof {
    background: #3e3e3e;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
	 transition: 0.5s;
}
section.product .product_bx:hover .roof{ background:#ed7600;  transition: 0.5s;}
section.product .product_bx{ overflow:hidden;}
section.product .product_bx img
{
	 
transition: 0.5s;
}
section.product .product_bx img:hover
{
	  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	   transition: 0.5s;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}


.product_caption
{
	position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.product_caption h3
{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.section_title
{
	    margin: 0px 0px 50px 0px;
}
.section_title h1
{
	font-size: 40px;
    color: #3e3e3e;
    font-weight: bold;
    margin-bottom: 10px;
}
.section_title h4
{
	    font-size: 18px;
    color: #5c5c5c;
    margin-bottom: 0px;
}
.color_orange{ color:#ed7600}
section.about {
    padding: 20px 70px;
}
section.about h1 {
    font-size: 38px;
    font-weight: bold;
    color: #5c5c5c;
    margin-bottom: 35px;
	line-height: 50px;
	font-family: 'Roboto', sans-serif;

}
section.about .details
{
	padding: 0px 18% 0px 0px;
}
section.about p {
    font-size: 16px;
    line-height: 30px;
}
.read_more
{
	background: #ed7600;
    color: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 14px;
    display: inline-block;
    border-radius: 50px;
	transition: 0.5s;
}
.read_more:hover{ background:#000; color:#fff;}
section.instalation {
    background: #211f1e;
    padding: 50px 0px;
    margin: 50px 0px;
}
section.instalation h1 {
color: #ed7600;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
section.instalation h3
{
	color: #fff;
    font-size: 35px;
    line-height: 46px;
	margin-bottom:30px;
}
section.instalation ul
{
	margin:0px;
	padding: 0px 0px 0px 25px;
}
section.instalation ul li {
    color: #ed7600;
    font-size: 16px;
    font-weight: 500;
	line-height:35px;
}
.navbar {transition: 0.5s;}

section.resources {
    padding: 20px 0px 50px 0px;
}
.resources_bx
{
	border: solid 3px transparent;
    transition: 0.5s;
    padding: 10px;
}
.resources_bx:hover
{
		box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
	border: solid 3px #800001;
}
.resources_bx img{ border-radius:8px;}

.resources_bx .resources_bx_details {
    background: #fff;
    margin-top: -20px;
/*  z-index: 99999999999; */
    position: relative;
    max-width: 94%;
    margin: -40px auto;
    border-radius: 8px;
    padding: 15px;
	font-family: 'Roboto', sans-serif;

}

.resources_bx:hover a {
    color: #000;
}
.resources_bx .resources_bx_details .date{ margin:0px 0px 10px 0px; font-size:12px;}
.resources_bx .resources_bx_details h3
{
	font-size: 22px;
    color: #5c5c5c;
}
.resources_bx .resources_bx_details p
{
	margin-bottom: 10px;
    color: #666666;
}
.resources_bx .resources_bx_details a
{
	font-size:16px;
	color:#ed7600;
}
.resources_bx .resources_bx_details a:hover
{
	font-size:16px;
	color:#fff;
}
.resources_bx:hover .resources_bx_details h3, .resources_bx:hover .resources_bx_details p {
    color: #fff;
}
.resources_bx:hover .resources_bx_details {
    background: #670808;
    color: #fff;
}
section.testimonial
{
	background:url(/media/image/clint_bg.png) no-repeat center center; padding:40px 0px; margin:50px 0px;
}
section.testimonial h2 {
	text-align: center;
	position: relative;
	    font-size: 40px;
    color: #3e3e3e;
    font-weight: bold;
    margin-bottom: 10px;
}

section.testimonial .col-center {
	margin: 0 auto;
	float: none !important;
}
section.testimonial .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
section.testimonial .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
section.testimonial .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
section.testimonial .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
section.testimonial .carousel .testimonial {
	padding: 30px 0 10px;
	color: #333333;
    font-size: 16px;
}
section.testimonial .carousel .overview {	
	font-style: italic;
}
section.testimonial .carousel .overview b {
    color: #333333;
    font-weight: bold;
}
section.testimonial .carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
section.testimonial .carousel-control i {
    font-size: 30px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    
}
section.testimonial .carousel .carousel-indicators {
	bottom: -40px;
}
section.testimonial .carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
section.testimonial .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
section.testimonial .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
footer {
    background: #050400;
    padding: 20px 0px;
    color: #fff;
    margin-top: -20px;
    z-index: 0;
    padding-top: 60px;
}
footer ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}
footer ul li {
    line-height: 27px;
	color: #8e8e8e;;
}
footer h3 {
    font-size: 20px;
    margin-bottom: 25px;
}
footer ul li a{ color:#8e8e8e; transition: 0.5s;}
footer ul li a:hover{ color:#fff; transition: 0.3s; font-size:13px;}
footer ul.social li a{ font-size:25px;}
footer ul.social li { display:inline-block; margin-right:10px;}
footer ul.social li a:hover{ color:#fff;}
footer .form-control {
    border: solid 1px #cccccc;
    background: transparent;
    margin-bottom: 17px;
    border-radius: 2px;
    min-height: 45px;
}
footer .form-control:focus {
    background-color: transparent;
    border-color: #ed7600;
}
footer .read_more{ border-radius:0px; border: solid 1px #000;}
ul.footer_address li a:hover{ text-decoration:underline;}
footer .read_more:hover{ border:solid 1px #ed7600;}
.footer_copyright {
    background: #111111;
    padding: 10px 0px;
    color: #d5d5d5;
    font-size: 12px;
}
.footer_copyright p{ margin-bottom:5px;}
.footer_copyright a {
    color: #d5d5d5;
}
.footer_copyright a:hover{ color:#fff;}
section.newsletter .row {
    background: #ed7600;
    padding: 20px 0px;
/*    z-index: 999999999999;*/
    position: relative;
}
section.newsletter p
{
	color: #ffbf96;
    font-size: 20px;
    margin-bottom: 2px;
}
section.newsletter h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
section.newsletter input[type='text'] {
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    padding: 7px;
	outline:none;
}
section.newsletter input[type='submit'] {
    background: #fff;
    color: #e64532;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 8px 0px;
    font-weight: 600;
	cursor:pointer;
	 transition: 0.5s;
	 border: solid 1px transparent;
}
section.newsletter input[type='submit']:hover{ background:#ed7600; color:#fff;  transition: 0.5s; border: solid 1px #fff;} 
section.newsletter input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
section.newsletter input[type='text']::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
section.newsletter input[type='text']:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
section.newsletter input[type='text']:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.navbar-toggler-icon{ color:#fff;}
.navbar-toggler{ padding:0px; outline:none; margin-top:10px;}
.navbar-toggler:focus{ outline:none;}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item{ font-size:14px;}
@media (min-width: 990px)
{
.navbar-fix-top {
	transition: 0.4s;
    position: fixed;
    background: #fff;
    width: 100%; 
    top: 0px;
    z-index: 99;
    right: 0px;
    left: 0px;
    margin-top: 0px;
	    box-shadow: 0 0 8px hsl(0, 0%, 90%);

}
.navbar.navbar-fix-top .nav-link {
    color: #000000;
	font-weight:500;
}

}
@media (max-width: 1200px)
 {
	.product_caption h3{ font-size:18px;}
	section.about h1{ font-size:25px; line-height:normal; margin-bottom:15px;}
	section.about p {
    font-size: 14px;
    line-height: 24px;
}
section.testimonial h2{ font-size:30px;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px;
	font-size:13px;
}
section.newsletter h3 {
	font-size: 22px;
}
section.newsletter p{ font-size:16px;}
.carousel-caption h1{ font-size:35px;}
.carousel-caption h3{ font-size:20px;}
}
@media (min-width: 1200px)
{
.container {
    max-width: 1360px;
}
}
@media (min-width: 1250px)
{
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem;

}
}
@media (max-width: 850px)
{
	.product_caption h3{ font-size:16px;}
	.product_caption{ bottom:8px;} 
	section.product .product_bx .roof{ padding:5px 8px;; font-size:13px;}
	li.nav-item {
    line-height: 24px;
}
	.top-list{ text-align:center;}
	.logo img {
    max-width: 250px;
	margin-bottom:15px;
    text-align: center;
    
}
.logo {
    text-align: center;
}
.top_search input{ display:none;}
.top-slider .carousel-item img{ min-height:220px;}
.carousel-caption h1 {
    font-size: 16px;
}
.carousel-caption h3 {
    font-size: 13px;
}
.carousel-caption a{ display:none;}
.experience .container {
    margin-top: -36px;
}
.shadow_box {
    padding: 10px;
    margin-bottom: 16px;
}
.shadow_box img {
    max-width: 40px;
}
.section_title h1 {
    font-size: 25px;
}
section.product {
    padding: 30px 0px;
}

section.product .product_bx {
 
    margin-bottom: 20px;
}
section.about {
    padding:10px 0px;
}
section.about img{ margin-top:20px;}
section.instalation h1{ font-size:20px;}
section.instalation h3{ font-size:18px; line-height:normal; margin-top:15px;}
.resources_bx{ margin-bottom:60px;}
section.testimonial{ background-size:cover; margin:0px;}
section.newsletter .col-lg-5, section.newsletter .pl-0{ padding:0px 15px !important;}
footer .read_more{ display:block; text-align:center;}
}

section.electric {
    padding: 70px 70px 28px 70px;
}
.electric p{
    font-size: 16px;
    line-height: 30px;
}
section.tile {
    padding: 70px 70px 70px 70px;
    background-color: #eee;
}
section.literature {
    padding: 70px 0px 0 0;
}
.pdf:hover {
    background: #000;
    color: #fff;
}
.pdf {
    background: #fff;
    color: #000;
    padding: 9px 36px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 40px;
    transition: 0.5s;
    border: 1px solid #eee;
    margin-left: 32px;
    font-weight: 600;
    font-size: 19px;
}
.lit a{
        color: #ed7501;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
}
.lit{
    margin-top: 33px;
}
section.radiant{
       padding: 80px 70px 80px 70px;
    background-image: url(/media/image/slider1.png)
}
section.last{
    padding: 70px 70px 70px 70px;
}
.details p{
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 300;
   /* margin-top: 10px;*/
}
.details h5{
    color: #5c5c5c;
    margin: 16px 0px 16px 0px;
}
.check{
    margin: -23px 0 0 0;
}

@media screen and (max-width: 762px){
    section.electric{
padding: 35px 5px 35px 5px;
        font-size: 14px;
        line-height: 26px;
    }
    section.tile{
            padding: 40px 0 20px 0;
    }
    section.last{
        padding: 35px 5px 30px 5px;
    }
    .tickk.col-xl-1.col-sm-2.col-xs-2.col-md-1 img{
        display: none!important;
    }
    img.tick{
        display: none;
    }
    .system p{
        display: none;
    }
    iframe{
        width: 369px;
    height: 285px;
    }
    .col-md-12.col-sm-12.col-12.wow.fadeInUp.video{
         width: 369px;
    height: 285px;
    }
}


.slider{
	width: 640px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 320px; /*That helps bring the labels down*/
	
	margin: 100px auto;
	
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}


/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; top: 0;
	transition: all 0.5s;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 131px 0 0 18px;
	border: 3px solid #999;
	
	float: left;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 1;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*We are done :)*/
.snow{
        background: #eee;
        padding: 0px 50px 50px 50px;
}

.melt p{
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 300;
   /* margin-top: 10px;*/
}
.melt h5{
    color: #5c5c5c;
    margin: 16px 0px 16px 0px;
}
.melt{
    background: #fff;
    margin: 127px 0px 0 -57px;
    padding: 15px 20px 15px 20px;
    border-radius: 20px;
}
.clearzone{
        padding: 65px 10px 65px 10px;
}
.melting{
        background: #eee;
        padding: 0px 50px 50px 50px;
}
.snowmelt{
    background: #fff;
    margin: 127px 0px 0 -29px;
    padding: 15px 25px 15px 25px;
    border-radius: 20px;
}
.snowmelt h5{
    color: #5c5c5c;
    margin: 16px 0px 16px 0px;
}
.snowmelt p{
     font-size: 15px;
    color: #5c5c5c;
    font-weight: 300;
}
.ramp{
    padding: 50px 20px 20px 50px;
}
.Accessibility{
    padding: 50px 0;
    background: #eee;
}
.access{
    background: #fff;
       padding: 13px 30px 0 0px;
}
section.Accessibility .product_bx {
    overflow: hidden;
}
section.Accessibility .product_bx img {
    transition: 0.5s;
}
section.Accessibility .product_bx img:hover {
    transform: scale(1.2);
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.access p{
    font-size: 16px;
    line-height: 25px;
    color: #5c5c5c;
    font-weight: 300;
}
.caption h3 {
    font-size: 24px;
    font-weight: 500;
    /* margin-bottom: 0px; */
    text-align: center;
}
.caption{
position: absolute;
    bottom: 122px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.caption h3 a{
    color: #fff;
}
.caption h3 a:hover{
    color: #d26901;
}
.system{
        text-align: center;
    padding: 40px 0 30px 0;
}
.system p{
        font-size: 16px;
    line-height: 25px;
    color: #5c5c5c;
    font-weight: 300;
        padding: 0 250px 0 250px;
}
.slope{
    background: #eee;
    padding: 70px 20px 70px 20px;
}
.slope h1{
        font-size: 40px;
    color: #3e3e3e;
    font-weight: bold;
    margin-bottom: 10px;
}
.slope p{
        font-size: 16px;
    color: #5c5c5c;
    padding-left: 30px;
    font-weight: 300;
}
i.fa.fa-check-circle.circle{
        color: #444;
    margin-right: 4px;
    font-size: 27px;
}
.deicing h1{
    text-align: left;
}
.deicing p{
    text-align: left;
}
.deicing a{
        background: #ed7600;
    font-size: 18px;
    color: #fff;
    padding: 10px 60px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
    transition: 0.5s;
    text-align: left!important;
        margin-right: 447px;
}
p.wow.fadeInUp.roofde{
    margin-bottom: 0;
}
p.wow.fadeInUp.roofde i{
    margin-right: 5px;
}
.roofspec{
    margin-top: 22px;
}
.roofsys p{
    font-size: 16px;
}
.roof{
    padding: 0 20px 50px 50px;
}
.roofdeicing{
padding: 70px 20px 70px 20px;
}
.rooffre{
    background: #eee;
    padding: 70px 20px 70px 20px;
}
.rooffre h1{
        font-size: 40px;
    color: #3e3e3e;
    font-weight: bold;
    margin-bottom: 20px;
}
.rooffre p{
    font-size: 16px;
    color: #5c5c5c;
    /* padding-left: 30px; */
    font-weight: 300;
}
.rooffre h5{
    margin-bottom: 20px;
}
.counter a{
    background: #ed7600;
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
    transition: 0.5s;
    margin-bottom: 30px;
    margin-left: 85px;
}
.counter h3{
    text-align: center;
}
.counter img{
        display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
        padding-top: 15px;
}
.counter{
    border: 1px solid #eee;
       
}
.countertop{
        padding: 10px 70px 80px 70px;
}
.counter p{
    margin-bottom: 8px;
}
.counter h5{
        margin-bottom: 15px;
    margin-top: 15px;
}
@media (max-width: 950px)
.filters {
    width: 30%;
}
.filters {
    float: left;
    width: 25%;
    background: #eee;
}
.filters .filter-block {
    width: 95%;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 15px;
}
.filters .filter-block .filter {
/*    background-color: white;*/
    padding: 5px;
    border-bottom: 1px solid #4e4b4b70;
        font-size: 18px;
    font-weight: 600;
}
.filters .filter-block .property {
    padding: 5px;
    cursor: pointer;
}
.filters .filter-block .property span {
    width: 80%;
    display: inline-block;
    overflow: hidden;
}
.filters .filter-block .property input[type='checkbox'] {
    float: right;
}
.towel{
        padding: 70px 70px 28px 70px;
}
.tow{
    float: left;
    max-width: 277px;
    margin-bottom: 10px;
}
.models h1{
    margin-left: 15px;
}
.models a {
    background: #ed7600;
    font-size: 15px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: 0.5s;
    margin-bottom: 30px;
}
.models a:hover{
    background: #f7f5f5;
    color: #1d1515;
}
.twarmer{
    background-image: url(../images/tban.jpg);
        padding: 50px 50px 50px 50px;
    margin: 50px 0px;
    background-size: contain;
}
.twarmer h1{
    color: #fff;
}
.twarmer p{
   color: #fff;
    background: #000;
    border-radius: 4px;
    padding: 25px 25px 25px 25px;
    text-align: justify;
    font-size: 16px;
}
.deicing a:hover{
    background: #f7f5f5;
    color: #1d1515;
}
.rooffre a{
    color: #000;
}
.roofhov{
    transition: all .2s ease-in-out;
}
.roofhov:hover {
        transform: scale(1.1);
}
.twarmer img{
    box-shadow:10px 10px 10px #000;
}
.shower{
    padding: 50px 20px 50px 50px;
}
.showersys h3{
    font-size: 38px;
    color: #3e3e3e;
    font-weight: bold;
}
.showersys p{
    margin-bottom: 10px;
}
.showersys a{
    font-size: 20px;
    color: #444;
   padding: 20px 40px 20px 40px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid #cecdcd;
}
.showersys a:hover{
    background: #ed7501;
    color: #fff;
}
.board{
        padding: 70px 40px 70px 40px;
    background: #eee;
}
.mb-0{
    background: #eee;
}
.product-grid-filter #product-grid-filters .col-thumbnail .thumbnail {
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
    top: .5rem;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
}
.product-grid-filter .filter-swatch.brushed-stainless-steel {
    background-image: url(https://www.warmzone.com/media/image/modern-towel-warmer-3.jpg);
}
.product-grid-filter #product-grid-filters .col-thumbnail .filter-thumbnail {
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}
.filter-thumbnail.position-relative.d-flex.align-items-center.justify-content-center.mb-2{
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
     background-image: url(https://www.warmzone.com/media/image/modern-towel-warmer-3.jpg);
     border: 1px solid #d8d8d8;
       padding-top: 66px;
    margin-top: 15px;
}
.filter-thumbnail.position-relative.d-flex.align-items-center.justify-content-center.mb-2:hover{
     border: 1px solid #ed7501;
}

.default404 {
	padding-top: 60px;
	padding-left: 20px;
	height: 500px;
	background-color: white;
}	

.default404.row {
  display: flex;
}

/* Create three equal columns that sits next to each other */
.default404.col {
//  flex: 60%;
  padding: 5px;
}
.default404 .message {
	padding-left: 30px;
	font-size: 30px;
}

.footer_copyright .container {
    padding-bottom: 100px;
}

#cookie-notice {
    margin-bottom: 50px;
}
