/* General */


.RadScheduler .rsAptResize {
    visibility: hidden !important;
}

.RadScheduler .rsAptMid, .RadScheduler .rsAptIn, .RadScheduler .rsAptContent {
    position: relative !important;
}

.RadScheduler_MetroTouch .rsAptOut, .RadScheduler_MetroTouch .rsAptMid, .RadScheduler_MetroTouch .rsAptIn {
    overflow: visible !important;
}

.RadScheduler_MetroTouch .rsAptContent {
    padding: 1px 25px 5px 10px !important;
}



#mainContent img {
    display: block;
    max-width: 100%;
    height: auto;
}



body {
    color: #3d3b3b;
    line-height: 24px;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 400;
}

p {
    color: #3d3b3b;
    line-height: 24px;
    margin: 0 0 20px;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 400;
}



h1 {
    font-size: 50px;
    line-height: 54px;
    margin: 0 0 20px 0;
    color: #dd952d;
    font-family: "Raleway";
    font-weight: 600;
    text-transform: none;
}

h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 20px 0;
    color: #1d3268;
    font-family: "Raleway";
    text-transform: none;
}

h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    color: #1d3268;
    font-family: "Raleway";
    text-transform: uppercase;
}

h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    color: #1d3268;
    font-family: "Open Sans";
    text-transform: none;
}

h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #1d3268;
    font-family: "Raleway";
    font-weight: 600;
    text-transform: none;
}

ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}

li {
    line-height: 24px;
}


a:hover, a:focus {
    color: #dd952d;
}

a {
    color: #1d3268;
    text-decoration: none;
}

.white {
    color: #fff !important;
}

.lowercase {
    text-transform: none !important;
}

.bold {
    font-weight: 800;
}

html .btn-primary {
    background-color: #dd952d;
    border-color: #dd952d;
    color: #ffffff;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-family: raleway;
    font-weight: 600;
}

    html .btn-primary:hover {
        background-color: #1d3268;
        border-color: #1d3268;
    }

html .btn-secondary {
    background-color: #1d3268;
    border-color: #1d3268;
    color: #ffffff;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-family: raleway;
    font-weight: 600;
}

    html .btn-secondary:hover {
        background-color: #dd952d;
        border-color: #dd952d;
    }

html .btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #1b2f62;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-family: raleway;
    font-weight: 600;
}

    html .btn-default:hover {
        background-color: #dd952d;
        border-color: #dd952d;
    }

/* Header */

#header .header-btn-collapse-nav {
    background: #dd952d none repeat scroll 0 0;
}

#header .header-body {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0px solid transparent;
    border-top: 0px solid #ededed;
    min-height: 125px;
    padding: 8px 0;
    transition: min-height 0.3s ease 0s;
    width: 100%;
    z-index: 1001;
}

#header .header-logo img {
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 0;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #1d3268;
}

.socialheader {
    font-size: 24px;
    margin-right: 9px !important;
}

/* Nav */

#header .header-nav-bar {
    background: #1d3268 none repeat scroll 0 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#header .header-nav-main nav > ul > li > a {
    border-radius: 4px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans";
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #dd952d none repeat scroll 0 0;
}

.header-nav-main {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}

/* Slider */

.main-label {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    line-height: 80px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.bottom-label {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.btn-slider-action {
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    padding: 20px 25px;
}

.blackbg {
    background-color: rgba(0,0,0,0.2);
    padding: 25px;
}

/* Welcome */

#welcome {
    Padding-top: 60px;
    Padding-bottom: 60px;
}

/* services */

#services {
    Padding-top: 60px;
    Padding-bottom: 60px;
    color: #fff;
    background-color: #1d3268;
    background-image: url(../images/servicesbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    #services p, #services h3, #services h4, #services .fa, #services a {
        color: #fff;
    }

    #services .fa {
        font-size: 33px;
    }


/* Believe */

#believe {
    Padding-top: 60px;
    Padding-bottom: 60px;
}

.believebox {
    background-color: #bec5d8;
    padding: 15px;
    font-family: Raleway;
    font-size: 16px;
    color: #3b3b3b;
}

    .believebox .list.list-icons li .fa, .believebox .list.list-icons li .icons {
        color: #1d3268;
        margin-right: 5px;
    }

/* Quality */

#quality {
    Padding-top: 45px;
    Padding-bottom: 45px;
    color: #fff;
    background-color: #1b2f62;
    background-image: url(../images/qualitybg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

    #quality h2, #quality p {
        color: #fff;
    }

    #quality h2 {
        font-family: Open Sans;
        font-size: 30px;
    }

    #quality p {
        font-size: 16px;
    }

/* News */

#news {
    Padding-top: 60px;
    Padding-bottom: 60px;
}

/* Footer */

#footer {
    background: #1d3268 none repeat scroll 0 0;
    border-top: 0px solid #1d3268;
    clear: both;
    font-size: 0.9em;
    margin-top: 10px;
    position: relative;
    padding-top: 45px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #fff;
}

    #footer nav ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        #footer nav ul li {
            display: inline-block;
            line-height: 16px;
            margin: 0;
            /*padding: 0 12px;*/
            font-family: "Open Sans";
            font-size: 16px;
            text-transform: uppercase;
        }

#sub-menu {
    /*margin-bottom: 30px;*/
}

#footer hr {
    background-image: linear-gradient(to right, transparent, #475782, transparent);
    border: 0 none;
    height: 1px;
    margin: 22px 0;
}

#footer h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: Raleway;
    text-transform: uppercase;
}

#footer .footer-copyright {
    background: #dd952d none repeat scroll 0 0;
    border-top: 0px solid #dd952d;
    margin-top: 5px;
    font-size: 13px;
    color: #FFF;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

    #footer .footer-copyright a {
        color: #1d3268;
    }

/* Calendar */

.RadScheduler .rsHeader h2 {
    color: #fff;
    font-weight: 700 !important;
}

/* Interior */

.banner-image {
    max-height: 350px;
    max-width: none;
    width: 100%;
    min-height: 120px;
}

.page-header h1 {
    border-bottom: 0px solid #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 75px;
    margin: 0 0 -25px;
    min-height: 37px;
    padding: 0 0 17px;
    position: relative;
}

.bannertext {
    position: absolute;
    color: #fff;
    bottom: 40%;
}

.page-header {
    background-color: #0f5793;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #384045;
    min-height: 120px;
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

#mainContent {
    padding-bottom: 50px;
}

.list.list-icons li .fa, .list.list-icons li .icons {
    border-color: #1d3268;
    color: #1d3268;
}

.interiorquality {
    padding-left: 40px;
    padding-right: 40px;
}

#sidebarnews a, #sidebarnews {
    color: #3d3b3b;
    font-size: 15px;
    line-height: 20px;
}

.sidebar {
    margin-bottom: 20px;
}


@media screen and (min-width: 801px) {
    .page-header h1 {
        font-size: 55px;
        font-weight: 700;
    }

    .bannertext {
        position: absolute;
        color: #fff;
        bottom: 40%;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .page-header h1 {
        font-size: 25px;
    }

    .bannertext {
        position: absolute;
        color: #fff;
        bottom: 30%;
    }
}

@media (min-width: 992px) {
    .rightColumn {
        float: right !important;
    }
}


/* Responsive */




@media (max-width: 699px) {
    #header .header-logo {
        width: 100% !important;
    }

    #header .header-nav-top {
        float: left;
    }
}

@media (min-width: 992px) {
    #header .header-logo {
        width: 309px !important;
    }

    #services p {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.reduce-height {
    max-height: 170px;
    overflow: hidden;
}

@media screen and (min-width: 700px) and (max-width: 991px) {
    #header .header-logo {
        width: 250px !important;
    }
}


#rsmNavFooterMenu ul {
    text-align: center !important;
}
