/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    font-family: Lucida, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #de2220;
}
.top-fix {
    background: #2c3e50;
    display: none;
}
.top {
    height: 100px;
}
.topnav {
    font-size: 14px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.page-header {
    font-weight: normal !important;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}
.navbar-default .navbar-collapse {
    border: 0;
}
.navbar-wrapper {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 51px;
}
.navbar-wrapper > .container {
    padding: 0;
}

.navbar-brand > img{
    margin-top: -10px !important;
    margin-right: 10px;
    float: left;
}
@media all and (max-width: 768px ){
    .navbar-wrapper {
        position: relative;
        top: 0;
    }
    .top-fix {
        display: block;
        height: 30px;
    }
}
.navbar-inverse {
    background-color: #18191b;
    border-color: #000;
}
.navbar-nav {
    -padding-top: 22px;
}
.navbar-brand {
    position: relative;
}
.navbar-brand .logo {
    top: -15px;
    height: 110px;
    position: absolute;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-size: 13.5px;
}
.navbar-nav>li>.dropdown-menu {
    background: #cc0000;
    border: 1px solid #a30000;
}
.navbar-nav>li>.dropdown-menu>li>a {
    color: #fff;
}
.navbar-nav>li>.dropdown-menu>li>a:focus, .navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #cc0000;
    background: #fff;
}
.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: #2d74a0;
    background-size: cover;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #cc0000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #a30000;
    }
}
.read-more {
    font-family: ArialMTCON, ArialMT, Arial, sans-serif;
    background: #666;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    width: 100px;
    text-align: center;
    margin: 30px auto 0 auto;
}
.read-more:hover {
    text-decoration: none;
    color: #fff;
}
.block-home {
    padding: 30px 0 !important;
    -background: #f8f8f8;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}
.block-quote {
    background: #e9e9ea url('../images/content-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover, auto;
    padding: 20px !important;
}
.block-quote .bottom {
    font-family: ArialMTCON, ArialMT, Arial, sans-serif;
    color: #949494;
    max-width: 720px;
    text-align: center;
    margin: 0 auto 10px auto;
}
.request-quote {
    font-family: ArialMTCON, ArialMT, Arial, sans-serif;
    background: #333;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    text-align: center;
    margin: 30px auto 0 auto;
}
.request-quote:hover {
    text-decoration: none;
    color: #fff;
}
.content {
    padding: 0 20px;
}
.photo-gallery h4{
    text-align: center;
    font-weight: normal;
    color: #034694;
}
.photo-gallery a:hover {
    text-decoration: none; 
}
.page-header {
    margin-top: 20px !important;
}
@media(max-width:767px) {
    
    .navbar-default .navbar-nav .open .dropdown-menu {
        background: #fff !important;
    }
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    
}
.latest-news{
    font-weight: normal;
    color: #2c3e50
}
.latest-news dd{
    display: block;
    padding: 3px 0;
}
footer {
    color: #fff;
    background: #2c3e50;
}
footer .facebook {
    background: url('../images/facebook.png');
}
footer .twitter {
    background: url('../images/twitter.png');
}
footer .youtube {
    background: url('../images/youtube.png');
}
footer .linkedin {
    background: url('../images/linkedin.png');
}
footer .mail {
    background: url('../images/mail.png');
}
footer .google-plus {
    background: url('../images/google-plus.png');
}

footer h3 {
    padding-bottom: 12px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1.5px solid #95a5a6;
}
footer .footer-above {
    padding: 50px 0 0 20px;
}
footer .footer-above .section{
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.82857143;
}
footer .footer-above .section dl{
    margin: 0 !important;
}
footer .footer-above .section dl dd{
    display: block;
}
footer .footer-above .section dl dd a {
    color: #fff;
    text-decoration: none;
}
footer .footer-col {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 50px;
}
footer .around-the-web a {
    text-decoration: none;
    display: block;
}
footer .around-the-web a:hover {
    text-decoration: underline;
}
footer .footer-below {
    border-top: 1.5px solid #95a5a6;
    padding: 25px 20px;
    font-weight: normal;
    font-size: 13px;
}
.btn-social {
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.btn-outline {
    color: #d3d3d3;
    font-size: 16px;
    background: 0 0;
    transition: all .3s ease-in-out;
    margin-top: 10px;
}
.btn-social, .scroll-top, .scroll-top .btn {
    width: 48px;
    height: 48px;
}
.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #fff;
}
p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}
p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}
ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0
}
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445
}
.btn-group .parsley-errors-list {
    display: none
}
.form-control {
    border-radius: 0;
    width: 100%
}
.form-horizontal .control-label {
    padding-top: 8px;
    color: #73879C;
}
.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}
legend {
    font-size: 18px;
    color: inherit
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}
.form-control.has-feedback-left {
    padding-left: 45px
}
.form-control.has-feedback-right {
    padding-right: 45px
}
.form-group {
    margin-bottom: 10px
}
.validate {
    margin-top: 10px
}
.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px
}
.invalid-form-error-message.filled {
    border-left: 2px solid #E74C3C
}
