/*******************************************
 * FONTS
 ******************************************/
/*
@font-face {
    font-family: 'HelveticaNeueLTPro-Lt';
    src: url('../fonts/HelveticaNeueLTPro-Lt.eot');
    src: local('?'), url('../fonts/HelveticaNeueLTPro-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Md';
    src: url('../fonts/HelveticaNeueLTPro-Md.eot');
    src: local('?'), url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Md.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Bd';
    src: url('../fonts/HelveticaNeueLTPro-Bd.eot');
    src: local('?'), url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Bd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Hv';
    src: url('../fonts/HelveticaNeueLTPro-Hv.eot');
    src: local('?'), url('../fonts/HelveticaNeueLTPro-Hv.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Hv.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Hv.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*******************************************
 * BODY
 ******************************************/
* {
    font-size: 99%;
}

body {
    
    font-size: 2em;
    line-height: 2;
    color: #363636;
    font-weight: normal;
}

/*******************************************
 * TEXT
 ******************************************/

/* headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
}

h1, .h1 {
    font-size: 2em;
}

h3, .h3 {
    font-size: 1.4em;
}

/* weight */
.text-medium {
    
}

.text-bold {
    
}

.text-heavy {
    
}

/* colors */
.text-white {
    color: #FFFFFF !important;
}

.text-light-blue {
    color: #1E86BF !important;
}

.text-dark-blue {
    color: #0F5182 !important;
}

.text-light-red {
    color: #1E86BF !important;
}

.text-medium-red {
    color: #0F5182 !important;
}

.text-dark-red {
    color: #9B1320 !important;
}

.text-gray {
    color: #535362 !important;
}

/*******************************************
 * SECTIONS
 ******************************************/
#main, .bottom-container {
    background-color: #DADADA;
}

.section {
    padding: 80px 0;
    background-color: #ffffff;
}

.section-small {
    padding: 40px 0;
}

.section-padding {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 10px; 

}

.section-light-gray {
    background-color: #ECECEC;
}


/*******************************************
 * COVER
 ******************************************/

.cover-heading-blue {
    background-color: rgba(15, 81, 130, 0.8);
    padding: 20px 10px;
    display: inline-block;
    text-shadow: 1px 1px #1E86BF;
    color: #0F5182;
    border: 8px solid #0F5182;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
}

.cover-heading-white {
    background-color: rgba(255, 255, 255, 0.06);
    padding: 20px 10px;
    display: inline-block;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFF;
    border: 8px solid #FFF;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
}

.cover-heading-blue-white {
    padding: 20px 10px;
    display: inline-block;
    text-shadow: 1px 1px #303030;
    color: #fff;
    border: 10px solid #0F5182;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(255, 255, 255, 0.06);
}

/*******************************************
 * CONTENT CONTAINER
 ******************************************/
#content-container {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #ECECEC;
    padding: 0px;
}

/** TOP B **/
#top-b, #bottom-e {
    /*background: #222222 none repeat scroll 0% 0%;*/
    background: #222222 url("/images/common/background/97.jpg") no-repeat fixed 50% 50% / cover;
    border-top: 4px solid #1E86BF;
    border-bottom: 4px solid #1E86BF;
}

/** BOTTOM A & C **/
#bottom-a, #bottom-c {
    background: #F3F3F3;
    border-top: 4px solid #B1B1B1;
    border-bottom: 4px solid #B1B1B1;
}

/** CALL ME **/
#top-b .call-me-button,
#bottom-e .call-me-button {
    width: 100%;
    height: 50px;
    background-color: #1E86BF;
    color: #ffffff;
    transition: background .25s;
    box-shadow: none;
}

#top-b .call-me-button:hover,
#top-b .call-me-button:focus,
#bottom-e .call-me-button:hover,
#bottom-e .call-me-button:focus {
    background: #0F5182;
}

#top-b .call-me-input,
#bottom-e .call-me-input {
    height: 50px;
    border: medium none;
    width: 100%;
    padding: 4px 12px;
}

/** SIDEBARS **/


/*******************************************
 * FOOTER
 ******************************************/


/*******************************************
 * HELPERS
 ******************************************/

.padding-left-40 {
    padding-left: 40px;
}

.striped tbody tr:nth-of-type(2n) {
    background: none repeat scroll 0% 0% #DCDCDC;
}

/** Responsive Embed **/
.embed-container {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.feature-image {
    border-radius: 100px 0px;
}

/*******************************************
 * PARTICLES
 ******************************************/
#cover-home {
    background: transparent url("/images/common/background/97.jpg") no-repeat fixed 50% 50% / cover;
    overflow: hidden;
    margin-bottom: -105px;
}


/*******************************************
 * UIKIT OVERWRITES
 ******************************************/

hr {
    margin: 19px 0;
}

.uk-offcanvas-bar {
    background: none repeat scroll 0% 0% #1F1F1F;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: none repeat scroll 0% 0% #1E86BF;
    color: #FFF;
}

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: none repeat scroll 0% 0% #1A1A1A;
}

.uk-nav-offcanvas .uk-nav-sub a:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
    /*color: #CCC;*/
}

/* PANELS */

.uk-panel-box {
    padding: 20px;
    background: #F5F5F5 none repeat scroll 0% 0%;
    color: #1F1F1F;
    /*box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);*/
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
    /*border: 1px solid #dcdcdc;*/
}

/*.uk-panel-box img {*/
    /*border-radius: 50px 0px;*/
/*}*/

.uk-panel-box-primary {
    background-color: #1E86BF !important;
    color: rgb(255, 255, 255) !important;
    /*text-shadow: 0px 1px rgb(86, 86, 86);*/
    border: 1px solid #0F5182 !important;
    /*box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3) !important;;*/
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
}


.uk-panel-box-secondary {
    background-color: #1E86BF !important;
    color: rgb(255, 255, 255) !important;
    /*text-shadow: 0px 1px rgb(86, 86, 86);*/
    /*border: 1px solid #0F5182 !important;*/
    /*box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3) !important;*/
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
}

.uk-panel-box-secondary .uk-panel-title a {
    color: #fff !important;
}

.uk-panel-box-secondary .uk-h2 a {
    color: #fff !important;
}

.uk-panel-header .uk-panel-title {
    color: #1E86BF !important;
    font-weight: bold;
}

.uk-panel-box .uk-panel-title {
    color: #1E86BF;
    /*font-weight: bold;*/
}

.homepage-features .uk-panel-box-secondary:before {
    content: "\f0d7";
    position: absolute;
    left: 42%;
    line-height: 30px;
    font-family: FontAwesome;
    /*font-size: 140px;*/
    font-size: 100px;
    color: #1E86BF;
    /*bottom: -62px;*/
    bottom: -44px
}

.homepage-features .uk-panel-box-secondary {
    /*border-radius: 6px;*/
}

/* The triangle
.uk-panel-box-secondary:before {
	content: "\f0d8";
    position: absolute;
    top: -28px;
    left: 0px;
    line-height: 30px;
    font-family: FontAwesome;
    font-size: 70px;
    color: #1E86BF;
}
*/

@media screen and (max-width: 730px) {

    .homepage-features .uk-panel-box-secondary {
        margin-bottom: 20px;
    }
    .homepage-features .uk-panel-box-secondary:before {
        content: "\f0d7";
        position: absolute;
        left: 42%;
        line-height: 30px;
        font-family: FontAwesome;
        /*font-size: 140px;*/
        font-size: 80px;
        color: #1E86BF;
        /*bottom: -62px;*/
        bottom: -34px
    }
}


/* search */

.uk-offcanvas .uk-search {
    display: block;
    margin: 0px;
}
/* buttons */

.uk-button {
    box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.uk-button,
.uk-form input.uk-button {
    margin: 0px;
    border: medium none;
    overflow: visible;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    color: #fff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 12px;
    background: #1E86BF none repeat scroll 0% 0%;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}

.uk-button:hover,
.uk-button:active,
.uk-button:focus,
.uk-form input.uk-button:hover,
.uk-form input.uk-button:active,
.uk-form input.uk-button:focus
{
    background: #1d6da2 none repeat scroll 0% 0%;
    color: #ffffff;
}

.uk-button-large {
    min-height: 40px !important;
    padding: 0px 15px !important;
    line-height: 40px!important;
    font-size: 16px !important;
}

.uk-button-danger {
    background: #ad1f1f none repeat scroll 0% 0% !important;
}

/** misc */

.uk-sticky-placeholder {
    background: transparent;
    z-index: 1000;
    position: relative;
}

.uk-article-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    text-transform: none;
}

.uk-breadcrumb:first-child a:before {
    font-family: 'FontAwesome';
    content: "\f015";
    margin-right: 5px;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    padding: 0px 15px;
    line-height: 45px;
    color: #1F1F1F;
    font-size: 16px;
    font-family: inherit;
    font-weight: normal;
}

.uk-offcanvas-page {
    position: absolute;
}

/** panel overlay **/
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
}

.uk-nav a {
    font-size: .9em;
}

/*******************************************
 * BASE OVERWRITES
 ******************************************/
.logo {
    width: 200px;
}

.visual h1 {
    /*font-weight: bold;*/
}

.visual h1 .text {
    background-color: rgba(30, 134, 191, 0.89);
    font-size: .7em;
    line-height: 1.3;
    /*padding: 24px 30px 30px;*/
    padding: 16px;
}

.visual .caption {
    background-color: rgba(30, 134, 191, 0.89);
    padding: 16px;
}

/* logo */
.main-nav .logo-holder .logo {
    display: block;
    margin: 0px auto;
    /*width: 154px;*/
    width: 200px;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .main-nav .logo-holder {
        top: 0;
        left: 0;
        width: 228px;
        padding: 19px 0;
        position: absolute;
        border-right: #898989 solid 1px;
    }
}

.main-nav .logo-holder .logo img {
    vertical-align: top;
}

/* main nav
.main-nav .logo-holder {
    top: 0px;
    left: 0px;
    width: 228px;
    padding: 28px 0px;
    position: absolute;
    border-right: 1px solid #898989;
}

.main-nav .nav-holder {
    position: relative;
    padding: 0px 0px 0px 227px;
    background-color: rgba(34, 34, 34, 0.95);
}
*/

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: rgb(30, 134, 191);
}



.main-nav .navbar-nav li a {
    font-weight: normal;
}

.main-nav .navbar-toggle, .main-nav .navbar-toggle a {
    background-color: transparent;
    margin: 0;
    color: #ffffff;
    border: none;
}

.navbar-form ul li {
    overflow: hidden;
    padding: 12px 22px 14px 23px;
}

.input-button-group input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-button-group button {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

/* footer */

.bottom-container .footer {
    background: #222222 none repeat scroll 0% 0%;
    color: #ffffff;
}

/* hompeage feature boxes */
.features .purple-box {
    background: #1E86BF;
}

.purple-box .box-frame {
    height: 100%;
    padding: 10px 30px 10px 20px;
    display: table-cell;
    vertical-align: middle;
}

.features .feature-box .box-holder {
    padding: 24px 10px;
    min-height: 288px !important;
}

.box-holder {
    text-align: center;
}

.purple-box .title {
    font-weight: normal;
    font-size: 1.0em;
}

@media screen and (max-width: 560px) {
    .purple-box .title {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .section-padding {
           width: 100% !important;
        padding: 20px 20px;
 }
 .visual h1 .text {
    background-color: rgba(30, 134, 191, 0.89);
    font-size: 1.5em;
    line-height: 1.3;
    /*padding: 24px 30px 30px;*/
    padding: 16px;
}
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/* fixes */
a > i#show-contact-icon {
	font-family: FontAwesome;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 150%;
	vertical-align: -10%;
	margin-right: 5px;
}
a > i#show-contact-icon:before {
	content: "\f0e0";
}
.navbar-toggle a[data-uk-offcanvas] {
    padding: 18px;
    margin-right: -18px;
}