/*---------------*/
/* 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 */
	background-size: 100% auto;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	overflow-x: hidden;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
	overflow-x: hidden;
}
/**
 * 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,
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;
}
.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;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*------------*/
/* JOOMLA.CSS */
/*------------*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-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: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	font-family: Arial, sans-serif;
	padding: 10px 12px !important;
	max-width: 100%!important;
}
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%!important;
	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-family: Arial, sans-serif;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	padding: 12px;
}
html.-moz-select {
	padding: 3px 5px
}
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!important;
	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: #000000;
	border-color: #000000;
	color: #fff!important;
}
.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 0 32px;
	padding: 0
}
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,
section.reset,
section.remind {
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	padding: 50px 20px;
}
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 {
	margin: 0;
	position: relative;
}
#system-message a.close,
#system-message h4.alert-heading {
	display: none;
}
#system-message p { margin: 0; padding:  0; text-align: center; font-size: 14px}
#system-message dd ul { list-style: none!important }
#system-message dd ul,
#system-message dd ul li { line-height: 1; }
#system-message dd,
#system-message .alert {
	-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: #f5f5f5;
	color: #080808;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	min-height: 24px;
	padding: 12px 10px;
	text-align: center;
}
#system-message dd.error,
#system-message .alert-error {
	background: #000000;
	color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
	background: #ffde00;
	color: #080808;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
/* 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;
}
/* Languages */
#gkLang {
    float: right;
}
#gkLang .gkPage {
    padding: 0;
}
div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px
}
div.mod-languages { text-align: center }
div.mod-languages p { margin-bottom: .5em }
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: inline-block;
	float: left
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	font-size: 13px;
	line-height: 34px;
	margin: 0
}
div.mod-languages ul.lang-inline li:after {
    content: "/";
    margin: 0;
}
div.mod-languages ul.lang-inline li:last-child:after {
	content: '';
}
div.mod-languages ul.lang-inline li a {
	color: #000000;
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt { display: none }
fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders { margin-bottom: 50px; }
section article:first-child,
section.blog .items-more ol { margin-top: 0 }
.filters .display-limit,
ul.pagenav .pagenav-next { float: right }
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption { float: none!important }
/* page links */
div.articleContent div.content-links ul li {
	background: none !important;
	padding-left: 0 !important;
}
/*----------*/
/* MENU.CSS */
/*----------*/
/* Base for all menus */
#gkMainMenu {
	float: left;
	margin: 4px 0 0;
	padding: 0;
}
#gkMainMenu:after {
	clear: both;
	content: "";
	display: table;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
}
.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: 285px;
}
.gkMenu > ul > li {
	clear: none!important;
	display: inline-block;
	font-size: 16px;
	text-align: left;
}
.gkMenu > ul > li:first-child {
	display: none;
}
.gkMenu > ul > li > a {
	color: #000;
	display: block;
	float: left;
	position: relative;
}
/* 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;
}
/* hide mobile menu */
#gkMobileMenu {
	display: none;
}
/*-------------*/
/* TEMPATE.CSS */
/*-------------*/
/* Basic elements */
html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background: #fff;
	color: #1d1d1b;
	font-family: 'pf-agora-sans','roboto';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 2000px;
	min-height: calc(100vh - 45px);
	padding: 0 0 45px;
	position:relative;
}
bodyWrapper {
	position: relative;
}
a {
	color: #000000;
	position: relative;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
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: 15px 0 30px; }
iframe { max-width: 100%!important; }
/* Containers */
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto!important;
	padding: 0;
	width: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#MainContainer {
	float: left;
	width: 100%;
}
#gkHeader {
	-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;
	padding: 20px 4%;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.homepage #gkHeader {
	border-bottom: none;
}
#gkHeaderTop {
	position: relative;
	width: 100%;
	height:24px;
	border-bottom:1px solid #fff;
}
#gkHeaderTop > .gkPage {
	position: relative;
	height: 24px;
}
#gkHeaderNav {
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	border-bottom:1px solid #fff;
}
#gkHeaderNav.scroll {
	background-color: #fff;
	/*-webkit-box-shadow: 0 0 13px -10px #000000;
	-moz-box-shadow: 0 0 13px -10px #000000;
	box-shadow: 0 0 13px -10px #000000;*/
}
#gkHeaderNav > div {
	position: relative;
}
#gkBg {
	background: #fff;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent {
	width: 100%;
}
/* Logo  */
div.logoContainer {
	float: left;
}
#gkLogo {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width:240px;
}
#gkLogo img,
#gkLogo svg {
	display: block;
	margin: 0;
	height: auto;
	width: 100%;
	float:left;
}
.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 */
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	overflow: hidden;
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	padding: 0;
}
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	padding: 0;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#gkFooterNav {
	margin: 0;
	float: left;
	width: 100%;
	padding: 50px 0 80px;
}
#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;
	padding: 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; }
/* k2 */
/* Category */
.itemListView,
.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;
    position: relative;
    width: 100%;
}
.catItemImageBlock img {
    display: block;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;
	width: 100%;
}
.itemListView #itemListLeading {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.5%;
    width: 105%;
}
.itemListView .itemContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 2.5% 50px;
    position: relative;
    width: 33.33%;
}
.itemListView .catItemBody {
    opacity: 0;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;
}
.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 .catItemIntroText > p {
    margin: 1px 0;
}
.itemListView .catItemDateCreated {
    color: #646464;
    float: left;
    font-size: 12px;
    width: 100%;
}
.itemListView .catItemView:hover .catItemImageBlock img {
	opacity: 0.2;
}
.itemListView .catItemView:hover .catItemBody {
	opacity: 1;
}
/* Item */
.itemView {
    float: left;
    position: relative;
    width: 100%;
}
.itemView h2.itemTitle {
    float: left;
    font-size: 28px;
	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;
    position: relative;
    width: 100%;
}
.itemFullText .subtitle {
    display: block;
    font-size: 21px;
    padding: 20px 0 0;
}
.itemHeader {
    float: left;
    width: 100%;
}

/* Header */
#gkHeaderMod {
	float: left;
	width: 100%;
	padding: 20px 20px 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.aw_header {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items:flex-start;
}
.aw_header .link {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}

/* Mobile Menu */
#AWMobileMenuLabel {
	float: right;
	width: auto;
	font-weight: 700;
	margin: 27px 10px 0 0;
	font-size: 18px;
	color: #58595b;
	position: relative;
	z-index: 100;
	transition:all 0.3s ease 0s;
	cursor:pointer;
}

.menu_open #AWMobileMenuLabel {
	color: #fff;
}
.accordeonck ul {
    padding-top: 150px;
}
div#awMobileMenu > .accordeonck {
	padding: 20px 60px 0 20px;
}
div#awMobileMenu li {
	position: relative;
	float: right;
	width: 100%;
}
div#awMobileMenu li a {
	font-size: 20px;
	float: right;
	font-weight:600;
}

/* Slider */
#gkSlider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float:left;
	width:100%;
	padding: 0 4% 20px;
}

/* Language & Book Now Button */
#gkLangBook {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float:left;
	width:100%;
	padding: 0 4% 20px;
}
#gkLangBook .mod-languages {
	margin-top:4px;
	float: left;
}
#gkLangBook div.mod-languages ul.lang-inline li {
	display: inline;
	position: relative;
	margin-left:2px;
}
#gkLangBook div.mod-languages ul.lang-inline li:first-child {
	margin-left:0;
}
#gkLangBook div.mod-languages ul.lang-inline li a {
	font-size: 17px;
	text-transform:uppercase;
	padding:0 10px;
	float:left;
}
#gkLangBook div.mod-languages ul.lang-inline li a:hover {
	color:#91c5cc;
}
#gkLangBook div.mod-languages ul.lang-inline li:first-child a {
	padding-left:0;
}
#gkLangBook div.mod-languages ul.lang-inline li:after {
	content: "";
	margin: 0;
	font-weight: 700;
	width: 2px;
	height: 14px;
	background-color: #58595b;
	position: relative;
	top: 11px;
	float: left;
}
#gkLangBook div.mod-languages ul.lang-inline li:last-child:after {
	display:none;
}
#gkLangBook .book {
	float:right;
}
#gkLangBook .book p {
	margin:0;
}
#gkLangBook .book a {
	padding: 0 40px;
	background: #58595b;
	font-size: 16px !important;
	width: auto;
	text-align: center;
	margin: 0;
	border: none;
	border-radius: 0;
	color: #fff !important;
	line-height: 44px;
	height: 45px;
	float:right;
	transition: 0.3s ease 0s;
}
#gkLangBook .book a:hover {
	background: #91c5cc;
}




/* Copyrights */
#gkCopyrights {
	-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;
	width: 100%;
	border-top: 1px solid #ddd;
	background-color: #fff;
	padding: 10px 4%;
	position: absolute;
	bottom: 0;
}
.copyright {
	font-size: 13px;
}
.developed_design a {
	font-size: 13px;
}
.developed_design .developed img {
	padding-top: 5px;
}



/* VikBooking */
#gkMainbody .vblistcontainer,
#gkMainbody .room_details {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 4%;
	float:left;
	width:100%;
}
#gkMainbody ul.vblist {
	-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;
	width:calc(100% + 30px);
	margin-left:-15px;	
}
#gkMainbody li.room_result {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% / 3);
	padding: 0 15px;
	border: none;
	display: block;
	position: relative;
	float: left;
}
#gkMainbody .vblistroomblock {
	float:left;
	width:100%;
	border:none;
	margin:0;
	padding:0;
}
#gkMainbody .vbimglistdiv {
	width: 100%;
	float: left;
	margin:0;
	display: block;
}
#gkMainbody .vbimglistdiv img {
	width: 100%;
	float: left;
	margin:0;
	display: block;
}
#gkMainbody .vbrowcname {
	float:left;
	width:100%;
	margin-top:10px;
	font-size:30px;
	font-weight:300;
	color:#58595b;
}
#gkMainbody .vbrowcname strong {
	font-weight:700;
}
.room_details .left_area {
	float:left;
	width: calc(200% / 3)
}
.room_details .right_area {
	float:right;
	width: calc(100% / 3)
}
.room_details .main_image,
.room_details .additional_images {
	-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;
	width: 100%;
	padding-right:30px;
}
.room_details .main_image img {
	float:left;
	width: 100%;
}
.room_details .additional_images img {
	float:left;
	width: 100%;
	margin-top:30px;
}
.room_details .room_list {
	float: left;
	width: auto;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	color:#58595b;
	transition:0.3s ease 0s;
}
.room_details .room_list:hover {
	color:#91c5cc;
}
.room_details .room_name {
	float: left;
	width: 100%;
	font-size: 35px;
	font-weight: 300;
	margin-top: 30px;
}
.room_details .room_name strong {
	font-weight:700;
}
.room_details .short_description {
	float: left;
	width: 100%;
	color: #58595b;
	font-size: 18px;
	font-weight: 300;
}
.room_details .description {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-top:30px;
	color: #58595b;
}
.room_details .description td {
	border: 2px solid #e5e5e5;
	padding: 10px;
	font-size:14px;
	font-weight:600;
	color: #58595b;
}
.room_details .availability {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.room_details .availability h4 {
	float: left;
	width: 100%;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 20px;
	font-size: 25px;
	margin-bottom: 15px;
}
.room_details .availability .vbpricecalwarning {
	font-style: italic;
	display: none;
}
.room_details .availability .vbcaldivcont {
	width: 100%;
	border: none;
	padding:0;
}
.room_details .availability form .vbselectm {
	width:250px;
}
.room_details .availability .vbcaltrmonth td {
	background: #58595b;
	font-weight: 600;
}
.room_details .availability .vblegenda {
	margin-right: 15px;
	font-weight: 400;
	font-size: 15px;
	color:#58595b;
}
.room_details .availability .vbcalprice tr td {
	padding: 0;
	width: 38px;
	height: 30px;
}
.room_details .availability .vbcalprice .vbtdbusy {
	color: #fff;
	font-weight: bold;
	background: #91c5cc;
}
.room_details .availability .vbcalprice .vbtdfree {
	cursor:pointer;
}
.room_details .availability .vblegbusy {
	background: #91c5cc;
}
.room_details .availability .vbcalprice .vbcalpricedaynum span {
	background: transparent;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
	border-radius: 0;
}
.room_details .book_now {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.room_details .book_now .vbdivsearch,
.vikbooking .vbdivsearch {
	padding: 25px;
	background: #f6f6f6;
	width: 100%;
	-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;
}
.room_details .book_now .vbo-search-inpblock-checkin,
.vikbooking .vbo-search-inpblock-checkin {
	float: left;
	width: calc(50% - 15px);
}
.room_details .book_now .vbo-search-inpblock-checkout,
.vikbooking .vbo-search-inpblock-checkout {
	float: right;
	width: calc(50% - 15px);
}
.room_details .book_now .vbo-search-inpblock label,
.vikbooking .vbo-search-inpblock label {
	color: #58595b;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
	float: left;
	width: 100%;
}
.room_details .book_now .vb-search-inner,
.vikbooking .vb-search-inner {
	float:left;
	width:auto;
}
.room_details .book_now .input-group,
.vikbooking .input-group {
	display: block;
	float: left;
	width: 100%;
	margin-top:10px;
}
.room_details .book_now .vb-cal-img,
.vikbooking .vb-cal-img {
	background-color: #58595b;
	background-image: url('../../../components/com_vikbooking/resources/images/calendar-white.png');
	height: 34px;
	float: left;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.room_details .book_now input.hasDatepicker,
.vikbooking input.hasDatepicker {
	float: left;
	width: calc(100% - 32px) !important;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #58595b;
	height: 46px;
}
.ui-datepicker {
	width: 260px !important;
}
.room_details .book_now .vbo-search-num-racblock,
.vikbooking .vbo-search-num-racblock {
	float: left;
	width: calc(50% - 15px);
}
.room_details .book_now .vbo-search-num-rooms,
.room_details .book_now #vbjstotnights,
.vikbooking .vbo-search-num-rooms,
.vikbooking #vbjstotnights {
	width: auto;
	margin: 0;
}
.room_details .book_now .vbo-search-num-aduchild-block,
.room_details .book_now .vbo-search-num-aduchild-entry,
.room_details .book_now .vbo-search-num-adults-entry ,
.vikbooking .vbo-search-num-aduchild-block,
.vikbooking .vbo-search-num-aduchild-entry,
.vikbooking .vbo-search-num-adults-entry {
	width: 100%;
	float: left;
	margin:0;
}
.room_details .book_now .vbo-search-roomnum,
.vikbooking .vbo-search-roomnum {
	display: none;
}
.room_details .book_now .vbo-search-num-adults-entry-label,
.vikbooking .vbo-search-num-adults-entry-label {
	color: #58595b;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
	float: left;
	width: 100%;
	text-align:left;
	margin-bottom:10px;
}
.room_details .book_now .vbo-search-num-adults-entry-inp,
.room_details .book_now .vbo-search-num-adults-entry-inp select,
.vikbooking .vbo-search-num-adults-entry-inp,
.vikbooking .vbo-search-num-adults-entry-inp select {
	float: left;
	width: 100% !important;
}
.room_details .book_now .vbo-search-num-adults-entry-inp select + span,
.vikbooking .vbo-search-num-adults-entry-inp select + span {
	width: 100% !important;
}
.room_details .book_now .vbo-search-submit,
.vikbooking .vbo-search-submit {
	float: right;
	width: calc(50% - 15px);
	margin: 34px 0 0;
}
.room_details .book_now .vbo-search-submit .btn,
.vikbooking .vbo-search-submit .btn {
	padding: 0 !important;
	background: #58595b;
	font-size: 16px !important;
	width: 100%;
	text-align: center;
	margin: 0;
	border: none;
	border-radius: 0;
	color: #fff !important;
	line-height: 44px;
	height: 45px;
	transition:0.3s ease 0s;
}
.room_details .book_now .vbo-search-submit .btn:hover,
.vikbooking .vbo-search-submit .btn:hover {
	background-color:#91c5cc;
}
.room_details .characteristics {
	float:left;
	width:100%;
}
.room_details .characteristics h3 {
	float: left;
	width: 100%;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 20px;
	font-size: 25px;
}
.room_details .characteristics .vbulcarats,
.steps .vbulcarats {
	margin: 15px 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
.room_details .characteristics .vbulcarats li,
.steps .vbulcarats li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 14px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	color: #58595b;
}
.room_details .characteristics .vbulcarats li:before,
.steps .vbulcarats li:before {
	content:"\f00c";
	position:absolute;
	top:0;
	left:0;
	font-family:FontAwesome;
	color:#91c5cc;
}
.room_details .vbcalpricedaycost {
	width: 100%;
	display: none;
}
.ui-datepicker th {
	color: #91c5cc !important;
}
.vikbooking {
	float: left;
	width: 100%;
	padding: 30px 4%;
	box-sizing: border-box;
}
.vikbooking .left_area {
	float:left;
	width: calc(100% / 3)
}
.vikbooking .right_area {
	float:right;
	width: calc(200% / 3)
}
.vikbooking h3 {
	float: left;
	width: 100%;
	font-size: 35px;
	font-weight: 300;
}
.vikbooking .book_now_tip {
	float: left;
	width: 100%;
	margin:10px 0 30px;
	font-size: 15px;
	color: #58595b;
}
.vikbooking .err2 {
	float: left;
	width: 100%;
	margin: 15px 0;
	color: #d40000;
	font-size: 15px;
}
.vikbooking .right_area img {
	display: block;
	height: auto;
	max-width: 100%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.steps {
	float: left;
	width: 100%;
	padding: 30px 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.steps .vbo-stepbar {
	float: none;
	width: auto;
	margin: 0 auto;
	display: table;
}
.steps ol.vbo-stepbar li.vbo-step-complete, 
.steps ol.vbo-stepbar li.vbo-step-current {
	border-bottom: 4px solid #58595b;
}
.steps ol.vbo-stepbar li.vbo-step-current:before {
	background-color: #58595b;
}
.steps ol.vbo-stepbar li.vbo-step-complete:before {
	background-color: #58595b;
}
#system-message dd.error, #system-message .alert-error {
	background: #58595b;
}
.error.message {
	margin: 0;
}
.steps .vbo-results-head,
.steps .vbsearchresheadcheckroom {
	border-top: none;
	border-bottom: none;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.steps .vbo-results-head > span,
.steps .vbsearchresheadcheckroom > div {
	border-right: none;
	color: #58595b;
}
.steps .rooms {
	float: left;
	width: calc(100% + 30px);
	margin:30px 0 0 -15px;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.steps .room_item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% / 3);
	padding: 0 15px;
	border: none;
	display: block;
	position: relative;
	float: left;
}
.steps .roomlist_carats {
	padding: 0;
	overflow: hidden;
	width: 100%;
	float: left;
}
.steps .vbrowroomcapacity {
	display: block;
	text-align: right;
	margin: 15px 0 0;
	float: left;
	width: 100%;
}
.steps .vbrowroomcapacity img {
	float: left;
	margin: 0 3px 0 0;
}
.steps .vbsrowpricediv {
	float: left;
	width: auto;
	margin-top: 15px;
}
.steps .room_cost {
	color: #58595b;
	font-size: 20px;
}
.steps .vbselectordiv {
	border-top: none;
	padding: 0;
	display: table;
	margin: 0;
	width: auto;
	float: right;
}
.steps .vbselectr-result {
	background: #58595b;
	cursor: pointer;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin: 13px 0 0px;
	padding: 0 20px;
	width: auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.steps .vbselectr-result:hover {
	background: #91c5cc;
}
.steps .go_back {
	float: left;
	width: 100%;
}
.steps .go_back a,
.steps .go_back a {
	float: left;
	width: auto;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	color: #58595b;
	transition: 0.3s ease 0s;
	text-transform:uppercase;
}
.steps .go_back a:hover {
	color: #91c5cc;
}
.steps #vbdialog-overlay {
	display:none !important;
}
.steps .room_selected .vbselectr-result:after {
	display:none !important;
}
.steps .vbo-showprc-staydetails {
	display: none;
}
.steps .vbroomimgdesc,
.steps .room_carats {
	display: none;
}
.steps .vbo-showprc-roomname {
	font-size: 30px;
	color: #58595b;
	text-align:center;
	font-weight:300
}
.steps .vbo-showprc-wrapper {
	border: none;
	border-top: 0;
	padding: 0;
}
.steps .room_container {
	padding: 0;
}
.steps .vbo-showprc-room-block {
	padding: 0;
	width: 100%;
}
.steps .room_prices {
	width: 100%;
	padding: 0;
	display: table;
	max-width: 600px;
	margin: 30px auto 0;
}
.steps .room_prices h4 {
	font-size: 18px;
	color: #58595b;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}
.steps .vbo-showprc-pricetable {
	background-color: #f6f6f6;
	float: left;
	width: 100%;
}
.steps .vbo-showprc-rateplans-wrapper {
	border-radius:0;
	border:none;
}
.steps .vbo-showprc-price-entry {
	box-sizing: border-box;
	float: left;
	width: 100%;
	background-color:transparent !important;
	border:none;
}
.steps .booknow {
	background-color: #58595b;
	cursor: pointer;
	border-radius: 0;
	color: #fff !important;
	font-size: 16px;
	margin: 13px 0 0px;
	padding: 0 20px;
	width: auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border:none;
}
.steps .booknow:hover {
	background-color: #91c5cc;
}
.steps.cart .table.vbtableorder {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
}
.steps.cart .vbtableorder .vbtableorderfrow td {
	border-radius: 0;
	background: #58595b;
	color:#fff;
}
.steps.cart .vbo-oconfirm-roomname {
	color: #58595b;
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 400;
}
.steps.cart .vbo-onconfirm-peopledet {
	float: left;
	width: 100%;
}
.steps.cart .vbo-onconfirm-peopledet img {
	float: left;
	width: auto;
	margin-right:5px;
}
.steps.cart .vbo-oconfirm-priceinfo {
	font-size: 14px;
	margin: 3px 0 0;
	float: left;
	width: 100%;
	color: #58595b;
}
.steps.cart .vbcustomfields {
	display: flex;
	display: -webkit-flex;
	width: calc(100% + 30px);
	margin: 0 0 0 -15px;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.steps.cart .vbcustomfields .vbo-oconfirm-cfield-entry {
	width: calc((100% / 3) - 30px);
	margin: 0 15px;
	float: left;
	display: block;
	position: relative;
}
.steps.cart .vbcustomfields .vbo-oconfirm-cfield-entry-separator,
.steps.cart .vbcustomfields .vbo-oconfirm-cfield-entry-separator,
.steps.cart .vbcustomfields .vbo-oconfirm-cfield-entry-textarea  {
	width: calc(100% - 30px) !important;
	color: #516a81;
	margin:30px 15px 0;
}
.steps.cart .vbcustomfields .vbseparatorcflong {
	float: left;
	width: 100%;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding:0;
	font-size: 25px;
	margin-bottom: 15px;
	text-transform:none;
}
.steps.cart .vbinput {
	float: left;
	width: 100%;
	padding: 0 15px !important;
	box-sizing: border-box;
	border: 1px solid #58595b;
	border-radius: 0;
	line-height: 32px !important;
	height: 46px;
	color: #000;
	font-size: 14px;
}
.steps.cart .vbo-oconfirm-cfield-input select,
.steps.cart .vbo-oconfirm-cfield-input select + span {
	width:100% !important;
}
.steps.cart .vbtextarea {
	width:100%;
	resize:vertical;
	border: 1px solid #58595b;
	border-radius:0;
}
.steps.cart .vbo-oconfirm-paymentopts {
	border-top: none;
	border-bottom: none;
}
.steps.cart .vbchoosepayment {
	float: left;
	width: 100%;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 25px;
	margin-bottom: 15px;
	text-transform: none;
	color:#58595b;
}
.steps.cart .vbchoosepayment + ul li {
	background: no-repeat;
}
.steps.cart .vbo-alert-container-confirm {
	background-color: #91c5cc;
}
.steps .vbvordudata,
.steps .vbvordcosts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* K2 Items */
.itemView {
	-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:30px 4%;
}
.itemView .image_area {
    float: right;
    width: calc(200% / 3);
}
.itemView .image_area.left {
    float: left;
}
.itemView .text_area {
    float: right;
    width: calc(100% / 3);
}
.itemView .text_area.left {
    float: left;
}
.itemView .itemImage {
	margin-bottom:30px;
}
.itemView .itemImage img {
	-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;
	width:100%;
	padding-left:30px;
}
.itemView .image_area.left .itemImage img {
	padding-left:0;
	padding-right:30px;
}
.itemView h2.itemTitle {
	float: left;
	width: 100%;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 0;
	font-size: 35px;
}
.itemView .itemIntroText {
	float: left;
	width: 100%;
}
.itemView .itemFullText {
	margin-top:30px;
	float: left;
	width: 100%;
}
.itemView .itemIntroText p {
	color: #58595b;
	font-size: 18px;
	font-weight: 300;
	margin: 10px 0 0;
	line-height: 25px;
}
.itemView .itemFullText p {
	font-size: 15px;
	color: #58595b;
}

/* Contact Page */
.contact_page {
	float: left;
	width: 100%;
	padding: 30px 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display:flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.contact_page .map_area {
	float: left;
	width: calc(60% - 15px);
}
.contact_page .content_area {
	float: right;
	width: calc(40% - 15px);
}
.contact_page .content_area h2 {
	float: left;
	width: 100%;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 0;
	font-size: 35px;
}
.contact_page .content_area .rsform-block {
	float:left;
	width:100%;
}
.contact_page .content_area .rsform-block-text .formBody {
	color: #58595b;
	font-size: 18px;
	font-weight: 300;
	margin: 15px 0 30px;
	line-height: 25px;
}
.contact_page .content_area .rsform-block .formCaption {
	display: block;
	float: left;
	width: 100%;
	min-height: 12px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 600;
}
.contact_page .content_area .rsform-block .formBody {
	display: block;
	float: left;
	width: 100%;
}
.contact_page .content_area .rsform-block .formBody input,
.contact_page .content_area .rsform-block .formBody select,
.contact_page .content_area .rsform-block .formBody textarea {
	float: left;
	width: 100%;
	border:1px solid #58595b;
	box-shadow:none;
}
.contact_page .content_area .rsform-block .formBody select + span {
	width: 100% !important;
}
.contact_page .content_area .rsform-block .formBody button {
	background: #58595b;
	font-size: 16px !important;
	width: auto;
	text-align: center;
	margin: 20px 0 0;
	border: none;
	border-radius: 0;
	color: #fff !important;
	line-height: 44px;
	height: 45px;
	transition: 0.3s ease 0s;
	padding: 0 30px;
}
#cavas_id158 {
	height: 100% !important;
}
/*rs form*/
#userForm {
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
	padding: 0 4%;
}
.formHorizontal.formContainer {
	width: 100%;
	position: relative;
	float: left;
	padding: 50px 0;
}
.formColumn {
	position: relative;
	width: calc(50% - 15px);
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.formColumn:nth-child(1) {
	margin: 0 30px 0 0;
}
.formColumn h2 {
	font-size: 35px;
	margin: 0 0 20px;
}
.rsform-block {
	width: 100%;
	position: relative;
	float: left;
}
.formControls {
	width: 100%;
	position: relative;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.formCaption {
	width: 100% !important;
	position: relative;
	float: left;
	margin: 0 0 15px;
}
.formBody {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 15px;
}
.formBody input {
	width: 100%;
	position: relative;
}
.formBody textarea {
	width: 100%;
	resize: vertical;
}
.select2.select2-container.select2-container--default {
	width: 100% !important;
}
.grecaptcha-badge {
	display: none;
}



@media (max-width: 1500px) {
	.vikbooking .left_area,
	.vikbooking .right_area,
	.itemView .image_area,
	.itemView .text_area {
		width: 50%;
	}
}
@media (max-width: 1300px) {
	.room_details .left_area,
	.room_details .right_area{
		width: 50%;
	}
}
@media (max-width: 1000px) {
	.vikbooking .vbo-search-inpblock-checkin,
	.vikbooking .vbo-search-inpblock-checkout{
		width: 100%;
	}
}
@media (max-width:970px){
	.formColumn {
		width: 100%;
	}
	.formColumn:nth-child(1){
		margin:0 0 0 0;
	}
	.rsform-block.rsform-block-text {
		margin: 0 0 25px;
	}

}
@media (max-width: 940px) {
	.room_details .left_area,
	.room_details .right_area,
	.itemView .image_area,
	.itemView .text_area{
		width: 100%;
	}
	.itemView .itemImage img,
	.itemView .image_area.left .itemImage img {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.room_details .main_image {
		margin-bottom: 20px;
	}
	.room_details .main_image,
	.room_details .additional_images {
		padding-right: 0;
		margin-left: 0;
	}
}
@media (max-width: 900px) {
	.steps.cart .vbcustomfields .vbo-oconfirm-cfield-entry {
		width: calc((100% / 2) - 30px);
	}
}
@media (max-width: 800px) {
	#gkHeader {
		padding: 10px 3%;
	}
	#gkLogo {
		width: 180px;
	}
	#gkSlider {
		padding: 0 3% 20px;
	}
	#gkLangBook {
		padding: 0 3% 10px;
	}
	#gkCopyrights {
		padding: 10px 3%;
	}
	#AWMobileMenuLabel {
		margin: 17px 10px 0 0;
	}
	div#awMobileMenuToggler {
		top: 10px;
	}
	.accordeonck ul {
		padding-top: 80px;
	}
	div#awMobileMenu > .accordeonck {
		padding: 20px 20px 0 20px;
	}
	#gkMainbody li.room_result {
		width: calc(100% / 2);
	}
	.vikbooking .left_area,
	.vikbooking .right_area {
		width: 100%;
	}
	.vikbooking .right_area img {
		display: block;
		height: auto;
		max-width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.steps .room_item {
		width: calc(100% / 2);
	}
	.contact_page {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact_page .map_area {
		float: left;
		width: 100%;
		height: 400px;
		margin-bottom: 20px;
	}
	.contact_page .content_area {
		float: right;
		width: 100%;
	}
}
@media (max-width: 750px) {
	.table-responsive tr td:nth-child(3),
	.table-responsive tr td:nth-child(4) {
		display: none;
	}
}
@media (max-width: 600px) {
	.steps.cart .vbcustomfields .vbo-oconfirm-cfield-entry {
		width: 100%;
	}
	.vboconfirmbottom .booknow {
		float: left;
		margin: 0 15px 21px 0 !important;
	}
	.vbo-oconfirm-choosedeposit-inner > div {
		clear: left;
		float: left;
		margin-bottom: 10px;
	}
}
@media (max-width: 500px) {
	#gkMainbody li.room_result {
		width: 100%;
	}
	.steps .room_item {
		width: 100%;
		margin-bottom: 40px;
	}
	.vbstepsbarcont {
		display: none;
	}
	.steps .vbo-results-head,
	.steps .vbsearchresheadcheckroom {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.steps .vbo-results-head > span,
	.steps .vbsearchresheadcheckroom > div {
		margin: 0;
	}
	.contact_page .map_area {
		float: left;
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}
	.formColumn h2 {
		font-size: 30px;
		margin: 0 0 20px;
	}
}
@media (max-width: 460px) {
	#gkLangBook {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	#gkLangBook .mod-languages {
		margin-bottom: 20px;
	}
	.room_details .book_now .vbo-search-inpblock-checkin,
	.vikbooking .vbo-search-inpblock-checkin,
	.room_details .book_now .vbo-search-inpblock-checkout,
	.vikbooking .vbo-search-inpblock-checkout,
	.room_details .book_now .vbo-search-num-racblock,
	.vikbooking .vbo-search-num-racblock,
	.room_details .book_now .vbo-search-submit, .vikbooking .vbo-search-submit{
		width: 100%;
	}
}
@media (max-width: 380px) {
	#AWMobileMenuLabel {
		display: none;
	}
	.formColumn h2 {
		font-size: 25px;
		margin: 0 0 20px;
	}
}