body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-image: url('/imgs/main-page-grad.png');
    background-repeat: repeat-x;
    background-position-y: 109px;
}

img {
    border: none;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

/*Header section*/

header {
    width: 96.8%;
    background: #fff url(/imgs/Header-bg.png) no-repeat top center;
}

    header > div > a {
        display: block;
        padding: 0;
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        left: -10px;
        bottom: 30px;
    }

        header > div > a > img {
            display: block;
            padding: 0;
            margin: 0;
        }

    header > div > div:first-child {
        width: 100%;
        height: 50px;
        text-align: right;
    }

        header > div > div:first-child > a {
            display: inline-block;
            height: 50px;
            line-height: 49px;
            margin: 0 0 0 10px;
            text-decoration: none;
            font-size: 13px;
            color: #9f9f98;
            font-weight: 600;
        }

        header > div > div:first-child > span {
            display: inline-block;
            height: 50px;
            line-height: 49px;
            margin: 0 0 0 10px;
            font-size: 13px;
            color: #9f9f98;
            font-weight: 600;
        }

        header > div > div:first-child > a:hover {
            color: #08395b;
        }

    header > div > div:last-child {
        width: 100%;
        height: 60px;
        text-align: right;
    }

        header > div > div:last-child > ul {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0 0 0 11px;
        }

            header > div > div:last-child > ul > li {
                display: inline-block;
                height: 60px;
                padding: 0;
                margin: 0;
                position: relative;
                list-style: none;
            }

                header > div > div:last-child > ul > li > a {
                    display: inline-block;
                    height: 60px;
                    line-height: 59px;
                    margin: 0;
                    padding: 0 11px;
                    font-size: 15px;
                    font-weight: 600;
                    color: #878680;
                    text-transform: uppercase;
                    text-decoration: none;
                    background-image: url(/imgs/main-menu-active.png);
                    background-position: 0 -60px;
                    background-repeat: repeat-x;
                    -moz-transition: .3s ease-out !important;
                    -ms-transition: .3s ease-out !important;
                    -o-transition: .3s ease-out !important;
                    -webkit-transition: .3s ease-out !important;
                    cursor: pointer;
                }

                header > div > div:last-child > ul > li:hover > a {
                    background-position: 0 0;
                }

                header > div > div:last-child > ul > li > ul {
                    display: none;
                    position: absolute;
                    padding: 0;
                    margin: 0;
                    left: 0;
                    bottom: -300px;
                    background: #fcfcfc;
                    z-index: 100;
                }

                header > div > div:last-child > ul > li:hover > ul {
                    display: block;
                }

                header > div > div:last-child > ul > li > ul > li {
                    display: block;
                    list-style: none;
                    position: relative;
                }

                    header > div > div:last-child > ul > li > ul > li > a {
                        display: inline-block;
                        height: 30px;
                        padding: 11px;
                        line-height: 29px;
                        text-decoration: none;
                        color: #878680;
                        cursor: pointer;
                        font-size: 12px;
                        font-weight: 400;
                        min-width: 210px;
                        text-align: left;
                    }

                        header > div > div:last-child > ul > li > ul > li > a > i {
                            display: inline-block;
                            margin-left: 5px;
                        }

                        header > div > div:last-child > ul > li > ul > li > a:hover {
                            background: #08395b;
                            color: #fff;
                        }

                    header > div > div:last-child > ul > li > ul > li > ul {
                        display: none;
                        padding: 0;
                        margin: 0;
                        position: absolute;
                        right: -222px;
                        top: 0;
                        background: #08395b;
                        z-index: 200;
                    }

                    header > div > div:last-child > ul > li > ul > li:hover > ul {
                        display: block;
                    }

                    header > div > div:last-child > ul > li > ul > li > ul > li {
                        display: block;
                        list-style: none;
                    }

                        header > div > div:last-child > ul > li > ul > li > ul > li > a {
                            display: inline-block;
                            height: 30px;
                            padding: 11px;
                            line-height: 29px;
                            text-decoration: none;
                            color: #fff;
                            cursor: pointer;
                            font-size: 12px;
                            font-weight: 400;
                            min-width: 200px;
                            text-align: left;
                        }

                            header > div > div:last-child > ul > li > ul > li > ul > li > a:hover {
                                background: #fcfcfc;
                                color: #878680;
                            }

.sub-menu {
    width: 100%;
    height: 250px;
    background: url(/imgs/main-menu-bg.png) no-repeat top center #08395B;
    position: relative;
    overflow: hidden;
    display: none;
    box-shadow: 0 2px 2px #000;
    z-index: 9000;
}

.sub-slider {
    position: absolute;
    width: 100%;
    height: 250px;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9500;
    font-size: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transition: transform 1200ms ease;
    -moz-transition: transform 1200ms ease;
    transition: transform 1200ms ease;
    transform: translate3d(0px, 0px, 0px);
}

.menu-slide {
    width: 100%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #fff;
}

.menu-bg {
    background: url(/imgs/scroller-submenu-bg.png) left -250px top repeat-y;
    height: 250px;
}



.menu-3 {
    width: 800px;
}

.menu-4 {
    background: 0;
    width: 1200px;
}

.menu-5 {
    background: 0;
    width: 1400px;
}
/*.bg-div:first-child{
    min-width:120px;
    width:120px;
}
.bg-div:nth-child(2){
    width:150px;
}*/
.bg-div {
    position: relative;
    top: -40px;
    display: inline-block;
    padding: 0;
    margin-top: -40px;
    min-width: 150px;
    vertical-align: top;
    height: 100%;
    background: url(/imgs/scroller-submenu-bg.png) left -250px top repeat-y;
    margin: 40px 0 0 25px;
}

    .bg-div > ul {
        display: inline-block;
        padding: 0;
        margin: 40px 0 0 25px;
        list-style: none;
        width: 80px;
        vertical-align: top;
    }

        .bg-div > ul > li {
            font-size: 13px;
            padding: 5px 0;
            margin: 0;
            display: block;
        }

            .bg-div > ul > li > a {
                text-decoration: none;
                cursor: pointer;
                color: #96aabb;
            }

                .bg-div > ul > li > a:hover {
                    text-decoration: underline;
                }

            .bg-div > ul > li span {
                color: #fff !important;
            }

.bg-div-4 > ul {
    min-width: 120px;
    width: initial;
}

.menu-2 {
    width: 480px;
}

.menu-1 {
    width: 200px;
}

.menu-bg > ul {
    display: inline-block;
    padding: 0;
    margin: 40px 0 0 25px;
    list-style: none;
    min-width: 215px;
    vertical-align: top;
}

    .menu-bg > ul > li {
        font-size: 13px;
        padding: 5px 0;
        margin: 0;
        display: block;
    }

        .menu-bg > ul > li > a {
            text-decoration: none;
            cursor: pointer;
            color: #96aabb;
        }

            .menu-bg > ul > li > a:hover {
                text-decoration: underline;
            }

        .menu-bg > ul > li span {
            color: #fff !important;
        }

.menu-close {
    position: absolute;
    top: 20px;
    right: 0;
    width: 33px;
    height: 31px;
    z-index: 9999;
    background: url(/imgs/close-submenu.png) left 0 top 0 no-repeat;
    cursor: pointer;
}

    .menu-close:hover {
        background-position: 0 -31px;
    }

/*Slider section*/

.tab-panel {
    width: 308px;
    background: #08395b;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
}

    .tab-panel > span {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        padding: 20px 30px;
    }

    .tab-panel > h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 300;
        padding: 30px 30px 30px 30px;
        margin: 0;
        text-align: left;
    }

.tab-group {
    width: 100%;
    text-align: left;
}

    .tab-group > a {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
        font-weight: 400;
        color: #8ea5b5;
        width: 150px;
        height: 60px;
        line-height: 59px;
        box-shadow: 0 -1px 0 0 #05253b;
        border-top: 1px solid #335a75;
        border-radius: 4px 4px 0 0;
        cursor: pointer;
    }

        .tab-group > a.active:first-child {
            box-shadow: 3px -1px 2px 0 #05253b !important;
            background: #174869 !important;
            border-top: 1px solid #698496 !important;
            border-left: 1px solid #194e72 !important;
            border-right: 1px solid #194e72 !important;
            border-bottom: 1px solid #174869 !important;
            color: #fff;
        }

        .tab-group > a.active:last-child {
            box-shadow: -3px -1px 2px 0 #05253b !important;
            background: #174869 !important;
            border-top: 1px solid #698496 !important;
            border-left: 1px solid #194e72 !important;
            border-right: 1px solid #194e72 !important;
            border-bottom: 1px solid #174869 !important;
            color: #fff;
        }

        .tab-group > a:hover {
            background: #174869;
            color: #fff;
        }

.content-box {
    background: #174869;
    min-height: 100px;
    padding: 30px 30px;
}

.tab-hidden {
    display: none;
}

.content-box > div:first-child > ul {
    display: block;
    padding: 0;
    margin: 0;
}

    .content-box > div:first-child > ul > li {
        display: block;
        padding: 7px 0 9px 0;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #3b5e7e;
        text-align: left;
    }

        .content-box > div:first-child > ul > li:last-child {
            border: none !important;
        }

        .content-box > div:first-child > ul > li > i {
            display: inline-block;
            margin: 0 10px 0 0;
            vertical-align: middle;
            color: #a2b5c3;
        }

        .content-box > div:first-child > ul > li > a {
            display: inline-block;
            text-decoration: none;
            color: #fff;
            vertical-align: middle;
        }

            .content-box > div:first-child > ul > li > a:hover {
                text-decoration: underline;
            }

.content-box > div:last-child > ul {
    display: block;
    padding: 0;
    margin: 0;
}

    .content-box > div:last-child > ul > li {
        display: block;
        padding: 0;
        margin: 0;
        position: relative;
        background: url("/imgs/service-bg.png") repeat-x 0 -53px;
        border-bottom: 1px solid #041E37;
        height: 53px;
        line-height: 53px;
    }

        .content-box > div:last-child > ul > li > a {
            border-left: 6px solid;
            padding-left: 18px;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            display: block;
            text-decoration: none;
            cursor: pointer;
            vertical-align: middle;
            position: relative;
        }

        .content-box > div:last-child > ul > li:hover {
            background-position: 0 0;
        }

            .content-box > div:last-child > ul > li:hover > a {
                text-decoration: none;
                color: #A8A9A0;
            }

        .content-box > div:last-child > ul > li > div {
            display: none;
            position: absolute;
            top: 0;
            left: -430px;
            background: #08395a;
            width: 340px;
            padding: 30px 30px;
            box-shadow: 0 0 3px #000;
            z-index: 9999;
        }

        .content-box > div:last-child > ul > li:hover > div {
            display: block;
        }

        .content-box > div:last-child > ul > li > div > div:first-child {
            position: absolute;
            z-index: 9999;
            width: 50px;
            height: 100%;
            background: url(/imgs/submenu-arrow.png) left top 20px no-repeat;
            top: 0;
            right: -50px;
        }

        .content-box > div:last-child > ul > li > div > h3 {
            padding: 0;
            color: #fff;
            font-size: 26px;
            font-weight: 300;
            margin: 0;
            line-height: 26px;
        }

        .content-box > div:last-child > ul > li > div > a {
            display: block;
            margin: 25px 0;
            text-decoration: none;
            cursor: pointer;
        }

            .content-box > div:last-child > ul > li > div > a > img {
                display: block;
                margin: 0;
                padding: 0;
                width: 100%;
                height: auto;
            }

        .content-box > div:last-child > ul > li > div > p {
            display: block;
            padding: 0;
            margin: 0;
            text-align: justify;
            color: #8ca0b1;
            font-size: 13px;
            font-weight: 400;
            line-height: 19px;
        }

            .content-box > div:last-child > ul > li > div > p > a {
                color: #fff;
                cursor: pointer;
                text-decoration: none;
            }

                .content-box > div:last-child > ul > li > div > p > a:hover {
                    text-decoration: underline;
                }

.abstract-box {
    background: #08395b;
    min-height: 100px;
    padding: 30px 30px;
}

    .abstract-box > p {
        padding: 0;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        color: #8ca0b1;
        line-height: 19px;
    }

/*Slider section*/

.slider {
    width: 100%;
    max-width: 1440px;
    height: 405px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.slider-box {
    display: block;
    width: 100%;
    height: 405px;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transition: transform 1200ms ease;
    -moz-transition: transform 1200ms ease;
    transition: transform 1200ms ease;
    transform: translate3d(0px, 0px, 0px);
}

.sl {
    display: inline-block;
    width: 100%;
    height: 405px;
    vertical-align: top;
    position: relative;
    text-decoration: none;
}

.sl-link {
    cursor: pointer;
}

.sl-0 {
    background: url(/imgs/main-page-slide-6.jpg) center top no-repeat;
    background-size: cover;
}

.sl-1 {
    background: url(/imgs/Main-page33.jpg) center top no-repeat;
    background-size: cover;
}

.sl-2 {
    background: url(/imgs/Main-page41.jpg) center top no-repeat;
    background-size: cover;
}

.sl-3 {
    background: url(/imgs/Main-page42.jpg) center top no-repeat;
    background-size: cover;
}

.sl > div:first-child {
    width: 1000px;
    margin: 0 auto;
    z-index: 300;
}

.sl > div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background: url(/imgs/top-carousel-bg-wide.png) center top no-repeat;
    width: 100%;
    height: 100%;
}

.sl > div > h2 {
    font-size: 38px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    max-width: 60%;
    margin: 80px 0 30px 0;
    text-shadow: 0 0 3px #000;
}

.sl > div > p {
    display: block;
    max-width: 25%;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.sl-link:hover h2 {
    text-decoration: underline !important;
}

.slider-nav {
    display: block;
    position: absolute;
    left: 100px;
    bottom: 60px;
    border-radius: 3px;
    width: 220px;
    height: 45px;
    line-height: 45px;
    background: #144162;
    font-size: 0;
    overflow: hidden;
    z-index: 100;
}

    .slider-nav > a {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 47px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        background: #194e72;
        vertical-align: middle;
    }

        .slider-nav > a:hover {
            background: #2c5b7c;
        }

        .slider-nav > a > i {
            font-size: 24px;
            color: #8ca0b1;
            display: inline-block;
            vertical-align: middle;
        }

    .slider-nav > span {
        display: inline-block;
        color: #8ca0b1;
        font-size: 14px;
        vertical-align: middle;
        margin-left: 80px;
    }

        .slider-nav > span > span {
            color: #fff;
        }

.sider-wrapper {
    width: 100%;
    background: #cac9c7;
    height: 405px;
}

.bullets {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 150px;
    height: 45px;
    z-index: 20;
    cursor: default;
}

    .bullets > a {
        display: inline-block;
        width: 30px;
        height: 35px;
        line-height: 44px;
        cursor: pointer;
        color: #fff;
        text-shadow: 0 0 5px #000;
        text-align: center;
        font-size: 18px;
    }

.bullet-hidden {
    display: none;
}

.bullets > a:hover > i:first-child {
    display: none !important;
}

.bullets > a:hover > i:last-child {
    display: inline !important;
}

#contact-page {
}

    #contact-page h3 {
        color: #174869;
        font-weight: 400;
    }

.right-panel-contacts {
    position: relative;
    top: -2020px;
    left: 940px;
}

#interestedIn {
    width: 300px;
    height: 40px;
    font-size: 15px;
    color: #4F4F4F;
    border: 1px solid #08395b;
    border-radius: 4px;
    padding-left: 12px;
}

#contacts-container-outer {
    /*border:1px solid #08395b;*/
    /*padding-bottom:20px;*/
    background-color: #f5f5f5;
    border-radius: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

#contacts-container {
    margin-top: 30px;
    margin-left: -20px;
    font-size: 15px;
    color: #4F4F4F;
}

    #contacts-container div {
        width: 230px;
        height: 200px;
        margin-left: 23px;
        float: left;
    }

    #contacts-container strong {
        color: #4F4F4F;
    }

#map-canvas {
    width: 100%;
    height: 400px;
    margin-bottom: -14px;
}

/*Main page content section*/

.spotlight {
    width: 100%;
    padding-top: 30px;
    margin-left: -60px;
}

    .spotlight > h4 {
        display: block;
        padding: 20px 0 15px 0;
        font-size: 24px;
        font-weight: 400;
        color: #000;
    }

    .spotlight > p {
        display: block;
        padding: 0;
        margin: 0;
        text-indent: 25px;
        text-align: justify;
        font-size: 13px;
    }

        .spotlight > p > img {
            float: left;
            display: block;
        }

.misc {
    width: 1005px;
    text-align: center;
    font-size: 0;
    margin: 35px auto;
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
}

.spotlight > div {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    border-right: 1px solid #dcdcdc;
    vertical-align: top;
    min-height: 300px;
}

    .spotlight > div:last-child {
        border: none !important;
    }

.misc > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #dcdcdc;
    vertical-align: top;
    text-decoration: none;
    min-height: 410px;
}

    .misc > a:last-child {
        border: none !important;
    }

    .misc > a:hover {
        background: #eeedea;
    }

.misc-1 {
    width: 483px;
}

.misc-2 {
    width: 550px;
}

    .misc-2 > img {
        display: inline-block;
        vertical-align: top;
        margin: 10px 5px;
    }

    .misc-2 > div {
        width: 250px;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
        text-align: left;
    }

        .misc-2 > div > h4 {
            margin: 10px 0;
            font-size: 24px;
            color: #000;
            font-weight: 400;
            padding: 0;
        }

        .misc-2 > div > p {
            margin: 50px 0 10px 0;
            display: block;
            padding: 0;
            text-indent: 25px;
            text-align: justify;
            font-size: 13px;
            color: #888;
            font-weight: 400;
        }

        .misc-2 > div > span {
            display: block;
            font-size: 13px;
            color: #08397a;
            font-weight: 400;
        }

.misc-1 > img {
    display: block;
    margin: 10px auto;
    width: 280px;
    height: auto;
}

.misc-1 > h4 {
    margin: 10px auto;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding: 0;
    width: 280px;
    text-align: left;
}

.misc-1 > p {
    margin: 10px auto 10px auto;
    display: block;
    padding: 0;
    text-indent: 25px;
    text-align: justify;
    font-size: 13px;
    color: #888;
    font-weight: 400;
    width: 280px;
}

.misc-1 > span {
    display: block;
    font-size: 13px;
    color: #08397a;
    font-weight: 400;
    width: 280px;
    margin: 0 auto;
    text-align: left;
}

/*Content pages section*/

/*.grad {
    background: -moz-linear-gradient(#e3e4e4, #ffffff);
    background: -webkit-linear-gradient(#e3e4e4, #ffffff);
    background: linear-gradient(#e3e4e4, #ffffff);
}*/

.content-container {
    width: 1100px;
    text-align: center;
    font-size: 0;
    padding: 50px 0;
    margin: 0 auto;
}

.right-panel {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    text-align: left;
}

.left-panel {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    text-align: left;
}

.content-panel {
    width: 470px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin: 0 20px;
    text-align: left;
}

.content-panelc-test {
    width: 76%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin: 0 20px;
    text-align: left;
}

.content-img_text {
    display: inline-block;
    position: relative;
    margin-bottom: 100px;
}

    .content-img_text > img {
        position: absolute;
        top: 40%;
        left: 1%;
    }

        .content-img_text > img:nth-child(2) {
            position: absolute;
            top: 20%;
            left: 23%;
        }

        .content-img_text > img:nth-child(3) {
            position: absolute;
            top: 15%;
            left: 25%;
        }

.text-box {
    float: right;
    width: 70%;
    color: #4F4F4F;
}

    .text-box > a {
        float: right;
    }

        .text-box > a > img {
            opacity: 0.7;
        }

            .text-box > a > img:hover {
                opacity: 1;
            }

    .text-box > i, .text-box > b {
        float: right;
    }

    .text-box > h2 {
        font-weight: 200;
        font-size: 25px;
        margin-left: 5%;
        margin-top: 5px;
        width: 300px;
    }

    .text-box > span {
        font-size: 150px;
        font-family: u2000;
    }

.left-panel > h2 {
    padding: 0;
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    display: block;
    font-size: 20px;
    color: #08395b;
    border-bottom: 1px solid #9d9d9c;
}

.links-container {
    border-top: 4px solid #e6e6e4;
}

.primary-link {
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 15px;
    color: #4f4f4f;
    cursor: pointer;
    font-size: 14px;
    background: #E4E5e5;
    position: relative;
    font-weight: 400;
}

    .primary-link > i {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
    }

    .primary-link:hover {
        background: #08395b;
        color: #fff;
    }

.super {
    background: #08395b !important;
    color: #fff !important;
}

.secondary-link {
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 15px;
    color: #4f4f4f;
    cursor: pointer;
    font-size: 14px;
    background: #efefef;
    position: relative;
    font-weight: 400;
    border-top: 1px solid #CFCFCF;
}

    .secondary-link:hover {
        background: #08395b;
        color: #fff;
    }

    .secondary-link > i {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px;
    }

.right-panel > h3 {
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    font-size: 20px;
    color: #08395b;
}

.right-panel > img {
    display: block;
    border-top: 8px solid #08395b;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.right-panel > p {
    display: block;
    padding: 5px 0;
    font-size: 12px;
    color: #535353;
    font-weight: 400;
    text-align: justify;
}

    .right-panel > p > a, .right-panel > a {
        font-size: 12px;
        font-weight: 400;
        color: #08395b;
        text-decoration: underline;
        cursor: pointer;
    }

        .right-panel > p > a:hover, .right-panel > a:hover {
            text-decoration: none;
        }

.cs.text-box {
    width: 0;
    float: none;
}

    .cs.text-box > p {
        display: none;
    }

    .cs.text-box > img {
        margin: 28px 12px;
        display: block;
    }

.cs-leftside {
    display: none;
    padding: 10px 10px 0 10px;
    height: 330px;
    width: 69%;
    float: left;
    background-color: #fff;
    background-image: url('/imgs/main-page-grad.png');
    background-repeat: no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #E3E3E3;
    border-width: 3px 3px 3px 3px;
    position: relative;
}

#cbs {
    width: 300px;
    margin: 80px 13px;
}

.content-panelc-test > h1 {
    font-size: 25px;
    display: block;
    font-weight: 400;
    color: #08395b;
}

.cs-leftside > h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    color: #08395b;
}

    .cs-leftside > h2 > span {
        font-weight: normal;
        color: #958680;
    }

.cs-leftside > p {
    font-size: 12px;
    color: #958680;
    text-align: justify;
}

.cs-label {
    padding: 10px;
    background-color: #958680;
    height: 37%;
    position: relative;
}

    .cs-label > p {
        font-size: 17px;
        color: #fff;
    }

    .cs-label > img, .cs-leftside > img {
        position: absolute;
        bottom: 10px;
        cursor: pointer;
    }

.cs-leftside > img {
    bottom: 4px;
}

.cs.content-img_text {
    position: relative;
    z-index: 0;
    margin: 20px 17px;
}

.cs-rightside {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 330px;
    height: 330px;
    float: left;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #958680;
    background-color: #fff;
}


.margined {
    margin-top: 80px;
}

.content-panel > img {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
}

.content-panel > h1, .content-panelc-test > h1 {
    font-size: 25px;
    display: block;
    font-weight: 400;
    color: #08395b;
}

.content-panel > p, .content-panelc-test > p {
    display: block;
    text-align: justify;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}

    .content-panel > p > a, .content-panel > a, .content-panel > ul > li > a,
    .content-panelc-test > p > a, .content-panelc-test > a, .content-panelc-test > ul > li > a {
        font-size: 14px;
        font-weight: 600;
        color: #08395b;
        text-decoration: underline;
        cursor: pointer;
    }

        .content-panel > p > a:hover, .content-panel > a:hover, .content-panel > ul > li > a:hover,
        .content-panelc-test > p > a:hover, .content-panelc-test > a:hover, .content-panelc-test > ul > li > a:hover {
            text-decoration: none;
        }

.content-panel > ul {
    display: block;
}

    .content-panel > ul > li {
        color: #4f4f4f;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
    }

.large-panel {
    width: 730px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 40px;
}

    .large-panel > img {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }

    .large-panel > h1 {
        font-size: 25px;
        display: block;
        font-weight: 400;
        color: #08395b;
    }

    .large-panel > h2 {
        font-size: 18px;
        display: block;
        font-weight: 400;
        color: #08395b;
    }

    .large-panel > p {
        display: block;
        text-align: justify;
        color: #4f4f4f;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 0;
    }

        .large-panel > p > a, .large-panel > a, .large-panel > ul > li > a {
            font-size: 14px;
            font-weight: 600;
            color: #08395b;
            text-decoration: underline;
            cursor: pointer;
        }

            .large-panel > p > a:hover, .large-panel > a:hover, .large-panel > ul > li > a:hover {
                text-decoration: none;
            }

    .large-panel > ul {
        display: block;
    }

        .large-panel > ul > li {
            color: #4f4f4f;
            font-size: 14px;
            font-weight: 400;
            text-align: justify;
        }

.nodecor {
    list-style-type: none;
}

#sign {
    float: right;
    text-align: right;
}

.form {
    display: block;
    width: 100%;
    margin: 0 0 60px 0;
}

    .form > div {
        width: 100%;
        padding: 8px 0;
    }

        .form > div > label {
            color: #4f4f4f;
            font-size: 14px;
            font-weight: 600;
            min-width: 200px;
            display: inline-block;
            margin: 0 20px 0 0;
            vertical-align: middle;
        }

        .form > div > input[type="text"], .form > div > textarea {
            display: inline-block;
            vertical-align: middle;
            padding: 5px 15px;
            color: #4f4f4f;
            font-size: 12px;
            font-weight: 400;
            border-radius: 5px;
            border: 1px solid #08395b;
            min-width: 330px;
            outline: none;
            height: 30px;
        }

            .form > div > input[type="text"]:-ms-input-placeholder {
                /*padding-top:-10px;
            padding-bottom:20px;*/
                overflow: hidden;
            }

        .form > div > select {
            min-width: 330px;
        }

        .form > div > textarea {
            height: 100px;
        }

            .form > div > input[type="text"]:focus, .form > div > textarea:focus {
                box-shadow: 0 0 5px #08395b;
            }

        .form > div > button {
            padding: 10px 35px;
            color: #fff;
            background: #08395b;
            border: none;
            border-top: 1px solid #8398ab;
            border-radius: 4px;
            outline: none;
            cursor: pointer;
        }

            .form > div > button:hover {
                background: #8398ab;
            }

        .form > div > p {
            color: #08395b;
            font-size: 12px;
            font-weight: 400;
            text-align: right;
            width: 552px;
            margin: 0;
            padding: 5px 0;
            display: none;
        }

/*News section*/

.news-blog {
    width: 320px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: 15px 5px 0 0;
}

    .news-blog > span {
        display: inline-block;
        text-align: center;
        color: #A8AA9C;
        font-size: 13px;
        line-height: 18px;
        width: 44px;
    }

        .news-blog > span > span {
            display: inline-block;
            width: 43px;
            height: 40px;
            border-radius: 3px;
            position: relative;
            background: #A8AA9C;
            color: #fff;
            font-size: 24px;
            font-weight: 600;
            line-height: 39px;
            margin-top: 3px;
        }

            .news-blog > span > span > span {
                background: url(/imgs/date-bg-middle.png) center top no-repeat;
                position: absolute;
                left: 0;
                top: 19px;
                height: 4px;
                width: 43px;
            }

    .news-blog:hover > span > span {
        background: #144162;
    }

        .news-blog:hover > span > span > span {
            background: url(/imgs/date-bg-middle.png) center top -4px no-repeat;
        }

    .news-blog > p {
        display: inline-block;
        padding: 0 10px 0 10px;
        font-size: 13px;
        color: #6c6d65;
        width: 220px;
        vertical-align: top;
        text-align: justify;
        margin: 17px 0 0 10px;
        border-left: 1px solid #A8AA9C;
        min-height: 100px;
    }

.news-wrapper {
    width: 100%;
    background: url(/imgs/news-component-bg.png) center top no-repeat;
    padding-top: 15px;
    padding-bottom: 20px;
}

.bc-arrow {
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
}

.change-slide-box {
    visibility: hidden;
    background-color: #09395b;
    display: block;
    position: absolute;
    bottom: 78px;
    left: 169px;
    text-align: center;
    width: 237px;
    height: 48px;
    z-index: 20;
    border-radius: 2px;
}

.sider-wrapper:hover .change-slide-box {
    visibility: visible;
}

.prev-slide {
    background-image: url('/imgs/previous-btn.png');
    background-repeat: no-repeat;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

    .prev-slide:active {
        background-position-y: -48px;
    }

.next-slide {
    margin-left: 1px;
    background-image: url('/imgs/next-btn.png');
    background-repeat: no-repeat;
}

    .next-slide:active {
        background-position-y: -48px;
    }

.slides-counter {
    height: 100%;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

    .slides-counter span {
        color: white;
        font-size: 16px;
    }

.current-slide {
    font-weight: 600;
}

.slide-button {
    float: left;
    width: 50px;
    height: 100%;
    text-align: center;
    color: #f5f5f5;
    font-size: 20px;
}

    .slide-button span {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 15px;
    }

.news-link-box {
    position: relative;
    margin-top: -30px;
    width: 180px;
    height: 30px;
    margin-left: 20px;
    background-color: #a8aa9c;
    border-radius: 2px;
    z-index: 21;
}

    .news-link-box > a {
        display: block;
        position: absolute;
        width: 180px;
        height: 30px;
        margin-left: 10px;
        font-weight: 400;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

        .news-link-box > a:hover {
            text-decoration: none;
            color: #fff;
        }

        .news-link-box > a:active {
            border: none;
            outline: none;
        }

        .news-link-box > a:focus {
            border: none;
            outline: none;
        }

    .news-link-box:hover {
        background-color: #08395b;
    }

    .news-link-box span {
        margin-top: 6px;
        margin-left: 160px;
        font-size: 15px;
        color: white;
    }

.spec-offer-block {
    width: 100%;
    background-image: url('/imgs/main-page-grad.png');
    background-repeat: no-repeat;
    height: 228px;
    margin-bottom: -68px;
}

    .spec-offer-block h2 {
        font-size: 20px;
        color: #174869;
    }

    .spec-offer-block p {
        font-size: 13px;
        width: 640px;
        color: #6c6d65;
    }

    .spec-offer-block a {
        margin-top: 15px;
        float: right;
        font-weight: 700;
        color: #174869;
        margin-right: 14px;
    }

#main-table {
    margin-left: 0px;
    clear: both;
    margin-top: 30px;
}

    #main-table th {
        background-color: #a8aa9c;
        color: #fff;
        font-size: 20px;
        padding-left: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #main-table th:first-child {
            padding-right: 85px;
        }

        #main-table th:not(:first-child) {
            padding-left: 10px;
            padding-right: 10px;
        }

        #main-table th:last-child {
            padding-right: 25px;
            padding-left: 45px;
        }

        #main-table th:first-child {
            border-top-left-radius: 8px;
        }

        #main-table th:last-child {
            border-top-right-radius: 8px;
        }

    #main-table tr {
        border-bottom: 1px solid #fff;
    }

    #main-table td {
        font-size: 15px;
        height: 30px;
        border-right: 1px solid #f5f5f5;
        color: #174869;
        padding-top: 13px;
        padding-bottom: 13px;
    }

        #main-table td:first-child {
            padding-left: 20px;
            border-bottom: 1px solid #f5f5f5;
            border-left: 1px solid #f5f5f5;
        }

        #main-table td:last-child {
            background-color: #fafafa;
            color: #26a65b;
        }

        #main-table td:not(:first-child) {
            text-align: center;
        }

        #main-table td:nth-child(2) {
            background-color: #f5f5f5;
            border-left: 1px solid #f5f5f5;
            border-right: 1px solid #f5f5f5;
            border-bottom: 1px solid #f5f5f5;
            color: #d64541;
        }

    #main-table tr:last-child {
        border-bottom: 1px solid #f5f5f5;
    }

    #main-table tr:nth-child(n + 5) td:nth-child(1) {
        border-right: #d64541;
    }

    #main-table tr:nth-child(n + 5) td:nth-child(2) {
        background-color: #fafafa;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        color: #26a65b;
    }

    #main-table tr:nth-child(n + 4) td:last-child {
        background-color: #fff;
        border-bottom: 1px solid #f5f5f5;
        color: #174869;
    }

.cl-container {
    margin-top: -310px;
    background-color: #174869;
    height: 308px;
    width: 307px;
    padding: 0;
    /*margin-left:680px;*/
    float: right;
    padding-right: 0;
    margin-right: -13px;
    text-align: center;
}

.cl-container-head {
    width: 100%;
    height: 80px;
    background-color: #08395b;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-top: 25px;
}

#clients-slider {
    width: 220px;
    vertical-align: central;
    display: inline-block;
    margin: 50px auto;
    overflow: hidden;
    height: 100px;
}

    #clients-slider .cl-slides {
        list-style-type: none;
    }

    #clients-slider .cl-slide {
        width: 200px;
        height: 100px;
    }

.spot-container {
    margin-bottom: 40px;
}

.spot-misc {
    margin-top: 40px;
    float: left;
    width: 470px;
}

    .spot-misc h4 a {
        color: #08395b;
    }

    .spot-misc:last-child {
        float: right;
    }

    .spot-misc > h4 {
        color: #174869;
        font-size: 20px;
    }

    .spot-misc > p {
        color: #194e72;
        font-size: 13px;
    }

    .spot-misc > a {
        color: #174869;
        font-size: 14px;
        float: right;
        font-weight: 800;
    }

.spot-misc-line {
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 260px;
    background-color: #174869;
}

.our-approach-container {
    width: 684px;
    height: 400px;
}

    .our-approach-container h3 {
        color: #174869;
        text-align: center;
    }

.approach-block {
    display: table-cell;
    float: left;
    width: 144px;
    height: 84px;
    background-color: #f5f5f5;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    color: #87868f;
    margin-right: 23px;
    margin-top: 23px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    padding-top: 20px;
    cursor: pointer;
}

.approach-center-block {
    float: left;
    display: block;
    width: 314px;
    height: 84px;
    background-color: #c5c5c5;
    border-radius: 6px;
    color: #e8e8e8;
    font-size: 20px;
    margin-right: 23px;
    margin-top: 23px;
    text-align: center;
    vertical-align: central;
    padding-top: 30px;
    cursor: pointer;
}

.start-now {
    margin-top: -340px;
    background-color: #174869;
    height: 296px;
    width: 307px;
    padding: 0;
    float: right;
    padding-right: 0;
    margin-right: -13px;
}

    .start-now a {
        display: block;
        background-image: url('/imgs/PDF.png') !important;
        background-repeat: no-repeat;
        width: 300px !important;
        height: 100px !important;
        padding-left: 60px;
        padding-top: 15px;
        margin-top: -50px;
        font-size: 17px;
        color: #fff;
        font-weight: 400;
    }

        .start-now a:hover {
            color: #fff;
        }

        .start-now a:active {
            color: #fff;
        }

        .start-now a:enabled {
            color: #fff;
            text-decoration: none;
        }

.start-now-head {
    width: 100%;
    height: 80px;
    background-color: #08395b;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-top: 25px;
}

.pdf-block {
    margin-top: 70px;
    margin-left: 20px;
}

.sticks-container {
    position: absolute;
    display: block;
    min-height: 1200px;
    top: 110px;
    z-index: 22;
}

.career-link {
    cursor: pointer;
    margin-top: 40px;
    margin-left: -27px;
    display: block;
    float: left;
    width: 88px;
    height: 34px;
    background-color: #08395b;
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right, top;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 30px;
    font-size: 15px;
    padding-left: 10px;
    color: #f5f5f5;
}

    .career-link:hover {
        background-color: #194e72;
        color: #f5f5f5;
        text-decoration: none;
    }

    .career-link:enabled {
        color: #f5f5f5;
        text-decoration: none;
    }

.sticky-bar {
    cursor: pointer;
    margin-top: 40px;
    margin-left: -27px;
    display: block;
    float: left;
    width: 88px;
    height: 34px;
    background-color: #08395b;
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right, top;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 30px;
    font-size: 15px;
    padding-left: 10px;
    color: #f5f5f5;
}

    .sticky-bar a {
        margin-left: 100px;
        margin-right: 200px;
    }

    .sticky-bar:hover {
        background-color: #194e72;
        color: #f5f5f5;
        text-decoration: none;
    }

.stick-wrap {
    float: left;
    clear: left;
    width: 0px;
    min-height: 350px;
    background-color: #08395b;
    overflow: hidden;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .stick-wrap img {
        opacity: 0;
        position: absolute;
        float: left;
        margin-top: 80px;
        margin-left: 40px;
    }

.sticky-inner-buttons {
    float: right;
    margin-top: 40px;
    margin-right: 60px;
}

.inner-wrap-btn {
    background-color: #f5f5f5;
    padding-top: 6px;
    padding-bottom: 10px;
    width: 150px;
    height: 28px;
    text-align: center;
    border-radius: 4px;
    margin-top: 8px;
    color: #174869;
    font-size: 12px;
    font-weight: 600;
}

#web-wrap {
    margin-top: 570px;
}

.web-stick-wrap {
}

    .web-stick-wrap img {
        margin-top: 50px;
    }

.web-stick {
}

#close-web-wrap {
    margin-top: 310px;
    margin-left: 500px;
}

#mobile-wrap {
    /*position:absolute;*/
    float: left;
    margin-left: -61px;
    margin-top: 110px;
}

.mobile-stick-wrap {
    float: left;
    clear: both;
    height: 380px;
}

    .mobile-stick-wrap .inner-wrap-btn:nth-last-child(n + 6) {
        background-color: #174869;
        color: #f5f5f5;
    }

.mobile-stick {
}

#close-mobile-wrap {
    margin-top: 335px;
    margin-right: 400px;
    left: 460px;
}
/*header social buttons*/
.social-links-container {
    margin-top: -11px;
}

#fa-facebook {
}

#fa-google {
}

#fa-twetter {
}

@media screen and (min-width:1600px) {
    header {
        width: 97.9%;
    }
}

#partnr-why-cbs {
    margin-left: 7px;
    font-size: 13px;
    width: 100%;
    max-height: 400px;
    color: #4F4F4F;
    margin-top: 30px;
    margin-bottom: 120px;
}

    #partnr-why-cbs div {
        text-align: center;
        display: inline-block;
        margin-left: 15px;
        float: left;
        width: 150px;
    }

        #partnr-why-cbs div:first-child {
            margin-left: -10px;
        }

    #partnr-why-cbs strong {
    }

    #partnr-why-cbs p {
        margin-top: 15px;
    }

#edu-LM {
    margin-top: 20px;
    border: 1px solid #174869;
    border-bottom: 0;
    width: 100%;
    color: #4F4F4F;
    font-size: 14px;
    border-radius: 8px;
    background-color: #f5f5f5;
}

    #edu-LM img {
        width: 150px;
        height: 200px;
        float: left;
        z-index: 30;
        padding-right: 15px;
        border-top-left-radius: 8px;
    }

    #edu-LM h3 {
        color: #174869;
        font-weight: 400;
        float: left;
    }

#about-LM {
    margin-top: 20px;
    height: 200px;
    width: 100%;
}

.edu-underline {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #174869;
}

#edu-underline-top {
    float: left;
    width: 400px;
    margin-top: -240px;
}

#edu-underline-bot {
}

#edu-reference-letter {
    height: 200px;
    width: 400px;
}

#about-LM div {
    clear: both;
}

#edu-LM-reference {
    color: #4F4F4F;
    font-size: 14px;
    border: 1px solid #174869;
    border-top: 0;
    /*border-radius:4px;*/
    background-color: #f5f5f5;
    padding-left: 15px;
}

    #edu-LM-reference strong {
        margin-bottom: 10px;
    }

.career-join-div {
    margin-left: 20px;
    width: 300px;
    float: right;
}
