

/* *************** 0 ********* MAIN LAYOUT + DEFAULT CSS*/
body{
	background: #fff;
	font-size: 14px;
	font-family: sans-serif;
	color:#2b2a29;
}
body a,
body a:hover,
body a:active,
body a:focus {
	color:#2b2a29;
	text-decoration:none;
	outline: 0;
}
.hidden_div { display:none; }

h1{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:34px;
}

h2{
	color:#df1100;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
}

/* *************** 1 ********** HEADER */
.tophead{
	background: #df1100;
	text-align:center;
}
.tophead .logo img{
	max-width:100%;	
}
.tophead .headtext {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:34px;
}


/* *************** 2 *********** DIMENSIONS */
.dimensions {
	padding:10px 0 30px;
	text-align:center;
}
.dimensions .house {
	margin: 20px 0;
}
.dimensions .dimms {
	margin: 7px auto 0;
}
.dimensions .dimms .dimmspan {
	width: 80px;
}
.short-margins {
	margin-top:7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.volume {
	width:100%;
	padding: 5px 0;
	background: #df1100;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}
.volume span {
	font-size: 22px;
}
.type_room {
	margin: 15px auto;
}
.total_power {
	width:100%;
	padding: 10px 0;
	background: #df1100;
	text-align:center;
	color:#ffffff; 
	font-weight:bold;
}
.total_power .total_text {
	margin-bottom: 0px;
}
.total_power .tatal_nums span {
	font-size: 22px;
}

@media only screen and (min-width: 1200px) {
	.dimensions .dimms {
		width:40%;
	}
	.type_room {
		width: 70%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dimensions .dimms {
		width:50%;
	}
	.type_room {
		width: 70%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dimensions .dimms {
		width:30%;
	}
	.type_room {
		width: 50%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.dimensions .dimms {
		width:50%;
	}
	.type_room {
		width: 70%;
	}
}
@media only screen and (max-width: 479px) {
	.dimensions .dimms {
		width:70%;
	}
	.type_room {
		width: 100%;
	}
}


/* *************** 4 *********** COOLERS */
.recommend_text {
	height: 85px;
	font-size:14px;
	color:#7f7f7f;
}
.recommend_head {
	color:#7f7f7f;
	font-weight:bold;
	font-size: 18px;
	line-height: 40px;
}
.cooler {
	margin: 4px 0;
	border:1px solid #aaa;
	height:158px;
	cursor:pointer;
}
.cooler .cooler_img {
	width: 100px;
	height:100px;
	margin:3px;
	float:left;
}
.cooler .cooler2_img {
	width: 100px;
	height:100px;
	margin-right:18px;
  margin-top:6px;  
	float:right;
}
.cooler .cooler_img img{
	max-width: 100%;
	max-height: 100%;
}
.cooler .cooler_texts {
	width: calc(100% - 105px);
	float:center;
	text-align:left;
	margin: 5px 0 0 5px;
}
.cooler .cooler_texts .cooler_name-power{
	font-weight: bold;
	height: 124px;
}
.cooler .cooler_texts .cooler_name-power span{
	color: #7f7f7f;
	display:block;
}
.cooler .cooler_texts .cooler_price{
	line-height: 26px;
	font-weight:bold;
	color: #7f7f7f;
}
.cooler .cooler_texts .cooler_price span{
	font-size: 16px;
	color: #df1100;
}


/* *************** 10 ********* STICKY FOOTER */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 40px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	color:#7f7f7f;
	background-color: #ffffff;
}
.referee {
	width: 100%;
	text-align:center;
}
.referee a{
	line-height: 40px;
	color: #7f7f7f;
	font-weight:bold;
}
.referee a:hover{
	color: #3b3b3b;
}




@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}














