﻿/*Global*/
html{
    position: relative;
    background: url("../images/template/bg.jpg");
}
body {
    background: none;
    height: 100%;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}
div {
    display: block;
}
a {
    text-decoration: none;
}
html:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 34px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    background: url('../images/template/header-top-bg.png') top repeat-x;
}
.red { color:#a94442; }
.alert { margin: 10px; }
.g-recaptcha { margin-bottom:10px; }

/*Container*/
.container { 
    position: relative;
    max-width: 960px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 0px;
}
.container:before {
    left: -10px;
    background-position: left;
}
.container:before, .container:after {
    content: "";
    display: block;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-image: url('../images/template/body-shadow.png');
    background-repeat: repeat-y;
}
.container:after {
    right: -10px;
    background-position: right;
}

/*Universal*/
.padded {
    padding-top: 15px;
    padding-bottom: 15px;
}

.button-pull-right {
    float: right;
}

/*Header*/
.header-links {
    position: relative;
    padding: 10px 9px 6px;
    background: #DEDEDE;
    border-bottom: 1px solid #fff;
    color: #bbb;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}
.header-links:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #BFBFBF;
}
.header-links a {
    padding: 0 6px;
    color: #999;
    text-shadow: 0 0 1px #fff;
    text-transform: capitalize;
}

/*Title and Navigation*/
.title-text {
    margin: 28px 15px;
    color: #555;
    text-shadow: 0 0 1px #ccc;
}
.navbar {
    position: relative;
    z-index: 1;
    text-align: center;
    width: auto;
    float: none;
    margin: 0 -30px;
    padding: 20px 0px;
    background: url('../images/template/menu-ribbon-middle-bg.png') center top;
    border-left: 1px solid #D40C06;
    border-right: 1px solid #D40C06;
    border-radius: 0;
}
.navbar:before, .navbar:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 11px;
    background-position: center top;
    background-repeat: repeat-x;
}
.navbar:before {
    top: 0;
    left: 0;
    background-image: url('../images/template/menu-ribbon-top-edge.png');
}
.navbar:after {
    bottom: 0;
    right: 0;
    background-image: url('../images/template/menu-ribbon-bottom-edge.png');
}
.navbar .nav-list:before, .navbar .nav-list:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 98px;
    bottom: -22px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.navbar .nav-list:before {
    left: -41px;
    bottom: -25px;
    background-image: url('../images/template/menu-ribbon-left.png');
}
.navbar .nav-list:after {
    right: -41px;
    bottom: -25px;
    background-image: url('../images/template/menu-ribbon-right.png');
}
.nav-list-item>a {
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 0 0 2px #333;
    transition: none;
    display: block;
    text-decoration: none;
}
.navbar ul li a:hover {
    background-color: #423B35;
}
.nav-list {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.nav-list-item {
    float: left;
    list-style-type: none;
}
.dropdown-menu {
    margin-top: 0px;
    margin-left: -1px;
    background-color: #423B35;
    border-top-left-radius: 0px;
    border-top-style: none;
}
.dropdown-menu>li>a {
    width: 140px;
    padding: 10px 0px;
    border-top: 1px solid #55534a;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    white-space: normal;
}
.dropdown-menu>li {
    padding: 0 18px;
}
.nav-list-drop-down-item {
    float: left;
    list-style-type: none;
}
.nav-list-drop-down-item>a {
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 0 0 2px #333;
    transition: none;
    display: block;
    text-decoration: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.navbar-nav .open .dropdown-menu {
    background-color: #423b35;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/
.dropdown:hover>a {
    background-color: #423B35;
}

/*Carousel*/
div.carousel-wrapper{
    width: 100%; /* for example */
    margin: auto;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
    width: 100%; 
    margin: auto;
}
.caption {
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    font-family: arial,sans-serif;
    margin: 0;
    word-wrap: break-word;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 480px;
    text-align: left;
    padding: 20px 20px 40px;
    color: #999;
    background-color: black;
}
.carousel-arrows {
    display: inline-block;
    list-style: none;
}

/*Contact Form*/
.bordered-box {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    padding: 10px 15px;
}


/*Footer*/
.footer {
    position: relative;
    z-index: 1;
    width: auto !important;
    min-height: 20px !important;
    float: none !important;
    margin: 0 -30px 15px !important;
    padding: 21px 50px 23px;
    background: url('../images/template/footer-menu-ribbon-middle-bg.png') center top;
    border-left: 1px solid #d10a05;
    border-right: 1px solid #d10a05;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}
.footer:before, .footer:after {
    content: "";
    display: block;
    position: absolute;
    height: 11px;
    left: 0;
    right: 0;
    background-position: center 1px;
    background-repeat: repeat-x;
}
.footer:before {
    top: 0;
    background-image: url('../images/template/footer-menu-ribbon-top.png');
}
.footer:after {
    bottom: 0;
    background-image: url('../images/template/footer-menu-ribbon-bottom.png');
}
.footer-list {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: -20px;
    background-image: url('../images/template/footer-menu-ribbon-sides.png');
    background-repeat: no-repeat;
    left: -1px;
    background-position: left top;
}
.footer-list:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: -20px;
    background-image: url('../images/template/footer-menu-ribbon-sides.png');
    background-repeat: no-repeat;
    right: -1px;
    background-position: right top;
}
.footer-list-item {
    float: none;
    display: inline;
    list-style-type: none;
    padding: 0px 7px 0px 5px;
}
.footer-list-item>a {
    color: #fff;
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 1px #333;
}
.footer-list-item:before {
    content: "|";
    padding: 0 7px 0 5px;
    font-size: 10px;
    color: #fff;
}
.first-item:before {
    display: none;
}
.footer-copyright p {
    color: #333;
    font: 12px "PT Sans",Arial,sans-serif!important;
    margin: 14px 0 20px 0;
    text-shadow: 0 0 1px #fff;
}
.footer-copyright p span {
    color: #bbb;
    font-size: 10.80px;
    text-shadow: 0 0 1px #fff;
    font-family: 'PT Sans',Arial,sans-serif;
    display: block;
    margin: 5px 0 0 10px;
}
.footer-image {
    float: left;
}
.footer-container {
    background-color: #dfdfdf;
}

/*Bootstrap Overrides*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-toggle {
    float: none;
    color: #fff;
    font-size: 14px;
}

.open {
    background-color: #423B35;
    border-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*Bootstrap Responsive*/

/* Large desktop */
@media (min-width: 1330px) {
    .container {
        max-width: 1170px;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
}
.navbar-nav {
    float: none;
}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 994px) {
    .container {
        width: 100%;
    }
    .caption {
        font-weight: normal;
        font-size: 12px;
        line-height: 22px;
        font-family: arial,sans-serif;
        margin: 0;
        word-wrap: break-word;
        position: relative;
        bottom: auto;
        top: auto;
        width: auto;
        text-align: center;
        padding: 20px 20px 40px;
        color: #999;
        background-color: black;
    }
    .nav-list-item>a {
        font-size: 14px;
    }
    .nav-list-drop-down-item>a {
        font-size: 14px;
    }
    .footer-image {
        float: none;
        text-align: center;
    }
    .footer-copyright {
        float: none;
        text-align: center;
    }
    .footer-list:before {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .footer-list:after {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .footer {
        margin: 0 0px 15px !important;
    }   
    .navbar .nav-list:before {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .navbar .nav-list:after {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .navbar {
        margin: 0 0px;
    }
    .container:before {
        left: 0px;
    }
    .container:after {
        left: 0px;
    }
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    .button-pull-right {
        float: none;
    }
    .header-links {
        text-align: center;
    }
    .header-logo {
        text-align: center;
    }
    .title-text {
        float: none;
        text-align: center;
    }
    .caption {
        font-weight: normal;
        font-size: 12px;
        line-height: 22px;
        font-family: arial,sans-serif;
        margin: 0;
        word-wrap: break-word;
        position: relative;
        bottom: auto;
        top: auto;
        width: auto;
        text-align: center;
        padding: 20px 20px 40px;
        color: #999;
        background-color: black;
    }
    .nav-list-item {
        float: none;
    }
    .nav-list {
        width: 100%;
    }
    .dropdown-menu>li>a {
        width: 100%;
        padding: 10px 0px;
        border-top: 1px solid #55534a;
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        white-space: normal;
        text-align: center;
    }
    /*.dropdown:hover .dropdown-menu {
        display: block;
    }*/
    .nav-list-drop-down-item {
        float: none;
    }
    .nav-list-drop-down-item>a {
        border-radius: 6px;
        font-size: 24px;
    }
    .nav-list-item>a {
        font-size: 24px;
    }
    .footer-list-item>a {
        font-size: 10px;
    }
    .footer-image {
        float: none;
        text-align: center;
    }
    .footer-copyright {
        float: none;
        text-align: center;
    }
    .footer-list:before {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .footer-list:after {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .footer {
        margin: 0 0px 15px !important;
    }  
    .navbar .nav-list:before {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .navbar .nav-list:after {
        left: 0px;
        bottom: 0px;
        background-image: none;
    }
    .navbar {
        margin: 0px;
    }
    .container:before {
        width: 0px;
        left: 0px;
    }
    .container:after {
        width: 0px;
        left: 0px;
    }
}
     
/* Landscape phones and down */
@media (max-width: 480px) {
    .container {
        width: 100%;
    }
}

/*Portrait*/
@media (max-width: 300px) {
    .container {
        width: 100%
    }
    .scale-portrait {
        width: 100%;
    }
}