html, body, .container-fluid {
    height: 100%;
    color: #ffffff;
    font-family: 'Open Sans', Segoe UI, Arial, Microsoft YaHei, STHeit, sans-serif;
}

p {
    font-size: 12px;
}

h2 {
    font-size: 22px;
}

.cs-menu-contact h2 {
    line-height: 52px;
    border-bottom: 2px solid #e2eaf2;
}

a.email {
    color: #97acc3;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
}

a.email:hover {
	color: #fff;
}

p.tel {
    font-size: 15px;
}

.menusrow {
    height: 100%;
}

    .menusrow .row {
        height: 100%;
    }

.cs-col-fixed {
    width: 300px;
    position: fixed;
    z-index: 50;
}


.border1 {
    text-align: center;
    height: 100%;
}

.border2 {
    text-align: center;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.cs-memu {
    background-color: #274472;
    text-align: center;
}

.cs-menu-logo {
    text-align: left;
    position: relative;
    width: 100%;
    padding: 60px 60px;
}

.cs-menu-contact {
    text-align: left;
    position: absolute;
    bottom: 300px;
    width: 100%;
    height: 40px;
    padding: 60px 60px;
}

.cs-menu-desc {
    text-align: left;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 40px 60px;
}

.cs-dark {
    position: relative;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: 2;
}

    .cs-dark:hover {
        background-color: #000000;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }

.cs-box {
    background-color: #000000;
    background-position: center;
    background-position-x: center;
    background-size: cover;
    cursor: pointer;
}

.cs-box1 {
    background-image: url("../img/landing/imm-responsive.jpg");
}

.cs-box2 {
    background-image: url("../img/landing/hr-responsive.jpg");
    background-position: top;
}

.cs-content {
    position: absolute;
    top: 50%;
    /* adjust top up half the height of a single line */
    margin-top: -132px;
    text-align: center;
    overflow: hidden;
    width: 96%;
    z-index: 10;
	font-size: 18px;
	line-height: 32px;
}

.cs-content a {
	color:#fff;
}


#cs-mobile {
    background-color: #274472;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 99;
    padding: 12px 30px;
    cursor: pointer;
}

#cs-mobile-content {
    display: none;
    background-color: #274472;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 90;
    min-height: 470px;
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .border2 {
        height: 50%;
        min-height: 140px;
    }

    .cs-dark {
        min-height: 140px;
    }

    .border2.center {
        height: 34%;
        min-height: 140px;
    }

    .cs-content img {
        height: 100px !important;
    }

    .cs-content {
        margin-top: -50px;
    }

    .cs-content .awwwards img {
        height: 60px !important;
        position: absolute;
        left: 0px;
        top: 30px;
        z-index: 12;
    }

    .cs-menu-desc {
        padding: 60px 30px;
        position: relative;
    }

    .cs-menu-contact {
        padding: 60px 30px;
        position: relative;
        bottom: auto !important;
    }

    .cs-menu-bottom {
        padding: 20px 30px;
    }
     .container-fluid{
        height: calc(100% - 50px);
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) and (max-width: 767px) {
    .cs-menu-desc {
        font-size: 10px;
        line-height: 12px;
        padding: 40px 30px;
    }

    .cs-menu-contact {
        font-size: 10px;
        line-height: 16px;
    }

        .cs-menu-contact h2 {
            display: none;
        }

    .cs-menu-bottom {
        padding: 10px 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .cs-content img {
        height: 220px !important;
    }

    .cs-content {
        margin-top: -110px;
    }

    .cs-content .awwwards img {
        height: 120px !important;
        position: absolute;
        left: 0px;
        top: 50px;
        z-index: 12;
    }

    .cs-menu-desc {
        padding: 60px 60px;
    }

    .cs-menu-contact {
        bottom: 240px;
        padding: 60px 60px;
        position: absolute;
        bottom: 300px !important;
    }

    .cs-menu-bottom {
        padding: 20px 60px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .border2, .border2.center {
        height: 100%;
    }

    .cs-col-offset {
        padding-left: 320px;
    }

    .cs-box1 {
        background-image: url("../img/landing/imm.jpg");
    }

    .cs-box2 {
        background-image: url("../img/landing/hr.jpg");
    }

    .container-fluid {
        height: 100%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

@media only screen and  (min-width : 992px) and (max-height : 800px) {
  
    .cs-menu-desc {
    padding-top: 10px !important;
}
    .cs-menu-contact{
    padding-bottom: 10px !important;
}
}
