/*
#111 - font color 
#2f638a - link color
#111 - link hover color
*/

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    font-weight: 300;
    color: #111;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
    font-weight: 400;
    color: #111;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {} h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {} a {
    color: #2f638a;
    transition: all .3s;
}
a:hover {
    color: #111;
    text-decoration: none;
}
a:focus {
    color: #111;
    text-decoration: none;
}
::selection {
    background: #2f638a;
    color: #fff;
}
::-moz-selection {
    background: #2f638a;
    color: #fff;
}
#top {
    background: rgba(236, 242, 247, 0.95);
    height: 145px;
    width: 100%;
    /*padding-top: 30px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#top #top-top {
    margin-bottom: 10px;
    background: #000;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

#top #top-top p {
    margin-bottom: 0;
}

#top .contactinfo {
    font-weight: 400;
}
#top .contactinfo .ml {
    margin-left: 20px;
}
#top .contactinfo span {
    margin-right:10px;}
#top .contactinfo a {
    color: #111111;

}
#top .topmenu {
    margin-top: 20px;
    text-align: right
}
#top .topmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}
#top .topmenu ul li {
    float: left;
}
#top .topmenu ul li a {
    font-size: 14px;
    color: #111111;
    padding: 0 12px;
    text-decoration: none;
    display: inline-block;
    margin-right: 25px;
}
#top .topmenu ul li a:last-of-type {
    margin-right: 0;
}
#top .social {
    margin-bottom: 17px;
}
#top .social a {
    margin-right: 5px;
}
#top .social.min {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    #top {
        background: #E3EDF3;
        height: auto;
    }
    #top .logo {
        max-width: 220px;
    }
    #top {
        padding-top: 0;
    }
    #top .container .row:first-child {
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 767px){
    #top .container .row:first-child {
        margin-bottom: 0;
    }
    #top .logo {
        max-width: 100%;
        margin-top: 30px;
    }
    #top {
        height: 100px;
    }

}

/* Navbar */
.navbar-default {
    border: none;
    margin-bottom: 0;
    border-radius: 0;

}
.navbar-default .navbar-nav > li > a {
    background: transparent !important;
    color: #fff !important;
    font-size: 17px;
    border: none;

}
.navbar-default .navbar-nav > li.separator:last-child {
    display: none;
}

.dropdown-menu {padding:0; margin:2px 0 0 0; border:0;}
.dropdown-header, .dropdown-menu>li>a {padding:6px 20px;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {background:#ffcb0e; color:#000;}

@media screen and (max-width: 767px) {
    .navbar-default {
        background: #000;
    }

}
@media screen and (min-width: 767px) {

    .navbar-default {
        background: url(../img/navbg.png) center center repeat-y;
        border: none;
        box-shadow: none;
        border-radius: 0;
        font-weight: 400;
        font-family: 'Lato', sans-serif;

    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

    .navbar-default .navbar-nav > li.separator {
        height: 9px;
        width: 9px;
        display: inline-block;
        background: #ffcb0e;
    }
}

#slider {
    position: relative;
    z-index: 50;
    height: 780px;
}
#slider .slider-bg {
    width: 100%;
    height: 100px;
    background: url(../img/slide-bg.png) center top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
}
#slider .cycle-slideshow .cycle-slide {
    height: 780px;
}
#slide-pager {
    text-align: center;

    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 200;
}
#slide-pager a:focus,
a:active,
a:hover {
    outline: none;
}
#slide-pager a {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    background: #898680;
}
#slide-pager a.cycle-pager-active {
    background: #ffffff;
}

#slider .item  {
    position: relative;
    width: 100%;
    background-size: cover;
}
@media screen and (max-width: 1080px){
    #slider .item {
        background-attachment: scroll !important;
    }
}

#slider .row, #slide .container {
    height: 100%;
}
#slider .item .text {
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    position: absolute;
    top: 54%;
    background: url(../img/slide-txt-bg.png) right center no-repeat;
    padding-right: 60px;
    transform: translateY(-46%);
}
@media screen and (max-width: 767px) {
    #slider .item .text {
        padding: 0 30px;
        background: none;
    }
}

/* slider on subpages */

#slider2 {
    position: relative;
    z-index: 50;
    height: 390px;
}
#slider2 .slider-bg {
    width: 100%;
    height: 100px;
    background: url(../img/slide-bg.png) center top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
}
#slider2 .cycle-slideshow .cycle-slide {
    height: 390px;
}

#slider2 .item  {
    position: relative;
    width: 100%;
    background-size: cover;
}
@media screen and (max-width: 1080px){
    #slider2 .item {
        background-attachment: scroll !important;
    }
}
#slider2 .row, #slide .container {
    height: 100%;
}
#slider2 .item .text {
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    position: absolute;
    top: 54%;
    background: url(../img/slide-txt-bg.png) right center no-repeat;
    padding-right: 60px;
    transform: translateY(-46%);
}
@media screen and (max-width: 767px) {
    #slider2 .item .text {
        padding: 0 30px;
        background: none;
    }
}

#intro {
    padding-top: 70px;
    padding-bottom: 130px;
}
#intro h1 {
    color: #000000;
    font-family: 'Maven Pro', sans-serif;
    font-size: 48px;
    margin: 0;
}
#intro img.separator {
    margin: 30px 0;
}
#intro p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
#intro img {margin:30px 0 20px 0;}

/* Sky frames */

#frames {
    background: #ffcb0e;
    height: 150px;
}
#frames p {
    margin: 0;
}
#frames img {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    top: -30px;
}
#specialoffers {
    z-index: 5;
    background: #142944 url('../img/specialoffers.jpg') center top no-repeat;
    background-attachment:fixed;
    padding-top: 105px;
}
#specialoffers h3 {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px 0;
}
#specialoffers form {
    margin-bottom: 50px;
}
#specialoffers form input, #specialoffers form select {
    width: 100%;
    background: #fff;
    font-weight: 300;
    font-size: 14px;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    border: none;
    margin-bottom: 20px;
}
#specialoffers form select {
    color:#A8A8A8;   
}
#specialoffers button {
    color: #1f3347;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffcb0e;
    width: 100%;
    margin-bottom: 20px;
}
#specialoffers .insider {
    z-index: 10;
    max-width: 975px;
    position: relative;
    margin: 0 auto;
}
#specialoffers .insider h5 {
    font-weight: 700;
    font-family: 'Maven Pro', sans-serif;
    padding: 15px 30px;
    margin: 0 !important;
    font-size: 32px;
    color: #2a445d;
}
#specialoffers .insider .bg {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top:-32px;
    transform: translateY(57%);
    transform: skew(-15deg, 0deg);
    background: #fff;
    transition:all .3s;
}
#specialoffers .insider .bg > * {
    transform: skew(15deg, 0deg);
}
#specialoffers .insider .left {
    left: -20px;
    float: left;
}
#specialoffers .insider .right {
    right: -20px;
    float: right;
}

#specialoffers #special_box11:hover .bg, #specialoffers #special_box21:hover .bg {background:#2a445d; }
#specialoffers #special_box11:hover h5, #specialoffers #special_box21:hover h5 {color:#fff;}


@media screen and (max-width: 840px) {
    #specialoffers .insider .left {
        left: 13px;
    }
    #specialoffers .insider .right {
        left: 13px;
        right: initial;
    }
}
@media screen and (max-width: 768px) {
    #specialoffers .insider h5 {
        font-size: 20px;
    }
    #specialoffers .insider .right {
        float: left;
    }
}
#footer {
    color: #111111;
    font-weight: 300;
    line-height: 24px;
    font-size: 13px;
    padding: 190px 0 65px 0;
    z-index: 5;
    margin-top: -125px;
    background: url('../img/footerbg.png') center top no-repeat;
}
@media screen and (max-width: 767px) {
    #footer {
        background: #FFD023;
    }
}
#footer {} #footer h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (max-width: 980px) {
    #footer h4 {
        font-size: 16px
    }
}
#footer .separator {
    margin: 7px 0 0 0;
    height: 11px;
}
#footer .separator .line {
    float: right;
    position: relative;
    height: 1px;
    margin-top: 10px;
    background: #000;
    width: calc(100% - 12px);
}
#footer .separator span {
    float: left;
}
#footer .marginfix {
    margin-top: 16px;
}
#footer .menu ul {
    list-style: none;
    padding: 0;
    margin:0;
}
#footer .menu ul li a {

    text-decoration: none;
    color: #111;
}
@media screen and (max-width: 767px) {
    #footer .m-b {
        margin-bottom: 20px;
    }
}
#subfooter {
    background: #111111;
    padding:15px 0;
    color: #fff;
    font-size:13px;
    font-weight:300;
}
@media screen and (max-width: 767px) {
    #subfooter {
        font-size: 11px;
    }
}
#subfooter a {
    text-decoration: none;
    color: #fff;
}


/* CONTACT FORMS CLAASES */

#contact-form .row > div:first-child {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 30px;
    font-family: 'Maven Pro', sans-serif;
}
.form-control {
    border-radius: 0;
    resize: none;
    border: 0px solid #ccc;
    font-size: 15px;
    box-shadow: none;
}
textarea.form-control {
    height: 100px;
}
.btn-send {
    height: 34px;
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #1f3347;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    font-size: 21px;
    font-weight: 700;
    transition: all .3s;
    background: #ffcb0e;
    box-shadow: none;
    text-shadow: none;
}
.btn-send:hover {
    background: #1c1b19;
    color: #fff;
    font-size: 16px;
}

.quickform textarea.form-control {
    height: 74px;
}
.quickform .btn-send {
    height: 34px;
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    transition: all .3s;
    background: #adb290;
    box-shadow: none;
    text-shadow: none;
}
.quickform .btn-send:hover {
    background: #fff;
    color: #1c1b19;
}
#map {
    transform: inherit !important;
    width: 100%;
    height: 350px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.helper_textupper {
    text-transform: uppercase;
    width: 100%;
}
.helper_transition {
    transition: all .3s;
    -webkit-transition: all .3s;
}
.helper_txtshadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.helper_vcenterwrapper {
    display: table;
}
.helper_vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
embed,
iframe,
video,
object {
    max-width: 100%;
    height: auto;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc !important;
    background: #f6f6f6 !important;
    font-weight: bold !important;
    color: #666666 !important;
}
.ui-state-default .ui-icon {
    background-image: url("../../404.html");
}
.ui-state-active {
    background: #ED1B24 !important;
    color: #ffffff !important;
}
.ui-state-active .ui-icon {
    background-image: url("../../404.html");
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #ED1B24 !important;
}
.ui-widget-content {
    border: 1px solid #dddddd !important;
    background: #ffffff !important;
    font-size: 13px;
}
.ui-widget-content a.readmore {
    color: #ffffff !important;
}



.bg-head {
    width: 100%;
    height: 300px;

    background-size: cover;
    position: relative;
}
.bg-head .bg {
    width: 100%;
    height: 100px;
    background: url(../img/slide-bg.png) center top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
}

/* Default.tpl */
.page {
    padding: 40px 0;   
}

.page img {max-width:100%; height:auto;}

.contactpage {padding:40px 0;}