/* Custom Elements */
@font-face {
    font-family: 'clarendon_cn_btbold';
    src: url('../fonts/clarendon_bold_condensed_bt-webfont.eot');
    src: url('../fonts/clarendon_bold_condensed_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clarendon_bold_condensed_bt-webfont.woff') format('woff'),
         url('../fonts/clarendon_bold_condensed_bt-webfont.ttf') format('truetype'),
         url('../fonts/clarendon_bold_condensed_bt-webfont.svg#clarendon_cn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    color: #5B2326;    
    background: #d3c6b1;
}
p {
    color: #5B2326;
}
.jumbotron {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#header {    
    background-color: #5B2326;    
    padding: 35px 0;
}
#main-nav {
    float: right;
    padding: 30px 0 0 0;
}
#main-nav.nav > li > a {
    font-size: 16px;
    padding: 10px 12px;
}
a.mobile-phone-us {
    position: absolute;
    top: 64px;
    right: 16px;
    display: none;
    width: 48px;
    height: 42px;
    background: url('../images/icon-phone.png') 50% 50% no-repeat #D3C6B1;
    background-size: 75%;
    text-indent: -9999px;
    border-radius: 4px;
}
.navbar-brand,
h2 {
    font-family: 'clarendon_cn_btbold';
    text-transform: uppercase;
}
#hero-slider {
    background-color: #d3c6b1;
    margin-bottom: 20px;
    padding: 0;
}
#hero-slider .cycle-slideshow {
    position: relative;
    display: block;
    width:  100%;
    height: 450px;
    overflow: hidden;
}
#hero-slider .cycle-slideshow img {
    display: block;
    width: 100%;
}
#hero-slider .cycle-pager {
    position: absolute;
    bottom: 10px;
    right:  30px;
    z-index: 100;
}
#hero-slider .cycle-pager span {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: #5B2326;
    text-indent: -9999px;    
    margin-left: 6px;    
    cursor: pointer;
    border-radius: 50%;
}
#hero-slider .cycle-pager span:hover {    
    background-color: #D3C6B1;
}
#hero-slider .cycle-pager span.cycle-pager-active {
    background-color: #4D261F;
}
#hero-slider .cycle-slideshow .cycle-next,
#hero-slider .cycle-slideshow .cycle-prev {
    display: none;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    height: 40px;
    width: 40px;
    z-index: 1000;
    cursor: pointer;    
}
#hero-slider .cycle-slideshow .cycle-prev {
    left: 20px;
    background: url('../images/bg-prev.png') no-repeat 0 0 transparent;
}
#hero-slider .cycle-slideshow .cycle-next {
    right: 20px;
    background: url('../images/bg-next.png') no-repeat 0 0 transparent;
}
#hero-slider .cycle-slideshow:hover .cycle-next,
#hero-slider .cycle-slideshow:hover .cycle-prev {
    display: block;
}
.main-content {
    min-height: 300px;
}
footer {
    margin: 20px 0;
    padding-top: 30px;
    border-top: 2px solid #5B2326;
}
footer p {
    text-align: center;
    margin: 0;
}
footer #footer-nav {
    float: none;
    display: block;
    width: 520px;
    margin: 15px auto 30px auto;
}
footer #footer-nav li {
    font-size: 14px;
}
footer #footer-nav li a:hover {
    text-decoration: underline;
    background: none;   
}
.btn-default {
    border-width: 2px;
    border-color: #5B2326;
    background-color: #5B2326;
    color: #D3C6B1;
}
.btn-default:hover {    
    border-color: #5B2326;
    background-color: #D3C6B1;
    color: #5B2326;
}
.center {
    text-align: center;   
}
a.tel {
    text-decoration: none;
}
img#hia-member {
    display:  block;
    margin: 20px auto 0 auto;
}
p.back-to-top {
    display:  none;
}
img.img-border {
    border: 3px solid #5B2326;
    border-radius: 3px;
}
img.history-image {
    margin: 65px 0 30px 0;    
}
img.our-process-left,
img.our-process-right {
    height: 220px;
    width: 270px;    
}
img.our-process-left {
    float: left;
    margin: 20px 20px 20px 0;    
}
img.our-process-right {
    float: right;
    margin: 20px 0 20px 20px;    
}
blockquote {
    background: url("../images/bg-testimonials-quote.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: block;
    line-height: 130%;
    margin: 0 auto 20px auto;
    border-left: none;
    padding: 20px 0;
    font-size: 14px;
    line-height: 150%;
}
.gallery a {
    float: left;
    margin: 0 20px 20px 0;
}
.gallery a img {
    display: block;    
    width: 292px;
    height: 190px;
}

/* Custom Responsive Elements */

@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 800px /* 768px */ ) {
    .navbar-header,
    .navbar-brand,
    #main-nav {
        float: none;
    }
    .navbar-brand {
        text-align: center;
        margin:  0 auto;
    }
    #main-nav {
        width:  520px;
        margin: 0 auto;
    }
    #main-nav.nav > li > a {
        font-size: 14px;
        padding: 10px 14px;
    }
    #hero-slider .cycle-slideshow,
    #hero-slider .cycle-slideshow img {
        height: 300px;
    }
    .main-content {
        min-height: 10px;
    }
}
@media (max-width: 600px) {
    .navbar-collapse.in {
        overflow: inherit;
    }
    .navbar-collapse {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        border-color: #4D261F;
        box-shadow: none;
    }    
    #main-nav-wrapper .nav > li {
        display: block;
        border-bottom: 1px solid #4D261F;
        box-shadow: 0 1px 0 rgba(211, 198, 177, 0.1) inset;
    }
    #main-nav-wrapper .nav > li:hover {
        background: #D3C6B1;
        color: #5B2326;
    }
    #main-nav {
        width: 100%;
        padding: 0;
        margin: 0 0 -35px 0;
    }    
    #main-nav.navbar-nav > li > a {
        border-top: none;
        border-bottom: none;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }    
    .navbar-inverse #main-nav.navbar-nav > li > a:hover,
    .navbar-inverse #main-nav.navbar-nav > li > a:focus {    
        color: #5B2326;
        text-decoration: none;
    }
    #footer-nav li,
    #footer-nav li a {
        display: inline;
        padding: 0 6px;                
    }
    .btn-default {
        width: 100%;
    }
}
@media (max-width: 420px) {
    #hero-slider,
    ul#footer-nav,
    #testimonials-column,
    img#hia-member,
    .hide-mobile {
        display: none;
    }
    #header {
        padding: 5px 0 15px 0;
    }
    a.mobile-phone-us {
        display: block;
    }
    #main-nav {
        margin: 0 0 -15px 0;
    }
    .navbar-brand {
        background: none;
        text-align: left;
    }
    footer {
        padding-top: 20px;
    }
    footer p {
        display: block;
        text-align: center;
        margin-bottom:  10px;
    }
    p.back-to-top {
        display: block;        
    }
    img {
        max-width: 100%;
    }
    img.history-image {
        margin: 0 0 30px 0;
    }
}