/*
Theme Name: Keter 
Theme URI: http://themeforest.net/user/virtuti/portfolio
Author: Virtuti-D
Author URI: http://www.virtuti.info
Description:  WordPress theme created by Virtuti-D especially for small hotels, guest houses, rooms for rent, zimmers, B&Bs.
Version: 1.01
License: 
License URI: 
Tags:  one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain: virtuti
*/
@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/Nexa_Free_Light-webfont.eot');
    src: url('fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/Nexa_Free_Bold-webfont.eot');
    src: url('fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------------------------------------------------------------
--  TABLE OF CONTENTS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  WP CORE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  LAYOUT GENEARAL STYLES
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  TOP + NAVIGATION 
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BOTTOM CONTENT
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BOTTOM BLOCK
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  HOME
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  ROOMS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  PAGE REVIEWS + COMMENTS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  COMMENTS FORM
----------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------
--  PAGE BOOKING
------------------------------------------------------------------------------------ */ 
/* ------------------------------------------------------------------------------------
--  BLOG INDEX
------------------------------------------------------------------------------------ */  
/* ------------------------------------------------------------------------------------
--  MAINBOX STYLES
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: ARTICLE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: SECTION
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: ASIDE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: STICKY
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SIDEBAR STYLES
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SEARCH
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  NAVIGATION BETWEEN SITE PAGED PAGES
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SINGLE POST
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SINGLE: VIEWS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SINGLE: SHARE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SINGLE: POST PAGES 1, 2, 3
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SINGLE: NAVIGATION BETWEEN SINGLE POSTS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  SINGLE: RELATED POSTS
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  POST STYLES
----------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------
--  ATTACHMENT PAGE
------------------------------------------------------------------------------------ */
/* For easier work use cmd + f to find the required class, id or tag!*/

/* Fonts: 
 font-family: 'nexa_rust_script_l0regular'
 font-family: 'nexa_boldregular'
 */
/*Colors: 
 * #ef3460 dark pink 
 * #a69d75 olive green
 * #fe7297 light pink
 * #f4ce8e light yellow
 * #BF9C7C brown
 */
/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, 
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------------------------
--  WP CORE
------------------------------------------------------------------------------------ */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom:14px;
}
.alignright {
	display: inline;
	float: right;
	margin-right:0;
	margin-left: 1.5em;
	margin-bottom:14px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
.alignnone{

}
.wp-caption {
	max-width:100%;
    text-align: center;
}
.wp-caption-text {
	display:inline-block;
	font-size:0.9em!important;
	text-align:center;
	text-transform:uppercase;
    margin:15px 0;
}
/* ------------------------------------------------------------------------------------
--  LAYOUT GENEARAL STYLES
------------------------------------------------------------------------------------ */
html, body{ 
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    font-size:100%;
	color:#282828;
    font-family: 'nexa_lightregular', sans-serif;
    line-height:normal;
	background:#111 url(images/simple-paisley.gif) repeat fixed;
}
img{
	max-width:100%;
	height:auto;
}
a{
	text-decoration:none;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
	color:#ef3460;
}
a:hover,
a:focus{
	color:#ef3460;
}
::selection{
	background:#f4ce8e;
}
::-moz-selection{
	background:#f4ce8e;
}
.gallery-caption{
	
}
figure{
	float:left;
	width:100%;
}
figure img{
	display:block;
	margin: 0px auto;
}
/*------------------VIDEO------------------*/
video{
	float:left;
	width:100%;
}
.video-holder{
	float:left;
	width:100%;
	background:#f0f0f0;
	margin:0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.e-center{
	display:table;
    margin:0 auto;
    width:1300px;
}
@media screen and (max-width:1440px){
.e-center{
	width:1180px;
}
}
@media screen and (max-width:1280px){
.e-center{
	width:1100px;
}
}
@media screen and (max-width:1279px){
.e-center{
	width:1000px;
}
}
@media screen and (max-width:1024px){
.e-center{
	width:900px;
}
}
@media screen and (max-width:1023px){
.e-center{
	width:90%;
}
}
strong{
   font-family: 'nexa_boldregular', sans-serif;
}
.centered-out{
	position:absolute;
	width:100%;
	height:100%;
 	min-height:100%;
	top:0;
	right:0;
    z-index:1;
}
.centered-inner{
   display: table;
   width: 100%;
   height:100%;	
}
.centered-inner-inner{
   display: table-cell;
   vertical-align: middle;
}
#wrap-outer{
	float:left;
	width:100%;	
	height:100%;
	min-height:100%;
	position:relative;
}
#topline{
	float:left;
	width:100%;
	background:#111;
	height:50px;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
/* ------------------------------------------------------------------------------------
--  TOP + NAVIGATION 
------------------------------------------------------------------------------------ */
header.siteheader{
	float:left;
	width:100%;
    clear:both;
}
#today-top{
	float:left;
	line-height:40px;
}
@media screen and (max-width:700px){
#today-top{
	display:none;
}
}
#searchplace{
	float:right;
	    line-height: 40px;
}
@media screen and (max-width:700px){
#searchplace{
	float:none;
	display:table;
	margin:0 auto;
}
}
#searchplace figure{
	max-width:20px;
	padding:10px 0;
}
#searchplace form{
	float:right;
	margin:10px 0;
}
#searchplace input[type='text']{
	float:left;
	display:inline-block;
	border:none;
	height:20px;
	line-height:20px;
	width:180px;
	background:#fafafa;
	color:#111;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.3em;
    font-family: 'nexa_lightregular', sans-serif;
}
#searchplace input[type='submit']{
	float:left;
	display:inline-block;
	border:none;
	background:url(images/search.png) no-repeat;
	width:20px;
	height:20px;
	background-size:20px 20px;
	text-indent:-9999em;
	margin:0 0 0 15px;
	cursor:pointer;
}
nav#nav-main{
	display:table;
	margin:0 auto;
	z-index: 10;
	position:relative;
}
nav#nav-main ul{
	float:left;
	list-style:none;
	padding:0;
	background:#111;
}
@media screen and (max-width:700px){
nav#nav-main ul{
	display:none;
}
}
nav#nav-main ul li{
	float:left;
	display:inline;
	height:50px;
}
nav#nav-main ul li a{
	display:inline-block;
	padding:0 14px;
	color:#fff;
	font-size:0.8em;
	line-height:50px;
	text-transform:uppercase;
	letter-spacing:0.4em;
    font-family: 'nexa_boldregular', sans-serif;
}
@media screen and (max-width:1024px){
nav#nav-main ul li a{
	padding:0 10px;
}
}
nav#nav-main ul li a:hover,
nav#nav-main ul li a:focus{
	color:#fff;
	background:#a69d75;
}
nav#nav-main .current-menu-item{

}
nav#nav-main ul > li {
	float: left;
	position: relative;
}
nav#nav-main li ul{
	position: absolute;
	left: 0;
	top:50px;
	z-index: 2;
	width: 280px;
	background:#a69d75;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: 50% 0%;
}
nav#nav-main li:hover ul,
nav#nav-main li:focus ul{
	opacity: 1;
	visibility: visible;
	-webkit-animation-name: swingdown;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	animation-name: swingdown;
	animation-duration: 1s;
	animation-timing-function: ease;
}
/*---------*/
@-webkit-keyframes swingdown {
		0% {
		opacity: .99999;
		-webkit-transform: rotateX(90deg);
		}

		30% {			
		-webkit-transform: rotateX(-20deg) rotateY(5deg);
		-webkit-animation-timing-function: ease-in-out;
		}

		65% {
		-webkit-transform: rotateX(20deg) rotateY(-3deg);
		-webkit-animation-timing-function: ease-in-out;
		}

		100% {
		-webkit-transform: rotateX(0);
		-webkit-animation-timing-function: ease-in-out;
		}
}
/*---------*/
@keyframes swingdown {
		0% {
		opacity: .99999;
		transform: rotateX(90deg);
		}

		30% {			
		transform: rotateX(-20deg) rotateY(5deg);
		animation-timing-function: ease-in-out;
		}

		65% {
		transform: rotateX(20deg) rotateY(-3deg);
		animation-timing-function: ease-in-out;
		}

		100% {
		transform: rotateX(0);
		animation-timing-function: ease-in-out;
		}
}
nav#nav-main li li{
	float:left;
	width:100%;
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding:0 5px!important;
}
nav#nav-main li li:first-child{
	border-top:none;
}
nav#nav-main li li:last-child{
	border-bottom:none;
}
nav#nav-main li li a{
	font-size:0.7em;
	padding:0 8px;
	letter-spacing:0.3em!important;
}
nav#nav-main li li a:hover,
nav#nav-main li li a:focus{
	background:#a69d75;	
}
#mobcontainer{
	display:none;
}
@media screen and (max-width:700px){
#mobcontainer{
	float:left;
	width:100%;
	display:block;
	position:relative;
}
}
h3.triggernav{
	float:left;
    background:#fe7297;
	height:50px;
	width:50px;
	text-align:center;
}
h3.triggernav a{
	color:#fff;
	font-size:3em;
	line-height:50px;
}
.toggle-containernav{
    position:absolute;
    top:50px;
    width:100%;
	z-index:25;
    background:#fafafa url(data:image/png;base64,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);
	border:4px solid #fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	padding:30px 30px 10px 30px;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	color:#fff;
}
.menuicon{
	float:left;
	width:30px;
	margin:15px 10px;
}
.menuicon p{
	float:left;
	width:100%;
	height:4px;
	margin:0 0 4px 0;
	background:#fff;
}
.menuicon p:last-child{
	margin:0;	
}
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
#footer-wrap{
	float:left;
	width:100%;
	position:relative;
	z-index:2;
}
.topunderline{
	float:left;
	width:100%;
	background:#fafafa;
	height:40px;
}
#bottomline{
	float:left;
	width:100%;
	background:#111;
	height:50px;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
footer#e-footer{
	float:left;
	width:100%;
}
address#sitecopy{
	float:left;
	color:#fff;
	line-height:50px;
    font-family: 'nexa_boldregular', sans-serif;
    letter-spacing:0.2em;
    text-transform:uppercase;
    font-size:0.75em;
}
#tauthor{
	float:left;
	width:100%;
	line-height:40px;
	text-align:center;
}
/* ------------------------------------------------------------------------------------
--  BOTTOM CONTENT
------------------------------------------------------------------------------------ */
#social{
	float:right;
}
#social div{
	float:left;
	margin:10px 0 10px 10px;
    opacity:1;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
}
#social div:hover{
     opacity:0.8;
}
#social div:nth-child(1n+0){
	background:#a69d75;	
}
#social div:nth-child(2n+0){
	background:#fe7297;	
}
#social div:nth-child(3n+0){
	background:#f4ce8e;	
}
#social div:nth-child(4n+0){
	background:#BF9C7C ;	
}
#social a{
	display:inline-block;
	float:left;
}
#social a img{
	display:block;
	max-height:20px;
	margin:5px;
}
#social a:hover{
  position: relative;
}
#social	a[title]:hover:after {
    content: attr(title);
    padding: 8px 16px;
    text-indent:0;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 20;
    white-space: nowrap;
    background:#ef3460;
    color:#fff;
    font-family: 'nexa_boldregular', sans-serif;
    text-transform:capitalize;
}
#social h2.widgettitle{
	display:none;
}
/* ------------------------------------------------------------------------------------
--  BOTTOM BLOCK
------------------------------------------------------------------------------------ */
#fixed{
	position:fixed;
	bottom:0;
	z-index:1;
	height:400px;
	width:100%;
}
@media screen and (max-width:800px){
#fixed{
	display:none;
}
}
#fixed figure{
	float:left;
	width:100%;
	height:400px;
	position:relative;
	background:url(images/main.jpg) no-repeat;
	background-size:cover;
}
#black-cover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
}
#black-cover:hover{
	background:rgba(0,0,0,0.1);	
}
#bottom-text{
	position:absolute;
	bottom:98px;
	width:100%;
	background:transparent;
	height:300px;
	z-index:20;
}
@media screen and (max-width:1366px){
#bottom-text{
	height:280px;
}
}
@media screen and (max-width:1280px){
#bottom-text{
	height:260px;
}
}
#epilog{
	float:left;
	width:80%;
	margin:0 10%;
	background:transparent;
}
#epilog p{
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	font-size:2.2em;
	text-align:center;
	letter-spacing:0.1em;
}
@media screen and (max-width:1024px){
#epilog p{
	font-size:2em;
}
}
@media screen and (max-width:1023px){
#epilog p{
	font-size:1.6em;
}
}
#epilog a{
	display:table;
	margin:20px auto 0 auto;
	padding:0 20px;
	height:50px;
	line-height:50px;
	background:#fe7297;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.3em;
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  HOME
------------------------------------------------------------------------------------ */
#homeheader-wrap{
	float:left;
	width:100%;
	background:#f0f0f0;
	padding:0 0 20px 0;
}
#main-home{
	position:relative;
	height:440px;
}
@media screen and (max-width:1440px){
#main-home{
	height:410px;
}
}
@media screen and (max-width:1366px){
#main-home{
	height:390px;
}
}
@media screen and (max-width:1023px){
#main-home{
	height:300px;
}
}
#main-home img{
	display:block;
	max-height:440px;
	width:100%;
}
#general-wrap{
	float:left;
	width:100%;
    background:#f0f0f0 url(data:image/png;base64,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);
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
#bottom-text-home{
	position:absolute;
	top:-30px;
	width:100%;
	background:transparent;
	height:440px;
	z-index:20;
}
@media screen and (max-width:1440px){
#bottom-text-home{
	height:410px;
}
}
@media screen and (max-width:1366px){
#bottom-text-home{
	height:390px;
}
}
@media screen and (max-width:1023px){
#bottom-text-home{
	height:300px;
}
}
figure#introimage{
	position:relative;
}
figure#logobox{
	
}
figure#logobox img{
	display:table!important;
	margin:0 auto 30px auto;	
}
h2.big{
	font-size:5em;
	line-height:1em;
	margin:0 0 30px 0;
}
@media screen and (max-width:1024px){
h2.big{
	font-size:4em;
}
}
@media screen and (max-width:480px){
h2.big{
	font-size:3em;
}
}
@media screen and (max-width:460px){
h2.big{
	font-size:2.4em;
}
}
h2.big a{
	color:inherit;
}
h3.big{
	font-size:2.3em;
	line-height:1.1em;
	margin:0 0 20px 0;
}
@media screen and (max-width:1366px){
h3.big{
	font-size:2.2em;
}
}
@media screen and (max-width:1024px){
h3.big{
	font-size:1.8em;
}
}
@media screen and (max-width:460px){
h3.big{
	font-size:1.4em;
}
}
h4.big{
	font-size:1.4em;
	margin:0 0 60px 0;
}
@media screen and (max-width:1024px){
h4.big{
	font-size:1.2em;
}
}
.equal-border-wrap{
	float:left;
	width:100%;
	margin:-60px 0 60px 0;
	padding:20px;
	background:#f0f0f0;
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	border:8px double #fff;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	position:relative;	
	z-index:20;
}
.equal-wrap{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	clear:both;
	background:url(/files/images/panzio/szobakepkocka.jpg) no-repeat top right;
	background-size:cover;
}
.equal-left{
	float:left;
	width:58%;
	margin:0 0 -9999em 0;
	padding:0 0 9999em 0;
	background:#fff;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
@media screen and (max-width:1023px){
.equal-left{
	width:100%;
	margin:0;
	padding:0;
}
}
.equal-right{
	float:right;
	width:42%;
	margin:0 0 -9999em 0;
	padding:0 0 9999em 0;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
@media screen and (max-width:1023px){
.equal-right{
	width:100%;
	margin:0;
	padding:0;
	display:none;
}
}
#homeintro-wrap{
	float:left;
	width:100%;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 40px 40px 60px 40px;

}
.button-wrap{
	float:left;
	width:100%;
	border-top:2px dashed #111;
	height:2px;
}
.button-wrap-pink{
	float:left;
	width:100%;
	border-top:2px dashed #fe7297;
	height:2px;
}
.buttonplace{
	float:left;
	width:100%;
}
.buttonplace a{
	display:inline-block;
	float:right;
	position:relative;
	z-index:1;
	padding:0 20px;
	height:50px;
	line-height:50px;
	margin:-27px 0 0 0;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.3em;
	color:#fff;
}
.buttonplace a.black{
	background:#111;	
}
.buttonplace a.pink{
	background:#fe7297;	
}
/* Bubble Float Right */
.bubble-float-right {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: right;
  transition-property: right;
}
.black:before{
  border-color: transparent transparent transparent #111;	
}
.pink:before{
  border-color: transparent transparent transparent #fe7297;
}
.bubble-float-right:hover, .bubble-float-right:focus, .bubble-float-right:active {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.bubble-float-right:hover:before, .bubble-float-right:focus:before, .bubble-float-right:active:before {
  right: -10px;
}
.buttonplace a:hover,
.buttonplace a:focus{
	
}
#clock-wrap{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
}
@media screen and (max-width:1023px){
#clock-wrap{
	display:none;
}
}
.p{
	float:left;
    font-family: 'nexa_boldregular', sans-serif;
	line-height:160px;	
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.p-part{
	width:542px;	
}
@media screen and (max-width:1440px){
.p-part{
	width:482px;
}
}
@media screen and (max-width:1280px){
.p-part{
	width:442px;
}
}
@media screen and (max-width:1024px){
.p-part{
	width:342px;
}
}
#p1{
	text-align:right;
	/*--total width is 1344px--*/
}
#p2{
	width:160px;	
}
#p3{
}
#clock{
     position: relative;
     width: 160px;
     height: 160px;
     display:table;
     margin: 0 auto;
     background: transparent;
     list-style: none;
}
#sec, #min, #hour{
     position: absolute;
     width: 8px;
     height: 160px;
     top: 0px;
     left: 80px;
}
#sec{
     background: url(images/sechand.png) no-repeat;
     z-index: 3;
}
#min{
     background: url(images/minhand.png) no-repeat;
     z-index: 2;
}
#hour{
     background: url(images/hourhand.png) no-repeat;
     z-index: 1;
}
#posts{
	float:left;
	width:100%;
	margin:0 0 40px 0;
	overflow:hidden;
	position:relative;
}
#posts h2{
	text-align:center;
    font-size:1.6em;
    text-transform:uppercase;
    letter-spacing:0.2em;
	color:#fff;
	margin:0 0 40px 0;
	display:block;
	background:#a69d75;
	border-bottom:4px solid #f4ce8e;
	padding:14px 0;
}
@media screen and (max-width:480px){
#posts h2{
    font-size:1.2em;
}
}
/* ------------------------------------------------------------------------------------
--  ROOMS
------------------------------------------------------------------------------------ */
#general-wrap-ipage{
	float:left;
	width:100%;
    background:#f0f0f0 url(data:image/png;base64,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);
	margin:120px 0 300px 0;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
    position:relative;
    z-index:2;
}
@media screen and (max-width:1366px){
#general-wrap-ipage{
	margin:120px 0 280px 0;
}
}
@media screen and (max-width:1280px){
#general-wrap-ipage{
	margin:120px 0 260px 0;
}
}
@media screen and (max-width:1023px){
#general-wrap-ipage{
	margin:120px 0 0 0;
}
}
#top-wrap{
	float:left;
	width:100%;
	background:#fff;	
    text-align:center;
    margin:-80px 0 0 0;
    padding:20px 20px 0 20px;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#top-wrap ul{
	float:left;
	width:100%;
	list-style:none;	
}
#top-wrap li{
	float:left;
	width:33.3333%;
	list-style:none;	
}
#top-wrap li img{
	display:block;
}
header#top-page{
	float:left;
	width:100%;	
	margin:30px 0;
}
h2.big-inner{
	font-size:5em;
	line-height:1em;
}
@media screen and (max-width:1023px){
h2.big-inner{
	font-size:4em;
}
}
@media screen and (max-width:480px){
h2.big-inner{
	font-size:3em;
}
}
h3.big-inner{
	font-size:2.2em;
	margin:10px 0 20px 0;
}
@media screen and (max-width:1023px){
h3.big-inner{
	font-size:1.8em;
}
}
h4.big-inner{
    font-family: 'nexa_boldregular';
	font-size:1.3em;
	border:4px solid #a69d75;
	padding:10px;
	display:table;
	margin:0 auto;
}
h2.big-inner a{
	color:inherit;
}
.lines{
	float:left;
	width:100%;
}
.line{
	float:left;
	width:100%;
	height:4px;
	margin:0 0 4px 0;
	background:#a69d75;	
}
#inner-wrap{
	float:left;
	width:100%;
	margin:40px 0 0 0;
} 
.main-wrap{
	float:left;
	width:100%;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
}
.mainbox{
	width:50%;
	background:#fff;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
} 
@media screen and (max-width:1279px){
.mainbox{
	width:100%;
}
}
.main-wrap:nth-child(1n+0) .mainbox{
	float:left;
}
.main-wrap:nth-child(2n+0) .mainbox{
	float:right;
}
.featured{
     width:50%;		
}
@media screen and (max-width:1279px){
.featured{
	width:100%;
}
}
.main-wrap:nth-child(1n+0) .featured{
	float:left;
}
.main-wrap:nth-child(2n+0) .featured{
	float:right;
}
.pageexc{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    padding:30px;
	background:#fff;
}
.round2{
	float:right;
	width:34px;
	height:34px;
	position:relative;
}
@media screen and (max-width:480px){
.round2{
	display:none;
}
}
h3.trigger{
	float:left;
	width:100%;
}
.toggle-containerlib{
	position:absolute;
	top:22px;
	width:420px;
	margin:20px 0 0 0;
    background:#fafafa url(data:image/png;base64,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);
	border:10px solid #fff;
	padding:30px 30px 10px 30px;
	z-index:5;
}
@media screen and (max-width:480px){
.toggle-containerlib{
	display:none;
}
}
.main-wrap:nth-child(1n+0) .toggle-containerlib{
	right:-80px;
}
@media screen and (max-width:1279px){
.main-wrap:nth-child(1n+0) .toggle-containerlib{
	right:0;
}
}
.main-wrap:nth-child(2n+0) .toggle-containerlib{
	right:80px;
}
@media screen and (max-width:1279px){
.main-wrap:nth-child(2n+0) .toggle-containerlib{
	right:0;
}
}
.toggle-containerlib h4{
	font-size:1.5em;
	padding:0 0 20px 0;
}
.toggle-containerlib ul{
	list-style:square;
	padding-left:20px;
	width:400px;
}
.toggle-containerlib ul li{
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
.toggle-containerlib ul li span{
    font-family: 'nexa_boldregular';
}
h3.trigger img{
	max-width:34px;
	float:left;
}
.ex{
	display:none;
}
.active .ex{
	display:inline;
}
.active .cb{
	display:none;
}
div.pp_default .pp_nav {
    display:inline!important;
}
div.pp_default .pp_social {
     display:none;
}
div.pp_default .pp_description {
      font-size: 1.2em!important;
      font-family: 'nexa_boldregular';
      font-weight: 700;
      line-height: 1.3em!important;
      margin: 5px 50px 5px 0;
}
.featured figure{
	position:relative;
	background:#fafafa;
}
.featured figure img{
	display:table;
	margin:0 auto;
}
a.bookit{
	display:inline-block;
	padding:0 20px;
	height:50px;
	line-height:50px;
	background:#fe7297;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.3em;
	color:#fff;
}
.main-wrap:nth-child(1n+0) a.bookit{
	float:right;
}
.main-wrap:nth-child(2n+0) a.bookit{
	float:left;
}
/* Wobble Vertical */
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.wobble-vertical {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover, .wobble-vertical:focus, .wobble-vertical:active {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.table{
	float:left;
	width:100%;
	background:#fafafa;
}
.tleft{
	float:left;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
@media screen and (max-width:1366px){
.tleft{
	width:100%;
}
}
@media screen and (max-width:1279px){
.tleft{
	width:50%;
}
}
.tright{
	float:right;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
@media screen and (max-width:1366px){
.tright{
	width:100%;
}
}
@media screen and (max-width:1279px){
.tright{
	width:50%;
}
}
.tableinner{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
.tname{
	background:#a69d75;	
	padding:15px 30px;
    color: #fff;
    font-size:0.9em;
    text-transform:uppercase;
    text-align:center;
    font-style:italic;
    letter-spacing:0.1em;
}
.tbody{
	background:#fafafa;	
	padding:20px;
}
.tfirst{
	border-right:2px solid rgba(255,255,255,0.4);	
}
@media screen and (max-width:1280px){
.tfirst{
	border-right:none;	
}
}
@media screen and (max-width:1279px){
.tfirst{
	border-right:2px solid rgba(255,255,255,0.4);	
}
}
.tsecond{
	
}
.tbody p{
	line-height:1.6em;
}
.tbody p:before,
.tbody p:before{
	content:'✩';
	padding:0 8px 0 0;
}
table.pricelist{
	width:100%;
	background:#fafafa;
}
table.pricelist thead{
	width:100%;
	background:#a69d75;
}
table.pricelist th{
    color: #fff;
    padding: 1em;
	width:50%;
    font-size:0.9em;
    text-transform:uppercase;
    text-align:center;
    font-style:italic;
    letter-spacing:0.1em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
table.pricelist .price{
	font-family:'PT Serif', serif;
	font-style:italic;
}
table.pricelist tr.price td{
	 text-align: center;
	 background:#eee;
	 padding:1.5em 1em 1em 1em;	
}
td.midweek{
	border-right:2px solid rgba(255,255,255,0.3);
}
table.pricelist th.ft{
	border-right:2px solid rgba(255,255,255,0.3);
}
table.pricelist td.ft{
	border-right:2px solid rgba(255,255,255,0.3);
	padding:30px!important;
}
table.pricelist td.st{
	border-left:2px solid rgba(255,255,255,0.3);
	padding:30px!important;
}
table.pricelist .dollar{
	display:inline-block;
	vertical-align:top;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#a69d75;
	border-radius:50%;
	height:30px;
	width:30px;
}
table.pricelist .digit{
	 color:#808080;
	 text-shadow:0 1px 1px #fff;
	 font-size:2.8em;
	font-weight:700;
}
table.pricelist .slash{
	 color:#808080;
	 text-shadow:0 1px 1px #fff;
	 font-size:1.2em;
	 font-weight:700;
}
table.pricelist tr.text td{
    text-align: center;	
	padding:30px 1em;
}
table.pricelist tr.text p{
	font-size:1.1em;
    line-height:1.5em;
}
#totop-wrap{
	float:left;
	width:100%;
}
.totop{
	display:table;
	margin:0 auto 20px auto;
	text-align:center;
	padding:10px;
	border:3px solid #fff;
	background:#a69d75;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:0.3em;
	color:#fff;
}
.totop:hover,
.totop:focus{
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  PAGE REVIEWS + COMMENTS
------------------------------------------------------------------------------------ */
#comment-place{
	float:left;
	width:100%;
}
#feedback-place{
	float:left;
	width:100%;
	margin:-20px 0 0 0;
}
.lock{
    float:left;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    padding:40px;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
    text-align:center;
}
.lock p{
   font-size:1.4em;	
   padding:10px 20px;
   border:3px solid #BF9C7C;
   display:table;
   margin:0 auto;
}
.up{
    margin:0 0 20px 0;	
}
.down{
    margin:20px 0 0 0;	
}
#comment-wrap{
	float:left;
	width:100%;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
}
#comment-place #comment-wrap h4.com-form{
	float:right;
	text-align:right;
    font-size:1em;
    text-transform:uppercase;
    letter-spacing:0.2em;
	padding:1em;
	background:#a69d75 ;
	color:#fff;
}
#comment-place #comment-wrap h4.feed-form{
	display:none;
}
#feedback-place #comment-wrap h4.com-form{
	display:none;
}
#feedback-place #comment-wrap h4.feed-form{
	float:right;
	text-align:right;
    font-size:1em;
    text-transform:uppercase;
    letter-spacing:0.2em;
	padding:1em;
	background:#a69d75 ;
	color:#fff;
}
ol.commentslist{
	float:left;
	width:100%;
	margin:30px 0 0 0;
	list-style:none;
}
ol.commentslist li{
	float:left;
	width:100%;
}
ol.commentslist li li{
	list-style:none;
}
ul.children{
	float:left;
	width:100%;
	background:rgba(0,0,0,0.03);
}
.comment-body{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0 20px;
	background:transparent;	
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
/*-------------------COMMENT HEADER------------------*/
.comment-body header{
	float:left;
	width:34%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border-right:80px solid transparent;
	clear:both;
}
@media screen and (max-width:1024px){
.comment-body header{
	width:100%;
	border-right:0px solid transparent;
	margin:0 0 20px 0;
}
}
.c-h-inner{
	float:left;
	width:100%;
	position:relative;
	margin:40px 0 0 0;
	background:#fafafa;
    border:1px solid #eee;
}
.c-h-inner h5{
	position:absolute;
	top:10px;
	left:60px;
	padding:0 10px 0 0;
	font-size:0.7em;
	text-transform:uppercase;	
	letter-spacing:0.2em;
    font-family: 'nexa_boldregular', sans-serif;
}
.c-h-inner h5 span.c-author{
     color:#ef3460;
}
.bypostauthor h5 span.c-author{
     color:#a69d75;
}
@media screen and (max-width:1366px){
.c-h-inner h5 span.wr{
	display:none;
}
}
@media screen and (max-width:1024px){
.c-h-inner h5 span.wr{
	display:inline;
}
}
/*-------------------COMMENT AVATAR------------------*/
figure.comment-avatar{
	float:right;
}
img.avatar{
	float:left;
	display:block;
}
/*-------------------COMMENT BODY------------------*/
.pingback-box,
.comment-box{
	float:right;
	width:66%;
	background:#fafafa;
	position:relative;
   -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   -moz-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   -ms-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   -o-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
}
@media screen and (max-width:1024px){
.pingback-box,
.comment-box{
	width:100%;
	border-right:0px solid transparent;
}
}
.pingback-box a{
	display:block;
	margin:0 0 20px 0;
}
.triangle-left{
	position:absolute;
	top:40px;
	left:-30px;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 30px solid #fafafa;
	border-bottom: 30px solid transparent;
}
.comment-content{
	float:left;
	width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border-top:20px solid transparent;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:0 solid transparent;
}
.comment-date{
	display:block;
	margin:0 0 20px 0;
	font-size:1.2em;
    font-family: 'nexa_boldregular', sans-serif;
    padding:0 0 20px 0;
    border-bottom: 1px dashed #ccc;
}
span.reply{
	float:right;
	display:inline-block;
    font-family: 'nexa_boldregular', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	line-height:1em;
	padding:0 20px 20px 0;
}
#feedback-place span.reply{
	display:none;
}
p.await-moderation{
	float:left;
	font-style:italic;
	color:#E63C43;
	padding:0 0 20px 0;
}
/*-------------------COMMENT CONTENT STYLES------------------*/
#comment-wrap .tpost{
	border:none!important;
	margin:0!important;
	padding:0!important;
	font-size:0.9em;
}
/*-------------------COMMENT NAVIGATION------------------*/
.comment-nav-wrap{
	float:left;
	width:100%;
}
#comment-place .feedbacks-navigation{
	display:none;
}
#feedback-place .comments-navigation{
	display:none;
}
.feedbacks-navigation,
.comments-navigation{
	float:left;
	width:100%;
    font-size:0.9em;
    background:#fafafa;
}
.feedbacks-navigation a,
.comments-navigation a{
	float:right;
	margin:0 20px 0 0;
	padding:1.2em 1.4em;
	background:#fe7297;
    font-family: 'nexa_boldregular', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.3em;
}
.feedbacks-navigation a:hover,
.feedbacks-navigation a:focus,
.comments-navigation a:hover,
.comments-navigation a:focus{
	background:#ef3460;
}
/* ------------------------------------------------------------------------------------
--  COMMENTS FORM
----------------------------------------------------------------------------------- */
#comments{
	float:left;
	width:100%;
	background:transparent;
	margin:20px 0 0 0;
}
#comments-form{
	float:left;
	width:100%;
}
#respond{
	float:left;
	width:100%;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
}
h3#reply-title{
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin:0 0 20px 0;
	text-align:center;
}
#feedback-place h3#reply-title{
	display:none;
}
p.logged-in-as,
p.logged-in-as a{
	font-size:0.9em;
	display:none;
}
p.must-log-in{
	text-align:center;
}
#respond form{
	float:left;
	width:100%;
	background:#fafafa;
	border:30px solid transparent;
	border-top:20px solid transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#respond form label{
	float:left;
	width:100%;		
}
#respond label{
    text-transform:uppercase;
    font-size:0.9em;
    letter-spacing:0.16em;
}
#feedback-place #respond label#w{
	display:none;
}
#respond input[type='text'],
#respond input[type='email'],
#respond textarea{
	float:left;
	width:100%;	
    padding:20px;	
	margin:10px 0 14px 0;	
	background:#fff;
	border:1px solid rgba(0,0,0,0.07);	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    font-size:1.1em;
    color:#808080;
	border-radius:0;
	-webkit-appearance:none;
}
#feedback-place #respond input#website{
	display:none;
}
#respond textarea{
	line-height:1.5em;
}
#respond input[type='submit']{
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	cursor:pointer;
    border: none;  
   -webkit-appearance: none;
	background:#fe7297;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    font-family: 'nexa_boldregular', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.3em;
}
#respond input[type='submit']:hover{
	background:#ef3460;
}
.allowed-tags{
	float:left;
	width:100%;
	margin:10px 0 20px 0;	
	opacity:0.8;
	line-height:1.4em;
}
 /* ------------------------------------------------------------------------------------
--  PAGE BOOKING
------------------------------------------------------------------------------------ */ 
#bform-place{
	float:left;
	width:100%;
	clear:both;
	background:#fff;
	margin:0 0 20px 0;
   -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   -moz-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   -ms-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   -o-filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
   filter: drop-shadow(0 1px 1px rgba(0,0,0,.1));
}
#bform{
	float:right;
	width:64%;
	background:#fafafa;
}
@media screen and (max-width:1440px){
#bform{
	width:60%;
}
}
@media screen and (max-width:1024px){
#bform{
	width:100%;
}
}
#bcontent-place{
	float:left;
	width:36%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border:40px solid transparent;
}
@media screen and (max-width:1440px){
#bcontent-place{
	width:40%;
}
}
@media screen and (max-width:1024px){
#bcontent-place{
	width:100%;
}
}
#bform figure img{
	display:table;
	margin:0 auto;
}
#extraoptions{
	float:left;
	width:100%;
    background:#fafafa;
	border:1px solid #eee;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:20px;
}
#extraoptions h3{
    font-size:1.1em;
    margin:0 0 20px 0;
    text-transform:uppercase;
    letter-spacing:0.3em;
    font-family: 'nexa_boldregular', sans-serif;
}
#extraoptions ul{
	float:left;
	width:100%;
	list-style:none;
}
#extraoptions ul li{
	float:left;
	width:100%;
	font-size:1.1em;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dashed rgba(0,0,0,0.15);
}
#extraoptions ul li:last-child{
	margin:0;
}
#extraoptions li:nth-child(1n+0) figure{
	background:#a69d75;	
}
#extraoptions li:nth-child(2n+0) figure{
	background:#fe7297;	
}
#extraoptions li:nth-child(3n+0) figure{
	background:#f4ce8e;	
}
#extraoptions li:nth-child(4n+0) figure{
	background:#BF9C7C ;	
}
#extraoptions img{
	display:table;
	max-height:20px;
	margin:5px auto;
}
.o-icon{
	float:left;
	width:8%;
}
@media screen and (max-width:1440px){
.o-icon{
	width:10%;
}
}
.o-icon img{
	max-width:20px;
}
.o-content{
	float:right;
	width:88%;
	line-height:30px;
}
@media screen and (max-width:1440px){
.o-content{
	width:86%;
}
}
form#contactform{
	float:left;
	width:100%;
	border:30px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fafafa;
}
#fields{
	float:left;
	width:100%;
}
#fields-left{
	float:left;
	width:48%;
	margin:0 2% 0 0;
}
@media screen and (max-width:1024px){
#fields-left{
	width:100%;
	margin:0;
}
}
#fields-right{
	float:right;
	width:48%;
	margin:0 0 0 2%;	
}
@media screen and (max-width:1024px){
#fields-right{
	width:100%;
	margin:0;
}
}
.f-toggle{
	float:left;
	width:100%;
	clear:both;
}
@media screen and (max-width:1024px){
.f-toggle{
	display:none;
}
}
.exc-top-res{
	float:left;
	width:80%;
	margin-right:4%;
}
.exc-top-res p{
	line-height:34px;
	font-size:1.2em;
}
.toggle-containerroom{
	position:absolute;
	top:22px;
	width:400px;
	margin:20px 0 0 0;
    background:#fafafa url(data:image/png;base64,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);
	border:10px solid #fff;
	padding:30px 30px 10px 30px;
	z-index:30;
	right:0;
}
.toggle-containerroom h4{
	font-size:1.5em;
	padding:0 0 20px 0;
}
.toggle-containerroom ul{
	float:left;
	width:100%;
	list-style:none;
}
.toggle-containerroom ul li{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	background:#fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.toggle-containerroom ul li:last-child{
	margin:0;	
}
.r-types{
	float:left;
	width:100%;
}
.featured-rooms{
	float:left;
	width:42%;
}
.r-types h2{
	display:inline-block;
	float:right;
	width:50%;
	padding:4%;
    font-family: 'nexa_boldregular', sans-serif;
    text-transform:capitalize;
}
.asterisk{
	color:red;
}
.field{
	float:left;
	width:100%;
}
.mess{
	margin:-20px 0 0 0;
}
form#contactform .field label{
	float:left;
	width:100%;
	margin:0 0 10px 0;
	font-size:1.3em;
}
form#contactform input[type='text'],
form#contactform input[type='email']{
	width:100%;
    height: 38px;
	padding:0 2%;
    margin:0 0 20px 0;
    border-radius: 0;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    font-size:1em;
    line-height:1.4em;
    color:#808080;	
}
form#contactform textarea{
	width:100%;
	padding:2%;
    margin:0 0 20px 0;
    border-radius: 0;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    font-size:1em;
    line-height:1.4em;
    color:#808080;	
}
form#contactform input[type='submit']{
	float:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	cursor:pointer;
    border: none;  
   -webkit-appearance: none;
	background:#fe7297;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    font-family: 'nexa_boldregular', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.3em;
}
form#contactform input[type='submit']:hover{
	background:#ef3460;
}
.alert-notification{
	float:left;
	width:100%;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 0 20px 0;
	background:#a69d75;
	border:4px solid #9c9928;
	text-align:center;
	padding:4%;
	color:#fff;
	font-size:1.2em;
	font-weight:300;
}
.alert{
	float:left;
	width:100%;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 0 10px 0;
	background:#cead8c;
	border:2px solid #ae4d2f;
	padding:2%;
	color:#fff;
}
 /* ------------------------------------------------------------------------------------
--  BLOG INDEX
------------------------------------------------------------------------------------ */  
#title-wrap{
	float:left;
	width:100%;
	height:1px;
	border-bottom:2px dashed #a69d75;
	margin:0 0 40px 0;
}
h2.bigtitle{
	display:inline-block;
    font-size:1.2em;
    text-transform:uppercase;
    letter-spacing:0.2em;
	color:#fff;
    padding:0 20px;
    line-height:50px;
    background:#a69d75;
	border:8px double #fff;
	position:relative;
	z-index:1;
	top:-36px;
}
#mainbox-post{
	float:left;
	width:72%;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right:20px solid transparent;
	position:relative;
} 
@media screen and (max-width:1279px){
#mainbox-post{
	width:100%;
	margin-bottom:20px;
	border-right:0;
}
}
#sidebar{
	float:right;
	width:28%;
} 
@media screen and (max-width:1279px){
#sidebar{
	float:left;
	width:100%;
}
}
/* ------------------------------------------------------------------------------------
--  MAINBOX STYLES
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: ARTICLE
------------------------------------------------------------------------------------ */
.blogexc{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    padding:40px;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
}
.blogexc .morelink{
	display:none;
}
.info-bubble{
	float:right;
	width:16%;
    line-height:1.5em;
    font-size:1.1em;
}
.blogexc aside{
	float:left;
	width:30%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right:40px solid transparent;	
}
@media screen and (max-width:766px){
.blogexc aside{
	width:100%;
	margin:0 0 20px 0;
	border-right:none;
}
}
.featured-post img{
	display:table;
	margin:0 auto;
}
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: SECTION
------------------------------------------------------------------------------------ */
.blogexc section{
	float:right;
	width:70%;
}
@media screen and (max-width:766px){
.blogexc section{
	width:100%;
}
}
.exc-top{
	float:left;
	width:80%;
	margin-right:4%;
}
.exc-top h3{
	font-size:2.1em;
    font-family: 'nexa_boldregular', sans-serif;
}
.exc-top h3 a{
	color:inherit;
}
.exc-top h3 a:hover{
	color:#808080;
}
.exc-top p{
	margin-top:10px;
	font-size:1.1em;
}
.dashed-dark{
   float:left;
   width:100%;
   border-top:1px dashed #ddd;	
}
.empty{
	float:left;
	width:100%;
	height:20px;	
}
.empty-small{
	float:left;
	width:100%;
	height:10px;	
}
.comment-bubble{
	float:right;
	width:16%;
	text-align:center;
    font-family: 'nexa_boldregular';
}
.comment-bubble a{
	color:#fff;
    font-size:0.9em;
}
.comment-bubble a:hover{
    font-size:1.2em;
}
.round{
	float:right;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;	
	position:relative;
}
@media screen and (max-width:479px){
.round{
	display:none;
}
}
.blogexc:nth-child(1n+0) .round{
	background:#BF9C7C;	
}
.blogexc:nth-child(2n+0) .round{
	background:#a69d75;
}
.blogexc:nth-child(3n+0) .round{
	background:#EDD599;
}
.postexc{
	float:left;
	width:100%;
}
.postexc p{
	font-size:1.35em;
	line-height:1.5em;
}
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: ASIDE
------------------------------------------------------------------------------------ */
.date-wrap{
	display:table;
	margin:0 auto 20px auto;
	text-align:center;
	width:100%;
}
.sp-left{
	float:right;
}
.sp-right{
	float:left;
}
.daty{
	float:left;
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
}
.mdy{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
	float:left;
	width:48%;	
	background:rgba(0,0,0,0.03);
    font-family: 'nexa_boldregular', sans-serif;
    font-size:0.9em;
    border:1px dashed #ddd;
}
.m-d{
	margin:0 2% 0 0;
}
.y{
	margin:0 0 0 2%;
}
.daty span{
	display:table;
	margin:0 auto;
	padding:0 0 10px 0;
	border-bottom:4px double #282828;
}
/* ------------------------------------------------------------------------------------
--  BLOG INDEX: STICKY
------------------------------------------------------------------------------------ */
.sticky{
	background:#fafafa;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:8px double #fff;
}
/*-------------STICKY STYLES- END-------------*/
/* ------------------------------------------------------------------------------------
--  SIDEBAR STYLES
------------------------------------------------------------------------------------ */
.sidebar-wrap{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(255,255,255,0.5);
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
    padding:20px;
}
.sidebar-wrap h3{
   margin:0 0 10px 0;
   color:#111;
   font-family: 'nexa_boldregular', sans-serif;
   text-transform:uppercase;
   letter-spacing:0.1em;
   font-size:0.9em;
}
.sidebar-wrap ul{
	float:left;
	width:100%;
	list-style:none;	
}
.sidebar-wrap ul li{
	line-height:1.6em;
	padding:6px 0 5px 0;
	border-bottom:1px dashed #ddd;	
}
.sidebar-wrap ul li a{

}
.sidebar-wrap ul.sub-menu li,
.sidebar-wrap ul.children li{
	background:#fafafa;
}
.sidebar-wrap select{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:10px solid rgba(255,255,255,0.2);	
	border-radius:0;
	font-size:1em;
}
.sidebar-wrap .screen-reader-text{
	display:none;
}
.sidebar-wrap form{
	float:left;
	width:100%;
	clear:both;
}
.sidebar-wrap form input{
	border:none;
	padding:10px;
	font-size:1em;
    font-family: 'nexa_lightregular', sans-serif;
}
.sidebar-wrap form input[type="text"]{
	float:left;
	width:60%;
	background:#fafafa;
	text-transform:capitalize;
}
.sidebar-wrap form input[type="submit"]{
	float:right;
	width:30%;
    background:#fe7297;
	color:#fff;
	cursor:pointer;
}
.sidebar-wrap form input[type="submit"]:hover{
    background:#ef3460;	
}
.sidebar-wrap .tagcloud{
	float:left;
	width:100%;	
}
.sidebar-wrap .tagcloud a{
	display:inline-block;
	float:left;
	padding:0.8em 1.2em;
	margin:0 7px 7px 0;
	text-transform:uppercase;
	font-size:0.65em!important;
	letter-spacing:0.2em;
	background:#111;
	color:#fff;
    font-family: 'nexa_boldregular', sans-serif;
}
.sidebar-wrap .tagcloud a:hover,
.sidebar-wrap .tagcloud a:focus{
	background:#a69d75;
	color:#fff;
}
.sidebar-wrap .textwidget{
	float:left;
	width:100%;
	font-size:0.9em;
	line-height:1.5em;
}
.sidebar-wrap .textwidget p,
.sidebar-wrap p{
	line-height:1.4em;
	margin-bottom:0.7em;
}
.sidebar-wrap .textwidget img{
	display:block;
	margin:0 auto;
}
.sidebar-wrap .textwidget iframe{
	float:left;
	width:100%;
	max-height:180px;
}
#calendar_wrap{
	float:left;
	background:rgba(255,255,255,0.5);
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #eee;	
	padding:10px;
}
#wp-calendar {
	width: 100%; 
	background:transparent;
}
#wp-calendar caption { 
	text-align: right; 
	font-size: 0.7em; 
	text-transform:uppercase;
	letter-spacing:0.2em;
	padding:10px;
    border:1px solid #eee;
    border-bottom:none;
	background:#fafafa;
}
#wp-calendar thead { 
	font-size: 0.8em;
    border:1px solid #eee;
}
#wp-calendar thead th { 
	padding: 10px 0; 
	text-align: center; 
}
#wp-calendar tbody { 
	 
}
#wp-calendar tbody td { 
	text-align: center; 
	padding:8px; 
	font-size:0.75em;
}
#wp-calendar tbody td {
    border:1px solid #eee;
	background:rgba(255,255,255,0.5);
}
#wp-calendar tbody td:hover { 
	background:#f4ce8e; 
	color:#fff;
}
#wp-calendar tbody td:hover a{
	color:#fff;
}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next a{color:#92a852;}
#wp-calendar tfoot #prev a{color:#92a852;}
#wp-calendar tfoot{
	color:#69455F;
	letter-spacing:0.2em;
    border:1px solid #eee;
	background:rgba(255,255,255,0.2);
}
#wp-calendar tfoot #next { font-size: 0.7em; text-transform: uppercase; text-align:right; padding:10px;}
#wp-calendar tfoot #prev { font-size: 0.7em; text-transform: uppercase; padding:10px; }

#wp-calendar td#today{
    background:#fe7297;
    color:#fff;
}
#wp-calendar td#today a{
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  SEARCH
------------------------------------------------------------------------------------ */
#search-box{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    padding:40px;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
	text-align:center;
	font-size:1.2em;
}
h4.results{
	display:inline-block;
	font-size:1.3em;
}
.search-terms{
    font-family: 'nexa_boldregular';
	color:#ef3460;
	text-transform:capitalize;
}
/* ------------------------------------------------------------------------------------
--  NAVIGATION BETWEEN SITE PAGED PAGES
------------------------------------------------------------------------------------ */
#bottom-navigation{
	float:left;
	width:100%;
}
#bottom-navigation-inner{
	display:table;
	margin:0 auto;
}
.navigation{
	float:left;
}
@media screen and (max-width:1280px){
.navigation{
	margin-bottom:40px;
}
}
.navspaced{
	margin-bottom:20px;
}
.navigation li a,
.navigation li a:hover,
.navigation li a:focus,
.navigation li.active a,
.navigation li.disabled {
	display:inline-block;
	color: #fff;
	background:#a69d75;
	margin-bottom:4px;
	cursor: pointer;
	padding: 0 1.4em;
	line-height:36px;
	text-transform:uppercase;
	font-size:0.7em;
	border:2px solid #fff;
	letter-spacing:0.1em;
}
.navigation li{
	display: inline;
}
.navigation li a:hover,
.navigation li a:focus{
	background:#f4ce8e;	
}
.navigation li.active a{
	background:#BF9C7C;
	pointer-events:none;
}
/* ------------------------------------------------------------------------------------
--  SINGLE POST
------------------------------------------------------------------------------------ */
#mainbox{
	float:left;
	width:100%;
	position:relative;
}
.tpost{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #eee;	
	padding:30px 30px 10px 30px;
	background:#fafafa;
}
ul.post-categories{
	float:left;
	width:100%;
	list-style:none;
}
ul.post-categories li{
	float:left;
	margin:0 6px 4px 0;
    font-family: 'nexa_boldregular', sans-serif;
    text-transform:uppercase;
	font-size:0.9em;	
    letter-spacing:0.2em;
}
ul.post-categories li a:before{
	content:'·';
	padding:0 5px 0 0;
}
figure.postfig{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
figure.postfig img{
	display:table;
	margin:0 auto;
}
 figure img{
	 max-width:1244px;
 }

.tags-wrap{
	float:left;
	width:100%;
	margin-top:20px;	
}
.tags-wrap a{
	display:inline-block;
	padding:10px;
	margin:0 2px 2px 0;
	background:#fafafa;
	border:1px solid #eee;
	text-transform:lowercase;
	color:inherit;
}
.tags-wrap a:hover,
.tags-wrap a:focus{
	background:#f0f0f0;
}
/* ------------------------------------------------------------------------------------
--  SINGLE: VIEWS
------------------------------------------------------------------------------------ */
footer.post-info{
    float:left;
    width:100%;
	margin:0 6px 4px 0;
    font-family: 'nexa_boldregular', sans-serif;
    text-transform:uppercase;
	font-size:0.9em;	
    letter-spacing:0.2em;
}
.comments-scroll{
	float:left;
}
@media screen and (max-width:480px){
.comments-scroll{
	float:left;
	width:100%;
}
}
.comments-scroll a:before{
	content:'·';
	padding:0 5px 0 0;
}
.views-number{
	float:right;
}
@media screen and (max-width:480px){
.views-number{
	float:left;
	width:100%;
	margin:5px 0 0 0;
}
}
.views-number:before{
	content:'·';
	padding:0 5px 0 0;
}
#point3{
	float:left;
	width:100%;
	height:1px;
}
/* ------------------------------------------------------------------------------------
--  SINGLE: SHARE
------------------------------------------------------------------------------------ */
#shareon{
	position:absolute;
	top:280px;
	left:0;
	margin:0 0 0 -40px;
	z-index:1;
}
@media screen and (max-width:640px){
#shareon{
	display:none;
}
}
#shareon ul{
	float:left;
	list-style:none;
}
#shareon li{
     background:#fff;
     padding:10px;
     border-bottom:1px solid rgba(0,0,0,0.07);
}
#shareon a{
	display:inline-block;
	width:20px;
	height:20px;
}
#shareon a:hover img{
	opacity:0.6;
}
#shareon a:hover{
  position: relative;
}
#shareon a[title]:hover:after{
    content: attr(title);
    padding: 8px 16px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 20;
    white-space: nowrap;
    background:#ef3460;
    color:#fff;
    font-family: 'nexa_boldregular';
}
/* ------------------------------------------------------------------------------------
--  SINGLE: POST PAGES 1, 2, 3
------------------------------------------------------------------------------------ */
#postlinks{
	float:left;
	width:100%;
}
.my-paginated-posts{
	float:left;
	width:100%;	
	text-align:center;
	margin:0 0 20px 0;
}
.my-paginated-posts p a{
	display:inline-block;
    margin:0 0.2em; 
    padding:0.4em 0.8em; 
	background:rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.09);
}
.my-paginated-posts a:hover,
.my-paginated-posts a:focus{ 
	color:#fff; 
	background:#BF9C7C;
}
/* ------------------------------------------------------------------------------------
--  SINGLE: NAVIGATION BETWEEN SINGLE POSTS
------------------------------------------------------------------------------------ */
#pa-wrap{
	float:left;
	width:100%;
}
#pa-inner{
	display:table;
	margin:0 auto;
}
.pa{
	width:40px;
	height:40px;
	line-height:40px;
	border:1px solid #eee;
	background:#fafafa;
	color:#111;
	text-align:center;
	font-size:1.4em;
}
.pa:hover{
	background:#fff;
}
.prevpost{
	float:left;
	margin-right:2px;
}
.nextpost{
	float:right;
	margin-left:2px;
}
/* ------------------------------------------------------------------------------------
--  SINGLE: RELATED POSTS
------------------------------------------------------------------------------------ */
#relatedposts{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
h3.bigtitle{
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin:20px 0;
	text-align:center;
}
.related{
	float:left;
	width:49%;
	margin:0 2% -9999em 0;
	padding:0 0 9999em 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #ddd;	
	background:#fafafa;
}
.related:last-child{
	margin:0 0 -9999em 0;
}
@media screen and (max-width:640px){
.related{
	width:100%;
	margin:0;
	padding:0;
}
}
.related-line{
	position:absolute;
	bottom:0;
	width:49%;
	margin:0 2% 0 0;
	height:1px;
	background:#ddd;
	z-index:1;	
}
.related-line:last-child{
	margin:0;
}
@media screen and (max-width:640px){
.related:last-child{
	width:100%;
	margin:20px 0 0 0;
	padding:0;
}
}
.related-inner{
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	padding:20px;
}
.related-inner h3{
	font-size:1.6em;
	margin:0 0 20px 0;
}
.related-inner h3 a{
	color:inherit;
}
.related-img{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.related-text{
	float:right;
	width:100%;
}
.related-img-home{
	float:left;
	width:36%;
}
@media screen and (max-width:1279px){
.related-img-home{
	width:100%;
	margin:0 0 20px 0;
}
}
.related-text-home{
	float:right;
	width:60%;
}
@media screen and (max-width:1279px){
.related-text-home{
	width:100%;
}
}




.related-inner p{
	font-family:'PT Serif', sans-serif;
	font-size:1.1em;
	line-height:1.5em;
}
.readmore{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.readmore a{
	display:inline-block;
	float:right;
	position:relative;
	z-index:1;
	padding:0 20px;
	height:36px;
	line-height:36px;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.3em;
	background:#111;
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  POST STYLES
----------------------------------------------------------------------------------- */
.the_hotel .tpost p,
.the_rooms .tpost p{
	font-size:1.15em;
}
.tpost p{
	font-family:'PT Serif', sans-serif;
	font-size:1.3em;
	line-height:1.6em;
	margin-bottom:20px;
}
.tpost form{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.tpost form label{
	float:left;
	width:100%;		
}
.tpost form input{
	border:none;
	padding:10px;
	font-size:1em;
    font-family: 'nexa_lightregular', sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tpost input[type='text'],
.tpost input[type='email'],
.tpost input[type='password'],
.tpost input[type='search'],
.tpost input[type='url'],
.tpost textarea{
	float:left;
	width:100%;		
	margin:0 0 20px 0;	
	border-radius:0;
	background:#fff;
	border:1px solid #eee;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tpost input[type='submit']{
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	cursor:pointer;
    border: none;  
   -webkit-appearance: none;
	background:#fe7297;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    font-family: 'nexa_boldregular', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:0.6em;
	letter-spacing:0.3em;
}
.tpost input[type='submit']:hover{
	background:#ef3460;
}
.tpost h1,
.tpost h2,
.tpost h3,
.tpost h4,
.tpost h5,
.tpost h6{
	margin:0 0 20px 0;	
	clear: both;
}
.tpost h1{
	font-size:1.7em;
}
.tpost h2{
	font-size:1.6em!important;
	margin:0 0 20px 0!important;	
}
.tpost h3{
	font-size:1.5em;
}
.tpost h4{
	font-size:1.4em;
}
.tpost h5{
	font-size:1.3em;
}
.tpost h6{
	font-size:1.2em;
}
.tpost h2.inline{
	display:inline-block;
}
.tpost strong{
   font-family: 'nexa_boldregular', sans-serif;
}
.tpost img,
.tpost iframe{
	display:block;
}
.tpost iframe{
	float:left;
	width:100%;
	margin-bottom:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:rgba(255,255,255,0.5);
	border:10px solid rgba(255,255,255,0.5);
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.tpost small{
	display:none;
}
.tpost .video-holder{
	margin-bottom:20px;	
}
.tpost ul,
.tpost ol{
	border-left:20px solid transparent;
	margin:0 0 20px 0;
}
.tpost ul.styled{
	list-style-image: url('images/check.png');
}
.tpost li{
	font-size:1.2em;
	line-height:1.6em;
	font-family:'PT Serif', sans-serif;
	font-style:italic;
	padding:0 0 0 10px;
}
.tpost li li{
	font-size:1em;
}
.tpost dl{
	float:left;
	width:100%;
	margin:0 0 9px 0;
}
.tpost dt{
	font-size:1.1em;
	font-style:italic;
	margin:0 0 14px 0;
}
.tpost dd{
	line-height:1.5em;
    background: rgba(255,255,255,0.2);
    border:1px dashed #b1ae34;
    padding:20px;
	margin:0 0 20px 0;	
}
.tpost pre{
	float:left;
	width:100%;
	font-family:monospace;
	font-size:1.3em;
	line-height:1.3em;
    margin: 0 0 20px 0;	
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.tpost a{
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.tpost blockquote{
	float:left;
	width:90%;
	position:relative;
	margin:0 5% 20px 5%;
	padding:0;
    font-size:1em;
    border:1px dashed #b1ae34;
    padding:20px 20px 0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tpost blockquote:before{
	position:absolute;
	top:0;
	left:-40px;
	content:'\201C';
	font-size:4em;
	color:#fe7297;
}
.tpost blockquote p{
	width:100%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family:'PT Serif', sans-serif;
	font-style:italic;
}
.tpost cite{
	float:right;
	padding:0 5% 0 0;
    font-family: 'nexa_boldregular', sans-serif;
	font-size:0.9em;
}
.tpost cite:before{
	content:'–';
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.tpost .gallery{
	float:left;
	width:100%;
    clear: both;
    margin:0 auto;
    padding:24px 20px 8px 20px;
    background:#fff;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	border:1px solid #eee;
	margin:0 0 20px 0;
}
.tpost .gallery-item{	
	float:left;
    width:47.8%;
    margin: 0 1% 20px 1%;
    padding:0;
    background:transparent;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    position:relative;	
}
.gallery{
	float:left;
	width:100%;
    clear: both;
    margin:0 auto;
    padding:20px 20px 4px 20px;
    background:#fff;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	border:1px solid #eee;
	margin:0 0 20px 0;
} 
.the_hotel .gallery-item,
.the_rooms .gallery-item{	
	float:left;
    width:31.3%;
    margin: 0 1% 16px 1%;
    padding:0;
    background:transparent;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    position:relative;	
} 
.gallery-icon{
	float:left;
	width:100%;
	background:#fafafa;
}
.gallery-icon img{
	width:100%;
    display: block; 	
	margin:0!important;
}
.gallery-item .gallery-caption{
	display:table;
	margin:0 auto;
	text-align:center;
	font-size:0.8em;
	padding:1em 1em 0 1em;
	display:none;
} 
.tpost table.ttable{
	float:left;
	margin:0 0 20px 0;
	background:rgba(0,0,0,0.02);
}
.tpost table.ttable thead tr{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:700;
	color:#111;
}
.tpost table.ttable thead th{
	border-right:1px solid #ddd;
	padding:1em;
}
.tpost table.ttable tbody tr{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-weight:700;
}
.tpost table.ttable tbody th{
	border-right:1px solid #ddd;
	padding:1em;
}
.tpost table.ttable tbody td{
	padding:1em;
	border-right:1px solid #ddd;
}
.tpost iframe.twitter-tweet{
	float:left;
	padding:0!important;
	width:100%!important;	
	margin:0 0 20px 0!important;
	border:none!important;
	background:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tpost dl{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	font-size:110%;
}
.tpost embed,
.tpost .wp-audio-shortcode,
.tpost audio{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
/* ------------------------------------------------------------------------------------
--  ATTACHMENT PAGE
------------------------------------------------------------------------------------ */
.img-info{
	float:left;
	width:100%;
}
.attachment-1600x960{
	display:table;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:rgba(255,255,255,0.5);
	border:10px solid rgba(255,255,255,0.5);
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
a.postname{
	text-decoration:none;
}
.att-header{
	float:left;
	width:100%;
	text-align:center;
	margin:20px 0 0 0;
	font-size:1.2em;
	line-height:1.5em;
}