
#gkPage {
	overflow: hidden;
}

/* topbar */
/*
#gkTopBar .info-bar {
	min-height: 30px;
}
#gkTopBar .info-bar p {
	line-height: 20px;
	padding: 0 10px 0 10px;
}
*/
#gkTopBar .link-bar {
	width: 100%;
	clear: both;
}
#gkTopBar .booking {
	display: none;
}
#gkTopBarUsermenu {
	clear: both;
	margin: 0 auto 0 auto;
	float: none !important;
	width: 320px;	
}
#gkTopBarUsermenu ul {
	float: none !important;
	margin: 0 auto 0 auto;	
}
#gkTopBarUsermenu > ul > li {
	
}
.language-box {
	border: none;
	width: 70px;
}
.language-box ul:hover{
    height: 40px;
}
.language-box ul li{
	display: inline-block;
	border: none;
}
.language-box ul li a{
	width: 0px;
}
.language-box ul li a span{
    display: none;
}

#gkLogo.cssLogo {
	background: transparent url('../images/style1/logo_mobile.png') center no-repeat;
	width: 230px;
	height: 60px;
	margin: 0px 0px 0px 10px;
}
#gkPageTop {
	height: 60px;
}
/*
#gkTopNav{
	width: 100px;
	float: right;
	font-size: 11px;
}
#gkTopModule {
	margin: 0px;
	float: left;
	width: 70%;
	height: 44px;
}
#gkTopModule .search {
	width: 100%;
	float: left;
	margin: 3px 0 0 10px;
}
*/

/* menu */
#gkMobileMenu {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 10px 10px 0 0;
}
#gkSidebar .box {
	width: 100%;
}
#gkSidebar > div > .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 100%;
}
#gkSidebar > div > .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar > div > .box:nth-child(odd) {
	padding-right: 0px;	
}
#gkSidebar > div > .box:nth-child(even) {
	padding-left: 0px;
}

/* Search area */
#gkSearch {
	float: right;
	margin-top: 0!important;
	padding-top: 10px;
	text-align: right;
	width: 60%;
}
#gkSearch .button {
	display: none;
}
#gkSearch form {
	display: inline-block;
	padding-right: 10px;
}
#gkSearch #mod-search-searchword {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	float: right;
	margin: 0;
	width: 90%;
}
#gkMainMenu {
	margin-top: 2px!important;
}

/* gkInset */
#gkInset h3 {
	letter-spacing: 0px;
	font-size: 18px;
}

/* top links */
#gkTopLinks a {
	font-size: 14px;
}

/* footer adjustments */
#gkFooterNav {
	height: auto;
	padding-bottom: 10px;
}

.gkFooter {
}
.gkFooter ul li {
	float: none!important;	
}
.gkFooter ul li:before {
	display: none!important;
}
.gkFooter ul + p {
	border-top: 1px solid #959595;
	line-height: 2.2;
	padding-top: 10px;
}
#gkTopBar ul li {
	padding: 0 8px!important;
}

/* limitation suffixes */
.box.notablet {
	display: block!important;
}
.box.nomobile {
	display: none!important;
}
.box.onlytablet {
	display: none!important;
}
.box.onlymobile {
	display: block!important;
}
.box.notablet.nomobile {
	display: none!important;
}

/* Fix for the user profile */
.profile dt {
	width: 100% !important;
}

/* Logo */
#gkPageWrap {
	padding-top: 0!important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 0px !important;
}
.contact .contact-form input,
.contact .contact-form textarea {
	width: 100% !important;
}

/* Fix for the search */
fieldset.word #search-searchword,
fieldset.word .inputbox {
	width: 50%;
}
fieldset.phrases .ordering-box,
fieldset.only input[type="checkbox"],
fieldset.phrases input[type="radio"] {
	clear: both;
}

/* Fix for the register */
#member-registration dd {
	clear: both !important;
	display: block !important;
}

/* Fix for tables */
fieldset {
	box-sizing: border-box!important;
	max-width: 100%!important;
	width: 100%!important;
	overflow: hidden;
}

#gkMainbody table {
	font-size: 14px;
	width: 100%!important;
}

#gkMainbody table tr,
#gkMainbody table th,
#gkMainbody table td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	display: block;
	width: 100%!important;
}

@media only screen and (max-width: 400px) {
	#gkMainbody table {
		width: 100%!important;
	}
	
	#gkMainbody table tr,
	#gkMainbody table th,
	#gkMainbody table td {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		display: block;
		width: 100%!important;
	}
	
	#gkMainbody table tr {
	}
}

/* Alternative Table Code: Fix for tables */
/*
fieldset {
	-webkit-box-sizing: border-box!important;
	   -moz-box-sizing: border-box!important;
	    -ms-box-sizing: border-box!important;
	     -o-box-sizing: border-box!important;	
	        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;
	font-family: Arial, sans-serif;
}
#gkMainbody table {
	width: 540px!important;
	display: block!important;
	padding: 30px 0 20px 0;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}
#gkMainbody table tbody,
#gkMainbody table thead,
#gkMainbody table tfoot {
	width: 540px!important;
	display: table;
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) and (-moz-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (-o-max-device-pixel-ratio: 1.5/1), only screen  and (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (max-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 2) {
	#gkMainbody table {
		width: 260px!important;
	}
}

@media only screen and (max-width: 480px) and (orientation:landscape), only screen and (max-device-width: 480px) and (-moz-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (-o-max-device-pixel-ratio: 1.5/1) and (orientation:landscape), only screen  and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 960px) and (-moz-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (-o-min-device-pixel-ratio: 2/1) and (orientation:landscape), only screen and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (min-device-pixel-ratio: 2) and (orientation:landscape) {
	#gkMainbody table {
		width: 420px!important;
	}
}
*/

/* Top1*/

/* top/bottom modules */
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	float: left!important;	
}
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	width: 100%!important;
}
.box.gkmod-more.gkmod-last-1:last-child,
.box.gkmod-more.gkmod-last-2:last-child,
.box.gkmod-more.gkmod-last-2:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:last-child,
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* bottom3 */
#gkBottom3 .box.gkmod-2 {
	width: 50%!important;
}
#gkBottom3 .box.gkmod-3 {
	width: 50%!important;
}
#gkBottom3 .box.gkmod-3:nth-child(3) {
	clear: both!important;
	width: 100%!important;
}
#gkBottom3 .box.gkmod-4,
#gkBottom3 .box.gkmod-more {
	width: 50%!important;
}
#gkBottom3 .box.gkmod-4:nth-child(2n+1),
#gkBottom3 .box.gkmod-more:nth-child(2n+1) {
	clear: both!important;
}
#gkBottom3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
#gkBottom3 .box.gkmod-more.gkmod-last-2:last-child,
#gkBottom3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
#gkPageWrap #gkBottom3 .box.gkmod-more.gkmod-last-3:last-child {
	width: 100%!important;
}
#gkPageWrap #gkBottom3 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap #gkBottom3 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 50%!important;
}

/* top/bottom modules */
body #gkPage .box {
	margin-bottom: 20px!important;
}

/* 3-column layout */
.gkCols3 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more,
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 100%!important;
}

/* 4-column layout */
body .gkCols4 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
body .gkCols4 .box.gkmod-1,
body .gkCols4 .box.gkmod-2,
body .gkCols4 .box.gkmod-3,
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more,
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-more:nth-child(1n) { 
	clear: both; 
}
body .gkCols6 .box.gkmod-1,
body .gkCols6 .box.gkmod-2,
body .gkCols6 .box.gkmod-3,
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 100%!important;
}

/* article fix */
#gkContent article > time {
	display: none!important;
}
#gkContent article > time + header {
	padding-left: 0!important;
}
#gkContent article header li.itemDate,
#gkContent article header li.item-date {
	display: block;
}

/* NSP adjustments */
.nspArtPage .nspArt {
	border-top: 1px solid #eee!important;
	border-left: none!important;
	padding-bottom: 20px!important;
	padding-top: 20px!important;
	width: 100%!important;
}
.nspArtPage .nspArt:first-child {
	border-top: none!important;
}

/* suffix mobilelayout */
.mobilelayout .gkArtContentWrap {
	clear: both;
	padding-top: 10px;
}

/* Tabs GK5 adjustments */
.gkTabsNav {
	height: auto!important;
	min-height: 40px!important;
	overflow: hidden;
}

.gkTabsNav li {
	width: 100%!important;
}

/* BannerOverlay */
#gkBannerOverlay {
	margin-top: 0px;
	top: 0;
	height: 360px;
}
/* Banner Search */
#gkBannerOverlay .BannerSearch {
	height: 200px;
}
.reserve-form-area {
	margin: 0px 10px 0 10px;	
}
.reserve-form-area ul li {
	float: left;
	height: 55px !important;
	letter-spacing: 0px !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
.reserve-form-area ul li:first-child label {
	margin: 0px !important;	
}
.reserve-form-area ul li:first-child input[type="text"],
.reserve-form-area ul li:nth-child(2) input[type="text"] {
	width: 90% !important;
}
.reserve-form-area .li-select,
.reserve-form-area select {
	width: 100% !important;
}
.reserve-form-area ul li:nth-child(3) {
	margin-left: 0px;	
}
.reserve-form-area ul li:nth-child(3),
.reserve-form-area ul li:nth-child(4),
.reserve-form-area ul li:nth-child(5) {
	width: 20% !important;	
}
.reserve-form-area ul li:nth-child(6) {
	width: 40% !important;	
}
.reserve-form-area ul li:nth-child(6) input[type="text"] {
	width: 88% !important;
}
.reserve-form-area ul li:nth-child(7) {
	width: 97% !important;	
}
.reserve-form-area .li-search {
	margin-top: 10px;
}

/* Banner Mod */
#gkBannerOverlay .BannerMod {
	height: 160px;
}
#gkBannerOverlay .BannerMod ul li {
	letter-spacing: 1px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	clear: both;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	border-right: none;
}
#gkBannerOverlay .BannerMod i {
    padding-right: 10px;
}

/* GK Slideshow */
.gkIsWrapper-gk_storebox {
	min-height: 130px !important;
}
.gkIsWrapper-gk_storebox figcaption {
}
.gkIsWrapper-gk_storebox figcaption h1 {
}
.gkIsWrapper-gk_storebox figcaption h2 {
}
.gkIsWrapper-gk_storebox figcaption .readmore {
}
.gkIsWrapper-gk_storebox .gkIsPrev, 
.gkIsWrapper-gk_storebox .gkIsNext {
	display: none;
}

/* 4-column layout */
body .zoo-list4 .box.zoomod-more:nth-child(1n) {
	clear: both;
}
body .zoo-list4 .box.zoomod-1,
body .zoo-list4 .box.zoomod-2,
body .zoo-list4 .box.zoomod-3,
body .zoo-list4 .box.zoomod-4,
body .zoo-list4 .box.zoomod-more,
body .zoo-list4 .box.zoomod-more.zoomod-last-1:last-child,
body .zoo-list4 .box.zoomod-more.zoomod-last-2:last-child,
body .zoo-list4 .box.zoomod-more.zoomod-last-2:nth-last-child(2),
body .zoo-list4 .box.zoomod-more.zoomod-last-3:last-child,
body .zoo-list4 .box.zoomod-more.zoomod-last-3:nth-last-child(2),
body .zoo-list4 .box.zoomod-more.zoomod-last-3:nth-last-child(3) {
	width: 100%!important;
}