/*********************************************************************************************

Theme Name: Imperial
Theme URI: http://www.hermesthemes.com/themes/imperial/
Version: 1.2
Private: true
Author: HermesThemes.com
Author URI: http://www.hermesthemes.com/
Description: Imperial is an exclusive WordPress Theme for Hotels and other hospitality businesses.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hermes_textdomain

The PHP code portions of this theme are subject to the GNU General Public 
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the HermesThemes.com Proprietary Use License below.

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Page Structure: Common elements  ---  All Theme Files
2.  Page Structure: Header -------------  header.php
3.  Navigation  ------------------------  header.php
4.  Page Structure: Main Content  ------  
5.  Content Blocks ---------------------  
6.  Single Post / Page -----------------  single.php, page.php
7.  Comments Styling  ------------------  comments.php
8.  Page Structure: Footer  ------------  footer.php
9.  Misc  ------------------------------
10. Buttons, Forms  --------------------
11. Slideshow  -------------------------
12. Media Queries  ---------------------

**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
b, strong { font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul li {list-style-type: none; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
nav ul, nav ol, 
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form, blockquote { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding: 0; }
td { vertical-align: top; }
p {	margin: 0 0 1em; }

/* Smart clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

html,body,#container,.wrapper { min-height: 100%; }

::-moz-selection{background:#00aeef; color:#fff; }
::selection{ background:#00aeef; color:#fff; }

a { color: #006097; text-decoration:underline; }
a:hover, a:focus { text-decoration:none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
a:active { outline: none; }

body {
	background-image: url("https://13kanus.de/wp-content/uploads/2018/10/bg-min-1.jpg");
	color: #5e5e5e;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
	background-size:100%;
	margin-top:25px;
}

h1,h2,h3,h4,h5,h6, .title-margin {
	color: #2a3036;
	font-weight: normal;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a, .title-widget a {
	color: #2a3036;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title a:hover, .title-widget a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .title a:focus, .title-widget a:focus {
	color: #ae3717;
}

#container {
	font-size: 13px;
	line-height: 1.75em;
	padding: 0;
	text-align: center;
	width: 100%;
}

div.wrapper {
	margin: 0 auto;
	width: 1200px;
}

div.wrapper-main {
	text-align: center;
}

div.wrapper-center {
	text-align: center;
}

div.cleaner,
div.divider {
	margin:0;
	clear: both; 
	font-size:1px; 
	height: 1px;  
	line-height: 1px; 
}

div.divider {
	border-top: solid 1px #e7e7e7;
	margin: 20px 0;
}

div.divider-noborder {
	border-top-width: 0;
	margin: 10px 0;
}

div.divider-notop {
	margin-top: 0;
}


.title-xl {
    font-size: 29px !important;
    line-height: 1.2em !important;
}
.priceliste-btn {

    background: #006097;
    width: 40% !important;
    padding: 10px;
    border-radius: 2em;
    margin: 0 auto;
    display: block;
    text-align: center;

}
.priceliste-btn a{
    color:#ffffff !important;
}

.title-xl {
	font-size: 36px;
	line-height: 1.5em;
}

.title-l {
	font-size: 26px;
	line-height: 1.6em;
}

.title-m {
	font-size: 15px;
}

.title-s {
	font-size: 13px;
}

.title-xs {
	font-size: 12px;
}

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

.title-margin {
	margin-bottom: 20px;
}

.title-page {
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.title-post {
	margin-bottom: 15px;
}

.title-section {
	margin-bottom: 20px;
}

.title-widget {
	font-size: 15px;
	font-weight: normal;
}

/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

.site-header { 
	background-color: #7492a4;
	color: #aaa;
	display: inline;
	float: left;
	min-height: 100%;
	position: relative;
	text-align: center;
	width: 360px;
}

.site-header .wrapper-header {
	padding: 50px 30px;
}

.site-header .wrapper-sidebar-widgets {
	padding-bottom: 20px;
}

.site-header a {
    color: #39434c !important;
    text-decoration: none;
    text-transform: none;
}

.site-header a:hover,
.site-header a:focus {
	color: #ecd95b;
}

.site-header .title-widget {
	color: #fff;
	text-transform: uppercase;
}

.site-header .widget {
	font-size: 13px;
}

/* TA & WPML Widgets */
#lang_sel_list,
.site-header #CDSWIDTCH {
	margin: 0 auto !important;
}

#logo .logo-main {
	display: inline-block;
	font-family: 'Roboto', Georgia, serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	text-transform: uppercase;
}

#logo .logo-tagline {
	color: #456273;
	display: block;
	font-family: 'Roboto Condensed', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75em;
	margin: 10px 0 0;
}

#logo a {
	color: #fff;
}

#logo a:hover,
#logo a:focus {
	color: #ecd95b;
}

#logo .logo-img {
	height: auto;
	max-width: 100%;
}

/********************************************************************************************* 

3. Navigation

*********************************************************************************************/

.btn_menu {
	display: none;
}

.wrapper-menu .hermes-notice {
	margin: 0 50px;
}

#menu-main {
	font-family: 'Roboto Condensed', 'Roboto', Arial, Tahoma, sans-serif;
	position: relative;
	text-transform: uppercase;
}

/*** ESSENTIAL STYLES ***/

.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** THEME SKIN ***/
.sf-menu ul {
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #fff;
	zoom: 1; /* IE7 */
}

#menu-main-menu .current-menu-item > a,
#menu-main-menu .current-menu-ancestor > a,
#menu-main-menu a:hover,
#menu-main-menu a:focus {
	color: #ecd95b;
}

#menu-main-menu .current-menu-item > a {
	font-weight: bold;
}

.sf-menu li {
	border-bottom: solid 1px #5e8195;
	display: block;
	font-size: 14px;
	line-height: 2em;
	padding: 6px 0;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #d8dadb;
	border-bottom: solid 1px #c8c8c8;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
	padding: 10px 15px;
	text-align: left;
	text-transform: none;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu .current-menu-item,
.sf-menu .current-menu-ancestor {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background: #d8dadb;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu ul ul li {
	background: #39434c;
}


#menu-main .current-menu-item > .sub-menu,
#menu-main .current-menu-ancestor > .sub-menu {
	box-shadow: none;
	border-width: 0;
	border-top: solid 1px #455360;
	display: block !important;
	left: auto;
	margin-top: 6px;
	opacity: 1 !important;
	position: relative;
	top: auto;
	width: auto;
}

#menu-main .current-menu-item .sub-menu li,
#menu-main .current-menu-ancestor .sub-menu li {
	padding: 8px 0;
}

#menu-main-menu > .current-menu-item,
#menu-main-menu > .current-menu-ancestor {
	padding-bottom: 0;
}

#menu-main .current-menu-item.menu-item-has-children,
#menu-main .current-menu-ancestor.menu-item-has-children,
#menu-main .current-menu-ancestor .sub-menu .current-menu-item.menu-item-has-children {
	border-bottom-width: 0;
	padding-bottom: 0 !important;
}

#menu-main .current-menu-item li,
#menu-main .current-menu-ancestor li {
	text-align: center;
}

.sf-arrows .current-menu-item .sf-with-ul:after,
.sf-arrows .current-menu-ancestor .sf-with-ul:after {
	border: 5px solid transparent;
	border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 0;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
	width: 100%;
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
	float: none;
}
.sf-vertical li {
	width: 100%;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,0.6);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


.sf-vertical.sf-arrows .current-menu-item .sf-with-ul:after,
.sf-vertical.sf-arrows .current-menu-ancestor .sf-with-ul:after {
	border-left-color: #ecd95b; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(236,217,91,1);
}
.sf-vertical.sf-arrows .current-menu-item:hover .sf-with-ul:after,
.sf-vertical.sf-arrows .current-menu-ancestor:hover .sf-with-ul:after {
	border-left-color: #ecd95b; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(236,217,91,1);
}

/********************************************************************************************* 

4. Page Structure: Main Content

*********************************************************************************************/

#content {
	background-color: #ffffff;
	overflow: hidden;
	text-align: left; 
}

#main {
	background-color: #fff;
	display: inline;
	float: left;
	width: 840px;
}

.wrapper-content {
	margin-top: 30px;
	padding: 0 40px 30px;
}

/********************************************************************************************* 

5. Content Blocks

*********************************************************************************************/

#hermes-contacts {
	background-color: #eeeeee;
	color: #39434c;
}

#hermes-contacts a {
	color: #456273;
	text-decoration: none;
}

#hermes-contacts a:hover,
#hermes-contacts a:focus {
	color: #456273;
	text-decoration: underline;
}

#hermes-contacts .hermes-contact {
	background-color: #eeeeee;
	border-right: solid 1px #eeeeee;
	color:#456273;
	display: inline;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 20px 20px 19px;
}

#hermes-contacts .booking {
	background-color: #004f7d;
}

/* Featured Pages */

.featured-pages .featured-page {
	display: inline;
	float: left;
	margin-right: 4.6052%;
	position: relative;
	text-align: center;
	width: 30.2631%;
}

.featured-pages .featured-page-3 {
	margin-right: 0;
}

.featured-page .thumbnail {
	height: auto;
	opacity: 1;
	width: 100%;
}

.featured-page .title-post {
	font-family: 'Roboto Condensed';
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.featured-pages-modern .featured-page .title-post a {
	color: #fff;
}

.featured-pages-modern .featured-page .title-post a:hover,
.featured-pages-modern .featured-page .title-post a:focus {
	color: #fff;
	text-decoration: underline;
}

.featured-pages-modern .featured-page .post-content {
	background-color: #ae3717;
	margin: auto;
	height: 50%;
	width: 100.01%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: table;
	position: absolute;
	z-index: 2;
	background: rgb(174, 55, 23);
	/* RGBa with 0.8 opacity */
	background: rgba(174, 55, 23, 0.8);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ae3717, endColorstr=#ae3717)";
	zoom: 1;
}

.featured-pages-modern .featured-page .post-content-wrapper {
	display: table-cell;
	padding: 10px 5%;
	vertical-align: middle;
}

.featured-page .post-excerpt {
	font-size: 15px;
	line-height: 1.75em;
	margin: 10px 0 0;
}

.featured-pages-modern .featured-page .post-excerpt {
	display: none;
}

.featured-pages-classic .featured-page .title-post {
	border-bottom: solid 1px #2a3036;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 15px;
}

.featured-pages-classic .featured-page .post-excerpt {
	font-size: 12px;
	margin-top: 20px;
}

.widget {
	font-size: 15px;
	line-height: 1.75em;
	margin-bottom: 30px;
}

#content .title-widget {
	color: #2a3036;
	font-size: 18px;
	line-height: 1.75em;
}

.hermes-column-double {
	display: inline;
	float: left;
	margin-right: 5.2631%;
	width: 47.3684%;
}

.hermes-column-last {
	margin-right: 0;
}

/* Posts Loop */

.hermes-post .post-cover .thumbnail {
	height: auto;
	width: 100%;
}

.hermes-posts-archive {
	margin: 30px 0;
}

.hermes-posts-archive .hermes-post {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.hermes-posts-archive .post-cover {
	display: inline;
	float: left;
	margin-right: 4.6052%;
	position: relative;
	width: 30.2631%;
}

.hermes-posts-archive .post-content {
	overflow: hidden;
}

.hermes-posts-archive .title-post {
	font-size: 20px;
	font-weight: 600;
}

.hermes-posts-archive .post-meta,
.hermes-posts-widget .post-meta,
.hermes-page-intro .post-meta {
	color: #aaa;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 1em;
}

.hermes-posts-widget .post-meta {
	margin-bottom: 0;
}

.post-meta .divider {
	display: inline-block;
	margin: 0 3px 0 4px;
}

.hermes-posts-archive .room-meta,
.hermes-posts-archive .hermes-attraction .post-meta,
.hermes-page-intro .post-meta-cf,
.hermes-testimonials .hermes-author {
	background-color: #ecd95b;
	color: #2a3036;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	padding: 6px 12px;
}

.hermes-testimonials .hermes-author {
	margin: 0 0 15px;
}

.hermes-testimonials .hermes-post {
	padding-bottom: 10px;
}

.hermes-posts-archive .read-more-anchor {
	background-color: #006097;
	color: #fff;
	display: inline-block;
	padding: 8px 30px;
}

.hermes-posts-archive .read-more-anchor:hover,
.hermes-posts-archive .read-more-anchor:focus {
	background-color: #004f7d;
	color: #fff;
}

.room-meta .room-price {
	font-weight: bold;
}

.hermes-posts-archive .post-excerpt {
	color: #555;
	font-size: 15px;
	line-height: 1.75em;
}

.hermes-posts .post-meta a {
	color: #004f7e;
}

.hermes-posts .post-meta a:hover,
.hermes-posts .post-meta a:focus {
	color: #ae3717;
}

/* Rates Table */

.hermes-table {
	border-spacing: 0;
	font-size: 14px;
	margin: 20px 0;
	width: 100%;
}

.hermes-table thead {
	border: solid 1px #b8a9d3;
	border-bottom-width: 0;
}

.hermes-table tbody {
	border: 0;
}

.hermes-table th,
.hermes-table td {
	padding: 0;
	text-align: center;
}

.hermes-table td {
	padding: 10px 15px 10px 0;
}

.hermes-rates tbody .caption {
	padding-right: 10px;
	padding-left: 10px; 
}

.hermes-table tr {
	background-color: #f2eee3;
	line-height: 1.75em;
	padding: 0;
}

.hermes-rates .value,
.hermes-room-specs td {
	border-bottom: solid 1px #fff;
}

.hermes-room-specs td {
	text-align: left;
}

.hermes-room-specs .caption {
	font-weight: 700;
	padding-left: 15px;
	width: 35%;
}

.hermes-table .even {
	background-color: #ebe6d7;
}

/* Gallery Template */

.hermes-gallery-list .hermes-gallery-item {
	display: inline;
	float: left;
	margin-right: 4.6052%;
	margin-bottom: 30px;
	text-align: center;
	width: 30.2631%;
}

.hermes-gallery-list .gallery-item-3 {
	margin-right: 0;
}

.hermes-gallery-list .hermes-gallery-item-first {
	clear: both;
}

.hermes-gallery-list .post-content {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 20px;
}

.hermes-gallery-list .post-excerpt {
	margin: 0;
}

.hermes-gallery-list img {
	height: auto;
	width: 100%;
}

/* Posts Widget */

.hermes-posts-widget .hermes-post {
	border-bottom: solid 1px #dfe0e1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.hermes-posts-widget .hermes-post:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.hermes-posts-widget .post-cover {
	display: inline;
	float: left;
	margin-right: 9.7222%;
	width: 26.3888%;
}

.hermes-posts-widget .post-content {
	overflow: hidden;
}

.hermes-posts-widget .title-post {
	font-size: 14px;
	font-weight: 600;
}

.hermes-posts-widget .post-excerpt {
	font-size: 13px;
	line-height: 1.75em;
	margin: 0;
}

.hermes-posts-widget .title-post a {
	color: #9c4b36;
}

.hermes-posts-widget .title-post a:hover,
.hermes-posts-widget .title-post a:focus {
	color: #004f7e;
}

/* Contacts Widget */

.hermes-sprite-contact {
	background: transparent url(images/sprite-contact-icons-white.png) no-repeat top left;
	display: inline-block;
	margin-right: 8px;
}

#content .hermes-sprite-contact {
	background-image: url(images/sprite-contact-icons.png);
}

.hermes-contact .hermes-contact-email { background-position: 0 -60px; }
.hermes-contact .hermes-contact-fax { background-position: 0 -90px; }
.hermes-contact .hermes-contact-marker { background-position: 0 0; }
.hermes-contact .hermes-contact-phone { background-position: 0 -31px; }

/* TripAdvisor Widget */

.hermes-ta-widget {
	text-align: center;
}

.hermes-ta-box .hermes-ta-icon {
	display: inline-block;
	margin-bottom: 12px;
}

.hermes-ta-box .hermes-ta-title {
	display: block;
	font-size: 12px;
}

.hermes-ta-line .hermes-ta-icon,
.site-header .hermes-ta-box .hermes-ta-icon {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
}

.hermes-ta-line .hermes-ta-title,
.site-header .hermes-ta-box .hermes-ta-title {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
}

/********************************************************************************************* 

6. Single: Post/Page Styling

*********************************************************************************************/

.post-single {
	color: #555;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 16px;  
	line-height: 1.75em; 
	max-width: 100%;
}

.post-meta p.postmeta {
	color: #999;
	font-size: 11px;
}

.post-meta .divider {
	border-top-color: #eee;
}

.post-meta-single .divider {
	margin: 10px 0;
}

.archive-meta {
	color: #999;
	font-size: 13px;
	line-height: 23px;
}

.post-single h2, 
.post-single h3, 
.post-single h4, 
.post-single h5, 
.post-single h6 {
	font-weight: bold;
	margin: 12px 0 12px;
	line-height: 1.25em; 
}

.post-single h1 {
	font-size: 30px;
	line-height: 38px;
}

.post-single h2 {
	font-size: 24px;
	line-height: 32px;
}

.post-single h3 {
	font-size: 18px;
	line-height: 25px;
}

.post-single h4 {
	font-size: 13px;
	line-height: 24px;
}

.post-single h5 {
	font-size: 12px;
	line-height: 22px;
}

.post-single h6 {
	font-size: 12px;
	line-height: 22px;
}

.post-single p {
	margin-top: 0;
	margin-bottom: 1.5em; 
}

.post-single img {
	margin-bottom: 20px; 
	height:100%;
	width:100%;
}

.post-single img.alignnone, 
.post-single img.aligncenter, 
.post-single img.alignleft, 
.post-single img.alignright {
	max-width: 100%;
	width:auto;
 	height:auto;
}

.post-single iframe {
	max-width: 100%;
}

.post-single textarea {
	max-width: 97%;
}

.post-single ul, 
.post-single ol {
	margin: 0 0 1em 1em; 
}
.post-single li ul, 
.post-single li ol {
	margin-bottom: 0; 
}
.post-single li {
	list-style-position: outside; 
	margin-left: 20px;
} 
.post-single ul li {
	list-style-type: square;
}
.post-single ol li {
	list-style-type: decimal; 
}
.post-single blockquote {
    color:#999;
    border-left: solid 6px #555;
	font-style: italic;
	font-size: 17px;
	line-height: 26px;
    padding: 0 15px;
    margin: 10px;
}
.post-single a {
	text-decoration: none; 
}
.post-single a:hover,
.post-single a:focus {
	text-decoration: underline; 
	cursor: pointer; 
}

.hermes-post-share {
	margin: 15px 0;
	padding-bottom: 15px;
}

.post-featured-cover {
	margin: 0 0 20px -40px;
}

/********************************************************************************************* 

7. Comments Styling

*********************************************************************************************/

#hermes-comments {
	margin: 30px 0;
}

.commentlist .comment,
.commentlist .pingback,
.commentlist .trackback {
	border-bottom: solid 1px #e3e3e3;
	list-style-type: none;
	margin-bottom: 24px;
}

.commentlist > .comment:last-child {
	border-bottom: 0;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.commentlist .children {
	padding-left: 12.9032%;
}

.commentlist .avatar {
	background-color: #fff;
	border: solid 1px #eeeeee;
	padding: 4px;
	height: auto;
	width: 100%;
	max-width: 50px;
}

.commentlist .byuser .avatar {
	border-color: #ccc;
}

.commentlist .byuser .comment-author-name {
	color: #ef4832;
}

.commentlist .comment-author {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 60px;
	text-align: center;
}

.commentlist .comment-author-name {
	color: #252525;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 12px;
}

.commentlist .comment-timestamp {
	color: #999;
	font-size: 11px;
	text-align: right;
}

.commentlist .comment-bullet {
	color: #ccc;
	font-size: 11px;
	margin: 0 2px;
}

.commentlist .comment-author-name {
	font-size: 15px;
	line-height: 1.5em;
}

.commentlist .comment-body {
	font-size: 14px;
	line-height: 1.75em;
	overflow: hidden;
	padding-top: 5px;
}

.commentlist .comment-edit-link {
	font-size: 11px;
}

.comment-body p {
	margin: 0 0 1.5em;
}

.comment-awaiting-moderation {
	color: #999;
	font-style: italic;
}

.commentlist .reply {
	margin-top: 10px;
	text-transform: lowercase;
}

.commentlist .comment-reply-link {
	font-size: 11px;
	padding: 4px 10px;
}

/* Comment Form */

#respond .hermes-comment-label {
	color: #252525;
	display: block;
	font-weight: bold;
	margin: 0 0 8px;
}

#respond .hermes-comment-input {
	border: solid 1px #ddd;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 5px;
	width: 70%;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px; 
}

#respond .hermes-comment-input:focus {
	background-color: #e1f2fa;
	border-color: #bdd8e5;
}

#respond .required_lab {
	color: #ef4832;
}

#respond .comment-form-p {
	margin: 0 0 15px;
}

#respond .form-submit {
	margin: 0;
}

#respond .comment-notes,
#respond .form-allowed-tags {
	display: none;
}

#respond #submit {
	
}

/* Reply Form */

.comment #respond {
	margin-top: 30px;
}

#reply-title {
	margin: 0 0 20px;
}

#reply-title a {
	color: #1c97d4;
}

#reply-title a:hover,
#reply-title a:focus {
	color: #ef4832;
}

/********************************************************************************************* 

8. Page Structure: Footer

*********************************************************************************************/

footer {
	margin: 0;
}

.wrapper-footer {
	border-top: solid 1px #dfe0e1;
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 10px;
}

footer .widget {
	font-size: 13px;
}

#content footer .title-widget {
	font-size: 16px;
}

footer .hermes-column {
	display: inline;
	float: left;
	margin-right: 3.9473%;
	width: 30.7017%;
}

footer .hermes-column-3 {
	margin-right: 0;
}

.hermes-copy {
	font-size: 12px;
	padding: 20px 30px 30px;
}

.hermes-copy p {
    color: #456273;
	margin: 1em 0 0;
}

/********************************************************************************************* 

9. Misc

*********************************************************************************************/

/* Sharing Buttons */

.hermes-post-share a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin: 0 20px 0 0;
    padding: 5px 15px 8px;
    text-decoration: none;
}

.hermes-post-share a.twitter {
    background: #3a93d8
}

.hermes-post-share a.facebook {
    background: #2e6cc8
}

.hermes-post-share a.gplus {
    background: #dd5042
}

.hermes-post-share a.twitter:before { content: "\f301"; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 20px/15px 'dashicons'; vertical-align: top; margin: 5px 8px 0 0; }
.hermes-post-share a.facebook:before { content: "\f305"; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 20px/15px 'dashicons'; vertical-align: top; margin: 5px 8px 0 0; }
.hermes-post-share a.gplus:before { content: "\f462"; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 20px/15px 'dashicons'; vertical-align: top; margin: 5px 8px 0 0; }


.hermes-post-share a.twitter:hover {
    background: #59aef5
}

.hermes-post-share a.facebook:hover {
    background: #5084e4
}

.hermes-post-share a.gplus:hover {
    background: #fb6c59
}

#wpstats { display: none; }

/* Pagination */
div.navigation {text-align: center; margin: 20px 0 25px; font-size: 14px; }
div.navigation p {margin: 0;}
div.navigation a {padding: 7px 10px; line-height: 24px; background-color: #f1f1f1; color: #333; }
div.navigation .current { font-weight:bold; background-color: #006097; color: #fff; padding: 7px 10px; line-height: 24px;}
div.navigation a:hover,
div.navigation a:focus {
	background: none;
	background-color: #006097; 
	color: #fff;
}

/* WordPress Search Widget */

.post-single #searchform {
	margin-bottom: 20px;
}

#searchform label {
	display: none;
}

#s {
	background-color: #fff;
	display: inline;
	float: left;
	border: solid 1px #ccc;
	font-size: 13px;
	margin: 0 3px 10px 0;
	padding: 6px 5px;
	width: 70%;
}

#searchsubmit {
	border: none;
	display: inline;
	float: left;
}

/* Begin Images */
.post-single .aligncenter {	display: block;	margin-left: auto;	margin-right: auto;	}
.post-single .alignright { margin: 0 0 5px 20px; display: inline; }
.post-single .alignleft { margin: 0 20px 5px 0;	display: inline; }
.alignright { float: right; }
.alignleft { float: left; }

/* Caption for images */
.post-single .wp-caption { background-color: #f3f3f3; border-bottom: solid 1px #e3e3e3; padding: 0 0 15px; }
.post-single .wp-caption img { background:none; margin: 0 0 15px; border:0 none; max-width:100%; width: 100%; height:auto; }
.post-single .wp-caption-text, .gallery-caption { color:#777; font-size:11px; line-height: 1.4em; margin:0 10px; }
.post-single .wp-caption.aligncenter { margin:0 auto 15px; }

/* [gallery] shortcode styling */
.post-single .gallery { margin: auto; text-align:center; clear:both; }
.post-single .gallery-icon {
	background-color: #fff;
	border: solid 1px #eeeeee;
	margin-bottom: 10px;
	padding: 4px;
}
.post-single .gallery .gallery-item {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px; width: 30%; }
.post-single .gallery img { width: 100%; height: auto; margin: 0; }
.post-single .gallery-caption { margin-left: 0; }

/* Recent Comments Widget */

.recent-comments-list .recent-comment,
#recentcomments .recentcomments {
	font-size: 11px;
	margin-bottom: 8px;
}

.recent-comments-list .post-cover {
	background-color: #fff;
	border: solid 1px #eeeeee;
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 4px;
}

/* Aside Widget Corrections */

aside .hermes-post .post-cover {
	display: none;
}

/* Gravity Forms Fixes */
.gform_wrapper .gform_heading {
	margin-bottom: 20px;
}

.gform_wrapper .gform_fields {
	margin-left: 0;
}

.gform_wrapper .gfield {

}

.gform_wrapper .gfield {
	list-style-type: none;
	margin-left: 0;
}

.gform_wrapper .gfield_label {
	font-weight: bold;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield .textarea {
	border: solid 1px #ccc;
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px; 
}

.gform_wrapper input[type=text] {
	min-width: 200px;
}

.gform_wrapper .gfield_required {
	color: #cc333f;
	margin-left: 2px;
}

/* WordPress check fixes */

.sticky,
.bypostauthor {
	
}

/* ThickBox Link Fix */

#TB_window #TB_caption {
	font-size: 13px;
	height: auto;
	line-height: 24px;
}

#TB_caption a {
	color: #333;
	font-weight: bold;
}

/* The Events Calendar fixes */

body #tribe-events-pg-template {
	max-width: 100%;
}

.tribe-event-meta {
	margin: 0 0 30px;
}

.tribe-event-meta .time-details,
.tribe-event-meta .tribe-events-event-cost {
	background-color: #dfdfdf;
	color: #151515;
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.tribe-event-meta .tribe-events-event-cost,
body .tribe-events-list .tribe-events-event-cost span {
	background-color: #57a957;
	border-width: 0;
	color: #fff;
}

body .tribe-events-loop .tribe-events-event-meta {
	margin-bottom: 1.5em;
}

body #tribe-events-content .updated,
body #tribe-events-content .tribe-events-event-cost {
	display: inline-block;
	margin-right: 5px;
}

#tribe-events-content .event_content {
	overflow: hidden;
}

body .tribe-events-list .type-tribe_events h2,
body .tribe-events-list h2.tribe-events-list-event-title {
	display: inline-block;
	margin-bottom: 10px;
}

#container .tribe-events-list-widget .duration {
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	margin: 8px 0 0;
	text-transform: uppercase;
}

#container .tribe-events-list-widget ol li {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#container .tribe-events-list .tribe-events-event-image {
	margin-right: 4.0540%;
	width: 36.4864%;
}

/********************************************************************************************* 

10. Buttons, Forms

*********************************************************************************************/

.button {
	display: inline;
}

input.button.gform_button,
.button,
#respond #submit,
#searchsubmit {
	font-weight: bold;
	text-align: center;
	padding: 15px 30px;
	border: solid 1px #2b849e;
	cursor: pointer;
	height: auto;
	color: #fff;                
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px;         
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

input.button.gform_button,
.button.blue,
#respond #submit,
#searchsubmit {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #09509a 1px 1px 0;
}

.button.green {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3e783e 1px 1px 0;
}

.button.orange {
	background-color: #c98610;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#e49d1f), to(#c98610));
	background-image: -moz-linear-gradient(top, #e49d1f, #c98610);
	background-image: -ms-linear-gradient(top, #e49d1f, #c98610);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49d1f), color-stop(100%, #c98610));
	background-image: -webkit-linear-gradient(top, #e49d1f, #c98610);
	background-image: -o-linear-gradient(top, #e49d1f, #c98610);
	background-image: linear-gradient(top, #e49d1f, #c98610);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e49d1f', endColorstr='#c98610', GradientType=0);
	border-color: #c98610 #c98610 #bf831c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #bf831c 1px 1px 0;
}

.button.purple {
	background-color: #4f337d;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#664a96), to(#4f337d));
	background-image: -moz-linear-gradient(top, #664a96, #4f337d);
	background-image: -ms-linear-gradient(top, #664a96, #4f337d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #664a96), color-stop(100%, #4f337d));
	background-image: -webkit-linear-gradient(top, #664a96, #4f337d);
	background-image: -o-linear-gradient(top, #664a96, #4f337d);
	background-image: linear-gradient(top, #664a96, #4f337d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#664a96', endColorstr='#4f337d', GradientType=0);
	border-color: #4f337d #4f337d #382458;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3a2164 1px 1px 0;
}

.button.red {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #a8332d 1px 1px 0;	
}

.button.silver {
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #fff 1px 1px 0;
	color: #333;
}

.button.teal {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #2a819a 1px 1px 0;
}

input.button.gform_button:hover,
.button:hover,
#respond #submit:hover,
#searchsubmit:hover,
input.button.gform_button:focus,
.button:focus,
#respond #submit:focus,
#searchsubmit:focus {
	background-position: 0 -15px;
	text-decoration: none;
}

input.button.gform_button:active,
.button:active,
#respond #submit:active,
#searchsubmit:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#searchsubmit,
input.button.gform_button,
.button.submit {
	height: auto;
	font-size: 11px;
	padding: 7px 15px;
}

/* Booking Form */

#form-booking .hermes-label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}

#form-booking .hermes-input {
	border: solid 1px #ccc;
	width: 60%;
	padding: 4px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#form-booking .hermes-input-small {
	min-width: 100px;
	width: 20%;
}

#booking-comments {
	height: 100px;
}

#hermes-form-success {
	color: #57a957;
	font-weight: bold;
}

#hermes-form-errors {
	color: #c43c35;
}

/* AWE Booking Form Plugin */

#awe-plugin-booking { text-align: left; }

aside.hermes-column-simple .apb-widget-area {
	width: 100%;
}

#container .apb-widget-area,
#container .apb-content-area {
	padding: 0;
}

aside.hermes-column-simple .awebooking-widget {
	margin-bottom: 30px;
}

aside.hermes-column-simple .awebooking-wrapper {
	/* background-color: #fff; */
}

#container .fc-day-grid-container {
	height: auto !important;
}

#container .apb-sidebar-left .apb-content-area,
#container .apb-sidebar-left .apb-widget-area {
	left: auto;
	right: auto;
}

#container .apb-layout {
	margin-right: 0;
	margin-left: 0;
}

#container .apb-widget-area {
	width: 30%;
}

#container .apb-content-area {
	padding-left: 4%;
	width: 70%;
}

.hermes-page-intro .room-detail_total {
	border-bottom-width: 0;
	padding: 0;
}

#container .awebooking, #container .apb-datepicker, #container .awebooking-widget, #container .apb-room_text {
	line-height: 1.9em;
}

#container .apb-room_price .apb-room_amount {
	margin-left: 0;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none;
}

@media (min-width: 1200px) {
	#container .apb-container {
		padding-right: 0;
		padding-left: 0;
		width: 760px;
	}
}

#container .apb-room_img {
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
} 

@media (max-width: 992px) {
	#container .apb-container {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
}

#container .ui-datepicker-multi-2 .ui-datepicker-group {
	display: block;
	float: none;
	margin-bottom: 30px;
	width: 100%;
}

/* Facebook Like Button */

.widget .fb_iframe_widget span iframe { border: solid 1px #aaa !important; }


/********************************************************************************************* 

11. Slideshow

*********************************************************************************************/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.hermes-slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .hermes-slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .hermes-slides img { display: block; width: 100%; height: auto; }

/* Clearfix for the .slides element */
.hermes-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .hermes-slides {display: block;} 
html .hermes-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .hermes-slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .hermes-slides {zoom: 1;}

.carousel li {margin-right: 5px; }


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	background: #ecd95b url(images/hermes-arrows.png) no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	text-indent:-9999px; 
	z-index: 60;
	zoom: 1;
	-webkit-transition: all .3s ease;
}

.hermes-gallery a.flex-next { background-position:-30px 0; right:0;}
.hermes-gallery a.flex-prev { background-position: 0 0; right:30px; }


/* Hermes Photos Gallery */

#hermes-gallery {
	display: block;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#hermes-gallery iframe {
	max-width: 100%;
}

.hermes-gallery-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}


.hermes-gallery-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	/* height: 400px; */
	background-repeat: no-repeat;
	background-size: cover;
}

#hermes-gallery .slide-meta {
	background-color: #ecd95b;
	border-right: solid 1px #c4b02a;
	color: #2a3036;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 20%;
	text-align: center;
}

#hermes-gallery .slide-counter {
	color: #2a3036;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 9px 0;
}

#hermes-gallery img {
	height: auto;
	width: 100%;
}

/********************************************************************************************* 

12. Media Queries 

*********************************************************************************************/   


/* Larger Screens */
@media screen and (max-width: 1220px) {
div.wrapper{width:100%;}
.priceliste-btn{width:93% !important;}
	.site-header {
		width: 320px;
	}
	
	#main {
		width: 100%;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 1020px) {
div.wrapper{width:100%;}
.priceliste-btn{width:93% !important;}
	.site-header {
		width: 30%;
	}
	
	.site-header .wrapper-header {
		padding-right: 25px;
		padding-left: 25px;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 960px) {
body {background-image:none;}
div.wrapper{width:100%;}
.site-header {display: block;float: none;min-height: 0;max-width: 100%;min-width: 100%;}
.priceliste-btn{width:93% !important;}
	.title-xl {
		font-size: 30px;
	}
	
	.hermes-posts-archive .title-post {
		font-size: 18px;
	}
	
	#content .title-widget {
		font-size: 16px;
	}
	
	.post-single {
		font-size: 15px;
	}
	
	.hermes-posts-archive .post-excerpt,
	.widget {
		font-size: 14px;
	}
	
	.hermes-posts-widget .post-cover {
		margin-right: 7.2727%;
	}
	
	.hermes-posts-archive .hermes-testimonial .post-cover {
		display: none;
	}
	
	#hermes-gallery .slide-meta {
		width: 120px;
	}
	
}

/* Tablet Portrait */
@media screen and (max-width: 768px) {
body {background-image:none;}
div.wrapper{width:100%;}
.site-header {display: block;float: none;min-height: 0;max-width: 100%;min-width: 100%;}
.priceliste-btn{width:93% !important;}
	.wrapper-content {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.title-xl {
		font-size: 28px;
	}
	
	.hermes-posts-archive .title-post {
		font-size: 16px;
	}

	#content .title-widget,
	#content footer .title-widget {
		font-size: 15px;
	}
	
	.post-single {
		font-size: 14px;
	}
	
	.hermes-table,
	.featured-page .title-post,
	.hermes-posts-archive .post-excerpt,
	.widget {
		font-size: 13px;
	}
	
	footer .widget {
		font-size: 12px;
	}
	
	footer .widget li {
		line-height: 2em;
	}
	
	.hermes-posts-widget .post-cover {
		display: none;
	}
	
	.hermes-posts-widget .title-post {
		margin-bottom: 5px;
	}

	#hermes-contacts .hermes-contact {
		font-size: 11px;
		padding: 15px 10px 14px;
	}
	
	.hermes-posts-archive .post-meta, 
	.hermes-posts-widget .post-meta, 
	.hermes-page-intro .post-meta {
		letter-spacing: 0;
	}
	
	.hermes-copy {
		font-size: 11px;
		padding: 15px 30px;
	}
	
	.hermes-copy p {
		margin-top: 0;
	}
	
	.hermes-credit {
		display: none;
	}
	
	.site-header .widget {
		margin-bottom: 20px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

body {background-image:none;}
div.wrapper{width:100%;}
.site-header {display: block;float: none;min-height: 0;max-width: 100%;min-width: 100%;}
.wrapper-content {padding-right: 20px;padding-left: 20px;}
.priceliste-btn{width:93% !important;}
	

	
	.site-header .wrapper-header {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	#hermes-contacts {
		text-align: left;
	}
	
	#hermes-contacts .hermes-contact {
		display: inline-block;
		float: none;
	}

	.site-header .wrapper-header {
		padding-bottom: 0;
	}

	.site-header .wrapper-logo {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	/* Main Menu */

    .btn_menu { 
		background-color: #456273;
		color: #111;
		cursor: pointer;
		display: block;
		float: none;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 36px;
		margin-right: 3%;
		margin-left: 3%;
		padding: 10px 0;
		text-align: center;
		text-transform: uppercase; 
		width: 94%;
	}
	
	.btn_menu_span {
		color: #111;
		display: inline-block;
	}
	
	.btn_menu_img {
		background-image: url('images/menu-expand-icon-black.png');
		height:17px;
		margin-right: 15px; 
	}
	
	.btn_menu:hover {
		background-color: #daca60;
		color: #111;
	}
	
	#menu-main {
		display: none;
		margin: 20px 3%;
	}

	#menu-main li{
		text-align: center;
	}

	#menu-main .sub-menu {
		box-shadow: none;
		border-width: 0;
		border-top: solid 1px #455360;
		display: block !important;
		left: auto;
		margin-top: 6px;
		opacity: 1 !important;
		position: relative;
		top: auto;
		width: auto;
	}
	
	#menu-main .sub-menu li {
		padding: 8px 0;
	}
	
	#menu-main-menu > .current-menu-item,
	#menu-main-menu > .current-menu-ancestor {
		padding-bottom: 0;
	}
	
	#menu-main .menu-item-has-children,
	#menu-main .sub-menu .current-menu-item.menu-item-has-children {
		border-bottom-width: 0;
		padding-bottom: 0 !important;
	}
	
	.sf-vertical.sf-arrows > li > .sf-with-ul:after,
	.sf-arrows .sf-with-ul:after {
		border-left-color: transparent;
		border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
		border-top-color: rgba(255,255,255,.5);
	}

	.sf-vertical.sf-arrows li > .sf-with-ul:focus:after, 
	.sf-vertical.sf-arrows li:hover > .sf-with-ul:after, 
	.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
		border-left-color: transparent;
		border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
		border-top-color: rgba(255,255,255,1);
	}

	.sf-vertical.sf-arrows .current-menu-item .sf-with-ul:after, 
	.sf-vertical.sf-arrows .current-menu-ancestor .sf-with-ul:after,
	.sf-vertical.sf-arrows .current-menu-item:hover .sf-with-ul:after, 
	.sf-vertical.sf-arrows .current-menu-ancestor:hover .sf-with-ul:after {
		border-left-color: transparent;
		border-top-color: #ecd95b;
		border-top-color: rgba(236,217,91,1);
	}
	
	footer {
		background-color: #f4f3f0;
	}
	
	.wrapper-footer {
		padding-top: 30px;
	}
	
	.hermes-copy {
		display: none;
	}
	
	.hermes-posts-archive .room-meta, 
	.hermes-posts-archive .hermes-attraction .post-meta, 
	.hermes-page-intro .post-meta-cf, 
	.hermes-testimonials .hermes-author {
		font-size: 11px;
		padding: 4px 9px;
	}
	
	.hermes-posts-archive .read-more-anchor {
		font-size: 12px;
		padding: 5px 15px;
	}
	
	.hermes-table, 
	.featured-page .title-post, 
	.hermes-posts-archive .post-excerpt, 
	.widget {
		font-size: 12px;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {
body {background-image:none;}
div.wrapper{width:100%;}
.site-header {display: block;float: none;min-height: 0;max-width: 100%;min-width: 100%;}
.priceliste-btn{width:93% !important;}

	.title-xl {
		font-size: 24px;
	}
	
	.title-l {
		font-size: 20px;
	}
	
	div.navigation {
		font-size: 12px;
	}
	
	.hermes-column-double,
	footer .hermes-column {
		display: block;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.wrapper-content {
		padding-bottom: 0;
	}
	
	.featured-pages {
		text-align: center;
	}
	
	.featured-pages .featured-page {
		display: inline-block;
		float: none;
		margin: 0 auto 20px;
		width: auto;
	}
	
	.featured-pages .featured-page-3 {
		margin-bottom: 0;
	}
	
	footer .hermes-ta-widget {
		text-align: left;
	}
	
	footer .hermes-ta-box .hermes-ta-icon,
	footer .hermes-ta-box .hermes-ta-title {
		display: inline;
		line-height: 24px;
	}
	
	footer .hermes-ta-box .hermes-ta-icon {
		margin-right: 8px;
	}
	
	#hermes-contacts .email {
		display: none;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 320px) {
body {background-image:none;}
div.wrapper{width:100%;}
.site-header {display: block;float: none;min-height: 0;max-width: 100%;min-width: 100%;}
.priceliste-btn{width:93% !important;}
	.title-xl {
		font-size: 22px;
	}
	
	.post-single {
		font-size: 13px;
	}
	
	div.navigation,
	.commentlist .comment-body {
		font-size: 11px;
	}
	
	.site-header .widget,
	.slide-meta,
	.hermes-post .post-cover {
		display: none;
	}

}