/*
Theme Name: Ecoheat
Text Domain: ecoheat
Version: 1.0
*/
:root {
  --t-green: #92c500;
  --t-light-green: #c1d72d;  
  --t-dark-green: #6f9600 ;
  
 /*
 #6f9600  light-green
 #92c500  dark-green
 
 

 */
}

html {
	font-size:16px;
}
body {
  font-family: 'Roboto', sans-serif; 
  color:#444;
  line-height:1.4;
  /*
  font-size:14px;
  */
}

/*-- preloade --*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #FF723A;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--  / preloade --*/
.filter-loader {
	/*
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  cursor: pointer;
  */
}

@media (min-width: 1200px) {.container {max-width: 1200px; } }

a, a:link, a:visited, a:active {
    text-decoration: none;
	outline: none;
	/*
	color: #CA2026;
	color: #47aa42;
	*/
	
	color: var(--t-dark-green);
	
}
a:hover {
   color: #858585;
}
a.text {
   color: #979797;
}

.bg-dark {
  background-color: #00283a !important;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.brand_logo {
	width:200px; 
	position: absolute; 
	top:0; 
	left:0; 
	z-index:100;
	display: block;
}
.brand_logo.front_logo {
	width:33%; 
	/*
	position: relative; 
	margin:0 auto;
	*/
}
/*
position: absolute; top:0; left:-20px; z-index:100;
*/
.page-title 	{
	margin-bottom: 1.5rem;
	color: #152732;
}
.page-title h1 {
	text-transform: uppercase;
	font-size: 2rem;	 
	text-align: center;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.72);
}
article h2 {
	color: #858585;
	display:block;
	border-left: 6px solid #CA2026;
	font-weight: normal;
	margin-bottom: 1.5rem;
	
	font-size:3rem;
	font-family: 'Roboto Condensed', sans-serif;	
	line-height:2.5rem;
	padding: 0 0 0 .5rem;
	letter-spacing:-2px;
}
h1.front {
	font-weight:400;
	font-size: 1.75rem;
}
h4.front {
	color: #CA2026;
	font-weight:400;
	text-transform: uppercase;
	font-size: 1.4rem;	
}
article.front {
	font-size: .875rem;	
}
article ul {
list-style-type: square;
}
article ul li::marker {
  color: var(--t-dark-green);
}

dd, dt {
	margin-bottom: .5rem;
	line-height: 1;
}

/**/
.page-item.active .page-link {
    background-color: #CA2026;
    border-color: #CA2026;
}
.page-link:hover {
      color:  #979797 !important;
}
.page-link:focus {
  border-color: #CA2026;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/**/

/*
Flip card
*/
.card-flip {
  background: none;
  border: none;
  padding: 0;
}
/*
.card-flip img {
	min-height: 400px;
	width:auto;
}
*/
.card-title.display-6 {
font-size: 2.5rem;
font-weight: 300;
line-height: 1;
}
.card-flip .card .card-footer {
	background-color: #FFF;
	border-top: none;
}
.card-flip .card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
}
.card-flip .card:first-of-type {
  tranform: rotateY(0deg);
}
.card-flip .card:last-of-type {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  display: flex;
}
.card-flip:hover .card:first-of-type {
  transform: rotateY(-180deg);
}
.card-flip:hover .card:last-of-type {
  transform: rotateY(0deg);
}

/**/
.card-columns {
    column-count: 2;
	column-gap: 2rem;
  }



.black-title-front {
	font-size: 1.4rem;	
	color: #FFF;
	background: #000;
		background: #4F4F4F;
	padding: 0 1rem;
}

.breadcrumb {
	color: #858585;
	margin-bottom: 0;

}

.header  {
	background: #F3F2F2;
}
.footer {color: #fff;}
.footer h6 {
  border-bottom: 2px solid var(--t-light-green);
  text-transform: uppercase;
  font-size: .8125rem;
  padding-bottom: .5rem;
  color: #FFF;
}
.header .iconify,.footer .iconify{
	color:  #979797;
	font-size: 2rem;
}
a .iconify:hover {
	color:  #CA2026;
}
.navbar-text:hover a .iconify {
	color: var(--t-light-green);
}

/*
.top-line {
	border-top: 2px solid #CA2026;	
}
.phone {
	font-size: 1.25rem;		
}
*/

.footer p {
	font-size: .75rem;;	
			font-size: .875rem;	
}



.nav-item {
	text-transform: uppercase;
	font-size: .875rem;	
	font-weight: 500;
}
.nav-fill .nav-item {
    text-align: left;
}
.navbar-nav .nav-item .nav-link {
	color: #FFF;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-expand-md .navbar-nav .home-link .nav-link,
.navbar-expand-lg .navbar-nav .home-link .nav-link {
    padding-left: 0;
}
.navbar-nav .nav-item.active .nav-link   {
	color: var(--t-light-green);
	 
}
.dropdown-menu {
padding: 0;
margin: 0;
border-radius:0;
background: rgba(255, 255, 255, .9);
}
.dropdown-menu .dropdown-item {
	color: #383838;
	text-transform: none;
	font-weight: 400;
}
.dropdown-menu li:first-child .dropdown-item {
padding-top: 0.5rem ;	
}
.dropdown-menu li:last-child .dropdown-item {
padding-bottom: 0.5rem ;	
}
.dropdown-item:focus, .dropdown-item:hover {
	color: var(--t-dark-green);
	background-color: #f5f5f5;
}



nav {
	/*
		border-bottom: 2px solid #CA2026;
		*/
		border-bottom: 2px solid  var(--t-green);
		
		/* #d2b4de
	background-color: rgb( 210, 180, 222, 0%); 
	*/
}

nav.fixed-top {
	border-bottom: 2px solid  var(--t-light-green);
	/*
	background-color: rgb( 210, 180, 222, 0%);
	    background-color:  rgb(  214, 234, 248 , 90% );
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
	*/
	}
/*
text-indent: -9999px;
.nav-item.home {font-size: 1rem;
  line-height: 1;
  font-weight: bolder;}
.nav-item.home .nav-link {padding-left:0;}
*/
.nav-item.home .nav-link {
	padding-left:0;
	visibility:hidden;
	
}
.nav-item.home .nav-link:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 19h3v-6h6v6h3v-9l-6-4.5L6 10zm-2 2V9l8-6l8 6v12h-7v-6h-2v6zm8-8.75'/%3E%3C/svg%3E");
	visibility:visible;
	}
.nav-item.home.active .nav-link:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 24 24'%3E%3Cpath fill='%23c1d72d' d='M6 19h3v-6h6v6h3v-9l-6-4.5L6 10zm-2 2V9l8-6l8 6v12h-7v-6h-2v6zm8-8.75'/%3E%3C/svg%3E");
	visibility:visible;
	}	
.nav-item.home .nav-link:hover::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 24 24'%3E%3Cpath fill='%23ccc' d='M6 19h3v-6h6v6h3v-9l-6-4.5L6 10zm-2 2V9l8-6l8 6v12h-7v-6h-2v6zm8-8.75'/%3E%3C/svg%3E");
   
}	




/**/
.input-group {
	border-top: 2px solid #CA2026;
	padding:0;
}
.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
.form-control::placeholder {
  color: #C4C4C4;
}
.cblist input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.cblist input[type="checkbox"] + span {
	background:  url('https://api.iconify.design/carbon-radio-button.svg?color=%23CA2026') no-repeat 0 0 / contain;
    padding-left: 30px;
	display:inline-block;
}
.cblist input[type="checkbox"]:checked + span {
    background:  url('https://api.iconify.design/carbon-radio-button-checked.svg?color=%23CA2026') no-repeat 0 0 / contain;
}

#searchsubmit .iconify {
		font-size: 1rem;
}
/**/


/**/
.carousel-indicators li {
    background-color: #CA2026;
	opacity: 1;
}
.carousel-indicators .active{
    background-color: #fff;
}
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
/**/
#multiCarousel .carousel-inner .carousel-item.active,#multiCarousel .carousel-inner .carousel-item-next, #multiCarousel .carousel-inner .carousel-item-prev{display:flex}
#multiCarousel.carousel-inner .carousel-item-right.active, #multiCarousel .carousel-inner .carousel-item-next{transform:translateX(25%)}
#multiCarousel.carousel-inner .carousel-item-left.active, #multiCarousel .carousel-inner .carousel-item-prev{transform:translateX(-25%)}
#multiCarousel.carousel-inner .carousel-item-right, #multiCarousel .carousel-inner .carousel-item-left{transform:translateX(0)}
#multiCarousel h5 {
	background: #c90827 url('./img/bg-title-red-white.png') no-repeat right center;
	padding: 0 3rem 0 1.5rem;
	font-size: .875rem;
	display: inline-block;
	line-height:1.5;
	margin-bottom: 0;
}
#multiCarousel .carousel-caption {
    position: absolute;
    top: 0 !important;
    left: 0;
	bottom:0;
    padding:0;
    text-align: left;
	z-index:0;
}


/**/
dd.gallery-caption,
.wp-caption-text {
	font-size: 80%;
    font-weight: 400;
}


/**/
aside .widget {
	margin-bottom: 1rem;
	background:#F2F2F2;
}
.widgettitle {
	padding: .5rem 1.25rem;
	display:block;
	margin-bottom: .5rem;
    background: #979797 url('./img/bg-title-gray.png') no-repeat right center;
	color: #FFF;
}
.widget > div {
		padding: .5rem 1.25rem;
}
/*
.widgetarea {
		padding: .75rem ;
}
*/
/* SubMenu*/
#list-content {
	text-transform:uppercase;
}



.news-nav a {
	color:#000;
	font-size: .875rem;	
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 25px;
    display: none;
	z-index: 1;
}
.back-to-top .iconify {
	font-size: 3rem;
}

/**/
.fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.fixed .navbar-brand img{
  width:75%;
  width:30%;
  margin: .5rem 0; 
  display: block !important;
} 

/* sticky menu  */
.fixed  #top-menu {
	border-bottom: 2px solid #CA2026;
	background-color: rgb( 210, 180, 222, 0%);
	    background-color:  rgb(  214, 234, 248 , 90% );
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.fixed  #top {
	border-bottom: none;
}




/**/
.img-container{
  position:relative;
  display:inline-block;
  	color: #CA2026;
}
.img-container:before{
  content: '';
  background: transparent url('https://api.iconify.design/dashicons-images-alt2.svg?color=%23FFF&flip=horizontal&height=48') no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-preview .img-container:before{
   background: transparent url('https://api.iconify.design/dashicons:playlist-video.svg?color=%23FFF&flip=horizontal&height=48') no-repeat center center;
}
.img-container a:before {
  content: '';
  position: absolute;
  background: #CA2026 url('https://api.iconify.design/bx:bx-zoom-in.svg?color=%23FFF&flip=horizontal&height=48') no-repeat center center;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition:opacity 500ms ease-in-out;
  color:#FFF;
}
.img-container a:hover:before {
  opacity: 1;
}
/**/



/* Player background */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #4F4F4F !important;
}

.bg-radial-gradient-dark {
    background-color: #343a40 ;
    background-image: radial-gradient(circle,rgba(255,255,255,.6),#343a40  80%);
}


.green-banner  {
	background-color: var(--t-green);
}


/*Alignment*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


#work-list thead th {
    vertical-align: top;
	background:#F2F2F2;
	border-bottom:none;
}
#work-list .iconify {
	font-size: 2rem;
}
#work-list tbody {
	background:#F9F9F9;
}
#work-list {
	border-bottom: 1px solid #dee2e6;
}
#service-list h5.card-title {
	padding: 0 0 0 .5rem;
	border-left: 2px solid #CA2026;
	margin-top:1.25rem;
}
#service-list .card {
	
	border:none;
}
#service-list .card-body {
	
	border: 1px solid rgba(0,0,0,.125);
}



#accordion .card-header, #accordion .card {
	background:none;
	border:0;
}
#accordion .card-header {
	padding: .5rem 1.25rem;
}
#accordion .card-header a {
	display: block;
	padding: 0 0 0 .5rem;
	border-left: 2px solid #CA2026;	
	margin-bottom: 0;
	color: #111;
	line-height:1;
	padding:1rem;
	background: #F2F2F2;
		background: #F9F9F9;
}
#accordion .card-header a:hover {
	color: #CA2026;
}
#accordion .card-header a:after {
    content: url('https://api.iconify.design/topcoat:back-light.svg?rotate=270deg&height=16');
	display: inline;
	padding: 0 0 0 .5rem;
	float:right ;	
	color: #979797;
}
#accordion .card-header a[aria-expanded="true"] {
	font-weight:500;
}
#accordion .card-header a[aria-expanded="true"]:after {
	content: url('https://api.iconify.design/topcoat:back-light.svg?rotate=90deg&height=16');
}

#service .bg-dark {
	height: 100%;
	color: #fff;
}
#service .rounded-circle {
	background-color: var(--t-dark-green);
	width:5rem;
	height:5rem;
	line-height:5rem;
	display:inline-block;
}

#service .rounded-circle:hover {
background-color: #fff;
}
#service .rounded-circle:hover svg g {
  stroke: var(--t-dark-green); 
}




label.required:before {
	content: '*';
	display: inline;
	padding-right:.25rem;
	color: #CA2026;
	font-weight:700;
}
.wpcf7-not-valid-tip {
	font-size: .875rem;	
	color: #CA2026;
}
label a {
	color:green;
}

/*
.form-alert {display: none;}
*/

/* button btn-warning */
.btn {
	border: none;
	outline-color: none;
	box-shadow: none;
}
.btn-primary  {
	background-color: var(--t-dark-green);
	color: #FFFFFF;
}

.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus {

	background-color: #00283a;
  box-shadow: none;
  box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
  border: none;
  	outline: none;
}
.btn-dark, a.btn-dark{
	background-color: #00283a;
	color: #FFFFFF;
}
.btn-dark:hover {
	background-color: var(--t-green);
}



/**/
.small .rounded-circle{
	/*
	border: 2px solid #CA2026;
	border: 2px solid #979797;
	border: 2px solid rgba(0,0,0,.125);
	*/
	
	border: 2px solid #CA2026;
	padding: .25rem;
}


.wow {
    visibility: hidden;
}

/*  jumbotron  */
.jumbotron {
  position: relative;
  overflow: hidden;
  /*
  background-color:black;
  */
  background: transparent url('./img/main-bg-21.jpg') repeat-x right center;
  -webkit-animation: : changewidth linear 10s infinite;
   animation: changewidth linear 90s infinite;

}
@keyframes changewidth {
    from { background-position-x: 0; }
    to { background-position-x: 100%}
}

.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}



@media (min-width: 576px) {   /*sm*/

article h2 {
	font-size:4rem;
	font-family: Roboto, sans-serif;	
	line-height:3rem;
	padding: 0 0 0 1rem;
	letter-spacing:-2px;
}

}

@media (min-width: 768px) { 

.dropdown:hover>.dropdown-menu {
  display: block;
} 

  .comment-list .children {
    padding: 0;
    margin-left: 74px;
    padding-bottom: 15px;
  }
  .comment-list .media {
    margin-top: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
	}


.page-title h1 {
	font-size: 3rem;	 
	text-align: left;
}
article h2 {
	font-size:5rem;
	font-family: Roboto, sans-serif;	
	line-height:4rem;
	padding: 0 0 0 1rem;
	letter-spacing:-1px;
}
	
}


.nav-filter li.active a {
  background-color: var(--t-green);
  color: #fff;
  	border: none;
	outline-color: none;
	box-shadow: none;
}
.nav-filter li {
	margin: 0;
}
.nav-filter .btn {
	border-radius:0  ;
	margin-right: 1px;
}

/* card */
.card-footer {
  background-color: #FFF;
  border-top: none;
  padding: 0;
  text-align: center;
}
.card-footer .fancyform.btn {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

.category-card {
	border:none;
}
.category-card,
#category  .card-img {
	overflow: hidden;
	}
.category-card .card-title {
	background-color: var(--t-dark-green);
	font-weight: normal;
}
.category-card .category-img,
#category .card-img-top  {
	    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;

}
.category-card:hover .category-img,
#category  .card:hover .card-img-top  {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/**  DEBUG **/
/*
.container > .row > [class^="col"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #FF6666;
    border: 1px solid #000;
    color: #000;
}
@media (min-width: 576px) {
    .container > .row > [class^="col"] {
        background-color: #FF8C00;
    }
}
@media (min-width: 768px) {
    .container > .row > [class^="col"] {
        background-color: #FFFF00;
    }
}
@media (min-width: 992px) {
    .container > .row > [class^="col"] {
        background-color: #32CD32;
    }
}
@media (min-width: 1200px) {
    .container > .row > [class^="col"] {
        background-color: #00BFFF;
    }
}

*/
