*{
	box-sizing:border-box
}
body{ 
  font-family: 'proxima_nova_rgregular', sans-serif;
  color: #fff;
  height:100%;
  min-height:100%;
  position:relative;
  font-weight:500;
  font-size:14px;
  background:#2d2d2d;
  min-width:1140px;
}
body.inner{
	background:#fff;

}
strong{
	 font-family:"proxima_nova_rgbold" ;
	 font-weight: 400
}
div{
	/*position:relative*/
}
a{
	color:#f07c00;
	
}
a:hover{
	text-decoration:none;
 
}
/*f89425*/
.wrapper{
	width:100%;
	margin:0 auto;
	position: relative;
 	min-height: 100%;
	width:100%;
	min-width:1200px;
}

.wrap{
	position:relative;
	width:1200px;
	margin:0 auto;
	padding:0 30px;
}
.menu{
	background:rgba(0,0,0,0.8);
	height:60px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2222;
	box-shadow:0 0 10px #000;
}
/*div.menu div, div.menu div ul { position:relative; }
div.menu div  { float:right; right:50%; width:auto;    }
div.menu div ul { float:none!important; float:left; right:-50%; }*/
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	float: left;
}
.menu ul li{
	float:left;
	margin-right: 70px;
}
.menu ul li a{
	display:block;
	position:relative;
	height: 60px;
	line-height: 58px;
	color:#fff;
	text-decoration: none;
}
.menu ul li a:after{
	height: 2px;
	background: #fff;
	width:0;
	position: absolute;
	left:0;
	bottom: 20px;
	display: block;
	content: "";
	transition-duration: 0.25s
}
.menu ul li a:hover:after, .menu ul li.active a:after{
	width: 100%;
}
.menu .re{
	display: block;
	float: right;
	background: #f07c00;
	width:165px;
	height: 35px;
	margin-top: 12px;
	line-height: 35px;
	text-align: center;
	color:#fff;
	text-decoration: none;
	transition-duration: 0.25s
}
.menu .re:hover{
	background: #ff9727;
}
.top{
	z-index:5;
	width:100%;
	background: url(../images/top.jpg) no-repeat center top #161616;
	height: 330px;
	position: relative;
}
.top .wrap{
	height: 330px;
	position: relative;
}
.top a.logo{
	display:block;
	position: absolute;
	top:150px;
	left:80px;
	color:#f07c00;
	font-size: 36px;
	font-family:"proxima_nova_rgbold" ;
	text-decoration: none;
}
.top a.logo span{
	color:#fff	
}
.top .phone{
	position: absolute;
	font-size: 16px;
	color:#fff;
	right: 30px;
	top:115px;
}
.top .phone a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:16px;
}
.top .phone tr td{
	padding:8px 0 8px 10px;
}
.top .phone tr td:last-child{
	text-align: right;
	color:#bbbbbb;
	font-size: 16px;
	padding-left: 25px;
}
.top .phone tr td:nth-child(2){
	font-family:"proxima_nova_rgbold" ;
}
.top ul{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 25px;
	left:30px;
	height: 40px;
	border-top: 1px solid #505052;
	border-bottom: 1px solid #505052;
}
.top ul li{
	float:left;
}
.top ul li{
	height: 40px;
	padding: 0 20px;
	line-height: 40px
}
.top ul li a{
	color:#fff;
	font-family:"proxima_nova_rgbold" ;
	text-decoration: none;
}
.top ul li a:hover, .top ul li.active a{
	border-bottom: 1px solid #f07c00
}
.top .time{
	width:323px;
	height: 36px;
	background: #f07c00;
	list-style-position: 35px;
	text-align:center;
	position: absolute;
	right: 30px;
	bottom: 25px;
	line-height: 35px
}
.top .time img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.content{
	background:url(../images/content.jpg) 50% 50%;
	background-size: cover;
	position:relative;
	padding:40px 0 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.6) inset
}
ul.catalog_main{
	list-style: none;
	padding: 0 !important;
	margin: 0 0 25px 0;
}
ul.catalog_main li{
	float: left;
	position: relative;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;

}
ul.catalog_main li.item_first{
	margin-top:290px
}
ul.catalog_main li.item_first:after{
	width:100%;
	height: 10px;
	background: url(../images/cf.png) no-repeat;
	left:0;
	bottom: -10px;
	position: absolute;
	display: block;
	content: ""
}
ul.catalog_main li.item:after{
	width:100%;
	height: 10px;
	background: url(../images/c.png) no-repeat;
	left:0;
	bottom: -10px;
	position: absolute;
	display: block;
	content: ""
}
ul.catalog_main li:nth-child(2), ul.catalog_main li:nth-child(3), ul.catalog_main li:nth-child(6){
	margin-right: 0;
}
ul.catalog_main li .desc{
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
  	-ms-transform:translateY(-50%) translateX(-50%);
  	-webkit-transform:translateY(-50%) translateX(-50%);
  	width: 100%;
}
ul.catalog_main li .desc h3{
	font-size: 24px;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
ul.catalog_main li .desc h3:after{
	background: #f07c00;
	width: 24px;
	height: 2px;
	content: "";
	display: block;
	bottom: 0;
	left:50%;
	margin-left: -12px;
	position: absolute;
}
ul.catalog_main li .intro{
	padding-bottom: 25px;
}
ul.catalog_main li img{
	display: block;
}
ul.catalog_main li .desc a{
	display: inline-block;
	border:1px solid #fff;
	height: 28px;
	line-height: 28px;
	padding:0 25px;
	color:#fff;
	text-decoration: none;
	white-space: nowrap;
	transition-duration: 0.25s
}
ul.catalog_main li .desc a i{
	height: 17px;
	width: 17px;
	padding-left: 1px;
	border-radius: 50%;
	border:1px solid #fff;
	text-align:center;
	line-height: 14px;
	margin-left: 20px
}
ul.catalog_main li .desc a:hover{
	background: #fff;
	color:#393939;
}
ul.catalog_main li .desc a:hover i{
	border-color:#393939;
}
.B_crumbBox{
	font-size:12px;

}
.content{
	text-align: justify;
}
.content .l{
	float: left;
	width: 740px;

}
.content .r{
	float: right;
	width: 370px;
}
.content .l h1.title{
	font-size:30px;
	padding:15px 0;

}
.content .l h2{
	font-size:26px;
	padding: 0 0 15px 0;
}
.content .l h3{
	font-size:22px;
	padding: 0 0 15px 0;
}
.content .l h1{
	font-size:30px;
	padding: 0 0 15px 0;
}
.content ul{
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}
.content p{
	margin-bottom: 15px;
}
.content table{
	width: 100%;
	margin-bottom: 15px;
	border:1px solid #fff;
}
.content table td{
	padding:5px 15px;
	border:1px solid #fff;
}
.content table tr:first-child > *{
	background: #fc9d37;
}
.content table tr:nth-child(2n+1){
	background: #434343;
}
ul.catalog_inner{
	list-style: none;
	padding: 0;
	margin: 0 0 0px 0;
}
ul.catalog_inner li{
	float: left;
	width:100%;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	min-height: 120px;

		padding:45px 0;

}
ul.catalog_inner li.item:after{
	width:100%;
	height: 10px;
	background: url(../images/c.png) no-repeat;
	left:0;
	bottom: -10px;
	position: absolute;
	display: block;
	content: ""
}

ul.catalog_inner li .desc{

  	width: 100%;
}
ul.catalog_inner li .desc h3{
	font-size: 24px;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
ul.catalog_inner li .desc h3:after{
	background: #f07c00;
	width: 24px;
	height: 2px;
	content: "";
	display: block;
	bottom: 0;
	left:50%;
	margin-left: -12px;
	position: absolute;
}
ul.catalog_inner li .intro{
	padding-bottom: 25px;
}
ul.catalog_inner li img{
	display: block;
	position: absolute;
	left:0;
	top:50%;
	transform:translateY(-50%) ;
	-moz-transform:translateY(-50%) ;
  	-ms-transform:translateY(-50%) ;
  	-webkit-transform:translateY(-50%) ;
}
ul.catalog_inner li .desc a{
	display: inline-block;
	border:1px solid #fff;
	height: 28px;
	line-height: 28px;
	padding:0 25px;
	color:#fff;
	text-decoration: none;
	white-space: nowrap;
	transition-duration: 0.25s
}
ul.catalog_inner li .desc a i{
	height: 17px;
	width: 17px;
	padding-left: 1px;
	border-radius: 50%;
	border:1px solid #fff;
	text-align:center;
	line-height: 14px;
	margin-left: 20px
}
ul.catalog_inner li .desc a:hover{
	background: #fff;
	color:#393939;
}
ul.catalog_inner li .desc a:hover i{
	border-color:#393939;
}

.gallery{
	width:222px;
	height:222px;
	float:left;
	display:block;
	border:1px solid #ccc;
	margin:0 25px 25px 0;
	display:block;
	position:relative
}
.gallery:nth-child(3n){
	margin-right:0
}
.gallery span{
	display: inline-block;
	border:1px solid #fff;
	height: 28px;
	line-height: 28px;
	padding:0 25px;
	color:#fff;
	text-decoration: none;
	white-space: nowrap;
	transition-duration: 0.25s;
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
  	-ms-transform:translateY(-50%) translateX(-50%);
  	-webkit-transform:translateY(-50%) translateX(-50%);
}
.gallery span i{
	height: 17px;
	width: 17px;
	padding-left: 1px;
	border-radius: 50%;
	border:1px solid #fff;
	text-align:center;
	line-height: 14px;
	margin-left: 20px
}
.gallery:hover span{
	background: #fff;
	color:#393939;
}
.gallery:hover span i{
	border-color:#393939;
}

a.more{
	display: block;
	width:200px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	background: #f5b825;
	color:#000;
	margin:0 auto;
}
.footer_wrap{
	height: 60px
}
.footer{
	height:60px;
	background:#000;
	overflow: hidden;
	margin-top: -60px;
	position: relative;
	z-index: 2

}
.footer .copy{
	float:left;
	color:#fff;
	font-size:14px;
	margin-top:12px;
	line-height:1.4
}
.footer .copy a{
	color:#fc9d37
}

/*div.menu div, div.menu div ul { position:relative; }
div.menu div  { float:right; right:50%; width:auto;    }
div.menu div ul { float:none!important; float:left; right:-50%; }*/
.footer  ul{
	list-style:none;
	padding:0;
	float: right;
	margin: 0;
}
.footer  ul li{
	float:left;
	height: 60px;
	line-height: 60px;
	margin-left: 60px;
}
.footer ul li a{
	color:#fff;
	font-family:"proxima_nova_rgbold" ;
	text-decoration: none;
}
.footer ul li a:hover, .footer ul li.active a{
	border-bottom: 1px solid #f07c00
}
.footer .wrap{
	height:60px
}


/*POPUP*/
.overlay{
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none
}
.popup{
	position:fixed;
	top:50%;
	left:50%;
	z-index:10000;
	display:none;
	width:251px;
	background:#f07c00;
	padding:2px;
 
/*	border-radius:10px 0 10px 0;*/

}
.popup label{
	display:block;
	padding-bottom:10px	
}
.popup form input[type=text]{
 
}
.popup form .invalid input{
	border-color:red
}
.popup textarea{
	 width:250px;
	 border:1px solid #000
}
.popup .invalid input{
	
}
.popup a.close{
	display:block;
	text-decoration:none;
	cursor:pointer;
	float:right;
	margin:-50px -40px 0 0;
	color:#fff;
	font-size:50px
}
.popup form .button-1{
 
}
.popup form .success{
 
}
 
.popup form .title{
	display:block;
	width:248px;
	height:41px;
	width:248px;
	background:url(../images/foo_title.png) no-repeat;
	text-align:center;
	color:#fff;
	line-height:41px;
	margin-bottom:16px
	
}
.popup form input[type=text]{
	 font-family: 'pf_regular', sans-serif;
	 width:185px;
	 height:23px;
	 border-radius:5px;
	 border:none;
	 margin:0 auto 12px auto;
	 display:block;
	 padding:0 10px
}
.popup form .invalid input{
	box-shadow:0 0 5px red inset
}
.popup form .btns{

	padding:0 32px
}
.popup form p.w{
	float:right;
	font-size:11px;
	margin-top: -18px;
	margin-bottom: 7px;
}
.popup form .btns a{
	display:block;
	float:left;
	color:#f07c00;
	background: #fff;
	font-size:14px;
	margin-top:-5px;
	margin-bottom:15px;
	padding:5px 10px;
	text-decoration: none;
}
.popup .success{
	width:250px;
	text-align:;
	position:absolute;
	color:#fff;
	font-weight:700;
	text-align:center;
	padding-top:15px
	
}
/*END POPUP*/


a.scrollup {
    background: url("../images/up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    display: none;
    height: 50px;
    position: fixed;
    right: 50px;
    width: 50px;
	z-index:20;
	text-indent:-9999px
}

/*
div.pagination, div.pagination ul { position:relative; }
div.pagination  { float:right; right:50%; width:auto;    }
div.pagination ul { float:none!important; float:left; right:-50%; }
*/

.gallery_item{
	display:block;
	float:left;
	text-align:center;
	margin:0 6px 20px 6px
}
.gallery_item a{
	display:block
}
.gallery_item a:last-child{
	padding:3px 0
}
.photo{
	display:block;
	float:left;
	text-align:center;
	margin:0 6px 20px 6px
}
.text p{
	padding-bottom:20px
}
.text h2{
	margin-bottom:20px
}
.text h3{
	margin-bottom:20px
}
.text table{
	margin-bottom:20px
}
.text table td{
	padding:4px 6px
}
/* =====block1===== */
 
.block1 {
  width: 960px;
  height: 742px;
  margin:0 auto;
    position: relative;
	margin-top:30px
}
.balcon {
  top: 44px;
  transition: all .5s;

}
.balcon input[type="radio"] {
  display: none;
}
.balcon_area {
  margin-top: -68px;
  margin-bottom: 50px;
  position:relative
}
.balcon_area h2 {
  top: -10px;
  right: 31px;
  font-size: 28px;
  position: absolute;
}
.balcon label {
  color: #fff;
  font-size: 18px;
  padding-right: 2px;
  padding-left: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.balcon label span {
  font-size: 24px;
  font-weight: bold;
}
#cool_balcon:checked ~
[for="cool_balcon"] {
  z-index: 1;
}
/* .btn2:active ~ .balcon_area .cool_balcon_inner {
  opacity: 1;display: block;
} */
#cool_balcon:checked ~
.balcon_area .cool_balcon_inner {
  opacity: 1;
  display: block;
}
#hot_balcon:checked ~
.balcon_area .hot_balcon_inner {
  opacity: 1;
  display: block;
}
#hot_balcon:checked ~
[for="hot_balcon"] {
  z-index: 1;
}
.cool_balcon img,
.hot_balcon img {
  float: left;
  padding-left: 8px;
}
.cool_balcon_inner,
.hot_balcon_inner {
  opacity: -1;
  display: none;
}
.balcon_area:after,
.cool_balcon_inner:after {
  content: '';
  clear: both;
  display: block;
}
.chek_balcon {
  width: 220px;
  height: 60px;
  top: 150px;
  left: 65px;
  z-index: 1;
  margin-top: 0px;
  position: absolute;

  background: rgb(54, 175, 225);
  background: linear-gradient(left, rgb(54, 175, 225) 50%, rgb(243, 63, 67) 50%);
  background: -webkit-linear-gradient(left, rgb(54, 175, 225) 50%, rgb(243, 63, 67) 50%);
}
.checkBlue{
  background:rgb(54, 175, 225);
}
.termometr_icon {
  width: 43px;
  height: 95px;
  left: 82px;
  top: -18px;
  position: absolute;
}
.toggle {
  width: 350px;
  height: 145px;
  top: 39px;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.hot_img {
  width: 89px;
  height: 56px;
  top: -23px;
  left: -10px;
  position: absolute;
}
.cool_img {
  width: 75px;
  height: 56px;
  top: -18px;
  right: 77px;
  position: absolute;
}
.btn {
  padding: 0;
  left: 20px;
  bottom: 12px;
  outline: none;
  color: #FF5916;
  padding: 2px 10px;
  border-radius: 6px;
  position: absolute;
  border: 1px solid #FF5916;
  background: rgba(255, 255, 255, 0);
  cursor: default;
}
.btn2 {
  right: 20px;
  bottom: 12px;
  outline: none;
  color: #3792CB;
  padding: 2px 10px;
  border-radius: 6px;
  position: absolute;
  border: 1px solid #3792CB;
  background: rgba(255, 255, 255, 0);
  cursor: default;
}
.switch {
  top: 82px;
  z-index: 1;
  display: block;
  margin-left: 730px;
  position: relative;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.toggle input [type="checkbox"] {
  padding: 0;
  opacity: -1;
  box-sizing: border-box;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 89px;
  height: 35px;
  border-radius: 60px;
  background-color: #dddddd;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
  display: block;
  position: absolute;
}
input.cmn-toggle-round + label:before {
  right: 1px;
  border-radius: 60px;
  background-color: #ff6448;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 36px;
  border-radius: 100%;
  transition: margin 0.4s;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
input.cmn-toggle-round:checked + label:before {
  background-color: #0060ab;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 60px;
}
.sliad {
  width: 200px;
  height: 200px;
  border: 1px solid #000;
}
.cool, .hot {
  position: absolute;
  visibility: hidden;
}
.cool + label, .hot + label {
  display: block;
  position: relative;
  cursor: pointer;
}
.silad input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  opacity: 1;
}
.txt {
  width: 320px;
  height: 230px;
  right: 10px;
  bottom: -45px;
  position: absolute;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  padding-bottom: 34px;
}
.txt ul{
	margin:0;
	 color: #686868;
  font-size: 15px;
	padding:0 0 0 15px

		}

.txt p {
  margin: 0;
  color: #686868;
  font-size: 15px;
  padding: 8px 0px;
  line-height: 18px;
}
.vector {
  width: 325px;
  height: 145px;
  right: 0;
  bottom: 0;
  bottom: 225px;
  position: absolute;
}
.vector ul li {
  float: left;
  clear: both;
  display: block;
  padding-top: 5px;
}
.vector ul li img{
  float: left;
  /*width: 32px;*/
}
.vector p {
  font-size: 16px;
  padding-left: 49px;
}
.preiskurant {
  width: 317px;
  height: 50px;
  right: 0;
  bottom: 115px;
  border-radius: 6px;
  background: #cecece;
  position: absolute;
  display: none;
}
.p1{
  display: block;
}

.preiskurant p {

  color: #656565;
  padding-left: 15px;
  line-height:50px;
  font-size:22px;
  float:left

}
.preisk_green {
  width: 161px;
  height: 50px;
 
  border-radius: 6px;
  background: #52a73c;
  line-height:50px;
  font-size:22px;
  float:right
}
.preisk_green p {
  color: #fff;
  text-decoration: none;
}
.block1 a.popup_btn {
 
  right: 34px;
  bottom: 50px;
 
  outline: none;
 
  position: absolute;
 
  
  	background: rgba(0, 0, 0, 0) url("../images/foo_title.png") no-repeat scroll 0 0;

    color: #fff;
    display: block;
    height: 41px;
    line-height: 41px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 248px;
}
.block1 a.popup_btn:active {
  transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
}
.balcon_bottom h2 {
  left: 33px;
  bottom: 82px;
  float: left;
  font-size: 24px;
  position: absolute;
}
.balcon_bottom input[type="radio"] {
  display: none;
}
.balcon_bottom label {
  width: 33px;
  height: 33px;
  margin-left: 25px;
  border-radius: 5px;
  border: 1px solid #000;
  position: relative;
  transition: transform .5s;
  float: left;
  top: 261px;
  left: 335px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
#color1:checked~ .balcon_bottom .balcon_bottom_color {
  background:  url(../images/white_balcon.png) no-repeat;
}
[for="color1"] {
  background: #f7f7f7;
  border: 1px solid #cecece;
}
[for="color2"] {
  background: #b43a38;
}
[for="color3"] {
  background: #e3ba2d;
}
[for="color4"] {
  background: #6ec757;
}
[for="color5"] {
  background: #4f94c4;
}
.balcon_bottom {
  transition: all .5s;
}
.balcon_bottom_color {
  position: absolute;
  top: 350px;
  left: 10px;
}
.cool_balcon_inner{
  width: 621px;
  height: 366px;
  opacity:1;
  background: url(../images/cool_balcon.png) no-repeat;
}
#cmn-toggle-1:checked ~ .balcon_area .cool_balcon_inner{
  width: 621px;
  height: 366px;
  background: url(../images/hot_balcon.png) no-repeat;
}
.balcon_bottom {
  transition: all .5s;
  margin-bottom: 26px;
  position:static
}
.balcon_bottom_color {
  top: 318px;
  left: 10px;
  display:none;
  position: absolute;
}
#bal-col1{
  display: block;
}
.balcon_bottom a{
  width: 40px;
  height: 40px;
  z-index:1;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  border: 1px solid #717171;
  box-shadow: 1px 1px 8px #717171;
}
.balcon_bottom a:nth-of-type(1){
  margin-left: 330px;
  background: #4f94c4;
  margin: 235px 0 0 343px;
}
.balcon_bottom a:nth-of-type(2){
  margin: 0px;
  background: #6ec757;
}
.balcon_bottom a:nth-of-type(3){
  margin: 0;
  background: #b43a38;
}
.balcon_bottom a:nth-of-type(4){
  margin: 0;
  background: #e3ba2d;
}
.balcon_bottom a:nth-of-type(5){
  margin: 0;
  background: #f7f7f7;
}


.link{
    display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.link a{
  margin: 0 auto;
  color: gray;
}
.link li:first-child a{
  color: rgb(255, 89, 22);
}
.link img{
  display: block;
  margin: 0 auto;
}

.heat_img {
  position: absolute;
  display: none;

}

.heat_img img{
    border: 3px solid rgb(255, 89, 22);
}
#tab1{
  display: block;
}
#link2 img.hid{
  display:block;
}
#link2 .not-hid{
  display:none;
}

img.hid{
  display: none;
}
#cold-ico{
  position: absolute;
  display: none;
}

.txt-p{
  display: none;
}
#hot-txt{
  display: block;
}
#clear-day{
  -webkit-animation: sun-rotate 10s linear infinite;
  animation: sun-rotate 10s linear infinite;
}
@-webkit-keyframes sun-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes sun-rotate {
  from {transform: rotate(0deg);  }
  to { transform: rotate(360deg); }
}

.slider{
	width:755px;
	height:275px;
	position:relative;
	float:left;
	margin-bottom:-275px
}
.slider:after{
	width:100%;
	height: 10px;
	background: url(../images/cf.png) no-repeat;
	left:0;
	bottom: -10px;
	position: absolute;
	display: block;
	content: ""
}
.slider ul{
	list-style:none;
	padding:0;
	margin:0;
	width:755px;
	height:275px;
	overflow:hidden
}
 .slider li{
	position:relative;
	height:275px;
	text-align:center
}
.slider li .desc p{
	font-size: 24px;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.slider li .desc p:after{
	background: #f07c00;
	width: 24px;
	height: 2px;
	content: "";
	display: block;
	bottom: 0;
	left:50%;
	margin-left: -12px;
	position: absolute;
}
.slider li .intro{
	padding-bottom: 25px;
}
.slider li img{
	display: block;
	position: absolute;
	left:0;
	top:0%;

}
.slider li .desc
{position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
  	-ms-transform:translateY(-50%) translateX(-50%);
  	-webkit-transform:translateY(-50%) translateX(-50%);
}
.slider li .desc a{
	display: inline-block;
	border:1px solid #fff;
	height: 28px;
	line-height: 28px;
	padding:0 25px;
	color:#fff;
	text-decoration: none;
	white-space: nowrap;
	transition-duration: 0.25s;
	
}
.slider li .desc a i{
	height: 17px;
	width: 17px;
	padding-left: 1px;
	border-radius: 50%;
	border:1px solid #fff;
	text-align:center;
	line-height: 14px;
	margin-left: 20px
}
.slider li .desc a:hover{
	background: #fff;
	color:#393939;
}
.slider li .desc a:hover i{
	border-color:#393939;
}
.flex-control-nav li{
height:auto
}