body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a, a:focus, a:hover {
	color: #f6871f;
	text-decoration: none;
	outline:none;
}
.orange-text {
	color: #f6871f;
}
.form-control, .default-btn, .form-btn {
	border: 0;
}
.form-control:focus {
	box-shadow: none;
}
.default-btn {
	background: #f6871f url(../images/arrow.png) no-repeat 100px center;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 35px 8px 15px
}
.default-btn.focus, .default-btn:focus, .default-btn:hover {
	color: #f6871f;
	background: #fff url(../images/arrow-hover.png) no-repeat 100px center;
	border: 1px #f6871f solid;
}
.default-btn.active, .default-btn:active {
	box-shadow: none;
}
.default-btn.active.focus, .default-btn.active:focus, .default-btn.focus, .default-btn:active.focus, .default-btn:active:focus, .default-btn:focus {
	outline: none;
}
.btn-form {
	background: #f6871f url(../images/arrow.png) no-repeat 100px center;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 25px;
}
.btn-form.focus, .btn-form:focus, .btn-form:hover {
	color: #f6871f;
	background: #fff url(../images/arrow-hover.png) no-repeat 100px center;
	border: 1px #f6871f solid;
}
.btn-form.active, .btn-form:active {
	box-shadow: none;
}
.btn-form.active.focus, .btn-form.active:focus, .btn-form.focus, .btn-form:active.focus, .btn-form:active:focus, .btn-form:focus {
	outline: none;
}
h1 {
	font-size: 23px;
	font-weight: 600;
}
h2 {
	font-size: 18px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 16px;
}
.top-bar {
	padding: 5px 0 10px 0;
}
.call-icon {
	background: url(../images/call.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
}
.phone-number {
	float: left;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
}
.phone-number a {
	color: #000;
}
.navbar {
	min-height: 45px;
	margin-bottom: 0;
	border: 0;
}
.navbar-default {
	background: url(../images/nav-bg.jpg) repeat-x top;
	background-size: auto 100%;
	border-color: transparent;
	border-radius: 0;
}
.navbar-nav {
	margin: 0 -15px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #f6871f;
	background-color: #fff;
}
.navbar-brand {
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	width: 110px;
	height: 70px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #f6871f;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
}
.navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-collapse {
	border-top: 1px #fff solid;
}
.home-slider {
	padding: 0;
	border: 0;
	height: 300px;
}
.home-slider>.flex-control-nav {
	bottom: 11px;
	z-index: 9;
}
.home-slider>.flex-control-paging li a {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
}
.home-slider>.flex-control-paging li a.flex-active {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}
.home-slider>.flex-direction-nav {
	display: none;
}
.home-banner {
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
}
.home-slider.flexslider .slides > li {
	height: 300px;
}
.banner-1 {
	background: url(../images/banner.jpg) no-repeat top;
}
.banner-2 {
	background: url(../images/banner2.jpg) no-repeat top;
}
.banner {
	background: url(../images/banner.jpg) no-repeat top;
	height: 180px;
}
.about-banner {
	background: url(../images/about_us.png) no-repeat top;
}
.menu-banner {
	background: url(../images/menu.png) no-repeat top;
}
.reservation-banner {
	background: url(../images/reservation.png) no-repeat top;
}
.special-banner {
	background: url(../images/special.png) no-repeat top;
}
.roomrates-banner {
	background: url(../images/roomrates.png) no-repeat top;
}
.gallery-banner {
	background: url(../images/gallery.png) no-repeat top;
}
.amenties-banner {
	background: url(../images/amenties.png) no-repeat top;
}
.testimonials-banner {
	background: url(../images/testimonials.png) no-repeat top;
}
.attractions-banner {
	background: url(../images/attractions.png) no-repeat top;
}
.contactus-banner {
	background: url(../images/contactus.png) no-repeat top;
}
.banner-info {
	color: #fff;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 10px 30px;
	margin: 70px 0 0 0;
}
.heading {
	font-size: 22px;
	font-weight: 700;
	line-height: 35px;
}
.sub-heading {
	font-size: 16px;
	line-height: 20px;
}
.sub-heading span {
	font-size: 14px;
}
.thumbnail {
	border: 0;
	padding: 0;
	margin: 15px 0 0;
	position: relative;
}
.thumbnail a>img, .thumbnail>img {
	width: 100%;
}
.caption {
	font-size: 16px;
	color: #fff;
	background: #272a2f;
	text-align: center;
	padding: 15px;
}
.offer {
	color: #fff;
	background: url(../images/ellipse.png) no-repeat;
	background-size: contain;
	position: absolute;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	line-height: 52px;
}
.offer sup {
	font-size: 14px;
	font-weight: normal;
	top: -8px;
}
.complimentary {
	background: #f8f8f8;
	margin: 30px 0 10px;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 300;
}
.complimentary span {
	font-size: 16px;
	font-weight: 700;
}
.complimentary-img {
	text-align: center;
}
.complimentary img {
	max-width: 100%
}
.welcome-img>img {
	width: 100%;
	margin-bottom: 10px;
}
#map {
	height: 300px;
	width: 300px;
}
.find-us-wrap {
	margin-top: 30px;
}
.find-us-inner {
	padding: 5px 35px 33px;
	background: #1e5da5;
	color: #fff;
}
.find-us-inner a {
	color: #fff;
}
.address {
	margin: 25px 0;
}
.tbl {
	display: table;
	width: 100%;
}
.tbl-row {
	display: table-row;
}
.tbl-col {
	display: table-cell;
}
#map-canvas {
	height: 267px;
	margin: 0px;
	padding: 0px
}
.footer {
	background: #272a2f;
	padding: 20px 0;
	color: #fff;
	margin: 30px 0 0;
}
.copy-right {
	font-size: 13px;
	font-weight: 300;
}
.footer-nav {
	font-size: 12px;
	text-align: left;
}
.footer-nav a {
	color: #fff;
}
.modal-content img {
	max-width: 100%;
}
.reservation-form .form-control {
	background: #f1f1f1;
	box-shadow: none;
	border-radius: 0;
}
.form-group {
	margin-bottom: 0;
}
.reservation-form .form-control {
	margin-bottom: 20px;
}
.btn-form {
}
.datepicker {
	padding: inherit;
	margin: inherit;
}
.clients-speak {
	background: #f7f7f7;
	padding: 20px;
}
.menu-list {
	margin: 0;
	padding: 0;
}
.menu-list li {
	list-style: none;
}
.menu-list .glyphicon {
	float: left;
}
.menu-list a {
	color: #333;
	padding: 5px;
	display: inline-block;
}
.menu-list a:hover {
	color: #f6871f;
}
.menu-list .glyphicon {
	margin-right: 8px;
}
.page-title {
	color: #d60500;
	font-style: italic;
	font-weight: 600;
	text-align: center;
}
.page-title span {
	color: #272a2f;
	font-weight: 300;
}
.specials-wrap {
	margin: 90px 0 0;
}
.specials-box {
	background: #272a2f;
	margin: 0 auto;
	max-width: 300px;
	margin-bottom: 85px;
}
.specials-info {
	position: relative;
}
.specials-day {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background: #272a2f;
	top: -60px;
	left: 50%;
	margin-left: -60px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 20px;
	padding: 20px 0 0;
	z-index: -1;
}
.specials-day span {
	font-size: 15px;
	font-style: italic;
}
.special-content {
	height: 150px;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 100%;
	padding: 0 30px;
	z-index: 999;
	position: relative;
	font-size: 14px;
	line-height: 18px;
}
.special-content {
	margin-bottom:5px;
}
.specials-thumb img {
	width: 100%;
}
@media only screen and (min-width : 768px) {
.top-bar {
	padding: 20px 0 25px 0;
}
.call-icon {
	width: 37px;
	height: 37px;
}
.phone-number {
	padding: 8px 12px;
	font-size: 16px;
}
.navbar-brand {
	position: absolute;
	float: none;
	left: 21px;
	top: -81px;
	width: 125px;
	height: 80px;
	z-index: 99;
}
.navbar >.container {
	width: auto;
}
.navbar-nav>li>a {
	padding: 13px 7px;
	font-size: 11px;
	line-height: 19px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #f6871f;
	background-color: transparent;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-left: 15px;
}
.navbar-right {
	float: left!important;
	margin: 0 0 0 15px;
}
.navbar-collapse {
	padding: 0;
	border: 0;
}
.heading {
	font-size: 35px;
	font-weight: 700;
	line-height: 45px
}
.sub-heading {
	font-size: 30px;
	line-height: 40px;
}
.sub-heading span {
	font-size: 22px;
}
.thumbnail-wrap {
	-webkit-transform: scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.thumbnail-wrap:hover {
	-webkit-transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 30px #ccc;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.thumbnail {
	margin: 30px 0 0;
}
.caption {
	font-size: 13px;
}
.complimentary {
	font-size: 16px;
}
.complimentary-inner {
	padding: 10px 0;
}
.complimentary span {
	font-size: 18px;
}
.complimentary-img {
	text-align: right;
}
.find-us-info {
	padding-right: 0;
}
.map-wrap {
	padding-left: 0;
}
.menu-list li:nth-child(odd) {
	text-align: right;
	border-right: 1px #f7f7f7 solid;
}

.menu-list li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0px 20px;
}
.menu-list .glyphicon {
	float: inherit;
	margin-left:8px;
}
.page-title {
	margin: 20px 0;
}
}
@media only screen and (min-width : 992px) {
.navbar >.container {
	width: 970px;
}
.navbar-nav>li>a {
	padding: 13px;
	font-size: 13px;
}
.navbar-brand {
	position: absolute;
	float: none;
	left: 0;
	top: -80px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -10px;
	margin-left: -10px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 10px;
}
.heading {
	font-size: 46px;
	font-weight: 700;
	line-height: 65px;
}
.sub-heading {
	font-size: 40px;
	line-height: 55px;
}
.sub-heading span {
	font-size: 30px;
}
.offer {
	font-size: 40px;
	font-weight: 700;
	top: 20px;
	right: 20px;
	width: 82px;
	height: 82px;
	line-height: 85px;
}
.offer sup {
	font-size: 16px;
	font-weight: normal;
	top: -20px
}
.complimentary {
	font-size: 20px;
}
.complimentary span {
	font-size: 22px;
}
.special-content{
	
    font-size: 13px;
    line-height: 15px;
}
}
@media only screen and (min-width : 1200px) {
.top-bar {
	padding: 20px 0 25px 0;
}
.call-icon {
	width: 37px;
	height: 37px;
}
.phone-number {
	padding: 8px 12px;
	font-size: 16px;
}
.navbar >.container {
	width: 1170px;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav>li>a {
	padding: 13px;
	font-size: 13px;
}
.navbar-right {
	float: right!important;
	margin-right: 0;
}
.navbar-brand {
	position: absolute;
	float: none;
	left: 50%;
	top: -29px;
	width: 167px;
	height: 105px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -88px;
}
.caption {
	font-size: 16px;
}
.complimentary-inner {
	padding: 32px 0;
}
.special-content {
    font-size: 14px;
    line-height: 17px;
}
}
