@import url(https://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 3px solid #47c9af;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu ul {
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #47c9af;
}

body {
	background-color: #cccccc;
  /*  background-image: url("./../img/WiHeat.jpg");
    background-color: #cccccc;
	background-repeat: no-repeat;
	background-size: 100%;*/
		
}

a:visited{
	color:#333;
}

a {
	color:#666;
}


@media only screen and (min-width: 1200px) {
	#container {
	  
		max-width: 1200px;
		height: 385px;

		background-image: url("./../img/WiHeat.jpg");
		background-color: #ddd;
		background-repeat: no-repeat;
		background-size: 100%;
	
	}

	#container1 {
	  
		max-width: 1200px;
		height: 618px;

		background-image: url("./../img/desktop_wiheat_strand_641.jpg");
		background-color: #ddd;
		background-repeat: no-repeat;
		background-size: 100%;
	  
	}
	
	#container2 {
		max-width: 1200px;
		height: 350px;
	}	
	
	#wiheatImgApp  {
		float:right;
		padding: 30px 0px;
		content:url("./../img/desktop_appstore_1170.png");
		width: 50%;	
	}
	
	#wiheatinfo {
		padding: 0px 18px;
		width: 50%;
		height: 83%;
		font-family: Raleway, sans-serif;
		line-height: 2;

	}

	#wiheatinfo1 {
		padding: 0% 55%;
		width: 40%;
		height: 83%;
		font-family: Raleway, sans-serif;
		line-height: 2;
	  
	}
	
	#wiheatinfo2 {
	
		padding: 18px;
		width: 50%;
		height: 83%;
		font-family: Raleway, sans-serif;
		line-height: 2;

	  
	}
}
@media only screen and (max-width: 1199px) {
	
	
	#wiheatImgMob {
		width: 100%;
		height: 100%;
		content:url("./../img/WiHeat.jpg");
	}		
		
	
	#container, #container2, #container1  {

		width: 100%;
		height: 100%;

	}
	
	#wiheatImgMob1 {
		width: 100%;
		height: 100%;
		content:url("./../img/desktop_wiheat_strand_641.jpg");
	}
	/*#container1 {
	  
		
		background-image: url("./../img/mobile_wiheat_strand_970.jpg");
		background-color: #ddd;
		background-repeat: no-repeat;
		background-size: 50%;
	  
	}*/
	
	
	#wiheatImgApp  {
		/*padding: 0% 15%;*/
		content:url("./../img/desktop_appstore_1170.png");
		width: 100%;	
		
	}
	
	#wiheatinfo, #wiheatinfo1, #wiheatinfo2 {
		/*padding: 18px;*/
		width: 100%;
		height: 100%;
		font-family: Raleway, sans-serif;
		line-height: 2;
  
	}

}




#fotter {
  width: 100%;
  border-top: 3px solid #47c9af;
  font-family: Raleway, arial;
  line-height: 1;
  font-size: 14px;
}

