.no-border-thumbnail{
	border: none;
	background: none;
	padding: 0;
	margin: 6px 0;
}
.second-nav.nav>li>a:focus, .second-nav.nav>li>a:hover{
	background: #a9b9d0;	
}
.second-nav li a{
	color: #FFF;	
	text-align :center;
}
.second-nav>li{
	display: table-cell;	
}
.second-nav .dropdown-menu{
	left: auto; 
    right: auto;
	top:100%;	
	width: 100%;
	margin:0;
}
.second-nav{
	display: table;	
	width:100%;
}
.product-thumbnail~h5{
	font-weight: bold;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px;
	font-size:14px;
}
.breadcrumb .active a{
	color: #777;	
}
.breadcrumb{
	padding: 0;
	background: none;
}
.nav-pills>li>a{
	background: #EEE;	
}
.nav.nav-pills.nav-stacked .list-unstyled{
	margin-left: 22px;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 14px;
}
.sub-images img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
 li.sub-active a{
	 text-decoration: underline;	 
	 color: #000;
 }
.product-inner-image>.thumbnail>img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}
.product-inner-image>.thumbnail{
	height: 300px;	
	position: relative;	
	background: #FFF;
}
.sub-images:HOVER{
	
	border-color:#1e2738;
}
.sub-images{
	position: relative;	
	background: #FFF;
	height: 100px;
	cursor: hand;
	cursor: pointer;
}
.product-thumbnail img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-thumbnail{
	position: relative;	
	height: 300px;
	margin-bottom:10px;
	background: #FFF;
	border: 1px solid #1e2738;
}
.category-image:HOVER img{
	max-width: 95%;
	max-height: 95%;
	
}
.category-image img{
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s;
}
.category-image{
	margin-bottom:10px;
	position: relative;
	height: 250px;
}
.price strike{
	color: #999;	
}
.price em{
	font-size: 20px;
	font-weight:bold;
	font-variant:normal;
	font-style: normal;
}
.price{
	display:inline-block;
	margin-right:20px;
	font-size: 20px;
}
.popup .close-popup{
	position: absolute;
	color: #FFF;
	font-size: 24px;
	right: 20px;
	top: 20px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	z-index:5;
}
.order-form input,.order-form button{
	width:100%;
	
}
.order-form input{
	margin-bottom:20px;
}
.order-form{
	width:320px;
	padding: 40px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	background: #FFF;
	z-index:4;
}
.popup{
	display:none;
	
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:2;
}
.popup .back-overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	z-index:3;
}
.product-inner-image{
margin-right: 44px;	
margin-bottom: 24px;
width: 40%;	
}
.slider .container{
	position: relative;
	overflow: hidden;	
	padding: 0;
}
body,html{
height: 100%;
  color: #333;
  background: #FFF;
  font-size: 16px;
}
.logo-small{
	margin-top: -44px;
	position: absolute;	
	width: 268px;
	height: 91px;
	z-index: 3;
}
.logo-small a{
	background: url(../images/energy_logo.png) no-repeat left top;
	background-size: 268px 91px;
	display: block;
	text-indent: -9999px;	
	width: 268px;
	height: 91px;
}
.rslides_nav.prev{
	left: 10px;	
	
}
.rslides_nav.next{
	right: 10px;
	
}
.static-page{
	background: #dce3ed;
	padding: 30px 20px;
}
.static-page-header h3{
	margin: 0;	
	color: #FFF;
	font-size: 28px;
}
.static-page-header{
	background: #1e2738;	
	padding: 30px 0;
	color: #FFF;
	margin-bottom: 20px;
}
.rslides_nav:HOVER{
	opacity: 1;
	color: #000;
}
.rslides_nav{
	position: absolute;	
	top: 46%;
	z-index: 10;	
	color: #1e2738;	
	opacity: 0.5;
	font-family: FontAwesome;
	font-size: 40px;
	text-shadow: 1px 1px 0px #FFF;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  /* height: 600px; */
 }

.rslides li  span{
	position: absolute;	
	left: 50%;	
	bottom: 15%;	
	margin: 0 0 0 -25%;
	width: 50%;
	background: rgba(36,47,65,0.8);
	color: #FFF;
	font-size: 24px;
	text-align: center;
	
	padding: 6px 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  text-align :center;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  /*float: left;*/
 /* min-width: 100%;
  min-height: 100%;
  */
  margin: 0 auto;
  border: 0;
  }
 .slider{
	
	width: 100%;	
	overflow: hidden;
	/*height: 600px;*/
	height: auto;
	background: transparent;
	background: #c6d0dc;
	position: relative;
}
a:HOVER,a:VISITED,a:ACTIVE{
	color: #1e2738;	
}
a{
	color:#1e2738;	
}
.main-nav>li:LAST-CHILD a{
	padding-right:0 ;	
}
/* background: #8191ab;	 */
.main-nav>li:HOVER>a{
	background: #8191ab;
	
}
.main-nav a:HOVER{
	text-decoration: none;
	
	
}
.main-nav a:FOCUS{
	
	text-decoration: none;
}
.main-nav a{
	display: inline-block;	
	padding: 10px 8px;
	color: #1e2738;
	font-size: 18px;
	font-weight: bold;
}
.main-nav li{
	display: inline;
	text-align: right;
}
.main-nav{
	margin: 0px 0 0 0;	
	padding: 0;	
	list-style-type: none;
}
.footer-nav li{
	display: table-cell;
	float: none;
	width: 1%;		
	text-align: center;
}
.footer-nav li:FIRST-CHILD a{
	text-align: left;	
}
.footer-nav li:LAST-CHILD a{
	text-align: right;	
}
.footer-nav a{
	white-space: nowrap;
	display: block;	
	padding: 5px 0px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	
}
.footer-nav{
	margin: 2px 0 2px 0;	
	padding: 0;	
	list-style-type: none;
}
.top_panel a{
	color: #FFF;
}
.top_panel i.fa{
	color: #FFF;
	font-size: 24px;
	vertical-align: bottom;	
}
.top_panel{
	color: #FFF;
	background: #1e2738;
	padding: 10px 0;
	font-size: 16px;
	min-height: 44px;
}
.blocks-body .block-content a.btn{
	background: #dce3ed;
	color: #1e2738;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 18px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.blocks-body .block-content img{
	min-width: 100%;	
}
.blocks-body .block-content{	
	height: 440px;
	overflow: hidden;
	position: relative;
	background: #F5F5F5;
	margin-top: 0px;
	border-top: 60px solid #dee2eb;
	
}
.blocks-header h3{
	background: #a9b9d0;	
	color: #1e2738;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	/*box-shadow: 0px 0px 5px rgba(255,255,255,0.4);*/
}
.blocks-header{
	background: #4f637e;	
	margin-top: 0px;
}
.logo a{
	display: block;	
	height: 151px;
}
.logo{
	background: url(../images/logo_energy.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	margin-top: 20px;
	position: absolute;
	width: 117px;
	height: 171px;
}
footer .logo{
	position: static;
	display: inline-block;
}
.top_panel_inner .col-sm-10.col-xs-12{
	text-align: right;	
}
.top_panel_inner .container{
	position: relative;	
}
.top_panel_inner{
	background: #a9b9d0;
	/*	
	height: 130px;
	margin-bottom: 45px;
	*/
	
	
}
.slogan{
	position: absolute;	
	right:15px;
	font-size: 22px;
	
	color: #FFF;
}
.bottom_nav{
	background:#1e2738;
	color: #e4ffff;
	padding: 20px 0;
	margin: 60px 0 60px 0;
	border-top: 20px solid #dce3eb;
}
h3,.head3{
	font-size: 32px;	
}
.up_footer .head4,.up_footer h4{
	font-size: 22px;		
}
.up_footer{
	background:#dce3ed;
	color: #1e2738;
	padding: 20px 0;
}
footer .container{
	position: relative;	
}
footer .logo{
	margin-top: 30px;	
	margin-bottom: 20px;	
}
.copyright{
	margin-top: 120px;
	font-size: 14px;
}
.up_button a{
	color: #dce3ed;	
}
.up_button{
	position: absolute;
	right: 15px;
	font-size: 42px;
}

.dropdown-menu{
	left: auto;	
	right: 4px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	background: rgba(30,39,56,0.7);
	margin-top: 10px;
	top: 125%;
}
.dropdown-menu>li>a{
	color: #FFF;	
}
@media screen and (max-width:1200px){
	.top_panel .text-right{
		font-size: 13px;		
	}
	.top_panel{
		padding-top: 15px;		
	}
	.top_panel i.fa {		
		font-size: 18px;		
	}
	
}
@media screen and (max-width:1199px){
	.main-nav a{
		font-size: 16px;
		padding: 12px 7px;		
		font-weight: bold;		
	}
}
@media screen and (max-width:1024px){
	.main-nav a{
		font-size: 16px;
		padding: 12px 5px;			
	}
	
}
@media screen and (max-width:992px){
	.main-nav a{
		font-size: 14px;
		padding: 12px 5px;			
	}
	.container{
		width: 100%;		
	}
@media screen and (max-width:768px){
	.second-nav li ul{
		position:static;		
	}
	.second-nav li{
		display :block;
	}
	.second-nav{
		display :block;		
	}
	.logo-small{
		position: static;	
	    margin-left: auto;
		margin-right: auto;
	}
	.top_panel{
		padding-bottom: 58px;		
	}
	.top_panel_inner .col-sm-12.text-right{
		text-align: center;
		
	}
	.top_panel .text-right{
		text-align :center !important;		
	}
}
@media screen and (max-width:627px){
	body{
		overflow-x: hidden;		
	}
	.logo{
		position: static;		
		margin-left: auto;		
		margin-right: auto;
	}
	.main-nav{
		margin-top: 50px;		
	}
	.main-nav li a{
		width: 100%;		
		padding: 12px 0;
	}
	.main-nav li{
		display: block;
		text-align: center;
	}
	
	.burger{
		margin: 12px 0;		
		padding: 4px;
		font-size: 22px;
		display: inline-block;
	}
	.top_panel_inner nav{
		display: none;		
	}
	.slider{		
		height: 300px;		
	}
	.footer-nav li{
		display: block;		
		width: 100%;
	}
	
	.rslides li span{
		bottom: 57%;
		font-size: 18px;
		width: 70%;
		margin: 0 0 0 -35%;
	}
	.dropdown-menu{
		position: static;		
		max-width: 100%;
		width: 100%;
	}
	.up_footer .row>div{
		margin-bottom: 5px;		
		padding-bottom: 5px;		
		border-bottom: 1px solid #FFF;
	}
	.up_footer .row>div:LAST-CHILD{
		border-bottom: none;
	}
	.footer-nav li:FIRST-CHILD a,.footer-nav li:LAST-CHILD a {
		text-align: center;		
	}
	.static-page-header{
		clear: both;		
	}
	.copyright{
		margin: 10px 0;		
		text-align: center;
	}
	.blocks-body h3 {
		background: #a9b9d0;
		color: #1e2738;
		font-size: 24px;
		text-align: center;
		margin: 0;
		padding: 20px 0;
	}
}

ding: 20px 0;
	}
}

