/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic&subset=latin,greek);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,700italic,400italic&subset=latin,greek);

* {
	padding: 0px;
	margin: 0px;
	outline: 0px;
	line-height:1.2em;
	border-width: 0px;
}
body,td {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #444;
}
body {
	background-image: url(../layout/fabric_of_squares_dark_fade.png);
	background-repeat: repeat;
}
a {
	color: #09C;
	text-decoration: none;
	white-space: nowrap;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic&subset=latin,greek);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700,700italic,400italic&subset=latin,greek);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
a, a:link, a:visited, a:hover, a:active, a:focus,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:100%;
	line-height:130%;
	vertical-align:baseline; background:transparent;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
img {vertical-align:middle;}
input, select, textarea, button, .captchaimage {
	vertical-align:middle;
	margin:.4em .3em .4em 0em;
	padding:0; border:0; outline:0;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:100%;
	line-height:130%;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
input {padding:.2em .6em .25em .6em; max-width:100%;}
select {padding:.6em .6em .65em .6em; max-width:100%;}
textarea {vertical-align:middle; resize:none; overflow:auto; padding:.5em .6em; max-width:100%;}
input[type="checkbox"], input[type="radio"] {padding:0; vertical-align:middle; height:auto !important; border:0 !important; background-color:transparent !important;}
button, input[type="button"], input[type="submit"], input[type="reset"] {padding:.5em .6em .55em .6em;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

body, html {
	position:relative;
	width:100%;
	height:100%;
}

body {font-size:.9em; color:#444; /*background-color:#222126;*/ background-image: url(../layout/fabric_of_squares_dark_fade.png); background-repeat: repeat; overflow-x:hidden;}
p {margin-bottom:.4em;}
h1, h2, h3, h4, h5, h6 {margin-bottom:.2em;}
h1 {font-size:2.00em; font-weight:300;}
h2 {font-size:1.30em; font-weight:300;}
h3 {font-size:1.35em; font-weight:300;}
h4 {font-size:1.15em; font-weight:300;}
h5 {font-size:1.10em; font-weight:300;}
a {text-decoration:none; color:#09C; white-space: nowrap;}
a:hover {text-decoration:none; color:#444;}
b, strong, th {	font-weight:600; color:#999;}
/**/
a, input, select, textarea, button, .awards li {-webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s; -ms-transition:all .4s ease 0s; -o-transition:all .4s ease 0s; transition:all .4s ease 0s;}
/************/
.nowrap {
	white-space:nowrap;
}

/* b a n n e r   o v e r   a l l */
#boverall {
	position:fixed;
	z-index:999;
	width:100%;
	height:100%;
	background-color:rgba(68,68,68,.96);
}
.boverall-outer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin:0 auto;
	padding:30px;
	vertical-align:middle;
	background-color:#FFF;
	width: 90%;
	max-width:700px;
	max-height:90%;
	overflow:auto;
	text-align:center;
}
.boverall-outer img {
	width:100%;
	height:auto;
	margin-bottom:18px;
}
.boverall-outer h2 {
	font-family: 'Noto Serif', serif;
	font-size: 2em;
	font-style:italic;
	font-weight:700;
	color:#09C;
}
.boverall-outer h3 {
	font-size: 1.4em;
	font-weight:400;
	margin-bottom:.5em;
}
.boverall-outer h4 {
	font-weight:400;
	color:#09C;
	margin-bottom:.5em;
}
.boverall-outer a {
	display:inline-block;
	background-color:#09C;
	color:#FFF;
	padding:.3em .7em;
}
.boverall-outer a:hover {
	background-color:#444;
}
a.boverall-close {
	position:absolute;
	top:0;
	left:50px;
	padding:1em;
	margin:0;
}
a.boverall-close img {
	margin-bottom:0;
}
/* h o t e l   c o l o r s */
.colorpalace {
	color: #CEA517;
}
.colorroyal {
	color: #00A9E4;
}
.colorgarden {
	color: #228237;
}
.colorvillage {
	color: #e3800b;
}
.colorinstyle {
	color: #dd597b;
}
.colorpalace:hover,
.colorroyal:hover,
.colorgarden:hover,
.colorvillage:hover {
	color: #000;
}
body#palace .chapter a,
body#palace .chapter h1,
body#palace .topmenu a:hover,
body#palace .topmenu a.actlink {
	color: #CEA517;
}
body#royal .chapter a,
body#royal .chapter h1,
body#royal .topmenu a:hover,
body#royal .topmenu a.actlink {
	color: #00A9E4;
}
body#garden .chapter a,
body#garden .chapter h1,
body#garden .topmenu a:hover,
body#garden .topmenu a.actlink {
	color: #228237;
}
body#village .chapter a,
body#village .chapter h1,
body#village .topmenu a:hover,
body#village .topmenu a.actlink {
	color: #e3800b;
}
body#instyle .chapter a,
body#instyle .chapter h1,
body#instyle .topmenu a:hover,
body#instyle .topmenu a.actlink {
	color: #dd597b;
}
body#palace .topouter {
	border-top-color: #CEA517;
}
body#royal .topouter {
	border-top-color: #00A9E4;
}
body#garden .topouter {
	border-top-color: #228237;
}
body#village .topouter {
	border-top-color: #e3800b;
}
body#instyle .topouter {
	border-top-color: #dd597b;
}
/* p a r a l l a x */
.prlx-width {
	width: 100%;
	/*max-width: 1600px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.prlx-backgs {
	min-height: 500px;
	width: 100%;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#par01-index {
	background-image: url(../layout/demophotos/par01-index.jpg);
}
#par02-index {
	background-image: url(../layout/demophotos/par02-index.jpg);
}
#par01-palace {
	background-image: url(../layout/demophotos/par01-palace.jpg);
}
#par02-palace {
	background-image: url(../layout/demophotos/par02-palace.jpg);
}
#par01-royal {
	background-image: url(../layout/demophotos/par01-royal.jpg);
}
/* h o t e l   l o g o  +  m e n u */
.topouter {
	padding-top: 8px;
	padding-bottom: 14px;
	background-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	padding-right: 47px;
	padding-left: 47px;
}
.top-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 906px;
}
.toplogo {
	display:table;
	width:100%;
}
.toplogo > li {
	display:table-cell;
}
.toplogo > li:last-child {
	vertical-align: top;
	font-size:.80em;
	color: #757575;
	width:360px;
}
.toplogo li:last-child ul {
	display:table;
}
.toplogo li:last-child ul li {
	display:table-cell;
	vertical-align:middle;
	padding: 0 1em 0 0;
}
.toplogo li:last-child a {
	color:#757575;
}
.toplogo li:last-child a:hover {
	color:#444;
}
@media all and (max-width: 780px) {
	.toplogo > li {
		display:block;
	}
	.toplogo li:last-child ul li {
		display:inline-block;
	}
	.toplogo > li:last-child {
		width:100%;
	}
}
.topmenu {
	/*font-size: 15px;*/
	padding-left: 9px;
}
.topmenu a {
	display: inline-block;
	margin-right: 16px;
	margin-left: 0px;
	margin-top: 4px;
	font-weight: 400;
	color: #666;
}
.topmenu a.path {
	/*font-size: 11px;*/
	font-size: .76em;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}
.topmenu a.actlink {
	color: #000;
}
@media all and (max-width: 480px) {
	.topmenu a {
		display: block;
	}
}
.topmenu a:hover {
	text-decoration: none;
}
/* i n d e x   t o p   +   4   h o t e l   n a m e s */
.logoga {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 5px;
	background-color: #FFF;
}
.contnr {
	background-color: #FFF;
	font-weight: 300;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 5px;
}
.contnr ul {
	text-align: center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.contnr li {
	min-width:200px;
/*	float: none;
	display: inline;*/
}
.contnr li a {
	text-decoration: none;
	display: inline-block;
	/*min-width:200px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 1020px) {.contnr li {width:33.33333%;}}
@media (max-width: 600px) {.contnr li {width:100%;}}
.contnr .title {
	/*font-size: 24px;*/
	font-size: 1.6em;
	display: block;
	line-height: .8em;
}
.contnr .stars {
	display: block;
}
.contnr .area {
	/*font-size: 10px;*/
	font-size: .84em;
	display: block;
}
/* i n t r o   s l i d e s h o w */
.introphot {
	height: 500px;
	background-color: #FFF;
}
#index .introslogan {
	text-align:center;
	position:relative;
	z-index:2;
}
.introslogan {
	position: relative;
	top: 80%;
	transform: translateY(-80%);
	padding: 0 55px;
	max-width:1050px;
	margin:0 auto;
	/*font-family: 'Noto Serif', serif;*/
	color:#FFF;
	font-size:2.7em;
	font-style:italic;
	line-height: 110%;
	font-weight:600;
	text-shadow: .1em 0 .3em rgba(0,0,0,.8);
	opacity:.9;
	-webkit-animation-duration:4s; animation-duration:4s; -webkit-animation-delay:3s; animation-delay:3s; -webkit-animation-fill-mode:both; animation-fill-mode:both;
}

@-webkit-keyframes slideFadeIn {
0% {opacity:0; visibility:visible;}
100% {opacity:1;}
}
@keyframes slideFadeIn {
0% {opacity:0; visibility:visible;}
100% {opacity:1;}
}

.slideFadeIn {-webkit-animation-name:slideFadeIn; animation-name:slideFadeIn;}
/* i n t r o   s l o g a n s */
.introduction {
	background-color: #FFF;
	background-image: url(../layout/fabric_of_squares_gray_fade.png);
	background-repeat: repeat;
	overflow: hidden;
	text-align: center;
	padding: 30px 55px;
}
.introduction ul {
	text-align: center;
}
.introduction li {
	float: none;
	display: inline;
}
.introduction li span {
	display: inline-block;
	min-width: 220px;
	font-size: 1.6em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #D3D3D3;
	border-left-color: #D3D3D3;
	padding-right: 20px;
	padding-left: 20px;
	margin: 6px;
	color: #999;
	font-weight: 300;
}
@media all and (max-width: 350px) {
	.introduction li span {
		/*font-size: 16px;*/
		min-width: 160px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media all and (max-width: 250px) {
	.introduction li span {
		/*font-size: 16px;*/
		min-width: auto;
	}
	/*.introduction h1 {
		font-size: 24px;
	}*/
}
/* c h a p t e r s */
.chapter-top-container {
	background-color: #FFF;
	background-image: url(../layout/fabric_of_squares_gray_fade.png);
	padding:0 55px;
}
.chapter-bottom-container {
	background-color: #ebebeb;
	padding-top: 55px;
	padding-bottom: 55px;
}
.chapter-bottom-container-width {
	max-width: 90%;
	/*	min-width: 980px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../layout/fabric_of_squares_gray_fade.png);
	background-repeat: repeat;
	padding: 0 55px;
}
.chapter {
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 30px 0;
}
.chapter h1 {
	font-weight: 300;
	/*font-size: 24px;*/
	display: block;
	margin-bottom: 8px;
	border-top-width: 8px;
	border-top-style: dotted;
	border-top-color: #e9e9e9;
	padding-top: 8px;
}
.chapter h2 {
	font-family: 'Noto Serif', serif;
	/*font-size: 16px;*/
	display: block;
	margin-bottom: 4px;
	font-weight: 400;
	color: #999;
	font-style: italic;
}
.chapter h3 {
	font-weight: 300;
	/*font-size: 18px;*/
	color: #222;
}
.chapter b {
	font-weight: 600;
	color: #777;
}
.chapter .submenu {
	margin-bottom: 8px;
	margin-left: -8px;
}
.chapter .submenu a {
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 3px;
	margin-bottom: 4px;
}
@media all and (max-width: 500px) {
	.chapter .submenu a {
		display: block;
	}
}
.chapter .thumb {
	width: auto;
	height: auto;
	max-width: 250px;
	display: inline-block;
	border: 20px solid #FFF;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media all and (max-width: 780px) {
	.chapter .thumb {
		width: 100px;
		border: 10px solid #FFF;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
@media all and (max-width: 920px) and (min-width: 780px) {
	.chapter .thumb {
		width: 140px;
	}
}
@media all and (max-width: 1200px) and (min-width: 920px) {
	.chapter .thumb {
		width: 180px;
	}
}
.chapter .thumbgal {
	width: 100px;
	height: 100px;
	display: inline-block;
	border: 10px solid #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.chapter .thumbgal:hover,
.chapter .thumb:hover {
	border-color: #e9e9e9;
	-webkit-transition: border-color 0.4s ease 0s;
	-moz-transition: border-color 0.4s ease 0s;
	-ms-transition: border-color 0.4s ease 0s;
	-o-transition: border-color 0.4s ease 0s;
	transition: border-color 0.4s ease 0s;
}
@media all and (max-width: 780px) {
	.chapter .thumbgal {
		width: 60px;
		height: 60px;
		display: inline-block;
		border: 6px solid #FFF;
		margin-right: 6px;
		margin-bottom: 6px;
	}
}
.chapterforms li {
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin-right:2%;
}
@media all and (max-width: 600px) {
	.chapterforms li {
		display:block;
		vertical-align:top;
		width:100%;
		margin-right:0%;
	}
}
/* a w a r d s */
.awards {
	width:100%;
	max-width:940px;
	margin:0 auto;
	padding-bottom:40px;
}
.awards li {
	display:inline-block; vertical-align:middle; text-align:center;
	margin:0 2% 2% 0;
	width:15%;
	min-width:140px;
	padding: 0.5em;
	background-color:#FFF;
	border: 20px solid #FFF;
}
.awards li:hover {
	border: 20px solid #e9e9e9;
}
.awards li:before {content:''; padding:50% 0; width:0; display:inline-block; vertical-align:middle;}
.awards li img {
	width:100%;
	height:auto;
}
.awards li:last-child {
	margin-right:0;
}
/*@media all and (max-width: 780px) {
	.awards li {
		margin:0 4% 4% 0;
		width:30.66%;
	}
	.awards li:nth-child(3n+3) {
	margin-right:0;
}
}*/
/* f o o t e r */
.footercontainer {
	background-image: url(../layout/fabric_of_squares_dark_fade.png);
	background-repeat: repeat;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #666;
	padding: 0 55px;
}
.footer {
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: .9em;
	padding: 30px 0;
	color: #b2b2b2;
	overflow: hidden;
}
.footer a {
	color: #888;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.footadr {
	float: left;
	width: 30%;
	max-width: 220px;
	margin-bottom: 15px;
	margin-right: 4%;
}
.footnews {
	margin-top:20px;
	/*border: 4px solid #666;
	padding: 16px 30px 10px 30px;
	background-color: #383838;
	display:inline-block;*/
}
.quicknav {
	float: left;
	width: 66%;
}
.quicknav ul {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	padding-bottom: 10px;
}
.quicknav li:first-child {
	display: block;
	/*font-size: 14px;*/
	font-weight: 600;
}
.quicknav a {
	margin-right: 8px;
	display: inline-block;
}
@media all and (max-width: 780px) {
	.footadr {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-right: 0%;
	}
	.quicknav {
		float: none;
		width: 100%;
	}
}
/* s i d e   n a v */
a.sidemenuopen {
	display:inline-block;
	position:fixed;
	z-index:999;
	top:90px;
	left:5px;
	background-color:#656565;
}
a.sidemenuopen img {
	max-width:29px;
}
.sidemenu {
	display:none;
	position:fixed;
	z-index:999;
	top:0px;
	bottom:0px;
	left:40px;
	padding:30px;
	background-color:#656565;
	overflow:auto;
	width:80%;
	max-width:350px;
}
.sidemenu li a {
	display:block;
	padding: 1em 1em;
	font-weight:600;
	color:#FFF;
	border-top:1px solid #444;
}
.sidemenu li a:hover {
	background-color:#757575;
}
.sidemenu li a:first-child {
	border:none;
}
.sidemenu li a:last-child {
	border-bottom:1px solid #444;
}
/* l i v e   c h a t */
.livechat {
	position:fixed;
	top:20px;
	right:0;
}
/* g a r d e n   e v e n t s */
.topevents {
	position:absolute;
	z-index:1;
	top:5px;
	left:5px;
	max-width: 400px;
}
.topevents a {
	display:inline-block;
	margin:0 4px 4px 0;
}
.topevents img {
	width:100%;
	height:auto;
}
/* c o p y r i g h t */
.copyrightcontainer {
	background-color: #333;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #555;
	padding: 6px 55px 10px 55px;
}
.copyright {
	font-size: .8em;
	color: #666;
	display: block;
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Tahoma, Arial, sans-serif;
}
.copyright a {
	color: #666;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

/* =========== forms =========== */
input, select, textarea, button, .captchaimage {
	vertical-align:middle;
	margin:.4em .3em .4em 0em;
	padding:0; border:0; outline:0;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:100%;
	line-height:130%;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
input {padding:.2em .6em .25em .6em; max-width:100%;}
select {padding:.6em .6em .65em .6em; max-width:100%;}
textarea {vertical-align:middle; resize:none; overflow:auto; padding:.5em .6em; max-width:100%;}
input[type="checkbox"], input[type="radio"] {padding:0; vertical-align:middle; height:auto !important; border:0 !important; background-color:transparent !important;}
button, input[type="button"], input[type="submit"], input[type="reset"] {padding:.5em .6em .55em .6em;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

input, select, button, .captchaimage {height:2.65em;}
input, select, textarea {background-color:#efefef; border:1px solid #666;}
input[name=cf-arrival], input[name=cf-departure] {width:9em;}
input:focus, select:focus, textarea:focus {background-color:#FFF; color:#444; border:1px solid #444; box-shadow:0em 0em .3em 0em rgba(68,68,68,.5);}
button {background-color:#666; color:#FFF; font-weight:700; white-space:nowrap; cursor:pointer;}
button:hover {background-color:#444; color:#FFF;}
textarea {display:block;}
label {display:block; white-space:nowrap; margin-right:.5em;}
.required {color:#F00;}
.captchaimage {width:auto; vertical-align:middle;}
.captchafield {width:90px;}






/*.address {
	color: #999;
}
.dtable {
	display: table;
}
.dtable ul {
	display: table-row;
	list-style-type: none;
}
.dtable li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	white-space:nowrap;
}
.required  {
	color: #FF0000;
	font-size: 11px;
}
input, select, textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #757575;
	background-color: #FFFFFF;
	border: 1px solid #757575;
	resize: none;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 3px;
}
input:focus, select:focus, textarea:focus {
	background-color: #EFEFEF;
}
button {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 2px;
	cursor: pointer;
	white-space: nowrap;
}
button:hover {
	color: #FFF;
	background-color: #999;
}*/
/*@media all and (max-width: 780px) {
	.chapter .required  {
		font-size: 9px;
	}
	.chapter input,
	.chapter select,
	.chapter textarea {
		font-size: 10px;
		max-width: 120px;
	}
	.chapter button {
		font-size: 10px;
	}
	.chapter form {
		font-size: 10px;
	}
}*/
.booktra {padding:.5em 1em; text-align:center; text-transform:uppercase; font-weight:600;}
.booktra a {color:#bbb;}
.booktra a:hover {color:#fff;}
.bookm {
	background-image: url(../layout/fabric_of_squares_dark_fade.png);
	background-repeat: repeat;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #666;
	padding: 10px 55px 12px 55px;
	color: #999;
	font-size: .9em;
}
.bookm form ul {
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#index .bookm form ul {
	text-align:center;
}
.bookm form li {
	display: inline-block;
	margin-right: 2px;
}
@media all and (max-width: 780px) {
	.bookm form li:first-child {
		display: block;
	}
}
@media all and (max-width: 400px) {
	.bookm form li {
		display: block;
	}
}
.bookm input, .bookm select, .footnews input {
	color: #d9d9d9;
	background-color: #555;
	border: 1px solid #333;
}
.bookm button, .footnews button {
	color: #d9d9d9;
	background-color: #222;
}
.bookm input:focus, .bookm select:focus, .footnews input:focus {
	background-color: #666;
}

/* =========== google maps =========== */
#googlemap {display:block; height: 500px; margin: 0 0 10px 0; padding: 0;}
.googlemapcont * {margin: 0px; color: #222;}
.googlemapcont {overflow:hidden; white-space:nowrap;}
.googlemapcont h2 {font-size: 1.4em; font-weight: 700; font-family:"Open Sans", Arial, sans-serif; font-style:normal; color:#444; line-height:1.1em;}
.googlemapcont h3 {font-size: 1.15em; font-weight: 400;}
.googlemapcont a {color: #06C;}
.googlemapcont a:hover {color: #000;}

/* =========== travel resources =========== */
#index #resourcesbtn {display:inline-block;}
#resourcesbtn {display:none;}
#resources .links a {color:#5a6fbd; text-decoration:none;}
#resources .links a:hover {color:#5a6fbd; text-decoration:none;}
#resources code {font-size:.86em; color:#595959;}

/* =========== guestbook =========== */
.guestbk li {display:block; padding:1em;}
.guestbk li:nth-child(2n+1) {background-color:#e9e9e9;}
.guestbk li:nth-child(2n+2) {background-color:#FFF; margin-bottom:1em;}
.guestbk h1, .guestbk p {margin-bottom:0px;}
.guestbkpages a, .guestbkpages b {display:inline-block; padding:0em .3em 0em .3em;}

/* =========== social media =========== */
#socialmic {display:block; width:100%; /*text-align:center;*/}
#socialmic li {overflow:hidden; display:inline-block; vertical-align:top; margin-bottom:5px;}
#socialmic li a {display:inline-block; float:left; margin-right:2px;}
#___plusone_0 {width:72px !important; float:left !important;}
.twitter-share-button {width:101px !important; float:left;}
.twitter-follow-button {margin-right:16px !important; float:left;}
