/*
Theme Name: Sixty One
Theme URI: http://www.cssigniter.com/ignite/themes/sixtyone
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description: Hotel theme for WordPress
Version: 1.0.2
License: GNU General Public License
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    background-color: #fafafa;
    color: #6e6e6e;
    font-family: "Lora", Georgia, Times, serif;
    line-height: 1.5;
}

*{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; 
}

/* Overriding the default 15px padding from left and right 
.column, .columns{
    padding: 0
}*/

.row .row{
    margin: 0;
}

.four.columns + .eight.columns,
.eight.columns + .four.columns{
    padding: 0 0 0 30px
}

/* =maps
------------------------------------------------------------------------------------------*/
iframe{
    width: 100%;
    max-width: 1170px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

/* =top
------------------------------------------------------------------------------------------*/

.textual h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.03em;
	font-family: Lora, Georgia, serif;
	line-height: 1em;
}

#panel_map {
	max-width: 1150px;
	min-height: 300px;
	margin: 0 auto;
}

#map { width: 100%; min-height: 300px; }

.diagonal_subtle{
	float: left;
	width: 100%;
	height: 8px;
  background: url(img/global/diagonal_subtle.png) repeat-x;
}

.single-room .entry .diagonal_subtle {
	margin-bottom: 35px;
}

.top p{
    font-size: 12px;
    font-style: italic;
    margin: 0;
    padding: 7px 0 8px 0;
    line-height: 1.5;
}

ul#misc{
    display: block;
    float: right;
    margin: 7px 0 8px 0;
    padding: 0;
}

ul#misc li{
    float: left;
    display: inline;
    margin: 0 25px 0 0;
    font-size: 12px;
}

ul#misc li:last-child{
    margin: 0;
}

a#map_icon{
    width: 12px;
    height: 20px;
    background: url(img/global/map_icon.png) no-repeat;
	display: block;
    margin: 7px auto 0 auto;
    text-indent: -3000px;
}

a#map_icon:hover{
    background: url(img/global/map_icon.png) left -20px no-repeat;
}

#panel {
    background: #333;
    height: 500px;
    display: none;
}

.top p.slide {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#panel h2{
    color: #b1b1b1;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
}

div.line_dark{
    margin: 40px auto 15px auto;
    width: 100%;
    background: url(img/global/line_dark.png) left center repeat-x;
    text-align: center;
    overflow: hidden;
}

#panel div.line_dark h2{
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    background-color: #333;
}

#panel p{
    color: #a7a7a7;
    font-style: italic;
    font-size: 13px;
    text-align: center;
}

#map img, #panel_map img {
	max-width: none;
}
/* =nav
------------------------------------------------------------------------------------------*/
.nav{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.nav ul{
    display: block;
    float: left;
    margin: 70px 0 40px 0;
    padding: 0;
}

.nav ul li{
    float: left;
    display: inline;
    margin: 0 45px 0 0;
  padding-top: 30px;
}

.nav ul.right{
    float: right;
}

.nav ul.right li:last-child{
    margin: 0;
}

.nav ul li ul{
    margin: 0!important;
}

h1{
	margin: 40px auto 0 auto;
}

.nav_select{
    display: none;
}

/* =slider
------------------------------------------------------------------------------------------*/
.slide_description{
    position: absolute;
    top: 200px;
    right: 0;
    width: 750px;
    height: 180px;
    background-color: #333;
    background-color: rgba(0, 0, 0, .7);    
    font-family: "Lora", Georgia, Times, serif;    
}

.slide_description .arrows{
    float: left;
    width: 84px;
    height: 180px;
}

.slide_description a.up{
    float: left;
    width: 84px;
    height: 90px;
    background-color: #222;
    background-color: rgba(0, 0, 0, .1);
}

.slide_description a.down{
    float: left;
    clear: both;
    width: 84px;
    height: 90px;
    background-color: #222;
    background-color: rgba(0, 0, 0, .1);
}

.slide_description a.down:hover,
.slide_description a.up:hover{
    background-color: #111;
    background-color: rgba(0, 0, 0, .3);
}

.slide_description a img{
    display: block;
    width: 24px!important;
    height: 12px!important;
    float: left!important;
    margin: 39px 0 39px 30px!important;
}

.slide_description .slide_text{
    float: left;
    width: 540px;
    margin: 0 0 0 20px;
}

.slide_description h2{
    font-size: 23px;
    color: #fff;    
    float: left;
    margin: 40px 0 0 0;
}

.slide_description p{
    font-size: 13px;
    color: #fff;
    clear: both;
    float: left;
    margin: 10px 0 0 0;
}

.slide_description a.learn_more{
    display: block;
    clear: both;
    float: right;
    width: 274px;
    padding: 10px 0;
    text-transform: uppercase;
    background-color: #444;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
}

.slide_description a.learn_more:hover{
    background-color: #333;
    background-color: rgba(0, 0, 0, .6);
    border-bottom: none;
}

/* =booking
------------------------------------------------------------------------------------------*/
.booking{
    float: left;
    width: 100%;
    clear: both;
    height: 100px;
    background: url(img/global/diagonal_bold.png) no-repeat;
    margin: 0 0 50px 0;
}

.full-booking {
	float: none;
	background: none;
	heihgt: auto;
}

.arrive, .booking-input, .booking-message {
	height: 45px;    
	background-color: #fff;
	margin: 25px auto 25px auto;
	border: 1px solid #E3E3E3;
	position: relative;
	font-style: italic;
}

.booking-message {
	height: 200px;
}

.booking-message textarea {
	height: 200px;
}

.arrive input,
.depart input {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 45px;
	border: 1px solid #E3E3E3;
	margin: 0;
	padding: 0 0 0 10px;
	background: #fff url(img/booking/date.png) no-repeat 95% 0;
	cursor: pointer;
	color: #6e6e6e; /* Overriding the defaults */
	font-family: "Lora", Georgia, Times, serif; /* Overriding the defaults */
	font-size: 14px;
	font-style: italic;
}

.booking-input input {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 45px;
	border: 1px solid #E3E3E3;
	margin: 0;
	padding: 0 0 0 10px;
	cursor: pointer;
	color: #6e6e6e; /* Overriding the defaults */
	font-family: "Lora", Georgia, Times, serif; /* Overriding the defaults */
	font-size: 14px;
	font-style: italic;
}

.full-booking textarea {
	position: absolute;
	z-index: 100;
	width: 100%;
	border: 1px solid #E3E3E3;
	margin: 0;
	padding: 15px 10px;
	cursor: pointer;
	color: #6e6e6e; /* Overriding the defaults */
	font-family: "Lora", Georgia, Times, serif; /* Overriding the defaults */
	font-size: 14px;
	font-style: italic;
}

.depart{
	height: 45px;    
    background-color: #fff;
    margin: 25px auto 25px auto;
    border: 1px solid #E3E3E3;
    position: relative;
    font-style: italic;
}

.room-select {
	width:100%;
	height: 45px;    
  margin: 25px auto 25px auto;
  font-style: italic;
}

.room-select label {
	  float: left;
    width: 36%;
    font-size: 14px;
    padding: 11px 10px 11px 10px;
    background-color: #fff;
    border: 1px solid #E3E3E3;    
    background: #fff url(img/booking/room.png) no-repeat 86% 15px;
}

.room-select div {
	  float: left;
    width: 64%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-left: none;
}

.room-select select{
    display: block;
    width: 94%;
    margin: 13px auto;
    cursor: pointer;
    color: #6e6e6e;
}


.guests{
	width:100%;
	height: 45px;    
  margin: 25px auto 25px auto;
  font-style: italic;
}

.guests label{
    float: left;
    width: 70%;
    font-size: 14px;
    padding: 11px 10px 11px 10px;
    background-color: #fff;
    border: 1px solid #E3E3E3;    
    background: #fff url(img/booking/guests.png) no-repeat 95% 13px;
}

.guests div{
    float: left;
    width: 30%;
    
    height: 45px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-left: none;
}

.guests select{
    display: block;
	width: 94%;
    margin: 13px auto;
    cursor: pointer;
    color: #6e6e6e;
}

.booking input.button{
    display: block;
    float: none;
    width: 80%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 25px auto 25px auto;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 15px 0;
    border: 1px solid #333;
    cursor: pointer;
}

.full-booking input.button {
	width: 150px;
	float: right;
}

.booking input.button:hover{
    background-color: #EFEFEF;
    color: #333;
}

.welcome{
	float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 30px 10px 0;
    border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}

.amenities{
	float: left;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 30px 15px 0 0;
    border-right: 1px solid #D7D7D7;
}

.special_offer{
    padding: 0 0 10px 30px;
}

.row.full{
    width: 100%;
    background-color: #f5f5f5;
    margin: 0 0 50px 0;
}

.prisoned{
    max-width: 1170px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

div.line{
	margin: 35px auto 45px auto;
	width: 100%;
    background: url(img/global/line.png) left center repeat-x;
    text-align: center;
    overflow: hidden;
}

.four.columns.vertical .room_intro{
    margin: 0 0 50px 0;
}

.room_intro{
    background-color: #fff;
    margin: 0 0 50px 0;   
    padding: 20px 20px 10px 20px;
}

.room_intro div{
    background-color: #fff;
    padding: 35px 0 0 0;
    border: 1px solid #fff;
}

.room_intro div:hover{
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 0px 8px #f1f1f1;
    -moz-box-shadow: 0px 0px 8px #f1f1f1;
    -o-box-shadow: 0px 0px 8px #f1f1f1;
    box-shadow: 0 0 8px #f1f1f1;
}

.booking input[type=submit] { font-size: 10px; }

/* =share + book =booknow
------------------------------------------------------------------------------------------*/
#share{
    overflow: hidden;
}

#share.blog_area{
    width: 160px;
}

#share p{
    font-size: 12px;
    font-style: italic;
    margin: 0;
    padding: 14px 0 0 0;
    line-height: 1.5;
    float: left;
}

#share ul{
    float: left;
    display: block;
    list-style-type: none;
    margin: 13px 0 0 10px;
    padding: 0;
}

#share ul li{
    width: auto;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    background: none;
}

.book_now p{
    float: none;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    margin: 0;
    padding: 14px 40px 0 0;
    line-height: 1.5;
    text-align: right;
}

/* =testimonials
------------------------------------------------------------------------------------------*/
.testimonials{
    margin: -20px auto 50px auto;
}

a.arrow_up,
a.arrow_down{
    display: block;
    width: 24px;
    height: 12px
}

a.arrow_up{
    margin: 0 auto 25px auto;
}

a.arrow_down{
    margin: 15px auto 0 auto;
}

/* =location
------------------------------------------------------------------------------------------*/
.location{
    margin: 0 auto 50px auto;
}

.location_services_container{
    float: left;
    margin: 20px 0 20px 0    
}

.location_services{
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 50px 50px 20px 50px;    
}

.service{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #efefef;    
}

.service:last-child{
    border-bottom: none;
}

dl dt{
    display: block;
    float: left;
    width: 15%;   
    padding: 20px 0 0 0;
}

dl dd{
    display: block;
    float: right;    
    width: 85%;
}

/* =gallery
------------------------------------------------------------------------------------------*/
.full.gallery{
    background-color: #f0f0f0; 
    padding: 0 
}

.single-gallery .entry { margin-bottom: 50px; }

/* =contact
------------------------------------------------------------------------------------------*/
.contact_form{
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.contact_form input,
.reply input{
    float: left;
    width: 45%;
    height: 45px;
    font-family: "Lora", Georgia, Times, serif;
    font-size: 14px;
    font-style: italic;
    background-color: #fff;
    color: #686868;
    border: 1px solid #ebebeb;
    margin: 0 40px 30px 0;
    padding: 0 0 0 20px
}

::-webkit-input-placeholder{
    color: #686868;
}
:-moz-placeholder{
    color: #686868;
}
input[placeholder], [placeholder], *[placeholder]{
    color:#686868!important
}

.contact_form input+input,
.reply input+input{
    margin: 0 0 20px 0;    
}

.contact_form textarea,
.reply textarea{
    float: left;
    width: 95%;
    height: 230px;
    font-family: "Lora", Georgia, Times, serif;
    font-size: 14px;
    font-style: italic;
    background-color: #fff;
    color: #686868;
    border: 1px solid #ebebeb;
    margin: 0 20px 30px 0;
    padding: 20px 0 0 20px;
    overflow: hidden;
}

.contact_form input.button,
.reply input.button{
    display: block;
    float: left;
    width: 20%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    border: none;
    padding: 6px 0;
    border: 1px solid #333;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.contact_form input.button:hover,
.reply input.button:hover{
    background-color: #EFEFEF;
    color: #333;
    border: 1px solid #d8d8d8;
}

#formerrors, #formsuccess {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 20px;
	background: rgba(233, 6, 0, 0.11);
	list-style: none;
}

#formsuccess {
	background: rgba(12, 233, 35, 0.10);
}
#formerrors li {
	padding: 5px 0;
	margin: 0;
}

/* =blog
------------------------------------------------------------------------------------------*/
.blog div.line{
    margin: 20px auto 40px auto;
    width: 100%;
    background: url(img/global/line.png) left center repeat-x;
    text-align: center;
    overflow: hidden;
}

.entry{
    float: left;
    width: 100%;
    padding: 25px 30px 10px 30px;    
    background-color: #fff;
}

.entry a, .entry a:visited {
	color: #000;
}

.divider{
    clear: both;
    float: left;
    width: 100%;
    height: 50px;
    background: url(img/global/basement.png) no-repeat center center;    
}

div.pagination{
    clear: both;
    float: left;
    width: 100%;   
    padding: 10px 0 0 0;
}

div.pagination div.centered{
    width: 340px
}

div.pagination span {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0px 5px 0 0;
    text-align: center;
}

#paging, .pagination { margin-bottom: 50px; font-size: 12px; }

.comments{
    clear: both;
    float: left;
    width: 100%;
    margin: 15px 0 30px 0; 
}

.comment{
    clear: both;
    float: left;
    width: 100%;
    margin: 30px 0 0 0; 
    border-bottom: 1px solid #d2d2d2;
}

.comment_body{
    float: left;
    width: 88%;
    padding: 0 0 15px 0;
}

span.name,
span.date{
    float: left;
    margin: 0 10px 10px 0;
    font-size: 13px;
}

span.name{
    font-weight: bold;    
}

span.date{
    font-style: italic;
}

.comment_body p{
    clear: both;
}

.comment_body input, .comment-reply-link{
    clear: both;
    float: right;
    display: block;
    width: 11%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    padding: 6px 0;
    border: 1px solid #333;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.comment_body input:hover, .comment-reply-link:hover{
    background-color: #EFEFEF;
    color: #333;
    border: 1px solid #d8d8d8;
}

.reply{
    float: left;
    width: 100%;
    margin: 20px 0 50px 0;
}

.avatar {
    float: left;
    margin: 0 30px 30px 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}



/* =sidebar
------------------------------------------------------------------------------------------*/
aside{
    float: left;
    width: 100%;
    background: url(img/global/diagonal_box.png) repeat;
    margin: 0 0 30px 0;
    padding: 10px;
}

.aside_container{
    float: left;
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px 30px 20px 30px;
}

.aside_container h3{
    font-size: 24px;
    color: #444;
    text-align: left;
}

.aside_container  {
    font-size: 13px;
    color: #686868;
    line-height: 2;
    margin: 0 0 10px 0;
}

.aside_container p+p{
    margin: 0;
}

.widget_search input{
    font-size: 14px;
    font-family: "Lora", Georgia, Times, serif;
    color: #686868 !important;
    font-style: italic;
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
    background: #fff url(img/sidebar/magnifier.png) no-repeat right 13px;
    outline: none;
	height: auto;
}

.widget_search input:focus{
	background: #fff url(img/sidebar/magnifier.png) no-repeat right 13px;
	color: #686868;
}

.widget_search input.searchsubmit{
   display: none;
}

.widget_about img {
	max-width: 135px;
	height: auto;
}

.widget_about .alignleft,
.widget_about .alignright {
	margin-bottom: 8px;
}

aside .textwidget, aside .widget_about {
	font-style: italic;
}

aside .textwidget p {
	line-height: 2;
}

.widget_ci_book_room_widget .book-now-price {
	text-align: center;
	font-size: 14px;
}

.widget_ci_book_room_widget .book-now-price strong {
	font-weight: bold;
	font-size: 16px;
}

.book-now-action {
	font-style: normal;
}

.widget_ci_testimonials_slider_widget .line {
	margin: 10px 0;
}

div.line h2.trans {
	background-color: #F5F5F5 !important;
}

.footer div.line h2.trans  {
	background-color: #fff !important;
}


.widget cite { text-align: center; }

.flickr_badge_image{
    display: inline-block;
    margin: 0 15px 15px 0;
}


.flickr_badge_image a:hover{
    border-bottom: none;
}

.tul{
    font-size: 13px;
    color: #333;
}

.tul li{
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d2d2d2;
}

.tul li:last-child{
    border-bottom: none;
}

.tul span{
    float: left;
    width: 100%;
	color: #686868;
}

.tul a.twitter-time{
    clear: both;
    float: left;
    width: 100%;
    font-size: 11px;
}

.twitter-time:hover {
	border: none;
}

.footer .widget_ci_twitter_widget .twitter-time {
	display: block;
	margin: 10px 0;
}

.footer .widget_ci_twitter_widget ul li {
	text-transform: none;
	margin-bottom: 10px;
	line-height: 23px;
	font-size: 13px;
	color: #686868;
}

li.cat-item{
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}

li.cat-item:last-child{
    border-bottom: none;
}

.ci-socials-ignited a{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.ci-socials-ignited a:hover{
    border-bottom: none;
}

.widget_ci_ads125_widget ul li{
    float: left;
	margin-right: 15px;
}

.widget_ci_ads125_widget ul li a{
    display: block;
    margin: 0 auto 10px auto;
}

.widget_ci_ads125_widget ul li a:hover{
    border-bottom: none;
}

.widget_calendar table{
    float: left;
    width: 100%;
    background-color: #fff;
    margin: 0;
}

.widget_calendar table th{
    background-color: #fafafa;
    border-bottom: 1px solid #d7d7d7;
}

.widget_calendar table td{
    padding: 2%;
}

.widget_calendar caption,
.widget_calendar table tfoot td{
    padding: 10px;
    text-align: center;
}

.widget_calendar table tfoot td{
    background: #f5f5f5;
    border: none;
}

.widget_ci_room_widget h3,
.widget_ci_page_widget h3 {
	text-align: center;
}

.widget ul li {
	font-size: 13px;
}

/* =footer
------------------------------------------------------------------------------------------*/
.footer{
    padding: 0 0 50px;
}

.basement{
    background: url(img/global/basement.png) top center no-repeat;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    overflow: hidden;
    line-height: 3;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    float: left;
}

.basement span{
    color: #adadad;
}

/* =typo
------------------------------------------------------------------------------------------*/
h2{
    font-size: 24px;
    color: #444;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
}

div.line h2{
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	background-color: #f5f5f5;
}

div.line h2.trans{
    background-color: #FAFAFA;
}

div.line h2.gallery_title{
    background-color: #f0f0f0;
}

.entry h2{
    text-transform: none;
    text-align: center;
}

h3{
    font-size: 23px;
    color: #444;
    text-align: center;
    font-weight: normal;
    margin: 0 0 15px 0;
    line-height: 1;
}

h4{
    font-size: 18px;
    color: #444;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px 0;
}

h4.service_title{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;    
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

h5{
    font-size: 12px;
    color: #686868;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 15px 0;
    line-height: 1;
}

h6{
    font-size: 12px;
    color: #686868;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1;
}

p{
	font-size: 13px;
	color: #686868;
	line-height: 24px;
	margin: 0 0 20px 0;
    padding: 0 
}

.special_offer p{
	margin: 0 20px 20px 0;
}

.amenities ul{
    display: block;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
    font-size: 13px;
	color: #686868;
}

.amenities ul li{
	float: left;
	width: 170px;
    background: url(img/global/star.png) no-repeat 0 3px;
    margin: 0 10px 20px 0;
    padding: 0 0 0 20px;
}

ul#featured_list{
    display: block;
    float: left;
    width: 100%;
    background: url(img/global/diagonal_box.png);
    margin: 0 0 25px 0;
    padding: 25px 0 25px 40px;
}

ul#featured_list li{
    float: left;
    width: 210px;
    color: #686868;
    font-size: 13px;
    margin: 0 25px 15px 0;
    padding: 10px 0 10px 30px;
    background: #FDFDFD url(img/global/star.png) no-repeat 10px 12px;
}

blockquote p{
    font-size: 13px;
    font-style: italic;
    text-align: center;
    margin: 0 0 10px 0;
}

blockquote p.client{
    font-weight: bold;
}

/* =blog =typo
---------*/
.entry h3{
    font-size: 18px;
    color: #444;
    text-align: left;
}

.entry ul{
    list-style-type: square;
    float: none;
    font-size: 13px;
    margin: 0 0 15px 20px;
}

.entry ol{
    list-style-type: decimal;
    float: none;
    font-size: 13px;
    margin: 0 0 15px 20px;
}

.entry ul li,
.entry ol li{
    float: none;
    background: none;
    width: auto;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-style: italic;
}

.entry strong{
    font-weight: bold;
}

.entry em{
    font-style: italic;
}

.entry blockquote{
    display: block;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 20px 0;
    padding: 0 20px 0 10px;
    border-left: 3px solid #dbd5ca;
}

/* =table
------------------------------------------------------------------------------------------*/
.table_container{
    float: left;
    width: 100%;
    margin: 20px 0;    
}

table{
    float: left;
    width: 94%;
    font-size: 13px;
    margin: 20px 3%;
}

th{
    border-bottom: 1px solid #686868;
    border-right: 1px solid #DEDCD3;
    color: #444;
    font-weight: normal;
    padding: 2%;
}

td{
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #DEDCD3;
    text-align: center;
		padding: 5px;
}

th:last-child,
td:last-child{
    border-right: none;
}

tr:last-child td{
    border-bottom: none;
}

/* =foot =typo
------------------------------------------------------------------------------------------*/
.footer ul{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.footer ul li, .footer ul li.cat-item {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

.footer p{
    margin: 0;
}

.footer .widget_about {
	font-size: 13px;
	line-height: 24px;
}

.footer .widget,
.footer .columns { margin-bottom: 30px; }

/* =img
------------------------------------------------------------------------------------------*/
.img_left{
    float: left;
    margin: 0 30px 30px 0;
}
.welcome .img_left {
	margin-bottom: 20px;
}

.img_center{
    float: none;
    display: block;
    margin: 0 auto 30px;
}

/* =linkage
------------------------------------------------------------------------------------------*/
a{
    color: #686868;
    text-decoration: none;
}

a:hover, li.selected a{
    color: #333;
    border-bottom: 1px solid #333;
}

h1 a:hover{
    border-bottom: none;
}

a.button{
    display: block;
    width: 70%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 25px auto 25px auto;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 6px 0;
    border: 1px solid #333;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a.button:hover{
    background-color: #EFEFEF;
    color: #333;
    border: 1px solid #d8d8d8;
}

a#map_icon:hover,
#share ul li a:hover,
a.arrow_up:hover,
a.arrow_down:hover{
    border-bottom: none;
}

.book_now a.button{
    float: right;
    margin: 0;
    padding: 11px 0;
}

table a.button{
    float: none;
    width: 100px;
    font-size: 13px;
    margin: 10px auto;
    padding: 3px 0;
}

/*pagination links */
div.pagination a, .wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi span {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #444;
    font-size: 12px;
    margin: 0 5px 0 0 !important;
    padding: 7px 9px !important;
    line-height: 1;
		border: none !important;
}

div.pagination a:hover, .wp-pagenavi a:hover{
    background-color: #EFEFEF;
		border-bottom: none;
}

div.pagination a.selected, .wp-pagenavi span.current{
    background-color: #333;
    color: #fff;
}


.twelve.columns.flexslider{
	padding: 0 15px; /*ovverriding the default flexslider values and getting it back to our grid */
}


.carousel_container{
	position: relative;
	margin: 0 auto 50px auto;
	padding: 0 15px; /*ovverriding the default flexslider values and getting it back to our grid */
}

#carousel{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #333;
	background-color: rgba(0, 0, 0, .6);
	padding: 25px 15px;
	overflow: hidden;
}

.flexslider .slides li.carousel_item{
	padding: 0 30px 0 0;
	cursor: pointer;

}

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

	#carousel{
		width: 100%;
		position: absolute;
		bottom: -110px;
		background-color: #000;
		padding: 0;
	}

}


.footer .widget {
background-color: #f5f5f5;

font-size: 12px;
padding: 10px 20px;
height: 140px;
}

.asd {
width: 60px;
}

.red {
color: red;
}


.room_gallery {
background-color: #eee;
padding: 10px;
}

.room_gallery div {
float: left;
margin: 8px;
}






