/* FONTS */

@font-face {
    font-family: "LoraRegular";
    src:  url("../fonts/LoraRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "LoraBoldItalic";
    src: url("../fonts/LoraBoldItalic.eot");
    src: url("../fonts/LoraBoldItalic.eot?#iefix")format("embedded-opentype"), url("../fonts/LoraBoldItalic.woff") format("woff"), url("../fonts/LoraBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "LoraItalic";
    src: url("../fonts/LoraItalic.eot");
    src: url("../fonts/LoraItalic.eot?#iefix")format("embedded-opentype"), url("../fonts/LoraItalic.woff") format("woff"), url("../fonts/LoraItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNovaBlack";
    src: url("../fonts/ProximaNovaBlack.eot");
    src: url("../fonts/ProximaNovaBlack.eot?#iefix")format("embedded-opentype"), url("../fonts/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNovaBold";
    src: url("../fonts/ProximaNovaBold.eot");
    src: url("../fonts/ProximaNovaBold.eot?#iefix")format("embedded-opentype"), url("../fonts/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNovaRegular";
    src: url("../fonts/ProximaNovaRegular.eot");
    src: url("../fonts/ProximaNovaRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNovaSemibold";
    src: url("../fonts/proximanova-semibold.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNovaLight";
    src: url("../fonts/proximanova-light.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNovaExtrabold";
    src: url("../fonts/proximanova-extrabold.otf");
    font-style: normal;
    font-weight: normal;
}
/* placeholders reset */

input::-webkit-input-placeholder {
    color: black;
}
input::-moz-placeholder {
    color: black;
}
/* Style Reset */

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
input,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
blockquote,
q {
    quotes: '';
}
.clrfix:after {
    content: '';
    clear: both;
    display: block;
}
/* End Style Reset */

/* FrontTemp */

.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.cont-width {
    width: 1000px;
    /* content width */
}
.half-width {
    width: 50%;
    /* half content width */
}
.full-width {
    width: 100%;
    /* content width */
}
.top-video-sect {
    height: calc(100vh - 147px);
    /*height: 90vh;*/
    /*height: 820px;*/


    /*max-height: 78vh;*/


    /*max-height: 84vh;*/
    overflow: hidden;
    position: relative;
}
.top-video-sect .grid-pattern{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/white-diagonal-lines.png);
  opacity: .25;
  z-index: 2;
}
.top-video-sect .preload-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/er-main-pic-lq.jpg) center 0% no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: 2;
}
.top-video-itm {
    width: 100%;
}
.std-video {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.top-video-itm.l-itm {
    height: 100%;
    width: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgb(255, 255, 255);
}

@-webkit-keyframes videoDragExample{
  0%, 60%{ width: calc(50% + 4px); }
  12%{ width: calc(67% + 4px); }
  30%{ width: calc(15% + 4px); }
}
@keyframes videoDragExample{
  0%, 60%{ width: calc(50% + 4px); }
  12%{ width: calc(67% + 4px); }
  30%{ width: calc(15% + 4px); }
}
.top-video-itm.l-itm.drag-example{
  -webkit-animation: videoDragExample 12s ease 4s infinite;
  -moz-animation: videoDragExample 12s ease 4s infinite;
  -o-animation: videoDragExample 12s ease 4s infinite;
  animation: videoDragExample 12s ease 4s infinite;
}
.videotoogler {
    height: 100%;
    left: 49.8%;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 8px;
    cursor: w-resize;
}
@-webkit-keyframes togglerDragExample{
  0%, 60%{ left: 49.8%; }
      12%{ left: 67%; }
      30%{ left: 15%; }
}
@keyframes togglerDragExample{
  0%, 60%{ left: 49.8%; }
      12%{ left: 67%; }
      30%{ left: 15%; }
}
.videotoogler.drag-example{
  -webkit-animation: togglerDragExample 12s ease 4s infinite;
  -moz-animation: togglerDragExample 12s ease 4s infinite;
  -o-animation: togglerDragExample 12s ease 4s infinite;
  animation: togglerDragExample 12s ease 4s infinite;
}
.top-video-sect::after {
    background: rgba(0, 0, 0, 0) url("../img/scroll-arrow.png") repeat scroll 0 0;
    bottom: 50px;
    content: "";
    height: 53px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 33px;
    z-index: 33;
}
.top-video-itm.r-itm > img {
    width: 100%;
}
.main-title{
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: "ProximaNovaRegular";
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}
.main-title p{
  display: inline-block;
  max-width: 85%;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in;
  text-shadow: 1px 1px 0px #000;
}
.main-title p span{
  display: inline-block;
  font-family: "ProximaNovaExtrabold";
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
.main-title p i{
  font-style: normal !important;
}
.main-title p.visible{
  opacity: 1;
}
.main-title .dirt, .main-title .clean{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-content {
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    /*max-width: 1780px;*/
}
.above{
  padding-top: 70px;
  margin-bottom: 16px;
  text-align: center;
}
.above p{
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-family: "ProximaNovaBold";
  font-size: 18px;
  text-transform: uppercase;
}
.above p:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 16px;
  background: transparent url(../img/above-ok.png) center no-repeat;
}
.partners-list {
    box-sizing: border-box;
    font-size: 0;
    height: 210px;
    padding-top: 10px;
    text-align: center;
}
.partners-list-itm {
    display: inline-block;
    vertical-align: middle;
}
.partners-list-itm img{
    width: 100%;
}
.how-it-brown-bl {
    background-color: rgb(102, 75, 61);
    padding-bottom: 98px;
    position: relative;
}
.how-it-brown-bl .site-content {
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
}
.how-green-bl {
    background-color: rgb(81, 212, 0);
    box-sizing: border-box;
    float: left;
    /*max-width: 1280px;*/
    padding: 31px 100px 84px 45px;
    margin-top: -63px;
}
.how-green-title::before {
    color: rgb(255, 255, 255);
/*    content: attr(data-title);
    display: block;*/
    font: 18px/1 ProximaNovaBold;
    letter-spacing: 0.3px;
    margin-bottom: 7px;
    opacity: 0.75;
}
.how-green-title {
    color: rgb(0, 0, 0);
    font: 60px/1 ProximaNovaExtrabold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.how-green-subtitle {
    color: rgb(255, 255, 255);
    font: 26px/31px ProximaNovaRegular;
    font-weight: bold;
    /*font: 32px/1 LoraItalic;*/
    margin-top: 31px;
}
.how-green-text {
    color: rgb(255, 255, 255);
    font: 26px/31px ProximaNovaRegular;
    margin-top: 20px;
}
.how-green-text:last-child {
    margin-top: 32px;
}
.how-green-text b {
    font-family: ProximaNovaSemibold;
    font-weight: normal;
}
.how-it-look {
    background: rgba(0, 0, 0, 0) url("../img/how-look-back.png") repeat scroll center 0;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-top: 40px;
    min-height: 560px;
    padding: 48px 75px 55px 45px;
    width: 100%;
}
.how-it-work {
    float: left;
    width: 100%;
}
.comment-slider {
    background: rgba(0, 0, 0, 0) url("../img/comment-backfon.png") repeat scroll 0 0;
    box-sizing: border-box;
    float: right;
    margin-top: -63px;
    /*padding: 30px 30px 40px 30px;*/
    width: 415px;
}

.comment-slider-itm{
  box-sizing: border-box;
  padding: 30px 30px 40px 30px;
  text-align: left;
}

.comment-slider-itm img{
  max-width: 100%;
  margin-bottom: 20px;
}
.comment-slider-itm-slider{
  text-align: center;
}
.comment-slider-title {
    text-align: left;
    color: rgb(0, 0, 0);
    font: 30px/40px proximanovaextrabold;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.comment-slider-title .colored{
    color: #005480;
}
.comment-slider-text {
    text-align: left;
    color: rgb(0, 0, 0);
    font: 18px/26px proximanovaregular;
    letter-spacing: 0.06px;
    margin-top: 20px;
}
.first .comment-slider-text {
    color: rgb(0, 0, 0);
    font: 21px/30px "LoraItalic";;
    margin-top: 20px;
}
.comment-slider-text a{
    font: 18px/26px proximanovaregular;
    color: #1393e3;
    text-decoration: none;
}
.lSAction{
  right: 30px;
  width: 110px;
}
.lSAction > a{
  background-color: rgb(81, 212, 0);
  background: rgb(81, 212, 0) url('../img/comment-slider-arrow.png') center no-repeat;
}
.lSAction > .lSPrev{
  left: 0;
  background-position: 50%;
}
.lSAction > .lSNext{
  right: 0;
  /*width: 235px;*/
  background-position: 50%;
  background-image: none;
}
.lSAction > .lSNext:before{
  /*content: 'Performance results';
  display: block;*/
  position: absolute;
  left: 16px;
  top: 0;
  /*transform: translateY(-50%);*/
  width: 80%;
  height: 100%;
  font-family: "ProximaNovaRegular";
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}
.lSAction > .lSNext:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: transparent  url('../img/comment-slider-arrow.png') center no-repeat;
  transform: rotate(180deg);
}
.how-it-look-title {
    color: rgb(255, 255, 255);
    font: 60px/1 proximanovaextrabold;
    letter-spacing: 1.5px;
    margin-left: 27px;
    text-align: center;
    text-transform: uppercase;
}
.how-it-look-itm {
    color: rgb(255, 255, 255);
    font: 26px/30px proximanovaregular;
    margin-bottom: 32px;
    position: relative;
}
.how-it-look-itm::before {
    background-color: rgb(81, 212, 0);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 4px;
    vertical-align: top;
    width: 25px;
}
.how-it-look-list {
    margin-top: 41px;
}
.l-column {
    float: left;
    width: 50%;
}
.r-column {
    float: right;
    width: 48%;
}
.how-it-work .above p{
  color: #64dd17;
}
.how-it-work-title {
    color: rgb(100, 221, 23);
    font: 60px/1 proximanovaextrabold;
    letter-spacing: 1.65px;
    text-align: center;
    text-transform: uppercase;
}
.how-it-work-list {
    margin-top: 5vw;
    /*padding: 0 20px 0 66px;*/
    font-size: 0;
}
.how-it-work-list-content {
  position: relative;
  padding-top: 5vw;
    /*white-space: nowrap;*/
}
.how-it-work-list-content .img{
    /*white-space: nowrap;*/
}
.img-arr{
  position: absolute;
  top: 30px;
  left: 20%;
  width: 96px;
  height: 41px;
  background: transparent url('../img/how-arrow.png') center no-repeat;
}
.img-arrd, .img-arrd-2{
  position: absolute;
  top: 30px;
  left: 47%;
  width: 96px;
  height: 41px;
  background: transparent url('../img/how-arrow-dashed.png') center no-repeat;
}
.img-h2, .img-h2{
  position: absolute;
  top: 0;
  left: 49%;
  width: 24px;
  height: 23px;
  background: transparent url('../img/how-h2.png') center no-repeat;
}
.img-and{
  position: absolute;
  top:10vw;
  left: 74%;
  width: 50px;
  height: 16px;
  background: transparent url('../img/how-and.png') center no-repeat;
}
.how-it-work-img {
    height: 100%;
    max-width: 90%;
}
.how-it-work-title-text {
    margin-top: 55px;
    color: rgb(255, 255, 255);
    opacity: 0.75;
    font: 30px/35px "ProximaNovaRegular";
}
.how-it-work-itm {
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: top;
}
.how-it-work-itm.f-marg .how-it-work-subtitle-text {
    margin-top: 5px;
    font-family: proximanovaregular;
}
.how-it-work-subtitle-text {
    color: rgb(255, 255, 255);
    opacity: 0.75;
    font: 24px/29px Loraitalic;
}
/*.how-it-work-itm.f-marg {
    margin-right: 160px;
}
.how-it-work-itm.s-marg {
    margin-right: 127px;
}
.how-it-work-itm.t-marg {
    margin-right: 81px;
}*/
.dirty-resourses {
    background: rgba(0, 0, 0, 0) url("../img/dirty-fuel-back.jpg") repeat scroll 0 0;
    position: relative;
    padding-bottom: 98px;
}
.dirty-resourses .above p{
  color: #ef5350;
}
.dirty-resourses .above p:before{
  background-image: url(../img/above-cross.png);
}
/*.dirty-resourses-title::before {
    background: rgba(0, 0, 0, 0) url("../img/dirty-fuel-pre-title.png") no-repeat scroll center 0;
    content: "";
    display: block;
    height: 13px;
    margin-bottom: 16px;
    width: 100%;
}*/
.dirty-resourses-title {
    color: rgb(255, 255, 255);
    font: 48px/1 proximanovaextrabold;
    letter-spacing: 1.4px;
    /*padding-top: 67px;*/
    text-align: center;
    text-transform: uppercase;
}
.dirty-resourses-slider {
    margin-top: 35px;
    width: 100%;
}
/* SLIDER items */

.oil-itm .dirty-resourses-slid-itm-title {
    background-image: url("../img/slid-t-1.png");
}
.natural-gas-itm .dirty-resourses-slid-itm-title {
    background-image: url("../img/slid-t-2.png");
}
.coal-itm .dirty-resourses-slid-itm-title {
    background-image: url("../img/slid-t-3.png");
}
.nuclear-itm .dirty-resourses-slid-itm-title {
    background-image: url("../img/slid-t-4.png");
}
.global-warming-itm .dirty-resourses-slid-itm-title {
    background-image: url("../img/slid-t-5.png");
}
.dirty-resourses-slid-itm {
    float: left;
    width: 20%;
    overflow: hidden;
}
.dirty-resourses-slid-itm-title {
    margin-top: 34px;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 84px;
}
.dirty-resourses-si-text {
    background-color: rgba(0, 0, 0, 0.65);
    /* Kiril`s offer */
    bottom: 20px;
    /*bottom: 42px;*/
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    left: 0;
    margin: auto;
    max-width: 95%;
    /*max-width: 90%;*/
    opacity: 0;
    padding: 25px 12px 20px 20px;
    /*padding: 30px 10px 43px 20px;*/
    position: absolute;
    right: 0;
}
.dirty-resourses-si-text-itm {
    background: rgba(0, 0, 0, 0) url("../img/delete-icon.png") no-repeat scroll 0 0;
    color: rgb(255, 255, 255);
    /* Kiril offer*/
    font: 18px/23px proximanovaregular;
    padding-left: 28px;
    margin-top: 9px;
    /*font: 21px/25px proximanovaregular;
    padding-left: 28px;
    margin-top: 25px;*/
}
.dirty-resourses-si-text-itm:first-child {
    margin-top: 0;
}
.dirty-resourses-slid-itm.active .dirty-resourses-si-text {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
}
.dirty-resourses-slid-itm {
    background-repeat: no-repeat;
    position: relative;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
    float: left;
    height: 640px;
    width: 12.75%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.dirty-resourses-slid-itm::after {
    border: 4px solid rgba(195, 70, 70, 0);
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
}
.dirty-resourses-slid-itm.active::after {
    border-color: rgb(195, 70, 70);
}
.dirty-resourses-slid-itm.active {
    width: 49%;
    background-position: center top;
}
.oil-itm {
    background-image: url(../img/slid-back.jpg);
    background-position: right top;
}
.natural-gas-itm {
    background-image: url(../img/slid-back2.jpg);
    background-position: 24% top;
}
.coal-itm {
    background-image: url(../img/slid-back3.jpg);
    background-position: left top;
}
.nuclear-itm {
    background-image: url(../img/slid-back4.jpg);
    background-position: 38% top;
}
.global-warming-itm {
    background-image: url(../img/slid-back5.jpg);
    background-position: 45% top;
}
.hydrogen-solutiion {
  min-height: 208px;
    background: rgba(0, 0, 0, 0) url("../img/ok-icon.png") no-repeat scroll 41px 41px;
    border: 4px solid rgb(100, 221, 23);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    margin-top: 40px;
    padding: 35px 100px 39px 204px;
}
.hydrogen-solutiion-title {
    color: rgb(255, 255, 255);
    font: 36px/1 proximanovabold;
}
.hydrogen-solutiion-text {
    color: rgb(255, 255, 255);
    font: 26px/31px "ProximaNovaRegular";
    margin-top: 10px;
}
.safe-bl .above p{
  color: #64dd17;
}
.safe-bl-title {
    color: rgb(0, 0, 0);
    font: 48px/1 proximanovaextrabold;
    letter-spacing: 1.2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.safe-list {
    margin-top: 48px;
    position: relative;
    width: 100%;
}
.safe-list-itm.double-width-itm {
    width: 48.7%;
}
.safe-list-itm {
    width: 23.5%;
}
.safe-list-itm.double-width-itm .safe-itm-title {
    color: #000;
    /*color: rgb(81, 212, 0);*/
    font: 40px/1 proximanovaextrabold;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.safe-itm-title {
    color: rgb(0, 0, 0);
    font: 26px proximanovaextrabold;
    line-height: 36px;
    text-transform: uppercase;
}
.safe-itm-text {
    font: 22px/31px ProximaNovaRegular;
}
.safe-list-itm.double-height-itm {
    /*height: calc(910px + 2%);*/
    height: 90vh;
    padding-bottom: 2%;
    /*height: calc(80vh + 2%);*/
    /*height: 950px;*/
}
.safe-list-itm .safe-itm-background{
    min-height: 100%;
    max-height: 125%;
}
.safe-list-itm:nth-of-type(3) .safe-itm-background, .safe-list-itm:nth-of-type(5) .safe-itm-background{
    max-height: 100%;
}
.safe-list-itm.double-width-itm .safe-itm-background{
    min-width: 100%;
    min-height: 150%;
}
.safe-list-itm.double-height-itm .safe-itm-background{
    min-height: 110%;
    max-height: 110%;
}
@media screen and (min-width: 1000px){
  .safe-list-itm.double-height-itm.heating .safe-itm-background{
      position: relative;
      left: -22%;
  }
}

.grid-sizer {
    width: 23.5%;
}
.gutter-sizer {
    width: 2%;
}
.safe-list-itm {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: top;
    height: 45vh;
    /*height: 455px;*/
    margin-bottom: 2%;
    overflow: hidden;
}

.safe-list-itm:hover .safe-itm-background {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.safe-itm-background {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.safe-list-itm.double-width-itm .safe-itm-textblock {
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 34px 26px 40px;
    position: absolute;
    right: 51px;
    top: 40px;
    width: 80%;
}
.safe-itm-textblock {
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 18px 23px 26px;
    position: absolute;
    right: 46px;
    top: 40px;
    width: 77%;
}
.safe-list-itm.double-height-itm .safe-itm-textblock {
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 26px 27px 40px;
    position: absolute;
    right: 48px;
    top: 40px;
    width: 77%;
}
.safe-list-itm.double-height-itm.heating .safe-itm-textblock {
    background-color: rgba(255, 255, 255, 0.8);
}
.safe-list-itm.double-height-itm .safe-itm-textblock .safe-itm-text {
    font-size: 21px;
    line-height: 26px;
}
.safe-list-itm.double-height-itm .safe-itm-textblock .safe-itm-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2px;
    color: #000;
    /*color: rgb(81, 212, 0);*/
}
.footer {
    background-color: rgb(85, 62, 51);
    position: relative;
}
.foot-form {
    background-color: rgb(81, 212, 0);
    float: left;
    margin-top: -65px;
    padding-bottom: 65px;
    text-align: center;
    width: 100%;
}
.foot-form-title {
    color: rgb(255, 255, 255);
    font: 36px/1 proximanovaextrabold;
    letter-spacing: 0.5px;
    /*margin-left: 77px;*/
    padding-top: 37px;
    text-align: center;
    text-transform: uppercase;
}
.foot-form-subtitle {
    font: 21px/1 loraitalic;
    letter-spacing: 0.54px;
    margin-bottom: 29px;
    margin-top: 11px;
    text-align: center;
}
.std-inp {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: block;
    font: 21px/1 loraitalic;
    width: 776px;
}
.inp-group {
    width: 100%;
    max-width: 776px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.std-inp {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    display: block;
    font: 21px/1.5 loraregular;
    height: 56px;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.std-submit:active {
    box-shadow: 1px 1px 3px rgb(100, 221, 23) inset;
    margin: 0;
    padding: 0;
}

.std-submit:hover > span {
    top: -100px;
}
.std-submit > span {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.std-submit::after {
    content: attr(data-text);
    font-family: proximanovaextrabold;
    height: 100%;
    left: 0;
    line-height: 56px;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.std-submit:hover::after {
    top: 0;
}
.std-submit {
    background-color: rgb(255, 255, 255);
    border: medium none;
    overflow: hidden;
    color: rgb(81, 212, 0);
    cursor: pointer;
    position: relative;
    display: inline-block;
    font: 30px/1 proximanovabold;
    height: 56px;
    text-transform: uppercase;
    outline: medium none;
    text-align: center;
    vertical-align: top;
    width: 235px;
}
.in-error {
    opacity: 0;
    background-color: rgb(239, 83, 80);
    bottom: 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font: 16px/30px proximanovaregular;
    height: 30px;
    padding-left: 30px;
    position: absolute;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.inp-group.error .in-error {
    opacity: 1;
    bottom: -30px;
}
.inp-group.success .in-error {
    background-color: #1396e6;
    opacity: 1;
    bottom: -30px;
}
.foot-menu-itm {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font: 18px/1 proximanovaregular;
    margin-right: 47px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.foot-menu-itm:hover {
    color: rgba(255, 255, 255, 1);
}
.foot-menu {
    float: left;
    margin-bottom: 30px;
    margin-top: 34px;
}
.facebook-join {
    /*background: rgba(0, 0, 0, 0) url("../img/facebook-ico.png") no-repeat scroll right 0;*/
    color: rgb(255, 255, 255);
    float: right;
    font: 24px/45px loraitalic;
    margin-top: 18px;
    /*padding-right: 65px;*/
    text-decoration: none;

    display: none;
}
.copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    color: rgb(255, 255, 255);
    float: left;
    font: 14px/1 proximanovalight;
    padding: 25px 0 40px;
    width: 100%;
}
.copy{
  float: left;
  margin-top: 8px;
}
.designed{
  float: right;
}
.designed a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.designed a img{
  position: relative;
  top: 4px;
}
.safe-bl {
    margin-bottom: 150px;
}
.header {
    padding: 12px 0;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
}
.hamb-menu {
    display: inline-block;
    position: relative;
    width: 9vw;
    height: 56px;
    max-width: 90px;
    min-width: 45px;
    background-color: rgb(100, 221, 23);
    cursor: pointer;

    /*Condition  on >1000px*/
    display: none;
}
.hamb-menu-itm {
    background-color: rgb(255, 255, 255);
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 15px;
    width: 5.2vw;
    max-width: 52px;
    min-width: 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.hamb-menu-itm:nth-child(2) {
    top: 25px;
}
.hamb-menu-itm:nth-child(3) {
    top: 35px;
}
.subscribe-btn {
    border: 2px solid rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font: 21px/52px proximanovabold;
    height: 56px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: top;
    width: 169px;
    -webkit-transition: color 0.2s ease 0s, background-color 0.3s ease 0s;
    -moz-transition: color 0.2s ease 0s, background-color 0.3s ease 0s;
    -ms-transition: color 0.2s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.2s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.2s ease 0s, background-color 0.3s ease 0s;
}
.subscribe-btn::after {
    top: 100%;
    content: attr(data-text);
    left: 0;
    position: absolute;
    text-align: center;
    line-height: 56px;
    right: 0;
    font-family: proximanovaextrabold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.subscribe-btn:hover::after{
    top: 0;
}
.subscribe-btn > span {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.subscribe-btn:hover > span {
    top: -100%;
}
.subscribe-btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(81, 212, 0);
    border: medium none;
}
.subscribe-btn:active {
    background-color: rgb(255, 255, 255);
    border: medium none;
    box-shadow: 1px 1px 3px rgba(100, 221, 23, 0.6) inset;
    color: rgb(81, 212, 0);
}

.main-menu {
    display: inline-block;
    line-height: 56px;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-menu-itm {
    margin-left: 3vw;
    color: rgb(0, 0, 0);
    display: inline-block;
    font: 18px/1 ProximaNovaSemibold;
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header.sticky .main-menu-itm {
    color: black;
}
.main-logo {
    background: url("../img/Energy-Renaissance.png") no-repeat scroll 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    float: right;
    height: 56px;
    width: 281px;
    max-width: 55%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header.sticky {
    background: rgb(255, 255, 255);
}
.header.sticky .subscribe-btn {
    border-color: rgb(81, 212, 0);
    color: rgb(81, 212, 0);
}
.header.sticky .subscribe-btn:hover {
    background-color: rgb(81, 212, 0);
    color: rgb(255, 255, 255);
}
.header.sticky .subscribe-btn:active {
    background-color: rgb(81, 212, 0);
    border: medium none;
    box-shadow: 1px 1px 3px rgb(74, 166, 17) inset;
    color: rgb(255, 255, 255);
    line-height: 56px;
}
.header.sticky .main-logo {
    background-position: 0 100%;
}
.hamb-menu.opn ~ .main-menu {
    /*top: 0;*/
    transform: translateY(0);
}.main-menu-itm:hover, .header.sticky .main-menu-itm:hover {
    color: rgb(81, 212, 0);
}
.how-it-look-itm b {
    font-family: ProximaNovaExtrabold;
    font-weight: normal;
}

/*=======================================*/
/*---------------------------------------*/
/*---------------------------------------*/
/*=======================================*/
/*    --=====  MOBILE VERSION =====--    */
/*=======================================*/
/*---------------------------------------*/
/*---------------------------------------*/
/*=======================================*/
@media screen and (min-width: 1600px){
  .how-green-bl{
    width: 72%;
    min-height: 595px;
    padding-bottom: 40px;
  }
  .comment-slider{
    width: 26%;
    min-height: 595px;
  }
  .comment-slider-itm-slider{
    min-height: 525px;
  }
  .comment-slider-title{
    width: 80%;
  }
}


@media screen and (min-width: 1340px) and (max-width: 1599px){
  .how-green-bl{
    width: 72%;
    min-height: 623px;
    /*max-width: 71.9%;*/
  }
  .comment-slider{
    width: 26%;
    min-height: 623px;
  }
  .comment-slider-itm-slider{
    min-height: 553px;
  }
  .comment-slider-title{
    width: 80%;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1550px){
  .natural-gas-itm .dirty-resourses-slid-itm-title{
    background-size: contain;
  }
  .natural-gas-itm.active .dirty-resourses-slid-itm-title{
    background-size: auto;
  }
}


@media screen and (max-width: 1340px){
  .hamb-menu{
    display: inline-block;
  }
  /*  Header  */
  .main-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    white-space: normal;
    background-color: #fff;
    transform: translateY(-150%);
    z-index: -1;
  }
  .main-menu-itm{
    width: 100%;
    margin-left: 0;
    padding: 30px 6vw;
    color: #000;
  }
  /*  End Header  */

  /*  How it brown  */
  .how-green-bl{
    float: none;
  }

  /* Comment (Testimonial) slider */
  .comment-slider{
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .comment-slider-itm-slider{
    height: auto !important;
  }
  .comment-slider-itm{
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
  }
  .comment-slider-text{
    margin-top: 20px;
  }

  .lSAction{
    width: 110px;
    top: 40px;
    right: 40px;
  }

  /* looks */
  .how-it-look{
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .how-it-look-list > div{
    width: 100%;
  }

  /* works */
  .img-arr{
    top: 10px;
    left: 16vw;
    -webkit-background-size: 80%;
    background-size: 80%;
  }
  .img-arrd{
    top: 10px;
    left: 39vw;
    -webkit-background-size: 80%;
    background-size: 80%;
  }
  .img-h2{
    top: -20px;
    left: 42.3vw;
    -webkit-background-size: 80%;
    background-size: 80%;
  }
  .img-and{
    top:10vw;
    /*left: 62vw;*/
    width: 50px;
    height: 16px;
    -webkit-background-size: 75%;
    background-size: 75%;
  }
  .img-cont{
    height: 11vw;
  }
  .how-it-work-title-text{
    font-size: 20px;
    line-height: 28px;
  }
  .how-it-work-itm{

  }

  /*  End How it brown  */


  /*  Dirty resources  */

  /* dirty slider */
  .dirty-resourses-slid-itm {
      float: none;
      width: 100%;
      height: 130px;
      overflow: hidden;
  }
  .dirty-resourses-si-text{
    position: static;
    margin-top: 6vw;


    /*margin-top: 13vw;*/
    margin-bottom: 30px;
  }

  .dirty-resourses-slid-itm.active {
    width: 100%;
    height: auto;
    /*height: 550px;*/
  }
  /*  End Dirty resources  */


  /*  Safe powered block  */
  .safe-list-itm{
    width: 32%;
  }
  .grid-sizer {
      width: 32%;
  }
  .gutter-sizer {
      width: 2%;
  }
  .safe-list-itm.double-width-itm{
    width: 66%;
  }
  .safe-list-itm.double-width-itm .safe-itm-textblock, .safe-list-itm.double-height-itm .safe-itm-textblock{
    width: 70%;
    right: 10%;
    padding: 6%;
  }
  .safe-itm-textblock{
    padding: 18px 23px 26px;
  }
  .safe-list-itm .safe-itm-title, .safe-list-itm.double-width-itm .safe-itm-title, .safe-list-itm.double-height-itm .safe-itm-textblock .safe-itm-title{
    font-size: 26px;
    line-height: 1.25;
  }
  .safe-itm-text{
    font-size: 21px;
    line-height: 26px;
  }
/*  .safe-list-itm{
    width: 30vw;
    margin-right: 2vw;
  }
  .safe-list-itm{
    margin-right: 0;
  }*/
  /*  End Safe powered block  */

  /*  Footer  */
  .foot-form-subtitle{
    padding: 0 19vw;
  }
  .inp-group{
    width: calc(100% - 24.5vw);
  }
  .std-submit{
    max-width: 12vw;
    font-size: 18px;
  }
  .copyright{
    opacity: .5;
  }
  /*  End Footer  */

}

@media screen and (max-width: 1000px){
  /* Partners list */
  .partners-list{
    height: auto;
    padding-top: 3.5vw;
    padding-bottom: 64px;
  }
  .partners-list .site-content{
    padding-bottom: 3.5vw;
  }
  /* End Partners list */

  /*  How it brown  */
  .comment-slider{
    margin-top: 40px;
  }
  .img-and{
    left: 72%;
  }
  /*  End How it brown  */

  /*  Footer  */
  .inp-group{
    width: calc(100% - 24.5vw);
  }
  .std-submit{
    max-width: 12vw;
    font-size: 15px;
  }
  .foot-menu-itm{
    margin-right: 3vw;
    font-size: 14px;
  }
  .facebook-join{
    font: 18px/48px loraitalic;
  }

  /*  End Footer  */
/*End max-width: 1000px*/
}

@media screen and (max-width: 768px){

  /* video */
  .main-title p span{
    font-size: 42px;
  }

  /*  How it brown  */
  .how-it-brown-bl{
    padding-bottom: 15vw;
  }


  .how-green-title{
    margin-top: 3vw;
    font-size: 30px;
  }
  .how-green-subtitle{
    font-size: 24px;
  }
  .how-green-text{
    font-size: 21px;
  }

  /* slider */
  .comment-slider{
    padding: 0;
    /*padding-right: 48px;*/
    /*background: none;*/
    overflow: hidden;
  }
  .comment-slider .lSSlideOuter, .comment-slider .lSSlideWrapper{
    overflow: visible;
  }
  .comment-slider-itm{
    opacity: .5;
    transition: opacity 1.5s;
    padding: 30px;
    padding-bottom: 110px
/*    background: rgba(0, 0, 0, 0) url("../img/comment-backfon.png") repeat scroll 0 0;*/
  }
  .comment-slider-itm.active{
    opacity: 1;
  }
  .comment-slider-text{
    margin-top: 16px;
    text-align: left;
  }
  .lSAction{
    top: auto;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);

    /*visibility: hidden;*/
  }

  /* looks */
  .how-it-look-title{
    margin-left: 0px;
    font-size: 48px;
    line-height: 40px;
  }
  .how-it-look-itm{
    margin-bottom: 4vw;
    font-size: 18px;
  }

  /* works */
  .how-it-work-itm{
    position: relative;
    width: 50%;
    padding-top: 12vw;
  }
  .s-marg, .f-marg{
    width: 100%;
  }
  .f-marg{
    padding-top: 0;
  }
  .img-cont{
    height: 23vw;
  }

  .img-arr-c{
    position: absolute;
    width: 24px;
    height: 32px;
    background: transparent url('../img/how-arrow-mobile.png') center no-repeat;
    bottom: -10vw;
    left: calc(50% - 12px);
  }
  .img-arrd-l{
    position: absolute;
    width: 48px;
    height: 41px;
    background: transparent url('../img/how-arrow-dashed-mobile.png') center no-repeat;
    -webkit-background-size: 90%;
    background-size: 90%;
    top: -0.5vw;
    left: 40%;
  }
  .img-arrd-r{
    position: absolute;
    width: 48px;
    height: 41px;
    background: transparent url('../img/how-arrow-dashed-mobile.png') center no-repeat;
    -webkit-background-size: 90%;
    background-size: 90%;
    top: -.5vw;
    right: 40%;
    transform: rotateY(180deg);
  }
  .img-h2, .img-arr, .img-arrd{
    display: none;
  }
  .img-h2-l{
    left: 23%;
  }
  .img-h2-r{
    right: 23%;
  }
  .img-h2-l, .img-h2-r{
    position: absolute;
    top: 1vw;
    width: 24px;
    height: 23px;
    background: transparent url('../img/how-h2.png') center no-repeat;
  }
  .img-and{
    bottom: 28vw;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .how-it-work-title-text{
    padding: 0 10%;
  }
  /*  End How it brown  */

  /*  Safe  */
  .safe-bl .safe-list .safe-list-itm{
    width: 100%;
    height: 50px;
    transition: height .5s;
  }
  .safe-bl .safe-list .safe-list-itm.active{
    width: 100%;
    height: 65vw;
  }
  .safe-bl .safe-list .safe-list-itm:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #fff;
    transition: background-color .5s;
  }
  .safe-bl .safe-list .safe-list-itm.active:after{
    background-color: #51d400;
  }
  .safe-bl .safe-list .safe-itm-background{
    min-height: 50%;
    max-height: 100%;
    width: 100%;
  }
  .safe-bl .safe-list .double-height-itm{
    /*height: 42vh;*/
    padding-bottom: 0;
  }
  .safe-bl .safe-list .safe-itm-textblock{
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .safe-bl .safe-list .safe-itm-textblock .safe-itm-title{
    position: relative;
    padding-left: 6.7vw;
    font-size: 24px;
    line-height: 40px;
    background-color: #fff;
  }
  .safe-bl .safe-list .safe-itm-title:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 1.45vw;
    display: block;
    width: 2vw;
    height: 2vw;
    border-top: 1vw solid #51d400;
    border-left: 1vw solid #51d400;
    transform: rotate(-135deg);
    transition: transform .5s, top .5s;
  }
  .safe-bl .safe-list .safe-list-itm.active .safe-itm-title:before{
    top: 9px;
    transform: rotate(45deg);
  }
  .safe-bl .safe-list .safe-itm-text{
    box-sizing: border-box;
    margin-top: 3.4vw;
    padding: 3.4vw;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .85);
  }
  /*  End Safe  */

  /*  Footer  */
  .footer{
    text-align: center;
  }
  .foot-form-subtitle{
    padding: 0 3.5vw;
  }
  .inp-group{
    width: calc(100% - 26.5vw);
  }
  .std-submit{
    max-width: 14vw;
    font-size: 13px;
  }

  .foot-menu{
    margin-bottom: 0;
    text-align: center;
  }
  .foot-menu:after{
    content: '';
    display: inline-block;
    width: 100%;
  }
  .foot-menu-itm{
    margin-bottom: 2.5vw;
  }
  .facebook-join{
    float: none;
    /*display: inline-block;*/
    margin-top: 0;
  }
  /*  End Footer  */


/*End max-width: 768px*/
}
@media screen and (max-width: 640px){
  .site-content, .how-it-brown-bl .site-content{
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-content h2{
    font-size: 30px;
  }

  /*  Header  */
  .subscribe-btn{
    width: 130px;
    font-size: 19px;
  }
  /*  End Header  */


  /*  How it brown  */
  .how-green-bl{
    padding: 3.4vw;
  }

  .img-and{
    bottom: 56vw;

  }

  /* slider */
  /*  End How it brown  */

  /*  Dirty  */
  .dirty-resourses-slid-itm.active{
    height: auto;
    /*height: 780px;*/
  }
  .dirty-resourses-si-text{
    margin-top: 0;
    position: static;
  }
/*  .dirty-resourses-slid-itm.active.oil-itm{
    height: 650px;
  }
  .dirty-resourses-slid-itm.active.natural-gas-itm{
    height: 580px;
  }
  .dirty-resourses-slid-itm.active.coal-itm{
    height: 680px;
  }*/
  .hydrogen-solutiion{
    background-position: center 24px;
    padding: 150px 25px 25px;
  }
  .hydrogen-solutiion-text{
    margin-top: 20px;
    text-align: justify;
  }
  /*  End Dirty  */

  /*  Safe  */
  .safe-bl .safe-list .safe-itm-title:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 1.45vw;
    display: block;
    width: 2.2vw;
    height: 2.2vw;
    border-top: 1.2vw solid #51d400;
    border-left: 1.2vw solid #51d400;
    transform: rotate(-135deg);
  }
  /*  End Safe  */

  /*  Footer  */
  .inp-group{
    width: calc(100% - 26.5vw);
  }
  .std-submit{
    max-width: 19vw;
    font-size: 12px;
  }
  .copy, .designed{
    float: none;
  }
  /*  End Footer  */


/*End max-width: 640px*/
}

@media screen and (max-width: 380px){
  /*  Header  */
  .main-logo{
    background-position: 0 -50%;
  }
  .header.sticky .main-logo{
    background-position: 0 150%;
  }
  /*  End Header  */

  /*  Dirty  */
/*  .dirty-resourses-slid-itm.active{
    height: 960px;
  }
  .dirty-resourses-slid-itm.active.natural-gas-itm {
    height: 850px;
  }
  .dirty-resourses-slid-itm.active.oil-itm {
    height: 1050px;
  }
  .dirty-resourses-slid-itm.active.coal-itm {
    height: 1050px;
  }
  .dirty-resourses-slid-itm.active.nuclear-itm {
    height: 1300px;
  }
  .dirty-resourses-slid-itm.active.global-warming-itm{
    height: 1275px;
  }*/
  /*  End Dirty  */

  /*  Footer  */
  .inp-group{
    width: calc(100% - 32.5vw);
  }
  .std-submit{
    max-width: 25vw;
    font-size: 12px;
  }
  /*  End Footer  */

  /*End max-width: 380px*/
}



  /*  iPad v.1-2 Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .std-video{
    width: 1484px !important;
  }

  .main-title p span{
    /*color: red !important;*/
  }

  /*  End iPad v.1-2 Portrait*/
}

  /*  iPad v.1-2 Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .std-video{
    width: 1040px !important;
  }

  .main-title p span{
    /*color: green !important;*/
  }

  /*  End iPad v.1-2 Landscape*/
}

  /*  iPhone v.4-6 Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .std-video{
    width: 875px !important;
  }
  /*  End iPhone v.4-6 Landscape*/
}

  /*  iPhone v.4-6 portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .std-video{
    width: 875px !important;
  }
  .std-submit {
    max-width: 25vw;
    font-size: 11px;
  }
  /*  End iPhone v.4-6 portrait*/
}

  /*  iPhone v.6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /*  Header  */
  .main-logo{
    background-position: 0 -15%;
  }
  .header.sticky .main-logo{
      background-position: 0px 115%;
  }
  /*  End Header  */
  /*  End iPhone v.6 Portrait*/
}

  /*  Nexus 5 Portrait  */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  .std-video{
    width: 1040px !important;
  }

  /*  Header  */
  .main-logo{
    background-position: 0 -32%;
  }
  .header.sticky .main-logo{
      background-position: 0px 132%;
  }
  /*  End Header  */

  /*  End Nexus 5 Portrait  */
}

  /*  Nexus 5 Landscape  */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  .std-video{
    width: 1040px !important;
  }

  /*  End Nexus 5 Landscape  */
}

  /*  iPhone v.6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  /*  Header  */
  .main-logo{
    background-position: 0 -15%;
  }
  .header.sticky .main-logo{
      background-position: 0px 115%;
  }
  /*  End Header  */
  /*  End iPhone v.6+ Portrait*/
}

  /*  Any mobile device landscape*/
@media only screen and (max-device-width: 640px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hamb-menu, .main-menu{
    visibility: hidden;
    display: none;
  }

  .main-title{
    width: 100%;
  }
  .main-title p{
    max-width: 100%;
  }
  .main-title p i{
    display: none;
  }

  .main-title p span{
    /*color: green !important;*/
  }

  /*  End Any mobile device landscape*/
}

  /*  Any mobile device portrait*/
@media only screen and (max-device-width: 360px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hamb-menu, .main-menu{
    visibility: hidden;
    display: none;
  }

  .main-title{
    width: 100%;
  }
  .main-title p{
    max-width: 100%;
  }
  .main-title p i{
    display: none;
  }

  .main-title p span{
    /*color: green !important;*/
  }

  /*  End Any mobile device portrait*/
}

  /*  Any mobile device No ratio landscape */
@media only screen and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .hamb-menu, .main-menu{
    visibility: hidden;
    display: none;
  }

  .main-title{
    width: 100%;
  }
  .main-title p{
    max-width: 100%;
  }
  .main-title p i{
    display: none;
  }

  .main-title p span{
    /*color: green !important;*/
  }

  /*  End Any mobile device No ratio */
}

  /*  Any mobile device No ratio portrait */
@media only screen and (max-device-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .hamb-menu, .main-menu{
    visibility: hidden;
    display: none;
  }

  .main-title{
    width: 100%;
  }
  .main-title p{
    max-width: 100%;
  }
  .main-title p i{
    display: none;
  }

  .main-title p span{
    /*color: green !important;*/
  }

  /*  End Any mobile device No ratio */
}
/*=======================================*/
/*---------------------------------------*/
/*---------------------------------------*/
/*=======================================*/
/*  --=====  END MOBILE VERSION =====--  */
/*=======================================*/
/*---------------------------------------*/
/*---------------------------------------*/
/*=======================================*/

.partners-list .site-content{
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.partners-list .site-content:before, .partners-list .site-content:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 115px;
  height: 110px;
  z-index: 2;
}
.partners-list .site-content:before{
  left: -1px;
  /*left: 29px;*/
  -webkit-background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  -moz-background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.partners-list .site-content:after{
  right: -1px;
  /*right: 29px;*/
  -webkit-background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  -moz-background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.partners-list .caroufredsel_wrapper{
  margin: 0 auto !important;
  min-width: 100% !important;
}

.partners-slider{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.partners-list-itm{
  box-sizing: border-box;
  height: 110px;
  margin-right: 35px;
  background: url(../img/logos.jpg) no-repeat;
  /*background-position: 0 -120px;*/
}
.partners-list-itm:hover{
  /*background-position: 0 2px;*/
}

.partner-1{
  width: 210px;
  background-position: -40px -120px;
}

.partner-2{
  width: 313px;
  background-position: -299px -120px;
}

.partner-3{
  width: 126px;
  background-position: -660px -120px;
}

.partner-4{
  width: 310px;
  background-position: -829px -120px;
}

.partner-5{
  width: 201px;
  background-position: -1174px -120px;
}

.partner-6{
  width: 276px;
  background-position: -1422px -120px;
}

.partner-7{
  width: 90px;
  background-position: -1749px -120px;
}

.partner-8{
  width: 215px;
  background-position: -2931px -120px;
}

.partner-9{
  width: 127px;
  background-position: -2070px -120px;
}

.partner-10{
  width: 205px;
  background-position: -2255px -120px;
}

.partner-11{
  width: 100px;
  background-position: -2518px -120px;
}

.partner-12{
  width: 197px;
  background-position: -2675px -120px;
}

.partner-13{
  width: 100px;
  background-position: -1907px -120px;
}

.partner-14{
  width: 229px;
  background-position: -3194px -120px;
}

.partner-15{
  width: 224px;
  background-position: -3479px -120px;
}

.partner-16{
  width: 111px;
  background-position: -3761px -120px;
}

.partner-1:hover{
  background-position: -40px 2px;
}

.partner-2:hover{
  background-position: -299px 2px;
}

.partner-3:hover{
  background-position: -660px 2px;
}

.partner-4:hover{
  background-position: -829px 2px;
}

.partner-5:hover{
  background-position: -1174px 2px;
}

.partner-6:hover{
  background-position: -1422px 2px;
}

.partner-7:hover{
  background-position: -1749px 2px;
}

.partner-8:hover{
  background-position: -2931px 2px;
}

.partner-9:hover{
  background-position: -2070px 2px;
}

.partner-10:hover{
  background-position: -2255px 2px;
}

.partner-11:hover{
  background-position: -2518px 2px;
}

.partner-12:hover{
  background-position: -2675px 2px;
}

.partner-13:hover{
  background-position: -1907px 2px;
}

.partner-14:hover{
  background-position: -3194px 2px;
}

.partner-15:hover{
  background-position: -3479px 2px;
}

.partner-16:hover{
  background-position: -3761px 2px;
}

.top-video-sect{
  /*display: none;*/
}