/* Fonts
--------------------------------------------------
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic|IM+Fell+English:400,400italic);
font-family: 'Libre Baskerville', serif;
font-family: 'IM Fell English', serif;
*/
html,
body {
    height: 100%;
    width: 100%;
}
header .logo p.tagline,.content p.intro{
    font: italic 18px/22px 'Libre Baskerville', Times New Roman, serif;
}
body, .content, label, input, button, select, textarea, .scroll-center p {
    font: normal 400 18px/20px 'IM Fell English', Times New Roman, serif;
}
.libre{
    font-family: 'Libre Baskerville', Times New Roman, serif;
    font-style: italic;
}

/* Global Styles
-------------------------------------------------- */
body{
    /*background: url('../img/body/bg.jpg') repeat;*/
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -100px;
}
#push{
    height: 100px;
}
#wrap.backsplash{
    /*background: #f5f5f5;*/
    background: #E6DDC3;
}
#wrap.wood{
    background: url('../img/body/bg.jpg') repeat;
}
#wrap.red{
    background-color: #4a0505;
}
.centered{
    margin: 0 auto;
}




/* Header Styles
-------------------------------------------------- */
header{
    background:url('../img/body/wood.jpg');
    min-height: 225px;
    margin:0;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 1px 10px #000;
    -moz-box-shadow: 0 1px 10px #000;
    box-shadow: 0 1px 10px #000;
}
header .town{
    background:url('../img/body/town.jpg') repeat-x;
    height: 104px;
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 1px 10px #000;
    -moz-box-shadow: 0 1px 10px #000;
    box-shadow: 0 1px 10px #000;
}
header .logo{
    max-width: 323px;
    position: absolute;
    z-index: 1050;
}
header .logo p.tagline{
    /*font: italic 18px/22px 'Libre Baskerville', Times New Roman, serif;*/
    color: #f0c466;
    text-shadow: 0px 0px 1px rgba(240, 196, 102, 0.6);
    -webkit-transition: text-shadow 3s linear;
    -moz-transition: text-shadow 3s linear;
    -ms-transition: text-shadow 3s linear;
    -o-transition: text-shadow 3s linear;
    transition: text-shadow 3s linear;
}

header .logo p.tagline.glow {
    text-shadow: 0px 0px 4px rgba(240, 232, 206, 0.58), -1px -1px 4px rgba(240, 196, 102, 0.34);
}
header .top-banner{
    float:right;
    position: relative;
    z-index: 1000;
    height: 125px;
    width: 131px;
    margin-bottom: -125px;
}
/* Footer
-------------------------------------------------- */
footer {
    height: 100px;
    background:url('../img/body/wood.jpg') repeat;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0 -2px 10px #000;
    -moz-box-shadow: 0 -2px 10px #000;
    box-shadow: 0 -2px 10px #000;
}

footer .container p {
    color: #F9E0C4;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

/* Nav
-------------------------------------------------- */
.navbar .navbar-inner .nav > li > a,
.dropdown-menu li > a {
    text-shadow: 0px 1px 1px #C94432, 0px -1px 0px #600B00;
    color: #f5f5f5;
}

.dropdown-menu li > a {}

.dropdown-menu .divider {
    height: 0;
    overflow: hidden;
    background-color: transparent;
    border-bottom: 1px dashed #8D1B1B;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}

.navbar .navbar-inner {
    min-height: 40px;
    padding-right: 0;
    padding-left: 0;
    background-color: #b33322;
    background-image: -moz-linear-gradient(top, #b33322, #6b1305);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b33322), to(#6b1305));
    background-image: -webkit-linear-gradient(top, #b33322, #6b1305);
    background-image: -o-linear-gradient(top, #b33322, #6b1305);
    background-image: linear-gradient(to bottom, #b33322, #6b1305);
    background-repeat: repeat-x;
    border: 1px solid #530C00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb33322', endColorstr='#ff6b1305', GradientType=0);
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.navbar .navbar-inner .nav > li > a:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #1A1A1A;
    background-color: transparent;
    background-image: none;
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 5px 25px white, 0 5px 30px white, 0 5px 35px white, 0 5px 40px white, 0 -5px 25px white, 0 -5px 30px white, 0 -5px 35px white, 0 -5px 40px white, 5px 0 25px white, 5px 0 30px white, 5px 0 35px white, 5px 0 40px white, -5px 0 25px white, -5px 0 30px white, -5px 0 35px white,-5px 0 40px white;
    outline: 0 none;
}
.navbar .navbar-inner .nav > li > a:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle{
    -webkit-transition: 600ms linear 0s;
    -moz-transition: 600ms linear 0s;
    -o-transition: 600ms linear 0s;
    transition: 600ms linear 0s;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus{
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
}

/* Home page
----------------------------------------------------- */
.call-out{
    height: 100%;
    margin: 0;
    min-height: 100%;
    background: #7a0605;
    -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5), inset 0 -4px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5), inset 0 -4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5), inset 0 -4px 8px rgba(0, 0, 0, 0.5);
}
.left-vertical-stitch{
    position: absolute;
    height:100%;
    width: 2px;
    left: 7px;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
}
.right-vertical-stitch{
    position: absolute;
    height:100%;
    width: 2px;
    right: 7px;
    border-right: 2px dashed rgba(0, 0, 0, 0.3);
}
.call-out-container{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 270px;
}
.call-out .call-out-container h3{
    text-align: center;
    border-bottom: double #fff;
    color: white;
    text-shadow: 0px 1px 1px #C94432, 0px -1px 0px #600B00;
    font-weight: normal;
    margin-top: 0;
    padding-top: 10px;
}
.call-out .call-out-container p a,
.callout .callout-container p a{
    color: #f0c466;
    text-shadow: 0px 0px 1px rgba(240, 196, 102, 0.6);
    padding-bottom: 20px;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
}
.call-out .call-out-container p a:hover,
.callout .callout-container p a:hover{
    text-decoration: none;
    text-shadow: 0 0 3px #D8B2B2,0 0 10px #f0c466;
}
.call-out .call-out-container p.news-source{
    margin-top: 0;
    font-size: 85%;
    color: white;
    font-family: 'Libre Baskerville', Times New Roman, serif;
    font-style: italic;
}
span3.full-height{
    position: relative;
}
.home-quad-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.home-quad-box-top,.home-quad-box-btm,.home-quad-box-center{
    margin: 0 auto;
    width: 275px;
}
.home-quad-box-top{
    height:46px;
    background: url('../img/body/home-quad-top.png') no-repeat;
}
.home-quad-box-btm{
    height:45px;
    background: url('../img/body/home-quad-btm.png') no-repeat;
}
.home-quad-box-center{
    height:auto;
    background: url('../img/body/home-quad-center.png') repeat-y;
}
.home-quad-box-content dl{
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 0;

}
.home-quad-box-content dl dt,
.home-quad-box-content dl dd{
    color: #010101;
    text-shadow: 0 1px 1px #aa6213;
    text-align: left;
}
.home-quad-box-content dl dt{
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
}
.home-quad-box-content dl dd{
    font-size: 20px;
    line-height: 1;
}



ul.home-links{
    margin: 30px auto;
    list-style: none;
}
ul.home-links li{
    margin-bottom: 20px;
    border-bottom: 2px solid #530C00;
}
ul.home-links li a{
    font-size: 22px;
    font-weight: bold;
    color: white;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
}
ul.home-links li a:hover{
    text-decoration: none;
    text-shadow: 0 0 8px white,0 0 20px white;
}
ul.wax-social{
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 30px;
}
ul.wax-social > li {
    display: inline-block;
}
/* Login page
----------------------------------------------------- */
.form-signin {
    max-width: 300px;
    padding: 15px;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading {
    text-align: center;
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}


/*media page video list
----------------------------------------------------- */
ul.video-list{
    margin: 0 auto;
}
ul.video-list > li {
    display: inline-block;

    overflow: hidden;
    max-width: 270px;
    margin: 0 auto 5px;
    padding: 0px 10px 5px;
}
ul.video-list > li a img{
    border: double #c19c58;
    -webkit-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    -moz-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
}
/*media page image gallery
----------------------------------------------------- */
.fbAlbumImage,
.fbAlbum{
    float: left;
    height: 206px;
    width: 206px;
    /*    padding: 10px;
        width: 206px;
        height: 206px;    */
}
ul.album-list{
    margin: 0 auto;
}
ul.album-list > li {
    display: inline-block;
    max-width: 210px;
    padding: 0px 5px;
    height: 255px;

}
ul.album-list > li a img{
    border: double #c19c58;
    width: 206px;
    height: 206px;
    -webkit-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    -moz-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
}
ul.album-list > li a p{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    width: 206px;
    position: absolute;
    white-space: nowrap;
    display: block;
}
/*
 * Bootstrap Image Gallery
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
*/
.modal-gallery{width:auto;max-height:none;outline:none;}
.modal-gallery.fade.in{top:50%;}
.modal-gallery .modal-body{max-height:none;}
.modal-gallery .modal-footer{text-align: center;}
.modal-gallery .modal-title{display:inline-block;max-height:60px;overflow:hidden;}
.modal-gallery .modal-image{position:relative;margin:auto;min-width:128px;min-height:128px;overflow:hidden;cursor:pointer;}
.modal-gallery .modal-image:hover:before,.modal-gallery .modal-image:hover:after{content:'\2039';position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);z-index:1;}
.modal-gallery .modal-image:hover:after{content:'\203A';left:auto;right:15px;}
.modal-single .modal-image:hover:before,.modal-single .modal-image:hover:after{display:none;}
.modal-loading .modal-image{background:url(../img/loading.gif) center no-repeat;}
.modal-gallery.fade .modal-image{-webkit-transition:width 0.15s ease, height 0.15s ease;-moz-transition:width 0.15s ease, height 0.15s ease;-ms-transition:width 0.15s ease, height 0.15s ease;-o-transition:width 0.15s ease, height 0.15s ease;transition:width 0.15s ease, height 0.15s ease;}
.modal-gallery .modal-image *{position:absolute;top:0;opacity:0;filter:alpha(opacity=0);}
.modal-gallery.fade .modal-image *{-webkit-transition:opacity 0.5s linear;-moz-transition:opacity 0.5s linear;-ms-transition:opacity 0.5s linear;-o-transition:opacity 0.5s linear;transition:opacity 0.5s linear;}
.modal-gallery .modal-image *.in{opacity:1;filter:alpha(opacity=100);}
.modal-fullscreen{border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:transparent;overflow:hidden;}
.modal-fullscreen.modal-loading{border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.modal-fullscreen .modal-body{padding:0;}
.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{position:absolute;top:0;right:0;left:0;background:transparent;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:0;z-index:2000;}
.modal-fullscreen .modal-footer{top:auto;bottom:0;}
.modal-fullscreen .close,.modal-fullscreen .modal-title{color:#fff;text-shadow:0 0 2px rgba(33, 33, 33, 0.8);}
.modal-fullscreen .modal-header:hover,.modal-fullscreen .modal-footer:hover{opacity:1;}
/*media page news list
----------------------------------------------------- */
/*.news-list{
    background: #7a0605;
    color: white;

}
.news-list > .ribbon-wrapper {
    margin: 0 -10px;
}
.news-list-container{}

.news-list ul{
    list-style: none;
    font-family: Times New Roman, serif;
    margin: 0;
}
ul.news-list > li {
    border-top: 1px dashed #600B00;
    border-bottom: 1px dashed #600B00;
    padding: 0 10px 5px;
}
ul.news-list > li:hover {
    background: #C94432;
    background: #b33322;
}
ul.news-list > li p {
    margin-bottom: 5px;
}
ul.news-list > li p a{
    color:white;
    font: 18px/20px Times New Roman, serif;
}
ul.news-list > li p a:hover{
    text-decoration: none;
}
ul.news-list > li p.date {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    color: #f0c466;
    margin: 5px 0;
}*/
/*
*/ul.news-list > li a img{
    border: double #c19c58;
    -webkit-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    -moz-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
}
ul.news-list, ul.video-list{
    list-style: none;
    font-family: Times New Roman, serif;
    margin: 0;
}
ul.news-list > li, ul.video-list > li {
    /*    border-top: 1px dashed #600B00;
        border-bottom: 1px dashed #600B00;*/
    padding: 0 0 5px;
    background: url('../img/body/h3_1.gif') bottom repeat-x;
}
ul.news-list > li p, ul.video-list > li p {
    margin-bottom: 0;
}
ul.news-list > li p a, ul.video-list > li p a{
    font: 18px/20px Times New Roman, serif;
}
ul.news-list > li p.date, ul.video-list > li p.date {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    /*color: #f0c466;*/
    margin: 5px 0 0;
    font-weight: bold;
}

/* Parchment
----------------------------------------------------- */
.horiz-parch{
    width: 100%;
    height: 728px;
    min-width: 300px;
    padding: 33px 0;
    color: #010101;
    text-shadow: 0px 0px 1px rgba(170, 98, 19, 0.41), 0 0 14px rgba(228, 133, 46, 0.41);
}
.horiz-parch .horiz-parch-left{
    background: url('../img/body/parch-left.png');
    height: 100%;
    width: 110px;
    margin-right: -110px;
    float: left;
}
.horiz-parch .horiz-parch-right{
    background: url('../img/body/parch-right.png');
    height: 100%;
    width: 110px;
    margin-left: -110px;
    float: right;
}
.horiz-parch-center{
    background: url('../img/body/horiz-parch.png') repeat-x;
    height: auto;
    width: auto;
    margin: 30px 100px 0;
    padding: 25px 15px 0;
}
.horiz-parch-center h3{
    line-height: 1.3;
    padding-bottom: 5px;
    background: url('../img/body/h3.gif') bottom repeat-x;
}
.vert-parch{
    width: 100%;
    height: 728px;
    min-width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.vert-parch .parch-left{
    background: url('../img/body/parch-left.png');
    height: 100%;
    width: 110px;
    float: left;
}
.vert-parch .parch-right{
    background: url('../img/body/parch-right.png');
    height: 100%;
    width: 110px;
    float: right;
}
.vert-parch-center{
    background: url('../img/body/parch.png') repeat-x;
    height: 100%;
    width: auto;
    padding: 30px 50px 0;
    margin: 30px 30px 0;
}

/* CAROUSELS
-------------------------------------------------- */
#homeCarousel.carousel {
    margin-bottom: 0;
    min-width:100%;/* Carousel base class */
    margin:0;/* Carousel base class */
}
#homeCarousel.carousel .container {
    position: relative;
    height:100%;
    z-index: 9;
}

#homeCarousel .carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

#homeCarousel.carousel .item {
    height: 500px;
    width:100%;/* Carousel base class */
}
#homeCarousel.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

#homeCarousel .carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 700px;
    padding: 0 20px;
    margin-top: 300px;
}
#homeCarousel .carousel-caption h1,
#homeCarousel .carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px  #010101;
}
#flagCarousel .carousel-caption h1.red,
#homeCarousel .carousel-caption h1.red,
#mediaCarousel .carousel-caption h1.red,
#flagCarousel .carousel-caption .lead.red,
#homeCarousel .carousel-caption .lead.red,
#mediaCarousel .carousel-caption .lead.red {
    color: #751202;
    text-shadow: 0 1px 1px  #010101
}
#flagCarousel .carousel-caption h1.black,
#homeCarousel .carousel-caption h1.black,
#mediaCarousel .carousel-caption h1.black,
#flagCarousel .carousel-caption .lead.black,
#flagCarousel .carousel-caption .lead.black,
#mediaCarousel .carousel-caption .lead.black {
    color: #010101;
}

#homeCarousel .carousel-caption .btn {
    margin-top: 10px;
}
#flags{
    max-width: 670px;
    margin: 0 auto;
}
#media{}
#mediaCarousel .carousel-control,
#flagCarousel .carousel-control {
    top: 210px;
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: transparent;
    border: 0;
    z-index: 10;
    color: #010101;
    text-shadow: 0px 0px 1px rgba(170, 98, 19, 0.41), 0 0 14px rgba(228, 133, 46, 0.41);
}
#flagCarousel .carousel-control.right {
    right:-45px;
}
#flagCarousel .carousel-control.left {
    left:-45px;
}

#flagCarousel.carousel .item,
#mediaCarousel.carousel .item {
    width:100%;
}

#flagCarousel.carousel img,
#mediaCarousel.carousel img {
    min-width: 100%;
}
#flagCarousel .carousel-caption {
    background-color: transparent;
    position: relative;
    min-height: 250px;
}
#mediaCarousel .carousel-caption {
    background-color: transparent;
    padding: 10px 0;
    position: relative;
    min-height: 150px;
}
/* pop up modal box styling
----------------------------------------------------- */
#Modal.modal {
    background-color: #fff;
    max-width: 800px;
    width: 98%;
    left: 1%;
    right: 1%;
    margin: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#Modal.modal .modal-body {
    padding:5px;
    max-width: 800px;
    max-height: 600px;
    overflow-x: hidden;
}
#Modal.modal .modal-footer {
    padding: 5px 15px 10px;
    background-color: #fff;
    border-top: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Responsive iframes
----------------------------------------------------- */
.iframe-map,.iframe-vid {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-map iframe,.iframe-vid iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe-map{
    -webkit-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    -moz-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
}



/* Paper content boxes
----------------------------------------------------- */
.content-box-bottom{
    height: 18px;
    margin: -7px 12px 50px;
    background: url('../img/body/cb-bottom.png') repeat-x;
}
.content-box{
    /*background: url('../img/body/cb-left.png') repeat-y left top, url('../img/body/cb-right.png') repeat-y right top;*/
    margin: 0;
    padding: 0 18px/*same as borders*/ 7px /*same as bottom neg margins*/ ;
    position: relative;
    z-index: 0;

}
.content{
    background: #ffe6a5;
    margin: -1px; /*remove the slight border lines paper borders*/
    padding-left: 10px;
    padding-right: 10px;
    color: #010101;
    text-shadow: 0px 0px 1px rgba(170, 98, 19, 0.41), 0 0 14px rgba(228, 133, 46, 0.41);
}
.content .row{
    padding-bottom: 30px;
    margin: auto;
}

.content a{
    color:#901d0b;
}
.content a.btn{
    color: white;
}
.content h3{
    margin-top: 0;
    line-height: 1.3;
    padding-bottom: 5px;
    background: url('../img/body/h3_1.gif') bottom repeat-x;
}
.content h3 a{
    color: #010101;

}
.content h3 a:hover{
    text-decoration: none;
    color:#901d0b;
    -webkit-transition: 450ms linear 0s;
    -moz-transition: 450ms linear 0s;
    -o-transition: 450ms linear 0s;
    transition: 450ms linear 0s;
}
.content hr{
    background: url('../img/body/h3_1.gif') bottom repeat-x;
    height: 2px;
    border: 0;
}
.content .img-box{
    border: double #c19c58;
    /*border: double #7C6747;*/
    -webkit-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    -moz-box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    box-shadow: inset 0px 1px 13px rgba(170, 98, 19, 0.41), 0px 1px 13px rgba(228, 133, 46, 0.41);
    overflow: hidden;
}
.content .img-box img{
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.content .img-box img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.content-box-header{

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 0;
}
.content-box-header p{
    padding: 50px 0 20px;
    margin: 0;
    text-align: center;
}
.content-box-intro p{
    font: italic 18px/22px 'Libre Baskerville', Times New Roman, serif;
    margin: 20px 0 0;
    text-align: center;
    padding: 20px;
    /*border-top: double #7C6747;*/
    border-top: double #c19c58;
    /*border-bottom: double #7C6747;*/
    border-bottom: double #c19c58;
    -webkit-box-shadow: inset 0px 1px 0px rgba(236, 128, 67, 0.41), 0px 1px 0px rgba(236, 128, 67, 0.41);
    -moz-box-shadow: inset 0px 1px 0px rgba(236, 128, 67, 0.41), 0px 1px 0px rgba(236, 128, 67, 0.41);
    box-shadow: inset 0px 1px 0px rgba(236, 128, 67, 0.41), 0px 1px 0px rgba(236, 128, 67, 0.41);
}

.content-box-header,
.content-box-intro,
.content-box-body {
    background: url('../img/body/cb-left.png') repeat-y left top, url('../img/body/cb-right.png') repeat-y right top;
    margin: 0 -10px;
    padding: 0 15px;
    position: relative;
    z-index: 5;
}
.content-box-body p{
    font-size: 20px;
    line-height: 1.25;
}
.content-box-body p.caption{
    margin-left: 40px;
}
/* Social Media Wax Icons
----------------------------------------------------- */
.wax{
    position:relative;
    text-align: center;
}
.wax.small{
    height: 48px;
    width: 48px;
    background: url('../img/body/wax48.png');
}
.wax.medium{
    height: 64px;
    width: 64px;
    background: url('../img/body/wax64.png');
}
.wax.large{
    height: 128px;
    width: 128px;
    background: url('../img/body/wax128.png');
}
.wax a{
    text-decoration: none;
    color: #8f0303;
    position: absolute;
}
.wax.small a{
    font-size: 18px;
    color: #4c0101;
}
.wax.medium a{
    font-size: 26px;
    text-shadow: 2px 2px 1px #4c0101, 0px -1px 0px #c78282;
    top: 29%;
    left: 26%;
}
.wax.large a{
    font-size: 50px;
    text-shadow: 1px 2px 1px #4c0101, -1px -2px 0px #c78282;
    top: 25%;
    left: 39%;
}

/* Misc
----------------------------------------------------- */
img.pop{/*hover hand cursor for pop up images*/
    cursor: pointer;
}
.btn-group{
    margin-bottom: 10px;
}
a i:hover{
    text-decoration: none;
}
.redbar{
    height: 8px;
    width:100%;
    background: url('../img/body/redbar2.jpg') repeat-x;
}
.blackbox{
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../img/body/blackbox.jpg') repeat;
    position: relative;
    z-index: 2000;
    min-height: 226px;
}
.fixed-quad-box{
    text-align: center;
}
.blackbox .map{
    position: relative;
    margin: 0 auto;
}
.no-left-margin{
    margin-left: 0 !important;
}
.no-bottom-padding{
    padding-bottom: 0 !important;
}
.no-top-padding{
    padding-top: 0 !important;
}
.no-bottom-margin{
    margin-bottom: 0 !important;
}
span.larger{
    font-size: 125%;/*hack to make the font numbers larger*/
}
span.smaller{
    font-size: 85%;/*hack to make the font numbers smaller*/
}
.ornate {
    margin: 0 auto;
    min-height: 78px;
    text-align: center;
    background: url('../img/body/ornate.png') no-repeat
}
.ornate-left{
    height: 36px;
    width: 72px;
    text-align: center;
    background: url('../img/body/ornate-left.png') no-repeat;
}
.ornate-right{
    height: 36px;
    width: 72px;
    /*float: right;*/
    text-align: center;
    background: url('../img/body/ornate-right.png') no-repeat
}

.burnt{/* Wood Burnt text style */
    color: rgb(73, 42, 29);
    text-shadow: -1px -1px 1px rgb(46, 16, 6), -1px -1px 4px rgb(46, 16, 6);
}
ul.icons{
    list-style-type: none;
}
.contact-social{
    float: right;
}
.contact-address{
    float: left;
    padding:0;
    padding-right: 10px;
    width: 195px;
}
.contact-hours{
    float: left;
    padding:0;
    padding-right: 10px;
    /*padding-left: 25px;*/
    /*width: 195px;*/
}
/* Black Circle Roundel Contact Page
----------------------------------------------------- */
.roundel-list{
    margin: 60px auto 30px;
}
.roundel {
    background: url('../img/body/roundel_small.png') no-repeat;
    min-height: 100px;
    width: 300px;

    font: italic 18px/22px 'Libre Baskerville', Times New Roman, serif;
    color: #f0c466;
    margin: 10px auto;
}

.roundel a{
    color: #f0c466;
    text-decoration: none;
}
.roundel a:hover{
    /*text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 5px 25px white, 0 5px 30px white, 0 5px 35px white, 0 5px 40px white, 0 -5px 25px white, 0 -5px 30px white, 0 -5px 35px white, 0 -5px 40px white, 5px 0 25px white, 5px 0 30px white, 5px 0 35px white, 5px 0 40px white, -5px 0 25px white, -5px 0 30px white, -5px 0 35px white, -5px 0 40px white;*/
    text-shadow: 0 0 5px #f0c466, 0 0 10px #f0c466, 0 0 15px #969696, 0 0 20px white;
    -webkit-transition: 450ms linear 0s;
    -moz-transition: 450ms linear 0s;
    -o-transition: 450ms linear 0s;
    transition: 450ms linear 0s;
    outline: 0 none;
}

.roundel .roundel-info{
    padding: 20px 30px 0;
}
.roundel .roundel-info p{
    margin-bottom: 5px;
}

/* Leather strap sidebar
----------------------------------------------------- */
.leather-sidebar{
    padding-top: 100px;
    background: url('../img/body/stockleather.gif') repeat;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.9);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.9);
}
ul.social{
    list-style-type: none;
}
ul.social li{
    float: left;
}
.leather-sidebar ul.social{
    list-style-type: none;
    margin: 0;
}
.leather-sidebar ul.social li{
    padding:5px;
}
.leather-sidebar .social li a{
    font-size: 2em;
    color: #421808;
    text-shadow: 1px 2px 3px #000, 0px -1px 2px #555454, 0px 0px 24px #924214;
    text-decoration: none;
}
.leather-sidebar .social li a i{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.leather-sidebar .social li a i:hover{
    opacity: .7;
    color: white;
}
.leather-sidebar .social li a i.icon-border.icon-facebook:hover{background: #3B5998;}
.leather-sidebar .social li a i.icon-border.icon-twitter:hover{background: #33CCFF;}
.leather-sidebar .social li a i.icon-border.icon-google-plus:hover{background: #C63D2D;}
.leather-sidebar .social li a i.icon-border.icon-map-marker:hover{background: #fe7a6e;}
.leather-sidebar .social li a i.icon-border.icon-phone:hover{background: #18c80e;}
.leather-sidebar .social li a i.icon-border.icon-envelope:hover{background: #ff9309;}
.leather-sidebar .social li a i.icon-border.icon-film:hover{background: #000;}
.leather-sidebar .social li a i.icon-border.icon-film:hover{background: #000;}
.leather-sidebar .social li a i.icon-border.icon-youtube-sign:hover{background: #FF3333;}
.leather-sidebar .social li a i.icon-border.icon-youtube:hover{background: #FF3333;}

.leather-sidebar .social li a i.icon-border {
    border: solid 2px #181008;
    padding: .2em .25em .15em;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow:  0px 1px 1px rgb(88, 43, 27), inset 0px 0px 15px #000;
    -moz-box-shadow:  0px 1px 1px rgb(88, 43, 27), inset 0px 0px 15px #000;
    box-shadow:  0px 1px 1px rgb(88, 43, 27), inset 0px 0px 15px #000;
}
.leather-sidebar .strap{
    clear: both;
    height: 70px;
    width: 186px;
    background: url('../img/body/leather-strap.png') no-repeat top right;
}

/* item.............price styling
----------------------------------------------------- */
.pricelist{
    width: 100%;
    padding: 10px 0;
    clear: both;

    text-shadow: 0px 0px 1px rgba(170, 98, 19, 0.41), 0 0 14px rgba(228, 133, 46, 0.41);
}
.pricelist > .item{}

.item {
    float: left;
    position: relative;
    padding-right: 10px;
    text-align: left;

}
.item.title{
    font-weight: bold;
}
.price{
    float: right;
    position: relative;
    text-align: right;
}
/* Red Buttons for CQ
----------------------------------------------------- */
.btn-colonial {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #b33322;
    background-image: -moz-linear-gradient(top, #b33322, #6b1305);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b33322), to(#6b1305));
    background-image: -webkit-linear-gradient(top, #b33322, #6b1305);
    background-image: -o-linear-gradient(top, #b33322, #6b1305);
    background-image: linear-gradient(to bottom, #b33322, #6b1305);
    background-repeat: repeat-x;
    border-color: #6b1305 #6b1305 #4a0505;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b33322', endColorstr='#6b1305', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-colonial:hover,.btn-colonial:focus, .btn-colonial:active, .btn-colonial.active, .btn-colonial.disabled, .btn-colonial[disabled] {
    color: #ffffff;
    background-color: #6b1305;
}

/* Ribbons
-------------------------------------------------- */
.ribbon-wrapper{
    position: relative;
    margin: 0 -5px;
}
.ribbon-wrapper.down {
    margin-bottom: -20px;
}
.ribbon-top-stitches {
    margin-top:2px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.ribbon-bottom-stitches {
    margin-bottom:2px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
.ribbon-front {
    padding: 2px 0;/*set = stitches margin*/
    min-width: 100%;
    text-align: center;
    /*font-size: 18px!important;*/
    position: relative;
    left: 0;
    right: 0;
    z-index: 2;
    background: #b33322;
    background: -webkit-gradient(linear, left top, left bottom, from(#b33322), to(#6b1305));
    background: -webkit-linear-gradient(top, #b33322, #6b1305);
    background: -moz-linear-gradient(top, #b33322, #6b1305);
    background: -ms-linear-gradient(top, #b33322, #6b1305);
    background: -o-linear-gradient(top, #b33322, #6b1305);
    -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    z-index: 10;
}
.ribbon-front h1 {
    font-size: 28px!important;
    color: #4a0505;
    text-shadow: 0px 2px 2px rgb(148, 40, 22);
    margin: 0;
    padding: 2px;
}
/*small */
.ribbon-front h3{
    font-weight: normal;
    margin: 0;
    text-shadow: 0px 1px 1px #C94432, 0px -1px 0px #600B00;
    color: #f5f5f5;
}
/*small */
.ribbon-front h4{
    margin: 0;
    padding: 2px;
    text-shadow: 0px 1px 1px #C94432, 0px -1px 0px #600B00;
    color: #f5f5f5;
    font-weight: normal;
}
.ribbon-front,
.ribbon-front-left,
.ribbon-front-right {
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}
.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0;
    width:0;
}
.ribbon-edge-topleft,
.ribbon-edge-topright {
}
.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
    left: 0;
    border-color: transparent #4a0505 transparent transparent;
}
.ribbon-edge-topright,
.ribbon-edge-bottomright {
    right: 0;
    border-color: transparent transparent transparent #4a0505;
}

.ribbon-wrapper.down .ribbon-edge-topleft,
.ribbon-wrapper.down .ribbon-edge-bottomleft,
.ribbon-wrapper.up .ribbon-edge-topleft,
.ribbon-wrapper.up .ribbon-edge-bottomleft {
    /*    left: -10px;*/
    left: 0;
    border-color: transparent #4a0505 transparent transparent;
}

.ribbon-wrapper.down .ribbon-edge-bottomleft {
    border-width: 0 10px 0 0;
}

.ribbon-wrapper.down .ribbon-edge-topleft {
    top: -5px;
    border-width: 5px 10px 0 0;
}

.ribbon-wrapper.down .ribbon-edge-topright {
    top: -5px;
    border-width: 5px 0 0 10px;
}
.ribbon-wrapper.down .ribbon-edge-bottomright {
    border-width: 0 0 0 10px;
}

.ribbon-wrapper.down .ribbon-back-left,
.ribbon-wrapper.down .ribbon-back-right {
    position: absolute;
    top: -5px;
    border: 20px solid #751202;
    z-index: 0;
}
.ribbon-wrapper.up .ribbon-edge-bottomleft,
.ribbon-wrapper.up .ribbon-edge-bottomright {
    bottom: -5px;
}
.ribbon-wrapper.up .ribbon-edge-topleft {
    top: 0;
    border-width: 0px 10px 0 0;
}
.ribbon-wrapper.up .ribbon-edge-bottomleft {
    border-width: 0 10px 5px 0;
}

.ribbon-wrapper.up .ribbon-edge-topright,
.ribbon-wrapper.up .ribbon-edge-bottomright {
    right: 0;
    border-color: transparent transparent transparent #4a0505;
}

.ribbon-wrapper.up .ribbon-edge-topright {
    top: 0;
    border-width: 0 0 0 10px;
}
.ribbon-wrapper.up .ribbon-edge-bottomright {
    border-width: 0 0 5px 10px;
}

.ribbon-wrapper.up .ribbon-back-left,
.ribbon-wrapper.up .ribbon-back-right {
    position: absolute;
    bottom: -5px;
    border: 20px solid #751202;
    z-index: 0;
}
.ribbon-wrapper.down .ribbon-back-left,
.ribbon-wrapper.up .ribbon-back-left {
    /*left: -40px;*/
    left: -31px;
    border-left: 20px solid transparent;
    -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
    box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
}
.ribbon-wrapper.up .ribbon-back-right,
.ribbon-wrapper.down .ribbon-back-right {
    /*right: -40px;*/
    right: -31px;
    border-right: 20px solid transparent;
    -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
}


/* Smaller Ribbons
----------------------------------------------------- */
.small-ribbon-wrapper{
    position: relative;
    margin: 0 20px;/*small*/
    padding: 0 10px;/*small*/

}
.small-ribbon-wrapper.down {
    margin-bottom: -20px;
}
.ribbon-top-stitches {
    margin-top:2px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.ribbon-bottom-stitches {
    margin-bottom:2px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
.ribbon-front {
    padding: 2px 0;/*set = stitches margin*/
    min-width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    z-index: 2;
    background: #b33322;
    background: -webkit-gradient(linear, left top, left bottom, from(#b33322), to(#6b1305));
    background: -webkit-linear-gradient(top, #b33322, #6b1305);
    background: -moz-linear-gradient(top, #b33322, #6b1305);
    background: -ms-linear-gradient(top, #b33322, #6b1305);
    background: -o-linear-gradient(top, #b33322, #6b1305);
    -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    z-index: 10;
}
.ribbon-front,
.ribbon-front-left,
.ribbon-front-right {
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}
.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0;
    width:0;
}
.ribbon-edge-topleft,
.ribbon-edge-topright {
}
.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
    left: 0;
    border-color: transparent #4a0505 transparent transparent;
}
.ribbon-edge-topright,
.ribbon-edge-bottomright {
    right: 0;
    border-color: transparent transparent transparent #4a0505;
}

.small-ribbon-wrapper.down .ribbon-edge-topleft,
.small-ribbon-wrapper.down .ribbon-edge-bottomleft,
.small-ribbon-wrapper.up .ribbon-edge-topleft,
.small-ribbon-wrapper.up .ribbon-edge-bottomleft {
    left: 10px;/*small*/
    border-color: transparent #4a0505 transparent transparent;
}

.small-ribbon-wrapper.down .ribbon-edge-bottomleft {
    border-width: 0 10px 0 0;
}

.small-ribbon-wrapper.down .ribbon-edge-topleft {
    top: -5px;
    border-width: 5px 10px 0 0;
}

.small-ribbon-wrapper.down .ribbon-edge-topright {
    top: -5px;
    border-width: 5px 0 0 10px;
}
.small-ribbon-wrapper.down .ribbon-edge-bottomright {
    border-width: 0 0 0 10px;
}

.small-ribbon-wrapper.down .ribbon-back-left,
.small-ribbon-wrapper.down .ribbon-back-right {
    position: absolute;
    top: -5px;
    border: 20px solid #751202;
    z-index: 0;
}
.small-ribbon-wrapper.up .ribbon-edge-bottomleft,
.small-ribbon-wrapper.up .ribbon-edge-bottomright {
    bottom: -5px;
}
.small-ribbon-wrapper.up .ribbon-edge-topleft {
    top: 0;
    border-width: 0px 10px 0 0;
}
.small-ribbon-wrapper.up .ribbon-edge-bottomleft {
    border-width: 0 10px 5px 0;
}

.small-ribbon-wrapper.up .ribbon-edge-topright,
.small-ribbon-wrapper.up .ribbon-edge-bottomright {
    right: 10px;/*small*/
    border-color: transparent transparent transparent #4a0505;
}

.small-ribbon-wrapper.up .ribbon-edge-topright {
    top: 0;
    border-width: 0 0 0 10px;
}
.small-ribbon-wrapper.up .ribbon-edge-bottomright {
    border-width: 0 0 5px 10px;
}

.small-ribbon-wrapper.up .ribbon-back-left,
.small-ribbon-wrapper.up .ribbon-back-right {
    position: absolute;
    bottom: -5px;
    border: 15px solid #751202;/*small*/
    z-index: 0;
}
.small-ribbon-wrapper.down .ribbon-back-left,
.small-ribbon-wrapper.up .ribbon-back-left {
    left: -11px;  /*small*/
    border-left: 15px solid transparent;/*small*/
    -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
    box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
}
.small-ribbon-wrapper.up .ribbon-back-right,
.small-ribbon-wrapper.down .ribbon-back-right {
    right: -11px;  /*small*/
    border-right: 15px solid transparent;
    -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
}
/* Quad Boxes
-------------------------------------------------- */
.qb-box{
    margin: 10px auto;
}

.qb-top > .right,
.qb-top > .left,
.qb-btm > .right,
.qb-btm > .left {
    height: 55px;
    width: 55px;
}
.qb-top > .center,
.qb-btm > .center{
    height: 55px;
    margin-left:55px;
    margin-right:55px;
}
.qb-top > .left,
.qb-btm > .left{
    float: left;
    margin-right: -55px;
}
.qb-top > .right,
.qb-btm > .right{
    float: right;
    margin-left: -55px;
}
.qb-top,
.qb-btm{
    position: relative;
    height:55px;
}
.qb-top{
    z-index: 15;
    margin-bottom: -34px;
}
.qb-top > .center{
    background: url('../img/body/box-top1.png') top repeat-x;
}
.qb-top > .left{
    background: url('../img/body/box-top-left1.png') no-repeat;
}
.qb-top > .right{
    background: url('../img/body/box-top-right1.png') no-repeat;
}
.qb-content{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.qb{
    position: relative;
    min-height: 140px;
}
.qb > .left{
    position: absolute;
    z-index: 10;
    width: 55px;
    height: 100%;

    background: url('../img/body/box-left1.png') top left repeat-y;
}
.qb > .right{
    position: absolute;
    z-index: 10;
    right: 0;
    width: 55px;
    height: 100%;
    background: url('../img/body/box-right1.png') top right repeat-y;
}
.qb > .qb-content img{
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.qb > .qb-content img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    overflow: hidden;
    position: relative;
}
.qb-btm{
    z-index: 15;
    margin-top: -34px;
}

.qb-btm > .center{
    background: url('../img/body/box-btm1.png') bottom repeat-x;
}
.qb-btm > .left{
    background: url('../img/body/box-btm-left1.png') no-repeat;
}
.qb-btm > .right{
    background: url('../img/body/box-btm-right1.png') no-repeat;
}

#flag-img{
    background: url('../img/content/16th/flags-over-st-augustine.jpg');
}

#crew-stage{
    /*    height:349px;more 1200
        height:280px;1189px
        height:215px;916px
        height:287px;767px*/
}

#crew-logo{
    /*height: 189px; > 1200*/
    /*height: 154px; 1159*/
    /*height: 116px; 954*/
    /*height:286px;*/}


/* Form on events page
-------------------------------------------------- */
.form-horizontal .control-group {
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    padding-top: 8px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(214, 146, 26, 0.58);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 144, 15, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 144, 15, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 144, 15, 0.6);
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 14px;
    color: #010101;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
*/
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/

}
.datepicker:before {
    content: '';
    display: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker:after {
    content: '';
    display: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #b33322;
    background-image: -moz-linear-gradient(top, #b33322, #6b1305);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b33322), to(#6b1305));
    background-image: -webkit-linear-gradient(top, #b33322, #6b1305);
    background-image: -o-linear-gradient(top, #b33322, #6b1305);
    background-image: linear-gradient(to bottom, #b33322, #6b1305);
    background-repeat: repeat-x;
    border-color: #6b1305 #6b1305 #4a0505;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
th{ font-weight: normal}
.datepicker.dropdown-menu{
    background: white;
    margin-top: 0;
}
/* New Callout Style
-------------------------------------------------- */
.callout{
    background: #7a0605;
    position: relative;
}
.callout-container{
    padding: 5px 15px 21px;
}
.callout-container h4{
    font-size: 24px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
    color: #f0c466;
}
.callout-container p{
    font: italic 16px/18px 'Libre Baskerville', Times New Roman, serif;
    color: #e9e9e9;
}
.callout-container h4,
.callout-container p{
    padding: 10px 0;
    margin: 0;
    text-shadow: 0px 1px 1px #C94432, 0px -1px 0px #600B00;
}

.callout-container hr{
    margin: 0;
    border-top: 0;
    border-bottom: 2px dashed #530C00;
}
/* Concert Styles
-------------------------------------------------- */
body,#wrap.darkwood{
    background:url('../img/concerts/bg-darkwood.jpg') repeat;
}
.banner-parallax{
    position:relative;
    height: 650px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.banner-cta{
    position:absolute;
    height:100%;
    width:100%;
}
.banner-cta>.container{height:100%;}
.banner-parallax .overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: transparent;
    background: -webkit-linear-gradient(135deg, rgba(52,73,94,0.35) 0%, rgba(204,96,85,0.35) 100%);
    background: linear-gradient(-45deg, rgba(52,73,94,0.35) 0%,rgba(204,96,85,0.35) 100%)
}

.platform{
    background:url('../img/concerts/wood-divider.jpg') repeat-x;
    height:13px;
    width: 100%;
}
.concerts{
    padding:50px 0;
}
.concert-sidebar{
    text-align: center;
}
.concert-sidebar h3{
    color: #fff;
    text-shadow: 0 1px 1px #010101;
}
.concert-calendar-headline{
  text-align: center;
  margin:0 auto 30px;
}
.concert-calendar-headline h1{
  text-transform: uppercase;
    color: #f5e8da;
    text-shadow: -1px -1px 1px #2E1006, -1px -1px 4px #2E1006, 0 0 10px #000;
}
/*.concert-sidebar .wood-plank-headers{*/
.concerts .wood-plank-headers{
    background: url('../img/wood-board.png') repeat-x;
    width: 100%;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5),0 -1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5),0 -1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5),0 -1px 10px rgba(0, 0, 0, 0.3);
}
/*.concert-sidebar .wood-plank{*/
.concerts .wood-plank{
    height: 98px;
}
/*.concert-sidebar .wood-plank-headers{*/
.concerts .wood-plank-headers{
    text-align: center;
    padding: 10px 0;
}
/*.concert-sidebar .wood-plank-headers h2{*/
.concerts .wood-plank-headers h2{
    font: 28px/30px 'IM Fell English', Times New Roman, serif;
    color: #f5e8da;
    text-shadow: -1px -1px 1px #2E1006, -1px -1px 4px #2E1006, 0 0 10px #000;
    margin: 5px 0;
}
/*.concert-sidebar .parchment{*/
.concerts .parchment{
    width:340px;
    height: 100%;
    margin: 0 auto;
}
/*.concert-sidebar .parchment .parchment-body{*/
.concerts .parchment .parchment-body{
    width: 100%;
    background: url('../img/parchment-body.png') top center repeat-y;
    height: auto;
    padding: 10px 0;
    color: #32200f;
    text-shadow: 0px 0px 1px rgba(170, 98, 19, 0.41), 0 0 14px rgba(228, 133, 46, 0.41);
}
.concerts .parchment .parchment-body dl,
.concerts .parchment .parchment-body dl dt,
.concerts .parchment .parchment-body dl dd{
  margin-left:0;
}
/*.concert-sidebar .parchment .parchment-body dl {*/
.concerts .parchment .parchment-body dl {
    padding: 0 20px;
    text-align: center;
}
/*.concert-sidebar .parchment .parchment-body dl dt{*/
.concerts .parchment .parchment-body dl dt{
    /*font: 28px/40px 'IM Fell English', Times New Roman, serif;*/
    font: 40px/46px 'IM Fell English', Times New Roman, serif;
    font-weight:bold;
    /*color: #421808;
    text-shadow: 0px -1px 2px #555454, 0px 0px 24px #924214;*/
}
/*.concert-sidebar .parchment .parchment-body dl dd{*/
.concerts .parchment .parchment-body dl dd{
    line-height:26px;
}
/*.concert-sidebar .parchment .parchment-body dl dd.more-info a{*/
.concerts .parchment .parchment-body dl dd.more-info a,
.concerts .parchment .parchment-body dl dd.showtime {
    font: italic 16px/36px 'Libre Baskerville', Times New Roman, serif;
    padding-bottom: 20px;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
    text-shadow: 0px 1px 1px #C94432;
    color: #b00000;
    text-align:right;
    text-decoration: none;
}
.concerts .parchment .parchment-body dl dd.showtime{
    margin: 20px auto 0;
    text-align: center;
}

/*.concert-sidebar .parchment .parchment-body dl dd.more-info a:hover,
.concert-sidebar .parchment .parchment-body dl dd.more-info a:focus{*/
.concerts .parchment .parchment-body dl dd.more-info a:hover,
.concerts .parchment .parchment-body dl dd.more-info a:focus{
    text-decoration: underline;
}
/*.concert-sidebar .parchment-bottom{*/
.concerts .parchment-bottom{
    width: 100%;
    height: 59px;
    background: url('../img/parchment-bottom.png') center center no-repeat;
    margin: -5px auto 20px;
}




/*masonry styles*/
.concert-blocks {
    list-style: none;
    margin:0 auto;
    padding:0;
}
.concert-blocks li {
    display: inline-block;
    overflow: hidden;
    /*width: 280px;*/
    width: 360px;
    margin:10px;
    text-align: left;
    vertical-align: top;
    opacity: 0;
    min-height:365px;
}

.concert-blocks li .thumbnail{
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    border:none;
    padding:0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.concert-blocks li .thumbnail:hover{
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.concert-blocks li .thumbnail .thumbnail-image{
    position: relative;
}
.concert-blocks li .thumbnail .thumbnail-image img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.concert-blocks li .thumbnail .caption{
    text-align: center;
    padding:0 10px 10px;
    min-height:96px;
}
.concert-blocks li.animate,
.concert-blocks li.shown {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp .65s ease forwards;
    -moz-animation: moveUp .65s ease forwards;
    -ms-animation: moveUp .65s ease forwards;
    -o-animation: moveUp .65s ease forwards;
    animation: moveUp .65s ease forwards;
}

@-webkit-keyframes moveUp{to{-webkit-transform:translateY(0);opacity:1;}}
@-moz-keyframes moveUp{to{-moz-transform:translateY(0);opacity:1}}
@-ms-keyframes moveUp{to{-ms-transform:translateY(0);opacity:1}}
@-o-keyframes moveUp{to{-o-transform: translateY(0);opacity:1}}
@keyframes moveUp {to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}

@media (max-width: 480px) {
  .banner-parallax{
    height:0px;
  }
  .concert-blocks li{
    width: 100%;
    margin: 10px auto;
  }
  .concert-blocks li .parchment {
    width: 100%;
  }
}


/* Responsive Styles
-------------------------------------------------- */
@media (max-width: 767px){
    body {
        padding-right: 0;
        padding-left: 0;
    }
    header .logo{
        float: none;
    }
    /*push content down when stacked*/
    .content .row [class*="span"]{
        margin-bottom: 10px;
    }
    .roundel-list{
        margin:auto;
    }
    .leather-sidebar {
        padding-top: 0px;
        min-height: 100px;
    }
    .leather-sidebar .strap {
        display: none;
    }
    .leather-sidebar ul.social li {
        float: left;
    }
    .content-box-header, .content-box-intro, .content-box-body, .ribbon-wrapper {
        margin: 0;
    }
    .ribbon-wrapper.up .ribbon-back-right, .ribbon-wrapper.down .ribbon-back-right {
        right: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0;
        margin-left: 0;
    }
    #homeCarousel.carousel .item,
    #homeCarousel.carousel img {
        height: 300px;
    }
    #homeCarousel.carousel .carousel-caption {
        line-height: 1;


    }
    #homeCarousel.carousel .carousel-caption h1 {
        font-size: 28px;
    }
    #homeCarousel .carousel-caption h1,
    #homeCarousel .carousel-caption .lead {
        line-height: 1.15;
    }
    #homeCarousel.carousel .carousel-caption.first-caption{
        margin: 80px 30px 0;
        text-align: right;
    }
    #homeCarousel.carousel .carousel-caption.second-caption{
        margin: 140px 30px 0;
    }
    #homeCarousel.carousel .carousel-caption.third-caption {
        margin: 100px 30px 0;
        text-align: right;
    }

    #homeCarousel.carousel .carousel-caption.fourth-caption {
        margin: 140px 30px 0;
    }
    #homeCarousel .carousel-caption .btn {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .horiz-parch{
        height: 651px;
    }
    .content {
        padding: 10px;
    }
    .horiz-parch .horiz-parch-left,.horiz-parch .horiz-parch-right {
        display: none !important;
    }
    .horiz-parch-center{
        height: 100%;
        margin: 0;
        padding: 30px 20px 0;
    }
    .navbar-static-top {
        margin-top: 50px;
    }
    header .logo p.tagline{
        font-size: 16px;
    }
    header .top-banner{
        display: none;
    }
    .navbar .navbar-inner{
        padding-right: 0;
        padding-left: 0;
    }

    #homeCarousel.carousel .carousel-caption {
        height: 100%;
        position: relative;
        line-height: 1;
        margin: 0;
    }
    #homeCarousel.carousel .carousel-caption.first-caption,
    #homeCarousel.carousel .carousel-caption.second-caption,
    #homeCarousel.carousel .carousel-caption.third-caption {
        margin: 0;
        margin-top: 5px;
        text-align: right;
    }
    #homeCarousel.carousel .carousel-caption.fourth-caption{
        margin: 0;
        margin-top: 5px;
        text-align: left;
    }

    #homeCarousel.carousel .item,
    #homeCarousel.carousel img {
        width: 100%;
        height: 175px !important;
    }
    #homeCarousel.carousel .carousel-caption h1 {
        font-size: 26px;
    }
    #homeCarousel.carousel .carousel-caption p.lead {
        display: none;
    }
    #homeCarousel.carousel .carousel-caption a.btn {
        position: absolute;
        bottom: 10px;
    }
    #homeCarousel.carousel .carousel-caption.first-caption a.btn,
    #homeCarousel.carousel .carousel-caption.second-caption a.btn,
    #homeCarousel.carousel .carousel-caption.third-caption a.btn{
        right: 20px;
    }
    #homeCarousel.carousel .carousel-caption.fourth-caption a.btn{
        left: 20px;
    }
}
@media (max-width: 979px) and (min-width: 768px){
    .container {
        width: 724px;
    }
    .ribbon-wrapper.down .ribbon-back-left, .ribbon-wrapper.up .ribbon-back-left {
        left: -12px;
    }
    .ribbon-wrapper.up .ribbon-back-right, .ribbon-wrapper.down .ribbon-back-right {
        right: -12px;
    }
    .ribbon-wrapper {
        position: relative;
        margin: 0 -5px;
    }
    .navbar-static-top .navbar-inner {
        margin-left: 0;
        margin-right: 0;
    }
    #homeCarousel.carousel .item {
        height: 360px;
    }
    #homeCarousel.carousel img {
        width: auto;
        height: 360px;
    }
    #homeCarousel .carousel-caption {
        margin-top: 175px;
    }
    .call-out{
        width: 166px;
    }
    .callout-container h4 span.larger{
        font-size: 100%;
    }
    .leather-sidebar .strap{
        width: 120px;
    }
}

@media (max-width: 979px){
    .navbar .navbar-inner{
        padding-right: 0;
        padding-left: 0;
    }
    #flagCarousel.carousel .item {
        height: 750px;
    }
    header .logo{
        margin: 10px auto -57px;
        text-align: center;
        position: relative;
    }
    .navbar-static-top {
        margin-bottom: 0;
    }
    .navbar .btn-navbar {
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #7c1100;
        background-image: -moz-linear-gradient(top, #781708, #7c1100);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#781708), to(#7c1100));
        background-image: -webkit-linear-gradient(top, #781708, #7c1100);
        background-image: -o-linear-gradient(top, #781708, #7c1100);
        background-image: linear-gradient(to bottom, #781708, #7c1100);
        background-repeat: repeat-x;
        border-color: #6b1305;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#781708', endColorstr='#7c1100', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active,
    .navbar .btn-navbar.disabled,
    .navbar .btn-navbar[disabled] {
        background-color: #7c1100;
    }

    .navbar .navbar-inner .nav > li > a,
    .nav-collapse .dropdown-menu a {
        font-weight: normal;
        text-shadow: 0px 1px 1px #C94432, 0px -1px 0px #600B00;
        color: #f5f5f5;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .navbar .navbar-inner .nav > li > a:hover,
    .navbar .navbar-inner .nav > li > a:focus,
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .nav > li > a:focus {
        background:#942816;

    }
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus{
        background-color: transparent;
    }
    .nav-collapse .nav {
        padding-top: 10px;
        border-top: 1px solid #921500;
        border-bottom: 1px solid #640E00;
        -webkit-box-shadow: inset 0 3px 10px #6b1305;
        -moz-box-shadow: inset 0 3px 10px #6b1305;
        box-shadow: inset 0 3px 10px #6b1305;
        background-color: #7c1100;
        background-image: -moz-linear-gradient(top, #781708, #7c1100);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#781708), to(#7c1100));
        background-image: -webkit-linear-gradient(top, #781708, #7c1100);
        background-image: -o-linear-gradient(top, #781708, #7c1100);
        background-image: linear-gradient(to bottom, #781708, #7c1100);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#781708', endColorstr='#7c1100', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .contact-hours{
        padding-left: 0;
    }
    .contact-social{
        float: left;
    }
}
@media (min-width: 768px){
    .call-out{
        position: absolute;
    }
}

@media (min-width: 980px) {
    .countdown{
        position: absolute;
        margin-top: -15px;
        margin-left: -70px;
    }
    .blackbox .map{
        margin: -21px auto;
    }
    .fixed-quad-box {
        margin: 5px auto;
    }
    .navbar .navbar-inner .nav > li > a{
        font-size: 22px;
        line-height: 1;
        padding: 13px 10px 13px;
    }
    .dropdown-menu {
        border-top: 0;
        padding-top: 15px;
        margin-top: 4px;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        background-color: #b33322;
        background-image: -moz-linear-gradient(top, #6b1305, #b33322);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b1305), to(#b33322));
        background-image: -webkit-linear-gradient(top, #6b1305, #b33322);
        background-image: -o-linear-gradient(top, #6b1305, #b33322);
        background-image: linear-gradient(to bottom, #6b1305, #b33322);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b1305', endColorstr='#b33322', GradientType=0);
        -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5),rgba(0,0,0,0.3) 0 4px 8px;
        -moz-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5),rgba(0,0,0,0.3) 0 4px 8px;
        box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5),rgba(0,0,0,0.3) 0 4px 8px;
    }
    .navbar .nav > li > .dropdown-menu::before,
    .navbar .nav > li > .dropdown-menu::after {
        display: none;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .navbar{
        margin-top: 170px;
    }
    .call-out{
        width: 220px;
    }
    .callout {
        min-height: 277px;
    }
    .leather-sidebar .strap{
        width: 155px;
    }
}
@media (min-width: 1200px){
    .navbar{
        margin-top: 104px;
    }
    .navbar .navbar-inner .nav {
        right: 0;
        float: right;
        margin-right: 0;
    }
    header .logo{
        margin-top: 50px;
    }
    .push-down-35px{
        margin-top: 35px;
    }
    .push-down-20px{
        margin-top: 20px;
    }
    .push-down-50px{
        margin-top: 50px;
    }
    .push-down-70px{
        margin-top: 70px;
    }
    .push-down-135px{
        margin-top: 135px;
    }
    .call-out{
        width: 270px;
    }
    .callout {
        min-height: 308px;
    }
    ul.wax-social{
        padding: 0;
    }
}
@media (max-width:767px){.modal-gallery .btn span{display:none;} .modal-fullscreen{right:0;left:0;}}
