html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body { 
    margin: 0;
    color: #000;
    background: #fff;
    font: 12px/14px Arial, Helvetica, sans-serif;
    min-width: 320px;
    overflow-y: scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
    height:100%;
}
* {max-height: 100000px;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

img {
    border-style: none;
    vertical-align: top;
}

a {
    text-decoration: none;
    color:#000;
}
a:hover{color:#981c20;}

input,
textarea,
select {
    font: 100% Arial, Helvetica, sans-serif;
    color: #000;
    vertical-align: middle;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
    *overflow: visible; 
}

input[type="submit"]:hover,
button:hover {
    cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    margin: 0;
    padding: 4px 7px;
    border: 1px solid #000;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: $base-font-family;
    line-height: 1.2em;
    margin: 0 0 1.2em;
}

p {
    margin: 0 0 1.2em;  
}

q {
    quotes: none;
    &:before, &:after {
        content: '';
        content: none;
    }
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
#wrapper{
    position: relative;
    overflow: hidden;
    padding-bottom: 38px;
    min-height: 100%;
}
#wrapper:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 38px;
    background:#981c20;
}
#wrapper:after{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38px;
    background:#981c20;
}
#header{
    max-width: 1003px;
    margin:0 auto;
    padding:50px 15px;
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #868686;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#header:after{
    content:'';
    display: block;
    clear: both;
}
.logo{
    float: left;
    width: 108px;
    height: 108px;
    margin-top: -28px;
}
.logo a{
    display: block;
    height: 100%;
}
.header-r{
    float: right;
    width: 80%;
    text-align: right;
}
.cart{
   display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color:#000;
    background:#f7f1f1;
    padding:3px 3px 3px 24px;
    position: relative;
    margin-bottom: 8px;
}
.cart:hover{color:#981c20;}
.cart:before{
    content:'';
    background:url(../images/sprite.png) no-repeat -58px 0;
    width: 22px;
    height: 18px;
    position: absolute;
    left:0;
    top: 0;
}
.contact{margin-bottom: 8px;}
.phone{
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color:#000;
    position: relative;
    padding-left: 16px;
    margin-right: 6px;
}
.phone:before{
    content:'';
    background:url(../images/sprite.png) no-repeat 0 0;
    width: 17px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -4px;
}
.mail{
     display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color:#000;
    position: relative;
    padding-left: 24px;
}
.mail:before{
    content:'';
    background:url(../images/sprite.png) no-repeat -25px 0;
    width: 24px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -4px;
}
/* placeholder input styles */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #c5c4c4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c5c4c4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c5c4c4;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c5c4c4;
}
#nav{
    display: inline-block;
    margin:8px 16px 0 0;
}
#nav ul{
    margin:0;
    padding:0;
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
#nav ul li{
    display: inline-block;
    position: relative;
}
#nav ul li+li:before{
    content:"|";
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    color:#000;
    padding:0 14px;
}
.search-form{
    float:right;
    width: 190px;
    height: 30px;
    padding:2px;
}
.search-form .input-wrap{
    border:1px solid #000;
    overflow: hidden;
}
.search-form input[type="text"]{
    border:none;
    outline: none;
    font-size: 14px;
    line-height: 18px;
    color:#c5c4c4;
    width: 85%;
    float: left;
}
.search-form input[type="submit"]{
    background:url(../images/sprite.png) no-repeat -90px -1px;
    width: 22px;
    height: 18px;
    border:none;
    outline:none;
    padding:0;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    margin:4px 5px 0 0;
}
div.carousel {
    position: relative;
    max-width: 1003px;
    margin:0 auto 30px;
}
div.carousel div.mask {
    position: relative;
    overflow: hidden;
    margin-bottom: 11px;
}
div.carousel div.mask div.slideset {
    width: 99999px;
    float: left;
}
div.carousel div.mask div.slide {
    float: left;
    position: relative;
}
div.carousel img{
    width: 100%;
    height: auto;
}
div.carousel .btn-next{
    background:url(../images/sprite.png) no-repeat -215px -3px;
    width: 53px;
    height: 53px;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -26px;
    text-indent: -9999px;
    overflow: hidden;
}
div.carousel .btn-next:hover{
    background-position: -351px -3px;
}
div.carousel .btn-prev{
    background:url(../images/sprite.png) no-repeat -147px -3px;
    width: 53px;
    height: 53px;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -26px;
    text-indent: -9999px;
    overflow: hidden;
}
div.carousel .btn-prev:hover{
    background-position: -287px -3px;
}
div.slide .caption{
    position: absolute;
    bottom:13px;
    width: 23%;
    background:rgba(84, 74, 65, 0.9);
    padding:18px;
    font:italic 15px/19px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color:#fff;
}
.evencaption{
	right:13px !important;
}
.oddcaption{
	left:13px !important;
}
div.slide .caption p{margin: 0;}
div.carousel .pagination{
   margin:0;
   padding:0;
   list-style: none;
   text-align: center;
   letter-spacing: -4px;
}
div.carousel .pagination ul{
    margin: 0;
    padding:0;
    list-style: none;
}
div.carousel .pagination li{
    width: 10px;
    height: 10px;
    display: inline-block;
    letter-spacing: 0;
    margin:0 6px;
}
div.carousel .pagination li a{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background:#fff;
    border:1px solid #ddd;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
div.carousel .pagination li.active a,
div.carousel .pagination li a:hover{
  border-color:#981c20;
  background:#981c20;
}
.gallery{
    max-width: 1003px;
    margin:0 auto 42px;
}
.gallery ul{
    margin:0 -4px;
    padding:0;
    letter-spacing: -4px;
    list-style: none;
}
.gallery ul li{
    padding:0 4px;
    display: inline-block;
    letter-spacing: 0;
    width: 20%;
}
.gallery ul li .list-holder{
    position: relative;
}
.gallery ul img{
    width: 100%;
    height: auto;
}
.gallery ul a{
   position: relative;
   display: block;
   height: 100%;
   vertical-align: middle;
    
}
/*.gallery ul a:hover:before{
    content:"";
    background:rgba(152, 29, 32, 0.5);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}*/
.gallery .caption{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.gallery .caption .holder{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.gallery .caption .frame{
    display: table-cell;
    vertical-align: center;
    text-align: center;
}
.gallery .caption  strong{
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 32px;
    color:#fff;
    background:rgba(94, 87, 76, 0.8);
    border:solid #fff;
    border-width: 2px 0;
    font-weight: normal;
    padding:2px 5px;
    text-align: center;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}
.gallery .caption strong:hover{
    padding-left: 0px;
    color: #EA5A5E;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
  
}
#footer{
    overflow: hidden;
    max-width: 1003px;
    margin:0 auto;
    padding:10px 15px 10px;
    border-top: 2px solid #868686;
}
.footer-l{
    float: left;
    max-width: 80%;
}
.footer-nav{
    display: block;
    margin-bottom: 15px;
}
.footer-l .fb{
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}
.footer-l .by,
.footer-l .copyright{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.footer-l .fb a.facebook{
    text-align:left;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    background:url(../images/sprite.png) no-repeat -126px -3px;
    width: 6px;
    height: 15px;
}
.footer-nav ul{
    margin:0;
    padding:0;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.footer-nav ul li{
    display: inline-block;
    position: relative;
}
.footer-nav ul li+li:before{
    content:"|";
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    color:#000;
    padding:0 14px;
}
#shoppingcart{
	box-shadow: 0px 1px 3px rgb(134, 134, 134);
	-webkit-box-shadow:0px 1px 3px rgb(134, 134, 134);
	-moz-box-shadow:0px 1px 3px rgb(134, 134, 134);
}

.brands{
    float: right;
    text-align: right;
}
.brands strong{
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px;
}
.brands ul{
    margin:0 0 10px;
    padding:0;
    list-style: none;
}
.brands ul li:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.brands ul li{
    margin-top: 2px;
    padding-top: 2px;
    border-top: 1px solid #868686;
}
.open-close .opener{
    display: none;
}
.open-close .js-slide-hidden{
    position: static !important;
}
.page-intro{
    max-width: 1003px;
    margin:0 auto 38px;
    overflow: hidden;
    padding:0;
    z-index: 1;
}
.topic{
    float: left;
    display: table;
    width: 38.8%;
    height: 100%;
}
.topic .image-holder{
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width:46%;
}
.topic .description{
    display: table-cell;
    vertical-align: bottom;
    width: 56%;
   color:#fff;
    font:italic 12px/14px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.topic .description .holder{
    background:#655c54;
    padding:10px;
}
.topic .description  strong{
    font-size: 16px;
    line-height: 18px;
}
.topic .description p{margin: 0; font-size: 0.9rem; line-height: 1.2rem;}
.topic .image-holder .caption{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.topic .image-holder .caption .holder{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.topic .image-holder .caption .frame{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.topic .image-holder img{
    width: 100%;
    height: auto;
}
.topic .image-holder .caption  strong{
    display: block;
    font-size: 28px;
    line-height: 32px;
    color:#fff;
    background:rgba(94, 87, 76, 0.8);
    border:solid #fff;
    border-width: 2px 0;
    font-weight: normal;
    padding:2px 0;
}
.page-intro .topic-list{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 60.1%;
    letter-spacing: -4px;
    text-align: right;

}
.page-intro .topic-list li{
   display: inline-block;
   letter-spacing: 0;
   margin:0 2px 5px;
   width: 24%;
}
.page-intro .topic-list li a{
    position: relative;
    display: block;
}
.page-intro .topic-list li a:after{
    content:'';
    background:rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.page-intro .topic-list .image-holder{
    position: relative;
}
.topic-list .image-holder .caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.topic-list .column{
    width: 50%;
    float: left;
}
.topic-list .image-holder .caption .holder{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.topic-list .image-holder .caption .frame{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.topic-list .image-holder img{
    width: 100%;
    height: auto;
}
.topic-list .image-holder .caption  strong{
    display: block;
    font-size: 20px;
    line-height: 22px;
    color:#fff;
    background:rgba(94, 87, 76, 0.8);
    border:solid #fff;
    border-width: 2px 0;
    font-weight: normal;
    padding:2px 0;
}
div.carousel1 {
    position: relative;
    max-width: 1003px;
    margin:0 auto;
}
div.carousel1 div.mask1 {
    position: relative;
    /* overflow: hidden; */
}
div.carousel1 div.mask1 div.slideset1 {
    float: left;
    width: 100%;
}
div.carousel1 div.mask1 div.slide1 {
    float: left;
    width: 100%;
}
div.carousel1 div.mask1 div.slide1.active {
    z-index: 1;
}
div.carousel1 .pagination1{
   margin:0;
   padding:0;
   list-style: none;
   text-align: center;
   letter-spacing: -4px;
}
div.carousel1 .pagination1 ul{
    margin: 0;
    padding:10px 0;
    list-style: none;
}
div.carousel1 .pagination1 li{
    width: 10px;
    height: 10px;
    display: inline-block;
    letter-spacing: 0;
    margin:0 6px;
}
div.carousel1 .pagination1 li a{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background:#fff;
    border:1px solid #ddd;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
div.carousel1 .pagination1 li.active a,
div.carousel1 .pagination1 li a:hover{
  border-color:#981c20;
  background:#981c20;
}
.image-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -4px;
    text-align: center;
}
.image-container ul {margin:0 -7px;}
.image-container ul li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding:0 7px 7px;
    text-align: left;
}
.image-container .container{
    position: relative;
}
.container .btn-cart{
    border:none;
    padding: 0 10px;
    font-size: .9rem;
    vertical-align: middle;
    line-height: 1.9;
    background: rgba(152, 29, 32,.8);
    color: #eee;
    height: 25px;
    position: absolute;
    right: 0;
    bottom:0;
    overflow: hidden;
    z-index: 3;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.container .btn-cart:hover{
   background: rgba(152, 29, 32,.9);
   color: white;    
}

.image-container .container .price{
    background:rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding:5px;
    font-size: 12px;
    line-height: 14px;
    color:#fff;
    z-index: 1;
}
.container {
position:relative;
overflow:hidden;
}
.container .textbox {
    width: 100%;
    height:120px;
    position:absolute;
    bottom:0;
    left:0;
    margin-bottom:-120px;
    background-color: rgba(0,0,0,0.75);
    padding:12px 5px;
   font-size:12px;
   line-height: 14px;
   color:#fff;
}
.container:hover .textbox {
    margin-bottom:0;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.container .detail{
    padding-bottom: 30px;
}
.container .detail .title{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}
.textbox dl{}
.textbox dt{
    margin:0 0 3px;
    float: left;
    width: 35%;
}
.textbox dd{
    margin:0 0 3px;
    float: left;
    width: 60%;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}
.lightbox {
    max-width: 990px;  
}
.content-holder .image-holder{
    float: left;
    width:60%;
}
.content-holder .image-holder img{
    width: 100%;
    height: auto;
}
.content-holder .detail{
    float: right;
    width: 38%;
    color:#fff;
    font-size: 16px;
    line-height: 18px;
}
.content-holder .detail .title{
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
}
.content-holder .detail dl{}
.content-holder .detail dt{
    margin:0 0 8px;
    float: left;
    width: 35%;
}
.content-holder .detail dd{
    margin:0 0 8px;
    float: left;
    width: 60%;
}
.content-holder .detail .btn-book{
  border:none;
    padding: 1.2rem;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1.9;
    background: rgba(152, 29, 32,.8);
    color: #eee;
    height: 25px;
    overflow: hidden;
    z-index: 3;
    cursor: pointer;
    line-height: 3rem;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.content-holder .detail .btn-book i{
    color: #fff;
    }
.content-holder .detail .btn-cart{
    border:none;
    padding: 1.2rem ;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1.9;
    background: rgba(152, 29, 32,.8);
    color: #eee;
    height: 25px;
    overflow: hidden;
    z-index: 3;
    line-height: 3rem;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.bookNow,.toCart{
    float: none;
    font-size: 1rem;
    margin-top: .7rem !important;
    width: 50% !important;
}


#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../images/fancybox/fancybox.png);
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap {
    position: absolute;
    width:auto !important;
    max-width: 995px;
    top: 0;
    left: 0;
    padding: 20px; /* should be 20px */
    z-index: 1101;
    outline: none;
    display: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    padding:15px;
}
#fancybox-content {
    width: auto !important;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff; /* border-width should be zero */
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url(../images/fancybox/fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}
#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url(../images/fancybox/blank.gif);
    z-index: 1102;
    display: none;
}
#fancybox-left {
    left: 0px;
}
#fancybox-right {
    right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}
#fancybox-left-ico {
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(../images/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -162px;
}
#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(../images/fancybox/fancybox-y.png);
    background-position: -20px 0px;
}
#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -182px; 
}
#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(../images/fancybox/fancybox-x.png);
    background-position: 0px -20px;
}
#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -142px;
}
#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(../images/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -122px;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}
.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}
.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}
#fancybox-title-over {
    padding: 10px;
    background-image: url(../images/fancybox/fancy_title_over.png);
    display: block;
}
.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}
#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}
#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}
#main{
   margin-bottom: 20px;
}
#main:after{
    content:'';
    display: block;
    clear: both;
}
.content-block{
    padding:25px 10px 30px;
    margin-top:45px;
     max-width: 780px;
    margin: 0 auto;
}
.content-block .holder{
    max-width: 780px;
    margin: 0 auto;
}
.content-block h1{
    margin:0 0 17px;
    font: 36px/40px Arial, Helvetica, sans-serif;
    color:#231f20;
    letter-spacing: -1px;
}
.accordion{
    margin: 0;
    padding: 0;
    list-style: none;
    font:16px/27px Arial, Helvetica, sans-serif;
    color:#231f20;
}
.accordion p{margin-bottom: 40px;}
.accordion li.active .faq-opener{
    padding: 0;
    display: inline-block;
}
.accordion li.active .faq-opener:after{content:none;}
.accordion li{
    border:1px solid #8a8886;
    border-radius: 20px;
    position: relative;
    margin-bottom: 10px;
}
.accordion li.active{padding:16px;}
.accordion li a{
    padding:16px;
}
.accordion li .faq-slide{padding:20px 0;}
.accordion li .faq-opener{
    font:30px/40px 'quicksandregular', Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    letter-spacing: -1px;
    text-transform: uppercase;
    color:#981c20;
}
.accordion li .faq-opener:hover{
    color:#000;
    text-decoration: none;
}
.accordion li .faq-opener:hover:after{border-top: 15px solid #000;}
.accordion li .faq-opener:after{
    content:'';
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top:18px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #981c20;
    margin-top: -9px;
}
.accordion li .btn-close.faq-opener{
    float: right;
    font-size: 16px;
    line-height: 18px;
    margin-right: 15px;
    padding-right: 42px;
}
.accordion li .btn-close.faq-opener:after {
    border-bottom: 15px solid #981c20;
    margin:0 0 0 11px;
    border-top:none;
    content:'';
    right: 0;
    top: 0;
}
.accordion li .btn-close.faq-opener:hover:after {
    border-bottom: 15px solid #000;
}
.download{
    margin: 0;
    padding: 0;
    list-style: none;
    font:26px/28px Arial, Helvetica, sans-serif;
    color:#231f20;
}
.download{
    margin-bottom: 40px;
    border:1px solid #8a8886;
    border-radius: 20px;
}
.download li{
    margin: 0 16px;
    position: relative;
    padding:16px 0;
    border-top: 1px solid #000;
}
.download li:first-child{border-top: none;}
.download li a{
    color:#981c20;
    display: inline-block;
    margin-bottom: 10px;
}
.download li a:hover{color:#000;}
.download li time{
    display: block;
}
.tab-holder{
    overflow: hidden;
}
.tab-frame{
    float: left;
    width: 30%;
}
.tab-holder .tabset{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
}
.tab-holder .tabset li{
    margin-bottom: 7px;
}
.tab-holder .tabset li a{
    display: block;
    background:#ddd;
    color:#000;
    padding:10px;
    transition: all 1s ease;
    background: #ddd;
}
a.address{
    display: block;
    background:#ddd;
    color:#000;
    padding:10px;
    transition: all 1s ease;
    background: #ddd;
    font-size: 14px;
    line-height: 16px;
}
a.address:hover{
    background: #981c20;
    color:#fff;
}
.tab-holder .tabset li.active a,
.tab-holder .tabset li a:hover{
    background: #981c20;
    color:#fff;
}
.tabset .title{
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 5px;
}
.tabset address{
    font-style: normal;
    margin-bottom: 5px;
}
.tabset span{
    display: block;
    margin-bottom: 5px;
}
.tab-holder .tab-content{
    float: right;
    width: 65%;
}
.services{
    background:#ddd;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    letter-spacing: -4px;
}
.services li{
    display: inline-block;
    letter-spacing: 0;
    width: 50%;
    text-align: center;
}
.services li.top{border-bottom: 1px solid #cccaca;}
.services li.first{
    border-right:1px solid #cccaca;
}
.services li a{
    display: block;
    padding: 20px;
}
.services li img{
    margin-bottom: 10px;
}
.services span{
    display: block;
    margin-bottom: 5px;
}
.services strong{
    display: block;
    font-weight: normal;
}
.contact-form{
    font-size: 14px;
    line-height: 16px;
    color:#fff;
    min-width: 500px;
}
.contact-form .title{
    font-size: 16px;
    line-height: 18px;
    color:#fff;
    display: block;
    margin-bottom: 10px;
}
.contact-form label{
    display: block;
    margin-bottom: 5px;
}
.contact-form .input-wrap{
    margin-bottom: 10px;
}
.contact-form  input[type="email"],
.contact-form  input[type="text"]{
    border:none;
    background:#fff;
    font-size: 12px;
    line-height: 23px;
    color:#000;
    padding:5px;
    height: 36px;
    border-radius: 4px;
    width: 100%;
    box-sizing:border-box;
}
.contact-form textarea{
    height: 300px;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color:#000;
    padding:5px;
    box-sizing:border-box;
    border:none;
    border-radius: 4px;
}
.contact-form input[type="submit"]{
    border:none;
    width: 100px;
    border:5px;
    background:#fff;
    border-radius: 4px;
    padding:10px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
.contact-form input[type="submit"]:hover{
    background:#000;
    color:#fff;
}

#brands{position: relative;}

#pdown,#brandsdown{
    position: absolute;
    font-weight: 400;
    left: 18px;
    margin-top: -2px;
    transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;    

}
#pdown ul>li, #brandsdown ul>li{
    display: block !important;
    margin: 0;
    width: 120%;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid white;

}

#pdown ul>li:before,#brandsdown ul>li:before {
    display: none !important;
}
#pdown ul>li>a,#brandsdown ul>li>a{
    display: block !important;
    width: 100%;
    background: rgb(151, 27, 31);
    padding: 5px 10px;
    z-index: 9999;
    margin:0;
    color: white;
    line-height: 16px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;

}
#pdown ul>li>a:hover,#brandsdown ul>li>a:hover{
    display: block !important;
    background: white;
    color:rgb(151, 27, 31);
    margin:0;
    line-height: 16x;

}
#pdown ul>li>a:last-child :hover,#brandsdown ul>li>a:last-child :hover{
    display: block !important;
    width: 100%;
    background: white;
    color:rgb(151, 27, 31);
    padding: 5px 10px;
    margin:0;
    line-height: 16px;

}
#pdown ul>li>a.has:hover+ul.subdrop ,#brandsdown ul>li>a.has:hover+ul.subdrop {
    display: block;
    position: absolute;
    right: -100%;
    top: -1px;
    width: 100%;
    }
ul.subdrop {
  display: none;
  
  }
ul.subdrop:hover {
    display: block;
    position: absolute;
    right: -100%;
    top: -1px;
    width: 100%;
    
  }

.subdrop li>a {
  background: rgb(151, 27, 31) !important;
}
.subdrop li>a:hover {
  background: #fff !important;
  color:rgb(151, 27, 31);
}

.relative{
    position: relative;
    height:5em;
    
}
.brandimg{
    position: absolute;
    left: 45%;
    margin-bottom: 0.2rem;
}

.center{
    text-align: center;
    margin-top: 1.5em;
}
.center a{
    border: 1px solid #bbb;
    font-size: 12px;
    padding: 10px;
    line-height: 1.5;
    font-weight: bold;
    transition: all 0.22s linear;
    -webkit-transition: all 0.22s linear;
    -moz-transition: all 0.22s linear;
}
.center a:hover{
    color:#fff;
    background: rgba(151, 27, 31,.9);
}
.pagactive{
    padding: 10px;
    border: 1px solid maroon;
    background: rgb(151, 27, 31);
    color: #ccc;
    font-size: 16px !important;
     transition: all 0.22s linear;
    -webkit-transition: all 0.22s linear;
    -moz-transition: all 0.22s linear;
}
.pagctive:first-child{
    color: rgb(151, 27, 31);
    font-size: 16px !important;
    line-height: 18px;
    vertical-align: middle;
    transition: all 0.22s linear;
    -webkit-transition: all 0.22s linear;
    -moz-transition: all 0.22s linear;
}

.hide{
    display: none !important;
    visibility: hidden;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}
.show{
    display: block !important;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    
     z-index: 999;
}
#cart-down{
    display: block;
    z-index: 99;
    position: absolute;
    background: transparent;
    right: 0px;
    text-indent: 10px; 
    

}

#cart-down thead{
    font-size: 13px !important;
    border-bottom: 1px solid #ccc;
    text-align: left;
    background: white !important;
}
#cart-down thead tr{
    background: #ededed !important;
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;

}
#cart-down thead tr:hover{
    background: #ededed !important;
    color: #555;

}
#cart-down tr:nth-child(even){
    font-size: 12px;
    text-align: left;
    line-height: 2rem;
    background: #ededed;
}
#cart-down tr:nth-child(odd){
    font-size: 12px;
    text-align: left;
    line-height: 2rem;
    background: white;
}
#cart-down tr:hover{
    font-size: 12px;
    text-align: left;
    line-height: 2rem;
    background: rgb(151, 27, 31);
    color: white;
}
.remove{
    text-indent: -99999px;
    background: black;
    border: 0px solid transparent;
    line-height: 16px;
    content: 'close';
    color: black;
}

.book{
    background: rgb(151, 27, 31);
    width: 100%;
    display: block;
    color: white;
    font-weight: bold;
    text-align: center;
    border: none;
    padding: 10px 0;
    line-height: 18px;
    vertical-align: middle;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
.book:hover{
    background: #ededed;
    color: rgb(151, 27, 31);
}
.quantity{
    line-height: 1.2rem;
    width: 50%;
    border-radius: 0px;
}
.carts {
    list-style: none;
}
.emptycart{
    background: #ededed;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(151, 27, 31);

}
.activecart{
    background: url(../images/ico-added.png) !important;
}

.rmCart{
   border: none;
    padding: 5px 10px;
    background: #EDEDED;
    font-weight: bold;
    color: rgb(152, 28, 32);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.rmCart:hover{
    background: #981C20;
    color: white;
}

#cart-close{
    cursor: pointer;
    padding: 10px;
    background: rgb(151, 27, 31);
    color: white;
    font-weight: bold;
}
.anchor{
    text-decoration: underline;
}
.bookForm{
    width: 80%;
    min-width: 320px;
}
.bookForm input[type="submit"]{
	width: 100%;
}
.bookForm input, .bookForm textarea{
    border: 1px solid #ccc !important;
}
.bookForm label{
    color: black
}
.width50{
    width: 50%;
}
.cartPage,.bookingForm{
    float: right;
    margin-bottom: 1.5em;
}
.bookingForm{
    padding-left: 0.618rem;
}
.cartPage{
    padding-right: 0.382rem;
}
.cartPage .rmCart{
    width: 100%;
}
.cartPage th{
    text-align: left;
    background: rgb(151, 27, 31);
    color: white;
    padding: 0.618em 0.382rem;
}
.cartPage td{
    padding: 0.618em 0.382rem;
}
.clear{
    clear: both;
}
.bookh1{
    text-shadow: 0 0 2px #ccc;
    padding: 0 0 1rem !important;
    border-bottom: 2px solid rgba(228, 226, 226, 0.91);
}
.slider{
    height:360px;
    width:960px;
}
.booking{
    margin: 0 auto 38px;
    max-width: 1003px;
    padding: 10px;
}
.breadcrumb{
    position: relative;
    max-width: 1003px;
    margin:0 auto 5px;
    overflow: hidden;
    padding:0;
    z-index: 1;
}

.breadcrumb li{
    position: relative;
    list-style: none;
    color: #888;
    display: inline-block;
    padding: 3px 20px;
    font-size: 18px;
    vertical-align: middle;
}
.breadcrumb li:first-child{
    width: 13%;
    background: maroon;
    padding: 5px;
    font-size:  16px;
    line-height: 1;
    color: #888;
    text-indent: 5px;
}
.breadcrumb li:first-child:hover{
    background: #ccc;
    padding: 5px;
    font-size:  16px;
    line-height: 1;
    color: maroon;
}

.breadcrumb li:first-child :before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 16px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 16px solid transparent;
    border-right: 20px solid maroon;
    position: absolute;
    top: 50%;
    margin-top: -16px; 
    right: 100%;
    
    z-index: 2;
    overflow: hidden; 
}
.breadcrumb li:first-child:hover :before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 16px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 16px solid transparent;
    border-right: 20px solid #ccc;
    position: absolute;
    top: 50%;
    margin-top: -16px; 
    right: 100%;
    
    z-index: 2; 
}
.breadcrumb li:first-child a{
    color: white;
}
.breadcrumb li:first-child:hover a{
    color: maroon;
}
.cartEmpty{
    position:relative;
    color:maroon;
    background:white;
    border:1px solid #ccc;
}
.cartEmpty h3{
    text-align: center;
    margin-top: 1em;
}
.emptyClose{
    line-height: 2.9;
    width: 20%;
    float: right;
}
.emptyClose:after{
    clear: both;
}

.greenbg{
    background: green !important;
}
.fa-facebook{
    color: #3a5795;
}
.subs{
    text-align: center;
     max-width: 1003px;
    margin:0 auto 5px;
    overflow: hidden;
    padding:0;
    z-index: 1;
}
.subs h3{
    background: rgb(152, 28, 32);
    color: #ccc;
    padding: 1em;
    margin-right: 1.6em;
    font-size:0.9em;
    font-weight: normal;
    display: inline-block;
    position: relative;
     transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
}
.subs h3:after{
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 1.6em solid transparent;
      border-bottom: 1.6em solid transparent;
      border-left: 12px solid rgb(152, 28, 32);
      position: absolute;
      top: 50%;
      margin-top: -17px;
      left: 100%;
      z-index: 2;
      padding-right: 1em;
        transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
     
}
.subs h3:hover{
    color: white;
    background: maroon;
}.subs h3:hover:after{
    color: white;
     border-left: 20px solid maroon;
}
.subs:after{
    clear: both;
}
.subcats{
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.5;
    padding-right: .8em;

}
.subcats:after{
    content: " | ";
    padding-left: .8em;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: baseline;
}
.subcats:last-child:after{
    content: " ";
  
}

.hidden{
    visibility: hidden;
    display: none;
}



@media only screen (min-width : 768px){

    div.slide:nth-child(even) .caption{
        position: absolute;
        left: 770px;
        bottom:13px;
        width: 23%;
        background:rgba(84, 74, 65, 0.9);
        padding:18px;
        font:italic 15px/19px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        color:#fff;
    }

}

@media only screen and (max-width: 1140px) {
    .carousel .btn-next,
    .carousel .btn-prev{display: none;}
     .breadcrumb li:first-child{
    width: 40%;
    max-width: 200px;
    background: maroon;
    padding: 5px;
    font-size:  16px;
    line-height: 1;
    color: #888;
    text-indent: 5px;
    }
    .breadcrumb li:first-child :after { 
        content: " "; 
        display: block; 
        width: 0; 
        height: 0;
        border-top: 16px solid transparent;           /* Go big on the size, and let overflow hide */
        border-bottom: 16px solid transparent;
        border-left: 20px solid maroon;
        position: absolute;
        top: 50%;
        margin-top: -16px; 
        left: 100%;
        z-index: 2; 
        overflow: hide;
    }
}
@media only screen and (max-width: 979px) {
    div.slide .caption{
        width: 35%;
    }
    .gallery .caption strong{
        font-size: 16px;
        line-height: 18px;
    }
    .page-intro{
        padding:0 11px;
    }
    .gallery{padding:0 20px;}


}
@media only screen and (max-width: 767px){
    .logo{
        float: none;
        margin:-28px auto 0;
    }
    .header-r{
        width: 100%;
        float: none;
        text-align: left;
    }
    .phone{
        margin-bottom: 7px;
    }
    .search-form{
        width: 85%;
        float: none;
    }
    .open-close .opener{
        display: block;
        position: absolute;
        right: 0;
        top: 8px;
        width: 30px;
        height: 17px;
        border:solid #981c20;
        border-width:2px 0;
        text-indent: -9999px;
        overflow: hidden;
    }
    .open-close .opener:after{
        content:'';
        background:#981c20;
        left: 0;
        right: 0;
        height: 2px;
        position: absolute;
        top:5px;
    }
    .open-close .js-slide-hidden{
        position: absolute !important;
        top:100%;
        right: 0;
        left: 0;
    }
    .open-close .slide{
        background:#981c20;
        margin:0 -15px;
        padding:0 15px;
    }
    .open-close{
        margin-top: 10px;
    }
    #nav{
        width: 100%;
        margin:0;
        padding:15px 0;
    }
    #nav ul li:first-child{
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
    #nav ul li{
        display: block;
        border-top: 1px solid #000;
        padding-top: 5px;
        margin-top: 5px;
    }
    #nav ul li + li:before{
        content:none;
    }
    #nav ul a:hover{
        color:#fff;
    }
    #pdown {
        position: relative;
        width: 100%;
        background: transparent !important;
        transition:all 0.2s linear;
        -moz-transition:all 0.2s linear;
        -webkit-transition:all 0.2s linear;
        -ms-transition:all 0.2s linear;
        -o-transition:all 0.2s linear;

    }

    #pdown ul>li{
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }
    #pdown ul>li>a{
        background: transparent !important;
        display: block;
        width: 100%;
        text-indent: 5px;
        text-align: left;
        border-color:transparent;
        color: #000;
    }
    #pdown ul>li>a:hover{
        
        color: #FFF;
    }
    ul.subdrop {
        position: relative !important;
        display: block;
        width: 90%;
        left: 10%;
        background: transparent;

    }

    ul.subdrop>li{
        border-color:transparent !important;
    } 
    ul.subdrop>li>a{
        border-color:transparent !important;
    }
    .nav-holder{
        position: relative;
    }
    .page-intro .topic-list{
        float: none;
        width: 100%;
        text-align: center;
    }
    .topic{
        float: none;
        width: 100%;
        padding:0 15px;
    }
    .page-intro .topic-list{
        margin-bottom: 10px;
    }
    .page-intro .topic-list li{
       display: inline-block;
       width: auto;
    }









    div.slide .caption{
        position: static;
        width: 100%;
    }

    .gallery ul li{
        display: block;
        width: 65%;
        margin:0 auto 10px;
        text-align: center;
    }
    .footer-nav{
        float: none;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-nav ul{
        font-size: 10px;
    }
    .footer-nav ul li + li:before{
        padding:0 3px;
    }
    .brands{
        float: none;
        text-align: left;
    }
    .brands ul li{
        display: inline-block;
        border-top: none;
        margin: 0 5px 0 0;
    }
    .brands strong{
        margin-bottom: 10px;
    }
    .content-holder .image-holder{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .content-holder .detail{
        float: none;
        width: 100%;
    }
    .page-intro .topic-list li{
        display: block;
    }
    .page-intro .topic-list li img{
        display: none;
    }
    .topic-list .image-holder .caption{
        position: relative;
    }
    .page-intro .topic-list li a:hover strong{
        color:#000;
    }
    .topic{
        padding: 0;
        margin-bottom: 15px;
    }
    .tab-frame{
    	float: none;
    	width: 100%;
    	margin-bottom: 20px;
    }
    .tab-holder .tab-content{
    	float: none;
    	width: 100%;
    }
    .contact-form{
    	min-width: 280px;
    }
    .footer-l{
    	width: 100%;
    	float: none;
    	max-width: 100%;
    	margin-bottom: 10px;
    }

    .width50{
    width: 100%;
    }

    .bookingForm{
        margin-top: 1rem;
    }

    #cart-down{
        left:0%;
    }
    .cartEmpty{
    float:left;
    color:maroon;
    background:white;
    border:1px solid #ccc;
    }
    .cartEmpty h3{
        text-align: center;
        margin-top: 1em;
    }
    .emptyClose{
        line-height: 2.9;
        width: 20%;
        float: right;
    }
    .emptyClose:after{
        clear: both;
    }
    .subs{
        padding-left: 0em;
        width: 100%;
        float: left;
    }
    .subcats{
        margin-left: 1em;
    }

    .breadcrumb li:first-child{
    width: 40%;
    max-width: 200px;
    background: maroon;
    padding: 5px;
    font-size:  16px;
    line-height: 1;
    color: #888;
    text-indent: 5px;
    }
    .breadcrumb li:first-child :after { 
        content: " "; 
        display: block; 
        width: 0; 
        height: 0;
        border-top: 16px solid transparent;           /* Go big on the size, and let overflow hide */
        border-bottom: 16px solid transparent;
        border-left: 20px solid maroon;
        position: absolute;
        top: 50%;
        margin-top: -16px; 
        left: 100%;
        z-index: 2; 
        overflow: hide;
    }


}

li.heading {
  position: absolute !important;
  top: 15%;
  left: 39%;
}