
/* Basic elements */
html { -webkit-font-smoothing: antialiased; }
body {
	min-height: 100%;
	background: #fff url('../images/style1/body-bg.png') repeat;
	font-size: 14px;
	line-height: 1.6;
	color: #727272;
	padding: 0px !important;
	font-weight: 300;
	word-wrap: break-word;
}
body[data-bg="1"] {
	/*background: #000000 url('../images/page_bg1.jpg') no-repeat center 0;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #063555),
	color-stop(1, #0064A7));
	background-image: -o-linear-gradient(bottom, #063555 0%, #0064A7 100%);
	background-image: -moz-linear-gradient(bottom, #063555 0%, #0064A7 100%);
	background-image: -webkit-linear-gradient(bottom, #063555 0%, #0064A7 100%);
	background-image: -ms-linear-gradient(bottom, #063555 0%, #0064A7 100%);
	background-image: linear-gradient(to bottom, #063555 0%, #0064A7 100%);
	*/
}
body[data-bg="2"] {
	/*
	background: #fff url('../images/bg2.jpg') repeat 0 0;
	*/
}
body[data-bg="3"] {
	/*
	background: #fff url('../images/bg3.jpg') repeat 0 0;
	*/
}
a {
	color: #8c0b05;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	   -moz-transition: background-color 0.2s linear, color 0.2s linear;
	     -o-transition: background-color 0.2s linear, color 0.2s linear;
	        transition: background-color 0.2s linear, color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;  
}
h2,
.componentheading {
	text-transform: uppercase;
	font-size: 25px;
	color: #000000;
}
h3 {
	text-transform: uppercase;
	font-size: 19px;
}
h4 {
	font-size: 125%;
	text-transform: uppercase;
}
h5 {
	font-size: 110%;
	text-transform: uppercase;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 2.0;
}
p {
	margin: 0.5em 0 1.0em;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; 
}
iframe {
	max-width: 100%!important;
}
/* Containers */
#gkPage {
	background: #ffffff;
	-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: 30px auto 30px auto!important;
	padding: 0px;
	display: block;
	overflow: visible;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

#gkPageTop {
	height: 100px;
	position: relative;
	z-index: 103;
	background: #f5f5f5;
}

#gkPageWrap {
	margin: 0 auto;
}
#gkPageContent {
	width: 96%;
	margin: 0 auto;
}
#gkSidebar,
#gkMainbody,
#gkBreadcrumb {
	margin-top: 20px!important;
}

#gkMainbody {
	min-height: 300px;
}

.noMainbody #gkMainbody { display: none !important}

/* Logo  */
#gkLogo {
	margin: 10px 0 0px 20px;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 320px;
	display: block;
	float: left;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	background: transparent url('../images/style1/logo.png') center no-repeat;
	/* You can specify there logo size and background */
	/*height: 110px;*/
	width: 320px;
	height: 80px;
	z-index: 9999;
	position: absolute;
}
#gkLogo.text {
	color: #000;
	font-size: 36px;
	min-height: 80px;
	padding: 0;
	text-indent: 0;
}
#gkLogo.text > span {
	display: block;
	font-size: 36px;
	line-height: 35px;
}
#gkLogo.text .gkLogoSlogan {
	color: #bbb;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

/* Top Nav */
#gkTopNav {
	color: #d81e05;
	float: right;
	margin: 0px 0 10px 0;
}

#gkTopNav ul {
	float: right;
	margin: 0 0px 0px;
}

#gkTopNav ul li {
	float: left;
	padding: 0 10px;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #555555;
}

#gkTopNav ul li a {
	color: #555555;
}

#gkTopNav ul li a:active,
#gkTopNav ul li a:focus,
#gkTopNav ul li a:hover {
	color: #000000;
}

#gkTopNav a {
	color: #d81e05;
}

#gkTopNav a:active,
#gkTopNav a:focus,
#gkTopNav a:hover {
	color: #8c0b05;
}

/* Top Module */
#gkTopModule {
	width: 30%;
	float: right;
	margin: 10px 20px 0px 0;
}

#gkTopModule .search {
	float: right;
	margin: 0px 0 0 0;
}

#gkTopModule .search {
	/*background: transparent url('../images/style1/search-bg.png') right no-repeat;*/
	width: 200px;
	height: 26px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:    inset 0 0 3px #ddd;
	-webkit-box-shadow: inset 0 0 3px #ddd;
	box-shadow:         inset 0 0 3px #ddd;
}
#gkTopModule .search .button {
	float: right;
	background: transparent url('../images/style1/search-button.png') right no-repeat;
	height: 26px;
	text-indent: -9999em;
}
#gkTopModule .search .inputbox {
	font-size: 12px;
	color: #999999;
	margin-top: -3px;
	border: none;
	background: transparent;
}

/* Topbar */
#gkTopBar {
	background: #ffffff;
	height: 40px;
	margin: 0px !important;
	width: 100% !important;
	position: relative;
}
/*
#gkTopBar > div {
	margin: 0 auto;
}

#gkTopBar ul li {
	float: right;
	padding: 0 16px;
	font: normal 11px/40px Arial, Helvetica, sans-serif;
	color: #777777;
}

#gkTopBar ul li a {
	color: #777777;
}

div.social-icons + div.mod-languages {
	margin-left: -22px;
}

#gkTopBar ul li a:active,
#gkTopBar ul li a:focus,
#gkTopBar ul li a:hover {
	color: #aaaaaa;
}
*/

/* top */
#gkTopBar p  {
	line-height: 40px;
	margin: 0;
}
#gkTopBar i  {
	font-size: 13px;
	margin: 0 5px 0 0;
}
#gkTopBar .info-bar {
	float: left;
	width: 25%;
	display: block;
	font-size: 12px;
	color: #777777;
	margin: 0px 0px 0px 20px;
}
#gkTopBar .info-bar span {
	color: #777777;
}

/*
#gkTopBar .social-icons {
	float: right;
	margin: 5px 30px 0px 0px;
}
#gkTopBar .social-icons a {
}
#gkTopBar .social-icons a.gkFb:hover {
	background-position: 18px -50px;
}
#gkTopBar .social-icons a.gkTwitter {
	background-position: -22px 2px;	
}
#gkTopBar .social-icons a.gkTwitter:hover {
	background-position: -22px -50px;
}
#gkTopBar .social-icons a.gkGplus {
	background-position: -68px 2px;
}
#gkTopBar .social-icons a.gkGplus:hover {
	background-position: -68px -50px;
}
#gkTopBar .social-icons a.gkRss {
	background-position: -115px 2px;
	border-right: 1px solid #444;
	margin-right: 32px;
}
#gkTopBar .social-icons a.gkRss:hover {
	background-position: -115px -50px;
}
*/
#gkTopBar .link-bar {
	float: right;
	width: 70%;
	display: block;
}
#gkTopBar .booking {
	position: absolute;
	right: 0;
	padding: 5px 10px 5px 10px;
}
#gkTopBar .booking p {
	background: #817038;
	color: #ffffff;
	line-height: 30px;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}
#gkTopBar .booking a {
	color: #ffffff;
}
.language-box {
	float: right;
	width: 100px;
    height: 40px;
	text-transform: uppercase;
    border-left:1px solid #f4f4f4;
	position: relative;
	z-index: 999;
}
.language-box ul{
    background: #fff;
    height: 40px;
    position: relative;
    z-index: 1;
    padding: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.language-box ul:hover{
    height: 83px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	overflow: visible;
}
.language-box ul li{
    float: none;
    margin: 0;
    padding-left: 10px;
    font-size: 11px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 40px;
}
.language-box ul li:last-child{
    border-bottom: 0;
}
.language-box ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.language-box ul li img{
    margin: 0 8px -2px 0;
}
.language-box ul li.lang-active {
	display: none;
}

/* Topbar menu */
#gkTopBarUsermenu { 
	float: right !important;
	width: 100%;
}
#gkTopBarUsermenu ul {
	float: right !important; /* Added important for iPad */
	width: auto !important;
	margin-right: 120px;
}
#gkTopBarUsermenu > ul > li {
	padding: 0 10px;
	width: auto !important; /* Added important for iPad */
	float: left;
}
#gkTopBarUsermenu > ul > li > a { 
	width: auto;
	display: inline
	float: left;
	display: block;
	height: 40px; 
	font-size: 12px;
	line-height: 40px;
	color: #000000; 
	cursor: pointer; 
}
#gkTopBarUsermenu li:hover a { 
	color: #817038; 
}
/*
#gkTopBarUsermenu > ul li ul { 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	clear: both;
	display: block;
	list-style: none; 
	padding: 12px 0; 
	position: absolute; 
	left: -9999px; 
	background: #8c0b05; 
	width: 180px; 
	z-index: 2; 
}
#gkTopBarUsermenu ul li ul li { 
	-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: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0; 
	padding: 0 24px; 
	width: 100%;
}
#gkTopBarUsermenu ul li ul li a { 
	border-top: 1px solid #61a6e6;
	color: #d9ebfc!important;
	display: block; 
	line-height: 40px;
	padding: 2px 0; 
}
#gkTopBarUsermenu ul li ul li:hover a,
#gkTopBarUsermenu ul li ul li a:hover { 
	color: #fff!important; 
}
#gkTopBarUsermenu ul li ul li:first-child a { 
	border: none; 
}
#gkTopBarUsermenu ul li:hover ul { 
	left: auto; 
	margin-left: 1px;
	opacity: 1; 
}
#gkTopBarUsermenu ul .sign-up,
#gkTopBarUsermenu ul a[title="sign-up"] { 
	background: #e5c235; 
}
*/

/* Top Banner */
#gkTopBanner {
	display: block;
	margin-top: -10px;
}
#gkTopBanner img{
	max-width: 100%;
	height: auto;
}

#gkBannerOverlay {
	position: relative;
	display: block;
	height: 160px;
	margin-top: -160px;
	z-index: 103;
    color: #ffffff;
	border-bottom: 3px solid #e4b248;
}
#gkBannerOverlay .BannerSearch {
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
}

#gkBannerOverlay .BannerMod {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	z-index: 104;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
}
#gkBannerOverlay .BannerMod ul li {
	float: left;
	display: inline-block;
    width: 25%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#gkBannerOverlay .BannerMod ul li:last-child {
    border-right: none;
}
#gkBannerOverlay .BannerMod i {
    font-size: 13px;
    color: #e4b248;
    padding-right: 20px;
}

/* Top modules */
#gkInset {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 10px 0 5px 0;
	z-index: 103;
}
#gkInset h3 {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 22px;
	color: #000000;
	padding-top: 20px;
}
#gkInset p.line {
	height: 10px;
	margin: 10px auto;
	border-top: 3px solid #e4b248;
	color: #e4b248;
	width: 80px;
}
#gkInset .inset-content {
	width: 70%;
	margin: 0 auto 0 auto;
	text-align: center;
}
#gkInset p {
	color: #777777;
}

/* standard breadcrumb */
#gkBreadcrumb {
	margin: 0 0 20px;
	padding: 6px 18px;	
	background: url('../images/style1/body-bg.png') ;
}
#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #999
}
#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 4px!important;
	color: #ccc;
}
#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 0px;
}
#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#gkBreadcrumb .breadcrumbs a { color: #000000; }
#gkBreadcrumb .breadcrumbs a:hover { color: #e74c3c;}
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec {
	background-position: 6px 50%;
}

/* Top menu */
#gkTopMenu {
	border-bottom: 3px solid #e5e5e5;
	clear: both;
	min-height: 41px;
}

#gkTopMenu ul {
	min-height: 41px;
	padding: 0 6px;
}

#gkTopMenu ul li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 11px;
	line-height: 11px;
	margin: 0;
	padding: 17px 0 13px 0;
	position: relative;
	text-transform: uppercase;
}

#gkTopMenu ul li:first-child a {
	border-left: none!important;
}

#gkTopMenu ul li:hover::after { 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #e5e5e5;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 36px;
	width: 0;
}

#gkTopMenu a {
	border-left: 1px solid #e5e5e5;
	color: #717171;
	padding: 0 12px;
}

#gkTopMenu a:active,
#gkTopMenu a:focus,
#gkTopMenu a:hover {
	color: #212121;
}

/* top & bottom modules */

#gkTop1 {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
#gkTop1 img,
#gkTop1 p.mod-img {
	padding: 0px;
	margin: 0px;
	display: block;
}
#gkTop1 p.mod-title {
	position: relative;
	height: 40px;
	margin-top: -40px;
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: 1px;
	text-indent: 10px;
	text-transform: none;
	font-weight: 400;
	overflow: hidden;
}
#gkTop1 .header {
	background: transparent !important;
}
#gkTop1 .price {
	color: #e4b248;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
#gkTop1 .readmore,
#gkTop2 .readmore,
.readmore {
	float: right;
	background: #817038;
	color: #ffffff;
	padding: 0px 10px 0 10px;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
#gkTop1 .readmore:hover,
#gkTop2 .readmore:hover,
.readmore:hover {
	background: #e4b248;
}


.booknow {
	display: inline-block;
	background: #817038;
	color: #ffffff;
	padding: 0px 10px 0 10px;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.booknow:hover {
	background: #e4b248;
}

#gkTop1 > div,
#gkTop2 > div,
#gkBottom1 > div,
#gkBottom2 > div {
	margin: 0 -14px!important;
}
#gkBottom1,
#gkBottom2 {
	padding-bottom: 30px;
}

#gkTop2,
#gkBottom1,
#gkBottom2 {
	margin-top: 10px!important;
	padding-bottom: 10px !important;
}

#gkTop2 {
	/*border-bottom: 1px solid #dddddd;*/
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#gkTop2 h5 {
	margin: 8px 0 8px 0;
}

/* Bottom I modules */
#gkBottom1 {
	border-top: 4px solid #e5e5e5;
	margin-top: 28px;
	padding: 35px 0 0 0;
}

#gkBottom1 .header {
	background: transparent!important;
}

#gkBottom1 a {
	color: #2f3336;
}

#gkBottom1 a:active,
#gkBottom1 a:focus,
#gkBottom1 a:hover {
	color: #8c0b05;
}

/* Bottom II modules */
#gkBottom2Wrap {
	width: 100%;
	background: #f5f5f5;
}
#gkBottom2 {
	-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: 14px;
	margin-top: 0!important;
	padding: 30px !important;
	width: 100%;
}
#gkBottom2 i {
	color: #e4b248;
	padding: 0px 10px 0 0;
}
#gkBottom2 a {
	color: #727272;
}
#gkBottom2 a:active,
#gkBottom2 a:focus,
#gkBottom2 a:hover {
	color: #817038;
}

#gkBottom2 .header,
#gkBottom2 .header > span,
#gkBottom2 .header > span > a {
	background: transparent;
	color: #817038;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	min-height: 22px;
	padding: 0!important;
	text-transform: uppercase;
}

#gkBottom2 .header > span > a:hover {
	color: #e74c3c;
}

/* gkFooter */
.gkFooter {
	background: #f5f5f5;
	color: #727272;
	font-size: 12px;
	line-height: 20px;
	min-height: 80px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #e5e5e5;
	display: block;
	overflow: hidden;
}
.gkFooterInner {
	width: 100%;
}
.gkFooter a {
	color: #817038;
}
.gkFooter a:active,
.gkFooter a:focus,
.gkFooter a:hover {
	color: #727272;
}

/* Start FooterLeft */
#gkFooterLeft {
	float: left;
	width: 50%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#gkFooterNav {
	width: 100%;
	height: 30px;
	margin-top: 3px;
}
#gkFooterNav ul li {
	float: left;
	line-height: 20px;
	margin: 0px 12px 0 0;
}
#gkFooterNav ul li a {
	color: #727272;
	font-weight: 400;
	text-transform: uppercase;	 
}
#gkFooterNav ul li a:active,
#gkFooterNav ul li a:focus,
#gkFooterNav ul li a:hover {
	color: #817038;
}
#gkSocial {
	width: 100%;
}
#gkSocial p {
	float: right;
}
#gkSocial a {
	background: url('../images/social.png') 0 0 no-repeat;
	text-indent: -9999em;
	display: inline-block;
	height: 36px;
	width: 36px;
	margin: 0 3px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
}
#gkSocial a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#gkSocial a.gkFb {
	background-position: 0px 0px;	
}
#gkSocial a.gkFb:hover {
	background-position: 0px -36px;
}
#gkSocial a.gkTwitter {
	background-position: -36px 0px;	
}
#gkSocial a.gkTwitter:hover {
	background-position: -36px -36px;
}
#gkSocial a.gkGplus {
	background-position: -72px 0px;
}
#gkSocial a.gkGplus:hover {
	background-position: -72px -36px;
}
#gkSocial a.gkLinkedin {
	background-position: -108px 0px;
}
#gkSocial a.gkLinkedin:hover {
	background-position: -108px -36px;
}
#gkSocial a.gkPinterest {
	background-position: -144px 0px;
}
#gkSocial a.gkPinterest:hover {
	background-position: -144px -36px;
}
#gkSocial a.gkRss {
	background-position: -180px 0px;
	margin-right: 32px;
}
#gkSocial a.gkRss:hover {
	background-position: -180px -36px;
}
.gkCopyrights {
	float: left;
}
.gkDesign {
	display: none;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
}
/* End FooterLeft */

/* Start FooterRight */
#gkFooterRight {
	float: right;
	padding-right: 20px;
	width: 50%;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#gkFooterMod {
	float: right;
	width: 100%;
	max-width: 400px;
}
#DipLogo {
	clear: right;
	float: right;
	margin-right: 10px;
	display: none;
}
#DipLogo a {
	background: url('../images/efinity.png') 0 0 no-repeat;	
	width: 36px;
	height: 24px;
	display: block;
	text-indent: -9999em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: none;
}
#DipLogo a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: none;
}
#gkStyleArea {
	display: block;
	float: right;
	line-height: 7px;
	margin: 2px 10px 0 0px;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}
#gkStyleArea > div {
	float: left;
	margin: 0px 0 0px 0;
}
#gkStyleArea > div:first-child a {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 7px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	   -moz-transition:    -moz-transform 0.2s ease-out;
	     -o-transition:      -o-transform 0.2s ease-out;
	        transition:         transform 0.2s ease-out;
	width: 7px;
}
#gkStyleArea > div + div a {
	border: 1px solid #666;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0 4px;
	text-align: center;
	width: 12px;
}
#gkStyleArea > div:first-child a:hover {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
#gkStyleArea > div + div a:hover  {
	border: 1px solid #e5e5e5;
}
#gkStyleArea > div:first-child a {
	margin: 9px 3px 9px 0;
}
#gkStyleArea > div a {
	margin: 9px 0 9px 3px;
}
#gkColor1 {
	background: #8c0b05;
}
#gkColor2 {
	background: #fb581e;
}
#gkColor3 {
	background: #a2b269;
}
/* End FooterRight */
/* End gkFooter */

/* 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-top: 28px;
	overflow: hidden;
	width: 100%;
}
.box > div {
	overflow: hidden;
}
div.content {
	clear: both;
}
.box li a {
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
#gkContent .box:first-child {
	padding-top: 0 !important;
}

/* suffix banner */
.box.banner p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* default suffix */
.box .header {
	background: transparent url('../images/style1/body-bg.png') repeat 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
	min-height: 36px;
	text-transform: uppercase;
}

.box .header > span {
	background: #817038;
	display: block;
	float: left;
	line-height: 36px;
	padding: 0 12px;
}

/* color1 suffix */
.box.color1 .header > span {
	background: #d24747;
}

/* color2 suffix */
.box.color2 .header > span {
	background: #e5c235;
}

/* color3 suffix */
.box.color3 .header > span {
	background: #2f3336;
}

/* color4 suffix */
.box.color4 .header,
.box.color5 .header,
.box.color6 .header,
.box.color7 .header {
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	height: auto;
	margin-bottom: 30px;
	min-height: 36px;
}

.box.color4 .header > span,
.box.color5 .header > span,
.box.color6 .header > span,
.box.color7 .header > span {
	background: transparent;
	color: #d24747;
	font-size: 15px;
	line-height: 36px;
	min-height: 36px;
}

/* color5 suffix */
.box.color5 .header > span {
	color: #8c0b05;
}

/* color6 suffix */
.box.color6 .header > span {
	color: #e5c235;
}

/* color7 suffix */
.box.color7 .header > span {
	color: #2f3336;
}

/* clear suffix */
.box.clear {
	margin: 0;
}
.box.clear > div {
	margin: 0;
	padding: 0;
}
.clear div.content {
	clear: both;
}

/* nomargin suffix */
.box.nomargin {
	margin: 0!important;
}

/* nooverflow suffix */
.box.nooverflow,
.box.nooverflow > div {
	overflow: visible!important;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #a5a5a5!important;
	font-size: 9px!important;
	font-weight: 300;
	margin: 0 0 10px 0;
	min-height: 16px;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix _text */
.box_text > div {
	background: #fff;
}

/* suffix dark */
.box.dark > div {
	background: #2f3336!important;
	color: #8d8d8d;
	padding: 20px;
}

.box.dark .header {
	background: transparent!important;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark ul li {
	border-top: 1px solid #444;
	position: relative;
	padding: 4px 0;
}
.box.dark ul li:first-child {
	border-top: none;
}
.box.dark a {
	color: #fff;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #ccc;
}
.box.dark ul ul {
	margin: 0 0 0 20px;
}
.box.dark b,
.box.dark strong {
	color: #aaa;
	font-weight: bold;
}

/* suffix border */
.box.border > div {
	background: #ffffff!important;
	color: #888888;
	font-size: 11px;
	padding: 9px;
	border: 1px solid #dddddd;
}
.box.border p {
	margin: 0px;
}

.box.border .hd-date {
	padding-right: 5px;
}
.box.border .red {
	padding-left: 5px;
	color: #d81e05;
}

/* suffix light */
.box.light > div {
	background: #f8f8f8!important;
	color: #555;
	padding: 20px;
}

.box.light .header,
.box.light .header span {
	background: transparent!important;
	color: #2f3133;
	padding: 0;
}

.box.light ul {
	margin: 0;
	padding: 0;
}
.box.light ul li {
	border-top: 1px solid #e5e5e5;
	position: relative;
}
.box.light ul li:first-child {
	border-top: none;
}
.box.light ul ul {
	margin: 0 0 0 20px;
}
.box.light b,
.box.light strong {
	color: #666;
	font-weight: bold;
}

/* mainbody restrictions */
section#gkBreadcrumb + section#gkMainbody {
	margin-top: 0!important;
}
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	margin-top: 10px;
	padding-bottom: 20px;
}
#gkMainbody .box:first-child,
#gkMainbodyTop .box:first-child
#gkMainbodyBottom .box:first-child {
	margin-top: 0;
}
/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember {
	margin: 10px 0;
}
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset {
	margin: 0 0 20px;
}
#login-form fieldset p {
	margin: 0.5em 0;
}
#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 12px 0 0;
}
#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}
#login-form ul li a {
	color: #999;
}
#login-form ul li a:hover {
	color: #222;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.logout-button .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}
.gkUsermenu {
	border-top: 1px solid #e5e5e5;
	clear: both;
	padding-top: 10px;
	position: relative;
	top: 10px;
}
.gkUsermenu li {
	font-size: 12px;
	padding-left: 16px;
}
/* Login with Facebook button */
span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 2px 7px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	border: 1px solid #4d576b;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 2px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 17px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-out;
	   -moz-transition: background-color 0.2s ease-out;
	     -o-transition: background-color 0.2s ease-out;
	        transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}
span#fb-auth:hover {
	background-color: #556b9b;
}
.login span#fb-auth {
	margin: 6px 0 0 10px;
}

/* fix for the tablets */
body[data-tablet="true"] #gkTopBar {
	height: auto!important;
	min-height: 40px!important;
	overflow: hidden;
	position: static!important;
	width: auto!important;
}
body[data-tablet="true"] #gkTopBar > div > nav {
	float: right!important;
}
body[data-tablet="true"] #gkTopBar nav#gkTopBarUsermenu {
	clear: both;
	float: left!important;
}
body[data-tablet="true"] #gkTopBarUsermenu,
body[data-tablet="true"] #gkTopBarUsermenu ul,
body[data-tablet="true"] #gkTopBarUsermenu ul > li {
	width:100%;
}
body[data-tablet="true"] #gkTopBarUsermenu ul > li a, 
body[data-tablet="true"] #gkTopBarUsermenu ul > li span {
	float: none!important;
	padding: 0!important;
	text-align: center!important;
	width:100%;
}
body[data-tablet="true"] #gkTopBarUsermenu ul ul {
	display: none!important;
}
body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}  