﻿@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.form-control, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
    box-shadow: none;
}

input[type="text"] {
    font-size: 18px;
    line-height: 30px;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #aaa;
}

.btn {
    font-size: 16px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #1487A1;
    padding: 5px 10px;
    border: 2px solid #1487A1;
}

    .btn:hover, .btn:active {
        background-color: #1487A1;
        color: #fff;
    }

.menu-social > a {
    padding: 0 5px;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.menu-social .fa {
    font-size: 20px;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    border-radius: 50%;
}

.menu-social .fa-facebook {
    background-color: #3b5998;
}

.menu-social .fa-twitter {
    background-color: #00aced;
}

.ngp-form .at-title, .ngp-form .at-legend {
    display: none;
}

.ngp-form .at-form, .ngp-form .at-inner {
    display: inline-block;
}

.ngp-form .at-fields .at-row {
    float: right;
}

.ngp-form form .at-fieldset, .ngp-form form .at-form-submit {
    float: left;
    display: inline-block;
    width: auto;
    min-width: unset;
    padding: 0;
}

.ngp-form form .at-text, .ngp-form .at-markup {
    margin: 0;
    min-width: unset;
}

    .ngp-form form .at-text > input {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        padding: 8px;
        height: 40px;
        border: 1px solid #aaa;
        margin: 0;
    }

.ngp-form .at-form-submit > input {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
    border: none;
    box-shadow: none;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #1487a1;
}

    .ngp-form .at-form-submit > input:hover, .ngp-form .at-form-submit > input:active {
        text-decoration: none;
        background-color: #1487a1;
    }

.ngp-form form .error small.error {
    font-size: 12px;
    font-weight: 400;
}

.header {
}

    .header > .container {
        padding: 44px 0;
        position: relative;
    }

        .header > .container > .logo {
            width: 400px;
        }

    .header .menu-social {
        position: absolute;
        top: 20px;
        right: 0;
    }

        .header .menu-social > a:last-child {
            background-color: #085A0A;
            font-size: 18px;
            font-weight: 700;
            line-height: 50px;
            width: 150px;
            margin-left: 8px;
        }

    .header .ngp-form {
        position: absolute;
        top: 80px;
        right: 0;
    }

        .header .ngp-form .at-text.EmailAddress > input {
            width: 250px;
        }

        .header .ngp-form .at-text.PostalCode > input {
            width: 135px;
        }

        .header .ngp-form .at-form-submit input {
            width: 115px;
        }

    .header .navbar {
        background-image: url('/Content/images/menu-bg.jpg');
        background-repeat: repeat-x;
        border: none;
        border-radius: 0;
        box-shadow: 0 2px 4px #777;
    }

    .header .navbar-nav {
        margin: 0 auto;
        width: 845px;
        float: none;
    }

        .header .navbar-nav > li > a {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            line-height: 66px;
            padding: 0 20px;
        }

            .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:active, .header .nav .open > a {
                color: #222;
                background-color: #eee;
            }

        .header .navbar-nav > li > .dropdown-menu {
            border: none;
            border-radius: 0;
            box-shadow: none;
            color: #222;
            background-color: #eee;
        }

    .header .dropdown-menu > li > a {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px;
    }

    .header .logo2 {
        text-align: center;
    }

        .header .logo2 img {
            height: 80px;
        }

    .header .menu2 {
        font-size: 14px;
        font-weight: 700;
        line-height: 50px;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }

        .header .menu2 > a {
            padding: 0 20px;
            display: inline-block;
            color: #1487a1;
            text-decoration: none;
        }

            .header .menu2 > a:hover, .header .menu2 > a:active {
                color: #222;
                background-color: #eee;
            }

        .header .menu2 > span {
            margin-right: 20px;
        }

    .header .menu0 {
        display: none;
    }

.footer {
    background-color: #2E2D2D;
    color: #fff;
    text-align: center;
    padding: 70px 30px;
}

    .footer .menu {
        margin-bottom: 20px;
    }

        .footer .menu > a {
            font-size: 14px;
            font-weight: 700;
            line-height: 30px;
            color: #fff;
            text-transform: uppercase;
            padding: 0 10px;
            display: inline-block;
        }

            .footer .menu > a:hover, .footer .menu > a:active {
                text-decoration: none;
                color: #ccc;
            }

            .footer .menu > a:last-child {
                color: #1487A1;
            }

                .footer .menu > a:last-child:hover, .footer .menu > a:last-child:active {
                    color: #167E95;
                }

    .footer .menu-social {
        margin-bottom: 20px;
    }

    .footer .form {
        margin-bottom: 30px;
    }

        .footer .form > label {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 40px;
            margin: 0;
            padding: 0 7px;
            background-color: #2E2D2D;
        }

        .footer .form > hr {
            width: 280px;
            margin-top: -20px;
        }

        .footer .form .at-text.EmailAddress > input {
            width: 260px;
        }

        .footer .form .at-text.PostalCode > input {
            width: 140px;
        }

        .footer .form .at-form-submit input {
            width: 120px;
        }

    .footer .info {
        margin-bottom: 15px;
    }

        .footer .info > p {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            margin: 0;
        }

            .footer .info > p:last-child {
                margin-top: 25px;
            }

    .footer .menu2 > a {
        font-size: 12px;
        font-weight: 400;
        color: #1487A1;
        margin: 0 5px;
    }

.block1 {
    background-color: #1487A1;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}

.block2 {
    color: #2c2c2c;
    padding-top: 40px;
    padding-bottom: 40px;
}

.block3 {
    background-color: #eee;
    color: #2c2c2c;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-search {
    margin-top: 40px;
    margin-bottom: 20px;
}

    .home-search input[type="text"], .home-search .btn {
        text-align: center;
        width: 320px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .home-search span {
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }

    .home-search .error {
        color: #f00;
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }

    .home-search .twitter-typeahead {
        margin-bottom: 0;
    }

    .home-search > div {
        width: 320px;
        height: 60px;
        margin: 0 auto;
    }

    .home-search div .twitter-typeahead {
        float: left;
    }

    .home-search div input[type="text"] {
        width: 260px;
    }

    .home-search div > span:last-child {
        float: left;
        width: 58px;
        line-height: 40px;
    }

.tt-menu {
    width: 260px;
    margin-top: -16px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #1487A1;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #1487A1;
}

.dataTables_length {
    display: none;
}

.dataTables_wrapper {
    margin-top: 20px;
}

.dataTable thead .filter {
    position: absolute;
    top: -44px;
    left: 8px;
    max-width: 90%;
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 992px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 740px;
    }

    .header > .container {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            padding-left: 25px;
        }

    .header .navbar .navbar-brand > img {
        width: 400px;
    }

    .header .navbar .navbar-collapse {
        margin: 0 -30px;
    }
}

@media (max-width: 991px) {
    .header .navbar {
        background-image: none;
        box-shadow: none;
        border-bottom: 1px solid #aaa;
    }

        .header .navbar .navbar-brand {
            padding: 20px 15px;
            display: inline-block;
            height: auto;
        }

        .header .navbar .navbar-toggle {
            margin-right: 0;
            margin-top: 20px;
            padding: 10px;
        }

            .header .navbar .navbar-toggle .icon-bar {
                background-color: #aaa;
                width: 30px;
                height: 4px;
            }

        .header .navbar .navbar-collapse {
            background-image: url('/Content/images/wood-background.jpg');
            background-position: 50% 0;
        }

    .header .navbar-nav {
        width: auto;
    }

        .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:active, .header .nav .open > a, .header .dropdown-menu > li > a {
            color: #fff;
            background-color: transparent;
        }

        .header .navbar-nav > li > .dropdown-menu {
            background-color: transparent;
        }

    .header .menu0 {
        display: inline-block;
        width: 100%;
    }

        .header .menu0 > a {
            width: 50%;
            display: inline-block;
            float: left;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            line-height: 40px;
            color: #fff;
            text-transform: uppercase;
        }

            .header .menu0 > a:first-child {
                background-color: #1487A1;
            }

            .header .menu0 > a:last-child {
                background-color: #085A0A;
            }
}

@media (max-width: 767px) {
    .header > .container {
        display: none;
    }

    .header .navbar .navbar-brand > img {
        width: 260px;
    }

    .footer .form {
        margin-left: -20px;
        margin-right: -20px;
    }

        .footer .form .at-text.EmailAddress > input {
            width: 160px;
        }

        .footer .form .at-text.PostalCode > input {
            width: 70px;
        }

        .footer .form .at-form-submit input {
            width: 80px;
            font-size: 16px;
        }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }
}
