@font-face {
    font-family: BankGothicMdBTMedium;
    src: url(../font/BankGothicMdBTMedium.eot);
    src: url(../font/BankGothicMdBTMedium.eot) format("embedded-opentype"),url(../font/BankGothicMdBTMedium.woff2) format("woff2"),url(../font/BankGothicMdBTMedium.woff) format("woff"),url(../font/BankGothicMdBTMedium.ttf) format("truetype"),url(../font/BankGothicMdBTMedium.svg#BankGothicMdBTMedium) format("svg");
}

body {
    background: #f8f8f8 url(../images/pattern.jpg) repeat;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased !important;
}

h1,
h3,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 5px 0;
    text-align: justify;
}

.col-right p {
    margin: 0 0 8px 0;
    text-align: justify;
    font-size: 15px;
}


ul,
ol {
    padding: 0;
    margin: 0 0 0;
    list-style: none;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }


    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    
    th, td {
        padding: 12px;
        text-align: left;
        border: 1px solid #ddd;
    }
    
    th {
        background-color: #f2f2f2;
    }
    
    .inner-table {
        width: 100%;
        border-collapse: collapse;
    }
    
    .inner-table th, .inner-table td {
        padding: 8px;
        border: 1px solid #ddd;
    }
    
    @media screen and (max-width: 600px) {
        table, .inner-table {
            display: block;
            width: 100%;
        }
    
        th, td {
            display: block;
            width: 100%;
        }
    
        th {
            text-align: center;
        }
    }






hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

iframe {
    width: 100%;
}

a {
    color: #0088cc;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #005580;
        text-decoration: underline;
    }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input, select[data-type="dropdown"] {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 8px #e3e3e3 inset;
    -webkit-shadow: 0 0 8px #e3e3e3 inset;
    -moz-shadow: 0 0 8px #e3e3e3 inset;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    margin-bottom: 0px;
    margin-top: 0px;
}

.ie7 input.ie7-margin {
    margin-left: -30px;
}

select {
    margin-bottom: 20px;
}

input.dateinput {
    width: 100%;
}

input#email_newsletter, .form-search input {
    margin-bottom: 0;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}

.breadcrumb {
    margin: -15px 0 -5px -15px;
    list-style: none;
    background: none;
}

.twitter, .fb {
    position: relative;
    height: 32px;
    width: 157px;
    display: block;
    background: url(../images/twitter_btn.png) no-repeat;
    margin-top: 15px;
}

.fb {
    width: 157px;
    background: url(../images/fb_btn.png) no-repeat;
}

    .twitter:active, .fb:active {
        top: 1px;
    }

    .twitter:hover, .fb:hover {
        background-position: 0 -32px;
    }

    .twitter a, .fb a {
        padding: 5px 0 0 15px;
        text-shadow: -1px -1px 0px rgba(0,0,0,.3);
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        height: 32px;
        display: block;
        line-height: 23px;
    }

    .fb a {
        padding: 5px 0 0 20px;
    }

.twitter, .fb {
    display: inline-block;
}

    .twitter a:hover, .fb a:hover {
        color: #FFF;
        text-decoration: none;
    }

a.button_medium, .button_medium, .megamenu > li .drop-down-container a.button_medium {
    border: none;
    background: #099ad1;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    a.button_medium:hover, .button_medium:hover, .megamenu > li .drop-down-container a.button_medium:hover {
        background: #333;
    }

a.button_large, .button_large, .megamenu > li .megamenu_fullwidth a.button_large {
    border: none;
    background: #099ad1;
    color: #FFF;
    padding: 8px 30px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
}

    a.button_large:hover, .button_large:hover, .megamenu > li .drop-down-container a.button_large:hover {
        background: #333;
    }

a.button_red_medium, .button_red_medium, .megamenu > li .drop-down-container a.button_red_medium {
    border: none;
    background: #ff6666;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    a.button_red_medium:hover, .button_red_medium:hover, .megamenu > li .drop-down-container a.button_red_medium:hover {
        background: #333;
    }

.button_red_small, a.button_red_small, .megamenu > li .drop-down-container a.button_red_small {
    border: none;
    background: #ff6666;
    color: #fff;
    padding: 10px 8px;
    margin-bottom: 15px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button_red_small-2 {
    padding: 5px 8px !important;
    font-size: 12px;
}

.button_red_small:hover, a.button_red_small:hover, .megamenu > li .drop-down-container a.button_red_small:hover {
    background: #099ad1;
}

.button-align {
    text-align: right;
    padding-top: 25px;
}

.button-align-2 {
    float: right;
    margin-top: -38px;
    margin-right: -13px;
}

header {
    background-color: #2d343e;
    padding: 8px 0;
}

#social-btn {
    float: right;
    color: #d0dbeb;
    /* margin-right: 3px; */
    padding-left: 10px;
    /*background: white;*/
    margin-top: 5px;
    
}

    #social-btn ul li {
        display: inline-block;
        zoom: 2;
    }

/*#social-btn ul li a {
            color: #d0dbeb;
        }*/

#menu-top {
    float: right;
    color: #d0dbeb;
    font-size: 11px;
    margin-right: -5px;
    margin-top: 8px;
}

    #menu-top ul li {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        #menu-top ul li a {
            color: #d0dbeb;
        }

.ie7 #menu-top ul li a {
    color: #d0dbeb;
    margin-left: 5px;
}

nav {
    width: 100%;
    background: #0099cc;
    background: #0099cc -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #0099cc -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
    background: #0099cc -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #0099cc -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #0099cc -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #0099cc linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    /*margin-bottom: 64px;*/
    color: #fff;
    /*top: 64px;*/
    position: relative;
}

#phone {
/*    background: url(../images/icon-phone.png) no-repeat center right;*/
    padding-right: 46px;
    text-align: right;
    float: right;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.phone {
    background: url(../images/icon-phone.png) no-repeat;
    background-size: 30px 30px;
    padding-right: 50px;
    padding-bottom: 10px;
    text-align: right;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    
}

.text-decoration, .text-decoration:hover {
    text-decoration: none;
}

#phone strong, .phone strong {
    font-size: 22px;
    color: #ffeb3b;
    font-weight: 700;
    display: block;
    margin-top: 5px;
    margin-left: 38px;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    /*display: none;*/
}

footer {
    background-color: #fff;
    color: #666;
    border-top: 1px solid #e0eaf0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
}

#brand-footer {
    text-align: center;
}

#contacts-footer ul {
    list-style: none;
    margin-left: 0;
}

    #contacts-footer ul li {
        line-height: 25px;
    }

#quick-links ul {
    list-style: none;
    margin-left: 0;
}

    #quick-links ul li {
        background: url(../images/arrow-gray.png) left center no-repeat;
        padding-left: 15px;
    }

#main-boxes {
    /*margin-top: -35px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;*/
    margin-top: -15px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.feat h3 {
    text-shadow: 1px 2px 0px rgba(255,255,255,1);
}

#static-image {
    width: 100%;
    max-width: 100%;
    margin-top: -20px;
    text-align: center;
    background-color: #0099cc;
}

.feat {
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
}

    .feat.last {
        margin-bottom: 0px;
    }

    .feat i {
        color: #F66;
        left: 0;
        position: absolute;
    }

.col-left {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.col-right {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 60px;
    position: relative;
}

.col-left h3, .widget h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #bbbbbb;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 17px;
}

ul.submenu-col {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
}

    ul.submenu-col li a {
        text-decoration: none;
        padding: 4px 10px;
        display: inline-block;
        margin-bottom: 3px;
        cursor: pointer;
    }

        ul.submenu-col li a.active {
            background: #099ad1 url(../images/arrow.png) no-repeat 96% center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #fff;
        }

        ul.submenu-col li a:hover {
            background: #efefef;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #326e99;
        }

.strip-courses {
    background: #eaf9ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #395070;
    margin-bottom: 30px;
}

    .strip-courses.gray {
        background: #f8f8f8;
    }

.title-course {
    background: #2d343e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    position: relative;
}

    .title-course h3 {
        font-size: 18px;
        padding: 3px 0 3px 15px;
        color: #fff;
        margin: 0;
    }

    .title-course ul {
        position: absolute;
        color: #fff;
        right: 15px;
        top: 7px;
    }

        .title-course ul li {
            display: inline-block;
            font-weight: 600;
            margin-left: 15px;
            zoom: 1;
            *display: inline;
        }

.strip-courses .description {
    padding: 15px;
}

    .strip-courses .description ul {
        margin: 0;
        padding: 0;
    }

        .strip-courses .description ul li {
            display: inline-block;
            font-weight: 600;
            margin-right: 8px;
            padding-right: 8px;
            border-right: 1px solid #ccc;
            line-height: 16px;
            zoom: 1;
            *display: inline;
        }

            .strip-courses .description ul li.online {
                color: #ff6666;
            }

            .strip-courses .description ul li:last-child {
                border-right: none;
            }

.box-style-one {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background: #eaf9ff;*/
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

    /*.box-style-one img {
        margin: 30px 0 15px 0;
    }*/

    .box-style-one img.picture {
        margin: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .box-style-one h5 {
        background: #2d343e;
        bottom: 0;
        left: 0;
        padding: 4px 0;
        color: #eaf9ff;
        text-transform: uppercase;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.strip-lessons {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

ul.data-lessons {
    margin-left: 0;
    padding-left: 0;
}

    ul.data-lessons li {
        display: inline-block;
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid #ccc;
        line-height: 16px;
        zoom: 1;
        *display: inline;
    }

        ul.data-lessons li:last-child {
            border-right: none;
        }

.strip-staff {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

    .strip-staff .pic-teacher {
        position: relative;
        margin-bottom: 15px;
    }

    .strip-staff h4 em {
        display: block;
        font-weight: normal;
        color: #777;
        font-size: 12px;
    }

ul.data-staff {
    margin-left: 0;
    padding-left: 0;
}

    ul.data-staff li {
        font-weight: 700;
        display: inline-block;
        margin-right: 3px;
        padding: 8px 12px;
        background-color: #f8f8f8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        zoom: 1;
        *display: inline;
    }

        ul.data-staff li i {
            margin: auto;
        }

        ul.data-staff li a:hover {
            text-decoration: none;
        }

.news-strip ul {
    margin: 0;
    padding: 0;
}

    .news-strip ul li {
        cursor: pointer;
        list-style: none;
        margin: 0;
        padding: 0;
        padding: 20px 0 0 0;
        margin-bottom: 15px;
    }

        .news-strip ul li a {
            text-decoration: none;
        }

        .news-strip ul li:hover {
            background-color: #eaf9ff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.date-news {
    float: left;
    background: #f8f8f8;
    text-align: center;
    width: 60px;
    height: 60px;
    padding-top: 1px;
    color: #000;
    font-size: 10px;
    border: 1px solid #fff;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    text-shadow: -1px -1px 0px rgba(255,255,255,1);
    margin: 0 15px 10px 10px;
}

    .date-news strong {
        display: block;
        font-size: 12px;
        color: #333;
    }

.tags a {
    display: inline-block;
    margin: 5px 14px 10px 0;
    height: 33px;
    line-height: 33px;
    background: #ededed url(../images/tag_bg.png) no-repeat 91% center;
    padding: 0 28px 0 11px;
    color: #646464;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
}

    .tags a:hover {
        background-color: #099ad1;
        color: #fff;
        text-decoration: none;
    }

ul.recent_post li, ul.latest_news li {
    padding: 0 0 8px 0;
    margin-bottom: 15px;
    border-bottom: 1px #e7e7e7 dotted;
    color: #313131;
    list-style: none;
    line-height: 18px;
    padding-bottom: 15px;
    color: #888;
    font-style: italic;
}

    ul.recent_post li div, ul.latest_news li div {
        font-weight: 700;
        padding-left: 25px;
        font-style: normal;
    }

    ul.recent_post li:last-child, ul.latest_news li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

.post {
    margin-bottom: 45px;
}

    .post img {
        margin-bottom: 18px;
    }

    .post h2 {
        font-size: 36px;
        line-height: 36px;
    }

.post_info {
    padding: 10px 0;
    border-bottom: 1px #e7e7e7 solid;
    border-top: 1px #e7e7e7 solid;
    margin-bottom: 12px;
    color: #555;
}

    .post_info span {
        color: #ff6666;
    }

.post img {
    border-radius: 5px;
}

.post-left {
    float: left;
}

    .post-left ul li {
        float: left;
        margin-right: 10px;
        list-style: none;
    }

.post-right {
    float: right;
}

#comments {
    padding: 10px 0 0px 0;
    margin-bottom: 15px;
}

    #comments ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #comments ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #comments li {
        padding: 0 0 23px 0;
        list-style: none;
    }

.avatar {
    float: left;
    margin-right: 11px;
}

    .avatar img {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.comment_right {
    display: table;
}

.comment_info {
    padding-bottom: 7px;
}

    .comment_info span {
        padding: 0 12px;
    }

#comments ol li ul li {
    padding: 23px 0 0 30px;
    margin: 0;
}

.picture {
    margin-bottom: 20px;
    position: relative;
}

.picture2 {
    margin-bottom: -45px;
    position: relative;
}

.photo_icon {
    background: url(../img/zoom_1.png) no-repeat 10px 10px;
    display: none;
    height: 92%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video_icon_youtube {
    background: url(../img/icon_play.png) no-repeat 10px 10px;
    display: none;
    height: 92%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video_icon_vimeo {
    background: url(../img/icon_play.png) no-repeat 10px 10px;
    display: none;
    height: 92%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.add-bottom-20 {
    margin-bottom: 30px;
}

#toTop {
    width: 100px;
    border: 1px solid #0099cc;
    background: #0099cc;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
}

hr.double {
    margin: 10px 0 20px 0;
    border: 0;
    border-top: 1px solid #cedee7;
    border-bottom: 1px solid #ffffff;
}

ul.list_1, ul.list_2, ul.list_3, ul.list_4 {
    padding-bottom: 15px;
}







    ul.list_1 li {
        background: url(../images/tick_1.png) no-repeat left 3px;
        line-height: 18px;
        padding-left: 20px;
    }

    ul.list_2 li {
        background: url(../images/arrow_2.png) no-repeat 3px 5px;
        line-height: 18px;
        padding-left: 20px;
    }

    ul.list_3 li {
        background: url(../images/arrow_3.png) no-repeat 5px 7px;
        line-height: 18px;
        padding-left: 20px;
    }

    ul.list_4 li {
        background: url(../images/arrow_4.png) no-repeat 4px 6px;
        line-height: 18px;
        padding-left: 20px;
    }

.borders:after,
.borders:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -2px;
    left: 3px;
    right: 3px;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #e2e2e2;
    border-top: 0;
}

.borders:before {
    bottom: -4px;
    left: 6px;
    right: 6px;
}

.box-style-1 {
    padding: 30px 30px 10px 30px;
    background: #eaf9ff;
    box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #2e415c;
    position: relative;
}

    .box-style-1.ribbon {
        background: #eaf9ff url(../images/sticker-1.png) no-repeat top right;
    }

/*.box-style-2 {
    height: 350px;
}*/

.box-style-2 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    padding: 25px 25px 5px 25px;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-style-2 img {
    float: right;
    margin: 0 0 15px 20px;
}

.box-style-2 h3 {
    color: #FF9;
    font-size: 22px;
    width: 175px;
}

.box-style-2.green a:hover {
    background: #0058a2
}

.box-style-2.orange a:hover {
    background: #03acf5;
}

.box-style-2.red a:hover {
    background: #03acf5;
}

.table-bordered thead tr {
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
    background-image: -o-linear-gradient(top, #eeeeee, #dadada);
    background-image: linear-gradient(to bottom, #eeeeee, #dadada);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}

    .table-bordered thead tr th {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #444;
        border-left: 1px solid #F1F1F1;
        border-right: 1px solid #CCC;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        -moz-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
    }

        .table-bordered thead tr th:first-child {
            border-left-color: #CCC;
        }

        .table-bordered thead tr th:last-child {
            border-right: none;
        }

.table-bordered tbody tr:first-child td {
    border-top-color: #CCC;
}

.table-bordered tbody tr td {
    border-left: 1px solid #FFF;
    border-right: 1px solid #DDD;
}

    .table-bordered tbody tr td:first-child {
        border-left-color: #DDD;
    }

    .table-bordered tbody tr td:last-child {
        border-right: none;
    }

.table-bordered thead tr {
    background: #EEE;
    background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
    background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}

.table-bordered thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #444;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCC;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

    .table-bordered thead th:first-child {
        border-left-color: #CCC;
    }

    .table-bordered thead th:last-child {
        border-right: none;
    }

.table-bordered tbody td {
    border-left: 1px solid #FFF;
    border-right: 1px solid #DDD;
}

.table-bordered tbody tr td:first-child {
    border-left-color: #DDD;
}

.table-bordered tbody tr td:last-child {
    border-right: none;
}

#message-newsletter, #message-visit, #message-contact {
    margin: 10px 0;
    padding: 0;
}

.error_message {
    display: inline-block;
    background: #ed1c24;
    padding: 5px;
    color: #fff;
}

.loader {
    padding: 0 10px;
}

#success_page {
    background: #66cc00;
    padding: 5px;
    color: #fff;
    display: inline-block;
}

span.required {
    font-size: 13px;
    color: #ff6666;
}

.main-img {
    /*margin: -30px -30px 30px -30px;*/
    /*overflow: hidden;*/
    position: relative;
}

    .main-img p.lead {
        background-color: #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        opacity: 0.7;
        /* position: absolute; */
        bottom: -75px;
        padding: 10px 20px;
        color: #fff;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .main-img img {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

a.accrodian-trigger {
    display: block;
    margin: 5px 0;
    background: #f5f5f5 url(../img/plus.png) no-repeat center right;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 15px;
    line-height: 32px;
    transition: background .5s ease;
    margin-bottom: 5px;
}

    a.accrodian-trigger:hover {
        text-decoration: none;
        background: #099ad1 url(../img/plus.png) no-repeat center right;
        color: #fff;
    }

    a.accrodian-trigger:focus {
        text-decoration: none;
        background: #099ad1 url(../img/minus.png) no-repeat center right;
        color: #fff;
    }

.accrodian-data {
    padding: 0 15px;
}

.togglehandle {
    background: #f5f5f5 url(../img/plus.png) no-repeat center right;
    padding: 8px 15px;
    border: 1px solid #D6D4CB;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.toggledata {
    padding: 0 15px;
}

.errormsg, .alertmsg, .successmsg, .infomsg, .infomsg2 {
    display: block;
    margin: 20px 0;
    padding: 15px 8px 15px 15px;
    position: relative;
    color: #666666 !Important;
}

.alert i {
    float: left;
    line-height: 22px;
}

.errormsg {
    background-color: #FCCAC1;
    border: 1px solid #E18B7C;
}

    .errormsg i {
        color: #E18B7C;
    }

.alertmsg {
    background-color: #FFE9AD;
    border: 1px solid #EAC572;
}

    .alertmsg i {
        color: #EAC572;
    }

.successmsg {
    background-color: #EFFEB9;
    border: 1px solid #C1D779;
}

    .successmsg i {
        color: #C1D779;
    }

.infomsg {
    background-color: #DEEEFA;
    border: 1px solid #AFD3F2;
}

    .infomsg i {
        color: #AFD3F2;
    }

.infomsg2 {
    background-color: #FFFFFF;
    border: 1px solid #AFD3F2;
}

a.clostalert {
    background: url("../img/messages.png") no-repeat scroll 0 -310px transparent;
    cursor: pointer;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: 9999px;
    top: 5px;
    width: 15px;
}

.tab-content {
    overflow: auto;
    margin-bottom: 20px;
}

.ie10 .col-left, .ie10 .col-right, .ie10 ul.submenu-col li a#active, .ie10 .strip-courses, .ie10 .title-course, .ie10 .box-style-one, .ie10 .box-style-one img.picture, .ie10 .box-style-one h5, .ie10 ul.data-staff li, .ie10 .news-strip ul li:hover, .ie10 .date-news, .tags a, .ie10 .post img, .ie10 .avatar img, .ie10 .box-style-1, .ie10 .main-img img, .ie10 a.button_medium, .ie10 .button_medium, .ie10 .megamenu > li .drop-down-container a.button_medium, .ie10 a.button_large, .button_large, .ie10 .megamenu > li .drop-down-container a.button_large, .ie10 a.button_red_medium, .ie10 .button_red_medium, .ie10 .megamenu > li .drop-down-container a.button_red_medium, .ie10 .button_red_small, .ie10 a.button_red_small, .ie10 .megamenu > li .drop-down-container a.button_red_small, .ie10 .img-rounded, .ie10 .megamenu > li .drop-down-container, .ie10 .drop-down-container ul.tabs a, .ie10 .drop-down-container#icon-menu a, .ie10 .box-style-1, .ie10 .box-style-2 a {
    border-radius: 0;
}

.ie10 select,
.ie10 textarea,
.ie10 input[type="text"],
.ie10 input[type="password"],
.ie10 input[type="datetime"],
.ie10 input[type="datetime-local"],
.ie10 input[type="date"],
.ie10 input[type="month"],
.ie10 input[type="time"],
.ie10 input[type="week"],
.ie10 input[type="number"],
.ie10 input[type="email"],
.ie10 input[type="url"],
.ie10 input[type="search"],
.ie10 input[type="tel"],
.ie10 input[type="color"],
.ie10 .uneditable-input {
    border-radius: 0;
}

.bigtext {
    font-size: 14px;
    font-weight: bold;
}

@media (min-width:768px) and (max-width:1200px) {
    input#email_newsletter, .form-search input {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .box-style-2 img {
        float: none;
        margin: auto;
        margin-bottom: 20px;
        display: block;
    }

    .box-style-2.green a {
        background: #669933;
    }

    .box-style-2.orange a {
        background: #fab90c;
    }

    .box-style-2.red a {
        background: #ff6666;
    }

        .box-style-2.green a:hover, .box-style-2.orange a:hover, .box-style-2.red a:hover {
            background: #2d343e;
        }

    input.dateinput {
        width: 70%;
    }

    .post-right {
        float: left;
    }

    .feat {
        padding-left: 0;
    }

        .feat i {
            position: relative;
            padding-bottom: 15px;
            top: 0;
            left: 0;
            display: block;
        }

    .strip-courses .button_medium.button-align-2 {
        float: none;
        margin-top: 15px;
    }
}

@media (max-width:767px) {


    #logo img {
        visibility: hidden;
        display: none;
    }

    #main-boxes {
        margin-top: 10px;
    }

    .post-right {
        float: left;
    }

    #logo {
        text-align: center;
        background: url(../images/logo-mobile.png) center top no-repeat;
        height: 45px;
        /*margin-bottom: 10px;*/
    }

    #menu-top {
        text-align: center;
        float: none;
        margin: 0;
    }

    header {
        height: 115px;
    }

    nav, footer, #features {
    }

    .twitter, .fb {
        margin-bottom: 25px;
    }

    .button-align {
        text-align: left;
        padding-top: 0;
    }

    .strip-staff .pic-teacher {
        width: 60%;
        height: auto;
    }

    .strip-courses .button_medium.button-align-2 {
        float: none;
        margin-top: 15px;
    }
}

@media (max-width:480px) {

    .modal {
        margin-top: 10px !important;
    }

    .modal-body {
        height: 420px !important;
    }

    /*.offer {
        top: -10px !important;
    }*/

    .contact-us-form {
        margin-top: 110px !important;
    }

    .floating-form {
        margin-top: 90px !important;
    }

    .facebook-page {
        margin-top: 3px;
        position: absolute;
        margin-left: 10px !important;
    }

    .modal-title {
        font-size: 20px !important;
    }

    .social-form {
        margin-top: 115px !important;
    }

    #social-btn {
        /*display: none;*/
        position: inherit;
        /*margin-left: 190px;*/
        margin-top: -40px;
        margin-left: 34px;
    }

    .responsive-menu ul.col-width li {
        width: 50% !important;
        border-bottom: none !important;
    }

    .fullwidthbanner-container {
        margin-top: 115px !important;
    }

    .modal-sm {
        /* width: 450px; */
        width: 95% !important;
    }

    .bar {
        font-size: 18px !important;
    }

    .phone {
        background: url(../images/icon-phone.png);
        background-repeat: no-repeat;
        background-position: 40% 50%;
        background-size: 30px 30px;
        /* padding-right: 51px; */
        text-align: center;
        /* float: none; */
        font-size: 10px;
        color: #fff;
        margin-top: -55px;
        padding: 10px;
        margin-top: -80px;
        /* padding-left: 100px; */
        margin-left: 71px;
    }

        #phone strong, .phone strong {
            font-size: 24px;
            color: #ffeb3b;
            font-weight: 700;
            display: block;
            /* margin-top: 40px; */
            margin-left: 140px;
        }

    .top-center {
        text-align: center;
        float: none;
    }

    #logo {
        text-align: center;
        background: url(../images/logo-mobile.png) left top no-repeat;
        height: 80px;
        margin-left: 10px;
        /*margin-bottom: 10px;*/
    }

    .title-course ul {
        position: relative;
        color: #fff;
        right: 0;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        padding-bottom: 15px;
    }

        .title-course ul li {
            padding: 0;
        }

    .strip-courses .button_medium.button-align-2 {
        float: none;
        margin-top: 15px;
    }

    .menubar {
        display: none;
    }
}

.heading-background {
    color: #0099cc;
    font-weight: bold !important;
    text-align: left;
}

.margin-left {
    margin-left: 17px;
}

.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

select.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}

.textalign-right {
    text-align: right;
    width: 100%;
}

footer h1 {
    font-size: 15px;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.margin-top {
    margin-top: 120px;
}


.orange {
    /*background: #F60 !IMPORTANT;*/
    background: url("../images/Slide1.jpg") no-repeat !IMPORTANT;
    background-size: cover;
}

.green {
    /*background: #669933 !IMPORTANT;*/
    background: url("../images/Slide2.jpg") no-repeat !IMPORTANT;
    background-size: cover;
}


.red {
    /*background: #ff6666 !IMPORTANT;*/
    background: url("../images/Slide3.jpg") no-repeat !IMPORTANT;
    background-size: cover;
}

#social-btn a:hover {
    text-decoration: none !important;
}

.modal {
    top: 100px;
}

.footer-placement-parent {
    height: 85px;
    position: fixed;
    bottom: 0;
    /*background: #2d343e;*/
    /* margin-bottom: 107px; */
    width: 100%;
    z-index: 1000;
}

    .footer-placement-parent .img {
        height: 135px;
        margin-left: -10px;
        margin-top: -25px;
    }

.youtube-channel {
    margin-top: 5px;
    margin-left: -120px;
    position: absolute;
}

.facebook-page {
    margin-top: 5px;
    position: absolute;
    margin-left: -60px;
}

/*.view-card-container-img {
    height: 200px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.view-card-img img {
    margin: 0 auto;
    vertical-align: middle;
    max-height: 200px;
    max-width: 100%;
}*/

.margin-bottom-10 {
    margin-bottom: 20px;
}

.modal-body {
    position: relative;
    padding: 20px;
    margin-top: -10px;
}

.modeltop {
    /*top: 27px !important;*/
    width: 100%;
    margin-left: 0;
}

.modal-header {
    padding: 5px;
}

.modal-header {
    min-height: 16.43px;
    background: #185f7c;
    color: #fff;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
    padding-left: 20px;
    font-size: 30px;
    margin-left: 45px;
}

.modal-title {
    font-family: BankGothicMdBTMedium;
}

.form-control {
    border: 1px solid #185f7c !important;
    padding: 5px 8px;
    color: #616161 !important;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    /*-webkit-appearance: none;*/
    outline: 0;
    font-family: Roboto,sans-serif !important;
    background: 0 0;
    box-shadow: none !important;
    letter-spacing: .04em;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon {
    color: #fff;
    background: #185f7c;
    border: 1px solid #185f7c;
}

.bar {
    margin-bottom: 15px;
    /* text-shadow: 0 1px 4px #7d7d7d; */
    color: rgb(241, 34, 22);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-left: 90px;
}

#btnClose {
    padding: 7px 40px;
    align-items: center;
    background: #e83535 !important;
    border: 1px solid #e83535;
    padding: 7px 15px;
    align-items: center;
}


#btnSubmit {
    padding: 7px 40px;
    align-items: center;
    background: #185f7c !important;
    border: 1px solid #185f7c;
    padding: 7px 15px;
    align-items: center;
    /*font-family: 'BankGothicMdBTMedium';*/
    background: #285e8e;
}

.modal-header .close {
    margin-top: 3px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 12.2 !important;
    width: 30px !important;
    height: 30px !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.form-group {
    margin-bottom: 0px;
}

/*.input-group {
    padding-bottom: 10px;
}*/

.modal-body {
    height: 370px;
}

/*.modal-dialog {
    width: 60%;
}*/

.modal-dialog {
    position: static;
}

.modal-dialog {
    margin: 56px auto;
}

.error-alert {
    color: #f81717;
}

.form-group.req, .form-group.margin-bottom {
    height: 50px;
    margin-bottom: 0px;
}

/* New Year Image */
.hover_bkgr_fricc {
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 18000;
}


    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        /* background-image: url( https://i.ytimg.com/vi/v1SabYdIlZI/maxresdefault.jpg); */
        background-color: #FFFFFF;
        box-shadow: 10px 10px 60px #292929;
        display: inline-block;
        height: auto;
        max-width: 550px;
        /* min-height: 250px; */
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 5px;
        padding: 5px;
    }

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.hover_bkgr_fricc img {
    width: 100%;
}
/* End New Year Image */

/*.topbar, .menubar, .coloured:before, .option-set li a:before, .provide-project:before, .dark-btn:hover, .price-table:hover .dark-btn, .team-carousel .owl-nav > div:hover:before, .fancy-social > a:hover, .provide-bar .progress .progress-bar, .news-img > span, .provide-news:after, .color-btn, .dark-socials > a:hover, header.style2 .menubar .container, header.style2 .socials > a, .fancy-name:before, .fancy-title:after, .social > a:before, .provide-accordion.style2 .toggle-item h2.active, .huge-btn, .modern-services-carousel .owl-dots .owl-dot.active, .testimonials-carousel .owl-dots .owl-dot.active, .elegent-title:before, .provide-form form button, .provide-accordion.style3 .toggle-item > h2.active, .pro-info:hover span i, .newsletter-form button, .light-socials > a:hover, .option-set li a.view-all-projects, .select2-container--default .select2-results__option--highlighted[aria-selected], .latest-news.list-style .news-description .meta:after, .blog-single ul li:before, .responsive-topbar {
    background-color: rgb(0, 108, 181);
}*/

.menubar {
    position: fixed;
    width: 100%;
    top: 60px;
    /*background-color: #4267b2;*/
    background: #0099cc -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
}

.menubar {
    float: left;
    width: 100%;
}

/*nav {
    float: left;
    position: relative;
}*/

nav > ul {
    float: left;
    margin-left: 95px;
}

    nav > ul > li {
        color: #fff !important;
        float: left;
        /*font-family: arial;*/
        font-size: 12px;
        font-weight: 700;
        height: 50px;
        padding-right: 5px;
        padding-left: 10px;
    }

        nav > ul > li > a {
            float: left;
            line-height: 15px;
            /*padding-top: 22px;
        padding-left: 15px;*/
            position: relative;
            color: #fff !important;
            padding: 18px 30px 1px 0;
            text-transform: uppercase;
        }

            nav > ul > li > a:before, .socials > a:hover, .round-btn, .project-links > a, .widget-title:before, .contact-form button, .inn-service > span i, .morris-hover.morris-default-style, .news-img > span.style2, .yellow-btn, .project-btn, .layer3, .menu-button, .close-menu {
                background-color: #eeb013;
            }

            nav > ul > li > a:before {
                background: black none repeat scroll 0 0 padding-box content-box;
                bottom: 0;
                content: "";
                height: 2px;
                left: 50%;
                padding: 0 20px;
                position: absolute;
                width: 0;
                -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
                -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
                -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
                -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
                -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
                -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
                transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
            }

.icon-home {
    margin-top: -13px !important;
    font-size: 30px;
}

nav > ul ul {
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    /*padding: 5px 0;*/
    /*background: #FFF;*/
    background: #0099cc;
    /*-webkit-box-shadow: 0px 2px 2px rgba(126, 126, 126, 0.57);
    -moz-box-shadow: 0px 2px 2px rgba(126, 126, 126, 0.57);
    -ms-box-shadow: 0px 2px 2px rgba(126, 126, 126, 0.57);
    -o-box-shadow: 0px 2px 2px rgba(126, 126, 126, 0.57);*/
    /*box-shadow: 0px 2px 2px rgba(126, 126, 126, 0.57);
    border: 2px solid #f5f5f4;*/
}

    nav > ul ul li {
        font-size: 12px;
        line-height: 30px;
        font-weight: 500;
        padding: 5px 10px;
        color: #000;
        position: relative;
        background: none;
        letter-spacing: 1px;
        display: table;
        width: 100%;
    }

        nav > ul ul li:hover, nav > ul li:hover {
            background: #185f7c;
        }

.submenu-title {
    position: static;
}

nav > ul > li {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 700;
}

nav > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-left: -10px;
}

nav > ul ul li a {
    color: #fff !important;
    padding: 5px 10px;
    width: 220px;
    margin-bottom: 3px;
    color: #fff;
    /*background-color: #0099cc;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
}

.menu-drop-down {
    background-image: url(../images/arrow-down-white.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    color: #fff;
    outline: 0;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.responsive-header {
    display: none;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 10000;
}

@media (max-width: 430px) and (min-width: 200px) {
    .responsive-topbar {
        transition-delay: 10s;
    }

    .responsive-topbar {
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
    }
}

.responsive-topbar p.top-address {
    max-width: none;
    width: 100%;
    text-align: center;
}

p.top-address {
    color: #fff;
    float: left;
    font-size: 14px;
    /*font-family: arial;*/
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    max-width: 60%;
}

    p.top-address i, nav > ul li:hover > a, .header-search > a:hover, .provide-project.style2 .project-links a:hover, .post-by a, .comment-details strong, .add i, nav > ul ul li.has-children:hover:before, .layer1 i, .responsive-menu ul li.menu-item-has-children > a:before {
        color: #eeb013;
    }

    p.top-address i {
        font-size: 23px;
        margin-top: -5px;
        margin-right: 5px;
        vertical-align: middle;
    }

.responsive-logobar {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px -5px 20px 0px;
    text-align: center;
    padding: 25px 10px;
}

.responsive-logo {
    float: left;
}

.responsive-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #FFF;
    padding: 60px 30px 30px 30px;
    overflow: auto;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.close-menu {
    float: right;
    margin-bottom: 20px;
    color: #FFF;
    background: black;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
}

.responsive-menu ul {
    float: left;
    width: 100%;
}

    .responsive-menu ul li {
        float: left;
        width: 100%;
        font-size: 13px;
        /*font-family: lato;*/
        border-bottom: 1px solid #D3D3D3;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 900;
    }

.round-btn-responsive {
    float: left;
    font-weight: 800;
    font-size: 17px;
    /*font-family: arial;*/
    letter-spacing: 0.2px;
    border-color: #eeb013;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #eeb013;
    color: #fff;
}

    .round-btn-responsive a:hover {
        cursor: pointer;
    }

.responsive-menu .header-contact {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #AAAAAA;
    padding-top: 30px;
}

.menu-button:hover {
    color: #FFF;
}

.responsive-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #FFF;
    padding: 60px 30px 30px 30px;
    overflow: auto;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

    .responsive-menu.slidein {
        left: 0;
        opacity: 1;
    }

    .responsive-menu ul {
        float: left;
        width: 100%;
    }

        .responsive-menu ul li {
            float: left;
            width: 100%;
            font-size: 12px;
            border-bottom: 1px solid #D3D3D3;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
        }

            .responsive-menu ul li a {
                float: left;
                width: 100%;
                padding: 15px 0px;
                position: relative;
            }

            .responsive-menu ul li.menu-item-has-children > a:before {
                content: "\f067";
                position: absolute;
                right: 10px;
                top: 10px;
                width: 10px;
                height: 10px;
                /*color: #333;*/
                font-family: fontawesome;
                font-size: 15px;
            }

            .responsive-menu ul li ul {
                display: none;
                padding-left: 20px;
                background: rgba(76, 71, 71, 0.07);
            }

            .responsive-menu ul li:last-child {
                border: 0;
            }

.menu-button {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    margin-top: -75px;
    margin-right: 10px;
}

a.menu-button:hover {
    cursor: pointer;
}

.close-menu {
    float: right;
    margin-bottom: 20px;
    color: #FFF;
    background: black;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
}

.header-contact {
    float: right;
    overflow: hidden;
    width: 67%;
}

@media (max-width: 480px) {
    .responsive-menu .header-contact .info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .responsive-menu .header-contact .info {
        width: 50%;
    }

    .responsive-menu .header-contact .info {
        float: left;
        width: 33.334%;
    }

    .info {
        display: -webkit-box;
        float: left;
        padding: 34px 0 30px;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 980px) {
    .responsive-header {
        display: block;
    }
}

nav > ul > li > a:before, .socials > a:hover, .round-btn, .project-links > a, .widget-title:before, .contact-form button, .inn-service > span i, .morris-hover.morris-default-style, .news-img > span.style2, .yellow-btn, .project-btn, .layer3, .menu-button, .close-menu {
    background-color: #eeb013;
}

.round-btn {
    margin-top: 3px;
    border: 1px solid;
    color: #202020;
    /* float: right; */
    /* float: right; */
    font-family: arial;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 10px 10px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    background-color: #cc1b23;
    color: #fff;
}

    .round-btn:hover {
        background: #185f7c;
        color: #fff;
        cursor: pointer;
    }

.icon-right {
    float: right;
    font-weight: normal;
    padding-top: 10px;
}

ul li ul.sub-menu {
    left: 230px;
    top: 0px;
    min-width: 245px;
}

ul li ul li .icon-right:hover .sub-menu {
    visibility: visible;
}

.offer {
    height: 100px;
    float: left;
    position: absolute;
    left: 0;
    top: -15px;
}

.job-opening {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    position: absolute;
    margin-left: 12px;
}

.social-icon {
    color: #fff;
    font-size: 12px;
    padding: 2px;
    margin-right: 0px !important;
}

.facebook-page {
    margin-top: 3px;
    position: absolute;
    margin-left: 100px;
}

.youtube-channel {
    margin-top: 5px;
    margin-left: -130px;
    position: absolute;
}

.fancybox-skin {
    top: 80px;
}

.panel.panel-default:hover {
    cursor: pointer;
}

.modal-sm {
    width: 450px;
}

.left-margin {
    left: 350px !important;
    top: 0px !important;
    min-width: 300px !important;
}


.responsive-menu ul li a.round-btn {
    width: 80%;
    text-align: center;
}



