i.glyphicon.glyphicon-earphone {
    color: #FF0080;
}
i.glyphicon.glyphicon-envelope {
    color: #FF0080;
}
.carousel-inner > .item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1) !important;
}
.custom_sticky {
	position: fixed !important;
	top: 80px;
	height: 122px;
}
#catapult-cookie-bar {
	display: none;
	direction: ltr;
	color: #dddddd;
	min-height: 30px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding: 6px 20px 4px;
	background-color: #464646;
	text-align: left;
}
#catapult-cookie-bar a {
	color: #dddddd;
}
button#catapultCookie {
	margin: 0 20px;
	line-height: 20px;
	background: #d2404c;
	border: none;
	color: #dddddd;
	padding: 4px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}
.text-h2 small {
	text-transform: capitalize;/*font-family: 'Roboto Condensed', sans-serif;*/
	
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	display: block;
	opacity: 0.2;
	line-height: 1.2;
}
h1 .center-block, h2 .center-block, h3 .center-block, h4 .center-block, h5 .center-block, h6 .center-block {
	display: block;
	margin: 0 auto;
	line-height: 1.4;
}
.lead {
	/*font-family: 'Roboto Condensed, sans-serif';*/
	/*font-size: 1.8rem;*/
	margin: 2.8rem 0;
	margin-bottom: 35px;
	font-weight: 500;
	font-size:16px;
	text-align: left;
}
.lead-ul li {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.mg-image {
	margin: 0 auto;
	overflow: hidden;
	transition: all 500ms ease-in 0s;
}
.mg-image img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	max-width: 100%;
}
.mg-image:hover img {
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
}
section.home-top {
    padding: 50px 0 80px;
}
section.home-top h3 {
    position: relative;
    font-size: 36px !important;
    padding-bottom: 20px;
    margin-top: 0;
}
/*section.home-top h3:after {
    position: absolute;
    content: '';
    border-bottom: 4px solid #fd007f;
    left: 0;
    bottom: 0;
    width: 150px;
}
*/section.home-top p {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.9em;
}
section.home-top a {
/*    background: #FF0080;
	padding: 12px 25px !important;*/
    color: #fff;
    /*text-transform: uppercase;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    float: none !important;
    margin-top: 15px;
    border: 1px solid #FF0080;
	border-radius:5px;
	font-family: 'proxima_novaextrabold';
	width:200px;*/
}
section.home-top a:hover {
    /*background: transparent;
    border: 1px solid #FF0080;
    color: #FF0080;
    transition: all 0.5s ease;*/
}
.main-image {
    position: relative;
}
.main-image img {
    height: 425px !important;
    width: 374px;
    border: 9px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px #ededed;
    object-fit: cover;
}
.main-image:after {
    position: absolute;
    content: '';
    border: 20px solid #FF0080;
    left: -20px;
    width: 216px;
    height: 465px;
    z-index: -1;
    top: -20px;
	border-right:0px
}
.offers-box2 {
    background-image: url(../images/bg-special.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
	z-index:1;
}
.offers-box2:before {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.2);
	left:0;
	top:0;
	z-index:-1;
}
.offer-box-main {
	text-align:center;
	color:#fff !important;
	padding: 150px 0;	
}
.offer-box-main h4 {
	color:#fff;
	font-size:17px;
}
.offer-box-main h1 {
    color: #fff;
    font-size: 62px;
	font-weight:700
}
.offer-box-main h2 {
    color: #fff;
    font-size: 33.89px;
	margin:0
}
.offer-box-main h5 {
    display: inline-block;
    border: 1px solid #fff;
    padding: 7px 30px;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight:700
}
.offer-box-main a {
    background: #FF0080;
    border-radius: 5px !important;
    padding: 12px 25px !important;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    float: none !important;
    margin-top: 15px;
    border: 1px solid #FF0080;
	max-width:260px;
	min-width:100px;
	width:100%;
	font-weight:700;
	}
.offer-box-main a:hover {
    background: transparent;
    border-color: #fff;
}
.jcf-unselectable {
	-moz-user-select:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-webkit-user-select:none;
	user-select:none;
}
#custom{
	margin-top:80px;
	max-height:45px;
}
@font-face{font-family:'icomoon';
src:url('/fonts/icomoon/fonts/icomoon.eot');
src:url('/fonts/icomoon/fonts/icomoon.eot') format('embedded-opentype'),url('/fonts/icomoon/fonts/icomoon.woff') format('woff'),url('/fonts/icomoon/fonts/icomoon.ttf') format('truetype'),url('/fonts/icomoon/fonts/icomoon.svg') format('svg');
font-weight:normal;
font-style:normal}
.header-m {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    font-family: "myriad-pro",sans-serif;
}
.header-m .header-inner {
    border-top: 10px solid #2B2D2B;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.header-m .header__top {
    border-bottom: 1px solid #dedede;
}
.header-m .header__top {
    border-bottom: 1px solid #dedede;
}
.header-m .header__top .header__top-inner {
    max-width: 1300px;
    margin: 0 auto;
}
.header-m .header-inner .header__logo {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 20px;
    margin: 0 4% 10px 0;
    max-width: 50%;
    border-right: 1px solid #e6e7e8;
}
.header-m .header-inner .header__logo a, header .header-inner .header__logo img {
    display: block;
}
.header-m a {
    color: #307126;
    -o-transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.header-m .header-inner .header__logo-address address {
    display: inline-block;
    vertical-align: top;
    color: #919294;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-style: normal;
    max-width: 45%;
    margin-bottom: 15px;
}
.header-m .header-inner .header__logo-address address p {
    margin: 0 0 4px 0;
}
.header-m .header-inner .header__social-container-nav {
    border-top: 1px solid #dedede;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}
.header-m ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-m .header-inner .social-container-nav__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    color: #5d635b;
}
.header-m .header-inner .social-container-nav__item-inner {
    border-right: 1px solid #dedede;
}
.header-m .header-inner .social-container-nav__item a {
    padding-top: 7px;
    display: block;
}
.header-m .header-inner .header__social-container-nav a {
    text-decoration: none;
    color: #c2c6c2;
}
.header-m .header-inner .social-container-nav__item span {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 24px;
    line-height: 2.4rem;
}
.header-m .icon--menu:before {
    content: "\e609";
}
.header-m .icon--cloud:before {
    content: "\e60c";
}
.header-m .icon--map-marker:before {
    content: "\e608";
}
.header-m .icon--phone:before {
    content: "\e605";
}
.header-m .icon--bed:before {
    content: "\e604";
}
.icon--arrow-right:before {
    content: "\e60a";
}
.header-m [class^="icon--"], [class*=" icon--"] {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-m .header-inner .social-container-nav__item span.icon-label {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    color: #5d635b;
}
.header-m .header-inner .header__social-container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}
.header-m .header__weather {
    position: relative;
    z-index: 2;
}
.header-m .toggle-hidden {
    display: none;
}
.header-m .toggle-shown {
    display: block;
}
.header-m .header__menu-search-social {
    background: #1b261e;
}
.header-m .header__main-navigation {
    background: #1b261e;
    border-bottom: 1px solid #323c35;
}
.header-m .header__main-navigation .menu-item:first-child {
    border-top: none;
}
.header-m .header__main-navigation .menu-item {
    display: block;
    border-top: 1px solid #323c35;
    border-bottom: 1px solid #161e18;
    padding: 10px 0;
}
.header-m .header__main-navigation .menu-item .icon {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    margin-left: 12px;
    -o-transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.header-m .icon--bullet:before {
    content: "\e601";
}
.header-m .header__main-navigation .menu-item.active>a,.header-m .header__main-navigation .menu-item.menu-item--clicked-open.menu-item--parent>a {
    color: #3ea03a;
}
.header-m .header__main-navigation .menu-item a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
}
.header-m .header__main-navigation .menu-item.menu-item--parent ul {
    display: none;
    margin-top: 10px;
    padding: 0 20px;
    background: #243328;
    border-top: 1px solid #323c35;
    position: relative;
}
.header-m .header__main-navigation .menu-item.menu-item--clicked-open.menu-item--parent>ul {
    display: block;
}
.header-m .booking-panel {
    background: #dedede;
    white-space: nowrap;
}
.header-m .booking-panel .booking-panel__title {
    display: block;
    background: #414C40;
    padding: 6px 20px;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    position: relative;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
}
.header-m .booking-panel .booking-panel__title:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin: 0 0 0 -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #3ea03a transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}
.header-m .screen-small .booking-panel .booking-panel__subtitle, .screen-small .booking-panel .content-section {
    display: block !important;
}
.header-m .booking-panel .booking-panel__subtitle {
    display: block;
    background: #1A1B18;
    padding: 6px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
}
.header-m .screen-small .booking-panel .booking-panel__subtitle, .screen-small .booking-panel .content-section {
    display: block !important;
}
.header-m .booking-panel .form {
    margin-bottom: 0;
}
.header-m input {
    line-height: normal;
}
.header-m button,.header-m input, .header-m optgroup, .header-m select, .header-m textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.header-m .booking-panel .grid.grid--booking-bar {
    padding-left: 20px;
    padding-right: 20px;
}
.header-m .booking-panel .alert {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 20px;
    margin-bottom: 18px;
    text-decoration: none;
}
.header-m .booking-panel .form__item--arrival-date {
    width: 48%;
    text-align: left;
    margin-right: 3%;
}
.header-m .booking-panel .form__item {
    display: inline-block;
    vertical-align: top;
}
.header-m .form__item {
    margin-bottom: 20px;
    position: relative;
    font-family: "arial",sans-serif;
}
.header-m .booking-panel .form__label {
    font-size: 13px;
    font-size: 1.3rem;
}
.header-m .form__label {
    font-size: 12px;
    font-size: 1.2rem;
    color: #221f1f;
    margin-bottom: 5px;
}
.header-m .booking-panel .form__item input[type="text"], .booking-panel .form__item select, .booking-panel .form__item textarea {
    background: #fff;
}
.header-m .form input[type="text"], .form select, .form textarea {
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    padding: 12px 15px 13px 15px;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#fefefe);
    background-image: -moz-linear-gradient(top,#f5f5f5,#fefefe);
    background-image: -o-linear-gradient(top,#f5f5f5,#fefefe);
    background-image: -ms-linear-gradient(top,#f5f5f5,#fefefe);
    background-image: linear-gradient(top,#f5f5f5,#fefefe);
    width: 100%;
    outline: 0;
}
.header-m .btn {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 11px 30px;
    color: #fff;
    background-color: #3F696F;
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    -o-transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.header-m .booking-panel .grid.grid--booking-bar {
    padding-left: 20px;
    padding-right: 20px;
}
.header-m .grid {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.header-m .grid__row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
}
.header-m .booking-panel .form__item--checkout-date {
    width: 48%;
    text-align: right;
}
.header-m .booking-panel .form__item--checkout-date label {
    text-align: left;
}
.header-m  .header__contact .header-info-panel {
    padding: 0;
}
.header-m .header-info-panel {
    background: #1b261e;
    padding: 20px;
}
.header-m  .header-info-panel .header-info-panel__inner {
    background: #243328;
    overflow: hidden;
}
.header-m .header__contact .form-description {
    padding: 20px;
}
.header-m .header__contact .form-description .form-description__title {
    color: #3ea03a;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 37px;
    line-height: 3.7rem;
    padding-right: 60px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.header-m .header__contact .form-description p {
    color: #fff;
}
.header-m .header__contact .form-description .grid--header-contact-phone-numbers {
    border-top: 1px solid #9f9088;
    padding-top: 30px;
    margin-top: 30px;
}
.header-m .header__contact .form-description .grid--header-contact-phone-numbers .phone-number__description {
    display: block;
    color: #3ea03a;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.8rem;
}
.header-m .header__contact .form-description .grid--header-contact-phone-numbers .phone-number__number {
    display: block;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
}
.header-m .header__contact .form-description .grid--header-contact-phone-numbers .phone-number__terms {
    display: block;
    color: #9f9088;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
}
.header-m .ui-datepicker-trigger {
    position: absolute;
    z-index: 0;
    top: 40px;
    right: 1rem;
    font-size: 1.4rem;
}
.lang:hover + .langoption{
	display:block;
}
.langoption{
	display:none;	
}

.lang{
	border:1px solid #000;
	padding:5px 8px 5px 8px;	
	z-index:100000;
	background:#fff;
	font-size: 12px;
	cursor:pointer;

}
.lang:hover + .lang-list,.lang-list:hover {
	display:block !important;
}
.lang-list  {
	display: none;
    padding:0;
	position:fixed;
	z-index:100000;
	cursor:pointer;
}

.lang-list  li{
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;		
	font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    display: block;
	width:90px;
    cursor: pointer;
    padding:5px;
    color: #4b3905;
    text-transform: none;
	background:#fff;
}
.navbar{
position: initial !important;	
}
.carousel-inner > .item img {
    float: left;
    width: 100%;
}
.js-slide-hidden {
	position:absolute !important;
	left:-9999px !important;
	top:-9999px !important;
	display:block !important
}





























.main_top{
	padding:0;
	margin:0;
	background:url(../images/top-bg.png) repeat-x left top #191a1a;
	float:left;
	width:100%;
}

.top-right{
	padding:0;
	margin:8px 0;	
}
.top-right ul{
	padding:0;
	margin:0;
	text-align:right;
}
.top-right li{
    border-right: 1px solid #fff;
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding:0 10px;
}
.top-right li a{
	color:#ffffff;
	text-decoration:none;
}
.language{
	padding:0;
	margin:0 0 0 8px;
	float:right;	
}
.language form{
	padding:0;
	margin:0;
	background:none;
}
.language form select{
	padding:0;
	margin:0;
	background:none;
	border:none;
	color:#fff;
}
.language form option{
    background: none repeat scroll 0 0 #fff;
    color: #000;
}


/*.menu {
	margin: 0px 0px;
	padding: 0px 0px;
	float: right;
}
.menu ul {
	margin: 0px 0px;
	padding: 0px 0px;
	float: right;
}
.menu ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
	float: left;
	list-style: none;
	color: #d6cfab;
	font-size: 12px;
	position: relative;
}
.menu ul li:last-child {
  border-right: none;
}
.menu ul li ul {
	display: none;
	position: absolute;
	background: #FFF;
	width: 100px;
	top: 17px;
	z-index: 99999;
	padding: 0px 0px 10px 0px;
}
.menu ul li ul li a {
	color: #333;
}
.menu ul li:hover ul {
	display: block;
}
.menu ul li a {
	margin: 0px 0px;
	padding: 0px 10px;
	float: left;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #BC9B6A;
}*/




.navi{
	background:none !important;
	border:none !important;
	box-shadow:none;
	float:right;
	margin:26px 0 0;
}
.navi a{
    color: #fff !important;
    font-size: 13px;
    padding:8px 10px !important;
    text-transform: uppercase;
}
.navbar-collapse{
	padding:0 !important;	
	text-align:right;
}
.header{
	padding:0;
	margin:0;
	float:left;
	width:100%;	
}
.carousel-indicators li{
    background-color:#afafaf;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
}
.carousel-indicators .active {
    background-color: #000;
}
.carousel-indicators {
     left: 50% !important;
}
.carousel-inner > .active.left {
    left: 0 !important;
}
.calendar{
	padding:37px 0;
	margin: 0;
	background:#191a1a;
	float:left;
	width:100%;	
}
.calendar h4{
	padding:0;
	margin:0;
	float:left;
	width:100%;
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Cabin Condensed', sans-serif;	
}

.calen-fil{
    border-radius: 0;
    float: left;
    width: 75%;
	border:1px solid #d2d2d2;
}
.rooms{
	background:#fff;
	border:1px solid #d2d2d2;
	padding:6px;
	color:#000;
}
.rooms a{
	color:#818181;
	text-decoration:none;
	font-size:12px
}
.rooms i{
	color:#000;
	font-size:12px;
	float:right;
}
.rooms_btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.book_now {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #bc9b6a;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 0 0 0 15px;
    padding: 6px 12px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.book_now:hover, .book_now:focus {
    background-color: #a6885c;
    background-position: 0 -15px;
	color:#fff;
	border:1px solid #262626;
}
/*.caret-01 {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    color: #000;
    display: inline-block;
    float: right;
    height: 0;
    margin: 9px 5px 0 0;
    text-align: right;
    vertical-align: middle;
    width: 0;
}*/
.welcome-hd{
	padding:0;
	margin:30px 0;
	float:left;
	text-align:center;
	width:100%;
}
.welcome-hd h1{
	padding:0;
	margin:0;
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Cabin Condensed', sans-serif;
}

.mid-left{
	padding:0;
	margin:0;
	float:left;
	width:100%;	
}
.mid-left p{
	padding:0;
	margin:0 0 25px 0;
	float:left;
	width:100%;	
}
.mid-left p a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.mid-left p a:hover{
    text-decoration: underline;
}
.border-left{
	border-left:1px solid #d8d8d8;	
}	

.mid-right{
	padding:0;
	margin:0;
	float:left;
	width:100%;
}
.mid-right ul{
	padding:0;
	margin:0;
}
.mid-right li{
	padding:0 0 8px 0;
	margin:0;
	list-style:none;
}
.mid-right li span{
	padding:0;
	margin:0;
	font-weight:700;
	color:#373737;
}
.gallery{
	padding:0 0 25px 0;
	margin:50px 0;
	float:left;
	width:100%;
	background:#c8a97d;	
}
.gallery h3{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Cabin Condensed', sans-serif;
	border-bottom:1px solid #000;
}

.footer-area{
    background: none repeat scroll 0 0 #000;
    float: left;
    margin: 0;
    padding: 15px 0;
    width: 100%;
}
.footer{
	padding:0;
	margin:0;
	font-size:12px;
}
.footer p{
	padding:0;
	margin:0;
	color:#a3a3a3;
}
.footer ul{
	padding:0;
	margin:12px 0;
}
.footer li{
	padding:0 9px 0 5px;
	margin:0;
	list-style:none;
	display:inline;
	color:#a3a3a3;
	border-right: 1px solid #a3a3a3;
}
.footer li:last-child {
  border-right: none;
}
.footer li a{
	text-decoration:none;
	color:#a3a3a3;
}
.footer li a:hover{
	text-decoration:none;
	color:#fff;
}

.social-icon{
    font-size: 18px;
    margin: 20px 0;
    padding: 0;
    text-align: right;	
}
.social-icon ul{
	padding:0;
	margin:0;	
}
.social-icon li{
	padding:0;
	margin:0 0 0 10px;
	list-style:none;
	display:inline;
	color:#a3a3a3;	
}
.social-icon li a{
	padding:0;
	margin:0;
	text-decoration:none;
	color:#a3a3a3;
}
.social-icon li i{
    font-size: 22px;
}
.social-icon li a:hover{
	text-decoration:none;
	color:#fff;
}
/*about us start*/

.about-right{
    background: none repeat scroll 0 0 #f2f2f2;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    width: 100%;
}
.about-right h5{
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 400;
    margin:11px 0;
    padding:0 0 11px 0;
    text-transform: uppercase;
}
.about-right ul{
	padding:0 18px;
	margin:0 0 15px 0px;
}
.about-right li{
    line-height: 35px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.about-right li i{
    font-size: 19px;
    margin: 0 10px 0 0;
    padding: 0;
}
.about-right a{
	text-decoration:none;
	color:#000;
}

/*about us End*/

.spa-left{
    margin: 25px 0;
    padding: 0;
    text-align: center;	
}
.spa-left h5{
	padding:0;
	margin:10px 0 0 0;	
	font-size:28px;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	font-family: 'Cabin Condensed', sans-serif;
}



.mid-con{
	padding:0;
	margin:0;
	float:left;
	width:100%;	
}
.mid-con h3{
	padding:0;
	margin:0 0 10px 0;
    font-size: 24px;
	font-weight:400;
}
.mid-con p{
	padding:0;
	margin:0 0 25px 0;
	float:left;
	width:100%;
	font-size:16px;	
}
.mid-con p a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.mid-con p a:hover{
    text-decoration: underline;
}

.con-form{
	padding:0;
	margin:0;	
}
.con-form input[type="Name"]{
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    float: left;
    height: 54px;
    margin: 0 0 20px;
    padding: 10px;
    width: 330px;
}
.con-form input[type="email"]{
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    float: left;
    height: 54px;
    margin: 0 0 20px;
    padding: 10px;
    width: 330px;
}
.con-form input[type="Phone"]{
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    float: left;
    height: 54px;
    margin: 0 0 20px;
    padding: 10px;
    width: 330px;
}
.con-form input[type="Country"]{
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    float: left;
    height: 54px;
    margin: 0 0 20px;
    padding: 10px;
    width: 330px;
}
.send-btn{
    background: none repeat scroll 0 0 #000;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    float: left;
    height: 52px;
    margin: 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 186px;
}
.send-btn a{
	color:#fff;
	text-decoration:none;
}
.con-form textarea{
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    float: left;
    height: 250px;
    margin: 0 0 20px;
    padding: 10px;
    width: 694px !important;
}
.con-right{
	padding:0;
	margin:0;
	font-size:16px;	
}
.con-right ul{
	padding:0;
	margin:0;
	color:#373737;	
}
.con-right li{
    line-height: 23px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.con-right li a{
	color:#373737;
	text-decoration:none;
}

.mid-services{
	padding:0;
	margin:0;
	float:left;
	width:100%;	
}
.services-box{
    background: none repeat scroll 0 0 #f2f2f2;
    margin: 0;
    padding: 5px;
    text-align: center;
	height:680px;
}
.services-box h3{
	padding:0;
	margin:12px 0;
	font-size:18px;
	color:#000;
}
.services-box p{
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 17px;
    padding: 0;
}
.thumbnail {
    background-color: inherit;
    border:0;
    border-radius: 0;
    margin-bottom: 0;
    padding:0;
    
}
.thumbnail, .img-thumbnail {
    box-shadow:none;
}




.rooms-left{
    background: none repeat scroll 0 0 #f2f2f2;
    float: left;
    margin: 0 0 29px;
    padding: 26px;
}
.rooms-left h3{
    color: #000;
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
}
.rooms-left ul{
    font-size: 16px;
    margin: 34px 0 24px;
    padding: 0;
}
.rooms-left li{
	padding:0;
	margin:5px 0;
	list-style:none;
}
.rooms-left li a{
	list-style:none;
	color:#000;
}
.rooms-left li a:hover{
	color:#000;
	text-decoration:none;
}
.book {
	padding:0;
	margin:0;
}
.book a {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 43px;
    margin: 0 0 20px;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    width: 186px;
}
.book a:hover {
    background: none repeat scroll 0 0 #bc9b6a;
}







.menu2 {
	margin: 40px 0px 27px 0px;
	padding: 0px 0px;
	float: left;
	width: 100%;
	border-bottom: solid 1px #FF0080;
	text-transform:uppercase;
}
.menu2 ul {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
}
.menu2 ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
	float: left;
	list-style: none;
	color: #d6cfab;
	font-size: 12px;
font-weight: bold !important;
}
.menu2 ul li a {
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: unset;
	
}
.menu2 ul li.active a{
	background: #649ca9;
	color: #FFF !important;	
}
.menu2 ul li a.active, .menu2 ul li a:hover {
	/*background: #c9aa71;*/
	background: #649ca9;
	color: #FFF !important;
}



.mid-gallery{
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
}

.gallery-1 {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Cabin Condensed', sans-serif;
}
.gallery-1 h1 {
    color: #000;
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 20px 0 10px 10px;
    text-transform: uppercase;
    width: 100%;
}
.gallery-1 ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
.gallery-1 ul li {
	width:24%;
	float: left;
	margin:8px 5px;
	padding: 5px 5px;
	list-style: none;
	background: #FF0080;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.gallery-1 ul li a {
	float: left;
}
.gallery-1 ul li img {
	opacity: 1.0;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
	width: 100%;
	height: auto;
}
.gallery-1 ul li:hover {
	background: #FF0080;
}
.gallery-1 ul li:hover img {
	opacity: 0.6;
}




































.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;}
#footer {
    background: rgb(255, 255, 255);
}
footer#footer .container {
    width: 1080px;
}
#footer h4 {
	font-size:20px;
	color:#FF0080;
	text-transform:uppercase;
	margin-bottom:20px;
}
.footer-menu{
list-style-type: none;
padding:0	
}
.footer-menu li{
  font-size: 12px;
  display:block;
  line-height: 2;
  font-weight:600;	
}
.footer-menu li a img {
    margin-right: 8px;
    margin-top: -2px;
}
.footer-menu li i {
    margin-right: 8px;
}
.footer-menu li a{
  color: #353535;
}
ul.social-links li {
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
    border-radius: 100%;
    margin: 0px 5px 10px;
    line-height: 33px;
    width: 40px;
    height: 40px;
}
ul.social-links li i {font-size:20px;}
.logofooter {
    background: #f9f9f9;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
}

ul.social-links {
    padding: 0;
    list-style: none;
}

.room-sec {
    float: left;
    width: 100%;
    position: relative;
}
.room-facilities,
.room-facilities-1 {
	position:relative;	
}
.room-desc h2 {
	font-weight:700;
	font-size:23px;
	color:#13181f;
	position:relative;	
	padding-bottom:15px;
	text-transform:uppercase;
}

.room-desc p {
	font-size:17px;
	line-height:2;
	margin-bottom:45px;
}
.room-facilities img, 
.room-facilities-1 img {
    padding: 10px 15px;
    height: 428px !important;
}
.room-facilities:before {
    position: absolute;
    content: '';
    border: 20px solid #FF0080;
    left: -15px;
    width: 186px;
    height: 95%;
    z-index: -1;
    top: -20px;
    border-right: 0px;
    border-bottom: 0;
}
.room-facilities-1:before {
    position: absolute;
    content: '';
    border: 20px solid #FF0080;
    right: -15px;
    width: 186px;
    height: 95%;
    z-index: -1;
    top: -20px;
    border-left: 0px;
    border-bottom: 0;
}
.rooms-grid-view {
    background: #f8f8f8;
    padding: 50px 0;
}
.singal-room {
    margin-bottom: 40px;
}

.rooms-grid-view a {
	text-decoration:none;
}
.singal-room-img img {
    object-fit: cover;
    height: 234px !important;
    width: 100%;
    border: 8px solid #fff;
    box-shadow: 0px 0px 50px #ccc;
}
.singal-room-info h2 {
	font-weight:700;
	font-size:23px;
	color:#13181f;
	position:relative;	
	text-transform:uppercase;
}
.singal-room-info p {
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
}

.singal-room-info ul {
	padding:0;
}
.singal-room-info ul li {
	list-style:none;
	display:inline-block;
	border:1px solid #ff0080;
	padding:5px 15px;
	margin-right:10px;
	border-radius:50px;
}
.costumModal .modal {
  text-align: left;
}
.costumModal .modal-lg {
    width: 90%;
}
.costumModal .modal-content {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: unset !important;
    padding: 0 0 0 !important;
}
.costumModal .modal-header {
    border-bottom: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    position: absolute;
    right: 0;
    z-index: 9;
}
.costumModal .modal-title {
	font-weight:700;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.costumModal .modal-body {
    border-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 14px;
    width: 100%;
    background: #fff !important;
    height: 100%;
    float: left;
}
.costumModal h5 {
	color: #9d0916;
	font-weight:600;	
}

.costumModal a {
    background: #FF0080;
    border-radius: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    float: none !important;
    padding: 10px;
}
.costumModal button.close {
    background: #FF0080;
    opacity: 1;
    color: #fff;
    padding: 6px 12px;
    top: -12px;
    right: -12px;
    position: absolute;
    font-size: 30px;
}
/*#####################
Additional Styles (required)
#####################*/
.article-slide .carousel-indicators {
    bottom: 0;
    left: 10px;
    margin-left: 5px;
    width: 100%;
}
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 55px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: auto;
}
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 55px;
    left: 0;
    width: auto;
    object-fit: contain;
}
.article-slide .carousel-indicators .active img {
    border: 2px solid #39b3d7;

}

.article-slide .item img {
    float: left;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    height: 100%;
    min-height: 1px;
}
ul.class12 {
    padding: 0;
    float: left;
    width: 100%;
}
ul.class12 li {
    list-style: none;
    float: left;
    text-align: center;
    width: 85px;
	height:85px;
}
ul.class12 li h6 {
    font-size: 11px;
}
ul.class12 li img {
    width: 25px !important;
}
.singal-room-img {
    position: relative;
}
.singal-room-icon img {
    border: 0;
    box-shadow: none;
    width: 30px !important;
    height: 30px !important;
}
.singal-room-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 0, 128, 0.74);
    padding: 7px;
}	