<!--General Settings-->
html { 
	-webkit-font-smoothing: antialiased; 
}
body {
	min-height: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	color: #323232;
	padding: 0;
	font-weight: 400;
	word-wrap: break-word;
	font-family: 'Noto Serif', serif;
    /*font-family: 'Tinos', serif;*/
}
input,
textarea {
	font-family: 'Roboto Condensed', sans-serif
}
a {
	color: #363636;
	-webkit-transition: color 0.3s linear;
	   -moz-transition: color 0.3s linear;
	     -o-transition: color 0.3s linear;
	        transition: color 0.3s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #eb592a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #363636;
}
h1 {
	font-size: 46px;  
}
h2,
.componentheading {
	font-size: 42px;
	
}
h3 {
	font-size: 24px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 20px;
}
iframe {
	max-width: 100%!important;
}

/* Template Style */

.button {
	border: 1px solid;
	float: left;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	padding: 0 25px;
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing:border-box;
}

.button:before {
	content: "";
	position: absolute;
	height: 0;
	width: 100%;
	transition: 0.3s ease 0s;
	left: 0;
	bottom: 0;
	z-index:-1;
}

.button:hover:before {
	height:100%;
}
#gkAll {
	float:left;
	width:100%;
	transition: margin 0.3s ease 0s;
	position:relative;
	z-index:2;
}
#gkMobileMenu {
	display:none;
}
.aw_page {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	position:relative;
}
.aw_smallpage {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
	max-width: 920px;
	position:relative;
}
.aw_extrasmallpage {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	position:relative;
}

#gkPageTop {
	float: left;
	position: fixed;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 15px;
	box-sizing: border-box;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	z-index:20;
	top:0;
}

#gkLogo {
	float: left;
	width: 171px;
}

#gkLogo img {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin: 19px 0;
}

#gkMainMenu {
	float: left;
	width: auto;
}

#gkExtraMenu {
	float: left;
	width: 100%;
	margin: 27px 0;
}

#gkMainMenu li {
	float: left;
	width: auto;
	padding: 0 20px;
}

#gkMainMenu li a {
	float: left;
	position: relative;
	width: auto;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	line-height:38px;
}

#gkMainMenu li a:after {
	content: "";
	width: 0;
	position: absolute;
	height: 1px;
	background-color: #6fb586;
	display: block;
	transition:all 0.3s ease 0s;
}

#gkMainMenu li.active a:after,
#gkMainMenu li a:hover:after {
	width: 100%;
}
#gkLang {
	float:right;
	min-width:171px;
}
#gkLang div.mod-languages {
	float: right;
	width: auto;
	margin: 40px 0px;
}

#gkLang div.mod-languages li,
#gkLang div.mod-languages a {
	float:left;
	width:auto;
	margin:0;
}

#gkLang div.mod-languages img {
	border: none;
	float: left;
	width: auto;
	margin-left: 15px;
}

#gkHeader {
	float: left;
	width: 100%;
}
.parallax-mirror {
	transition:margin 0.3s ease 0s;
	z-index:1 !important;
}
.gg_header {
	background-size: cover;
	background-position: center center;
	float: left;
	width: 100%;
	position: relative;
}
.gg_header .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 920px;
	background-color: rgba( 0, 0, 0, 0.50 );
	padding: 30px 15px;
}
.gg_header .content h4 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 7px;
}

.gg_header .content h2 {
	text-align: center;
	color: #fff;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.1;
	margin:10px 0 15px;
}

.gg_header .content .button {
	color:#fff;
	border-color:#fff;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	transition:all 0.3s ease 0s;
	z-index:2;
}

.gg_header .content .button:hover {
	color:#111118;
}

.gg_header .content .button:before {
	background-color:#fff;
}

#gkTop1 {
	float: left;
	width: 100%;
	position: relative;
	margin: 135px 0;
}

.gg_welcome .backtext {
	position: absolute;
	text-align: center;
	width: 100%;
	opacity: 0.07;
	font-size: 115px;
	line-height: 0.8;
	-webkit-transform:scale(1,1.4); /* Safari and Chrome */
    -moz-transform:scale(1,1.4); /* Firefox */
    -ms-transform:scale(1,1.4); /* IE 9 */
    -o-transform:scale(1,1.4); /* Opera */
    transform:scale(1,1.4); /* W3C */
}
.gg_welcome .hotel_name {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 42px;
	margin-top: 20px;
}

.gg_welcome h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 1.4;
}

.gg_welcome .title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 70px;
	position:relative
}

.gg_welcome .title::before {
	content: "";
	background-image: url('../../../images/template/tribal.svg');
	width: 135px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}

.gg_welcome .text {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
}

.gg_advandages {
	float: left;
	width: 100%;
	margin-bottom:50px;
}

.gg_advandages .content {
	display: flex;
	display: -webkit-flex;
	float: left;
	width: 100%;
}

.gg_advandages .content .block {
	float: left;
	width: calc(100% - 30px);
	margin:0 15px;
}

.gg_advandages .content .block .inner {
	float:left;
	width:100%;
	position:relative;
	padding-top:150%;
	height:0;
	overflow: hidden;
}

.gg_advandages .content .block .inner:before {
	content:"";
	position:absolute;
	width:100%;
	height:0;
	bottom:0;
	transition:0.3s ease 0s;
	background-color:rgba(0,0,0,0.5);
}

.gg_advandages .content .block .inner:hover:before {
	height:100%;
}
.gg_advandages .content .block .inner .image {
	display:none;
}
.gg_advandages .content .block .inner .texts {
	position: absolute;
	bottom: 0;
	padding: 0 40px 40px;
	transform: translateY(100%);
	margin-bottom: 60px;
	transition:0.3s ease 0s;
}

.gg_advandages .content .block .inner:hover .texts {
	transform: translateY(0);
	margin-bottom: 0;
}

.gg_advandages .content .block .inner .title {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 0.8;
	margin-bottom: 36px;
	opacity:1;
	transition:0.3s ease 0s;
}

.gg_advandages .content .block .inner:hover .title {
	opacity:0;
}

.gg_advandages .content .block .inner .text {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.gg_advandages .content .button {
	color:#fff;
	border-color:#fff;
	position:relative;
	transition:all 0.3s ease 0s;
	z-index:2;
	margin:20px 0 0;
}

.gg_advandages .content .button:hover {
	color:#111118;
}

.gg_advandages .content .button:before {
	background-color:#fff;
}

#gkFooter {
	float: left;
	width: 100%;
	background-color: #15151E;
	padding: 50px 0 0;
}

#gkFooter .logo {
	float: left;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom:20px;
}

#gkFooter .logo img {
	width: 150px;
	height: auto;
}

#gkFooter .contact_details,
#gkFooter .socials {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 25px;
}
#gkFooter .contact_details > * {
	flex-basis: 250px;
}

#gkFooter .contact_details span,
#gkFooter .socials span {
	display: table;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin-bottom:5px;
	border-color: rgba(253, 253, 253, 0.1);
}
#gkFooter .socials span {
	margin:0 15px;
}

#gkFooter .contact_details a {
	display: table;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-family: 'Roboto Condensed', sans-serif;
}
#gkFooter .copyrights {
	float: left;
	width: 100%;
	padding-bottom:10px;
}
#gkFooter .copyright {
	float: left;
	width: auto;
	color:#fff;
	line-height:25px;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
}
#gkFooter .develop {
	float: right;
	width: auto;
	color:#fff;
	line-height:25px;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
}

#gkMainbody {
	float: left;
	width: 100%;
}
#gkMainbody .catDescription {
	float: none;
	width: 100%;
	display: table;
	margin: 100px auto 150px;
	max-width: 750px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
#gkMainbody .catDescription::after {
	content: "";
	background-image: url('../../../images/template/tribal.svg');
	width: 135px;
	height: 25px;
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
}
#gkMainbody .itemListSubCategories {
	background-color: #F4F4F4;
	float: left;
	width: 100%;
}
#gkMainbody .subCategory {
	float: left;
	width: 100%;
	display: flex;
}
#gkMainbody .subCategoryImage {
	float: left;
	width: 66.66%;
	background-size:cover;
	background-position:bottom center;
}
#gkMainbody .subCategoryContent {
	float: left;
	width: 33.33%;
	padding:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#fff;
	position:relative;
	right:8%;
	margin:155px 0;
}
#gkMainbody .subCategory:nth-child(2n) .subCategoryContent {
	order:-1;
	right:auto;
	left:8%;
}
#gkMainbody .subCatSubtitle {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
}
#gkMainbody .subCatTitle a {
	float: left;
	width: 100%;
	font-size: 33px;
	font-weight: 700;
	line-height:1.2;
	margin-bottom:25px;
}
#gkMainbody .subCatTitle a:hover {
	color:#6fb586;
}
#gkMainbody .subCatDescription {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
}
#gkMainbody .subCategoryMore {
	margin-top:25px;
	position:relative;
	z-index: 1;
}
#gkMainbody .subCategoryMore:hover {
	border:1px solid #111;
    color: #fff;
}
#gkMainbody .subCategoryMore:before {
    background-color: #111111;
}

#gkGray1 {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	padding: 100px 0;
}

#ContactForm {
	float:left;
	width:100%;
	padding:100px 0;
}
#ContactForm .contact_name {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height:1;
}
.contact_description {
	float: left;
	width: 100%;
	margin: 70px 0 30px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	position:relative;
}
.contact_description:before {
	content: "";
	background-image: url('../../../images/template/tribal.svg');
	width: 135px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}
#ContactForm .contact-form {
	float: left;
	width: 100%;
}
#ContactForm .control-group,
#ContactForm .controls {
	float: left;
	width: 100%;
}
#ContactForm .control-label {
	display: none;
}
#ContactForm .controls input,
#ContactForm .controls 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;
	float: left;
	width: 100%;
	margin-bottom: 35px;
	border: 1px solid rgba(17, 17, 24, 0.2);
	line-height: 58px;
	padding: 0 24px;
	box-shadow: none;
	background-color: #fdfdfd;
	font-size:14px;
	color:#000;
}
#ContactForm .controls textarea {
	line-height: 1.4;
	padding: 16px 24px;
	resize:vertical;
	height:200px;
}
#jform_captcha {
	display: table;
	margin: 0 auto;
}
#ContactForm .controls .button {
	margin: 0 auto;
	float: none;
	display: table;
	margin-top: 30px;
	background-color: transparent;
	border-color: #6fb586;
	color:#6fb586; 
	position:relative;
	cursor:pointer;
}
#ContactForm .controls .button:hover {
	color:#fff;
}
#ContactForm .controls .button:before {
	background-color: #6fb586;
}

#gkNewsletter {
	float: left;
	width: 100%;
	padding: 100px 0;
	background-image: url('../../../images/template/newsletter.jpg');
	background-size: cover;
	background-position: center center;
	position:relative;
}
#gkNewsletter:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	top: 0;
	left:0;
}
#gkNewsletter .header {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size:40px;
	font-weight:700;
	line-height:1;
}
#gkNewsletter .acymailing_introtext {
	float: left;
	width: 100%;
	margin: 70px 0 30px !important;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	position:relative;
	color:#fff;
}
#gkNewsletter .acymailing_introtext:before {
	content: "";
	background-image: url('../../../images/template/tribal_white.svg');
	width: 135px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}
#gkNewsletter .acymailing_form {
	display: table;
	margin: 0 auto !important;
	float: none;
	width: 100%;
	max-width: 400px;
}
#gkNewsletter .fieldacyemail {
	float: left;
	width: calc(100% - 120px);
}
#gkNewsletter input {
	float: left;
	border: none;
	line-height: 50px;
	padding: 0 20px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
#gkNewsletter .acysubbuttons {
	float: right;
	width: auto;
	margin: 0;
}
#gkNewsletter .button {
	background-color: #6fb586;
	border: transparent;
	color: #fff;
	width: 120px;
	padding: 0;
	line-height: 50px;
	height: 50px;
}

.contact_details .header {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 70px;
	font-size: 36px;
}
.contact_details .content {
	float:left;
	width:100%;
}
.contact_details .text {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-top:15px;
}
.contact_details .infos {
	loat: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 50px;
}
.contact_details .infos > * {
	flex-basis: 250px;
}
.contact_details .infos > * span {
	display: table;
	margin: 0 auto;
	color: #498f60;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin-bottom: 15px;
	border-color: #498f60;
}
.contact_details .infos > * a {
	display: table;
	margin: 0 auto;
	color: #000;
	text-align: center;
	line-height: 1.5;
	font-family: 'Roboto Condensed', sans-serif;
}

/* VikBooking */
.room_list {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	padding: 100px 0;
}
.room_list .vblist li {
	margin: 0;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	border: none;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.room_list .vblistroomblock {
	display: block;
	width: 100%;
	min-height: 0;
	float: left;
	border-right: none;
	position: relative;
}
.room_list .image_container {
	order:2;
	width:50%;
	background-size:cover;
	background-position:center center;
}
.room_list .content_container {
	order:1;
	width:50%;
	background-size:cover;
	background-position:center center;
	padding:40px 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.room_list .room_name {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.room_list .room_name:hover {
    color: #6fb586;
}
.room_list .slogan {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-transform:uppercase;
}
.room_list .characteristics {
	float: left;
	width: 100%;
	margin-top:25px;
}
.room_list .characteristic {
    position: relative;
    float: left;
    width: 38px;
    height: 38px;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(50, 50, 50, 0.1);
    border-radius: 50%;
}
.room_list .characteristic img {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    top: 25%;
    left: 25%;
}
.room_list .characteristic:before {
    position: relative;
	width: 38px;
	height: 38px;
	float: left;
	line-height: 38px;
	text-align: center;
	font-size: 17px;
    clear: both;
}
.room_list .characteristic .characteristicName {
    position: absolute;
    float: left;
    clear: left;
    width: auto;
    left: 50%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #444;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 18px;
    white-space: nowrap;
    -webkit-transform: translate(-50%,45px);
    -moz-transform: translate(-50%,45px);
    -ms-transform: translate(-50%,45px);
    -o-transform: translate(-50%,45px);
    transform: translate(-50%,45px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.room_list .characteristic .characteristicName::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #444 transparent;
    position: absolute;
    top: -5px;
    left: calc(50% - 7px);
}
.room_list .characteristic:hover .characteristicName {
    opacity: 1;
    visibility: visible;
}
.room_list .description {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
}
.room_list .read_more {
	float: left;
	clear:both;
	width: auto;
	margin-top: 30px;
	font-size: 15px;
	color: #6fb586;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 40px;
	position:relative;
}
.room_list .read_more:after {
	content:"";
	width:0;
	position:absolute;
	bottom:0;
	height:1px;
	background-color:#6fb586;
	transition: all 0.3s ease 0s;
	left:0;
}
.room_list .read_more:hover:after {
	width:100%;
}

/* System Messages */
.login_page #system-message-container {
	position: fixed;
	left: 0;
	top: 92px;
	width: 100%;
	background-color: #6fb586ee;
	padding: 0 15px;
	box-sizing: border-box;
	opacity:0;
	visibility:hidden;
}

/* Login Page */
#LoginPage {
	float: left;
	width: 100%;
	max-width: 100%;
	margin: 0;
	display: block;
	position: relative;
}
#LoginPage .login {
	float: left;
	width: 100%;
	padding: 0;
	background-size: cover;
	background-position: center center;
	min-height: 800px;
}
#LoginPage .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 500px;
	background-color: rgba( 0, 0, 0, 0.50 );
	padding: 30px 0;
}
#LoginPage .login-description {
	float: left;
	width: 100%;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	padding: 0 30px;
	box-sizing: border-box;
	padding-bottom: 30px;
	text-transform: uppercase;
}
#LoginPage .form-validate {
	padding: 0 30px;
}
#LoginPage fieldset {
	border: none;
	margin:0;
	padding:0;
}
#LoginPage input {
	-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%;
	margin-bottom: 35px;
	border: 1px solid rgba(17, 17, 24, 0.2);
	line-height: 58px;
	padding: 0 24px;
	box-shadow: none;
	background-color: #fdfdfd;
	font-size: 14px;
	color: #000;
}
#LoginPage button {
	color: #fff;
	border-color: #fff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	z-index: 2;
	background-color:transparent;
	cursor:pointer;
}
#LoginPage button:hover {
	color: #111118;
}
#LoginPage button:before {
    background-color: #fff;
}

/* Gallery */
.gg_gallery {
	float: left;
	width: 100%;
}
.gg_gallery .image {
	float: left;
	width: calc(100% / 3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.gg_gallery .image img {
	float:left;
	width:100%;
	height:auto;
}




































