html, body, body > section, body > section > div.container-fluid, body > section > div.container-fluid > div.row, body > section > div.container-fluid > div.row > div {
    /*height: 100%;*/
}
body{
    background-color: #222222;
    color: #f8f8f8;
}
p,h1,h2,h3,h4,h5,h6,span,div,a,button,a.custom-btn{color:#f8f8f8}
h1{
    margin: 0 auto;
    font-weight: bold;
    font-size: 5em;
    line-height: 1.25em;
}
a:hover{
    text-decoration: none
}
#content-wrapp>.row{
    height: 100%;
}

.lft,.rgt{
    width: 100%;
    height: 100%;
    position: absolute;


    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position:center center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;

    /*-moz-transition: width 0.5s linear 0.5s;*/
    /*-webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;*/
}
div.lft{
    background-position: left center;
    background-image: url("../../img/client/home/left1.jpg");
    top:0;
    left:0;
    z-index: 1;

    /*-webkit-transition: width 0.4s ease 0.3s;
    -moz-transition: width 0.4s ease 0.5s;
    -o-transition: width 0.4s ease 0.3s;
    transition: width 0.4s ease 0.3s;*/
}
div.rgt{
    background-image: url("../../img/client/home/rightH.jpg");
    top: 0;
    right: 0;
    z-index: 2;
}

.right-content:hover+.rgt>.bg,
.left-content:hover+.lft>.bg {
    opacity: 0;
}
.rect-line{
    position: absolute;
    width: 83%;
    top: 0;
    left: 9%;
    height: 4px;
    background: #ca982f;
    z-index: 1;
    display: none;

    -webkit-transition: all 5s ease-out 5s;
    transition: all 5s ease-out 5s;
}
.bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;

    -webkit-transition: all 0.4s ease-out 0.3s;
    -moz-transition: all 0.4s ease-out 0.3s;
    -o-transition: all 0.4s ease-out 0.3s;
    transition: all 0.4s ease-out 0.3s;
}

.left-content,.right-content{
    height: 100%;
    padding: 6.25% 0;
    position: relative;
    z-index: 4;
}
.h1-wrapp{
    margin: 7.36% auto 4% auto;
    max-width: 390px;
}
.h1-wrapp *{
    color: #f8f8f8;
}
.logo-wrapp{
height: 80px;
}
.logo-wrapp img{
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    width: auto;
}
.txt-bnr{
    font-size: 1.2em;
}

.contacts{
    font-size: 1.3em;
    font-weight: 500;
}

@media (min-width: 780px){
    body{
        /*font-size: 12px;*/
    }
}
@media (min-width: 992px) {
    html, body, body > section, body > section > div.container-fluid, body > section > div.container-fluid > div.row, body > section > div.container-fluid > div.row > div {
        height: 100%;
    }
    .content{
        /*-webkit-transition: all 0.4s ease-out 0.3s;
        -moz-transition: all 0.4s ease-out 0.3s;
        -o-transition: all 0.4s ease-out 0.3s;*/
        transition: all 5s ease-out 5s;
    }

    .content:hover+.side>.rect-line{display: block;}
}
@media (max-width: 520px) {
    h1{
        font-size: 4em;
    }
}
@media (max-height: 680px) {
    /*It will work when on page isset vertical scroll*/
    html, body, body > section, body > section > div.container-fluid, body > section > div.container-fluid > div.row, body > section > div.container-fluid > div.row > div {
        height: auto;
        min-height:100%;
    }
}