/*---------------*/
/* NORMILIZE.CSS */
/*---------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*------------*/
/* LAYOUT.CSS */
/*------------*/
/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	/* Positions blocks -clearing */
	clear: both;
}
/* Columns */
section#gkContent,
section#gkComponentWrap {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
aside#gkSidebar {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	padding: 0 0 40px 100px;
	width: 500px;
}
#gkContentWrap.withSidebar {
	float: left;
	width: calc(100% - 500px);
}
.itemBody {
	float: left;
	width: 100%;
}
/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box {
	/* Columns in the positions blocks */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-bottom: 30px;
} 
/*------------*/
/* JOOMLA.CSS */
/*------------*/
select,
textarea,
input,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: #fff;
	border-color: #ccc;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #777;
	max-width: 100%;
	padding: 10px 12px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	padding: 24px;
}
legend {
	color: #000000;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	padding: 12px;
}
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover,
.gkShowCart a {
	-webkit-appearance: none;
	background: #eee;
	border: 1px solid #eee;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 39px;
	margin: 0 5px 2px 2px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.button.invert,
.gkShowCart a:hover {
	background: #bcafa6;
	border-color: #bcafa6;
	color: #fff;
}
.bigger-button,
.bigger-button:active,
.bigger-button:focus,
.bigger-button:hover {
	font-weight: 500!important;
	height: 42px!important;
	line-height: 43px!important;
	margin: 30px 0!important;
	padding: 0 16px!important;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}
select[size] {
	font-size: 12px;
	height: auto
}
select[size="1"] {
	height: 39px;
	line-height: 39px;
}
.invalid {
	border: 1px solid #e25527!important;
	color: #000
}
label {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	padding: 0 6px 0 0;
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}
fieldset.filters > div > label { margin-top: 6px; }
section article { margin-top: 20px; }
section > header {
	margin: 0;
	padding: 0
}
.blog-featured header h1,
.modMenuGalleries header h1 {
	color: #51514e;
	float: left;
	font-size: 38px;
	letter-spacing: 0.03em;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
}
section > header div p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase
}
section img {
	display: block;
	height: auto;
	max-width: 100%;
}
section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}
section.categories-list ul ul { }
section.categories-list ul ul li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 3px solid #000000;
	padding-left: 16px
}
section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border-bottom: none;
	border-top: none
}
section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #eee;
	clear: both;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0
}
section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0
}
section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
	float: right;
	font-size: 11px;
	margin: 0
}
section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt { float: left }
section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
	float: left;
	font-weight: 700;
	margin-left: 5px
}
section.category .children h3,
section.blog .children h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0
}
.filters .display-limit select {
	display: inline!important;
	float: none
}
table {
	margin-bottom: 20px;
	width: 100%
}
th {
	background: #000000;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
th a { color: #fff!important; }
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p {
	margin: .5em 0
}
section.login .login-fields {
	padding-bottom: 16px
}
section.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px
}
section.login ul {
	font-size: 11px;
	margin-top: 40px
}
.profile dl {
	margin: 32px 0;
}
.profile dt {
	clear: both;
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 400;
	min-width: 200px;
}
.contact-image {
	padding: 52px 0 24px;
}
.contact-form dl {
	float: left;
	width: 50%;
}
.contact-form legend {
	color: #999;
	font-size: 12px;
	margin: 0 0 24px;
}
.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0 0;
}
.contact-form input {
	margin: 6px 0 0;
	width: 80%
}
.contact-form textarea {
	height: 202px;
	width: 100%;
}
dt.inline,
dd.inline {
	display: inline-block!important;
	float: left!important;
	margin: 12px 0 0;
	width: auto!important
}
.contact h3 {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 32px;
	padding: 52px 0 16px;
}
.jicons-text {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
}
.contact-address,
.contact-contactinfo {
	float: left;
	margin: 0 92px 32px 0
}
.contact-contactinfo div {
	float: left;
	margin: 0 52px 0 0
}
.contact-miscinfo {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 72px 0 0;
	padding: 24px 0 0;
}
#jform_contact_email_copy { margin-left: 10px }
section.newsfeed > ol { list-style: none }
section.newsfeed > ol > li {
	border-top: 1px solid #e5e5e5;
	padding: 24px 0 0
}
section.newsfeed > ol > li > a { font-size: 42px }
section.contentpane iframe {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
	box-sizing: border-box
}
.tip-wrap {
	z-index: 1;
}
#system-message-container {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#system-message {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#system-message a.close,
#system-message h4.alert-heading {
	display: none;
}
#system-message p {
	margin: 0;
	padding:  0;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}
#system-message dd ul {
	list-style: none!important;
}
#system-message dd,
#system-message .alert {
	border-top: 2px solid #bcafa6;
	border-bottom: 2px solid #bcafa6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: none transparent;
	color: #bcafa6;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin: 30px 0 0;
	min-height: 24px;
	padding: 12px 10px;
	text-align: center;
	width: 100%;
}
#system-message dd.error,
#system-message .alert-error {
	background: #000000;
	color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
	background: #ffde00;
	color: #080808;
}
/* Menu suffix */
.box ul.menu ul {
	margin: 0 0 32px 0
}
.box ul.menu li {
	border: none
}
.box ul.menu li li {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 6px;
}
.box ul.menu li li a {
	margin: 0 0 0 6px
}
.box .menu .header + .content ul li:first-child {
	border-top: none;
}
.menu li a {
	color: #000000;
	display: inline-block;
	padding: 6px 0;
}
.box ul.menu li li:before {
	content: "→";
	padding-right: 4px;
}
.box ul.menu > li > a {
	font-weight: bold;
}
.box .menu li li a {
	color: #000000;
	font-weight: normal
}
.box .menu li strong {
	display: block;
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt { display: none }
/*----------*/
/* MENU.CSS */
/*----------*/
/* Base for all menus */
#gkMainMenu {
	float: right;
	margin: 0;
	max-width: 780px;
	padding: 0;
	position: relative;
	width: 100%;
}
#gkMainMenu:after {
	clear: both;
	content: "";
	display: table;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkmenu.level0 {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}
.gkMenu > ul > li {
	clear: none!important;
	display: inline-block;
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
}
.gkMenu > ul > li:first-child {
	display: none;
}
.gkMenu > ul > li > a {
	color: #000;
	display: block;
	float: left;
	position: relative;
}
.gkMenu > ul > li > a:hover,
.gkMenu > ul > li.active > a {
	color: #bcafa6;
}
/* main menu CSS */
.gkMenu > ul > li > a,
.gkMenu > ul > li > a:after {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu ul ul {
	padding: 12px 0 8px;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	 box-shadow: 6px 6px 6px rgba(0,0,0,0.2); 
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 0 20px;  
	text-align: left;
}
.gkMenu > ul li div.childcontent a:hover {
	color: #000000!important;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #777;	
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child  { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	display: block;
	padding: 7px 0; 
}
.gkMenu > ul li li div.childcontent small {
	color: #999;
	font-weight: 400;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent .header {
	color: #444;
	display: block;
	font-size: 12px;
	font-weight: 600!important;
	margin: 6px 0 0;
	padding: 0 20px;
	text-transform: uppercase
}
.gkMenu > ul li div.childcontent .header a {
	color: #444;
}
.gkMenu > ul li div.childcontent .header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}
/*-------------*/
/* TEMPATE.CSS */
/*-------------*/
/* Basic elements */
html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background: #fff;
	color: #000000;
	font-family: 'Arial';
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 2000px;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0;
	word-wrap: break-word;
}
bodyWrapper {
	position: relative;
}
a {
	color: #000000;
	position: relative;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color: #bcafa6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 44px;
	font-weight: 500;
}
h2,
.componentheading {
	font-size: 42px;
}
h3 { font-size: 30px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0 20px;
}
iframe {
	max-width: 100%!important;
}
/* Containers */
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto!important;
	padding: 0 20px;
	width: 100%;
}
#gkHeader {
	background-color: #51514e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 130px 0 0;
}
#gkHeaderNav {
	background: #51514e none repeat scroll 0 0;
	max-width: 2000px;
	padding: 15px 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 10;
}
#gkHeaderNav.scroll {
	padding: 10px 0;
}
#gkHeaderNav.scroll div.logoContainer {
	margin: 0 0 -40px;
}
#gkHeaderNav.scroll #gkLogo svg .toHide {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: hidden;
}
#gkHeaderNav > div {
	position: relative;
}
#gkHeaderNav .gkPage {
	max-width: 100%;
}
.gkHeaderNavInner {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.gkHeaderNavLeftContainer {
	float: left;
	position: relative;
	width: 270px;
}
.gkHeaderNavRightContainer {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: relative;
	width: 270px;
}
#gkBg {
	background: #fff;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent {
	width: 100%;
}
#gkPageContent {
	float: left;
	margin: 80px 0 0;
	position: relative;
	width: 100%;
}
.menu_lang {
	display: -webkit-flex;
	display: flex;
	float: left;
	height: 41px;
	position: relative;
}
/* Languages */
div.mod-languages {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 20px 50px;
	position: relative;
	text-align: center;
	width: 100%;
}
div.mod-languages p {
	margin-bottom: .5em;
}
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 15px;
	position: relative;
}
div.mod-languages ul.lang-inline li:after {
	background-color: #ddd;
	content: '';
    height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
}
div.mod-languages ul.lang-inline li:last-child:after {
	display: none;
}
.mod-languages ul li.lang-active {
	font-weight: 700
}
div.mod-languages ul.lang-inline li a {
	color: #bcafa6;
}
div.mod-languages ul.lang-inline li.lang-active a,
div.mod-languages ul.lang-inline li:not(.lang-active) a:hover {
	color: #fff;
}
/* Logo  */
div.logoContainer {
	float: left;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 150px;
}
#gkLogo {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
}
#gkLogo img,
#gkLogo svg {
	display: block;
	margin: 0;
	height: auto;
	width: 100%;
}
.gkmenu.level0,
#gkHeader,
#gkLang,
#gkMainMenu {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
/* Top menu */
#gkTopMenu {
	float: left;
}
#gkTopMenu li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 38px;
	margin: 0 14px 0 0;
	text-transform: uppercase;
}
#gkTopMenu a {
	color: #1a1d1f;
	padding: 0;
}
#gkTopMenu a:active,
#gkTopMenu a:focus,
#gkTopMenu a:hover {
	color: #000000;
}
/* Group modules */
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
#gkBottom5 {
	background-color: #fff;
}
/* footer */
#gkFooter {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 0.04em;
	padding: 10px 0 20px;
	text-align: center;
}
.footerInner {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0 5px;
	position: relative;
	width: 100%;
}
#gkFooterNav li {
	border: none;
	display: inline-block;
	float: none;
	line-height: 16px;
	margin: 0 8px!important;
	padding: 0;
}
/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 32px;
	padding: 20px 0;
	width: 100%;
}
#gkSidebar .box {
	padding: 32px;
}
#gkBottom1 > .box,
#gkBottom2 > .box,
#gkBottom3 > .box,
#gkBottom4 > .box,
#gkBottom5 > .box {
	margin: 0;
	padding: 0;
}
div.content {
	clear: both;
}
.box ul ul { margin-left: 20px; }
/* default suffix */
.box .header {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 32px 0;
	text-transform: uppercase;
}
#fancybox-overlay { z-index: 10002; }
/* MOD BREADCRUMBS */
#gkBreadcrumb {
	float: left;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}
.breadcrumb {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	position: relative;
	width: 100%;
}
.breadcrumb li {
	float: left;
	font-size: 15px;
	position: relative;
	width: auto;
}
.breadcrumb li a,
.breadcrumb li span {
	color: #bcafa6;
	float: left;
	position: relative;
	width: auto;
}
.breadcrumb li span.divider {
	font-family: 'aw-font';
	font-size: 9px;
	margin: 6px 10px 0;
}
.breadcrumb li span.divider.icon-location {
	margin: 0;
}
/* MOD AW BOOKING BUTTON */
#bookOnline {
	float: left;
	margin: 0 0 0 20px;
	position: relative;
}
.moduleAWBookingButton {
	float: left;
	position: relative;
}
.moduleAWBookingButton a {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #bcafa6;
	color: #bcafa6;
	display: -webkit-flex;
	display: flex;
	float: left;
	font-size: 17px;
	height: 48px;
	padding: 4px 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.moduleAWBookingButton a:hover {
	border-color: #fff;
	color: #fff;
}
/* MOD AW HEADER */
.moduleAWHeader {
	float: left;
	position: relative;
	width: 100%;
}
.awHeaderSlide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	min-height: 360px;
	padding: 40% 0 0;
	position: relative;
}
.awHeaderSlideTitle {
	background-color: #51514e;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 50%;
	padding: 5px 100px 7px;
	position: absolute;
	-webkit-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	white-space: nowrap;
}
/* MOD AW TEXTS */
.moduleAWTexts {
	float: left;
	padding: 10px 0 0;
	position: relative;
	width: 100%;
}
.awTextsContainer {
	float: left;
	margin: -60px 0 0;
	position: relative;
	width: 100%;
}
.awTextsText {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	float: left;
	font-size: 18px;
	line-height: 1.8;
	padding: 60px 0;
	position: relative;
	text-align: center;
	width: 100%;	
}
.awTextsImage {
	float: left;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 320px;
	z-index: -1;
}
.awTextsImage img {
	width: 100%;
}
.awTextsTextInner {
	color: #000;
	float: left;
	letter-spacing: 0.02em;
	max-width: 860px;
	position: relative;
	width: 100%;
	z-index: 2;
}
/* MOD AW PAROS */
.moduleAWParos {
	float: left;
	position: relative;
	width: 100%;
}
.awParosContainer {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 670px;
	padding-top: 40%;
}
.awParosInner {
	float: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.awParosInner .gkPage {
	max-width: 600px;
}
.awParosInnerContainer {
	/*background-color: rgba(255,255,255,0.8);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	padding: 244px 80px 204px;
	width: 100%;
}
.awParosTitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	font-size: 36px;
	letter-spacing: 0.06em;
	padding: 0;
	text-align: center;
	width: 100%;
}
.awParosText {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.4;
	position: relative;
	padding: 7px 20px;
	text-align: center;
}
.awParosText p {
	margin: 0;
}
.awParosButton {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	position: relative;
	padding: 15px 0 0;
	text-align: center;
	width: 100%;
}
.awParosButton a {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.222em;
	padding: 0 15px 0 0;
}
.awParosButton a::after {
	content: 'g';
	font-family: 'aw-font';
	font-size: 14px;
	line-height: 1.1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* MOD AW MENU ITEMS */
.moduleAWMenuItems {
	float: left;
	position: relative;
	width: 100%;
}
.moduleAWMenuItemsInner {
	border-top: 1px solid #d1d3d4;
	float: left;
	padding: 90px 0;
	position: relative;
	width: 100%;
}
.frontpage .moduleAWMenuItemsInner,
.writeAReviewPage .moduleAWMenuItemsInner {
	border: none;
}
.awMenuItemsContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	float: left;
	margin-left: -10px;
	position: relative;
	width: calc(100% + 20px);
}
.awMenuItem {
	float: left;
	margin: 10px;
	position: relative;
	width: calc(25% - 20px);	
}
.awMenuItem a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100%;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	width: 100%;
	z-index: 2;
}
.awMenuItem a:hover {
	opacity: 0.8;
}
.awMenuItemOverlay {
	background-color: rgba(81, 81, 78, 0.3);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.awMenuItemTitle {
	color: #fff;
	font-size: 25px;
	left: 5%;
	letter-spacing: 0.06em;
	top: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	z-index: 2;
}
.awMenuItemTitle p {
	margin: 0;
}
/* MOD K2 CONTENT */
/* side menu */
#k2ModuleBox.sideMenu {
	float: left;
	margin: 85px 0 0;
	position: relative;
	width: 100%;
}
#k2ModuleBox.sideMenu .sideMenuList {
	float: left;
	position: relative;
	width: 100%;
}
/*#k2ModuleBox.sideMenu .sideMenuItem {
	float: left;
	margin: 0 0 45px;
	padding: 0;
	position: relative;
	width: 100%;
}*/
#k2ModuleBox.sideMenu .sideMenuItem {
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 45px;
	padding: 50% 0 0;
	position: relative;
	width: 100%;
}
#k2ModuleBox.sideMenu .moduleItemImage {
	display: block;
	float: left;
	position: relative;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
#k2ModuleBox.sideMenu .moduleItemImage:hover {
	opacity: 0.8;
}
/*#k2ModuleBox.sideMenu .moduleItemTitle {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	color: #bcafa6;
	font-size: 20px;
	left: 20px;
	letter-spacing: 0.04em;
	padding: 8px 20px;
	position: absolute;
	width: 70%;
}*/
#k2ModuleBox.sideMenu .moduleItemTitle {
	background-color: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	letter-spacing: 0.04em;
	padding: 8px 20px;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
/* reviews */
#k2ModuleBox.reviews {
	background-color: #f1f2f2;
	float: left;
	padding: 10px 0 100px;
	position: relative;
	width: 100%;
}
.reviewsInner {
	float: left;
	position: relative;
	width: 100%;
}
.reviews .modulePretext {
	color: #51514e;
	float: left;
	font-size: 38px;
	letter-spacing: 0.03em;
	padding: 90px 0 50px;
	position: relative;
	text-align: center;
	width: 100%;
}
/*.reviews .modulePretext:before {
	content: 'R';
	font-family: 'aw-font';
	font-size: 60px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
.reviewsList {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.reviews .moduleItemIntroText {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	letter-spacing: 0.06em;
	padding: 0 110px;
	position: relative;
	text-align: center;
	width: 100%;
}
.reviews .moduleItemIntroText p {
	font-weight: 300;
	margin: 0;
}
.reviews .moduleItemIntroText p.subtitle {
	color: #51514e;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
}
.reviews .moduleItemTitle {
	color: #bcafa6;
	float: left;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}
/*.reviews .moduleItemTitle:before {
	color: #4b4b4b;
	content: 'e';
	font-family: 'aw-font';
	font-size: 40px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: -11px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
.reviews .owl-stage {
    display: -webkit-flex;
	display: flex;
}
.reviews .owl-stage .owl-item {
    display: -webkit-flex;
	display: flex;
}
.reviewsItem.item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.moduleCustomLinkContainer {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 100px 0 0;
	position: relative;
	width: 100%;
}
.reviews a.moduleCustomLink {
	background: none #51514e;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0;
	padding: 10px 25px;
	text-shadow: none;
	text-transform: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.reviews a.moduleCustomLink:hover {
	background-color: #bcafa6;
}
/* MOD AW DISTANCES */
.moduleAWDistances {
	float: left;
	position: relative;
	width: 100%;
}
.awDistances {
	float: left;
	position: relative;
	width: 100%;
}
.awDistancesMainTitle {
	color: #51514e;
	float: left;
	font-size: 38px;
	letter-spacing: 0.04em;
	margin: 0 0 50px;
	position: relative;
	width: 100%;
}
.awDistancesMainWrapper {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	float: left;
	position: relative;
	width: 100%;
}
.awDistancesContainer {
	float: left;
	position: relative;
	width: 100%;
}
.awDistancesItem {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 35px;
	position: relative;
	width: 100%;
}
.awDistancesItem:nth-child(2n+1) {
	background-color: #f6f6f6;
}
.awDistancesItemTitle {
	float: left;
	font-size: 22px;
	letter-spacing: 0.02em;
}
.awDistancesItemDistance {
	color: #51514e;
	float: left;
	font-size: 22px;
	letter-spacing: 0.02em;
	min-width: 100px;
	text-align: right;
}
.awAccess {
	float: left;
	padding: 80px 0 0;
	position: relative;
	width: 100%;
}
.awAccessMainTitle {
	color: #51514e;
	float: left;
	font-size: 38px;
	letter-spacing: 0.04em;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}
.awAccessMainText {
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;
}
.awAccessWrapper {
	float: left;
	margin: 20px 0 0;
	position: relative;
	width: 100%;
}
.awAccessContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.awAccessIcon {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	z-index: 2;
}
.awAccessContainerBox {
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 30px;
}
.awAccessTitle {
	color: #51514e;
	float: left;
	font-size: 38px;
	letter-spacing: 0.04em;
	padding: 25px 0;
	position: relative;
	width: 100%;
}
.awAccessItem {
	max-width: 350px;
	padding: 25px 0;
	width: 100%;
}
/* MOD AW WRITE A REVIEW */
.modAwWriteAReview {
	background-color: #f1f2f2;
	float: left;
	padding: 55px 0;
	position: relative;
	width: 100%;
}
.writeAReviewContainer {
	float: left;
	position: relative;
	width: 100%;
}
.writeAReview {
	float: left;
	position: relative;
	width: 100%;
}
.writeAReviewTitle {
	color: #51514e;
	float: left;
	font-size: 38px;
	letter-spacing: 0.03em;
	position: relative;
	width: 100%;
}
.writeAReview form {
	float: left;
	position: relative;
	width: 100%;
}
.writeAReviewFormInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 0;
	position: relative;
	width: 100%;	
}
.newReviewComment {
	float: left;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}
.newReviewTitle,
.newReviewName,
.newReviewEmail {
	float: left;
	margin: 0 0 40px;
	position: relative;
	width: calc(50% - 35px);
}
.writeAReview form label {
	float: left;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0 0 5px;
	position: relative;
	width: 100%;
}
.writeAReview form input,
.writeAReview form textarea {
	color: #000;
	float: left;
	letter-spacing: 0.02em;
	padding: 10px;
	position: relative;
	width: 100%;
}
.writeAReview form textarea {
	height: 150px;
	min-height: 150px;
	max-height: 300px;
	resize: vertical;
}
.newReviewSubmit {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 40px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.captcha {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.newReviewSubmit .button {
	background: none #51514e;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0;
	padding: 10px 25px;
	text-shadow: none;
	text-transform: none;
	width: auto;
}
/* MOD MENU GALLERIES */
.galleryPage .logoLetters path,
.galleryPage .logoCircle {
	fill: #aeaeae;
}
.galleryPage .logoCircleInner path {
	fill: #ffffff;
}
/*.galleryPage .moduleAWBookingButton a,
.galleryPage #gkMobileMenu,
.galleryPage .select2-container .select2-selection--single .select2-selection__rendered {
	border: 1px solid #bcafa6;
}*/

.modMenuGalleries {
	float: left;
	margin: 0 0 40px;
	position: relative;
	width: 100%;
}
.galleriesMenu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: -10px;
	position: relative;
	width: calc(100% + 20px);
}
.galleriesMenuItem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 10px;
	position: relative;
	width: 33.33%;
}
.galleriesMenuItem a {
	background-color: #bcafa6;
	color: #fff;
	float: left;
	font-size: 20px;
	letter-spacing: 0.02em;
	padding: 8px 0;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100%;	
}
.galleriesMenuItem.active a,
.galleriesMenuItem a:hover {
	background-color: #51514e;
	color: #fff;
}
/* MOD AW IMAGE GALLERY */
.moduleAWSimpleImageGallery {
	float: left;
	margin: 0 0 100px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.imageGalleryContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	margin-left: -10px;
	position: relative;
	width: calc(100% + 20px);
}
.imageGalleryThumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 10px 50px;
	position: relative;
	width: 25%;
}
.imageGalleryThumb .sigProLink {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	padding-top: 66.66%;
	position: relative;
	width: 100%;
}
.sigProText {
	float: left;
	font-size: 14px;
	margin: 10px 0 0;
	position: relative;
	width: 100%;
}
/* MOD AW YOUTUBE VIDEO */
.moduleAwYoutube {
	float: left;
	margin: 0 0 100px;
	position: relative;
	width: 100%;
}
.AwYoutubeContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.AwYoutubeContainer .videoWrapper {
	float: left;
	margin-bottom: 20px;
	width: calc(50% - 10px);
}
.AwYoutubeContainer .videoTitle {
	float: left;
	font-size: 16px;
	margin: 10px 0 0;
	position: relative;
	width: 100%;
}
/* MOD AW FOOTER */
.moduleAWFooter {
	float: left;
	position: relative;
	width: 100%;
}
.awFooter {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	padding: 130px 0 210px;
	position: relative;
	width: 100%;
}
.awFooter .gkPage {
	max-width: 580px;
}
.awFooterInner {
	color: #fff;
	float: left;
	line-height: 1.2;
	position: relative;
	width: 100%;
}
.awFooterMoto1 {
	float: left;
	font-size: 42px;
	letter-spacing: 0.06em;
	position: relative;
	width: 100%;
}
.awFooterMoto2 {
	float: left;
	font-size: 57px;
	letter-spacing: 0.06em;
	position: relative;
	text-align: right;
	width: 100%;	
}
.awFooterButton {
	float: left;
	margin: 55px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.awFooterButton a {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 0.06em;
	max-width: 428px;
	padding: 8px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.awFooterButton a:hover {
	border-color: #51514e;
	background-color: #51514e;
}
.awFooterMenu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	margin: 40px 0 0;
	position: relative;
	width: 100%;
}
.awFooterMenuItem {
	font-size: 19px;
	margin: 0 25px;
}
.awFooterMenuItem a:after {
	background-color: #000;
	bottom: -6px;
	content: '';
	left: 50%;
	height: 2px;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	width: 60%;
}
.awFooterMenuItem.active a,
.awFooterMenuItem a:hover {
	color: #000;
}
.awFooterMenuItem.active a:after,
.awFooterMenuItem a:hover:after {
	opacity: 1;
}
.awFooterBox {
	background-color: #51514e;
	float: left;
	margin: 40px 0 0;
	padding: 50px 0;
	position: relative;
	width: 100%;
}
.awFooterBoxInner {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	float: left;
	margin-left: -20px;
	position: relative;
	width: calc(100% + 40px);
}
.awFooterBoxInner > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.awFooterLogo {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	float: left;
	max-width: 290px;
	position: relative;
}
.awFooterLogo svg,
.awFooterLogo svg {
	display: block;
	height: auto;
	max-width: 100%;
	width: 200px;
}
.footerTripAdvisorCoe {
	float: left;
	margin: 0 0 20px;
	max-width: 180px;
	position: relative;
	width: 100%;
}
.footerTripAdvisorCoeInner {
	float: left;
	position: relative;
}
.footerSocial {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 35px;
    position: relative;
    width: 100%;
}
.footerSocialItem {
    float: left;
    position: relative;
}
.footerSocial a {
	color: #fff;
}
.footerSocial a:hover {
	color: #bcafa6;
}
.footerSocial .fa {
    float: left;
    font-size: 40px;
    position: relative;
}
.awFooterContact {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	float: left;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.06em;
	max-width: 345px;
	position: relative;
}
.awFooterContact,
.awFooterContact a {
	color: #fff;
}
.awFooterContact a:hover {
	color: #bcafa6;
}
.awFooterContact .row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	margin: 3px 0;
	position: relative;
	width: 100%;
}
.awFooterContact .row.greekBreakfast img {
	max-width: 120px;
}
.rowLabel {
    float: left;
    width: 60px;
}
.row.marginRow {
    margin: 18px 0 0;
}
.awFooterBookingTripAdvisor2 .row {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.awFooterContact a.bookingPolicy {
	color: #bcafa6;
}
.bookingPolicy:hover {
	text-decoration: underline;
}
.tripAdvisor1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 280px;
}
.tripAdvisor1 .row {
    float: left;
    position: relative;
    width: 100%;
}
#TA_excellent300 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 30px 0 0;
	position: relative;
	width: 100%;
}
#TA_selfserveprop246,
#TA_rated651 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}
#TA_excellent300 > div,
#TA_rated651 > div {
    margin: 0 !important;
}
.awFooterBookingTripAdvisor2 {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
    width: 265px;
}
.footerBookingInner {
	float: left;
	position: relative;
}
.footerBooking svg,
.footerBooking img {
	max-width: 225px;
	width: 100%;
}
/* MOD AW FACILITIES & SERVICES  */
.moduleAWFacilitiesServices {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: -40px 0 0;
	position: relative;
	width: 100%;
}
.awFacilitiesServices {
	float: left;
	margin: 0 0 50px;
	position: relative;
	width: 100%;
}
.awFacilitiesServices:last-child {
	margin-bottom: 0;
}
.awFacilitiesServicesTitle {
	border-bottom: 1px solid #bcafa6;
	color: #bcafa6;
	float: left;
	font-size: 22px;
	margin: 0 0 6px;
	position: relative;
	width: 100%;
}
.awFacilitiesServicesText {
	float: left;
	position: relative;
	width: 100%;
}
.itemFullText ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	line-height: 1.2;
	margin: 7px 0;
	padding-left: 15px;
	position: relative;
	width: 100%;
}
.awFacilitiesServicesText ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.awFacilitiesServicesText ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	line-height: 1.2;
	margin: 7px 0;
	padding-left: 15px;
	position: relative;
	width: calc(50% - 10px);
}
.itemFullText ul li:before,
.awFacilitiesServicesText li:before {
	content: '•';
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.awFacilitiesComplaintsContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	margin: 20px 0 5px;
	position: relative;
	width: 100%;
}
.awFacilitiesComplaints {
	float: left;
	margin: 10px 25px 0 0;
	position: relative;
}
.awFacilitiesComplaints a {
	background-color: #f0f0f0;
	color: #000;
	float: left;
	font-size: 14px;
	padding: 7px 15px 7px;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.awFacilitiesComplaints a:hover {
	background-color: #51514e;
	color: #fff;
}
/* MOD AW CONTACT FORM  */
/*body.contactPage {
	background-color: #f1f2f2;
}*/
.awContactForm {
	float: left;
	margin: 0 0 50px;
	position: relative;
	width: 100%;
}
.awContactFormBody {
	display: -webkit-flex;
	display: flex;
	float: left;
	position: relative;
	width: 100%;
}
.forms {
	float: left;
	position: relative;
	width: calc(100% - 310px);
}
.awContactFormInfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-size: 17px;
	padding: 0 0 0 30px;
	position: relative;
	width: 310px;
}
.awContactFormInfoContainer {
	float: left;
	margin: 0 0 45px;
	width: 100%;
}
.contactLogo {
	float: left;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}
.awContactFormInfo .row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.row.bigMarginRow {
    margin: 80px 0 0;
}
.row.noFlex {
	display: block;
}
.chatIcon {
	float: left;
	max-width: 75px;
	position: relative;
	width: 100%;
}
.skypeIcon {
	float: left;
	max-width: 65px;
	position: relative;
	width: 100%;
}
.chatText,
.skypeText {
	float: left;
	position: relative;
	width: 100%;
}
.chatText p,
.skypeText p {
	margin: 0;
}
/* tabs */
.awContactForm .rl_tabs.align_justify > ul.nav-tabs {
	border: none;
	border-radius: 0;
	margin: 0;
}
.awContactForm .rl_tabs.align_justify > ul.nav-tabs > li a {
	border: none;
	border-radius: 0;
	margin: 0;
}
.awContactForm .rl_tabs > ul.nav-tabs > li > a {
	border: none;
	border-radius: 0;
	color: #bcafa6;
	font-size: 20px;
	letter-spacing: 0.03em;
	padding: 20px 12px;
}
.awContactForm .rl_tabs > ul.nav-tabs > li > a:hover {
	background-color: transparent;
}
.awContactForm .rl_tabs > ul.nav-tabs > li.active > a:hover {
	background-color: #fff;
}
.awContactForm .rl_tabs.top > ul.nav-tabs > li > a:focus,
.awContactForm .rl_tabs.top > ul.nav-tabs > li.active > a:focus {
	border: none;
	border-bottom-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.awContactForm .rl_tabs .nav-tabs > li.active > a,
.awContactForm .rl_tabs .nav-tabs > li.active > a:hover {
	color: #bcafa6;
}
.awContactForm .rl_tabs.outline_content > .tab-content {
	background-color: #fff;
	border: none;
	border-radius: 0;
}
.awContactForm .rl_tabs.outline_content > .tab-content > .tab-pane {
	padding: 60px;
}
.awContactFormWrapper {
	background-color: #f1f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 50px;
	padding: 55px 45px;
	position: relative;
	width: 100%;
}
.awContactFormTitle {
	color: #51514e;
	float: left;
	font-size: 38px;
	letter-spacing: 0.03em;
	margin: 0 0 50px;
	position: relative;
	width: 100%;
}
/* request form - contact form */
.rsForm.requestForm,
.contactForm.requestForm {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.requestFormRow,
.contactFormRow {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 40px;
	position: relative;
}
.requestFormRow.row35,
.contactFormRow.row35 {
	max-width: 280px;
	width: 100%;
}
.requestFormRow.row70,
.contactFormRow.row70 {
	max-width: 572px;
	width: 100%;
}
.requestFormRow.row100,
.contactFormRow.row100 {
	width: 100%;
}
.requestFormTitle,
.contactFormTitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 5px 20px 0 0;
	position: relative;
	width: 150px;
}
.requestFormBlocks,
.contactFormBlocks {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.requestFormBlock,
.contactFormBlock {
	float: left;
	position: relative;
}
.requestFormBlock.block33,
.contactFormBlock.block33 {
	width: calc(33.33% - 10px);
}
.requestFormBlock.block50,
.contactFormBlock.block50 {
	width: calc(50% - 10px);
}
.requestFormBlock.block100,
.contactFormBlock.block100 {
	width: 100%;
}
.formBody {
	float: left;
	position: relative;
	width: 100%;
}
.formResponsive .rsForm.requestForm .formBody input,
.formResponsive .rsForm.requestForm .formBody input[type="text"], 
.formResponsive .rsForm.requestForm .formBody input[type="password"],
.formResponsive .rsForm.requestForm .formBody select,
.formResponsive .rsForm.contactForm .formBody input,
.formResponsive .rsForm.contactForm .formBody input[type="text"], 
.formResponsive .rsForm.contactForm .formBody input[type="password"],
.formResponsive .rsForm.contactForm .formBody select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #000;
	height: auto;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 1.15;
	margin: 0;
	padding: 10px;
	width: 100%;
}
.formResponsive .rsForm.requestForm .formBody input[type="number"],
.formResponsive .rsForm.contactForm .formBody input[type="number"] {
	padding-right: 0;
}
.formResponsive .rsForm.requestForm .formBody select option,
.formResponsive .rsForm.contactForm .formBody select option {
	box-sizing: border-box;
	padding: 0 10px;
}
.formResponsive .rsForm.requestForm .formBody select option:disabled,
.formResponsive .rsForm.contactForm .formBody select option:disabled {
	color: #ccc;
}
.formResponsive .rsForm.requestForm .formBody input::-webkit-input-placeholder,
.formResponsive .rsForm.requestForm .formBody textarea::-webkit-input-placeholder,
.formResponsive .rsForm.contactForm .formBody input::-webkit-input-placeholder,
.formResponsive .rsForm.contactForm .formBody textarea::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.formResponsive .rsForm.requestForm .formBody input::-moz-placeholder,
.formResponsive .rsForm.requestForm .formBody textarea::-moz-placeholder,
.formResponsive .rsForm.contactForm .formBody input::-moz-placeholder,
.formResponsive .rsForm.contactForm .formBody textarea::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.formResponsive .rsForm.requestForm .formBody input:-ms-input-placeholder,
.formResponsive .rsForm.requestForm .formBody textarea:-ms-input-placeholder,
.formResponsive .rsForm.contactForm .formBody input:-ms-input-placeholder,
.formResponsive .rsForm.contactForm .formBody textarea:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.formResponsive .rsForm.requestForm .formBody input:-moz-placeholder,
.formResponsive .rsForm.requestForm .formBody textarea:-moz-placeholder,
.formResponsive .rsForm.contactForm .formBody input:-moz-placeholder,
.formResponsive .rsForm.contactForm .formBody textarea:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.rsForm.requestForm .formBody textarea,
.rsForm.contactForm .formBody textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #000;
	font-size: 17px;
	height: 150px;
	line-height: 1.35;
	min-height: 150px;
	max-height: 250px;
	margin: 0;
	padding: 10px;
	resize: vertical;
	width: 100%;
}
.rsForm.requestForm .formControlLabel,
.rsForm.contactForm .formControlLabel {
	float: left;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0 0 5px;
	position: relative;
	width: 100%;
}
.requestFormBlock.formCalendar .formBody {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.formResponsive .rsForm.requestForm .btnCal.rsform-calendar-button {
	background: none transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	bottom: 10px;
	color: #333332;
	cursor: pointer;
	font-family: "aw-font";
	margin: 0;
	padding: 0 0 0 20px;
    position: absolute;
    right: 0;
	text-transform: none;
	width: auto;
}
.formResponsive .rsForm.requestForm .btnCal.rsform-calendar-button:hover {
	color: #333332;
}
.requestFormRow.sendButton,
.contactFormRow.sendButton {
	-webkit-justify-content: center;
	justify-content: center;
	margin: 30px 0 0;
	width: 100%;
}
.requestFormRow.sendButton .formBody,
.contactFormRow.sendButton .formBody {
	width: auto;
}
.requestFormRow.sendButton .formBody button#Send,
.contactFormRow.sendButton .formBody button#Send {
	background: none #51514e;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0;
	padding: 10px 25px;
	text-shadow: none;
	text-transform: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.requestFormRow.sendButton .formBody button#Send:hover,
.contactFormRow.sendButton .formBody button#Send:hover {
	background-color: #bcafa6;
	border: none;
}
.requestFormRow.row100.centerBlocks,
.contactFormRow.row100.centerBlocks {
	margin: 0 0 30px;
}
.requestFormRow.row100.centerBlocks .requestFormBlocks,
.contactFormRow.row100.centerBlocks .contactFormBlocks {
	width: 100%;
}
.requestFormRow.row100.centerBlocks .requestFormBlocks .formBody,
.contactFormRow.row100.centerBlocks .contactFormBlocks .formBody {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}
.requestFormRow.row100.centerBlocks .requestFormBlocks .formBody > div,
.contactFormRow.row100.centerBlocks .contactFormBlocks .formBody > div {
	float: left;
}
.formValidation {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}
.formResponsive .formRed {
	color: #f00;
	font-weight: 500;
	font-size: 15px;
}
/* MOD AW EQUIPMENT */
.moduleAWEquipment {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 40px 0 0;
	width: 100%;
}
.awEquipmentMainTitle {
	color: #bcafa6;
	float: left;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1.3;
	position: relative;
	width: 100%;
}
.awEquipmentList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	margin: 0 0 0 -2px;
	position: relative;
	width: calc(100% + 4px);
}
.awEquipment {
	-webkit-align-items: center;
	align-items: center;
	background-color: #f1f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	margin: 0 2px 4px;
	min-height: 80px;
	padding: 10px;
	position: relative;
	width: calc(20% - 4px);
}
.awEquipmentIcon {
	float: left;
	margin: 0 0 10px;
	position: relative;
}
.awEquipmentTitle {
	float: left;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	text-align: center;
	width: 100%;
}
.awEquipmentTitle p {
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
}
/* k2 */
/* Category */
.itemListCategoriesBlock {
	float: left;
	margin: 0 0 70px;
	position: relative;
	width: 100%;
}
.itemListCategory {
	float: left;
	position: relative;
	width: 100%;
}
.itemListCategory h2.itemListCategoryTitle {
	color: #51514e/*#bcafa6*/;
	float: left;
	font-size: 38px;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
}
.itemListCategoryDescriptionBlock {
	float: left;
	position: relative;
	width: 100%;
}
.itemListView {
	float: left;
	padding: 0 0 100px;
    position: relative;
    width: 100%;
}
.itemList,
#itemListLeading {
    float: left;
    position: relative;
    width: 100%;
}
.catItemView.groupLeading {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.itemBlock {
	float: left;
    position: relative;
    width: 100%;
}
.catItemImageBlock {
	background-color: #fff;
    float: left;
	max-width: 780px;
    position: relative;
    width: 100%;
}
.catItemImageBlock img {
    display: block;
	width: 100%;
}
.itemListView #itemListLeading {
	float: left;
    margin: 0;
    width: 100%;
}
.itemListView .itemContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
	float: left;
    padding: 0 0 50px;
    position: relative;
    width: 100%;
}
.itemListView .itemContainer:last-child {
	padding: 0;
}
.itemListView .catItemBody {
	float: left;
	position: relative;
	width: 100%;
}
.itemListView .catItemTitle {
    clear: both;
    float: left;
    font-size: 16px;
    margin: 20px 0 0;
    width: auto;
}
.itemListView .catItemIntroText {
    color: #646464;
    float: left;
    font-size: 12px;
    position: relative;
    width: 100%;
}
.itemListView .catItemDateCreated {
    color: #646464;
    float: left;
    font-size: 12px;
    width: 100%;
}
/* Reviews Category */
.reviews.itemListView .itemListCategoryDescription {
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;
}
.reviews.itemListView .itemList{
	float: none;
	margin: 0 auto;
	max-width: 1050px;
	position: relative;
	width: 100%;
}
.reviews.itemListView .itemContainer {
	padding: 0 0 40px;
}
.catItemHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 0 0 100px;
	position: relative;
	width: 100%;
}
.reviews.itemListView .catItemTitle {
	color: #bcafa6;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	width: 100%;
	margin: 0;
}
.reviews.itemListView .catItemDateCreated {
	font-size: 13px;
	font-weight: 300;
}
.reviews.itemListView .catItemBody {
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px 50px;
}
.reviews.itemListView .catItemIntroText {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.06em;
	margin: 0;
	position: relative;
	z-index: 2;
}
.reviews.itemListView .catItemIntroText:before {
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
	border-right: 45px solid #f6f6f6;
	/*content: '';*/
	height: 0;
	left: 40px;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	z-index: -1;
}
.reviews.itemListView .catItemIntroText .subtitle {
	color: #51514e;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0 0 20px;
	width: 100%;
}
.moduleAwMenuItemLink {
	float: left;
	margin: 0 0 70px;
	position: relative;
	text-align: center;
	width: 100%;
}
.reviews.itemListView #infscr-trigger {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.moduleAwMenuItemLink a,
.reviews.itemListView #infscr-trigger .button {
	background: none #51514e;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0;
	padding: 10px 25px;
	text-shadow: none;
	text-transform: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.moduleAwMenuItemLink a:hover,
.reviews.itemListView #infscr-trigger .button:hover {
	background-color: #bcafa6;
}
.reviews.itemListView #infscr-loading {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
/* Accommodation - Special Offers Category */
.accommodation.itemListView .itemListCategoryDescription {
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;
}
.specialOffers.itemListView .itemListCategoryDescription {
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;
}
.accommodation.itemListView .catItemView.groupLeading,
.specialOffers.itemListView .catItemView.groupLeading {
	border-bottom: 1px solid #d1d3d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	padding: 55px 0;
}
.accommodation.itemListView .itemContainer:last-child .catItemView.groupLeading,
.specialOffers.itemListView .itemContainer:last-child .catItemView.groupLeading {
	border: none;
	padding-bottom: 0;
}
.accommodation.itemListView .itemContainer,
.specialOffers.itemListView .itemContainer {
	padding: 0;
}
.accommodation.itemListView .catItemImageBlock,
.specialOffers.itemListView .catItemImageBlock {
	width: calc(100% - 540px);
}
.accommodation.itemListView .catItemImage,
.specialOffers.itemListView .catItemImage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 66.66%;
	position: relative;
	width: 100%;
}
.accommodation.itemListView .catItemBody,
.specialOffers.itemListView .catItemBody {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 4px;
	padding-left: 50px;
	width: 540px;
}
.accommodation.itemListView .catItemTitle,
.specialOffers.itemListView .catItemTitle {
	color: #51514e/*#bcafa6*/;
	float: left;
	font-size: 26px;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: -9px 0 0;
	width: 100%;	
}
.accommodation.itemListView .catItemIntroText,
.specialOffers.itemListView .catItemIntroText {
	color: #000;
	float: left;
	font-size: 17px;
	letter-spacing: 0.02em;
	margin: 25px 0;
	position: relative;
	width: 100%;
}
.accommodation.itemListView .catItemIntroText ul,
.specialOffers.itemListView .catItemIntroText ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	margin: 10px 0 0 -2px;
	width: calc(100% + 4px);
}
.accommodation.itemListView .catItemIntroText li,
.specialOffers.itemListView .catItemIntroText li {
	-webkit-align-items: center;
	align-items: center;
	background-color: rgb(241, 242, 242);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	float: left;
	font-size: 13px;
	font-weight: 500;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.1;
	margin: 2px;
	min-height: 65px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: calc(33.33% - 4px);
}
.accommodation.itemListView .catItemButton,
.specialOffers.itemListView .catItemButton {
	float: left;
	letter-spacing: 0.04em;
	margin: auto 0 0;
	position: relative;
	text-align: center;
}
.accommodation.itemListView .catItemButton a,
.specialOffers.itemListView .catItemButton a {
	background-color: #51514e;
	color: #fff;
	float: left;
	font-size: 16px;
	padding: 10px 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.accommodation.itemListView .catItemButton a:hover,
.specialOffers.itemListView .catItemButton a:hover {
	background-color: #bcafa6;
}
.accommodation.itemListView .itemContainer:nth-child(2n+2) .catItemImageBlock,
.specialOffers.itemListView .itemContainer:nth-child(2n+2) .catItemImageBlock {
	order: 2
}
.accommodation.itemListView .itemContainer:nth-child(2n+2) .catItemBody,
.specialOffers.itemListView .itemContainer:nth-child(2n+2) .catItemBody {
	padding-left: 0;
	padding-right: 50px;
	order: 1
}
/* Item */
.itemView {
    float: left;
	padding: 0 0 100px;
    position: relative;
    width: 100%;
}
.itemView h2.itemTitle {
	color: #51514e;
    float: left;
    font-size: 38px;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
	width: 100%;
}
.itemBody {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.itemImageBlock {
    float: left;
    position: relative;
    width: 100%;
}
.itemImage {
    float: left;
	margin: 0 0 4%;
    width: 100%;
}
.itemImage img {
	display: block;
}
.itemFullText {
    float: left;
	letter-spacing: 0.02em;
    position: relative;
    width: 100%;
}
.itemFullText .subtitle {
    display: block;
    font-size: 21px;
    padding: 20px 0 0;
}
.itemHeader {
    float: left;
    width: 100%;
}
/* MOD K2 PLACES TO VISIT */
#k2ModuleBox.placesToVisit {
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
.placesToVisitInner {
	float: left;
	margin: -60px 0 0;
	position: relative;
	width: 100%;
}
.placesToVisitList {
	float: left;
	position: relative;
	width: 100%;
}
.placesToVisitItem {
	border-bottom: 1px solid #d1d3d4;
	float: left;
	position: relative;
	width: 100%;
}
.placesToVisitItem:last-child {
	border: none;
}
.placesToVisitItem .moduleItemTitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #51514e;
	cursor: pointer;
	float: left;
	font-size: 22px;
	letter-spacing: 0.04em;
	padding: 20px 40px 20px 0;
	position: relative;
	width: 100%;
}
.placesToVisitItem .moduleItemTitle:after {
	content: 'e';
	float: right;
	font-family: 'aw-font';
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: absolute;
	right: 0;
	top: 21px;
}
.placesToVisitItem.opened .moduleItemTitle:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.placesToVisitItem .moduleItemBody {
	display: none;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.placesToVisitItem .moduleItemBodyInner {
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin: 0 0 35px;
	position: relative;
	width: 100%;
}
.placesToVisitItem .moduleItemBodyText {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}
.placesToVisitItem .moduleItemIntroText {
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;
}
.placesToVisitItem .moduleItemIntroText p {
	margin: 0;
}
.placesToVisitItem .moduleItemReadMore {
	background-color: #51514e;
	color: #fff;
	float: left;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 30px 0 0;
	padding: 10px 25px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.placesToVisitItem .moduleItemReadMore:hover {
	background-color: #bcafa6;
}
.placesToVisitItem .moduleItemBodyImage {
	float: left;
	margin: 6px 0 0;
	position: relative;
	width: 500px;
}
/* MOD K2 PLACES TO VISIT CAROUSEL */
#k2ModuleBox.placesToVisitCarousel {
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
.placesToVisitCarouselInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 70px 70px;
	position: relative;
	width: 100%;
}
#k2ModuleBox.placesToVisitCarousel .modulePretext {
	color: #bcafa6;
	float: left;
	font-size: 32px;
	letter-spacing: 0.03em;
	margin: 0 0 60px;
	position: relative;
	text-align: center;
	width: 100%;
}
.placesToVisitCarouselList {
	float: left;
	position: relative;
	width: 100%;
}
.placesToVisitCarousel .moduleItemTitle {
	float: left;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin: 10px 0 0;
	position: relative;
	width: 100%;
}
.placesToVisitCarousel .moduleItemTitle:hover {
	color: #bcafa6;
}
@media (max-width: 1250px) {
	.awContactForm .rl_tabs > ul.nav-tabs > li > a {
		font-size: 30px;
	}
}
@media (max-width: 1130px) {
	.awMenuItemTitle {
	    font-size: 20px;
	}
}
@media (max-width: 1100px) {
	.requestFormRow.row35,
	.contactFormRow.row35,
	.requestFormRow.row70,
	.contactFormRow.row70 {
		max-width: 100%;
	}
	.requestFormBlock.block50,
	.contactFormBlock.block50 {
		margin: 0 0 20px;
		width: 100%;
	}
	.requestFormBlock.block100:last-child,
	.contactFormBlock.block100:last-child,
	.requestFormBlock.block50:last-child,
	.contactFormBlock.block50:last-child {
		margin: 0 0 -20px;
	}
	.awDistancesLogo {
		padding-right: 20px;
		width: 170px;
	}
	/*.awDistancesContainer {
		width: calc(100% - 170px);
	}*/
	/*.awDistancesItemTitle {
		font-size: 20px;
	}
	.awDistancesItemDistance {
		font-size: 26px;
	}*/
}
@media (max-width: 1080px) {
	.awFooterMenu {
		display: none;
	}
	.accommodation.itemListView .catItemImageBlock,
	.specialOffers.itemListView .catItemImageBlock {
		width: calc(100% - 520px);
	}
	.accommodation.itemListView .catItemBody,
	.specialOffers.itemListView .catItemBody {
		width: 520px;
	}
	.awFooterBoxInner > div {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.awFooterBoxInner > div.awFooterLogo {
		order: 1;
	}
	.awFooterBoxInner > div.awFooterContact {
		order: 2;
	}
	.awFooter .gkPage {
		max-width: 400px;
	}
	.awFooterMoto1 {
		font-size: 32px;
	}
	.awFooterMoto2 {
		font-size: 37px;
	}
	.awFooterButton a {
		font-size: 20px;
	}
}
@media (max-width: 1030px) {
	/* Containers */
	#gkPageContent {
		background-image: none!important;
	}
	#gkTopMenu,
	#gkUserArea {
		margin-top: 0;
	}
	#gkContent,
	#gkContentWrap {
		width: 100% !important;
	}
	#gkSidebar {
		margin: 40px 0 0;
		width: 100% !important;
	}
	#gkContentWrap {
		padding: 0!important;
	}
	.withoutSidebar aside#gkSidebar {
		display: none;
	}
	#gkSidebar .box {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px!important;
	}
	#gkSidebar {
		padding: 0 0 100px 0!important;
	}
	#gkSidebar .box:first-child {
		padding-top: 10px!important;
	}
	#gkSidebar .box {
		border: none!important;
		float: left;
		margin-top: 0!important;
		margin-bottom: 30px!important;
		width: 50%;
	}
	#k2ModuleBox.sideMenu {
		margin: 0;
	}
	#k2ModuleBox.sideMenu .sideMenuList {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -10px;
		width: calc(100% + 20px);
	}
	#k2ModuleBox.sideMenu .sideMenuItem {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 10px;
		padding: 25% 0 0;
		width: calc(50% - 20px);
	}
	.placesToVisitInner {
		margin: 0;
	}
}
@media (max-width: 980px) {
	.awFooterBoxInner > div.awFooterLogo {
		max-width: 100%;
		order: 1;
		width: 100%;
	}
	.imageGalleryThumb {
		width: 33.33%;
	}
	.accommodation.itemListView .catItemIntroText li,
	.specialOffers.itemListView .catItemIntroText li {
		width: calc(50% - 4px);
	}
}

@media (max-width: 920px) {
	.accommodation.itemListView .itemListCategoryDescription {
		width: 100%;
	}
	.awEquipment {
		width: calc(25% - 4px);
	}
	.accommodation.itemListView .catItemView.groupLeading,
	.specialOffers.itemListView .catItemView.groupLeading {
		flex-wrap: wrap;
	}
	.accommodation.itemListView .catItemImageBlock,
	.specialOffers.itemListView .catItemImageBlock {
		width: 100%;
	}
	.accommodation.itemListView .catItemBody,
	.specialOffers.itemListView .catItemBody {
		margin: 40px 0 0;
		padding: 0;
		width: 100%;
	}
	.accommodation.itemListView .itemContainer:nth-child(2n+2) .catItemBody,
	.specialOffers.itemListView .itemContainer:nth-child(2n+2) .catItemBody {
		order: 3;
		padding: 0;
	}
	.itemListCategory h2.itemListCategoryTitle {
		font-size: 32px;
	}
	.accommodation.itemListView .catItemTitle,
	.specialOffers.itemListView .catItemTitle {
		font-size: 28px;
	}
	.accommodation.itemListView .catItemIntroText,
	.specialOffers.itemListView .catItemIntroText {
		font-size: 18px;
	}
	.accommodation.itemListView .catItemButton a,
	.specialOffers.itemListView .catItemButton a {
		font-size: 18px;
	}
	.itemView h2.itemTitle {
		font-size: 32px;
	}
	.awMenuItemsContainer {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.awMenuItem {
		max-width: 360px;
		width: calc(100% - 20px);
	}
	.awMenuItemTitle {
		font-size: 26px;
	}
	.reviews .modulePretext {
		font-size: 30px;
	}
	.reviews .moduleItemIntroText {
		padding: 0 60px;
	}
	.reviews .moduleItemIntroText p.subtitle {
		font-size: 20px;
	}
	#k2ModuleBox.placesToVisitCarousel .modulePretext {
		font-size: 26px;
	}
	.blog-featured header h1 {
		font-size: 32px;
	}
	.moduleAwMenuItemLink a,
	.reviews.itemListView #infscr-trigger .button {
		font-size: 18px;
	}
	.writeAReviewTitle {
		font-size: 30px;
	}
	.writeAReview form label {
		font-size: 18px;
	}
	.newReviewTitle,
	.newReviewName,
	.newReviewEmail {
		width: 100%;
	}
	.newReviewSubmit .button {
		font-size: 18px;
	}
	.awDistancesItemTitle {
		font-size: 18px;
	}
	.awDistancesItemDistance {
		font-size: 23px;
	}
	.awDistancesMainTitle {
		font-size: 30px;
	}
	.awAccessMainTitle {
		font-size: 30px;
	}
	.awAccessTitle {
		font-size: 30px;
	}
	.awContactFormTitle {
		font-size: 32px;
	}
}
@media (max-width: 820px) {
	.awContactFormBody {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.forms {
		order: 2;
		width: 100%;
	}
	.awContactFormInfo {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0 0 80px;
		order: 1;
		padding: 0;
		width: 100%;
	}
	.awContactFormInfoContainer {
		width: 260px;
	}
	.row.bigMarginRow {
		margin: 0;
	}
	.requestFormRow.sendButton .formBody button#Send,
	.contactFormRow.sendButton .formBody button#Send {
		font-size: 18px;
	}
}
@media (max-width: 800px) {
    .awFooterBox {
        margin: 50px 0 0;
    }
	.awFooterBoxInner > div.awFooterContact {
        font-size: 16px;
        letter-spacing: 0;
	}
}
@media (max-width: 780px) {
	#gkHeaderNav {
		padding: 10px 0;
	}
	#gkHeaderNav.scroll {
		padding: 5px 0;
	}
	.gkHeaderNavLeftContainer {
		width: 140px;
	}
	.gkHeaderNavRightContainer {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 140px;
	}
	#gkLang {
		margin: 0 0 10px;
	}
	#bookOnline {
		margin: 0;
	}
	.moduleAWBookingButton a {
		font-size: 14px;
		height: auto;
		padding: 4px 8px;
	}
	.awDistancesItem {
		padding: 20px 15px;
	}
	.galleriesMenuItem {
		padding: 2px;
	}
	.imageGalleryThumb {
		padding: 0 2px 50px;
	}
	.awEquipment {
		width: calc(50% - 4px);
	}
}
@media (max-width: 680px) {
	.awMenuItemTitle {
		font-size: 20px;
	}
	.awDistancesLogo {
		display: none;
	}
	.awDistancesContainer {
		width: 100%;
	}
	.awAccessWrapper {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.awAccessContainer {
		margin: 0 0 60px;
		width: 100%;
	}
}
@media (max-width: 660px) {
    body #cc-notification h2, 
    body #cc-notification h3, 
    body #cc-notification p {
        font-size: 12px!important;
        margin-bottom:0!important;
        width: 100%!important;
        max-width: 100%!important;
    }
    body #cc-notification h2 span, 
    body #cc-notification h2 {
        font-size: 12px!important;
    }
    body #cc-notification #cc-notification-wrapper {
        padding: 10px 32px 0!important;
    }
    body #cc-notification ul.cc-notification-buttons {
        clear: both!important;
        width: 100%!important;
        position: static!important;
        text-align: center;
    }
    body #cc-notification ul.cc-notification-buttons li {
        float: none!important;
        display: inline-block;
    }
    body #cc-notification a, 
    body #cc-notification a:visited {
        font-size: 12px!important;
    }
	.footerInner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.imageGalleryThumb {
		width: 50%;
	}
}
@media (max-width: 620px) {
	#gkHeader {
		padding: 90px 0 0;
	}
	.awHeaderSlideTitle {
		padding: 5px 50px 7px;
	}
	div.logoContainer {
		width: 110px;
	}
	#gkHeaderNav.scroll div.logoContainer {
		margin: 0 0 -30px;
	}
	.menu_lang {
		order: 3;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 13px !important;
		padding: 9px 20px 8px 0 !important;
	}
	.select2-results__option {
		font-size: 13px !important;
		padding: 6px 13px !important;
	}
	.moduleAWHeader .owl-carousel .owl-nav .owl-prev,
	.moduleAWHeader .owl-carousel .owl-nav .owl-next {
		padding: 10px 2px !important;
		top: calc(60% - 20px) !important;
	}
	.reviews .owl-carousel .owl-nav .owl-prev,
	.reviews .owl-carousel .owl-nav .owl-next {
		font-size: 30px !important;
	}
	.awParosContainer {
		min-height: 370px;
	}
	.awParosInnerContainer {
		background-color: rgba(255,255,255,0.5);
		background-image: none !important;
		padding: 40px 0;
	}
	.placesToVisitCarouselInner {
		padding: 0 20px 70px !important;
	}
	.placesToVisitCarousel .owl-carousel .owl-nav .owl-prev,
	.placesToVisitCarousel .owl-carousel .owl-nav .owl-next {
		font-size: 30px !important;
		padding: 15px 0 !important;
	}
	.reviews .moduleItemIntroText {
		padding: 0 40px;
	}
	.reviews .moduleItemTitle {
		font-size: 22px;
	}
	.reviews a.moduleCustomLink {
		font-size: 15px;
	}
	.awFacilitiesServicesText ul li {
		width: 100%;
	}
	.awFooterMoto1 {
		font-size: 26px;
	}
	.awFooterMoto2 {
		font-size: 30px;
	}
	.accommodation.itemListView .catItemButton a,
	.specialOffers.itemListView .catItemButton a {
		font-size: 15px;
	}
	.moduleAwMenuItemLink a,
	.reviews.itemListView #infscr-trigger .button {
		font-size: 15px;
	}
	.newReviewSubmit .button {
		font-size: 15px;
	}
	.requestFormRow.sendButton .formBody button#Send,
	.contactFormRow.sendButton .formBody button#Send {
		font-size: 15px;
	}
	.row.bigMarginRow {
		margin: 80px 0 0;
	}
	.awContactFormInfoContainer {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		width: 260px;
	}
	.awContactFormInfo .row,
	.awContactFormInfo .row.noFlex {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.chatText,
	.skypeText {
		text-align: center;
	}
}
@media (max-width: 580px) {	
	/* Menu */
	#gkTopBar {
		display: none;
	}
	/* Containers */
	#gkLogo {
		margin: 0!important;
	}
	/* Fix for tables */
	fieldset {
		box-sizing: border-box!important;
		max-width: 100%!important;
		width: 100%!important;
		overflow: hidden;
	}
	#gkMainbody table:before {
		content: "Scroll horizontally to view the whole table";
		height: 14px;
		width: 100%;
		display: block;
		font-size: 10px;
		margin-top: -30px;
		margin-bottom: 10px;
	}
	#gkMainbody table {
		width: 540px!important;
		display: block!important;
		padding: 30px 0 20px 0; /* padding for the scrollbars and the top message */
		overflow:scroll;
		-webkit-overflow-scrolling:touch;
	}
	#gkMainbody table tbody,
	#gkMainbody table thead,
	#gkMainbody table tfoot {
		width: 540px!important;
		display: table;
	}
	.awFooterBoxInner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.awFooterContact .row {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.awFacilitiesServices {
		width: calc(100% - 50px);
	}
	.reviews.itemListView .catItemBody {
		padding: 40px 30px 50px;
	}
	.awContactFormWrapper {
		padding: 25px 15px;
	}
}
@media (max-width: 540px) {
	.requestFormRow,
	.contactFormRow {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.requestFormTitle,
	.contactFormTitle {
		margin: 0 0 5px;
		width: 100%;
	}
	.requestFormBlocks,
	.contactFormBlocks {
		width: 100%;
	}
	#k2ModuleBox.sideMenu .sideMenuList {
		-webkit-justify-content: center;
		justify-content: center;
	}
	#k2ModuleBox.sideMenu .sideMenuItem {
		max-width: 360px;
		padding: 40% 0 0;
		width: 100%;
	}
}
@media (max-width: 480px) {
	#gkMainbody table {
		width: 420px!important;
	}
	.moduleAWMenuItemsInner {
		padding: 40px 0;
	}
	/*.awMenuItem {
		margin: 2px;
		width: calc(50% - 4px);
	}*/
	.awMenuItemTitle {
		font-size: 18px;
	}
	#MobileMenu .nav.menu li a,
	#MobileMenu .nav.menu li span {
		font-size: 20px !important;
	}
	.close_mobile_menu_inner span {
		font-size: 35px !important;
	}
	div.mod-languages > ul.lang-block > li,
	div.mod-languages > ul.lang-inline > li {
		font-size: 14px;
	}
	.galleriesMenuItem {
		width: 100%;
	}
	.imageGalleryThumb {
		width: 100%;
	}
	#gkSidebar {
		padding: 0 0 40px 0 !important;
	}
	.placesToVisitItem .moduleItemTitle {
		font-size: 20px;
	}
}
@media (max-width: 440px) {
	#gkHeaderNav .gkPage {
		padding: 0 10px;
	}
	.gkHeaderNavLeftContainer,
	.gkHeaderNavRightContainer {
		width: 110px;
	}
	#gkMainbody table {
		width: 260px!important;
	}
	.catItemHeader {
		padding: 0 0 0 40px;
	}
	.awContactForm .rl_tabs > ul.nav-tabs > li > a {
		font-size: 18px;
	}
	.accommodation.itemListView .catItemIntroText li,
	.specialOffers.itemListView .catItemIntroText li {
		width: calc(100% - 4px);
	}
	.accommodation.itemListView .catItemButton a,
	.specialOffers.itemListView .catItemButton a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.awEquipment {
		width: calc(100% - 4px);
	}
}
@media (max-width: 380px) {
	.awEquipment {
		width: 100%;
	}
	.awContactForm .rl_tabs.outline_content > .tab-content,
	.awContactForm .rl_tabs.align_justify > ul.nav-tabs {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	#gkFooter {
		font-size: 12px;
	}
	.awDistancesItem {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.awDistancesItemTitle,
	.awDistancesItemDistance {
		text-align: center;
		width: 100%;
	}
	.awMenuItem {
		margin: 5px 0;
		width: 100%;
	}
	.awMenuItemTitle {
		font-size: 18px;
	}
	.reviews.itemListView .catItemBody {
		padding: 30px 20px 35px;
	}
	.formResponsive .rsForm.requestForm .formBody input,
	.formResponsive .rsForm.requestForm .formBody input[type="text"],
	.formResponsive .rsForm.requestForm .formBody input[type="password"],
	.formResponsive .rsForm.requestForm .formBody select,
	.formResponsive .rsForm.contactForm .formBody input,
	.formResponsive .rsForm.contactForm .formBody input[type="text"],
	.formResponsive .rsForm.contactForm .formBody input[type="password"],
	.formResponsive .rsForm.contactForm .formBody select {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #cccccc;
		border-radius: 0;
		color: #000;
		height: auto;
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 1.15;
		margin: 0;
		padding: 10px;
		width: 100%;
	}
}
@media (max-width: 360px) {
	div.logoContainer {
		width: 95px;
	}
	.gkHeaderNavLeftContainer,
	.gkHeaderNavRightContainer {
		width: 100px;
	}
	.moduleAWBookingButton a {
		font-size: 13px;
	}
}