/*
* Template Name: Luxen Premium Hotel Template
* Author: Hoteliers.Guru
* Version:2.0
* Updated on 24 Feb. 2017 by Toni
*/

/* Table Of Content
1   - Import
2   - Global Css
3   - Header
4   - Slider
5   - About Info
6   - News
7   - Room
8   - Parallax
9   - Support
10  - Newsletter
11  - Footer
12  - Breadcrumb
13  - Accordion
14  - About Destination & Tab
15  - Sidebar
16  - Gallery
17  - Room List
18  - Quick reservation
19  - Room Single
20  - Contact Form
21  - Error Page
22  - Blog
23  - Comments
24  - Under Construction
*/

/*-----------------------------------------------------------------------------------*/
/*  Import
/*-----------------------------------------------------------------------------------*/

@import url("2035-reset.css");
@import url("animate.css");
@import url("slicknav.css");

/* IMPORT FONT */

@import url('https://fonts.googleapis.com/css?family=Peddana&subset=telugu');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #515151;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/*-----------------------------------------------------------------------------------*/
/*  Global Css
/*-----------------------------------------------------------------------------------*/

#wrapper {
    width: 100%;
    height: auto;
}

.pos-center {
    text-align: center;
}

.pos-left {
    text-align: left;
}

.pos-right {
    text-align: right;
}
a {
    color: #515151;
	text-decoration: none;
	transition:  all 0.4s;
}

a:hover {
    color: #0a0a0a;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.rsp-img-center {
    margin: 0 auto;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
}
h1 {
    font-size: 36px;
    letter-spacing: 0.0825em;
	font-family: 'Peddana', serif;
}

h2 {
    font-size: 62px;
    letter-spacing: 0.0825em;
	font-family: 'Peddana', serif;
}

h3 {
    font-size: 40px;
    letter-spacing: 0.0625em;
	font-family: 'Peddana', serif;
}

h4 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.0825em;
}

h5 {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.0825em;
}

h6 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.0825em;
}
p{
	letter-spacing: 0.03em;
	text-align: justify;
	color: #515151; /* Set Text Color */
}
.content{
    background: #fff;
    line-height: 25px;
}

.slicknav_menu {
    display:none;
}
.border_bottom{
	width: 100%;
	margin: 40px 0px 0px 0px;
	border-bottom: 1px solid #34868E;
}
.relative{
	position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

.pre-header {
    background: #fff;
    height: 35px;
	position: relative;
	z-index: 810;
}
.pre-header a,
.language-box ul li a,
.pre-header .phone{
	font-size: 12px;
}
.pre-header ul, .pre-header p{
	margin: 0;
	padding: 0;
}
.pre-header ul li {
    float: left;
    margin-right: 20px;
}
.pre-header i {
    padding-right: 5px;
}
.pre-header .prelink-box{
	margin: 0 120px 0 0;
}
.pre-header .prelink-box a{
	display: inline-block;
	color: #212121;
	padding: 8px 20px 6px 0;
	position: relative;
}
.pre-header .prelink-box a::before{
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	top: 6px;
	left: -10px;
	visibility: hidden;
}
.pre-header .prelink-box a:hover::before{
	visibility: visible;
}
.pre-header .phone{
	position: relative;
    padding: 8px 0 6px 0;
}
.pre-header .phone::before{
	content: "\f095";
	font-family: FontAwesome;
	color: #212121;
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
}
.language-box{
	z-index: 850;
	position: relative;
}
.language-box ul{
    height: 35px;
    position: absolute;
	right:0;
	top:0;
    z-index: 850;
    padding: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
	border-left:1px solid #f4f4f4;
}
.language-box ul:hover{
	height: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.language-box ul li{
    float: none;
    margin: 0;
    padding: 0;
	height: 35px;
	position: relative;
	width: 120px;
	background: rgba(0,0,0,0.2);
	transition:  all 0.3s;
	display: block;
}
.language-box ul li.dropdown-box{
	background: rgba(255,255,255,0.2);
}
.language-box ul li.dropdown-box:hover{
	background: rgba(255,255,255,0.4);
}
.language-box ul li:last-child{
    border-bottom: 0;
}
.language-box ul li a{
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	padding: 8px 0 0 0;
	color: #fff;
}

/* Main Header */

.header-tab {
	z-index:800;
	width:100%;
	height: auto;
	top:35px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0;
	transition:  all 0.6s;
}
.header-tab:hover {
	background-color: rgba(255, 255, 255, 0.95);
}
.header-tab.fixed{
	position: fixed;
	top:0;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow:  0 0 10px rgba(0,0,0,0.1);
}
.header-tab .header-wrapper{
	position: relative;
	width: 100%;
	height: 90px;
}
.header-tab.fixed .header-wrapper{
	height: 70px;
	transition:  all 0.4s;
}
.header-tab .site-logo {
	width: 200px;
	height: 44px;
    position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
	transition:  all 0.4s;
}
.header-tab .site-logo img{
	height: 100%;
	width: auto;
}

/******* TITLE *******/

.title-style-1{
	position: relative;
	padding: 0 0 35px 0;
	width: 100%;
}
.title-style-1::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 60px;
	height: 1px;
	background: #e1e1e1;
}
.title-style-1 a.more-btn{
	position: absolute;
	right:0;
	top: 5px;
	color: #797979;
	font-size: 14px;
	letter-spacing: 0.03em;
}
.title-style-1 a.more-btn::after{
	content: "\f138";
	font-family: FontAwesome;
	margin: 0 0 0 5px;
	font-size: 18px;
	color: #ccc;
	transition:  all 0.4s;
	position: relative;
	top: 2px;
}
.title-style-1 a.more-btn:hover::after{
	color: #212121;
}

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
nav a{
	display: block;
	width: 100%;
}
.header-tab nav{
	position: absolute;
	width: 80%;
	right:0;
	top:0;
}
.header-tab nav .navigation{
	padding: 0;
	margin: 0;
	text-align: right;
}
.header-tab nav .navigation li{
	display: inline-block;
	height: auto;
	padding: 0;
	position: relative;
}
.header-tab nav .navigation li.active::before,
.header-tab nav .navigation li::before{
	content: "";
	position: absolute;
	left: 10px;
	right:10px;
	bottom: 30px;
	margin: auto;
	width: 30%;
	height: 1px;
	background: #000;
	transition:  all 0.4s;
}
.header-tab nav .navigation li ul li::before{
	visibility: hidden;
}
.header-tab nav .navigation li::before{
	width: 0;
}
.header-tab nav .navigation li:hover::before{
	width: 50%;
}
.header-tab.fixed nav .navigation li.active::before,
.header-tab.fixed nav .navigation li::before{
	bottom: 22px;
}
.header-tab nav .navigation li a{
	height: 90px;
	overflow: hidden;
	padding: 33px 10px 0 10px;
}
.header-tab nav .navigation li.parent-menu a{
	padding: 33px 25px 0 10px;
}
.header-tab.fixed nav .navigation li a{
	height: 70px;
	padding: 23px 10px 0 10px;
}
.header-tab.fixed nav .navigation li.parent-menu a{
	padding: 23px 25px 0 10px;
}
.header-tab nav .navigation li.parent-menu::after{
	content: "\f13a";
	display: block;
	position: absolute;
	font-family: FontAwesome;
	right:5px;
	top:-8px;
	bottom: 0;
	font-size: 13px;
	width: 13px;
	height: 13px;
	margin: auto;
}
/*.header-tab.fixed nav .navigation li.parent-menu::after{*/
/*	top: -5px;*/
/*}*/
.header-tab nav .navigation li ul{
	position: absolute;
	top: 90px;
	left: 0;
	width: 200px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.95);
}
.header-tab.fixed nav .navigation li ul{
	top:70px;
}
.header-tab nav .navigation li ul li,
.header-tab.fixed nav .navigation li ul li{
	display: block;
	text-align: left;
	border-bottom: solid 1px #f4f4f4;
}
.header-tab nav .navigation li ul li a:hover{
	background: #f5f5f5;
	color: #212121;
}
.header-tab nav .navigation li ul li a,
.header-tab.fixed nav .navigation li ul li a{
	height: auto;
	padding: 8px 10px 6px 10px !important;
}
.header-tab nav .navigation li ul li:last-child{
	border:none;
}

.responsive-navigation{
	display: none;
	position: fixed;
	z-index: 950;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 70px 0 0 0;
	background: #fff;
	text-align: center;
	animation-name: fadeIn;
	animation-duration: 0.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay:0s;
	transition:  all 0.4s;
}
.responsive-navigation.show{
	display: block;
}
.responsive-navigation ul{
	margin: 0 !important;
	padding: 0 !important;
}
.responsive-navigation ul li{
	display: block;
	list-style: none;
	width: 100%;
	height: auto;
	padding: 7px 0;
	font-size: 17px;
	color: #515151;
	letter-spacing: 0.04em;
	position: relative;
	animation-name: fadeInUp;
	animation-duration: 0.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay: 0.3s;
}
.responsive-navigation ul li.active::before{
	content: "\f0da";
	font-family: FontAwesome;
}


/*-----------------------------------------------------------------------------------*/
/*  Slider
/*-----------------------------------------------------------------------------------*/

.slider .flex-direction-nav a{
	margin: 20px 0 0 0 !important;
}
.flex-direction-nav a:before{
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    color: #fff;
    font-size: 40px;
    position: relative;
    top: 5px;
    opacity: 0.8;
	text-align: center;}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

.flex-direction-nav a:before:hover {
    opacity: 1;
}

.falsenav .flex-control-paging {
    display: none;
}

.flexslider ul.slides li, .flexslider-thumb ul.slides li{
    position: relative;
}

.flexslider ul li .slider-textbox{
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
    width: 100%;
    height: 30%;
	text-align: left;
	z-index: 50;
	padding: 3.4% 0;
	color: #fff;
}

.slider-home .flex-viewport {
	width: 100% !important;
}

.slider {
    position: relative;
}

.slider-loading{
    background: #fff;
    z-index: 99999999999999999999;
}

.slider-loading .slides{
    display: none;
}

.slider-loading:after{
    content:url(../img/progress.gif);
    position: absolute;
    top: 30%;
    left: 50%;
    background: #fff;
}

.slider-bar{
    width: 100%;
    height: auto;
    font-size:65px;
    padding:0;
	font-family: 'Peddana', serif;
	letter-spacing: 0.05em;
	position: relative;
	animation-name: fadeInLeft;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay: 0.2s;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.slider-bar::after{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	bottom: 13px;
	width: 80px;
	height: 1px;
	background: #fff;
	animation-name: fadeInLeft;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay: 0.8s;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.slider-bar-under{
    width: 50%;
    height: auto;
    font-size:15px;
    padding:0 0 0 10px;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-transform: uppercase;
	animation-name: fadeInLeft;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay: 0.6s;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.sod_select{
    width: 75px;
    padding: 0;
    padding-left: 10px;
    border: solid 1px #34868e;
    height: 30px;
    background: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding-top: 8px;
}

.sod_select.open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sod_select .sod_list_wrapper{
	border: solid 1px #D7C28C;
}

::-webkit-input-placeholder{
    color: #FFF;
    font-size: 11px;
}

.date-selector::-webkit-input-placeholder{
    color: #e4b248;
}

.date-selector:-moz-placeholder{
    color: #34868E !important;
}

.date-selector::-moz-placeholder{
    color: #e4b248;
}

.date-selector:-ms-input-placeholder{
    color: #e4b248;
}

/*-----------------------------------------------------------------------------------*/
/*  Reservation
/*-----------------------------------------------------------------------------------*/
.reservation{
	position: relative;
	width: 100%;
	height: 85px;
}
.reservation-tab{
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom:0;
	background: #f5f5f5;
	color: #4c4c4c;
	z-index: 500;
}
.reservation .reservation-tab{
	top: 0;
	bottom: auto;
	background: none;
}
.reservation-tab .cols,
.reservation-tab .cols20{
	position: relative;
	float: left;
	width: 13.33333%;
	height: 80px;
	text-align: left;
	padding: 7px 5px;
}
.reservation-tab .cols20{
	width: 20%;
	overflow: hidden;
	padding: 0;
}
.reservation-tab .cols20 .title{
	width: 95%;
	height: 80px;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.reservation-tab.page .cols20 .title{
	background: #fff !important;
}
.reservation-tab .cols20 h1,
.reservation-tab .cols20 p{
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 100;
	letter-spacing: 0.08em;
	text-align: center;
}
.reservation-tab.page .cols20 h1,
.reservation-tab.page .cols20 p{
	color: auto;
}
.reservation-tab .cols20 p{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.03em;
	position: relative;
	top:-7px;
}
.reservation-tab label{
	font-family: 'Peddana', serif;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}
.reservation-tab input,
.reservation-tab select{
	border:solid 1px #ccc;
	background:none;
	-webkit-appearance: none;
    -moz-appearance: none;
	border-radius: 0px;
	position: relative;
	top: -2px;
	width: 100%;
	height: 30px;
}
.reservation-tab input:focus,
.reservation-tab select:focus{
	border-color: #515151;
}
.reservation-tab input{
	font-size: 14px;
	padding: 0 5px;
}
.reservation-tab select{
	position: relative;
	width: 100%;
	font-size: 14px;
	padding: 0 20px 0 7px
}
.reservation-tab .cols.calendar::after,
.reservation-tab .cols.select::after{
	content: "\f073";
	position: absolute;
	font-family: FontAwesome;
	right: 10px;
	bottom: 20px;
}
.reservation-tab .cols.select::after{
	content: "\f107";
}
.reservation-tab input[type="button"]{
	width: 95%;
	height: 80px;
	position: absolute;
	right: -1px;
	top:0;
	bottom: 0;
	margin: auto;
	color: #fff;
	border:none;
	text-align: center;
	overflow: hidden;
	padding: 0;
	letter-spacing: 0.05em;
	transition:  all 0.3s;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}
.reservation-tab input[type="button"]:hover{
	background: #212121 !important;
	color: #fff;
}
.reservation-tab.page input[type="button"]{
	height: 45px;
}

/*-----------------------------------------------------------------------------------*/
/*  About Info
/*-----------------------------------------------------------------------------------*/
.about{
	padding: 60px 0;
}
.about-title{
	padding: 0 0 40px 0;
}
.about-title h2{
	font-size: 50px;
}
.about-title .tagline {
	font-size: 18px;
	position: relative;
	top:-10px;
	padding: 0;
	margin: 0;
	letter-spacing: 0.04em;
	font-family: 'Roboto', sans-serif;
}
.about-title p {
    font-size: 15px;
	text-align: justify;
}

/*-----------------------------------------------------------------------------------*/
/*  Home Offers
/*-----------------------------------------------------------------------------------*/

.offer-wrapper{
	width: 100%;
	height: auto;
}
.offer-wrapper .offer-list{
	width: 100%;
	min-height: 140px;
	padding: 0 0 0px 0;
	position: relative;
	transition: all 0.4s;
}
.offer-wrapper .offer-list::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 15px;
	border-bottom: dashed 1px #e1e1e1;
}
.offer-list .img-wrapper{
	float: left;
	width: 110px;
	position: relative;
}
.offer-list .offer-content{
	width: 100%;
	padding: 0 0 0 125px;
	font-size: 15px;
}
.offer-list .img-wrapper .circle-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #f1f1f1 center center no-repeat;
	background-size: cover;
	-ms-transform: scale(1, 1); 
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	transition: all 0.4s;
}
.offer-list:hover .img-wrapper .circle-img{
	-ms-transform: scale(1.1, 1.1); 
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.offer-list .offer-content h3 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	transition:  all 0.3s;
	color: #515151;
}
.offer-wrapper .offer-list:hover h1{
	color: #212121;
}
.offer-list .offer-content .content p{
	padding: 15px 0 0 0;
	text-align: justify;
}

/*-----------------------------------------------------------------------------------*/
/*  Newsletter
/*-----------------------------------------------------------------------------------*/
.newsletter,
.newsletter-wrapper{
	width: 100%;
	height: auto;
}
.newsletter-wrapper{
	padding: 40px 20px;
	color: #fff;
	position: relative;
	bottom: -5px;
	display: inline-block;
}
.newsletter-wrapper .title,
.newsletter-wrapper .form{
	width: 50%;
	float: left;
}
.newsletter-wrapper .title{
	text-align: right;
	padding: 0 30px 0 0;
}
.newsletter-wrapper .title h3{
	font-size: 22px;
	letter-spacing: 0.07em;
	padding: 7px 0 0 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.newsletter-wrapper .form{
	text-align: left;
}
.newsletter-wrapper .form input[type="text"]{
	background: none;
	border:none;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	width: 40%;
	height: 40px;
}
.newsletter-wrapper .form input[type="text"]:focus{
	border-bottom: solid 1px rgba(255,255,255,1);
}
.newsletter-wrapper .form input[type="submit"]{
	background: rgba(0,0,0,0.1);
	border:none;
	width: 140px;
	height: 40px;
	font-size: 15px;
	margin: 0 0 0 15px;
	font-family: 'Roboto', sans-serif;
	transition:  all 0.4s;
}
.newsletter-wrapper .form input[type="submit"]:hover{
	background: rgba(0,0,0,0.3);
}

/*-----------------------------------------------------------------------------------*/
/*  Home Accom
/*-----------------------------------------------------------------------------------*/
.home-accom,
.offers{
	padding: 60px 0;
	background: auto;
}
.offers{
	background: #fff;
}
.home-room-box {
	width: 98%;
	margin: 60px auto;
}

.home-room-details ul li {
    margin-top: 5px;
    float: left;
    margin-right: 17px;
}

.home-room-details h3{
    color: #515151;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0.02em;
}
.home-room-box .button-style-2 {
	margin: 15px 0 0 0;
	display: block;
	width: 120px;
	height: 40px;
	background: #000;
	text-align: center;
	overflow: hidden;
	padding: 8px 0 0 0;
	color: #fff !important;
	font-weight: 400;
	transition: all 0.4s;
}
.box_accommodation a:hover .button-style-2{
	background: #212121 !important;
}
.home-room-details i{
    color: #e4b248;
}

.room-rating ul li {
    float: left;
    margin-right: 5px;
}

.room-rating ul li i {
    color: #e4b248;
    font-size: 10px;
}

.room-rating ul li i.inactive {
    color: #c6c6c6;
}

.room-image {
    position: relative;
    overflow: hidden;
	width: 100%;
	height: 450px;
	background: center center no-repeat;
	background-size: cover;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
	z-index: 50;
}
.room-image.img-null{
	background: #dedede;
}
.room-image.img-null::after{
	content: "No Image Available";
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top:0;
	bottom: 0;
	width: 100%;
	height: 20px;
	font-size: 16px;
	margin: auto;
	letter-spacing: 0.05em;
	
}
.home-room-box:hover .home-room-details{
    height: 70px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-room-details {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    padding-top: 7px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 40px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.room-details {
    margin: 25px 0;
}

.room-bottom h4 {
    color: #e4b248;
}

.room-bottom-time {
    font-size: 9px;
    color: #979797;
}

.room-features {
    position: absolute;
    background: rgba(0,0,0,0.8);
    padding: 1px 12px;
    color: #FFF;
    font-size: 9px;
    top: 9px;
    right: 10px;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.room-features i {
    padding-right: 5px;
}

.home-room-box:hover  .room-features {
    background: rgba(0,0,0,1);
}

.flexslider-thumb .flex-control-nav li{
    width: 126px;
}

.flexslider-thumb{
    margin-bottom: 30px;
}

@font-face {
    font-family: 'weather';
    src: url('artill-clean-icons/artill_clean_icons-webfont.eot');
    src: url('artill-clean-icons/artill_clean_icons-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('artill-clean-icons/artill_clean_icons-webfont.woff') format('woff'),
         url('artill-clean-icons/artill_clean_icons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather{
    padding-top: 10px;
}

#weather i {
  color: #b4b4b4;
  font-family: weather;
  font-size: 130px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

#weather .pull-left{
    margin-top: -30px;
}

#weather h3{
    font-size: 14px;
    padding-left: 10px;
}

#weather h3:first-child{
    margin-top:40px;
}

/*-----------------------------------------------------------------------------------*/
/*  Parallax
/*-----------------------------------------------------------------------------------*/
.title-page{
	width: 100%;
	padding: 60px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Parallax
/*-----------------------------------------------------------------------------------*/

.parallax{
    position: relative;
    width: 100%;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: top center;
}

.parallax-one {
	height:350px ! important;
}

/*-----------------------------------------------------------------------------------*/
/*  Support
/*-----------------------------------------------------------------------------------*/

.support-box {
    position: relative;
    background: rgba(255,255,255,0.95);
    padding: 10px 50px;
    padding-top: 60px;
}

.support-box-title {
    position: absolute;
    background: rgba(36,57,66,0.8);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.support-box-title i {
    color: #FFF;
    font-size: 18px;
    padding-top: 22px;
}

/* Flip Card */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    transform-style: preserve-3d;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
}

.flip-container:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.flip-container:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    width: 100%;
    height: 225px;
}

/* flip speed goes here */
.flipper {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff !important;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
footer{
	padding: 60px 0;
	background: auto;
	overflow: hidden;
	position: relative;
	color: #fff;
}
footer h4 {
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: #515151;
}
footer .footer-content{
	padding: 40px 0;
}
footer .footer-content .cols{
	width: 33.333333%;
	height: auto;
	padding: 0 5.5%;
	float: left;
}
footer .footer-content .cols span{
	display: block;
	width: 70px;
	height: 70px;
 	border:solid 1px;
	position: relative;
	margin: 0 auto 30px auto;
	border-radius: 50%;
	overflow:hidden;
	text-align: center;
	background: none;
}
footer .footer-content .cols span::before{
	content: "";
	font-family: FontAwesome;
	font-size: 24px;
	color: auto;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top:-12px;
	bottom: 0;
	right:0;
	margin: auto;
}
footer .footer-content .cols span.email::before{
	content: "\f0e0";
}
footer .footer-content .cols span.locate::before{
	content: "\f041";
}
footer .footer-content .cols span.phone::before{
	content: "\f095";
}
footer .footer-content .cols p{
	width: 100%;
	display: block;
	font-size: 15px;
	letter-spacing: 0.04em;
	text-align: center;
}
footer .social{
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
}
footer .social a{
	display:inline-block;
	width:50px;
	height:50px;
	margin:0 10px;
	border-radius:50%;
	overflow:hidden;
	background: #fff;
	transition: all 0.3s;
	color: #797979;
	position: relative;
	z-index: 20;
}
footer .social a:hover{
	background: auto;
}
footer .social a span{
	position: relative;
	z-index: 100;
}
footer .social a span::before{
	font-family: FontAwesome;
	font-size: 19px;
	position: relative;
	top: 11px;
}
footer .social a:hover span::before{
	color: #fff;
}

/* Social Icon */

footer .social span.facebook::before{
	content: "\f09a";
}
footer .social span.tripadvisor::before{
	content: "\f262";
}
footer .social span.twitter::before{
	content: "\f099";
}
footer .social span.google::before{
	content: "\f1a0";
}
footer .social span.ig::before{
	content: "\f16d";
}
.copyright{
	width: 100%;
	background: #fff;
	padding: 20px 10px;
	font-size: 13px;
	letter-spacing: 0.07em;
	text-align: center;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  Breadcrumb
/*-----------------------------------------------------------------------------------*/


.breadcrumb {
	height: 578px;
	position: relative;
	background: no-repeat fixed;
    background-size: cover;
}

.breadcrumb h1 {
    font-size: 60px;
	text-transform: uppercase;
}

.menu_page{
	padding: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Accordion
/*-----------------------------------------------------------------------------------*/

.panel {
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
	border: 1px solid #75d0d9;
}

.active .plus-box {
    border: 0;
    color: #fff;
}

.panel-style {
    padding: 7px 20px;
}

.active-panel .panel-style {
    background: #75d0d9;
    border-bottom: solid 3px #34868E;
}

.panel-style a {
    margin-left: 10px;
}

.active-panel .panel-style a {
    color: #303030;
}

.panel-style h4 {
    font-size: 14px;
	text-transform: uppercase;
}

.tabbed-area h4 {
    margin-bottom: 15px;
}

.tabbed-area li a{
    width: 100%;
    display: inline-block;
    line-height: 45px;
}

/*-----------------------------------------------------------------------------------*/
/*  About Destination & Tab
/*-----------------------------------------------------------------------------------*/

.about-destination-box {
    padding: 20px 0;
    padding-top: 30px;
    border-bottom: solid 1px #f1f1f1;
}

.about-destination-box:first-child {
    padding-top: 0;
}

.about-destination-box a p{
    color: #727272;
}

.tab-style .active-tab h6 {
    color: #e4b248;
}

/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/

.blg-img {
    width: 20%;
}

.blg-txt {
    padding-left: 5%;
    width: 75%;
}

.blg-txt p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
}

ul.sidebar-recent li {
    margin-bottom: 30px;
}

ul.sidebar-recent li:last-child {
    margin-bottom: 0;
}

ul.sidebar-recent li h5 {
    line-height: 22px;
}

.luxen-widget .title h5 {
    margin-bottom: 20px;
}

.luxen-widget {
    margin-bottom: 40px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px dashed #A7885C;
}

ul.social-links li {
    float: left;
}

ul.social-links li i {
    width: 30px;
    height: 30px;
    background: #e4b248;
    border-radius: 50%;
    color: #FFF;
    margin-right: 10px;
    text-align: center;
    padding-top: 9px;
    font-size: 12px;
}

ul.social-links li i:hover {
    background: #303030;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.luxen-widget.news-widget .footer-links{
    margin-top: 10px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Gallery
/*-----------------------------------------------------------------------------------*/

.gallery-box {
	margin: 0;
}

.gallery-box h5 {
    margin-top: 20px;
    line-height: 12px;
}

.gallery-box h6 {
    font-size: 14px;
    color:#34868E;
}

/*-----------------------------------------------------------------------------------*/
/*  Page Configuration
/*-----------------------------------------------------------------------------------*/
.extendlisting-content,
.extendpage-wrapper{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	color: #515151;
}

.title-page .content{
	padding: 50px 0 0 0;
	position: relative;
}
.page-wrapper{
	overflow: hidden;
	padding: 0 0 60px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Extend Listing Content
/*-----------------------------------------------------------------------------------*/
.extendlisting-content {
	padding:0 0 60px 0;
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list{
	width:100%;
	height:auto;
	margin:1%;
	z-index:1;
	display:inline-table;
	padding: 0 0 30px 0;
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper{
	position:relative;
	overflow:hidden;
	/*padding:0;*/
	/*margin:0;*/
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .img-wrapper{
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	/*z-index:10;*/
	/*background:  rgba(86,86,86,1);*/
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .img-wrapper .img-null{
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin: auto;
	color: rgba(255,255,255,0.3);
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .img-wrapper img{
	/*height:100%;*/
	/*width:auto;*/
	transition: all 0.7s;
	/*position:absolute;*/
	/*left:0;*/
	/*top:0;*/
	/*z-index:20;*/
	/*-ms-transform: scale(1.1, 1.1);*/
	/*-webkit-transform: scale(1.1, 1.1);*/
	transform: scale(1.1, 1.1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list:hover .extendlisting-list-wrapper .img-wrapper img{
	-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .content{
	padding:10px 0;
	text-align:center;
	position:relative;
	color: #515151;
	overflow:hidden;
	height:150px;
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .content h2{
	font-size:30px;
	font-weight:300;
	letter-spacing:0em;
	text-align: left;
	padding: 10px 0;
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper .content p{
	font-size:15px;
	font-weight:300;
	letter-spacing:0.03em;
	padding:0;
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper a{
	display: block;
	width: 140px;
	height: 40px;
	border:none;
	overflow: hidden;
	padding: 8px 0 0 0;
	text-align: center;
	margin:13px 0 0 0;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.extendlisting-content .extendlisting-wrapper .extendlisting-list .extendlisting-list-wrapper a:hover{
	background: #212121 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Room Single
/*-----------------------------------------------------------------------------------*/

ul.room-services {
    margin-top: 30px;
}

ul.room-services i {
    color: #e4b248;
    padding-right: 10px;
}

ul.room-services li {
    margin-bottom: 7px;
}

ul.tabbed-area li {
    float: left;
    width: 33%;
    border: solid 1px #f1f1f1;
    padding: 0 20px;
}

ul.tabbed-area li.active {
    background: #e4b248;
    border: solid 1px #e4b248;
}

ul.tabbed-area li.active a {
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact & Map
/*-----------------------------------------------------------------------------------*/
.map{
	width: 100%;
	height: 600px;
	position: relative;
}
.map #map-container{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
.contact .contact-wrapper{
	width: 100%;
	padding: 0;
}

.contact-wrapper .contactform input[type="text"]{
	position:relative;
	width:100%;
	height:40px;
	border: solid 1px #e1e1e1;
	display:block;
	color: #591103;
	padding:5px;
	 
	margin: 0 0 7px 0;
}
.contact-wrapper .contactform textarea{
	width:100%;
	height:200px;
	background: none;
	border:solid 1px #e1e1e1;
	padding:5px;
	color: #591103;
	margin:0 0 20px 0;
}
.contact-wrapper .contactform input[type="button"] {
	background: auto;
	width: 100%;
	height: 45px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s;
}

.contact-wrapper .col-send {
	float: left; width: 100%; padding: 20px 0;
}

.contact-wrapper .contactform input[type="button"]:hover{
	background:#212121;
	color: #fff;
}

.contact-wrapper .contactform ::-webkit-input-placeholder {
   color: #797979;
   letter-spacing:0.03em;
}
.contact-wrapper .contactform :-moz-placeholder {
   color: #797979;  
   letter-spacing:0.03em;
}
.contact-wrapper .contactform ::-moz-placeholder {
   color: #797979;  
   letter-spacing:0.03em;
}
.contact-wrapper .contactform :-ms-input-placeholder {  
   color: #797979;  
   letter-spacing:0.03em;
}

/*-----------------------------------------------------------------------------------*/
/*  Error Page
/*-----------------------------------------------------------------------------------*/

.big-error-number {
    font-size: 180px;
}

.error-page-container .button-style-1 {
    margin-top: 100px;
    margin-bottom: 15%;
}

/*-----------------------------------------------------------------------------------*/
/*  Downlaod
/*-----------------------------------------------------------------------------------*/
.download {
	padding: 0 0 60px 0;
	color: #000 !important;
	background: #fff;
}
.download .download-content{
	padding:10px 0 20px 0;
	font-family:roboto;
	letter-spacing:0.04em;
	color: #000;
}
.download .download-list{
	width:100%;
	height:auto;
	padding:0 0 30px 0;
	margin:0 0 0px 0;
	position:relative;
	transition: all 0.5s;
}
.download .download-list h4{
	text-align:center;
	font-size:20px;
	width:100%;
	height:auto;
	padding:15px 0;
	color: #515151;
	letter-spacing:0.07em;
	font-weight:400;
}
.download .download-list p{
	text-align:justify;
	padding:0 5px;
}
.download .download-list .img-wrapper{
	overflow:hidden;
}
.download .download-list .img-wrapper img{
	width:100%;
	height:auto;
}
.download .download-list a{
	width:140px;
	height:38px;
	background: auto;
	padding:7px 0 0 0;
	text-align:center;
	color: #fff;
	font-size:16px;
	letter-spacing:0.05em;
	display:block;
	position:relative;
	left:0;
	right:0;
	margin:30px auto 0 auto;
	transition: all 0.3s;
}
.download .download-list a span{
	position: relative;
	z-index:30;
}
.download .download-list a:hover{
	background: #212121;
}

/*-----------------------------------------------------------------------------------*/
/*  Comments
/*-----------------------------------------------------------------------------------*/

.write-comment-box {
    padding: 40px;
}

.write-comment a {
    color: #666;
}

.comment-box {
    background: #f5f5f5;
    padding: 30px;
}

.comment-author-image img {
    width: 75px;
}

.write-comment-box input[type="submit"] {
    float: right;
}

.children li {
    margin-left: 15%;
    position: relative;
    height: auto !important;
}

.children li.comment-box:after {
    content: '';
    position: absolute;
    left: -80px;
    top: -15px;
    height: 80px;
    width: 40px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.children > .children li {
    margin-left: 30%;
    position: relative;
    height: auto !important;
}

.children > .children li:after {
    content: '';
    position: absolute;
    left: -80px;
    top: -15px;
    height: 80px;
    width: 40px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*-----------------------------------------------------------------------------------*/
/*  Under Construction
/*-----------------------------------------------------------------------------------*/

#under-construction-page {
    background: url(../temp/slider-2.jpg) !important;
    height: 100%;
}

.mask {
    height: 100%;
    background: rgba(0,0,0,0.6);
}

#under-construction-page .logo {
    max-width: 180px;
    margin: 0 auto;
}

#under-construction-page .cons-line {
    width: 50%;
    margin: 0 auto;
    height: 1px;
    background: rgba(255,255,255,0.1);
}

#under-construction-page h1 {
    color: #FFF;
}

#under-construction-page p {
    color: #FFF;
    font-size: 12px;
    max-width: 50%;
    margin: 0 auto;
}

.free-book{
    background: #162229;
}

.free-book .book-slider{
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 140px 0;
    background: transparent;
}

.light-book-form input[type="text"]{
    width: 100%;
    border:solid 1px #f0f0f0;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}

.light-book-form ::-webkit-input-placeholder {
    color: #555;
    font-size: 11px;
}

.light-book-form label{
    color: #111;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    margin-top: 40px;
    font-weight: normal;
}

.light-book-form .sod_select{
   color: #555;
   border:solid 1px #f0f0f0;
   border-radius: 0;
   height: 44px;
   width: 100%;
}

.light-book-form .li-select{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.light-book-form .li-select.no-margin{
    margin-right: 0;
}

.reset-clearfix{
    clear: both;
}

.light-book-form .sod_label{
    padding-top: 5px;
}

.light-book-form .reservation-confirm{
    color: #333;
}

.white-title h2{
    color: #FFF;
}
.green{
	color: #34868E;
}
.box_title{
	width: 50%;
	border-bottom: 2px solid #a7885c;
}

/*-----------------------------------------------------------------------------------*/
/*  Table Rate Css
/*-----------------------------------------------------------------------------------*/
#rounded-corner {
    font-size: 12px;
	text-align:center;
    margin: 20px 0px;
    width: 100%;
	border-top: 3px solid #34868e;
}
#rounded-corner thead th.rounded-company {
    background:#34868e;
	color:#75d0d9;
}
#rounded-corner thead th.rounded-q4 {
    background:#75d0d9;
	color:#34868e;
}
#rounded-corner th {
    background: #e6e4e4;
	text-align: left;
	padding: 10px 20px;
}
#rounded-corner td {
    background: #f2efef;
	text-align: left;
	padding: 10px 20px;
}
#rounded-corner tfoot td.rounded-foot-left {
    background: #8E5AB2;
	color:#ffffff;
}
#rounded-corner tfoot td.rounded-foot-right {
    background: #8E5AB2;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: 100% !important;
	min-width: auto !important;
}

.flex-control-nav{
	display: none;
}

