/* Fonts */
@font-face {
    font-family:'rotisserifstd-italic';
    src: url('../fonts/rotisserifstd-italic.eot') format('embedded-opentype'), url('../fonts/rotisserifstd-italic.woff') format('woff'), url('../fonts/rotisserifstd-italic.svg') format('svg'), url('../fonts/rotisserifstd-italic.otf') format('opentype'), url('../fonts/rotisserifstd-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'lato-regular';
    src: url('../fonts/lato-regular.eot') format('embedded-opentype'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.svg') format('svg'), url('../fonts/lato-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'dincond-bold';
    src: url('../fonts/dincond-bold.eot') format('embedded-opentype'), url('../fonts/dincond-bold.svg') format('svg'), url('../fonts/dincond-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Fonts End */

.active.left, .active.right {
    opacity: 0;
    z-index: 2;
}
.banner-sidebar span {
    display: inline-block;
    background: none repeat scroll 0% 0% #FFF;
    padding: 10px;
}
body {
    font-family: 'lato-regular', Georgia;
    font-size: 13px;
    background: url("../images/bg-pattern.png") repeat 0 0 #33383B;
}
.box-abslt {
    position: fixed;
    top: 100px;
    right: 0;
    text-align: center;
}
.box-bk {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    padding: 15px 50px;
}
.box-bk h3 {
    margin-top: 0;
    color: #fff;
    font-family: 'rotisserifstd-italic', Georgia;
    font-size: 30px;
}
.box-bk h3 span {
    color: #B28E51;
}
.box-bk p {
    color: #fff;
    font-family: 'rotisserifstd-italic', Georgia;
    font-size: 15px;
    margin-bottom: 0;
}
.box-list {
    position: relative;
}
.box-list.bg-shadow:after {
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	background: url("../images/pattern-shadow.png") no-repeat center center transparent;
	width: 100%;
	height: 92px;
}
.box-list:before {
    content: "";
    position: absolute;
    background: url("../images/line-pattern.png") no-repeat center center transparent;
    width: 100%;
    height: 21px;
    top: -10px;
}
.box-list .box-content {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 20px 20px 0px 20px;
}
.box-list .box-content li {
    color: #9EA1A3;
    font-family: 'rotisserifstd-italic', Georgia;
    float: left;
    width: 50%;
    font-size: 12px;
}
.box-list .box-content li .content-desc {
    width: 65%;
    float: left;
}
.box-list .box-content li .content-desc h5 {
    color: #fff;
    font-family: 'rotisserifstd-italic', Georgia;
    margin-top: 0;
    font-size: 18px;
}
.box-list .box-content li .content-img {
    float: left;
    width: 35%;
    text-align: center;
    padding-left: 20px;
}
.box-list .box-content li .content-img span {
    display: table-cell;
    background: rgb(175,140,81); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(175,140,81,1) 0%, rgba(136,109,63,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(175,140,81,1)), color-stop(100%,rgba(136,109,63,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8c51', endColorstr='#886d3f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
}
.btn-brwn {
    font-size: 11px;
    font-weight: bold;
    padding: 13px 40px;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    color: #B5A69B;
    background: rgb(70,34,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(70,34,0,1) 0%, rgba(70,34,0,1) 60%, rgba(124,73,43,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,34,0,1)), color-stop(60%,rgba(70,34,0,1)), color-stop(100%,rgba(124,73,43,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(70,34,0,1) 0%,rgba(70,34,0,1) 60%,rgba(124,73,43,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(70,34,0,1) 0%,rgba(70,34,0,1) 60%,rgba(124,73,43,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(70,34,0,1) 0%,rgba(70,34,0,1) 60%,rgba(124,73,43,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(70,34,0,1) 0%,rgba(70,34,0,1) 60%,rgba(124,73,43,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#462200', endColorstr='#7c492b',GradientType=0 ); /* IE6-9 */
}
.btn-brwn:hover, .btn-brwn:focus {
    background: #351A01;
    color: #fff;
}
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .4s; 
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.carousel-control {
    background-image: none !important; 
}
.chat-box {
    position: fixed;
    bottom: 0px;
    right: 200px;
    z-index: 999;
}
.container {
    padding-left: 140px;
    padding-right: 140px;
}
#contact {
    padding-bottom: 70px;
}
#contact .col-md-4 {
    padding-left: 0;
}
#contact .col-md-8 {
    padding-right: 0;
}
#contact .contact-box {
    background: #3D2B1D;
    height: 250px;
    padding: 20px 30px;
}
#contact .contact-box .box address {
    color: #fff;
    font-family: 'rotisserifstd-italic', Georgia;
    font-size: 14px;
}
#contact .contact-box .box h5 {
    margin-bottom: 5px;
    color: #A3824C;
    margin-top: 0;
    font-family: 'rotisserifstd-italic', Georgia;
    text-transform: capitalize;
    font-size: 20px;
}
header .box-logo {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    width: 300px;
    text-align: center;
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 9;
}
header .box-logo .box-phone p {
    color: #6F6F6F;
    font-family: 'rotisserifstd-italic', Georgia;
    font-size: 17px;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 30px;
}
header .box-logo .box-phone p span {
    border-bottom: 1px solid #A3885E;
}
header .box-logo .logo {
    padding: 10px 0px 30px;
}
header .box-logo .logo a {
    display: inline-block;
}
.navbar-sidebar {
    margin-top: 15px;
}
.navbar-sidebar ul {
    list-style: none;
    padding-left: 30px;
}
.navbar-sidebar ul li {
    margin-bottom: 5px;
}
.navbar-sidebar ul li a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: rgb(120,91,44); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(120,91,44,1) 0%, rgba(106,82,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,91,44,1)), color-stop(100%,rgba(106,82,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(120,91,44,1) 0%,rgba(106,82,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(120,91,44,1) 0%,rgba(106,82,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(120,91,44,1) 0%,rgba(106,82,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(120,91,44,1) 0%,rgba(106,82,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b2c', endColorstr='#6a5227',GradientType=0 ); /* IE6-9 */
    border-radius: 50%;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);
}
.navbar-sidebar ul li a:hover, .navbar-sidebar ul li a:focus, .navbar-sidebar ul .active a {
    background: rgb(243,243,243); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(202,202,202,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(202,202,202,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(202,202,202,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(202,202,202,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(202,202,202,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(202,202,202,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
}
.next.left, .prev.right {
    opacity: 1;
    z-index: 1;
}
#room .col-md-5 {
    padding-right: 0;
}
#room .col-md-7 {
    padding-left: 0;
}
#room .box-desc {
    height: 270px;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    padding: 50px 30px;
}
#room .box-desc h2 {
    color: #fff;
    margin-top: 0;
    font-family: Arial;
    font-size: 58px;
	font-family: 'dincond-bold', sans-serif;
}
#room .box-desc h6 {
    color: #A68555;
    font-family: 'rotisserifstd-italic', Georgia;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#room .box-desc h6 span {
    padding: 5px 10px 0;
    display: inline-block;
    border-top: 1px solid #A68555;
    border-bottom: 1px solid #A68555;
}
#room .box-desc p {
    color: #C2C3C4;
    font-family: "rotisserifstd-italic",Georgia;
    font-size: 15px;
}
#room .box-desc ul {
    padding-left: 0;
    list-style: none;
}
#room .box-desc ul li {
    color: #fff;
    font-family: "rotisserifstd-italic",Georgia;
    font-size: 15px;
    margin-bottom: 7px;
}
#room .box-desc ul li span {
    padding: 4px;
    display: inline-block;
    background: rgb(175,140,81); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(175,140,81,1) 0%, rgba(136,109,63,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(175,140,81,1)), color-stop(100%,rgba(136,109,63,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(175,140,81,1) 0%,rgba(136,109,63,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8c51', endColorstr='#886d3f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 50%;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
}
#room .box-img {
    height: 270px;
    overflow: hidden;
}
#room .box-img img {
    width: 100%;
}
section label {
    color: #FFF;
    font-family: "rotisserifstd-italic",Georgia;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}
#slider {
    padding-top: 100px;
    position: relative;
}
#slider .carousel-desc {
    padding: 20px;
	background: url("../images/pattern-box.png") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 45px;
	z-index: 999;
}
#slider .carousel-desc h3 {
    color: #fff;
    font-family: 'rotisserifstd-italic', Georgia;
    font-size: 30px;
    margin-top: 0;
    line-height: 1.2;
}
#slider .carousel-desc h3 span {
    color: #B28E51;
}
#slider .carousel-desc p {
    color: #fff;
}
#slider .carousel-inner .item {
    height: 540px;
}
#slider .carousel-inner .item .carousel-image {
    position: relative;
}
#slider .carousel-inner .item .carousel-image img {
    width: 100%;
}
.space {
    padding: 45px 0;
}
.well-box {
    background: rgba(255,255,255,0.1);
    margin-bottom: 10px;
}
.well-box .form-horizontal {
    padding: 40px 40px 40px 20px;
}
.well-box .form-horizontal .form-group {
    margin-bottom: 10px;
}
.well-box .form-horizontal .form-group label {
    color: #959899;
    font-size: 13px;
    text-align: left;
    padding-left: 50px;
}
.well-box .form-horizontal .form-group .form-control {
    border-radius: 0;
    border: 0;
    background: #646667;
    color: #ddd;
    font-family: 'rotisserifstd-italic', Georgia;
}

/* Responsive Layout */
@media (max-width: 480px) {
    .banner-sidebar span img {
        width: 100%;
    }
    .box-list .box-content li {
        width: 100%;
    }
    header {
        text-align: center;
    }
    header .box-logo {
        position: static;
        display: inline-block;
    }
    #room .box-img {
        height: auto;
    }
    #slider .carousel-desc {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
    }
}
@media (max-width: 767px) {
    .banner-sidebar {
        text-align: center;
        margin-bottom: 20px;
    }
    .box-abslt {
        display: none;
    }
    .chat-box {
        display: none;
    }
    #contact .col-md-4 {
        padding-left: 15px;
    }
    #contact .col-md-8 {
        padding-right: 15px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    header {
        text-align: center;
    }
    header .box-logo {
        position: static;
        display: inline-block;
    }
    #room .box-img {
        height: auto;
    }
    #room .box-desc {
        height: auto;
    }
    #room .col-md-5 {
        padding-right: 15px;
    }
    #room .col-md-7 {
        padding-left: 15px;
    }
    #slider .carousel-inner .item {
        height: auto;
    }
    .well-box .form-horizontal .form-group label {
        padding-left: 20px;
    }
}	
@media (min-width: 768px) and (max-width: 990px) {
    .banner-sidebar {
        text-align: center;
        margin-bottom: 20px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #contact .col-md-4 {
        padding-left: 15px;
    }
    #contact .col-md-8 {
        padding-right: 15px;
    }
    #room .box-img {
        height: auto;
    }
    #room .box-desc {
        height: auto;
    }
    #room .col-md-5 {
        padding-right: 15px;
    }
    #room .col-md-7 {
        padding-left: 15px;
    }
    #slider .carousel-inner .item {
        height: auto;
    }
    .well-box .form-horizontal .form-group label {
        padding-left: 20px;
    }
}
@media (min-width: 991px) and (max-width: 1100px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #slider .carousel-inner .item {
        height: auto;
    }
}
@media (min-width: 1101px) and (max-width: 1300px) {
    .chat-box {
	right: 180px;    
    }
    .container {
	padding-left: 180px;
	padding-right: 180px;
    }
    #room .box-desc {
	height: 250px;
    }
    #room .box-img {
    	height: 250px;
    }
    #slider .carousel-inner .item {
        height: auto;
    }
}
