﻿@charset "utf-8";

/* CSS Document */

html,
body { height: 100%; }

body {
    background: #ffffff url(../img/bg.jpg);
    font-family: "Open Sans", Arial, verdana;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
}

h4,
h5 {
    font-weight: normal;
    margin-bottom: 15px;
}

a {
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    outline: none !important;
    /*color: #000;*/
    text-decoration: none;
    transition: all .25s ease-in-out;
}

a:focus,
a:hover {
    color: #c71010;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #c71010;
    text-decoration: none;
}

h2 { line-height: 30px; }


h1 {
    font-size: 60px;
    margin-top: 0px;
}

h2 { font-size: 30px; }

.font11 { font-size: 11px; }

.strong { font-weight: bold !important; }

.italic { font-style: italic !important; }

.georgia { font-family: Georgia, "Times New Roman", Times, serif; }

.square-font { font-family: 'square-font'; }

.line14 { line-height: 14px !important; }

.uppercase { text-transform: uppercase; }

.left { float: left !important; }

.right { float: right !important; }

.no-margin { margin: 0 !important; }

.no-top-margin { margin-top: 0 !important; }

.no-right-margin { margin-right: 0 !important; }

.no-bottom-margin { margin-bottom: 0 !important; }

.no-left-margin { margin-left: 0 !important; }

.no-padding { padding: 0 !important; }

.no-top-padding { padding-top: 0 !important; }

.no-right-padding { padding-right: 0 !important; }

.no-bottom-padding { padding-bottom: 0 !important; }

.no-left-padding { padding-left: 0 !important; }

.pull-top5 { padding-top: 5px !important; }

.pull-top10 { padding-top: 10px !important; }

.pull-top15 { padding-top: 15px !important; }

.pull-top20 { padding-top: 20px !important; }

.pull-top25 { padding-top: 25px !important; }

.pull-top30 { padding-top: 30px !important; }

.pull-right5 { padding-right: 5px !important; }

.pull-right10 { padding-right: 10px !important; }

.pull-right15 { padding-right: 15px !important; }

.pull-right20 { padding-right: 20px !important; }

.pull-right25 { padding-right: 25px !important; }

.pull-right30 { padding-right: 30px !important; }

.pull-bottom5 { padding-bottom: 5px !important; }

.pull-bottom10 { padding-bottom: 10px !important; }

.pull-bottom15 { padding-bottom: 15px !important; }

.pull-bottom20 { padding-bottom: 20px !important; }

.pull-bottom25 { padding-bottom: 25px !important; }

.pull-bottom30 { padding-bottom: 30px !important; }

.pull-left5 { padding-left: 5px !important; }

.pull-left10 { padding-left: 10px !important; }

.pull-left15 { padding-left: 15px !important; }

.pull-left20 { padding-left: 20px !important; }

.pull-left25 { padding-left: 25px !important; }

.pull-left30 { padding-left: 30px !important; }

.push-top5 { margin-top: 5px !important; }

.push-top10 { margin-top: 10px !important; }

.push-top15 { margin-top: 15px !important; }

.push-top20 { margin-top: 20px !important; }

.push-top25 { margin-top: 25px !important; }

.push-top30 {
    margin-right: 0px;
    margin-top: 30px !important;
}

.push-top45 { margin-top: 45px; }

.push-right5 { margin-right: 5px !important; }

.push-right10 { margin-right: 10px !important; }

.push-right15 { margin-right: 15px !important; }

.push-right20 { margin-right: 20px !important; }

.push-right25 { margin-right: 25px !important; }

.push-right30 { margin-right: 30px !important; }

.push-bottom5 { margin-bottom: 5px !important; }

.push-bottom10 { margin-bottom: 10px !important; }

.push-bottom15 { margin-bottom: 15px !important; }

.push-bottom20 {
    color: rgb(180, 177, 177);
    margin-bottom: 20px !important;
}

.push-bottom25 { margin-bottom: 25px !important; }

.push-bottom30 { margin-bottom: 30px !important; }

.push-left5 { margin-left: 5px !important; }

.push-left10 { margin-left: 10px !important; }

.push-left15 { margin-left: 15px !important; }

.push-left20 { margin-left: 20px !important; }

.push-left25 { margin-left: 25px !important; }

.push-left30 { margin-left: 30px !important; }

.no-style { list-style: none; }

.font-small { font-size: 12px !important; }

.border { border: 1px solid #e5e5e5 !important; }

.centered {
    float: none !important;
    margin: 0 auto !important;
}

.no-border { border: none !important; }

.top-border { border-top: 1px solid #e5e5e5; }

.right-border { border-right: 1px solid #e5e5e5; }

.left-border { border-left: 1px solid #e5e5e5; }

.bottom-border { border-bottom: 1px solid #e5e5e5; }

.dotted { border-style: dotted !important; }

.dashed { border-style: dashed !important; }

label {
    font-size: 11px;
    margin-bottom: 0;
}

.underline { text-decoration: underline; }

h1.font-bigger { font-size: 40px; }

img { max-width: 100%; }

.green-color { color: #044999; }

.green-bg {
    background-color: #236fc2 !important;
    margin-top: 58px;
}

.white-bg {
    background-color: #ffffff !important;
    color: #2F2E2E !important;
}

.img-border { border: 6px solid #ffffff; }

.sub-title {
    color: #044999;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 10px 5px;
    text-transform: uppercase;
}

.black-color { color: #000000; }

.red-color { color: #c71010; }

.gray-bg { background: #e4e4e4; }

.ol-links li { padding: 5px 0; }

.gray-color { color: #aaa; }


/*=====================================================================================*/

.app-table {
    max-width: 300px;
    width: 100%;
}

.app-table td {
    border: 1px solid #ccc;
    color: #000;
    padding: 3px 10px;
}

.logo-banner {
    float: left;
   /* max-width: 90%;*/
    padding: 15px;
}

.logo-title {
    font-size: 1.7vw;
    overflow: visible;
    /*font-weight: 700;*/
    text-transform: uppercase;
}

.logo-f { float: right; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #c71010 !important;
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #9c0202 !important;
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}


.foot-fa {
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    background: #3068bc;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    transition: all .25s ease-in-out;
    width: 35px;
}

.foot-fa:hover { background: #9c0202; }

.navbar-default {
    background-color: #236fc2;
    border-color: #e7e7e7;
}

.navbar-static-top { border-width: 0; }

.navbar { margin-bottom: 0; }

.flexslider {
    /*margin-bottom: -58px;*/
    border: 0px solid #ffffff;
    border-radius: 0;
}

.flex-direction-nav a:before {
    background: #c71010;
    color: #fff;
    content: '\f104';
    display: inline-block;
    font-family: "font-awesome";
    font-size: 30px;
    padding: 6px 12px 8px 8px;
    text-shadow: none;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
    padding: 6px 8px 8px 12px;
}

.serv h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin: 10px;
}

.serv p { color: #e1efe2; }

.title {
    color: #c71010;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase;
}

.news-block {
    background: #f3f2f2;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.quick-links li {
    list-style-type: none;
    margin: 15px 5px;
}

.quick-links li a { color: #6c6c6c }

.quick-links li a:hover { color: #000000; }

.quick-links .fa { padding-right: 10px; }

.quick-links,
.foot-links,
.site-links,
.foot-address {
    margin: 0;
    padding: 0;
}

.green-head h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin: 10px;
}

.green-head {
    background: #003a68;
    padding: 2px 10px;
}

.item h5 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
}

.news-content {
    color: #515050;
    font-size: 12px;
    line-height: 1.5em;
}

.news-content ul { line-height: 1.1em !important; }

.read-more {
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    background: #c71010;
    border: 0 !important;
    color: #fff;
    font-size: 12px;
    transition: all .25s ease-in-out;
}

.read-more:hover {
    background: #9c0202 !important;
    border: 0 !important;
    color: #fff !important;
}

.search-field { border-radius: 15px 0 0 15px !important; }

.go-button {
    border-left: 0 !important;
    border-radius: 0 15px 15px 0 !important;
}

.btn-default:hover {
    background-color: #fff;
    border-color: #adadad;
    color: #000;
}

.foot-bg {
    background: #133758;
    bottom: 15px;
    color: aliceblue !important;
    left: 0;
    margin-bottom: -15px;
    position: relative;
    right: 0;
    /*z-index: -1000;*/
    width: 100%;
}

.content-radius { border-radius: 0 0 10px 10px; }

.fa-search { color: #c71010; }

.fa-search:hover { color: #9c0202; }

.foot-links li,
.site-links li {
    list-style-type: none;
    padding: 3px 0;
}

.foot-links a,
.foot-address li a {
    color: #E9E9E9;
    font-size: 12px;
}

.foot-links a:hover,
.foot-address li a:hover { color: #F3F3F3; }

.foot-links a:before {
    color: #c71010;
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 6px;
}

.foot-head {
    color: #c71010;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

hr.foot-line {
    border-top: 1px solid #2f2929;
    margin-bottom: 10px;
    margin-top: 10px;
}

.foot-address .fa,
.address-block .fa { color: #c71010; }

.media-body {
    color: #EFECEC;
    font-size: 12px;
}

.site-links li:before {
    color: #c71010;
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 6px;
}

.site-links li a { color: #000; }

.site-links li a:hover { color: #c71010; }

.news-head {
    color: #c71010;
    font-size: 16px;
    margin-bottom: 10px;
}

.date {
    color: #006803;
    font-size: 13px;
}

.form-control {
    background-color: #fff;
    border-radius: 0;
    height: 40px;
    margin-bottom: 15px;
    width: 100% !important;
}

.form-control-hd {
    background-color: #fff;
    border-radius: 0;
    display: none;
    height: 40px;
    margin-bottom: 15px;
    width: 100% !important;
}


.submit {
    background: #c71010;
    border: 0 solid #c71010;
    color: #fff;
    padding: 10px 15px;
}

.submit:hover {
    background: #9c0202;
    border: 0 solid #c71010;
    color: #fff;
}

.reset {
    background: #cccccc;
    border: 0 solid #c71010;
    color: #000;
    padding: 10px 15px;
}

.reset:hover {
    background: #aaaaaa;
    border: 0 solid #c71010;
    color: #000;
}

.address-block {
    background: #f3f2f2;
    padding: 15px;
}

.address-block .media .media-body { font-size: 14px; }

.address-block .media .media-body a { color: #000; }

.address-block .media .media-body a:hover { color: #c71010; }

.dropdown-menu li a { padding: 5px 15px; }

.about-links li {
    list-style-type: none;
    margin: 5px 0px 5px 20px;
}

ul.about-links li:before {
    color: #c71010;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 6px;
}

.about-links {
    margin: 0 0 0 15px;
    padding: 0;
}

.navbar-toggle {
    background-color: #c71010;
    border: 0px solid transparent;
    border-radius: 0;
}

.navbar-toggle:hover {
    background-color: #9c0202 !important;
    border: 0px solid transparent;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.home-links {
    margin: 0;
    padding: 0;
}

.home-links li {
    color: #000;
    list-style-type: none;
    padding: 5px 0;
}

@media (max-width: 1199px) {
    .nav > li > a { padding: 15px 8px; }

    .navbar-default .navbar-nav > li > a { font-size: 13px; }

    .pull-left { width: 18vh; }
    
    .logo-title {
        font-size: 2vh;
        /*display: none;
        max-width: 390px;*/
    }
}

@media (max-width: 767px) {
    .left { float: none !important; }

    .right { float: none !important; }

    .serv { margin-top: 20px; }

    .flexslider {
        border: 0px solid #ffffff;
        border-radius: 0;
        margin-bottom: 0px;
    }

    .logo-title {
        font-size: 2vh;
        /*display: none;
        max-width: 390px;*/
    }
    .pull-left {
        width: 15vh;
    }
    .home-links {
        margin: 0 0 14px;
        padding: 0;
    }
   
}