@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,700,400,600&subset=latin,cyrillic,cyrillic-ext);

* {
    font-family: 'Open Sans', sans-serif;
}

body {

    height: 100%;
}

html, body {
    height: 100%;
}

h2 {
    font-size: 25px !important;
}

hr {
    border: solid 1px #ccc;
}

#gross-wrapper {
min-height: 100%;
height: auto !important;
margin: 0 auto -75px;
position: relative;
padding-bottom: 75px;
}

#main-content-wrap {
    background: url('/static/imgs/greybg.png') !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0px;
    min-width: 1170px;
}

#breadcrumbs {
    margin-bottom: 15px;
}

.bordered-calc {
    border: solid 1px #ccc;
border-radius: 10px;
}

/*Main classes*/

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.green-grad-button {
    padding: 6px 28px;
    text-decoration: none;
    background: linear-gradient(to bottom, #a4ca61, #80ab39);
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    color: #fff;
}

.cat-main-description .green-grad-button {
margin-left: 0px !important;
/*width: 47%;*/
float: left;
text-align: center;
text-transform: uppercase;
}

#results .item-block .green-grad-button {
     width: 48%;
 float: left;
}


.green-grad-button:hover {
    color: #fff;
    text-decoration: none;
}

input[type=checkbox] {
    display: none;
}

label {
    display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
margin-right: 15px;
vertical-align: top;
font-weight: normal;
}


input[type=checkbox]:checked + label:before {
content: '';
background: url("/static/imgs/checkbox.png") no-repeat;
background-position: 0px -19px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
font-size: 15px;
color: #000;
text-align: center;
line-height: 15px;
height: 20px;
width: 25px;
display: inline-block;
}

input[type=checkbox]:not(:checked) + label:before {
content: '';
background: url("/static/imgs/checkbox.png") no-repeat;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
font-size: 15px;
color: #000;
text-align: center;
line-height: 15px;
height: 20px;
width: 25px;
display: inline-block;
}


/*Header*/
#header {
    padding: 18px 10px 10px;
    background: linear-gradient(to bottom, #ffffff, #f0eff0);
    /* background: #ffffff; */
    position: relative;
}

#language_chooser {
    right: 10px;
    position: absolute;
    top: 12px;
    z-index: 10;
}

/*//Header*/

/*Top menu*/
#top-menu ul {
    margin-top: 37px;
}

#top-menu ul li {
    font-size: 18px;
    color: #777777;
    padding: 0px;
    margin-right: 33px;
    padding-top: 18px;       
    margin-top: -18px;
}

/*#top-menu ul li:first-child {*/
    /*background: url(../imgs/sun-menu.png) no-repeat;*/
    /*background-position: 50% 0px;*/
    /*height: 24px;*/
    /*display: inline-block;*/
/*}*/

#top-menu ul li:hover {
    text-decoration: underline;
}

#top-menu ul li a {
    color: inherit !important;
}
/*//Top menu*/

/*Search bar*/
#search-bar {
    height: 35px;
    background: #dadada;
    margin-bottom: 20px;
}
/*//Search bar*/

/*Main content*/

#content-center {
    margin: 20px 20px 40px 20px
}

#content-center > .row {
    margin: 0px 10px;
}

.home-blog-item-hor img {
    max-height: 100px;
    margin: 0px auto;
}

/*Slides*/
#slides {
    text-align: center;
    padding-top: 10px;
    height: 219px;
}

.slide-read-more {
position: absolute;
bottom: 11px;
left: 280px;
z-index: 11;
}

.slide-read-more button {
    border: none;
    border-radius: 3px;
    padding: 10px;
    text-transform: uppercase;
}

.slide-read-more button a {
    color: inherit;
}

.slide-read-more button a:hover {
    text-decoration: none;
}


#slides .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 33px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0px;
    background: #fff;
}

#slides .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
}



.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: left;
    position: relative;
    bottom: 100px;
    left: 10%;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: left !important;
    position: relative;
    bottom: 55px;
    left: 2%;
}

.home-slide {
    height: 281px;
    background-size: 100% !important;

}

.slide-text {
    margin-top:30px;
    color: #fff;
    width: 400px;
    display: inline-block;
    position: relative;
    left: 10%;
    font-size: 15px;
}

.slide-text h2 {
    text-transform: uppercase;
}

/*#slides .owl-controls {*/
    /*width: 240px;*/
/*}*/
/*//Slides*/

/*Homepage*/
#promo-icons  {
    margin-bottom: 20px;
}

#promo-icons div > div{
width: 135px;
display: inline-block;
text-align: center;
text-transform: uppercase;
color: #9d9d9c;
height: 80px;
padding-top: 0px;
}

#promo-icons > div {
    display: block;
    margin: 0px auto;
    width: 700px;
}

#promo-icons a{
    color: inherit !important;
}


#promo-icons a:hover {
    text-decoration: none;
}
/*#promo-icons div > div.active{*/
    /*border-radius:50%;*/
    /*background: #fff;*/
    /*border: solid 2px #009F00;*/
/*}*/



#promo-icons img {
    height: 25px;
}

#promo-icons div p {
    margin-top: 10px;
    font-size: 12px;
}

#promo-icons div p.active {
    font-weight: bold;
    color: #009F00;
}

#promo-calc {
    margin-top: 40px;
    color: #878787;
}

.home-title {

    margin-bottom:0px;
}

.home-title div:nth-child(1){
    font-size: 20px;
    display: inline-block;
}

#promo-calc .home-title .title-line{
   border-top: 1px solid #9d9d9c;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: auto;
    height: 0px;
    width: 84%;
    vertical-align: middle;
}

#home-calc-panel {
    height: 185px;
    background: url(/static/imgs/home-calc-bg.png) no-repeat;
    background-size: 100%;
    text-transform:uppercase;
}

#home-calc-panel > div {
    display: inline-block;
    position: relative;
    top: 15%;
    left: 2%;
    /* display: block; */
    text-align: center;
    padding-top: 37px;
}

#home-calc-panel > div p {
    font-size: 18px;
    color: #fff;
}

#home-calc-panel > div a {
    color: #fff;
    background: #454543;
    border-radius: 4px;
    border: 1px solid #454543;
    padding: 3px 21px;
    font-size: 17px;
    text-transform: uppercase;
}

#home-calc-panel > div button a {
    color: #fff;
}

#home-calc-panel > div button a:hover {
    text-decoration: none;
    color: #fff;
}

#home-systems {
margin-top: 50px;
color: #878787;
margin-bottom: 20px;
}

#home-systems .home-title .title-line {
    border-top: 1px solid #9d9d9c;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: auto;
    height: 0px;
    width: 89%;
    vertical-align: middle;
}

.systems-row {
    margin-bottom: 0px;
}


.energy-access-wrap {
    width: 85%;
    margin: 2px auto;
}

.energy-access-wrap div {
    display: inline-block;

}

.energy-access {
/*padding-left: 50px;*/
font-size: 16px;
/*width: 60%;*/
/*background-image: url('/static/imgs/energy-access.png') !important;*/
/*background-repeat: no-repeat !important;*/
height: 38px;
padding-top: 4px;
  font-weight: 600;
}

.energy-line {
border-top: 1px solid #9d9d9c;
border-bottom: 1px solid #fff;
width: 18%;
margin-top: 18px;
}

.systems-row > div {
    padding: 5px !important;
}

.homepage-system .main-item-block {
    height: 217px;
    background: #fff;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.homepage-system .main-item-block-uderscript {
    height: 30px;
    line-height:30px;
}

.homepage-system .main-item-block-uderscript a span  {
    text-decoration: none;
    color: #fff;
    border: none;
}

.homepage-system > a:hover {
    text-decoration: none !important;
    color: #fff;
}

.homepage-system .main-item-block-uderscript span:focus span  {
    text-decoration: none !important;
    color: #fff !important;
}

.homepage-system .main-item-block-uderscript  {
    vertical-align: middle;
}

.homepage-system .main-item-block-uderscript.wo-energy {
    background: linear-gradient(to bottom, #86cc66, #5bab39);
    border-radius: 0px 0px 5px 5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.homepage-system .main-item-block-uderscript.with-energy {
    background: linear-gradient(to bottom, #9fce4c, #76ac1f);
    border-radius: 0px 0px 5px 5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.home-system-name {
   text-align: center;
    color: #706f6f;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.homepage-system  .cat-main-pic {
    height: 100px;
    line-height: 100px;
}

.home-system-description {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    text-align: left;
    font-size: 12px;
}

/*System carousels*/

.systems-row {

}

#ongrid-car .owl-item, #offgrid-car .owl-item {
    padding: 5px;
}

#ongrid-car, #offgrid-car {
    padding-left: 14px;
}

.systems-row  .owl-next {
    right: -5px;
    background-image: url('/static/imgs/car-controls.png') !important;
    height: 50px;
    width: 25px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -17px 0px;
    border-radius: 0px;
    /* vertical-align: middle; */
    position: absolute;
}

.systems-row  .owl-prev {
    left: -39px;
    background-image: url('/static/imgs/car-controls.png') !important;
    height: 50px;
    width: 25px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -17px -68px;
    border-radius: 0px;
    /* vertical-align: middle; */
    position: absolute;
}


#home-systems .owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 5px;
padding: 0px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
/* border-radius: 30px; */
background-color: transparent !important;
filter: Alpha(Opacity=50);
opacity: 0.5;
height: 73px;
background-repeat: no-repeat;
width: 17px;
}

.systems-row  .owl-buttons {
position: absolute;
top: -125px;
width: 100%;
}

/*//Homepage*/


/*Main content*/
#main-content-wrap {
    /*padding-top: 20px;*/
    min-height: 90%;
}
/*//Main content*/

/*Catalog*/
#cat-menu {

}

#cat-menu {
text-align: right;
text-transform: uppercase;
font-size: 17px;
font-weight: 600;
padding: 10px 0px;
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
}

#cat-menu > li  {
    margin: 20px 0px;
}



#cat-menu > li a {
    color: inherit !important;
}

#cat-menu > li > ul {
    color: rgb(51, 51, 51);
}

#cat-menu li ul {
    text-align: right;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

#cat-menu li ul li {
    font-size: 13px;
    margin-bottom: 5px;
}

.item-block {
    padding-bottom: 50px;
    padding-top: 10px;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    width: 100%;
}

.cat-main-description  {
    padding-left: 10px;
    padding-right: 0px !important;
}

.cat-main-description h3 {
    /*text-transform: uppercase;*/
    margin-top: 0px;
}

.cat-main-description h3 a{
    color: inherit;
}

.cat-main-description h3 a:hover {
    text-decoration: none;
}

.item-page-left-col {
    margin-bottom: 10px;
}

.calc-section .item-block {
padding-bottom: 50px;
border-bottom: none;
display: inline-block;
width: 100%;
padding-top: 0px !important;
}

#results .item-block {
    padding-top: 0px !important;
    border-bottom: none;
}

.cat-main-pic {
    height: 230px;
    line-height: 230px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0px;
    background: #fff;
    padding-right: 0px !important;
    margin-right: 0px;
}

.item-page-left-col .downloads:after {
content: "";
height: 15px;
width: 11px;
position: absolute;
background: url("/static/imgs/down.png");
right: 6px;
top: 6px;
}

.cat-main-pic > div {
    /*line-height: 20px;*/
}

.cat-main-pic img {
    vertical-align: middle;
}

.cat-main-pic .img-responsive {
    display: inline-block !important;
    max-height: 226px !important;
}

.blank-pic {
    background: #fff;
}

.non-blank-pic img {
    /*height: 100%;*/
}

.cat-main-pic .owl-item .img-responsive {
    max-width:80% !important;
}

.small-pics {
    margin-bottom: 10px;
    /*height: 55px;*/
    overflow: hidden;
}

.small-pics img:first-child {
    margin-left: 0px !important;
}

.small-pics img {
height: 54px;
display: inline-block;
float: left;
margin:0px 5px;
}

.home-blog-item-ver h4 {
margin-top: 10px;
text-overflow: ellipsis;
overflow: hidden;
max-height: 52px;
/* white-space: nowrap; */
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 18px;
/* width: 140px; */
-webkit-line-clamp: 3;
}

.cat-item-desc {
    padding-top: 10px;
    border-top: 1px solid #ccc;
        text-align: justify;
}

.cat-item-desc.trunked {
    height: 234px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;

}



.cat-item-desc p {
    text-align: justify;
}

.item-feature {
    margin: 5px 0px;
}

.item-feature-name {
    text-transform: uppercase;
    color: #000;
}

.homepage-system .cat-main-pic img {
    height: 100% !important;
}

.item-page-left-col .green-grad-button {
margin: 0px 0px;
float: left;
}

.downloads {
border-radius: 3px;
border: solid 1px #009F00;
padding: 3px 15px 3px 3px;
margin-top: 3px;
}


.downloads a {
color: inherit !important;
display: inline-block;
font-size: 12px;
}

.home-blog-item-ver img {
    max-height: 128px;
text-align: center;
display: block;
margin: 0px auto;
}

.downloads:after {
content: "";
height: 15px;
width: 11px;
position: absolute;
background: url("/static/imgs/down.png");
right: 15px;
top: 5px;
}

.cat-carousel {
    margin-bottom: 10px;
}

.cat-carousel .item {
    padding: 0px 5px;
    cursor: pointer;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
width: 8px;
height: 13px;
padding: 6px 16px;
min-width: 9px;
margin-top: 2px;
}
/*//Catalog*/

/*Footer*/
#footer {
position: relative;
background: #484846;
height: 75px;
padding-top: 5px;
margin: 0 auto;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
color: #dadada;
}

#footer #top-menu li a {
    color: #dadada !important;
}

#copyright {
    position: absolute;
    bottom: 7px;
    right: 136px;
    font-size: 12px;
}
/*//Footer*/

/*Order call*/
#order-call {
    position: fixed;
    top: 400px;
    right:0px;
    border-bottom: 1px solid #95c11f;
    border-left: 1px solid #95c11f;
    border-top: 1px solid #95c11f;
    padding: 9px 3px 3px 11px;
    width: 140px;
    border-radius: 15px 0px 0px 15px;
}

#order-call > * {
    display: inline-block;
    float: left;
}

#order-call img {
    margin-right: 5px;
    vertical-align: middle;
}

#order-call p {
width: 67px;
color: #95c11f;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}

/*//Order call*/

/*Calculator*/

.appliance-image img {
    /*height: 100%;*/
}

#appliances_array_block.row {
    margin: 0px;
}

h1.calc-title {
    margin: 0px;
    font-size: 25px;
    color: #575757;
    text-transform: uppercase;
}

#calc-instrauction {
    border: solid 1px #c0c0c0;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
}

#reset-calc {
font-size: 12px;
padding: 3px 11px;
    margin-top: 20px;
}

.calc-appliance {
    height: 100px;
    padding: 5px;
    /*border: solid 1px #c0c0c0;*/
    border-radius: 3px;
    margin: 0px !important;
    /*margin: 4px;*/
}

#appliances_array_block *::selection{
    background:  transparent;
}

#appliances_array_block *::-moz-selection{
    background:  transparent;
}

.calc-appliance  .row {
    margin: 0px !important;
}

.step-lead {
font-size: 18px;
font-weight: bold;
}

.calc-recommend-annotation {
text-transform: uppercase;
border-bottom: solid 1px #c0c0c0;
border-top: solid 1px #c0c0c0;
padding-top: 10px;
font-size: 16px;
}

.appliance-name {
overflow: hidden;
text-overflow: ellipsis;
height: 60px;
text-align: left;
font-size: 13px;
}

.quantity-value {
    width: 30px;
    text-align: center;
}

.minus span, .plus span {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    background: #86b33c;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.minus {
    width: 30%;
    text-align: center;
    display: inline-block;
}

.plus {
    width: 30%;
    text-align: center;
    display: inline-block;
}

.appliance_num {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.ongrid, .offgrid {
    width: 60px;
    height: 22px;
    display: inline-block;
    padding-left: 28px;
    background-image: url("/static/imgs/radio.png");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    cursor: pointer;

}

.clean.active, .modified.active  {
    background-position: 0% 0%;
}

.clean, .modified {
    width: 85px;
    height: 22px;
    display: inline-block;
    padding-left: 28px;
    background-image: url("/static/imgs/radio.png");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    cursor: pointer;

}

.ongrid.active, .offgrid.active  {
    background-position: 0% 0%;
}

.calc-section {
    margin-top: 15px;
}

.calc-section > div > div {
    margin-bottom: 15px;
}

.calc-section input {
    width: 60px;
}

#calc-system {
    cursor: pointer;
    font-size: 19px;
    margin-top: 15px;
}

#results {
margin-top: 30px !important;
margin-bottom: 20px  !important;
}

#results .homepage-system .main-item-block {
    height: 160px;
}

#results .homepage-system .home-system-name a {
    text-transform: uppercase;
    color: #575757;
}

#results .homepage-system .home-system-name a:hover {

}

.equipment-num {
    position: absolute;
    margin: 5px;
    padding: 10px;
    bottom: 30px;
    background: linear-gradient(to bottom, #9fce4c, #76ac1f);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}


#cat-menu .active {
    color: #80ab39;
}

#cat-menu li:first-child {
    margin-top: 0px !important ;
}
/*//Calculator*/

/* search panel */

.gsib_a {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 0px !important;
}

.gsc-control-wrapper-cse {
    position: static;
    height: 30px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #f4f4f4 !important;
    background-color: #f4f4f4  !important;
    filter: none;
    border-radius: 0px 5px 5px 0px  !important;
    margin-right: 20px;
    background-image: url(/static/imgs/search.png) !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 28px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    background: none !important;
    padding-right: 0px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
padding: 0px !important;
width: 230px !important;
}

.gsc-search-button .gsc-search-button-v2 {
    margin-left: 0px;
}

.gsc-input-box {
    /* border: 1px solid #f4f4f4; */
    background: #fff;
    height: 29px;
    vertical-align: top;
    display: inline-block;
    border-radius: 5px 0px 0px 5px;
}

.gsc-search-box .gsc-input>input:hover, .gsc-input-box-hover {
border: none;
border-top-color: #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
outline: none;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border: none !important;
}

table.gsc-search-box td {
vertical-align: top;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
width: 13px;
height: 13px;
padding: 6px 27px;
min-width: 13px;
margin-top: 0px !important;
}

table.gsc-search-box td {
vertical-align: top !important;
}


input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border-color: #ffffff !important;
    box-shadow: none !important;
}

.gsc-input-box-focus {
    border: none !important;
}

.gsc-input-box {
border: 1px solid #D9D9D9;
background: #fff;
height: 28px !important;
}

.gsc-control-cse {
font-family: Arial, sans-serif;
border-color: #DADADA;
background-color: #DADADA;
margin-top: 2px;
}

/*Systems compare*/

#compare-block {
    padding-left: 30px;
}

#compare-block h2 {
    text-transform: uppercase;
}

#systems-results .table thead {
    font-weight: bold;
}

.compare_serie {
    text-transform: uppercase;
    font-size: 19px;
      margin-bottom: 20px;
}

.compare_series_block{
    margin-bottom: 30px;
}

#systems-results {
    margin-top: 30px;
}

#systems-results thead tr {
    color: #fff;
    background-color: #5bab39;
    text-align: center;
}

#systems-results tbody {
    border: solid 1px #484846;
    background: #fff;
}

.instruction {
    margin: 20px 0px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
}

/*Blog*/

#home-blog {
    color: #878787;
}

.blog-list-item {
    padding-bottom: 20px;
margin-bottom: 40px;
border-bottom: solid 1px #ccc;
}

.blog-list-item img {
    margin: 0px auto;
}

.blog-list-item a {
    color: inherit;

}

.blog-list-item h4{
    margin-top: 0px;
    font-size: 25px;
    text-transform: uppercase;
}

#home-blog .home-title .title-line {
    border-top: 1px solid #9d9d9c;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: auto;
    height: 0px;
    width: 89%;
    vertical-align: middle;
}

.home-blog-item-hor {
    background: #fff;
    padding: 10px;
    color: #000;
}

.home-blog-item-hor h4 {
margin-top: 0px;
text-overflow: ellipsis;
overflow: hidden;
max-height: 40px;
/* white-space: nowrap; */
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 1.1em;
/* width: 140px; */
-webkit-line-clamp: 2;
}


.home-blog-item-hor {
   height: 139px;
    margin-bottom: 10px;
}


.home-blog-item-hor .blog-text p {
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
max-height: 68px;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 1.4em;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
max-height: 68px;
}


.home-blog-item-ver {
margin-left: 10px;
background: #fff;
padding: 10px;
height: 270px;
}

.home-blog-item-ver a {
    color: #000;
}

.home-blog-item-ver a:hover {
    text-decoration: none;
}

.home-blog-item-ver p {
font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*Order block*/

.order-block .green-grad-button {
    font-size: 19px;
    margin-top: 15px;
}

.narrow-block {
margin: 0px 130px;
}

.calc-title {
    text-transform: uppercase;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
}

.lowercased {
    text-transform: lowercase;
}



  #energy-wrapper {
                background-repeat: no-repeat;
min-height: 460px;
min-width: 775px;
display: block;
position: relative;
background-image: url('/static/energy-info/energybg-sprite.png');
margin: 0px auto;
width: 775px;
            }

            .energy-hover-block {
                height: 110px;
                width: 150px;
                display: inline-block;
                position: absolute;
                cursor: pointer;
            }

            #panels {
                top: 78px;
                left: 24px;
            }

            #invertor {
                left: 24px;
                top: 219px;
            }

            #accums {
                left: 24px;
                top: 346px;
            }

            #wires {
                right: 0px;
                top: 78px;
            }

            #counter {
                right: 0px;
                top: 219px;
            }

            #grid {
               right: 0px;
               top: 346px;
            }

            .panelsbg {
                background-position: 0px 0px;
            }

            .invertorbg {
                background-position: -794px -0px;
            }

            .accumsbg {
                background-position: -0px -454px;
            }

            .wiresbg {
                background-position: -794px -454px;
            }

            .counterbg {
                background-position: -0px -908px;
            }

            .gridbg {
                background-position: -794px -908px;
            }

#page-content {
    display: inline-block;
    /*width: 800px;*/
    margin-left: 30px;
    float: left;
}

#side-bar {
    width: 250px;
    float: left;
    margin-left: 30px;
}

.gsc-control-cse div {
position: static;
padding-left: 9px;
margin-left: 12px !important;
}

.gsc-control-cse {
font-family: Arial, sans-serif;
border-color: #DADADA;
background-color: #DADADA;
float: right !important;
}

input.gsc-search-button-v2 {
width: 10px;
height: 13px;
padding: 6px 16px !important;
min-width: 13px;
margin-top: 2px;
}

.blog-list-date {
    text-align: center;
margin-top: 15px;
background: #80ab39;
padding: 3px 0px;
color: #fff;
}

.blog-page-date {
background: #80ab39;
padding: 3px 0px;
color: #fff;
width: 100px;
text-align: center;
}

.gsc-control-cse div {
position: static;
text-align: left !important;
    width: 100% !important;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}


.cat-carousel .owl-buttons {
    position: absolute;

    width: 100%;
}

.cat-main-pic .owl-theme .owl-controls{
margin-top: 10px;
text-align: left !important;
position: relative;
bottom: 75px;
left: inherit !important;
top: -240px !important;
}


.cat-main-pic .owl-buttons .owl-next {
right: -5px;
background-image: url('/static/imgs/car-controls.png') !important;
height: 71px;
width: 25px;
line-height: 50px;
background-repeat: no-repeat;
background-color: transparent;
background-position: -14px 0px;
border-radius: 0px;
/* vertical-align: middle; */
position: absolute;
top: 75px;
}

.cat-main-pic .owl-buttons .owl-prev {
left: 0px;
background-image: url('/static/imgs/car-controls.png') !important;
height: 71px;
width: 25px;
line-height: 50px;
background-repeat: no-repeat;
background-color: transparent;
background-position: -16px -67px;
border-radius: 0px;
/* vertical-align: middle; */
position: absolute;
top: 75px;
}

.compare_series_block label {
    /*width: 98px;*/
}

#footer {
    min-width: 1170px;
}

.accums_compare.compare_series_block label {
    width: 200px !important;
}

#home-blog .home-title {
    margin-bottom: 10px;
}

#home-blog .home-title .title-line {
    width: 80%;
}


#home-blog .row {
    margin: 10px 0px 10px 0px;
}


.player_badge {
  height: 70px;
  width: 100px;
  margin: 0px auto;
  background-image: url('/static/imgs/youplay.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  display: inherit;
  left: 0;
  right: 0;
  top: 145px;
  opacity: 0.8;
}

#compare-block .green-grad-button {
    font-size: 20px;
}

.compare_breadcrumb {

    padding-left: 30px;
}

.compare_table_top{
  background: linear-gradient(to bottom, #86cc66, #5bab39);
  height: 35px;
  text-align: center;
  padding-top: 10px;
  color: white;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px 5px 0px 0px;
  font-size: 14px;
  font-weight: bold;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
   content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #c6c6c6;
  /* border-top: 1px solid #000000; */
  top: 0;
  width: 100px;
  margin-top: 24px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

#seo_block {
    display:none;
}

.my_hidden {
    display: none;
}

.energy-access-home {
    background-position: 0% 0%;
}

.energy-access-home-1 {
    background-position: 0% 100%;
}

.margin-top20 {
    margin-top: 20px;
}

.footer-phone {
    padding-top: 22px;
    padding-left: 40px;
}

.tocenter {
    margin: 0px auto;
}

.color218 {
    color:rgb(218, 218, 218);
}

.home-slide-ru-1 {
    width: 100%;background: url('/static/imgs/slides/new-slides/1.png') no-repeat; background-position: center center;
}

.home-slide-ru-2 {
    width: 100%;background: url('/static/imgs/slides/new-slides/2.png') no-repeat; background-position: center center;
}

.home-slide-ru-3 {
    width: 100%;background: url('/static/imgs/slides/new-slides/3.png') no-repeat; background-position: center center;
}

.home-slide-ru-4 {
    width: 100%;background: url('/static/imgs/slides/new-slides/4.png') no-repeat; background-position: center center;
}

.home-slide-ru-5 {
    width: 100%;background: url('/static/imgs/slides/new-slides/5.png') no-repeat; background-position: center center;
}

#logo h1 {
    font-weight: 900;
    font-size: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #454545;

}

#logo a:hover {
    text-decoration: none;
}

#logo h1:hover,#logo span:hover {
    text-decoration: none;
}

#logo span {
    text-transform: lowercase;
    color: #82B62C;
    font-weight: 900;
    text-align: center;
    width: 166px;
    display: inline-block;
}

#logo {
    padding-left: 30px;
}

#top-menu {
    text-transform: uppercase;
}