

@charset "UTF-8";
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background: #fff;
	color: #777;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.9;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a {
	color: #c10c1a;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #000;
}
a.inverse {
	color: #000;
}
a.inverse:hover,
a.inverse:active,
a.inverse:focus {
	color: #c10c1a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.itemBody h1,
.itemBody h2,
.itemBody h3,
.itemBody h4,
.itemBody h5,
.itemBody h6 {
	margin: 20px 0;
}
h1 {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.1;
	/* text-transform: uppercase; */
}
h2,
.componentheading {
	font-size: 36px;
	text-transform: none;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
b,
strong {
	font-weight: 600;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 1.7;
}
p {
	margin: 1em 0 2em;
}
iframe {
	max-width: 100% !important;
}
hr {
	border: none;
	border-top: 1px solid #ddd;
	clear: both;
	display: block;
	margin: 20px auto;
	width: 200px;
}
.gkPage,
#gkMainbody .content {
	margin: 0 auto !important;
	padding: 0;
}
#gkHeader {
	background-size: cover !important;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 120px;
	z-index: 2;
	background:#c10c1a;
}
#gkHeaderMod.no-shad:after {
	display:none;

}
#gkHeaderNav {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	position: relative;
	top: 0;
	-webkit-transition: margin-left .3s ease-out;
	-moz-transition: margin-left .3s ease-out;
	-ms-transition: margin-left .3s ease-out;
	-o-transition: margin-left .3s ease-out;
	transition: margin-left .3s ease-out;
	width: 1440px;
	z-index: 101;
}
#gkHeaderMod {
	background: #444;
	overflow: hidden;
	position: relative;
	text-align: center;

}
#gkHeaderMod .gkPage {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
}
#gkHeaderMod img {
	height: auto;
	left: 50%;
	max-width: none !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	will-change: top;
}
#gkHeaderMod > .parallax-img.gk-vertical {
	height: 100%;
	width: auto;
}
#gkHeaderMod > .parallax-img.gk-horizontal {
	height: auto;
	width: 100%;
}
#gkHeaderMod h1 {
	color: #fff;
}
#gkHeaderMod h1 + p,
#gkHeaderMod h1 + h2 {
	margin-top: 10px;
}
#gkHeaderMod h2,
#gkHeaderMod h1 + p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
}
#gkHeaderMod .btn-border {
	margin: 80px 5px 0 5px;
}
#gkHeaderMod .btn-border:hover {
	border-color: #000 !important;
	color: #000 !important;
}
#gkHeaderMod .btn-thin-border {
	background: transparent !important;
	border: 1px solid #eeaa33 !important;
	color: #eba034 !important;
	margin: 80px 5px 0 5px;
}
#gkHeaderMod .btn-thin-border:hover {
	border-color: #fff !important;
	color: #fff !important;
}
#gkHeaderMod sub {
	bottom: 65px;
	color: #fff;
	font-size: 12px;
	left: 0;
	letter-spacing: 2px;
	line-height: 1.8;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}
#gkHeaderMod .big-icon {
	color: #eeaa33;
	font-size: 60px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: -130px;
}
#gkBg {
	background: #fff;
	width: 100%;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent {
	width: 100%;
}
#gkPageContent {
	
	padding: 0 0 50px;
}
.frontpage #gkPageContent {
	padding:0;
}
#gkPageContent.gk-fixed-static-nav {
	padding: 50px 0;
}

.frontpage #gkMainbody {
	margin: 0;
	overflow: hidden;
}
.frontpage #gkMainbody .box {
	margin: 0;
}
#gkLogo {
	display: block;
	float: left;
	margin: 72px 0 0 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: auto;
}

#gkLogo img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 330px;
    max-height: 70px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	
    padding: 0 20px;
}
#gkLogo.text {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-indent: 0;
	text-transform: uppercase;
}
#gkLogo.text > span {
	display: block;
}
#gkLogo.text .gkLogoSlogan {
    display: none;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}
.dark-bg #gkLogo.text,
.dark-bg #gkMobileMenu span {
	color: #fff;   
}
.dark-bg #gkMobileMenu i,
.dark-bg #gkMobileMenu i:after,
.dark-bg #gkMobileMenu i:before {
	background: #fff;
}
.gk-fixed-nav #gkLogo.text,
.gk-fixed-nav #gkMobileMenu span {
	color: #444;
}
.gk-fixed-nav #gkMobileMenu i,
.gk-fixed-nav #gkMobileMenu i:after,
.gk-fixed-nav #gkMobileMenu i:before {
	background: #444;
}
#gkMainbody {
	margin-bottom: 60px;
	margin-top: 164px;
}
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6,
#gkBottom7,
#gkBottom8
#gkBottom9 {
	background: #fff;
	overflow: hidden;
}
#gkTop1,
#gkTop2 {
	padding: 0 0 30px 0;
}
.frontpage #gkBottom1 .box,
.frontpage #gkBottom2 .box,
.frontpage #gkBottom3 .box,
.frontpage #gkBottom4 .box,
.frontpage #gkBottom5 .box,
.frontpage #gkBottom6 .box,
.frontpage #gkBottom7 .box,
.frontpage #gkBottom8 .box {
	padding: 80px 0 100px 0;
	text-align: center;
}
#menu {
	margin: -60px 0;
	padding: 60px 0;
}
#gkBreadcrumb + .gkPage .item-info {
	margin-top: 0;
}
.breadcrumbs {
	float: left;
	font-size: 11px;
	margin: 10px 0 30px 0;
	overflow: hidden;
	padding: 0 0;
	text-align: left;
	width: 100%;
	
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.breadcrumbs li.separator {
	color: #ddd;
	font-size: 12px;
    padding: 0 6px !important;
		text-align: center;
	width: 22px;
}
.breadcrumbs > li {
	border: none !important;
	clear: none;
	display: inline-block;
}
.breadcrumbs li a {
	color: #444;
}
.breadcrumbs li a:hover {
	color: #eba034;
}
#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%;
}
#gkFooter {
	color: #444;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	padding: 0;
	text-align: center;
}
#gkFooter strong {
	color: #444;
}
#gkFooterNav {
	border-top: 1px solid #e5e5e5;
	margin: 0 auto;
	padding: 70px 0;
}
#gkFooterNav li {
	border: none;
	display: inline-block;
	float: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 21px !important;
	text-transform: uppercase;
}
#gkFooter a {
	color: #444;
	padding: 0 !important;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #eba034;
}
#gkCopyrights {
	color: #777;
	font-size: 11px;
	line-height: 40px;
	margin: 0 auto 20px;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;
}
#gkCopyrights:before {
	border-top: 1px solid #e5e5e5;
	content: "";
	left: 50%;
	margin: 0 0 0 -45px;
	position: absolute;
	top: 0;
	width: 90px;
}
#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
.box {
	line-height: 1.6;
	position: relative;
	width: 100%;
}
.box li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
	padding: 7px 0;
	border-color:   rgba(172, 145, 102, 0.18);
}
.box li:last-child {
	border-bottom: none;
}
.box li a {
	line-height: 1.0;
	text-decoration: none;    position: relative;
}
.box ul ul {
	margin-left: 20px;
}
.box .content {
	clear: both;
}

.box.clear {
	border: none !important;
	clear: none;
	padding: 0 !important;
}
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #999 !important;
	font-size: 12px !important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: none;
}
.box.light .box-wrap {
	/*background: rgba(156, 136, 99, 0.15);*/
	border: none;
	padding: 32px !important;
}
.box.border .box-wrap {
	background: none;
	border: 2px solid #ddd;
	padding: 32px !important;
}
.box .box-wrap p:last-child {
	margin-bottom: 0;
}
.box.gray-bg {
	background: #f5f5f6;
}
.box.dark-bg {
	background: #444;
	color: #fff;
}
.box.parallax-bg {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	    height: 100%;
}
.box.slideshow {
	overflow: hidden;
	position: relative;
}
.box.dark .box-wrap {
	background: #444;
	border: none;
	color: #ccc;
	padding: 32px !important;
}
.box.dark .header {
	background: transparent !important;
	line-height: 1.2;
}
.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 ul {
	margin: 0 0 0 20px;
}
.box.dark li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
}
.box.dark li:last-child {
	border-bottom: none;
}
.box.dark a {
	color: #ccc ;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #9e8f69!important; /* #a88460 */
}
.box.color .box-wrap,
.box.color-bg .box-wrap {
	background: #9e8f69;
	/* #eba034;*/
	
	border: none;
	color: rgba(255,255,255,0.85);
	padding: 32px !important;
}
.box.color .header,
.box.color-bg .header {
	background: transparent !important;
	line-height: 1.2;
}
.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6,
.box.color-bg h1,
.box.color-bg h2,
.box.color-bg h3,
.box.color-bg h4,
.box.color-bg h5,
.box.color-bg h6 {
	color: #fff;
}
.box.color ul,
.box.color-bg ul {
	margin: 0;
	padding: 0;
}
.box.color ul li,
.box.color-bg ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
}
.box.color ul li:last-child,
.box.color-bg ul li:last-child {
	border-bottom: none;
}
.box.color ul ul,
.box.color-bg ul ul {
	margin: 0 0 0 20px;
}
.box.color a,
.box.color-bg a {
	color: rgba(255,255,255,0.9) !important;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover,
.box.color-bg a:active,
.box.color-bg a:focus,
.box.color-bg a:hover {
	color: #fff !important;
}
.box.color-bg {
	background: #eba034;
	color: #fff;
}
.box.color-bg .box-wrap {
	color: #fff;
	padding: 0 !important;
}
.box.border1 .box-wrap,
.box.border2 .box-wrap {
	background: #fff;
	border: 2px solid #eba034;
	padding: 45px 45px 35px 45px;
}
.box.border1 .header,
.box.border2 .header {
	color: #eba034;
	float: left;
	font-weight: 600;
	margin: -15px 0 20px 0;
	padding: 10px 0 0 0;
}
.box.border2 .box-wrap {
	border: 2px solid #eeaa33;
}
.box.border2 .header {
	color: #eeaa33;
}
.box.border2 a {
	color: #eeaa33;
}
.box.border2 a:active,
.box.border2 a:focus,
.box.border2 a:hover {
	color: #eba034;
}
.box.nomargin {
	margin: 0 !important;
	padding: 0 !important;
}
.box.very-big-spaces {
	padding: 540px 0 !important;
}
.box.big-spaces {
	padding: 180px 0 !important;
}
.box.small-spaces {
	padding: 50px 0 !important;
}
.box.testimonials {
	overflow: hidden;
	padding: 120px 0 100px 0 !important;
	position: relative;
}
.box.testimonials:before,
.box.testimonials:after {
	background: #ddd;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 150px;
}
.box.testimonials:before {
	margin-left: -300px;
	top: 150px;
}
.box.testimonials:after {
	bottom: 130px;
	margin-left: 100px;
}
.box.small-text {
	color: #26292b;
	font-size: 14px;
	font-weight: 400;
}
.box ul.menu ul {
	margin: 0 0 32px 0;
}
.box ul.menu li li {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 6px;
}
.box.color ul.menu li li {
	border: inherit;
}
.box.color ul.menu li a:hover {
	color: inherit !important;
}
.box.color ul.menu li.active > a {
	color: #fff!important;
	font-weight: bold;
}

.box ul.menu li li a {
	margin: 0 0 0 6px;
}
.box ul.menu li.active {
}
.box ul.menu li.active > a {
	color: #c10c1a;
}
.box ul.menu .header + .content ul li:first-child {
	border-top: none;
}
.box ul.menu li a {
	color: #444;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
}
.box ul.menu li a:hover {
	color: #eba034 !important;
	padding-left: 10px;
}
.box ul.menu li li a {
	color: #777;
	font-weight: normal;
}
.box ul.menu li strong {
	display: block;
}
.parallax-bg-layer {
	background-position: center top;
	will-change: top;
}
#gkSidebar .box + .box,
#gkMainbodyTop .box + .box,
#gkMainbodyBottom .box + .box {
	margin: 50px 0 0 0;
}
#gkBottom1 > .gk-not-single-module,
#gkBottom2 > .gk-not-single-module,
#gkBottom3 > .gk-not-single-module,
#gkBottom4 > .gk-not-single-module,
#gkBottom5 > .gk-not-single-module,
#gkBottom6 > .gk-not-single-module,
#gkBottom7 > .gk-not-single-module,
#gkBottom8 > .gk-not-single-module,
#gkBottom9 > .gk-not-single-module {
	padding: 32px 0 64px 0;
}
.only-bigscreens {
	display: none;
}
.no-bigscreens {
	display: block;
}
@media (min-width: 1600px) {
	.only-bigscreens {
		display: block;
	}
	.no-bigscreens {
		display: none;
	}

}
.only-desktop {
	display: block;
}
.only-tablet {
	display: none;
}
.only-mobile {
	display: none;
}
.no-desktop {
	display: none;
}
.no-tablet {
	display: block;
}
.no-mobile {
	display: block;
}
#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 #e5e5e5;
}
#form-login-remember {
	margin: 10px 0;
}
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
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: 11px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 45px;
	font-weight: 400;
	margin: 12px 0 0 0;
	padding: 0 24px 0 12px;
	cursor: pointer;
	height: 45px;
	transition: all 0.3s ease-out 0s;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
span#fb-auth:hover {
	background-color: #556b9b;
}
.login span#fb-auth {
	margin: 0 0 32px;
}
body[data-mobile="true"] #gkMobileMenu select {
	font-size: 50px;
}
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div footer,
body > div header,
body > div section {
	clear: both;
	margin: 0 auto;
}
.gk-clearfix {
	clear: both;
}
#gkPageContent:after,
#gkContent:after,
#gkSidebar:after,
.gk-cols:after,
footer:after,
header:after,
section:after,
aside:after,
article:after,
.box:after,
.gkTabsNav:after,
.gk-features:after,
.gk-price-table:after,
.gk-testimonials > div:after,
#k2Container:after,
.single-page > .item-content:after,
.single-page > .itemComments:after,
.box .box-wrap:after,
.gk-clearfix:after {
	clear: both;
	content: "";
	display: table;
}
.component-header {
	padding: 0 0 0;
}
.component-header > h1 {
	margin: 0 0 60px;
	font-size: 36px;
}
#gkContent,
#gkSidebar,
#gk-content-wrapper {
	float: left;
	width: 100%;
}
#gkSidebar {
	float: right;
	padding-left: 45px;
}
.blog-page #gkSidebar {
	padding-top: 70px;
}
.single-page #gkSidebar {
	padding-top: 50px;
}
.tag-page #gkSidebar,
.user-page #gkSidebar,
.latest-page #gkSidebar,
.generic-page #gkSidebar {
	padding-top: 84px;
}
div[data-sidebar-pos="left"] #gkContent,
div[data-sidebar-pos="left"] #gk-content-wrapper {
	float: right;
}
div[data-sidebar-pos="left"] #gkSidebar {
	float: left;
	padding-left: 0;
	padding-right: 45px;
}
#gkMainbodyTop {
	padding-top: 50px;
}
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}
#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
	padding-top: 50px;
}
#gkMainbodyBottom {
	margin-top: 0;
	padding-top: 50px;
}
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box,
#gkBottom6 .box,
#gkBottom7 .box,
#gkBottom8 .box,
#gkBottom9 .box {
	float: left;
}
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	float: left;
}
#gkMainbody .box + .box {
	margin-top: 30px;
}
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 10px;
	padding-right: 10px;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	float: left;
	padding: 0 30px;
}
.gkCols3 .box.gkmod-1 {
	width: 100%;
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100% !important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50% !important;
}
.gkCols4 .box.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	float: left;
	padding: 0 30px;
}
.gkCols4 .box.gkmod-1 {
	width: 100%;
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100% !important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50% !important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3% !important;
}
.gkCols6 .box.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	float: left;
	padding: 0 30px;
}
.gkCols6 .box.gkmod-1 {
	width: 100%;
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
	clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66% !important;
}
.gkCols3 > div,
.gkCols4 > div,
.gkCols6 > div {
	margin: 0 -30px;
}
#gkHeaderNav .gkMainMenu {
	color: #444;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
	line-height: 18px;
	margin: 60px 0 0 0 !important;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: auto;
}
#gkHeaderNav .gkMainMenu:after {
	clear: both;
	content: "";
	display: table;
}
#gkHeaderNav .gkMainMenu .gkmenu {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a {
	padding: 12px 15px;
	letter-spacing: 2px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li {
	clear: none !important;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li > span {
	color: #444;
	display: block;
	padding: 12px 15px;
	position: relative;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a:active,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:hover,
#gkHeaderNav .gkMainMenu .gkmenu > li > a.active,
#gkHeaderNav .gkMainMenu .gkmenu > li > span.active,
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:active,
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:hover 
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a.active {
	color: #c10c1a!important;
}
#gkHeaderNav .gkMainMenu .gkmenu > li a small {
	display: block;
	font-size: 11px;
	line-height: 1;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > .childcontent,
#gkHeaderNav .gkMainMenu .gkmenu > li > .childcontent .childcontent {
	position: absolute;
	left: -9999px;
	z-index: 999;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent {
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	border-radius: 3px;
	margin-top: 0;
	text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent-inner {
	background: #fff;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .gkcol {
	padding-bottom: 0;
	border-left: 1px solid #ddd;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li {
	color: #444;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span {
	color: #444;
	padding: 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:active,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:hover,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a.active,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:active,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:hover,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span.active {
	color: #eba034;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .header {
	color: #444;
	display: block;
	font-weight: 600 !important;
	margin: 0;
	padding: 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .header a {
	color: #444;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .header small {
	color: #999;
	display: block;
	font-weight: normal;
	margin: 3px 0 0;
	text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu li .module {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 10px;
	text-align: left;
	text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol {
	float: left;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol2,
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol3,
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol4,
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol.gkcol5 {
	padding: 0 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .gkcol:first-child {
	border-left: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li:hover > .childcontent,
#gkHeaderNav .gkMainMenu .gkmenu > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent.active,
#gkHeaderNav .gkMainMenu .gkmenu > li:hover > .childcontent {
	pointer-events: auto;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent {
	pointer-events: none;
	z-index: 1000 !important;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .childcontent {
	z-index: 1001 !important;
}
#gkHeaderNav .gkMainMenu .gkmenu .childcontent .childcontent .childcontent {
	z-index: 1002 !important;
}
#gkHeaderNav .gkMainMenu .gkmenu > li .childcontent {
	margin-left: -11px;
	margin-top: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu > li .childcontent .childcontent {
	margin-left: 100px;
	margin-top: -35px !important;
}
.gk-fixed-nav .gkMainMenu > .gkmenu > li > a:hover,
.gk-fixed-nav .gkMainMenu > .gkmenu > li > a:active,
.gk-fixed-nav .gkMainMenu > .gkmenu > li > a:focus,
.gk-fixed-nav .gkMainMenu > .gkmenu > li.active > a,
.dark-bg .gk-fixed-nav .gkMainMenu > .gkmenu > li > a:hover,
.dark-bg .gk-fixed-nav .gkMainMenu > .gkmenu > li > a:active,
.dark-bg .gk-fixed-nav .gkMainMenu > .gkmenu > li > a:focus,
.dark-bg .gk-fixed-nav .gkMainMenu > .gkmenu > li.active > a {
	color: #c10c1a !important;
}
.gk-fixed-nav .gkMainMenu > .gkmenu > li > a,
.gk-fixed-nav .gkMainMenu > .gkmenu > li > span,
.dark-bg .gk-fixed-nav .gkMainMenu > .gkmenu > li > a,
.dark-bg .gk-fixed-nav .gkMainMenu > .gkmenu > li > span {
	color: #444 !important;
}
.dark-bg .gkMainMenu > .gkmenu > li > a:hover,
.dark-bg .gkMainMenu > .gkmenu > li > a:active,
.dark-bg .gkMainMenu > .gkmenu > li > a:focus,
.dark-bg .gkMainMenu > .gkmenu > li.active > a {
	/*color: rgba(255,255,255,0.75) !important;*/
	color:#c10c1a!important;
}
.dark-bg .gkMainMenu > .gkmenu > li > a,
.dark-bg .gkMainMenu > .gkmenu > li > span {
	/*color: #444 !important;*/
}

.frontpage .dark-bg .gkMainMenu > .gkmenu > li > a,
.frontpage .dark-bg .gkMainMenu > .gkmenu > li > span {
	color: #fff !important;
}
#gk-menu-overlay {
	background: rgba(68,68,68,0.9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#gk-menu-overlay-wrap {
	left: 50%;
	margin: 0 auto 0 -320px;
	max-width: 640px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10001;
}
#gk-menu-overlay-wrap .gkMainMenu {
	display: block;
	padding: 10px 0;
	position: static;
}
#gk-menu-overlay-wrap .gkMainMenu a,
#gk-menu-overlay-wrap .gkMainMenu span {
	color: #fff;
	display: block;
	font-size: 24px;
	padding: 10px 0;
}
#gk-menu-overlay-wrap .gkMainMenu a:active,
#gk-menu-overlay-wrap .gkMainMenu a:focus,
#gk-menu-overlay-wrap .gkMainMenu a:hover,
#gk-menu-overlay-wrap .gkMainMenu span:active,
#gk-menu-overlay-wrap .gkMainMenu span:focus,
#gk-menu-overlay-wrap .gkMainMenu span:hover {
	color: #eba034;
}
#gk-menu-overlay-wrap .gkMainMenu li {
	border-top: 1px solid rgba(255,255,255,0.2);
	clear: both;
	width: 100%;
}
#gk-menu-overlay-wrap .gkMainMenu li:first-child {
	border-top: none;
}
#gk-menu-overlay-wrap .gkMainMenu li.haschild,
#gk-menu-overlay-wrap .gkMainMenu li .group {
	padding-bottom: 0;
}
#gk-menu-overlay-wrap .gkMainMenu li .gkmenu {
	margin-top: 5px;
}
#gk-menu-overlay-wrap .gkMainMenu li li {
	border-top: 1px solid rgba(255,255,255,0.2);
	background: none;
}
#gk-menu-overlay-wrap .gkMainMenu li li a {
    font-size: 18px;
	padding: 8px 0;
}
#gk-menu-overlay-wrap .gkMainMenu li li:first-child {
	border-top: 1px solid rgba(255,255,255,0.2);
}
#gk-menu-overlay-wrap .gkMainMenu li li li a {
	font-size: 15px;
	padding: 4px 0;
}
#gk-menu-overlay-wrap .gkMainMenu .childcontent,
#gk-menu-overlay-wrap .gkMainMenu .childcontent .childcontent {
	display: block !important;
	height: auto !important;
	margin-left: 0 !important;
	opacity: 1 !important;
	position: static;
	width: 100% !important;
}
#gk-menu-overlay-wrap .gkMainMenu .childcontent .gkcol,
#gk-menu-overlay-wrap .gkMainMenu .childcontent .childcontent .gkcol {
	height: auto !important;
	width: 100% !important;
}
#gk-menu-overlay-wrap .module {
	display: none;
}
#gk-menu-overlay-wrap .header > a {
	color: #fff;
}
#gk-menu-overlay-wrap .header > a:active,
#gk-menu-overlay-wrap .header > a:focus,
#gk-menu-overlay-wrap .header > a:hover {
	color: #eba034;
}
#gk-menu-overlay-wrap .header > a > small {
	display: block;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close {
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 35px;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close:active,
#gk-menu-overlay-wrap #gk-menu-overlay-close:focus,
#gk-menu-overlay-wrap #gk-menu-overlay-close:hover {
	color: #eba034;
}
#gk-menu-overlay,
#gk-menu-overlay-wrap {
	display: none;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gk-menu-overlay.gk-show,
#gk-menu-overlay-wrap.gk-show {
	display: block;
}
#gk-menu-overlay.gk-active,
#gk-menu-overlay-wrap.gk-active {
	opacity: 1;
}
.gkMainMenu + #gkMobileMenu {
	display: none;
}
#gkMobileMenu {
	color: #26292b;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
	line-height: 18px;
	margin: 60px 0 0 0 !important;
	overflow: hidden;
	padding: 12px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: auto;
}
#gkMobileMenu span {
	float: left;
	margin-right: 14px;
	overflow: hidden;
	-webkit-transition: width .3s ease-out, margin-right .3s ease-out;
	-moz-transition: width .3s ease-out, margin-right .3s ease-out;
	-ms-transition: width .3s ease-out, margin-right .3s ease-out;
	-o-transition: width .3s ease-out, margin-right .3s ease-out;
	transition: width .3s ease-out, margin-right .3s ease-out;
	white-space: nowrap;
}
#gkMobileMenu:hover span {
	margin-right: 20px;
}
#gkMobileMenu i {
	background: #ffffff;
	display: block;
	float: right;
	height: 2px;
	position: relative;
	right: 0;
	text-align: center;
	top: 7px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
	width: 14px;
}
#gkMobileMenu i:before,
#gkMobileMenu i:after {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: -5px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
	width: 14px;
}
#gkMobileMenu i:after {
	top: 5px;
}
#gkHeaderNav.gk-fixed {
	width: 100%;
}
#gkHeaderNav.gk-fixed > div {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
	width: 100%;
}
#gkHeaderNav.gk-fixed-nav {
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .25);
	box-shadow: 0 0 1px rgba(0,0,0, .25);
	height: 120px;
	position: fixed;
	top: -150px;
}
#gkHeaderNav.inactive #gk-mobile-menu-text {
	width: 0 !important;
}
#gkHeaderNav.inactive #gkLogo {
	opacity: 0;
}
#gkHeaderNav.gk-fixed.inactive #gkLogo {
	opacity: 1;
}
#gkHeaderNav.show-dark i {
	/*background: #26292b;*/
}
#gkHeaderNav.show-dark i:before,
#gkHeaderNav.show-dark i:after {
	/*background: #26292b;*/
}
#gkBg {
	-webkit-transition: margin-left .3s ease-out;
	-moz-transition: margin-left .3s ease-out;
	-ms-transition: margin-left .3s ease-out;
	-o-transition: margin-left .3s ease-out;
	transition: margin-left .3s ease-out;
	z-index: 1;
}
#gkBg.menu-open {
	margin-left: -280px;
}
#gkBg.menu-visible {
	position: relative;
}
#aside-menu-toggler,
#mobile-menu-toggler {
	color: #fff;
	cursor: pointer;
	display: block !important;
	font-size: 44px;
	height: 44px;
	line-height: 44px;
	margin: 40px 0 0 0px !important;
	overflow: hidden;
	position: relative;
	width: 44px;
}
#static-aside-menu-toggler {
	cursor: pointer;
}
#aside-menu-toggler {
	float: right;
}
#mobile-menu-toggler {
	margin: 0px -15px 0 0px !important;
}
#aside-menu {
	background: #444;
	display: none;
	float: right;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	z-index: 0;
}
#aside-menu.menu-open {
	display: block;
	position: fixed;
}
#aside-menu > div {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	padding-right: 32px;
	min-width: 280px;
	max-width: 100%;
}
#aside-menu li {
	font-size: 13px;
	font-weight: 500;
	padding: 4px 0;
	text-transform: uppercase;
}
#aside-menu li a {
	color: #777;
}
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
	color: #fff;
}
#aside-menu li.last {
	margin-bottom: 12px;
}
#aside-menu li a.active {
	color: #fff;
}
#aside-menu li li {
	font-weight: 500;
	padding: 4px 0;
	text-transform: none;
}
#aside-menu li li a {
	color: #777;
}
#aside-menu li li li {
	padding-left: 10px;
}
#aside-menu li li li:before {
	content: "-";
	padding: 0 10px 0 0;
}
#close-menu {
	color: #777;
	cursor: pointer;
	font-style: normal;
	font-size: 26px;
	line-height: 17px;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 36px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 2;
}
#close-menu:hover {
	color: #fff;
}
#close-menu.menu-open {
	opacity: 1.0;
	right: 18px;
}
.gkAsideMenu > ul {
	padding: 32px 0 20px 32px;
}
.android-stock-browser #aside-menu {
	height: auto;
	min-height: 100%;
	position: absolute;
}
.android-stock-browser #aside-menu > div {
	height: auto;
	min-height: 100%;
}
#gk-menu-top,
#gk-menu-bottom {
	color: #777;
	font-size: 13px;
	padding: 15px 0;
}
#gk-menu-top a,
#gk-menu-bottom a {
	color: #fff;
}
#gk-menu-top a:active,
#gk-menu-top a:focus,
#gk-menu-top a:hover,
#gk-menu-bottom a:active,
#gk-menu-bottom a:focus,
#gk-menu-bottom a:hover {
	color: #eba034;
}
#gk-menu-top {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	margin: 5px 0 20px 32px;
}
#gk-menu-bottom {
	border-top: 1px solid rgba(255,255,255,0.15);
	margin: 20px 0 0 32px;
}
.k2FeedIcon a,
a.k2FeedIcon {
	color: #777;
	display: block;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	margin: 30px auto;
	text-align: center;
	text-transform: uppercase;
}
.k2FeedIcon a:before,
a.k2FeedIcon:before {
	color: #eba034;
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 24px;
	margin: 0 12px 0 0;
	text-indent: inherit;
}
.k2FeedIcon {
	float: none !important;
}
.activeCategory {
	background: #f5f5f6;
}
.activeCategory a {
	padding: 8px 16px !important;
}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a {
	display: block;
}
.latestView .itemsContainer {
	float: left;
}
.clr {
	clear: both;
}
.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock {
	padding: 0;
}
.itemCommentsPagination ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 80%;
}
.itemCommentsPagination ul {
	text-align: right;
}
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap {
	margin: 0 10px;
}
.itemsContainer .itemsContainerWrap .itemList article {
	margin-bottom: 50px;
}
.itemContainer {
	float: left;
}
.k2LatestCommentsBlock .k2FeedIcon {
	margin-top: 16px;
}
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
	padding: 12px 0 !important;
	list-style: none !important;
	line-height: 1.5 !important;
}
.k2LatestCommentsBlock ul li strong,
.k2TopCommentersBlock ul li strong {
	color: #444;
}
.lcUsername {
	font-weight: 500;
	font-size: 12px;
}
.k2LatestCommentsBlock li {
	border: none !important;
	margin: 0 0 12px;
}
.k2LatestCommentsBlock li > p {
	margin-bottom: 0;
}
.k2LatestCommentsBlock div {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 0 12px;
	padding: 24px;
	position: relative;
}
.k2LatestCommentsBlock div:after,
.k2LatestCommentsBlock div:before {
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	bottom: -7px;
	content: "";
	display: block;
	height: 0;
	left: 16px;
	position: absolute;
	width: 0;
}
.k2LatestCommentsBlock div:before {
	border-width: 8px 8px 0 8px;
	border-color: #e5e5e5 transparent transparent transparent;
	bottom: -8px;
	left: 15px;
}
.k2LatestCommentsBlock div p {
	font-style: italic;
	font-size: 13px;
	margin: 0.3em 0;
}
.k2LatestCommentsBlock div p a {
	color: #777;
}
.k2LatestCommentsBlock div p a:hover {
	color: #444;
}
.k2LatestCommentsBlock .lcAvatar {
	display: block;
	position: relative;
	top: -8px;
}
.k2LatestCommentsBlock .lcAvatar + strong {
	padding-top: 10px;
}
.k2LatestCommentsBlock span {
	display: block;
	font-size: 11px;
}
.k2LatestCommentsBlock .k2FeedIcon {
	text-align: center;
}
.k2LatestCommentsBlock .k2FeedIcon span {
	display: inline-block;
	font-size: 11px;
}
.k2LatestCommentsBlock .k2FeedIcon a:before {
	display: inline-block;
	font-size: 12px;
	margin: 0 6px 0 0;
}
.k2AuthorsListBlock ul li {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 32px 0;
	text-align: center;
}
.k2AuthorsListBlock ul li:first-child {
	padding-top: 12px;
}
.k2AuthorsListBlock a {
	float: none;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	color: #444;
	clear: both;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	font-size: 12px;
	line-height: 1.2;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {
	color: #eba034;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
	display: block;
	font-size: 10px;
	color: #777;
}
.abAuthorName {
	display: block;
	margin: 24px 0 6px;
}
.abAuthorAvatar img {
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	padding: 3px;
}
.abAuthorName strong {
	background: #fff;
	padding: 0 12px;
	position: relative;
	top: -4px;
	z-index: 1;
}
.abAuthorName span {
	font-size: 12px;
	font-weight: normal !important;
}
.abAuthorName:after {
	border-bottom: 1px solid #e5e5e5;
	content: "";
	display: block;
	position: relative;
	top: -12px;
	z-index: 0;
}
#gkRight .k2Avatar,
#gkLeft .k2Avatar {
	border-color: #fff;
}
.tcUsername {
	font-size: 18px;
	color: #444;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 13px;
	color: #777;
}
.tcLatestCommentDate {
	display: block;
	font-size: 11px;
	color: #999;
}
.k2ItemsBlock ul {
	/*margin-right: -20px;*/
}
.k2ItemsBlock ul li {
	margin: 0 0 12px;
	background: none !important;
	padding: 12px 20px 12px 0 !important;
	list-style: none !important;
}
.moduleItemTitle {
	color: #444;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}
.moduleItemAuthor {
	overflow: hidden;
	margin: 0 0 16px;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
}
.moduleItemAuthor a {
	color: #444;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 0 0 12px;
}
.moduleItemAuthor p {
	clear: both;
}
.moduleItemIntrotext {
	display: block;
	padding: 12px 0 0;
	line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}
.moduleItemDateCreated,
.moduleItemCategory {
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #777;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: 500;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags,
.moduleAttachments {
	overflow: hidden;
	/*
	border-top: 1px solid #e5e5e5;
	*/
	    border-top: 1px solid rgba(172, 145, 102, 0.18);
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 12px;
	color: #444;
}
.moduleItemTags a {
	float: right;
}
a.moduleItemComments {
	font-size: 12px;
}
a:hover.moduleItemComments {
	background-position: 0 100%;
	color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits {
	font-size: 90%;
}
.moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.moduleItemReadMore {
	display: block;
	clear: both;
}
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input {
	display: inline;
}
.k2LoginBlock fieldset.input p label,
.k2LoginBlock fieldset.input p input {
	display: block;
}
.k2LoginBlock fieldset.input p input[type="text"],
.k2LoginBlock fieldset.input p input[type="password"] {
	margin: 0 0 10px 0;
	width: 100%;
}
.k2UserBlock p.ubGreeting {
	border-bottom: 1px dotted #e5e5e5;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: 500;
	font-size: 14px;
}
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #777;    float: left;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
	    line-height: initial;
}
.k2CalendarLoader {
	background: #fff;
}
.k2CalendarBlock {
	margin-bottom: 8px;
}
.k2CalendarBlock table.calendar {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
	border-left: 1px solid #e5e5e5;
}
.k2CalendarBlock table.calendar tr td {
	font-size: 13px !important;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 15px !important;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #f5f5f6;
	width: 14.2%;
	color: #444;
	font-weight: 500;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
	background: #f5f5f6;
}
.k2CalendarBlock table.calendar tr td.calendarDate {
	font-size: 11px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #eba034;
	color: #fff !important;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #eba034;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #f5f5f6;
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #eba034;
	font-size: 12px;
	font-weight: bold;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #eba034;
	color: #fff !important;
	padding: 2px;
}
.calendarNavLink {
	color: #eba034;
}
.k2CategorySelectBlock form select {
	width: auto;
}
.k2ArchivesBlock ul li b {
	color: #ccc;
	font-size: 11px;
	font-weight: 400;
	padding: 0 0 0 4px;
}
.ubUserItems {
	margin: 20px 0 !important;
}
.k2TagCloudBlock a {
	color: #ccc;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 3px 6px;
}
.k2TagCloudBlock a:before {
	content: "#";
}
.k2TagCloudBlock a:active,
.k2TagCloudBlock a:focus,
.k2TagCloudBlock a:hover {
	color: #eba034;
}
#k2Container .gsc-branding-text {
	text-align: right;
}
#k2Container .gsc-control {
	width: 100%;
}
#k2Container .gs-visibleUrl {
	display: none;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
	display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserURL span,
a.ubUserURL:hover span {
	display: none;
}
span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}
.catCounter {
	color: #777;
	font-size: 11px;
	font-weight: normal;
}
.item-body {
	clear: both;
	margin: 50px 0 10px;
}
.single-page,
.blog-page {
	margin: -164px auto 0 auto !important;
}
.single-page > .header,
.blog-page > .header {
	/*margin: -80px 0 0 0;*/
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
	width: auto;
	z-index:0;
}
.single-page > .header:after,
.blog-page > .header:after {
	background: rgba(51,61,67,0.5);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: 0;
}
.single-page > .header > img,
.blog-page > .header > img {
	height: auto;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
.single-page > .header.no-image,
.blog-page > .header.no-image {
	background: #f5f5f5;
	    height: 300px;
}
.error.single-page > .header.no-image, 
.error.blog-page > .header.no-image {
    height: 520px;
}
.single-page > .header.no-image:after,
.blog-page > .header.no-image:after {
	display: none;
}
.single-page > .header .item-title-wrap,
.blog-page > .header .item-title-wrap {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    max-width: 1440px;
    left: 50%;
    width: 100%;
    /*background: rgba(0,0,0,.4);*/
    padding: 30px 0;
}
.single-page > .header .item-title,
.blog-page > .header .item-title {
	color: #fff;
	width: 70%;
	margin: auto;
}
.single-page > .header .item-desc,
.single-page > .header .item-category,
.blog-page > .header .item-desc,
.blog-page > .header .item-category {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 2.4;
}
.single-page > .header .item-desc > a,
.single-page > .header .item-category > a,
.blog-page > .header .item-desc > a,
.blog-page > .header .item-category > a {
	color: #fff;
}
.single-page > .header .item-desc > a:active,
.single-page > .header .item-desc > a:focus,
.single-page > .header .item-desc > a:hover,
.single-page > .header .item-category > a:active,
.single-page > .header .item-category > a:focus,
.single-page > .header .item-category > a:hover,
.blog-page > .header .item-desc > a:active,
.blog-page > .header .item-desc > a:focus,
.blog-page > .header .item-desc > a:hover,
.blog-page > .header .item-category > a:active,
.blog-page > .header .item-category > a:focus,
.blog-page > .header .item-category > a:hover {
	color: #eba034;
}
.single-page > .header .item-desc, .blog-page > .header .item-desc {
	line-height: 1.4;
	letter-spacing: 0;
	width: 70%;
    margin: 10px auto 0;
}
.tag-page,
.user-page,
.latest-page,
.generic-page {
    padding: 0 0 0 0;
}
.tag-page .item-list .item-view,
.user-page .item-list .item-view,
.latest-page .item-list .item-view,
.generic-page .item-list .item-view {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0 !important;
	padding: 80px 0;
}
.tag-page .item-list .item-view .item-title,
.user-page .item-list .item-view .item-title,
.latest-page .item-list .item-view .item-title,
.generic-page .item-list .item-view .item-title {
	margin: 0;
	text-align: center;
}
.tag-page .item-list .item-view .item-info,
.user-page .item-list .item-view .item-info,
.latest-page .item-list .item-view .item-info,
.generic-page .item-list .item-view .item-info {
	padding: 20px 0 0 0;
}
.tag-page .item-list .item-view .item-info > span,
.user-page .item-list .item-view .item-info > span,
.latest-page .item-list .item-view .item-info > span,
.generic-page .item-list .item-view .item-info > span {
	font-size: 11px;
	margin: 0 36px 0 0;
}
.tag-page .gkPage .item-list,
.user-page .gkPage .item-list,
.latest-page .gkPage .item-list,
.generic-page .gkPage .item-list {
	padding: 0;
}
.user-page {
    padding: 0;
}
.user-page .item-author-details {
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	z-index: 1;
}
.user-page .item-author-details img {
	border: 2px solid #fff;
	border-radius: 50%;
}
.user-page .item-author-details .item-desc + .item-desc {
	font-size: 14px;
	margin: 14px 0 0 0;
}
.single-page .itemIntroText {
	font-size: 20px;
    line-height: 1.6;
}
.single-page .itemFullText {
	font-size: 16px;
	line-height: 1.8;
}
.single-page > .item-content,
.single-page > .itemComments {
	margin: 0 auto !important;
	max-width: 960px;
	position: relative;
	width: 100%;
}
.single-page > .header sup,
.item-list .item-title sup {
	color: #ecd517;
	font-size: 20px;
	top: -1em;
}
.item-image-info {
	bottom: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 2;
	padding: 0;
	position: absolute;
	right: 75px;
	text-align: right;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
	z-index: 1;
}
.item-image-caption,
.item-image-credits {
	display: block;
	line-height: 1.4;
}
.item-info {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin: 140px 0 0;
	text-align: center;
}
.item-info li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.item-info li:before {
	background: #ccc;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: -4px;
	position: absolute;
	top: 9px;
	width: 4px;
}
.item-info li:first-child:before {
	display: none;
}
.item-info> span,
.item-info> time {
	display: inline-block;
	margin: 0 10px;
}
.itemResizer a {
	background: url('../images/k2/fonts.png') no-repeat 100% 2px;
	display: inline-block;
	height: 15px;
	position: relative;
	text-indent: -9999em;
	top: 3px;
	width: 15px;
}
.itemResizer span {
	padding: 0 6px 0 0;
}
.itemResizer #fontIncrease {
	background-position: 0 2px;
}
.smallerFontSize {
	font-size: 90% !important;
}
.largerFontSize {
	font-size: 115% !important;
}
.itemVideoEmbedded {
	margin-bottom: 20px;
}
.itemVideoCaption,
.itemVideoCredits {
	color: #999;
	display: inline-block;
	font-size: 13px;
	line-height: 2;
	padding: 0;
	text-align: center;
}
.itemAttachmentsBlock ul {
	margin: 1em 0;
}
.itemAttachmentsBlock ul li {
	list-style-type: none !important;
	padding: 0 !important;
}
.itemAttachmentsBlock ul li i {
	margin-right: 10px;
	color: #ccc;
}
.itemAttachmentsBlock ul li span {
	color: #777;
	font-weight: normal;
	font-size: 11px;
	margin-left: 12px;
}
.itemExtraFields {
	font-size: 15px;
	margin: 8px 0 24px;
	clear: both;
}
.itemExtraFields h3,
.itemAttachmentsBlock h3 {
	border-top: 1px solid #e5e5e5;
    font-size: initial;
	font-weight: 600;
	padding: 24px 0 0;
	text-transform: uppercase;
}
.itemExtraFields dl {
	overflow: hidden;
}
.itemExtraFields dt {
	clear: both;
	float: left;
	font-weight: bold;
	width: 20%;
	    
}
.itemExtraFields dd {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 80%;
}
.itemBottom {
	clear: both;
	padding: 30px 0 0;
	text-align: right;
}
.itemBottom .itemEditLink {
	clear: left;
	float: left;
	text-align: left;
	width: 49%;
}
.itemRatingBlock {
	text-align: right;
}
.itemRatingBlock span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 8px;
}
.itemRatingForm {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	margin: 0;
	text-align: center;
}
.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	float: left;
	line-height: 25px;
	font-size: 11px;
	color: #777;
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: #444;
	background: #FFFFDD;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.itemRatingForm .formLogLoading {
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
	background: url('../images/k2/star.png') left -1000px repeat-x;
}
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 6px !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
	border: none !important;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.itemRatingList a:hover {
	background-position: left center;
}
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
}
.itemLinks,
.itemTagsBlock {
	color: #777;
	line-height: 2.3;
}
.itemTags {
	float: left;
	width: 90%;
}
.itemTags li {
	display: inline-block;
	font-weight: 400;
	margin: 0 10px 0 0;
}
.itemTags li:before {
	content: "#";
	color: #ccc;
}
.itemTags li > a {
	color: #ccc;
}
.itemTags li > a:hover {
	color: #eba034;
}
.itemLinks > div {
	margin: 0 0 8px;
}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
}
.itemSocialSharing {
	margin: 20px 0 0 0;
	padding: 40px 0 0;
	text-align: center;
}
.itemSocialSharing > div {
	display: inline-block;
	margin: 0 12px;
	vertical-align: top;
}
.itemAuthorContent {
	margin: 0 0 70px;
	overflow: hidden;
}
.itemAuthorContent h3,
.itemNavigation h3 {
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	padding: 80px 0 40px;
	text-align: center;
}
.itemAuthorContent ul {
	margin: 0 !important;
	padding: 0 !important;
}
.itemAuthorContent ul[data-cols="1"] li {
	width: 100%;
}
.itemAuthorContent ul[data-cols="1"] a.itemRelTitle img {
   height: 100%!important;
   width: auto!important;
   max-width: unset!important;margin:auto;
 }
.itemAuthorContent ul[data-cols="2"] li {
	width: 50%;
}
.itemAuthorContent ul[data-cols="3"] li {
	width: 33%;
}
.itemAuthorContent ul[data-cols="4"] li {
	width: 25%;
}
.itemAuthorContent ul[data-cols="5"] li {
	width: 20%;
}
.itemAuthorContent ul li {
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0 30px !important;
	width: 20%;
}
.itemAuthorContent ul li img {
	display: block;
	margin: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.itemAuthorContent li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.itemAuthorContent + .itemAuthorContent li {
	float: left;
	width: 20%;
}
.itemAuthorContent .inverse {
	display: block;
	padding-top: 20px;
	text-align: center;
}
.itemAuthorLinks li {
	margin: 0 !important;
}
.itemNavigation {
	font-size: 14px;
	font-weight: 400;
	clear: both;
	padding: 80px 0 0 0;
}
.itemNavigation h3 {
	margin: 0 0 24px 0;
}
.itemNavigation .itemPrevious,
.itemNavigation .itemNext {
	max-width: 48%;
	overflow: hidden;
	position: relative;
}
.itemNavigation .itemPrevious {
	float: left;
	padding-left: 60px;
}
.itemNavigation .itemNext {
	float: right;
	padding-right: 60px;
}
.itemNavigation .itemPrevious:before,
.itemNavigation .itemNext:before {
	background: #444;
	content: "";
	display: block;
	height: 1px;
	left: 2px;
	position: absolute;
	top: 13px;
	width: 25px;
}
.itemNavigation .itemNext:before {
	left: auto;
	right: 2px;
}
.itemNavigation .itemPrevious:after,
.itemNavigation .itemNext:after {
	content: "";
	border: 3px solid transparent;
	border-right: 6px solid #444;
	border-left: 6px solid transparent;
	display: block;
	height: 7px;
	left: -3px;
	position: absolute;
	top: 10px;
}
.itemNavigation .itemNext:after {
	border-left: 6px solid #444;
	border-right: 6px solid transparent;
	left: auto;
	right: -3px;
}
#itemCommentsAnchor {
	clear: both;
	margin: 100px auto 0 !important;
	padding: 30px 0 0;
}
.itemComments h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 40px 0;
}
.itemCommentsList li span {
	margin-right: 20px !important;
}
.itemCommentsForm label {
	display: block;
	clear: both;
	padding: 12px 0 10px;
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
	float: left;
	margin: 0 20px 20px 0;
}
.itemCommentsForm textarea.inputbox {
	height: 200px !important;
	width: 100%;
}
.itemCommentsForm .itemCommentsFormNotes {
	color: #777;
	font-size: 13px;
	margin: -30px 0 40px;
}
.itemComments .itemCommentsList {
	padding: 0 0 24px;
}
.itemComments .itemCommentsList li {
	margin: 20px 0;
}
.itemComments .itemCommentsList li > img,
.k2LatestCommentsBlock img,
.lcAvatar img {
	border-radius: 50%;
	display: block;
	float: left;
	margin: 10px 10px 0 0;
}
.k2LatestCommentsBlock img,
.lcAvatar img {
	margin-top: 6px;
}
.itemComments .itemCommentsList li > div {
	margin: 0 0 0 120px;
	padding: 10px;
}
.itemComments .itemCommentsList li span {
	color: #999;
	margin: 0 12px 0 0;
}
.itemComments .itemCommentsList li span > a {
	font-weight: bold;
}
#submitCommentButton {
	float: left;
}
a.commentLink {
	float: right;
	font-size: 13px;
}
.itemBackToTop {
	float: right;
}
.blog-page .item-list {
	padding: 40px 0 0 0;
}
.blog-page .item-list .item-info {
	margin: 0;
}
.blog-page .item-list .item-view {
	margin: 0 0 60px 0;
	text-align: center;
}
.blog-page .item-list .item-view:last-child {
	margin: 0;
}
.blog-page .item-title {
	font-weight: bold;

	text-align: center;
}
.blog-page .cat-item-image {
    display: block;
    margin: 25px auto 20px auto;
    text-align: center;
}
.blog-page .cat-item-image img {
	width: 100%;
}
.blog-page .cat-item-intro-text {
	color: #777;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.gk-social-icons {
	cursor: pointer;
	color: #777;
	font-size: 21px;
	float: right;
	position: relative;

    clear: both;
}
.gk-social-icons > i {
	color: #777;
}
.gk-social-icons:hover > i {
	color: #eba034;
}
.gk-social-icons > span {
	background: rgba(68,68,68,0.8);
	border-radius: 3px;
	bottom: 48px;
	display: none;
	margin: 0 0 0 -55px;
	opacity: 0;
	padding: 5px 15px;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 120px;
}
.gk-social-icons > span > a,
.gk-social-icons > span > a > i {
	color: #fff;
	font-size: 12px;
}
.gk-social-icons > span > a {
	display: block;
	padding: 5px 0;
}
.gk-social-icons > span > a:active,
.gk-social-icons > span > a:focus,
.gk-social-icons > span > a:hover {
	color: #eba034;
}
.gk-social-icons > span > a > i {
	color: inherit;
	display: inline-block;
	font-size: 14px;
	width: 20px;
}
.gk-social-icons.clicked > span {
	display: block;
}
.gk-social-icons.clicked.show > span {
	bottom: 32px;
	opacity: 1;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #999;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	max-width: 100% !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #26292b;
	font-size: 14px;
	font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #26292b;
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #26292b;
	font-size: 14px;
	font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #444;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
}
textarea {
	height: auto !important;
	max-width: 100% !important;
	padding: 24px;
}
legend {
	color: #444;
}
select {
	height: inherit;
	font-family: Arial, sans-serif;
	height: 39px;
	line-height: 39px;
}
html.-moz-select {
	padding: 3px 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: rgba(0,0,0,0.7);
	box-shadow: 0 0 3px rgba(20,20,20,0.3);
	color: #000;
}
button,
.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
#gkMainbody .readmore > a,
.readon,
.btn,
.btn-border,
.btn-thin-border {
	-webkit-appearance: none;
	background: rgba(193, 12, 26, 0.9);
	border: none;
	border-radius: 1px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: auto;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 0 5px 2px 2px;
	padding: 12px 45px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
button:active,
button:focus,
button:hover,
.button:active,
.button:focus,
.button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
.pagenav-prev a:active,
.pagenav-prev a:focus,
.pagenav-prev a:hover,
.pagenav-next a:active,
.pagenav-next a:focus,
.pagenav-next a:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.readon:active,
.readon:focus,
.readon:hover,
.btn:active,
.btn:focus,
.btn:hover,
.btn-border:active,
.btn-border:focus,
.btn-border:hover,
.btn-thin-border:active,
.btn-thin-border:focus,
.btn-thin-border:hover {
	background: #222222;
}
.btn > i {
	color: #fff;
}
.btn-border {
	background: transparent !important;
	border: 2px solid #ddd !important;
	color: #26292b !important;
}
.btn-border:active,
.btn-border:focus,
.btn-border:hover {
	border-color: #000 !important;
	color: #000 !important;
}
.dark.btn-border {
	border-color: #fff !important;
	color: #fff !important;
}
.dark.btn-border:active,
.dark.btn-border:focus,
.dark.btn-border:hover {
	border-color: #eba034 !important;
	color: #eba034 !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,
.invalid-input {
	border: 1px solid rgba(193, 12, 26, 0.9) !important;
	color: #444;
	
}

label {
	color: #444;
	font-size: 12px;
	font-weight: 700;
	padding: 0 6px 0 0;
	text-transform: uppercase;
}
label.invalid {
	background: #fff;
	border: none !important;
	color: #c10c1a !important;
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px;
}
fieldset.filters > div > label {
	margin-top: 6px;
}
.item-content img,
header img,
#k2Container img {
	height: auto;
	max-width: 100%;
}
.category .children,
.blog .children {
	clear: both;
	margin-top: 32px;
}
.categories-list ul ul li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 3px solid #e5e5e5;
	padding-left: 16px;
}
.categories-list ul ul li:first-child,
.blog .items-row article header li {
	border-bottom: none;
	border-top: none;
}
.categories-list li > div p,
.category .children li > div p,
.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0;
}
.categories-list li > dl,
.category .children li > dl,
.blog .children li > dl {
	float: right;
	font-size: 11px;
	margin: 0;
}
.categories-list li > dl > dt,
.category .children li > dl > dt,
.blog .children li > dl > dt {
	float: left;
}
.categories-list li > dl > dd,
.category .children li > dl > dd,
.blog .children li > dl > dd {
	float: left;
	font-weight: 700;
	margin-left: 5px;
}
.category .children h3,
.blog .children h3 {
	color: #444;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 0 10px;
}
.category .children li,
.blog .children li {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 400;
	padding: 10px;
}
.filters .display-limit {
	float: right;
}
.filters .display-limit select {
	display: inline !important;
	float: none;
}
table {
	margin-bottom: 20px;
	width: 100%;
}
th {
	background: #f5f5f6;
	color: #444;
	font-weight: 500;
	padding: 10px;
	text-align: left;
}
th a {
}
td.list-title {
	font-weight: 400;
}
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
tbody tr td p {
	margin: .5em 0;
}
tbody tr td a,
.category .children li a {
	color: #444;
}
tbody tr td a:hover,
.category .children li a:hover {
	color: #eba034;
}
.blog .items-row {
	clear: both;
	margin-bottom: 0px;
	overflow: hidden;
}
.blog-featured .items-row {
	margin-top: 40px;
	margin-bottom: 0;
}
.blog-featured article {
	padding: 52px 0 0 0;
}
.blog-featured .items-row:first-child {
	margin-top: 0;
}
.blog .items-row.cols-2 header h2,
.blog-featured .items-row.cols-2 header h2 {
	font-size: 28px;
}
.blog .items-more {
	margin: 32px 0;
}
.blog .items-more h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.items-leading > div {
	clear: both !important;
	margin-top: 50px;
}
.items-leading > div:first-child {
	margin-top: 0;
}
.img-intro-none {
	float: none;
}
.img-intro-none img {
	float: none !important;
	margin: 0 auto;
}
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
	float: none;
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
}
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}
p.img_caption {
	display: block;
	color: #777;
	padding: 8px 0 0;
	font-size: 11px;
}
.blog div.img_caption img.caption {
	display: block;
	float: none !important;
}
.item-page ul {
	list-style-type: none;
}
.profile dl {
	margin: 32px 0;
}
.profile dt {
	clear: both;
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 400;
	min-width: 200px;
}
.contact > div {
	float: left;
	padding: 0 0 0 0;
	width: 50%;
}
.contact > div:first-child {
	
}
.contact h3 {
	font-size: 18px;
	font-weight: bold; 
}
.contact-form dl {
	float: left;
	width: 50%;
}
.contact-form p {
	margin: 0 0 20px 0;
}
.contact-form legend {
	color: #777;
	font-size: 12px;
	margin: 0 0 24px;
}
.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
	margin: 6px 0 0 0;
	width: 100%;
}
.contact-form input[type="checkbox"] {
	float: left;
	margin: 8px 6px 0 0;
}
.contact-form textarea {
	height: 210px !important;
	width: 100%;
	line-height: 1.5;
}
.contact-misc > h3 {
	padding-top: 48px;
}
.contact-misc > big {
	color: #26292b;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 48px;
}
.contact-misc > big + small {
	font-size: 14px;
}
dt.inline,
dd.inline {
	display: inline-block !important;
	float: left !important;
	margin: 12px 0 0;
	width: auto !important;
}
.jicons-text {
	color: #26292b;
	font-weight: 700;
}
.newsfeed > ol {
	list-style: none;
}
.newsfeed > ol > li {
	border-top: 1px solid #e5e5e5;
	padding: 24px 0 0;
}
.newsfeed > ol > li > a {
	font-size: 42px;
}
.contentpane iframe {
	border: 1px solid #e5e5e5;
}
.tip-wrap {
	z-index: 1;
}
.tooltip {
	background: #fff;
	border: 1px solid #e5e5e5;
	max-width: 350px;
	min-width: 160px;
	padding: 8px;
	position: absolute !important;
	opacity: 1;
	z-index: 10;
}
.tooltip.top {
	border: none;
}
.tooltip-inner strong {
	background: #eba034;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 2px 10px;
	width: 100%;
	clear: both;
	display: block;
}
.tooltip-inner {
	color: #777;
	font-size: 12px;
	padding: 0 5px;
}
.tooltip-inner br {
	display: none;
}
#system-message {
	margin: 0;
	position: relative;
}
#system-message dd ul {
	list-style: none !important;
}
#system-message dd ul,
#system-message dd ul li {
	line-height: 1;
}
#system-message dd {
	background: #444;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	min-height: 24px;
	padding: 20px;
	text-align: center;
}
#system-message dd.error {
	background: #eba034;
	color: #fff;
}
#system-message dd.notice {
	background: #eeaa33;
	color: #fff;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
.item-page > div.pagination {
	display: none !important;
}
.pagination {
	clear: both;
	margin: 60px 0 20px;
	text-align: center;
}
.pagination ul li:before {
	content: "" !important;
}
.pagination ul li {
	color: #999;
	cursor: default;
	display: inline-block;
	margin: 0;
}
.pagination ul li a,
.pagination ul li span {
	background: #e5e5e5;
	display: block;
	font-size: 12px;

	margin: 0 7px 0 0;
	min-width: 60px;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
}
.pagination ul li a:hover {
background: #a88460;
	color: #fff !important;
}
.pagination ul li.counter {
	float: right;
	font-size: 11px;
	line-height: 3.5;
	margin-right: 12px;
}
ul.pagenav {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.bannergroup:first-line,
.bannergroup_text:first-line {
	font-size: 16px;
	line-height: 3;
	font-weight: 500;
}
div.banneritem {
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 8px 0;
}
div.banneritem a {
	font-size: 14px;
	margin-bottom: 3px;
}
div.bannerfooter {
	border-top: 1px solid #e5e5e5;
	color: #eba034;
	font-size: 12px;
	padding: 5px 5px 0 0;
	text-align: right;
}
#dynamic_recaptcha_1,
#recaptcha_area {
	max-width: 480px;
	min-height: 140px;
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
	margin-bottom: 10px;
}
.pane-sliders .panel h3 {
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	margin: -1px 0 0;
	padding: 8px 0;
	text-transform: uppercase;
}
.pane-slider {
	padding-left: 32px;
}
.pagenavcounter {
	color: #444;
	font-weight: 400;
}
.article-index {
	float: right;
	margin: 0 0 30px 72px;
	width: auto;
}
.article-index h3 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 -8px;
	text-transform: uppercase;
}
.article-index li {
	font-size: 14px;
	list-style-type: none !important;
	padding: 2px 0 !important;
}
.article-index li:before {
	display: none;
}
.article-index li:first-child {
	border-top: none;
	margin-top: 10px;
}
.article-index li a.active {
	color: #444;
}
.pager {
	text-align: center;
}
.pager li {
	display: inline-block;
}
.pager li:before {
	display: none;
}
dl#tabs,
dl.tabs {
	overflow: hidden;
}
dl#tabs dt.tabs,
dl.tabs dt.tabs {
	float: left;
}
dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	border: 2px solid transparent;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
dl#tabs dt.tabs.open span h3,
dl.tabs dt.tabs.open span h3 {
	border: 2px solid #eba034;
}
dl#tabs dt.tabs.open span h3 a:hover,
dl.tabs dt.tabs.open span h3 a:hover,
dl#tabs dt.tabs.open span h3 a:focus,
dl.tabs dt.tabs.open span h3 a:focus {
	color: #eba034;
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
	cursor: pointer;
}
.search-page {
	margin: -164px auto 0 auto !important;
}
.search-page .header {
	margin: 0 0 80px 0;
	overflow: hidden;
	position: relative;
	width: auto;
}
.search-page .header:after {
	background: rgba(51,61,67,0.5);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}
.search-page .header > img {
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.search-page .header.no-image {
	background: #eba034;
}
.search-page .header.no-image:after {
	display: none;
}
.search-page .header-content {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-40%);
	-moz-transform: translateX(-50%) translateY(-40%);
	-ms-transform: translateX(-50%) translateY(-40%);
	-o-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
	width: 100%;
	z-index: 2;
}
.search-page .header-content h1 {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.search-page .header-content .searchintro {

}
.search-page .header-content .searchintro strong {
	font-weight: normal;
}
.search-page .header-content fieldset.word {
	text-align: center;
}
.search-page .header-content .btn-border {
	border-color: #fff !important;
	color: #fff !important;
	position: relative;
	top: -1px;
}
.search-page .header-content .btn-border:active,
.search-page .header-content .btn-border:focus,
.search-page .header-content .btn-border:hover {
	border-color: #444 !important;
	color: #444 !important;
}
.search-page img + .header-content .btn-border:active,
.search-page img + .header-content .btn-border:focus,
.search-page img + .header-content .btn-border:hover {
	border-color: #eba034 !important;
	color: #eba034 !important;
}
#search-searchword {
	height: 53px !important;
	width: 600px;
}
#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {
	margin-top: 11px !important;
}
#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
	float: left;
	margin-right: 5px;
}
#searchForm label,
#searchForm input {
	font-size: 14px;
	font-weight: normal;
	margin: 0 12px 0 0;
}
#finder-search button {
	float: none !important;
}
#finder-search input {
	font-size: 14px;
	float: none !important;
	font-weight: normal;
	margin: 0 12px 0 0;
	text-transform: none;
	width: 600px;
}
#finder-search .filter-branch {
	padding: 5px 0;
}
#finder-search #advanced-search-toggle {
	font-size: 14px;
	text-align: center;
}
#searchForm .word input,
#searchForm .word button {
	display: inline-block;
	float: none;
	margin: 0 auto;
}
fieldset.phrases,
fieldset.only {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.4;
}
fieldset.phrases .ordering-box {
	margin: 10px 0 5px 0;
}
#searchForm fieldset.word {
	margin: 0 0 30px;
}
#searchForm fieldset legend {
	float: left;
	padding: 0 24px 0 0;
}
#searchForm .form-limit select {
	position: relative;
	top: 0;
}
.searchintro {
	text-align: center;
}
.form-limit {
	float: right;
	margin: 24px 0 0;
}
.result-category,
.result-created {
	color: #777;
	display: inline-block;
	font-size: 12px;
	padding: 0 0 8px;
}
.result-title {
	clear: both;
	font-weight: 400;
	margin: 12px 0 0;
}
.result-text {
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 0 0 24px;
	margin: 0 0 24px;
}
#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}
.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 0;
}
.advanced-search-tip p {
	margin: 0;
}
#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 3;
	min-width: 140px;
}
#finder-filter-select-list li {
	overflow: hidden;
	padding: 0;
}
#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 30px 0;
	text-align: center;
}
#search-result-empty h2 {
	font-size: 18px;
}
.autocompleter-queried {
	color: #eba034 !important;
}
div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.search-results .highlight {
	background-color: #ffc;
	font-weight: 400;
	padding: 1px 4px;
}
#search-results .search-pages-counter {
	margin: 20px auto 0 auto;
}
.archive article {
	padding: 40px 0;
}
.archive h1,
.archive h2 {
	text-align: center;
}
.archive h1 {
	margin-bottom: 20px;
}
.archive .filters {
	text-align: center;
}
.archive .filter-search select,
.archive .filter-search button {
	display: inline-block;
	float: none;
	margin-bottom: 20px;
}
.archive .item-info {
	margin: 20px 0;
}
.archive .item-body {
	margin: 0;
	text-align: center;
}
.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 20px;
	max-width: 100% !important;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-center img {
	display: block;
	width: 100%;
}
#member-profile dt {
	float: left;
	width: 260px;
}
#member-profile dd {
	padding: 2px 0;
}
#member-profile fieldset {
	margin: 0 0 32px;
}
div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px;    position: relative;
}
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 {
	line-height: 32px;
	margin: 0 5px;
}
.mod-languages ul li.lang-active {
	font-weight: 700;
}
.mod-languages ul li a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-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: transform .1s ease-out;
	-moz-transition: transform .1s ease-out;
	-ms-transition: transform .1s ease-out;
	-o-transition: transform .1s ease-out;
	transition: transform .1s ease-out;
}
.mod-languages ul li a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
.mod-languages ul li.lang-active a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
	display: none;
}
fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders {
	margin-bottom: 30px;
}
section article:first-child,
.blog .items-more ol {
	margin-top: 0;
}
ul.pagenav .pagenav-next {
	float: right;
}
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
.blog div.img_caption {
	float: none !important;
}
div.articleContent div.content-links ul li {
	background: none !important;
	padding-left: 0 !important;
}
.item-page.edit #jform_title {
	width: 100%;
}
.item-page.edit fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 52px;
	padding: 0 0 52px;
}
.item-page.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}
.item-page.edit fieldset > div label {
	display: block;
	float: left;
	line-height: 50px;
	min-width: 160px;
}
.item-page.edit legend {
	font-size: 100% !important;
	font-style: normal !important;
	padding: 0 0 24px;
}
.item-page.edit .control-group {
	margin: 10px 0;
}
.item-page.edit #jform_articletext {
	height: 500px !important;
}
.item-page.edit .formelm {
	height: 60px;
	line-height: 60px;
	margin: 0 0 10px 0;
	width: 100%;
}
.item-page.edit .formelm label {
	display: inline-block;
	line-height: 60px;
}
.item-page.edit *[class^="icon-"] {
	display: none;
}
.item-page.edit i.icon-remove,
.item-page.edit i.icon-calendar {
	background-image: url('../../../media/jui/img/glyphicons-halflings-white.png');
	display: block;
}
.item-page.edit i.icon-remove {
	margin-top: 18px;
}
.item-page.edit .btn {
	color: #fff !important;
	padding: 12px 20px !important;
}
.item-page.edit .media-preview.add-on {
	display: none;
}
.item-page.edit .input-append > .btn {
	height: 50px !important;
	line-height: 50px;
	padding: 0 10px !important;
}
.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
	width: 100%;
}
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	height: 50px !important;
	line-height: 50px !important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 14px;
}
.calendar .button {
	display: table-cell !important;
	float: none !important;
}
.login,
.registration,
.reset,
.remind {
	border: 1px solid #e5e5e5;
	padding: 50px;
	margin: 0 auto;
	overflow: hidden;
	width: 60%;
}
.login h1,
.registration h1,
.reset h1,
.remind h1 {
	font-size: 20px;
	margin: 0 0 10px;
}
.login .login-fields,
.registration .login-fields,
.reset .login-fields,
.remind .login-fields {
	margin: 0 0 20px;
}
.login .login-fields > input,
.registration .login-fields > input,
.reset .login-fields > input,
.remind .login-fields > input {
	margin: 6px 0 0;
	min-width: 99%;
}
.login button,
.registration button,
.reset button,
.remind button {
	float: left;
}
.login li,
.registration li,
.reset li,
.remind li {
	font-size: 13px;
	float: right;
	line-height: 25px;
	margin: 12px 8px;
}
.login li .btn-border,
.registration li .btn-border,
.reset li .btn-border,
.remind li .btn-border {
	width: 100%;
}
.login li.last,
.registration li.last,
.reset li.last,
.remind li.last {
	clear: both;
	float: none;
	display: block;
	padding: 62px 0 0;
}
#adminForm div.tags {
	margin-top: 0;
}
div.tags {
	overflow: hidden;
}
span.tags-label {
	float: left;
	line-height: 30px;
	color: #777;
	font-size: 13px;
	font-style: italic;
}
div.tags {
	font-size: 13px;
}
article div.tags {
	float: none;
	display: block;
	width: 100%;
	clear: both;
	padding-top: 16px;
}
.tags a {
	display: inline-block;
	float: left;
	margin: 1px 0 0 6px;
	line-height: 2.2;
	font-style: italic;
}
.tags a:after {
	content: ",";
	color: #777;
	margin-left: 2px;
}
.tags a:last-child:after {
	content: "";
}
div.tags.tagcloud a.gk-tooltip span {
	z-index: 10;
	font-weight: bold;
	display: none;
	padding: 15px;
	margin-top: -50px;
	margin-left: 60px;
	width: 240px;
	max-width: 240px;
	line-height: 16px;
	font-size: 85%;
	font-weight: normal !important;
	transition: all 1s ease-in;
}
div.tags.tagcloud  a.gk-tooltip:hover span {
	border: 1px solid #e5e5e5;
	background: rgba(255,255,255,0.9);
	display: inline;
	position: absolute;
	color: #444;
}
div.tags.tagcloud a.gk-tooltip span img {
	max-width: 80px !important;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}
section.tag-category .chzn-container {
	display: none !important;
}
section.tag-category select {
	display: block !important;
}
.tag-category label {
	color: #444;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}
section.tag-category ul.category li img {
	clear: both;
	width: 100%;
	display: block;
	margin: 16px 0;
}
section.tag-category div.btn-group.pull-right {
	float: right;
}
section.tag-category div.btn-group label {
	margin-top: 10px;
}
section.tag-category h3 {
	margin: 0 0 32px 0;
}
section.tag-category ul.category li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	font-size: 90%;
}
section.tag-category ul.category li a {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
div.tags.tagcloud a {
	float: left;
	margin-bottom: 6px;
}
.fb_iframe_widget iframe {
	max-width: 1000px !important;
	overflow: visible;
}
.fb_iframe_widget_lift {
	max-width: inherit !important;
}
.jmodedit {
	background: #fff;
	border-radius: 3px;
	height: 40px;
	line-height: 1;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 40px;
}
.jmodedit:hover {
	background: #eba034 !important;
	border-color: #eba034 !important;
}
.jmodedit:hover .icon-edit:before {
	color: #fff;
}
.jmodedit .icon-edit:before {
	color: #eba034;
	content: "\f044";
	font-family: FontAwesome;
	font-size: 17px;
	position: relative;
	top: -1px;
}
#modules-form .btn {
	background: #eba034 !important;
	border: none;
	color: #fff !important;
}
#modules-form .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}
#modules-form .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 15px 20px 15px 0;
}
#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
	height: 50px !important;
	line-height: 50px !important;
}
#modules-form .chzn-container-single .chzn-single div b {
	background-position: 0 14px;
}
#modules-form #jform_content {
	height: 500px !important;
}
#modules-form .input-prepend .add-on {
	display: none;
}
#modules-form .accordion-heading a {
	color: #eba034;
	font-size: 20px;
	text-decoration: none !important;
}
#modules-form .accordion-heading .accordion-toggle {
	padding: 15px;
}
#modules-form .btn-group {
	padding-left: 20px;
}
#modules-form hr {
	display: none;
}
#modules-form .row-fluid {
	padding: 20px 0;
}
@font-face {
	font-family: "quark-pixellove";
	src: url("../fonts/quark-pixellove/quark-pixellove.eot");
	src: url("../fonts/quark-pixellove/quark-pixellove.eot?#iefix") format("embedded-opentype"), url("../fonts/quark-pixellove/quark-pixellove.woff") format("woff"), url("../fonts/quark-pixellove/quark-pixellove.ttf") format("truetype"), url("../fonts/quark-pixellove/quark-pixellove.svg#gk-quark") format("svg");
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: "quark-pixellove" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="gkicon-"]:before,
[class*=" gkicon-"]:before {
	font-family: "quark-pixellove" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gkicon-behance:before {
	content: "a";
}
.gkicon-bottle-glass:before {
	content: "F";
}
.gkicon-burger:before {
	content: "G";
}
.gkicon-calendar:before {
	content: "D";
}
.gkicon-cart:before {
	content: "T";
}
.gkicon-cheeseburger:before {
	content: "H";
}
.gkicon-clock:before {
	content: "E";
}
.gkicon-close:before {
	content: "p";
}
.gkicon-coffee:before {
	content: "I";
}
.gkicon-cutlery:before {
	content: "J";
}
.gkicon-dinner:before {
	content: "C";
}
.gkicon-dribbble:before {
	content: "b";
}
.gkicon-fb:before {
	content: "c";
}
.gkicon-format-aside:before {
	content: "u";
}
.gkicon-format-audio:before {
	content: "v";
}
.gkicon-format-chat:before {
	content: "w";
}
.gkicon-format-gallery:before {
	content: "x";
}
.gkicon-format-image:before {
	content: "y";
}
.gkicon-format-quote:before {
	content: "z";
}
.gkicon-format-video:before {
	content: "A";
}
.gkicon-full-screen:before {
	content: "X";
}
.gkicon-glass:before {
	content: "K";
}
.gkicon-gplus:before {
	content: "d";
}
.gkicon-headset:before {
	content: "B";
}
.gkicon-ice-cream:before {
	content: "L";
}
.gkicon-ice-cream-alt:before {
	content: "M";
}
.gkicon-instagram:before {
	content: "e";
}
.gkicon-linkedin:before {
	content: "f";
}
.gkicon-lollipop:before {
	content: "N";
}
.gkicon-lollipop-alt:before {
	content: "O";
}
.gkicon-marker:before {
	content: "g";
}
.gkicon-next:before {
	content: "s";
}
.gkicon-orange:before {
	content: "P";
}
.gkicon-pinterest:before {
	content: "h";
}
.gkicon-prev:before {
	content: "t";
}
.gkicon-profile:before {
	content: "i";
}
.gkicon-rss:before {
	content: "j";
}
.gkicon-share:before {
	content: "o";
}
.gkicon-star:before {
	content: "k";
}
.gkicon-tea-cup:before {
	content: "R";
}
.gkicon-twitter:before {
	content: "l";
}
.gkicon-vimeo:before {
	content: "m";
}
.gkicon-wine-glass:before {
	content: "S";
}
.gkicon-youtube:before {
	content: "n";
}
.gkicon-zoom:before {
	content: "r";
}
.nspMain {
	position: relative;
}
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -48px;
	z-index: 1;
}

.nspBotInterface .nspPagination {
	margin-top: 0;
}
.nspPagination {
	float: left;
	list-style-type: none !important;
	margin: 3px 0 0 0 !important;
	padding: 0 !important;
}
.nspPagination li:hover,
.nspPagination li.active {
	background: #c10c1a;
}
.nspPagination li,
.nspBotInterface .nspPagination li {
	background: #ddd;
	border-radius: 6px;
	cursor: pointer;
	display: block;
	float: left;
	height: 12px;
    margin: 0 4px 0 0 !important;
	padding: 0;
	text-indent: -999em;
	width: 12px;
}
.nspNext,
.nspPrev {
	cursor: pointer;
	float: left;
	height: 24px;
	margin: 0 2px;
	text-align: center;
	text-indent: -9999px;
	width: 24px;
}
.nspNext:after,
.nspPrev:after {
	color: #ddd;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	text-indent: 0;
	width: 24px;
}
.nspNext:hover:after,
.nspPrev:hover:after {
	color: #eba034;
}
.nspNext:after {
	content: '\f054';
}
.nspPrev:after {
	content: '\f053';
}
.nspArts {
	float: left;
	overflow: hidden;
	padding: 0!important;
	text-align: center;
}
.nspArts + .nspLinksWrap.bottom {
	border:none;
}
.nspArts.left {
	float: right;
}
.nspArts.right {
	float: left;
}
.nspLinksWrap.left {
	float: left;
}
.nspLinksWrap.right {
	float: left;
}
.nspArtPage {
	float: left;
}
.nspArt {
	float: left;
}
.nspArt div {
	overflow: hidden;
}
.nspArt .nspHeader {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
	text-transform: none;
}
.nspArt img.nspImage {
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspArt .nspImageWrapper img {
	opacity: 1;
	/*
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	*/
}
.nspArt .nspImageWrapper:hover img {
	opacity: .9;
}
.nspArt .nspText {
	color: #777;
	display: block !important;
	font-size: 14px;
	margin: 0;
	padding: 0 !important;
}
.nspArt .nspInfo {
	color: #999;
	display: block !important;
	font-size: 12px;
	margin: 0;
	padding: 8px 0;
}
.nspArt .nspInfo > * {
	padding-left: 10px;
}
.nspArt .nspInfo > *:first-child {
	padding-left: 0;
}
.nspArt .nspInfo img {
	vertical-align: middle;
}
.nspArt .tleft {
	text-align: left;
}
.nspArt .tright {
	text-align: right;
}
.nspArt .tcenter {
	text-align: center;
}
.nspArt .tjustify {
	text-align: justify;
}
.nspArt .fleft {
	float: left;
}
.nspArt .fright {
	float: right;
}
.nspArt .fnone {
	clear: both;
	float: none;
	width: 100%;
}
.nspArt .nspHeader a,
.nspLinks ul li h4 a {
}
.nspArt .nspHeader a:hover,
.nspLinks ul li h4 a:hover {
	color: #c10c1a;
}
.readon {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
.readon.inline {
	clear: both;
	display: inline-block;
	float: none;
	width: auto;
	background: none;
	color: initial!important;
	letter-spacing: 0;
	text-transform: none;
	padding: 0;
	margin: 0;
}
.readon.inline.fleft,
.readon.inline.fright,
.readon.inline.fcenter {
	clear: both;
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: auto;
}
.readon.inline.fleft {
	float: left;
}
.readon.inline.fright {
	float: right;
}
.readon.inline.fcenter {
	display: inline-block;
	float: none;
}
.nspLinks {
    padding: 0;
}
.nspLinks ul {
	list-style-type: none !important;
	padding: 0 !important;
}
.nspLinks ul li {
	color: #e5e5e5;
	font-size: 14px;
	margin: 0 !important;
	padding: 16px 0;
}
.nspLinks ul li:first-child {
	border-top: none !important;
}
.nspLinks ul li p {
	margin: 0;
}
.nspLinks ul li h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px;
}
.nspLinks ul li h4 a {
	text-decoration: none;
}
.nspLinks .readon {
	display: block;
	font-style: normal;
	padding-top: 14px;
}
.nspList {
	float: left;
}
.nspMain .unvisible {
	left: -9999px;
	position: absolute;
	top: auto;
}
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
	height: auto;
	width: 100% !important;
}
.nspArt img.nspImage {
	max-width: 100%;
}
.nspArtScroll1,
.nspLinkScroll1 {
	overflow: hidden;
	width: auto;
}
.nspArtScroll1 {
	margin: 0;
}
.nspPages1 {
	width: 100%;
}
.nspPages2 {
	width: 200%;
}
.nspPages3 {
	width: 300%;
}
.nspPages4 {
	width: 400%;
}
.nspPages5 {
	width: 500%;
}
.nspPages6 {
	width: 600%;
}
.nspPages7 {
	width: 700%;
}
.nspPages8 {
	width: 800%;
}
.nspPages9 {
	width: 900%;
}
.nspPages10 {
	width: 1000%;
}
.nspPages11 {
	width: 1100%;
}
.nspPages12 {
	width: 1200%;
}
.nspPages13 {
	width: 1300%;
}
.nspPages14 {
	width: 1400%;
}
.nspPages15 {
	width: 1500%;
}
.nspPages16 {
	width: 1600%;
}
.nspPages17 {
	width: 1700%;
}
.nspPages18 {
	width: 1800%;
}
.nspPages19 {
	width: 1900%;
}
.nspPages20 {
	width: 2000%;
}
.nspCol1 {
	width: 100%;
}
.nspCol2 {
	width: 50%;
}
.nspCol3 {
	width: 33.3%;
}
.nspCol4 {
	width: 25%;
}
.nspCol5 {
	width: 20%;
}
.nspCol6 {
	width: 16.66%;
}
.nspCol7 {
	width: 14.285%;
}
.nspCol8 {
	width: 12.5%;
}
.nspCol9 {
	width: 11.1%;
}
.nspCol10 {
	width: 10%;
}
.nspCol11 {
	width: 9.09%;
}
.nspCol12 {
	width: 8.33%;
}
.nspCol13 {
	width: 7.69%;
}
.nspCol14 {
	width: 7.14%;
}
.nspCol15 {
	width: 6.66%;
}
.nspCol16 {
	width: 6.25%;
}
.nspCol17 {
	width: 5.88%;
}
.nspCol18 {
	width: 5.55%;
}
.nspCol19 {
	width: 5.26%;
}
.nspCol20 {
	width: 5%;
}
.nspList,
.nspArtPage {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active {
	opacity: 1;
}
.border1 .nspTopInterface,
.border2 .nspTopInterface {
	top: -52px;
}
.border1 .nspBotInterface,
.border2 .nspBotInterface {
	margin-top: -20px;
	position: relative;
	z-index: 1;
}
.box.dark a.readon {
	color: #fff !important;
}
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
	background: #fff;
	color: #eba034 !important;
}
.box.dark .nspArts + .nspLinksWrap.bottom,
.box.dark .nspLinks ul li {
	border-top-color: rgba(255,255,255,0.2) !important;
}
.box.dark .nspNext:after,
.box.dark .nspPrev:after {
	color: #777 !important;
}
.box.dark .nspNext:hover:after,
.box.dark .nspPrev:hover:after {
	color: #eba034 !important;
}
.box.dark .nspPagination li {
	background: #777;
}
.box.dark .nspPagination li.active {
	background: #eba034 !important;
}
.box.color .readon {
	background: #fff;
	color: #eba034 !important;
}
.box.color .readon:active,
.box.color .readon:focus,
.box.color .readon:hover {
	background: #444;
	color: #fff !important;
}
.box.color .nspText,
.box.color .nspLinks li p {
	color: rgba(255,255,255,0.8);
}
.box.color .nspInfo {
	color: rgba(255,255,255,0.6);
}
.box.color .nspLinks ul li {
	border-top-color: rgba(255,255,255,0.25) !important;
}
.box.color .nspPagination li {
	background: rgba(255,255,255,0.4);
}
.box.color .nspPagination li.active {
	background: rgba(255,255,255,0.75);
}
.box.color .nspNext:after,
.box.color .nspPrev:after {
	color: #fff;
}
.box.color .nspNext:hover:after,
.box.color .nspPrev:hover:after {
	color: rgba(255,255,255,0.8);
}
.gkTabsGK5 {
	position: relative;
	overflow: hidden;
}
.box.clear-horizontal .gkTabsNav {
	top: 0;
}
.gkTabsNav {
	background: transparent;
	margin: 0;
	position: relative;
	top: 2px;
}
.gkTabsNav li {
	border: none;
	border: 1px solid #ddd !important;
	border-radius: 1px;
	color: #777;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	list-style-type: none;
	margin: 0 10px;
	padding: 11px 15px 10px;
	position: relative;
	top: 1px;
}
.gkTabsNav li:first-child {
	margin-left: 0;
}
.gkTabsNav li:hover,
.gkTabsNav li.active,
.gkTabsNav li.active:hover {
	border-color: #eba034 !important;
	color: #eba034;
}
.gkTabsContainer {
	clear: both;
	overflow: hidden;
	padding: 0px !important;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.gkTabsItem {
	left: -9999px;
	overflow: hidden;
	padding: 24px 0 !important;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 1;
}
.gkTabsItem.active {
	left: 0;
	position: relative;
	z-index: 2;
}
.gkTabsItem.gk-active {
	position: relative;
	top: 0;
	z-index: 1;
}
.gkTabsItem.gk-hide {
	position: absolute;
	top: 0;
	z-index: 0;
}
.gkTabsItem.gk-opacity.gk-hide {
	opacity: 0;
}
.gkTabsItem.gk-opacity.gk-active {
	opacity: 1;
}
.gkTabsItem.gk-slide_vertical.gk-hide {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.gkTabsItem.gk-slide_vertical.gk-active {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.gkTabsItem.gk-slide_vertical.gk-hidden {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.gkTabsItem.gk-slide_horizontal.gk-hide {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.gkTabsItem.gk-slide_horizontal.gk-active {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.gkTabsItem.gk-slide_horizontal.gk-hidden {
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
	display: none;
}
.gk-cols {
	margin: 0 -20px;
	text-align: left;
	width: auto;
}
.gk-cols + .gk-cols {
	margin-top: 80px;
}
.gk-cols.gk-gallery {
	margin: 0 -10px;
}
.gk-cols.gk-gallery > div {
	padding: 0 10px;
}
.gk-cols.gk-gallery > div > a {
	display: block;
	margin: 0 0 20px 0;
}
.gk-cols.gk-gallery > div > a > img {
	display: block;
	height: auto;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	will-change: opacity;
}
.gk-cols.gk-gallery > div > a:hover > img {
	opacity: 0.7;
}
.gk-cols > div {
	float: left;
	padding: 0 20px;
}
.gk-cols > div.gk-text-center {
	text-align: center;
}
.gk-cols > div.gk-text-right {
	text-align: right;
}
.gk-cols > div.gk-social-counter i {
	color: #999;
	font-size: 24px;
	padding-right: 20px;
	position: relative;
	top: -23px;
}
.gk-cols > div.gk-social-counter a:active > i,
.gk-cols > div.gk-social-counter a:active > strong,
.gk-cols > div.gk-social-counter a:active > strong > span,
.gk-cols > div.gk-social-counter a:focus > i,
.gk-cols > div.gk-social-counter a:focus > strong,
.gk-cols > div.gk-social-counter a:focus > strong > span,
.gk-cols > div.gk-social-counter a:hover > i,
.gk-cols > div.gk-social-counter a:hover > strong,
.gk-cols > div.gk-social-counter a:hover > strong > span {
	color: #eba034;
}
.gk-cols > div.gk-social-counter strong {
	color: inherit;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4;
}
.gk-cols > div.gk-social-counter strong > span + span {
	color: #777;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}
.gk-cols > div > p {
	margin-bottom: 0;
}
.gk-cols[data-cols="2"] > div {
	width: 50%;
}
.gk-cols[data-cols="3"] > div {
	width: 33.333333%;
}
.gk-cols[data-cols="4"] > div {
	width: 25%;
}
.gk-cols[data-cols="5"] > div {
	width: 20%;
}
.gk-cols > div.col-width-5 {
	width: 5%;
}
.gk-cols > div.col-width-10 {
	width: 10%;
}
.gk-cols > div.col-width-15 {
	width: 15%;
}
.gk-cols > div.col-width-20 {
	width: 20%;
}
.gk-cols > div.col-width-25 {
	width: 25%;
}
.gk-cols > div.col-width-30 {
	width: 30%;
}
.gk-cols > div.col-width-35 {
	width: 35%;
}
.gk-cols > div.col-width-40 {
	width: 40%;
}
.gk-cols > div.col-width-45 {
	width: 45%;
}
.gk-cols > div.col-width-50 {
	width: 50%;
}
.gk-cols > div.col-width-55 {
	width: 55%;
}
.gk-cols > div.col-width-60 {
	width: 60%;
}
.gk-cols > div.col-width-65 {
	width: 65%;
}
.gk-cols > div.col-width-70 {
	width: 70%;
}
.gk-cols > div.col-width-75 {
	width: 75%;
}
.gk-cols > div.col-width-80 {
	width: 80%;
}
.gk-cols > div.col-width-85 {
	width: 85%;
}
.gk-cols > div.col-width-90 {
	width: 90%;
}
.gk-cols > div.col-width-95 {
	width: 95%;
}
.gk-cols.vertical-center {
	display: table;
	width: 100%;
}
.gk-cols.vertical-center > div {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.gk-cols img {
	max-width: 100%;
}
.gk-cols .gk-social-link {
	color: #444;
	line-height: 18px;
}
.gk-cols .gk-social-link:active,
.gk-cols .gk-social-link:focus,
.gk-cols .gk-social-link:hover {
	color: #eba034;
}
.gk-cols .gk-social-link > i {
	clear: both;
	display: block;
	float: left;
	font-size: 18px;
	width: 30px;
}
.gk-cols .gk-social-link > .gkicon-fb {
	color: #3b5998;
}
.gk-cols .gk-social-link > .gkicon-twitter {
	color: #55acee;
}
.transparent-tabs {
	position: relative;
}
.transparent-tabs .gkTabsNav {
	counter-reset: tabs;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-920px);
	-moz-transform: translateY(-50%) translateX(-920px);
	-ms-transform: translateY(-50%) translateX(-920px);
	-o-transform: translateY(-50%) translateX(-920px);
	transform: translateY(-50%) translateX(-920px);
	width: 240px;
	z-index: 10;
}
.transparent-tabs .gkTabsNav li {
	background: rgba(255,255,255,0.17);
	border: none !important;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 64px;
	margin: 5px 0;
	padding: 0 10px 0 72px;
	position: relative;
	text-align: left;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.transparent-tabs .gkTabsNav li:before {
	border: 1px solid #fff;
	border-radius: 50%;
	counter-increment: tabs;
	content: counter(tabs);
	height: 32px;
	left: 20px;
	line-height: 32px;
	position: absolute;
	text-align: center;
	top: 16px;
	width: 32px;
}
.transparent-tabs .gkTabsNav li.active,
.transparent-tabs .gkTabsNav li:hover {
	background: rgba(255,255,255,0.32);
	color: #fff;
}
.transparent-tabs .gkTabsNav.dark-tabs li {
	background: #fff;
	color: #26292b;
}
.transparent-tabs .gkTabsNav.dark-tabs li:before {
	border-color: #ccc;
}
.transparent-tabs .gkTabsNav.dark-tabs li.active,
.transparent-tabs .gkTabsNav.dark-tabs li:hover {
	background: #26292b;
	color: #fff;
}
.transparent-tabs .gkTabsNav.dark-tabs li.active:before,
.transparent-tabs .gkTabsNav.dark-tabs li:hover:before {
	border-color: #999;
}
.transparent-tabs .gkTabsItem {
	padding: 0 !important;
}
.gkIsWrapper-gk_quark {
	background: transparent;
	margin: 0;
	position: relative;
	text-align: center;
}
.gkIsWrapper-gk_quark figure {
	left: 170%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0.25);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.25);
	-o-transform: translateY(-50%) translateX(-50%) scale(0.25);
	transform: translateY(-50%) translateX(-50%) scale(0.25);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 80%;
}
.gkIsWrapper-gk_quark figure h2 {
	font-size: 36px;
	font-weight: bold;
}
.gkIsWrapper-gk_quark figure p {
	color: #999;
	font-size: 16px;
}
.gkIsWrapper-gk_quark figure img {
	cursor: pointer;
	max-width: 90%;
}
.gkIsWrapper-gk_quark figure.gk-current {
	left: 50%;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	-moz-transform: translateY(-50%) translateX(-50%) scale(1);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1);
	-o-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}
.gkIsWrapper-gk_quark figure.gk-prev {
	left: 0%;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-o-transform: translateY(-50%) translateX(-50%) scale(0.5);
	transform: translateY(-50%) translateX(-50%) scale(0.5);
}
.gkIsWrapper-gk_quark figure.gk-prev-prev {
	left: -60%;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0.25);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.25);
	-o-transform: translateY(-50%) translateX(-50%) scale(0.25);
	transform: translateY(-50%) translateX(-50%) scale(0.25);
}
.gkIsWrapper-gk_quark figure.gk-next {
	left: 110%;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.5);
	-o-transform: translateY(-50%) translateX(-50%) scale(0.5);
	transform: translateY(-50%) translateX(-50%) scale(0.5);
}
.gkIsWrapper-gk_quark[data-preview="true"] figure.gk-next,
.gkIsWrapper-gk_quark[data-preview="true"] figure.gk-prev {
	opacity: 0.2;
}
.gkIsWrapper-gk_quark .gkSlider {
	bottom: 0;
	cursor: move;
	left: 50%;
	height: 25px;
	margin: 0 0 0 -20%;
	position: absolute;
	width: 40%;
}
.gkIsWrapper-gk_quark .gkSlider:before {
	background: #e5e5e5;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 100%;
}
.gkIsWrapper-gk_quark .gkSliderBar {
	background: #eba034;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 0;
	z-index: 1;
}
.gkIsWrapper-gk_quark .gkSliderButton {
	background: #fff;
	border: 2px solid #eba034;
	border-radius: 50%;
	height: 16px;
	left: 0;
	margin: 4px 0 0 -7px;
	position: absolute;
	top: 0;
	width: 16px;
	z-index: 2;
}
.gkIsWrapper-gk_quark .gkIsQuarkPagination {
	position: absolute;
	right: -196px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gkIsWrapper-gk_quark .gkIsQuarkPagination li {
	background: #e5e5e5;
	border-radius: 50%;
	clear: both;
	cursor: pointer;
	display: block;
	height: 5px;
	margin: 12px 0;
	padding: 0;
	width: 5px;
}
.gkIsWrapper-gk_quark .gkIsQuarkPagination .active {
	background: #eba034;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.gk-big-heading {
	color: #fff;
	font-size: 200px;
	font-weight: bold;
}
.gk-big-heading > .gk-number-block {
	border: 5px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-weight: 300;
	font-size: 100px;
	height: 140px;
	line-height: 124px;
	position: relative;
	top: -16px;
	vertical-align: middle;
	width: 140px;
}
.gk-big-heading + p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
.gk-features {
	margin: 67px 0;
}
.gk-features dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 40px 0;
}
.gk-features dd {
	margin: 0 0 54px 0;
}
.gk-price-table {
	color: #444;
	margin: 20px 0;
}
.gk-price-table > dl {
	margin: 0 1.5%;
	padding: 0 20px;
	width: 30.333333%;
}
.gk-price-table[data-cols="1"] > dl {
	margin: 0;
	width: 100%;
}
.gk-price-table[data-cols="2"] > dl {
	margin: 0 1.5%;
	width: 47%;
	    padding-bottom: 0;
}
.gk-price-table[data-cols="3"] > dl {
	margin: 0 1.5%;
	width: 30.333333%;
}
.gk-price-table[data-cols="4"] > dl {
	margin: 0 1.5%;
	width: 22%;
}
.gk-price-table > dl {
	background: #fff;
	float: left;
	padding: 0 0 70px 0;
	text-align: center;
}
.gk-price-table > dl > dt {
	border-bottom: 1px solid #e5e5e5;
	font-weight: 400;
	margin: 0;
	padding: 40px;
	padding-bottom: 50px;
	text-transform: uppercase;
}
.gk-price-table > dl > dt > strong {
	font-size: 23px;
	font-weight: 800;
	display: block;
	margin: 0 0 32px 0;
	letter-spacing: 1px;
	line-height: 1;
}
.gk-price-table dl {
	background: #f7f7f7;
}

.gk-price-table > dl > dt > span {
	font-size: 56px;
	line-height: 1;
}
.gk-price-table > dl > dt > span > sub {
	font-size: 18px;
	line-height: 1;
	position: relative;
	top: 8px;
	vertical-align: middle;
}
.gk-price-table > dl.gk-premium > dt {
	background: #444;
	border-bottom: none;
	color: #fff;
}
.gk-price-table > dl.gk-premium > dt > h3 {
	color: #fff;
}
.gk-price-table > dl dd > ul {
	padding: 0 56px;
	text-align: center;
}
.gk-price-table > dl dd > ul > li {
	border: none;
	line-height: inherit;
	font-weight: 400;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.gk-price-table > dl dd > ul > li:before {
	display: none;
}
.gk-price-table > dl dd > a {
	border: 2px solid #444;
	color: #444;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 52px;
	padding: 0 40px;
	text-transform: uppercase;
}
.gk-price-table > dl dd > a:active,
.gk-price-table > dl dd > a:focus,
.gk-price-table > dl dd > a:hover {
	border-color: #c10c1a;
	color: #c10c1a;
}
#sbox-window {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.frontpage .gk-desc {
	padding: 110px 0 72px 0;
}
.gk-desc {
	padding: 0;
	text-align: center;
}
.gk-desc > img {
	margin: 0 0 0 0;
}
.gk-desc h2 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 50px 0;
}
.gk-desc p {
	color: #777;
	font-size: 16px;
}
.gk-desc p .big-text {
	color: #777;
	display: block;
	font-weight: 300;
	margin-bottom: 64px;
}
.gk-desc .btn-border {
	margin: 50px 0 0 0;
}
.gk-desc .gk-signature {
	border-bottom: 1px solid #444;
	color: #444;
	display: inline-block;
	font-weight: 700;
	line-height: 1.1;
	margin: 20px 0;
	text-transform: uppercase;
}
.gk-desc dl {
	counter-reset: deflist;
	text-align: left;
}
.gk-desc dl > dt {
	clear: both;
	color: #444;
	float: left;
	font-size: 18px;
	padding: 0 20px 0 72px;
	position: relative;
	width: 30%;
}
.gk-desc dl > dt:before {
	border: 1px solid #777;
	border-radius: 50%;
	counter-increment: deflist;
	content: counter(deflist);
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	left: 20px;
	line-height: 32px;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 32px;
}
.gk-desc dl > dd {
	float: right;
	margin: 0 0 50px 0;
	width: 70%;
}
.gk-desc dl > dd > p {
	margin: 0 0 15px 0;
}
.gk-desc dl > dd > a {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
.gk-desc dl > dd > a:active,
.gk-desc dl > dd > a:focus,
.gk-desc dl > dd > a:hover {
	color: #eba034;
}
.box .big-text {
	color: #26292b;
	font-size: 20px;
	font-weight: bold;
}
.box.newsletter {
	padding: 48px 0;
}
.box.newsletter form {
	overflow: hidden;
	text-align: right;
}
.box.newsletter small {
	color: #fff;
	float: left;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 50px;
	max-width: 40%;
}
.box.newsletter input {
	display: inline-block;
}
.box.newsletter input[type="email"] {
	border: none;
	margin: 0 12px 0 0;
	width: 40%;
}
.gk-testimonials {
	position: relative;
	text-align: center;
}
.gk-testimonials > div {
	margin: 0 auto;
	padding: 40px 0 10px 0;
	width: 100%;
}
.gk-testimonials > div > div {
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	width: 100%;
}
.gk-testimonials[data-amount="2"] > div > div {
	width: 200%;
}
.gk-testimonials[data-amount="3"] > div > div {
	width: 300%;
}
.gk-testimonials[data-amount="4"] > div > div {
	width: 400%;
}
.gk-testimonials[data-amount="5"] > div > div {
	width: 500%;
}
.gk-testimonials[data-amount="6"] > div > div {
	width: 600%;
}
.gk-testimonials[data-amount="7"] > div > div {
	width: 700%;
}
.gk-testimonials[data-amount="8"] > div > div {
	width: 800%;
}
.gk-testimonials blockquote {
	border: none;
	float: left;
	margin: 0 1.5%;
	opacity: 1;
	padding: 0;
	-webkit-transition: all .45s ease-out;
	-moz-transition: all .45s ease-out;
	-ms-transition: all .45s ease-out;
	-o-transition: all .45s ease-out;
	transition: all .45s ease-out;
	width: 75%;
}
.gk-testimonials blockquote > img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 50px auto;
}
.gk-testimonials blockquote > strong {
	color: #26292b;
	display: block;
	font-size: 18px;
	font-style: normal;
	padding: 40px 0 30px 0;
}
.gk-testimonials blockquote.hidden {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.gk-testimonials[data-amount="2"] blockquote {
	margin: 0 6.25%;
	width: 37.5%;
}
.gk-testimonials[data-amount="3"] blockquote {
	margin: 0 4.166666%;
	width: 25%;
}
.gk-testimonials[data-amount="4"] blockquote {
	margin: 0 3.125%;
	width: 18.75%;
}
.gk-testimonials[data-amount="5"] blockquote {
	margin: 0 2.5%;
	width: 15%;
}
.gk-testimonials[data-amount="6"] blockquote {
	margin: 0 2.083333%;
	width: 12.5%;
}
.gk-testimonials[data-amount="7"] blockquote {
	margin: 0 1.785714%;
	width: 10.714285%;
}
.gk-testimonials[data-amount="8"] blockquote {
	margin: 0 1.5625%;
	width: 9.375%;
}
.gk-testimonials.hidden {
	opacity: 0;
}
.gk-testimonials p {
	font-size: 16px;
	font-style: normal;
	line-height: 2;
}
.gk-testimonials-pagination {
	bottom: -20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.gk-testimonials-pagination li {
	background: #ddd;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 5px;
	margin: 0 8px;
	padding: 0;
	text-indent: -9999px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 5px;
}
.gk-testimonials-pagination li.active {
	background: #eba034;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.mouse-icon {
	border: 3px solid #fff;
	border-radius: 14px;
	bottom: 72px;
	display: block;
	height: 48px;
	left: 50%;
	margin: 0 0 0 -14px;
	position: absolute;
	width: 28px;
	z-index: 1;
}
.mouse-icon > span {
	background: #fff;
	border-radius: 2px;
	height: 4px;
	left: 9px;
	position: absolute;
	top: -18px;
	width: 4px;
}
.mouse-icon > span:before,
.mouse-icon > span:after {
	background: #fff;
	border-radius: 2px;
	content: "";
	left: 0;
	height: 4px;
	position: absolute;
	top: 76px;
	width: 4px;
}
.mouse-icon > span:before {
	top: -11px;
}
.mouse-icon > span > span {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 10px;
	position: relative;
	top: 28px;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	-ms-transition: top .15s ease-out;
	-o-transition: top .15s ease-out;
	transition: top .15s ease-out;
	width: 4px;
}
.mouse-icon.animate > span > span {
	top: 36px;
}
.gk-video-link {
	color: #fff;
	font-size: 30px;
}
.gk-video-link:hover {
	color: #fff;
}
.gk-video-link:hover > i {
	margin: 0 80px;
}
.gk-video-link > i {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	height: 100px;
	line-height: 96px;
	margin: 0 60px;
	opacity: 0;
	padding: 0;
	text-align: center;
	text-indent: 2px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: scale(0.5) rotate(-360deg);
	-moz-transform: scale(0.5) rotate(-360deg);
	-ms-transform: scale(0.5) rotate(-360deg);
	-o-transform: scale(0.5) rotate(-360deg);
	transform: scale(0.5) rotate(-360deg);
	width: 100px;
}
.gk-video-link.gk-rotate-animation > i {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
#gk-video-overlay {
	background: #444;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 11;
}
#gk-video-overlay.show {
	display: block;
}
#gk-video-overlay.open {
	opacity: 1;
}
#gk-video-overlay > iframe {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 12;
}
#gk-video-overlay > iframe.loaded {
	opacity: 1;
}
#gk-video-overlay > a {
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	text-shadow: 0 0 3px #26292b;
	position: absolute;
	right: 64px;
	top: 10px;
	z-index: 13;
}
#gk-video-overlay > a:active,
#gk-video-overlay > a:focus,
#gk-video-overlay > a:hover {
	color: #eba034;
}
.gk-social-icons-block {
	font-size: 28px;
	padding: 50px 0 0 0;
}
.gk-social-icons-block > a {
	color: #fff;
	padding: 0 4px;
}
.gk-social-icons-block > a:active,
.gk-social-icons-block > a:focus,
.gk-social-icons-block > a:hover {
	color: #eba034;
}
.gk-map-icon {
	border-bottom: 2px solid #fff;
	bottom: 72px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 2px;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gk-map-icon > i {
	display: block;
	font-size: 36px;
	margin: 0 auto 10px auto;
	text-align: center;
}
.gk-map-icon:active,
.gk-map-icon:focus,
.gk-map-icon:hover {
	border-bottom-color: #eba034;
	color: #eba034;
}
.gk-big-text {
	padding: 150px 0;
}
.gk-big-text > h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}
.gk-big-text > h2 + small {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin-top: 10px;
	text-align: center;
}
.gk-big-text + .gk-counters {
	margin: -50px 0 100px 0;
}
.gk-counters {
	color: #fff;
	text-align: center;
}
.gk-counters > .gk-counter {
	display: inline-block;
	line-height: 1.2;
	min-width: 220px;
	position: relative;
	    margin: 0 1%;    vertical-align: top;
}
.gk-counters > .gk-counter:after {
	background: rgba(255,255,255,0.3);
	content: "";
	height: 72px;
	position: absolute;
	right: 0;
	top: 20px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 2px;
}
.gk-counters > .gk-counter:last-child:after {
	display: none;
}
.gk-counters > .gk-counter > span {
	font-size: 72px;
}
.gk-counters > .gk-counter > small {
	display: block;
	font-size: 18px;
}
.error-page .error-page-container {
	padding: 247px 0 0;
	text-align: center;
}
.error-page #gkPageContent {
	background: url('../images/header_bg.jpg') no-repeat center top;
	background-size: cover;
}
.error-page h1 {
	color: #fff;
	font-size: 200px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.2;
	text-transform: uppercase;
}
.error-page h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 100px;
}
.error-page h3 {
	display: none;
}
.error-page .search-goog {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	margin: 60px 0;
	text-align: center;
}
.error-page .search-goog b {
	font-weight: 500;
}
.error-page .search-goog input {
	border: none;
	float: none;
	display: inline-block;
}
.error-page .error-links {
	bottom: -170px;
	padding: 0 0 60px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.error-page .error-links a {
	color: #777;
	padding: 0 12px;
}
.error-page .error-links a:hover {
	color: #000;
}
.error-page #gkPageContent {
	margin-bottom: 120px;
	position: relative;
}
#aside-menu .gk-social-icons {
	text-align: center;
}
#aside-menu .gk-social-icons a {
	color: rgba(255,255,255,0.2) !important;
	font-size: 20px;
	line-height: 1.2;
	padding: 0 2px;
}
#aside-menu .gk-social-icons a:active,
#aside-menu .gk-social-icons a:focus,
#aside-menu .gk-social-icons a:hover {
	color: #eba034 !important;
}
.kalendae {
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	padding: 10px;
	margin: 5px;
	font-size: 11px;
	cursor: default;
	position: relative;
}
.kalendae.k-floating {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	margin: 0;
}
.kalendae .k-btn-close {
	display: none;
}
.kalendae .k-calendar {
	display: inline-block;
	width: 240px;
	vertical-align: top;
}
.kalendae .k-separator {
	display: inline-block;
	width: 2px;
	vertical-align: top;
	background: #444;
	height: 240px;
	margin: 0px 10px;
}
.kalendae .k-title {
	color: #444;
	text-align: center;
	white-space: nowrap;
	position: relative;
	height: 18px;
}
.kalendae .k-caption {
	font-size: 12px;
	line-height: 1.5;
}
.kalendae .k-btn-previous-month,
.kalendae .k-btn-next-month,
.kalendae .k-btn-previous-year,
.kalendae .k-btn-next-year {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: -2px;
	color: #777;
	font-size: 20px;
	line-height: 0.9;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}
.kalendae .k-btn-previous-year {
	left: 0;
}
.kalendae .k-btn-previous-month {
	left: 16px;
}
.kalendae .k-btn-next-month {
	right: 16px;
}
.kalendae .k-btn-next-year {
	right: 0;
}
.kalendae .k-btn-previous-month:after {
	content: "\2039";
}
.kalendae .k-btn-next-month:after {
	content: "\203A";
}
.kalendae .k-btn-previous-year:after {
	content: "\00AB";
}
.kalendae .k-btn-next-year:after {
	content: "\00BB";
}
.kalendae .k-btn-previous-month:hover,
.kalendae .k-btn-next-month:hover {
	color: #000;
}
.kalendae .k-btn-previous-year:hover,
.kalendae .k-btn-next-year:hover {
	color: #000;
}
.kalendae .k-first-month .k-btn-next-month,
.kalendae .k-middle-month .k-btn-next-month,
.kalendae .k-middle-month .k-btn-previous-month,
.kalendae .k-last-month .k-btn-previous-month,
.kalendae .k-first-month .k-btn-next-year,
.kalendae .k-middle-month .k-btn-next-year,
.kalendae .k-middle-month .k-btn-previous-year,
.kalendae .k-last-month .k-btn-previous-year {
	display: none;
}
.kalendae .k-title.k-disable-year-nav .k-btn-next-year,
.kalendae .k-title.k-disable-year-nav .k-btn-previous-year {
	display: none;
}
.kalendae .k-title.k-disable-year-nav .k-btn-next-month {
	right: 0;
}
.kalendae .k-title.k-disable-year-nav .k-btn-previous-month {
	left: 0;
}
.kalendae .k-title,
.kalendae .k-header,
.kalendae .k-days {
	width: 239px;
	display: block;
	overflow: hidden;
}
.kalendae.k-disable-next-month-btn .k-btn-next-month,
.kalendae.k-disable-previous-month-btn .k-btn-previous-month,
.kalendae.k-disable-next-year-btn .k-btn-next-year,
.kalendae.k-disable-previous-year-btn .k-btn-previous-year {
	display: none;
}
.kalendae .k-header span,
.kalendae .k-days span {
	float: left;
	margin: 1px 1px;
}
.kalendae .k-header span {
	text-align: center;
	font-weight: bold;
	width: 31px;
	padding: 1px 0;
	color: #fff;
}
.kalendae .k-days span {
	text-align: right;
	width: 31px;
	height: 31px;
	line-height: 31px;
	padding: 0;
	color: #fff;
	text-align: center;
}
.kalendae .k-today {
	background: #eba034 !important;
	color: #fff !important;
}
.kalendae .k-days span.k-in-month.k-active {
	background-color: #e5e5e5;
	color: #444;
}
.kalendae .k-days span.k-out-of-month {
	color: #444;
}
.kalendae .k-days span.k-active {
	cursor: pointer;
}
.kalendae .k-days span:hover {
	background: #ccc !important;
	color: #444 !important;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#gk-page-preloader {
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gk-page-preloader.gk-to-hide {
	opacity: 0;
}
#gk-page-preloader.gk-to-hide.gk-hidden {
	display: none;
}
#gk-login-popup,
#gk-login-popup-overlay {
	display: none;
	opacity: 0;
	position: fixed;
}
#gk-login-popup.gk-active,
#gk-login-popup-overlay.gk-active {
	opacity: 1;
}
#gk-login-popup {
	left: 50%;
	max-width: 620px;
	margin-top: -100px;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
	width: 90%;
	z-index: 1000001;
}
#gk-login-popup.gk-active {
	margin-top: 0;
}
#gk-login-popup .login {
	width: 100%;
	background: #fff;
}
#gk-login-popup h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 40px;
	text-transform: uppercase;
}
#gk-login-popup-overlay {
	background: rgba(255, 255, 255, 0.88);
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	width: 100%;
	z-index: 1000000;
}
#gk-login-popup-close,
#popup-close {
	color: #c10c1a;
	font-size: 32px;
	position: absolute;
	right: 54px;
	top: 32px;
}
#gk-login-popup-close:active,
#gk-login-popup-close:focus,
#gk-login-popup-close:hover {
	color: #444;
}
#gk-newsletter-popup {
	background: #fff;
	bottom: 0;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
	opacity: 1;
	padding: 50px 50px 40px 50px;
	position: fixed;
	right: 125px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 480px;
	z-index: 50 !important;
}
#gk-newsletter-popup.hidden-popup {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
#gk-newsletter-popup h3 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 7px;
	text-transform: uppercase;
}
#gk-newsletter-popup p {
	color: #444;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 3em;
}
#gk-newsletter-popup small {
	color: #999;
	display: block;
	font-size: 10px;
	line-height: 18px;
}
#gk-newsletter-popup small a {
	color: #999;
	text-decoration: underline;
}
#gk-newsletter-popup small a:active,
#gk-newsletter-popup small a:focus,
#gk-newsletter-popup small a:hover {
	color: #eba034;
}
#gk-newsletter-popup form {
	margin: 0 0 50px 0;
}
#gk-newsletter-popup form input {
	border: 1px solid #ccc;
	color: #444;
	height: 52px;
	padding: 0 25px;
}
#gk-newsletter-popup form input::-webkit-input-placeholder {
	color: #999;
}
#gk-newsletter-popup form input::-moz-placeholder {
	color: #999;
}
#gk-newsletter-popup form input:-moz-placeholder {
	color: #999;
}
#gk-newsletter-popup form input:-ms-input-placeholder {
	color: #999;
}
#gk-newsletter-popup form input[type="submit"] {
	background: #eba034;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
#gk-newsletter-popup form input[type="submit"]:active,
#gk-newsletter-popup form input[type="submit"]:focus,
#gk-newsletter-popup form input[type="submit"]:hover {
	background: #000;
}
#gk-newsletter-popup-close {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 10px;
}
@media (max-height: 700px),(max-width: 1040px) {
	#gk-newsletter-popup {
		padding: 20px;
		right: 32px;
		width: 420px;
	}
	#gk-newsletter-popup h3 {
		font-size: 24px;
		letter-spacing: 2px;
	}

}
@media (max-height: 600px),(max-width: 720px) {
	#gk-newsletter-popup {
		display: none;
	}

}
#bottom-pagination div,
#bottom-pagination ul {
	text-align: center !important;
}
#bottom-pagination div li,
#bottom-pagination ul li {
	display: inline;
}
.VmArrowdown {
	cursor: pointer;
	float: right;
	height: 16px;
	padding: 0 12px;
	width: 16px;
}
.addtocart-area .product-fields {
	padding: 6px 0 12px;
}
.addtocart-area .product-fields > div {
	margin: 0 0 10px;
}
.ask-a-question {
	font-weight: 500;
}
body input.addtocart-button {
	background: #c10b1a!important;
	border: none !important;
	color: #fff !important;
	margin: 0 0 12px;
}
body input.addtocart-button:hover {
	background: #000 !important;
	color: #fff !important;
}
.ask-a-question-view .form-field .submit {
	width: 418px;
}
.ask-a-question-view .form-field textarea.field {
	border: solid #e5e5e5 1px;
	color: #777;
	padding: 12px;
	text-align: left;
	width: 394px;
}
.ask-a-question-view .product-summary {
	border-bottom: solid #e5e5e5 1px;
	margin: 25px 0 0;
	padding: 0 0 10px;
}
.ask-a-question-view .product-summary .short-description {
	margin-top: 6px;
}
.ask-a-question-view .product-summary h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.ask-a-question-view .product-summary img.product-image {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.ask-a-question-view h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#email {
	border: solid #ccc 1px;
	color: #777;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 5px 4px;
}
.ask-a-question-view {
	padding: 30px;
}
.availability {
	margin: 12px 0 0;
}
.billto-shipto strong,
span.custom-variant-inputbox input.custom-attribute:hover,
input.vm-default:hover,
.ask-a-question-view input.counter:hover,
.ask-a-question-view input#email:hover,
table.user-details input:hover,
a.details:hover,
div.details:hover,
a.product-details:hover,
.ask-a-question-view .form-field textarea.field:hover,
.product-related-products > div a,
.product-related-categories > div a,
table.cart-summary a {
	color: #26292b;
}
.category-view .category .category-overlay,
.browse-view .product .product-overlay,
.featured-view .product .product-overlay,
.latest-view .product .product-overlay,
.topten-view .product .product-overlay,
.recent-view .product .product-overlay,
.productDetails .main-image .product-overlay {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.category-view .category .category-overlay > span,
.browse-view .product .product-overlay > span,
.featured-view .product .product-overlay > span,
.latest-view .product .product-overlay > span,
.topten-view .product .product-overlay > span,
.recent-view .product .product-overlay > span,
.productDetails .main-image .product-overlay > span {
	background: rgba(255,255,255,0.6);
	display: block;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.category-view .category .category-overlay > span > span,
.browse-view .product .product-overlay > span > span,
.featured-view .product .product-overlay > span > span,
.latest-view .product .product-overlay > span > span,
.topten-view .product .product-overlay > span > span,
.recent-view .product .product-overlay > span > span,
.productDetails .main-image .product-overlay > span > span {
	background: #eba034;
	border-radius: 50%;
	color: #fff;
	display: block;
	filter: alpha(opacity=100);
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	margin: 30% auto;
	opacity: 1;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 80px;
}
.browse-view .product .spacer,
.productDetails .main-image {
    overflow: hidden;
    position: relative;
    margin: auto;
    float: none;
    display: table;
}
.cart-summary td hr,
.terms-of-service .vm2-termsofservice-icon,
#terms-of-service .vmicon.vm2-termsofservice-icon,
.vmicon-16-editadd,
table.cart-summary td br,
#product-tabs-content > div,
.productDetails .main-image > .product-overlay {
	display: none !important;
}
#userForm h3,
#paymentForm h3 {
	font-size: 18px;
	margin: 0 0 12px;
}
.cart-view h3 {
	font-size: 16px;
	margin: 0 0 12px;
}
.catProductDetails {
	background: #e5e5e5;
	border-radius: 2px;
	color: #26292b;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 0 12px;
	min-height: 34px;
	padding: 0 11px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background-color .12s ease-out;
	-moz-transition: background-color .12s ease-out;
	-ms-transition: background-color .12s ease-out;
	-o-transition: background-color .12s ease-out;
	transition: background-color .12s ease-out;
}
.catProductPrice {
	margin: -12px 0 24px;
}
.catProductPrice > div {
	color: #777 !important;
	font-size: 12px !important;
}
.catProductPrice > div > span {
	color: #eba034;
	font-size: 14px;
	font-weight: 600;
}
.catProductPrice .PricediscountAmount,
.catProductPrice .PricetaxAmount {
	color: #999;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.8;
	text-transform: uppercase;
}
.catProductPrice div.PricesalesPrice {
	font-size: inherit;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.category-view .category {
	position: relative;
}
.category-view .row .category .spacer h2 a {
	color: #26292b;
	display: block;
}
.category-view .row .category .spacer h2 a img {
	height: auto;
	margin-top: 6px;
	max-width: 100%;
}
.category-view + .browse-view {
	border-top: 1px solid #e5e5e5;
	padding-top: 12px;
}
.category-view .row .category .spacer h2 a:hover,
.product-related-products > div a:hover,
.product-related-categories > div a:hover,
table.cart-summary a:hover {
	color: #eba034;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.related-products-view .spacer,
.browse-view .row .product
.recent-view .spacer {
	margin: 7px;
	-webkit-transition: border .3s ease-out;
	-moz-transition: border .3s ease-out;
	-ms-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	transition: border .3s ease-out;
}
.category-view .row .category a.readon,
.featured-view a.readon,
.latest-view a.readon,
.topten-view a.readon,
.related-products-view a.readon,
.browse-view .row .product
.recent-view a.readon {
	display: inline-block;
	float: none;
	margin: 15px 0 30px;
}
.checkout-button-top input.terms-of-service {
	float: left;
	margin-right: 10px;
}
.clear,
br.clear {
	clear: both;
}
.clr {
	clear: both;
	overflow: hidden;
}
#facebox > span {
	display: none;
}
#facebox .popup {
	border: none;
	border-radius: 0px !important;
	min-width: 320px;
	overflow: hidden !important;
}
#facebox .popup > div {
	display: block !important;
	padding: 20px !important;
	width: auto !important;
}
#facebox .popup > div > div {
	padding: 10px 30px 50px 10px !important;
	position: relative;
	text-align: center;
}
#facebox .popup > div > div > a {
	background: #eba034;
	border: 1px solid #eba034;
	border-radius: 2px;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 6px 45px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
}
#facebox .popup > div > div > a:hover {
	border-color: #26292b;
}
#facebox .popup > div > div > a.continue_link {
	background: none;
	color: #26292b;
	left: 10px;
	right: auto;
	border: 1px solid #ccc;
}
#facebox .popup > div > div > a.continue_link:hover {
	color: #fff;
	border-color: #26292b;
}
#facebox .popup > div > div > h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	min-width: 400px;
	padding: 12px 0 20px;
}
#facebox .popup > div > div > a:hover,
.productDetails .main-image .product-overlay > span > span,
#facebox .popup > div > div > a.continue_link:hover {
	background: #26292b !important;
}
#fancybox-wrap {
	z-index: 9999999;
}
.facebox_overlayBG {
	background: #fff;
}
#product-tabs,
#tabs {
	border-top: 1px solid #e5e5e5;
	margin: 32px 0 24px;
	overflow: hidden;
	text-align: center;
}
#product-tabs li,
#tabs li {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 24px 0 0;
	padding: 8px 18px 6px;
	text-transform: uppercase;
}
#product-tabs li.active,
#product-tabs li.current,
#tabs li.active,
#tabs li.current {
	background: #000;
	color: #fff;
	font-weight: 600;
}
#product-tabs-content {
	clear: both;
	overflow: hidden;
	    line-height: 1.5;
}
#product-tabs-content h3,
.list-reviews h3 {
	font-size: 14px;
	font-weight: 600;
	padding: 16px 0 0;
	text-transform: uppercase;
}
#product-tabs-content p {
	margin: 1em 0;
}
#product-tabs-content dl {
	float: left;
	font-size: 13px;
	margin: 0 0 24px 0;
	padding-right: 3.333333%;
	width: 30%;
}
#product-tabs-content dt {
	color: #26292b;
	font-weight: 600;
	margin: 16px 0 6px;
}
#product-tabs-content dd {
	margin: 0 0 0 6px;
	padding: 2px 0 2px 20px !important;
	position: relative;
}
#product-tabs-content dd:before {
	color: #000;
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	position: absolute;
	left: 0;
	top: 7px !important;
}
.product-description > dl {
	margin-left: 0 !important;
}
#userForm select,
.width80 {
	width: 80%;
}
.control-buttons {
	overflow: hidden;
}
.control-buttons + fieldset {
	margin-top: 32px;
}
.control-buttons + fieldset span {
	background: none;
	height: inherit;
}
.control-buttons > div {
	font-size: 14px;
	margin: 40px 0 20px;
	padding: 16px 0 0;
}
.customer-comment,
.featured-view .product-price,
.latest-view .product-price,
.topten-view .product-price,
.output-billto,
.output-shipto {
	margin: 10px 0;
}
.customer-reviews,
.ask-a-question-view .form-field,
.product-related-products,
.product-related-categories {
	margin: 25px 0 0;
	font-size: 16px;
}
.featured-view .spacer .catProductPrice + a img,
.latest-view .spacer .catProductPrice + a img,
.topten-view .spacer .catProductPrice + a img,
.featured-view .spacer .catProductPrice + a img,
.latest-view .spacer .catProductPrice + a img,
.topten-view .spacer .catProductPrice + a img {
	margin-top: 16px;
}
.featured-view .spacer h3 a,
.latest-view .spacer h3 a,
.topten-view .spacer h3 a,
.related-products-view .spacer h3 a,
.browse-view .row .product .spacer h2 a,
h3.catProductTitle a {
	color: #26292b !important;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2,
.category-view .row .category .spacer h2,
h3.catProductTitle {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 0 20px;
	text-transform: uppercase;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.related-products-view h4,
h2.catSub,
.category-view h4 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 32px;
	padding: 0 0 12px;
	font-size: 16px;
	color: #26292b;
	font-weight: 600;
}
.browse-view h1,
.productdetails-view h1 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    letter-spacing: 0px;
	 margin-bottom: 22px;
	     padding-bottom: 22px;
    text-transform: uppercase;
    font-family: 'ibm_plex_serifsemibold',serif;
	     letter-spacing: 1px;
}
.browse-view .category_description,
.productdetails-view .category_description {
	margin: -0.5em 0 3em;
}
.browse-view .orderby-displaynumber,
.browse-view .product-additional-info,
.productdetails-view .orderby-displaynumber,
.productdetails-view .product-additional-info {
	font-size: 11px;
	font-weight: 600;
	line-height: 46px;
	margin: 0 auto 3em;
	text-transform: uppercase;
}
.browse-view .orderby-displaynumber:after,
.browse-view .product-additional-info:after,
.productdetails-view .orderby-displaynumber:after,
.productdetails-view .product-additional-info:after {
	clear: both;
	content: "";
	display: table;
}
.browse-view .orderby-displaynumber select,
.browse-view .product-additional-info select,
.productdetails-view .orderby-displaynumber select,
.productdetails-view .product-additional-info select {
	border: 1px solid #e5e5e5;
	height: 28px;
	line-height: 20px;
	padding: 4px 16px 4px 4px !important;
}
.browse-view .orderby-displaynumber > a > img,
.browse-view .product-additional-info > a > img,
.productdetails-view .orderby-displaynumber > a > img,
.productdetails-view .product-additional-info > a > img {
	vertical-align: text-bottom;
	margin: 0 5px;
}
.browse-view .orderby-displaynumber .display-number,
.browse-view .product-additional-info .display-number,
.productdetails-view .orderby-displaynumber .display-number,
.productdetails-view .product-additional-info .display-number {
	text-align: right;
}
.browse-view .orderby-displaynumber .display-number select,
.browse-view .product-additional-info .display-number select,
.productdetails-view .orderby-displaynumber .display-number select,
.productdetails-view .product-additional-info .display-number select {
	margin: 1px 0 12px 12px;
}
.browse-view .product-additional-info,
.productdetails-view .product-additional-info {
	width: auto;
}
.orderlistcontainer {
	position: relative;
}
span.floatright,
span.floatleft {
	float: right;
}
.general-bg,
input.vm-default,
a.product-details,
div.details {
	color: #eba034;
	cursor: pointer;
	text-align: center;
}
.vmGkCartProducts img {
	float: left;
	height: 70px;
	max-width: 70px;
}
.vmGkCartProducts > div {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	font-weight: 400;
	color: #999;
	overflow: hidden;
	padding: 16px 0;
}
.vmGkCartProducts > div > div {
	margin-left: 122px;
}
.vmGkCartProducts h3 {
	font-size: 14px;
	margin: 0;
}
.vmGkCartProducts h3 a {
	color: #26292b;
}
.vmGkCartProducts h3 a:hover {
	color: #eba034;
}
.vmGkCartProducts h3 span {
	color: #999;
	font-weight: 300;
	padding: 0 8px 0 0;
}
.vmGkCartProducts .gkPrice {
	color: #eba034;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}
.gkTotal {
	color: #eba034;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 0 122px;
}
.list-reviews div > div {
	float: left;
	width: 30%;
}
.list-reviews div > div + div {
	width: 70%;
	text-align: left;
}
.list-reviews .highlight {
	background: #f5f5f6;
	margin: 0 0 1em;
	padding: 20px;
	overflow: hidden;
}
.list-reviews .normal {
	padding: 12px;
	overflow: hidden;
}
.list-reviews .normal h3 {
	padding: 24px 0 0 !important;
}
.list-reviews p {
	margin: 1em 0 0.5em;
}
.list-reviews span.date {
	color: #999;
	display: block;
	font-size: 10px;
}
.list-reviews span.vote {
	display: inline-block;
}
.main-image img.product-image,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.featured-view .spacer h3 a:hover,
.latest-view .spacer h3 a:hover,
.topten-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:hover,
.browse-view .row .product .spacer h2 a:hover,
h3.catProductTitle a:hover {
	color: #eba034 !important;
}
.orderlistcontainer div.activeOrder {
	cursor: pointer;
	float: left;
	margin: 0 24px 0 8px;
}
.orderlistcontainer div.orderlist {
	background: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0, .15);
	-moz-box-shadow: 0 0 2px rgba(0,0,0, .15);
	box-shadow: 0 0 2px rgba(0,0,0, .15);
	cursor: pointer;
	display: none;
	font-size: 14px;
	font-weight: 400;
	left: 46px;
	padding: 4px 12px;
	position: absolute;
	text-transform: none;
	top: 32px;
	z-index: 2;
}
.orderlistcontainer div.orderlist div {
	border-top: 1px solid #e5e5e5;
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 12px;
}
.orderlistcontainer div.orderlist div:first-child {
	border: none;
}
.orderlistcontainer div.title {
	float: left;
	white-space: nowrap;
}
.output-billto span.titles,
.output-shipto span.titles {
	float: left;
	width: 150px;
}
.output-billto span.values,
.output-shipto span.values {
	float: left;
	padding-right: 5px;
}
.output-billto span.values-first_name,
.output-billto .output-billto span.values-middle_name,
.output-billto .output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto .output-billto span.values-middle_name,
.output-shipto .output-billto span.values-zip {
	float: left;
	margin-right: 3px;
}
.output-billto input,
.output-shipto input {
	margin: 0 6px;
}
.output-billto #output-shipto-display span.values,
.output-shipto #output-shipto-display span.values {
	float: none;
}
span.floatleft {
	float: left;
}
.tablespace td {
	padding: 32px 0 !important;
}
.gkShowCart a {
	float: none !important;
	margin: 32px 0 0;
}
.output-shipto,
.output-billto {
	color: #999;
	font-size: 13px;
	line-height: 1.4;
}
.page-results {
	margin-top: 25px;
	text-align: right;
}
.product-field-type-P .product-fields-title {
	font-size: 120%;
}
.product-fields .product-field-type-P {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	margin-top: 18px;
}
.product-neighbours a {
	line-height: 2.4;
}
.product-neighbours a.next-page {
	float: right;
}
.product-neighbours a.previous-page {
	float: left;
}
.back-to-category {
	line-height: 2.4;
	margin: 0 0 32px 0;
	text-align: center;
}
.productDetailInfo {
	clear: both;
	font-size: 13px;
	line-height: 2;
	margin: 0 auto;
	padding: 32px 0;
	width: 360px;
	max-width: 100%;
}
.productDetailInfo:before {
	border-top: 1px solid #e5e5e5;
	content: "";
	display: block;
	margin: 0 0 24px;
}
.productDetailInfo b {
	color: #26292b;
	font-weight: 400;
	margin: 0 6px 0 0;
}
.product-price {
	color: #999;
	font-size: 14px;
	float: left;
	line-height: 1.6em;
	max-width: 50%;
}
.product-price > strong {
	color: #26292b;
	display: block;
	margin: 0 0 15px;
}
.product-related-products > div,
.product-related-categories > div {
	border-right: 1px solid #e5e5e5;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 32px 0 0;
	padding: 0 2.85%;
	text-align: center;
	text-transform: uppercase;
	width: 27%;
}
.product-related-products > div:nth-child(3n+1),
.product-related-categories > div:nth-child(3n+1) {
	border: none;
}
.product.vertical-separator {
	padding-bottom: 14px !important;
}
.productDetails {
	margin: 0 0 52px;
	overflow: hidden;
}
.productDetails > h1,
.productDetails > .product-additional-info {
	text-align: center;
}
.productDetails .main-image a {
	display: block;
	position: relative;
	text-align: center;
}
.productDetails .main-image + div {
	text-align: center;
}
.productDetails .main-image a + a img {
	width: 100px;
}
#product-tabs-content > div.active {
	display: block !important;
}
.gk-product-tab {
	text-align: center;
}
.gk-product-tab h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 2em 0 1em;
	text-transform: uppercase;
}
.gk-product-tab .step {
	display: block;
	font-size: 14px;
}
.product_s_desc p {
	line-height: 1.4;
	margin-bottom: 6px;
	padding: 0;
}
.productdetails-view .addtocart-bar,
.write-reviews {
	margin: 20px 0 0;
}
.productdetails-view .product-description,
.product-fields {
	margin: 1em auto 3em;
	width: 900px;
	max-width: 100%;
}
.productdetails-view .product-description

.product-related-products,
.product-related-categories {
	border-top: 1px solid #e5e5e5;
	padding: 32px 0;
}
.productdetails-view .product-description

.product-related-products h4,
.product-related-categories h4 {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.productdetails-view .product-related-products img,
.productdetails-view .product-related-categories img {
	margin-bottom: 12px;
}
.productdetails-view .product-related-products a,
.productdetails-view .product-related-categories a {
	color: #26292b !important;
}
.productdetails-view .product-related-products a:hover,
.productdetails-view .product-related-categories a:hover {
	color: #eba034 !important;
}
.main-image {
	position: relative;
}
.main-image > a:first-child {
    display: table;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
}
.vm-additional-images-area {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9.5%;
}
.vm-additional-images-area img {
	height: auto;
	max-width: 100%;
}
.right,
#bottom-pagination .counter {
	text-align: right !important;
}
.row {
	display: table;
	width: 100%;
}
.row .product.width50,
.row .product.width33,
.row .product.width25,
.row .product.width20 {
	padding: 0;
}
.row > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left !important;
	text-align: center;
}
.stockLavel {
	font-size: 13px;
	line-height: 2;
	padding: 0 0 16px 0;
}
.terms-of-service h5 {
	background: #fff;
	font-size: 14px;
	padding: 15px;
	text-align: center;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
	color: #eba034;
	text-transform: uppercase;
}
.trackMyOrder h4 {
	margin: 0 0 32px;
}
.trackMyOrder div {
	float: left;
	margin: 12px 24px 0 0;
}
.trackMyOrder div input[type="submit"] {
	margin-top: 26px;
}
.userfields_info {
	color: #26292b;
	font-size: 16px;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.related-products-view,
.browse-view,
.order-view {
	margin-bottom: 32px;
	text-align: center;
}
.product,
.category {
	position: relative;
}

/* .category img,*/
.product img {
	opacity: 1;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product .catProductTitle,
.product .catProductPrice,
.product .catSub,
.category .catProductTitle,
.category .catProductPrice,
.category .catSub {
	position: relative;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product .PricesalesPrice,
.category .PricesalesPrice {
	color: #777;
	font: 400 italic 20px Georgia, Times, Times New Roman, serif;
}
.product .readon,
.category .readon {
	background: transparent !important;
	border: 2px solid #000 !important;
	bottom: -100px;
	color: #000 !important;
	font-weight: normal;
	height: 52px;
	left: 50%;
	line-height: 53px;
	opacity: 0;
	padding: 0 60px;
	position: absolute;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .05s;
	-moz-transition-delay: .05s;
	-ms-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
}
.product .readon:active,
.product .readon:focus,
.product .readon:hover,
.category .readon:active,
.category .readon:focus,
.category .readon:hover {
	border-color: #eba034 !important;
	color: #eba034 !important;
}
.product:hover .readon,
.category:hover .readon {
	bottom: 0;
	opacity: 1;
}
/*,
.category:hover img, */
.product:hover img {
	
	opacity: .25;
	-webkit-transform: scale(.75) !important;
	-moz-transform: scale(.75) !important;
	-ms-transform: scale(.75) !important;
	-o-transform: scale(.75) !important;
	transform: scale(.75) !important;

}
.product:hover .catProductTitle,
.product:hover .catProductPrice,
.product:hover .catSub,
.category:hover .catProductTitle,
.category:hover .catProductPrice,
.category:hover .catSub {
	top: -150px;
}
.product:hover .catProductTitle a,
.product:hover .catSub a,
.category:hover .catProductTitle a,
.category:hover .catSub a {
	color: #eba034 !important;
}
.browse-view .product .stockLavel {
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.browse-view .product:hover .readon {
	bottom: 50px;
}
.browse-view .product:hover .stockLavel {
	opacity: 0;
}
.category > div > a,
.product > div > div > a {
	display: block;
}
.vendor-store-desc {
	border: 1px solid #e5e5e5;
	padding: 24px 32px;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
	vertical-align: middle;
	width: 16px;
}
.vmicon,
.vmiconFE {
	background: url(../images/vm/vm2-sprite.png) no-repeat 0 0;
	display: block;
	height: 10px;
	width: 53px;
}
.vm-img-desc {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 3;
	margin: 0 0 2em;
	text-align: center;
}
.vm2-arrow_down {
	background-position: 0 -72px;
	height: 16px;
	width: 16px;
}
.vm2-billto-icon {
	background: none;
}
.vm2-lowstock {
	background-position: 0 -213px;
}
.vm2-normalstock,
.vm2-nostock,
.vm2-lowstock {
	background-position: 0 -207px;
	display: block;
	height: 3px;
	margin: 0 auto;
	width: 53px;
}
.vm2-nostock {
	background-position: 0 -217px;
}
.vm2-lowstock {
	background-position: 0 -212px;
}
.vm2-remove_from_cart {
	background: url(../images/vm/vm2-sprite.png) no-repeat 100% -64px !important;
	border: none !important;
	cursor: pointer;
	display: block;
	float: right !important;
	margin-left: 10px !important;
	margin-top: -36px;
	padding: 0 !important;
	height: 24px !important;
	width: 15px !important;
}
.vm2-shipto-icon {
	background-position: 0 -284px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
}
.vm2-stars0,
.vm2-stars_0 {
	background-position: 0 -50px;
}
.vm2-stars1,
.vm2-stars_1 {
	background-position: 0 -40px;
}
.vm2-stars2,
.vm2-stars_2 {
	background-position: 0 -30px;
}
.vm2-stars3,
.vm2-stars_3 {
	background-position: 0 -20px;
}
.vm2-stars4,
.vm2-stars_4 {
	background-position: 0 -10px;
}
.vm2-termsofservice-icon {
	display: inline-block;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px;
}
.vm2-warning {
	height: 40px;
	width: 50px;
}
.vmGkCartProducts {
	padding: 12px 0 24px;
}
.vmpayment_cardinfo {
	color: gray;
	font-size: 9px;
}
.vmpayment_description,
.vmshipment_description {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 0 2px;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
	padding: 0 2px;
}
.vmquote {
	font-size: smaller;
}
.vmCartModule dl + dl {
	border-top: 1px solid #26292b;
	margin: 32px 0 0;
	padding: 12px 0 0;
}
.vmCartModule dl dt {
	clear: both;
	float: left;
}
.vmCartModule dl dd {
	text-align: right;
}
.vmCartModule dl dt a {
	color: #e5e5e5;
}
.vmCartModule dl dt a:hover {
	color: #eba034;
}
.vmCartModule dd strong {
	color: #eba034;
	font-size: 20px;
}
.width1 {
	width: 1%;
}
.width10 {
	width: 10%;
}
.width11 {
	width: 11%;
}
.width12 {
	width: 12%;
}
.width13 {
	width: 13%;
}
.width14 {
	width: 14%;
}
.width15 {
	width: 15%;
}
.width16 {
	width: 16%;
}
.width17 {
	width: 17%;
}
.width18 {
	width: 18%;
}
.width19 {
	width: 19%;
}
.width2 {
	width: 2%;
}
.width20 {
	width: 20%;
}
.width21 {
	width: 21%;
}
.width22 {
	width: 22%;
}
.width23 {
	width: 23%;
}
.width24 {
	width: 24%;
}
.width25 {
	width: 25%;
}
.width26 {
	width: 26%;
}
.width27 {
	width: 27%;
}
.width28 {
	width: 28%;
}
.width29 {
	width: 29%;
}
.width3 {
	width: 3%;
}
.width30 {
	width: 30%;
}
.width31 {
	width: 31%;
}
.width32 {
	width: 32%;
}
.width33 {
	width: 33%;
}
.width34 {
	width: 34%;
}
.width35 {
	width: 35%;
}
.width36 {
	width: 36%;
}
.width37 {
	width: 37%;
}
.width38 {
	width: 38%;
}
.width39 {
	width: 39%;
}
.width4 {
	width: 4%;
}
.width40 {
	width: 40%;
}
.width41 {
	width: 41%;
}
.width42 {
	width: 42%;
}
.width43 {
	width: 43%;
}
.width44 {
	width: 44%;
}
.width45 {
	width: 45%;
}
.width46 {
	width: 46%;
}
.width47 {
	width: 47%;
}
.width48 {
	width: 48%;
}
.width49 {
	width: 49%;
}
.width5 {
	width: 5%;
}
.width50 {
	width: 50%;
}
.width51 {
	width: 51%;
}
.width52 {
	width: 52%;
}
.width53 {
	width: 53%;
}
.width54 {
	width: 54%;
}
.width55 {
	width: 55%;
}
.width56 {
	width: 56%;
}
.width57 {
	width: 57%;
}
.width58 {
	width: 58%;
}
.width59 {
	width: 59%;
}
.width6 {
	width: 6%;
}
.width60 {
	width: 60%;
}
.width61 {
	width: 61%;
}
.width62 {
	width: 62%;
}
.width63 {
	width: 63%;
}
.width64 {
	width: 64%;
}
.width65 {
	width: 65%;
}
.width66 {
	width: 66%;
}
.width67 {
	width: 67%;
}
.width68 {
	width: 68%;
}
.width69 {
	width: 69%;
}
.width7 {
	width: 7%;
}
.width70 {
	width: 70%;
}
.width71 {
	width: 71%;
}
.width72 {
	width: 72%;
}
.width73 {
	width: 73%;
}
.width74 {
	width: 74%;
}
.width75 {
	width: 75%;
}
.width76 {
	width: 76%;
}
.width77 {
	width: 77%;
}
.width78 {
	width: 78%;
}
.width79 {
	width: 79%;
}
.width8 {
	width: 8%;
}
.width81 {
	width: 81%;
}
.width82 {
	width: 82%;
}
.width83 {
	width: 83%;
}
.width84 {
	width: 84%;
}
.width85 {
	width: 85%;
}
.width86 {
	width: 86%;
}
.width87 {
	width: 87%;
}
.width88 {
	width: 88%;
}
.width89 {
	width: 89%;
}
.width9 {
	width: 9%;
}
.width90 {
	width: 90%;
}
.width91 {
	width: 91%;
}
.width92 {
	width: 92%;
}
.width93 {
	width: 93%;
}
.width94 {
	width: 94%;
}
.width95 {
	width: 95%;
}
.width96 {
	width: 96%;
}
.width97 {
	width: 97%;
}
.width98 {
	width: 98%;
}
.width99 {
	width: 99%;
}
.width100 {
	width: 100%;
}
.write-reviews h4 {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 36px;
	padding: 0 0 12px;
}
.write-reviews h4 span {
	font-size: 14px;
	font-weight: 400;
	margin-left: 8px;
}
.write-reviews h4 span.step {
	color: #26292b;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 8px;
}
.write-reviews textarea.virtuemart {
	display: inline-block;
	margin: 1em 0;
}
.write-reviews ul.rating {
	margin: 6px 0 20px;
	padding: 0;
}
.write-reviews ul.rating li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
	text-align: center;
}
.write-reviews ul.rating li span,
.product-field-display a img,
.trackMyOrder label,
table.cart-summary td > img + br,
#product-tabs-content > div:first-child {
	display: block;
}
a.highlight,
a.highlight:visited {
	background-position: 0 -160px;
	border: solid #ecd517 1px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px 1px;
	text-decoration: none;
}
a.product-details,
a.details,
div.details {
	display: inline-block;
}
div.PricesalesPrice {
	font-size: 18px;
	margin: 0 0 16px;
	padding: 0 0 16px;
}
table.generalUserInfo,
table.user-details {
	margin: 16px 0;
}
h2.catSub {
	border: none;
	margin: 0;
}
input.addtoCart:hover {
	background: #eba034;
}
input.custom-attribute {
	width: 140px;
}
input.highlight-button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
input.quantity-input {
	padding: 6px 8px !important;
	width: 52px;
}
input.vm-default {
	margin-bottom: 2px;
}
input.vm2-add_quantity_cart,
input.vm2-add_quantity_cart:hover {
	background: url(../images/vm/vm2-sprite.png) no-repeat 10px -64px !important;
	border: none;
	float: right;
	margin: 0;
	padding: 15px;
	width: 15px;
	border: 0 !important;
}
label.product-fields-title {
	color: #26292b;
	display: inline-block;
	min-width: 15%;
}
label.quantity_box {
	line-height: 32px;
	margin-right: 12px;
}
.quantity_box_wrap {
	display: block;
	margin: 0 0 20px;
}
.quantity-controls input[type="button"] {
	background: none;
	border: none;
	color: #26292b !important;
	float: none;
	font-size: 16px;
	display: inline-block;
	margin: 0;
	padding: 0 6px;
}
.quantity-controls input[type="button"]:active,
.quantity-controls input[type="button"]:focus,
.quantity-controls input[type="button"]:hover {
	background: transparent !important;
}
select#virtuemart_currency_id {
	margin: 0 0 12px;
	width: 100%;
}
.product-price span.PricesalesPrice {
	color: #26292b;
	font: 400 italic 36px Georgia, Times, Times New Roman, serif;
	margin: 20px 0 0 12px;
}
span.bold {
	color: #26292b;
	font-weight: 500;
}
span.custom-variant-inputbox {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 152px;
}
span.details-button {
	margin: 0 0 0 10px;
}
span.details-button input.details-button {
	border: 1px solid #e5e5e5;
	color: #777;
	cursor: pointer;
	text-align: center;
}
span.manufacturer {
	margin: 0 0 0 16px;
}
span.quantity-box {
	font-weight: 700;
	margin: 0 10px 0 0;
}
span.stock-level {
	color: #999;
	font-size: 10px;
}
span.terms-of-service {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
}
span.title,
h4.title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 0 0;
	text-transform: uppercase;
}
span.tos {
	display: inline-block;
	margin-right: 15px;
}
span.variant-dropdown {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 150px;
}
span.variant-dropdown select {
	width: 150px;
}
span.variant-name,
span.custom-variant-name {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 100px;
}
table.cart-summary td {
	font-size: 16px;
	vertical-align: middle;
}
.product-field-type-B,
.product-field-type-S,
.product-field-type-I,
.addtocart-area .product-fields select {
	width: auto;
}
table.shopperInformation td,
table.generalUserInfo td,
table.user-details td {
	border: none;
	padding: 3px 24px 3px 0;
}
table.shopperInformation tr:hover,
table.generalUserInfo tr:hover,
table.user-details tr:hover {
	background: none;
}
table.user-details input {
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px;
}
td.orders-key {
	font-weight: 700;
	text-align: left;
}
textarea.virtuemart {
	color: #777;
	padding: 5px 5px 4px;
	text-align: left;
}
.buttonBar-right {
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
}
#com-form-login,
.billto-shipto,
.trackMyOrder form[name="com-login"] {
	margin: 32px 0;
	overflow: hidden;
	padding: 48px 0 24px;
}
#form-login.vmlogout {
	line-height: 37px;
	margin: -165px 0 125px;
	text-align: right;
}
#form-login.vmlogout input {
	border: none;
	background: none;
	color: #999 !important;
	font-weight: 600;
	padding: 0;
}
#form-login.vmlogout input:hover {
	color: #26292b !important;
}
.billto-shipto {
	border-top: 1px solid #e5e5e5;
}
.billto-shipto > div {
	float: left;
	text-align: center;
	width: 49%;
}
.billto-shipto > div > span {
	color: #26292b;
	font-size: 16px;
	font-weight: 600;
}
.billto-shipto > div + div {
	float: right;
}
.billto-shipto strong {
	font-size: 12px;
}
.billto-shipto a {
	font-size: 11px;

	line-height: 46px;
	text-transform: uppercase;
}
.vendor-details-view address {
	font-style: normal;
	margin: 30px 0;
}
.vendor-details-view .vendor-image {
	float: right;
	margin: 30px 0 30px 30px;
}
.vendor-details-view textarea {
	width: 100%;
}
.vendor-details-view p {
	margin: 20px 0;
}
.vendor-details-view .manufacturer {
	padding: 20px 0;
	width: 100%;
}
.vendor-details-view .manufacturer h4 small {
	color: #777;
	display: block;
	font-size: 14px;
	line-height: 1.8;
}
.vendor-details-view h1 {
	margin: 0 0 30px 0;
}
.vendor-details-view h1 small {
	color: #777;
	display: block;
	font-size: 18px;
	line-height: 1.8;
}
.addtocart-area > form {
	display: table;
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}
.addtocart-area > form.narrow-form {
	width: 560px;
}
.addtocart-area > form > div {
    display: table-cell !important;
    float: none !important;
    vertical-align: top;
    width: 50%;
}
.addtocart-area .addtocart-bar {
    text-align: right;    margin-top: 0;
    width: 230px;
    display: inline-block!important;
}
.addtocart-area .product-fields {
	text-align: left;
}
.addtocart-area .product-fields .product-field > * {
	display: inline-block;
}
.addtocart-area .product-fields .hasTip {
	display: none;
}
.addtocart-area .product-fields .product-fields-title {
	font-size: 16px;
}
.addtocart-area .product-fields .product-fields-title strong {
	color: #26292b;
	margin: 0 12px 0 0;
}
.addtocart-area .product-fields .product-field-desc {
	font-size: 12px;
	padding: 5px 0;
}
.addtocart-area .product-fields .product-field-display .chzn-container {
	font-size: 13px;
}
.addtocart-area .product-fields select {
	max-width: 170px !important;
	white-space: nowrap;
}
.cart-view .vm-cart-header-container {
	text-align: center;
}
.cart-view .vm-cart-header-container .vm-cart-header,
.cart-view .vm-cart-header-container .vm-continue-shopping {
	width: 100%;
}
.cart-view #userForm {
	text-align: center;
}
.cart-view #userForm h2,
.cart-view #userForm .userfields_info {
    border-top: 1px solid #e5e5e5;
    color: #26292b;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 32px 0;
    padding: 48px 0 0;
    text-transform: uppercase;
}
.cart-view #userForm td {
	text-align: left;
	width: 50%;
	padding: 6px 24px;
}
.cart-view #userForm .key {
	text-align: right;
}
.cart-view #com-form-login {
	text-align: center;
}
.cart-view #com-form-login h4 {
	font-weight: normal;
	margin: 0 0 52px;
}
.cart-view #com-form-login a {
	font-size: 13px;
	color: #999 !important;
}
.cart-view #com-form-login a:hover {
	color: #eba034 !important;
}
.cart-view #com-form-login .formLoginWrap input,
.cart-view #com-form-login .trackMyOrder div {
	margin: 0 24px 12px 0;
}
.cart-view .cart-summary .PricebillTotal {
	color: #26292b;
	font: 400 italic 32px Georgia, Times, Times New Roman, serif;
}
.cart-view .cart-summary .cart-images {
	float: left;    width: 110px;
}
.cart-view .cart-summary .cart-images img {
    max-width: 100px;
    max-height: 100px;
    margin: auto!important;
    text-align: center;
    float: none;
    display: table;
}
.cart-view .cart-summary .cart-images + a {
	display: block;
font-weight: normal;
	margin: 16px 0 0;    line-height: initial;
}
.cart-view .cart-summary .quantity-input {
	float: left;
	text-align: center;
}
.cart-view .cart-summary .quantity-input + input,
.cart-view .cart-summary .quantity-input + input + input {
	float: left !important;
}
.cart-view .cart-summary .quantity-input + input {
	padding: 0 15px;
	margin-top: -5px;
}
.cart-view .cart-summary .quantity-input + input + input {
	margin-left: 12px !important;
	padding: 0 8px !important;
}
.cart-view .cart-summary .vm-customfield-cart {
	font-size: 14px;
	line-height: 1.2;
}
.cart-view .cart-summary .coupon td,
.cart-view .cart-summary tr:last-child td {
	border: none;
	padding: 32px 0;
}
.cart-view .cart-summary .inputbox {
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	text-align: center;
}
.cart-view .cart-summary .sectiontableentry1 fieldset {
	clear: both;
}
.cart-view .cart-summary div.PricesalesPrice {
	background: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.cart-view .cart-summary tbody tr td {
	padding: 5px 8px;
}
.cart-view .cart-summary h1 {
	font-size: 14px;
	line-height: 1.5;
}
.vm-header {
	margin: 0 0 52px;
}
.vm-header h1 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}
.vm-header > h3 {
	border-top: 1px solid #e5e5e5;
	margin: 100px 0;
	text-align: center;
}
.vm-header > h3 > span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 8px;
	line-height: 1.7;
	margin: 72px 0 0;
	padding: 8px 18px 6px;
	text-transform: uppercase;
}
.vm-header .subline {
	font-size: 11px;
	font-weight: 600;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
}
table.vm-table {
	font-size: 16px;
}
table.vm-table strong {
	color: #26292b;
	font-weight: 600;
}
table.vm-table .PricebillTotal {
	border: none;
	color: #26292b;
	font: 400 italic 32px Georgia, Times, Times New Roman, serif;
}
table.vm-table dt {
	float: left;
	font-weight: 400;
	margin: 0 24px 0 0;
	min-width: 220px;
}
table.vm-table td.no-border {
	border: none;
}
.vm-fieldset-customer-note,
.vm-fieldset-tos {
	text-align: center;
}
.vm-fieldset-customer-note span.customer-note,
.vm-fieldset-customer-note span.tos,
.vm-fieldset-tos span.customer-note,
.vm-fieldset-tos span.tos {
	color: #26292b;
	display: block;
	font-size: 16px;
	
	margin: 32px 0 0;
}
.vm-fieldset-customer-note #customer_note_field,
.vm-fieldset-tos #customer_note_field {
    margin: 24px 0 0;
    line-height: 1.5;
    padding: 20px;
    min-height: 120px;
}
.vm-fieldset-customer-note span.tos,
.vm-fieldset-tos span.tos {
	display: inline-block;
}
.vm-order-done form#form-login {
    margin-top: 60px;
}
.vm-fieldset-customer-note #terms-of-service,
.vm-fieldset-tos #terms-of-service {
	color: #999;
	font-size: 13px;
	font-weight: normal;
}
.checkout-button-top {
	margin: 2em 0 0;
	text-align: center;
}
.checkout-button-top button {
	background: #eba034;
}
.checkout-button-top button:hover {
	background: #26292b;
}
.vmicon.vm2-add_quantity_cart {
	background-position: 12px -66px;
	border: none;
	display: block;
	height: 32px;
	margin-top: 10px;
	padding: 0 20px;
	width: 32px !important;
}
.vmicon.vm2-add_quantity_cart:hover {
	background-color: transparent !important;
	background-image: url(../images/vm/vm2-sprite.png) !important;
	background-repeat: no-repeat;
	opacity: 0.6;
}
#fancybox-wrap,
#fancybox-outer,
#fancybox-content,
#fancybox-content >div {
	min-height: 50px;
	min-width: 345px;
}
#fancybox-content,
#fancybox-content >div {
	min-width: 340px;
	display: block;
	width: 100%!important;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
	background: #eba034;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: 400;
	padding: 8px 12px;
	position: absolute;
	right: 17px;
	text-align: center;
	text-transform: uppercase;
}
#fancybox-content > div {
	padding-bottom: 25px;
	    line-height: 1.4;
}
#fancybox-content .continue_link {
	left: 10px;
	right: auto;
	background: #222;
	left: 0;
}
#fancybox-content .continue_link {
	left: 0;
}
#facebox>span {
	display: none;
}
#facebox .popup {
	background: #fff none repeat scroll 0 0;
	border-radius: 0 !important;
	border: medium none;
	min-width: 320px;
	overflow: hidden !important;
	padding: 20px;
}
#facebox .popup .content {
	display: block !important;
	padding: 10px 30px 50px 10px !important;
	position: relative;
	text-align: left;
	width: auto !important;
}
#facebox .popup .content a {
	background: #eba034 none repeat scroll 0 0;
	border-radius: 2px;
	border: 1px solid #eba034;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: block;
font-size: 14px;
	font-weight: 400;
	padding: 6px 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
}
#facebox .popup .content a:hover {
	background: #26292b none repeat scroll 0 0 !important;
}
#facebox .popup .content a.continue_link {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border: 1px solid #cccccc;
	color: #26292b;
	left: 10px;
	right: auto;
}
#facebox .popup .content a.continue_link:hover {
	background: #26292b none repeat scroll 0 0 !important;
	border-color: #26292b;
	color: #fff;
}
#facebox .popup .content h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	min-width: 400px;
	padding: 12px 0 20px;
}
#facebox .popup .content>a:hover {
	border-color: #26292b;
}
#acymailing_messages_info {
	padding: 0;
	text-align: center;
}
#acylistslisting .acymailing_list {
	margin: 20px 0 0 0;
}
#acylistslisting .acymailing_list .list_name {
	font-size: 18px;
	font-weight: bold;
}
#acylistslisting .acymailing_list .list_description {
	font-size: 15px;
}
#acyarchivelisting {
	text-align: center;
}
#acyarchivelisting h1 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 8px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#acyarchivelisting td {
	border: none;
	padding: 10px 0;
}
#acyarchivelisting .contentdescription {
	font-size: 11px;
	font-weight: 600;
	line-height: 46px;
	margin: 0 auto 3em;
	text-transform: uppercase;
	padding: 0 0 52px !important;
}
#acyarchivelisting .archiveRow {
	border-bottom: 1px solid #e5e5e5;
	margin: 52px 0 0;
	padding: 0 0 52px;
	text-align: left;
}
#acyarchivelisting .archiveRow .acyarchivetitle {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 52px 0 6px;
}
#acyarchivelisting .archiveRow .archiveItemDesc {
	font-size: 16px;
	line-height: 1.4;
}
#acymailingsearch {
	margin-bottom: 20px;
	min-width: 400px;
}
#acyusersubscription {
	font-size: 16px;
}
#acyusersubscription label {
	font-size: 14px;
	font-weight: normal !important;
}
#acyusersubscription input[type="radio"] {
	margin-right: 5px;
}
#acyusersubscription .acystatus {
	clear: both;
	float: left;
	width: 15%;
}
#acyusersubscription .acyListInfo {
	float: left;
	width: 80%;
}
#acyusersubscription .acyListInfo .list_name {
	font-size: 16px;
	font-weight: bold;
}
#acyusersubscription .acy_onelist {
    border-bottom: 1px solid #e5e5e5;
    margin: 12px 0 0;
    overflow: hidden;
    padding: 0px 0 12px;
}
#acyusersubscription .list_description p {
    padding: 0;
    margin: 0;
}
#acyuserinfo .acykey {
	clear: both;
	float: left;
	width: 15%;
}
#acyuserinfo .inputVal {
	float: left;
	margin-bottom: 10px;
	width: 80%;
}
#acyuserinfo label {
	font-size: 14px;
	font-weight: normal !important;
}
#acyuserinfo input[type="radio"] {
	margin-right: 5px;
}
#acymodifyform h1 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 12px;
	padding-bottom: 12px;
	text-align: center;
}
#acymodifyform legend {
	border-top: 1px solid #e5e5e5;
	color: #26292b;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 32px 0;
	padding: 48px 0 0;
	text-align: center;
	width: 100%;
}
#acymodifyform .acymodifybutton {
	text-align: center;
}
body {
	line-height: 2;
}
h1 {
	font-weight: normal;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
button,
.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
#gkMainbody .readmore > a,
.readon,
.btn,
.btn-border,
.btn-thin-border {
	border-radius: 2px;
	color: #26292b;
}
label {
	font-size: 16px;
	text-transform: none;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: transparent url('../images/arrow.svg') no-repeat right 10px center;
	cursor: pointer;
	padding-right: 28px;
}
th {
	background: #c10c1a;
	color: #fff;
	font-size: 16px;
}
#gkLogo {
	margin-top: 52px;
}
#gkHeaderNav .gkMainMenu {
	margin-top: 40px !important;
}
#gkHeaderNav.gk-fixed-nav {
	-webkit-box-shadow: 0 0 2px rgba(0,0,0, .15);
	-moz-box-shadow: 0 0 2px rgba(0,0,0, .15);
	box-shadow: 0 0 2px rgba(0,0,0, .15);
}
#gkHeaderNav.gk-fixed-nav #gkLogo {
	margin-top: 72px;
}
#gkHeaderNav.gk-fixed-nav .gkMainMenu {
	height: 72px;
	margin-top: 48px !important;
}
#gkHeaderNav.gk-fixed-nav .gkMainMenu .gkmenu.level0 > li > a {
	padding: 24px 15px;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent {
	border-radius: 1px;
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0, .15);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0, .15);
	box-shadow: 0 3px 2px rgba(0,0,0, .15);

}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent:after {
	clear: both;
	content: "";
	display: table;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent li {
	padding: 8px 0;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent li a {
	padding: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent .header {
	padding: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent .header a {
	color: #000;
	display: block;
	font-size: 13px;
	padding: 0 0 24px 0;
	text-transform: uppercase;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent .header a:active,
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent .header a:focus,
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent .header a:hover {
	color: #eba034;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent-inner {
	padding: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu li div.childcontent-inner:after {
	clear: both;
	content: "";
	display: table;
}
.frontpage .gk-desc {
	padding: 150px 0;
}
.frontpage .gk-desc h2 {
    color: rgba(193, 12, 26, 0.9);
    font-size: 30px;
    /* letter-spacing: 7px; */
    /* text-transform: uppercase; */
    font-weight: normal;
    margin: 0;
}
.frontpage .gk-desc p {
	color: #444;
	font-size: 20px;
	line-height: 36px;
	margin: 0 auto 80px auto;
	max-width: 920px;
}

.box .header {
	color: rgb(193,12,26);
	   
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	padding: 0 0 40px 0;
	text-transform: uppercase;

}
#gkFooter {
	background: #f5f5f6;
	padding: 65px 0;
}
#gkFooterNav {
	border-top: none;
	float: left;
	padding: 0;
	width: 50%;
}
#gkFooterNav  li {
	float: left;
	    font-size: 14px;
	    line-height: 26px;
	    padding: 0!important;
	    text-align: left;
	    width: 40%;
}
#gkFooterNav ul.logos li {
    width: 33%;
    height: 80px;
    max-height: 80px;
    position: relative;
}
#gkFooterNav ul.logos li img {
    height: auto;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    position: absolute;
    left: 50%;
    padding: 12px;
    max-height: 110px;

}

#gkFooterNav li a {
	color: #444;
	font-weight: normal;
	text-transform: none;
}
#gkFooterNav li a:active,
#gkFooterNav li a:focus,
#gkFooterNav li a:hover {
	color: #eba034;
}
#gkCopyrights {
	color: #444;
	float: right;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	text-align: right;
	text-transform: none;
	width: 50%;
}
#gkCopyrights:before {
	display: none;
}
.gk-video-link {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	float: none;
	margin: auto!important;
	display: table;
}
.gk-video-link > i {
	border-width: 4px;
	font-size: 28px;
	height: 76px;
	line-height: 70px;
	margin: 0 30px;
	position: relative;
	text-indent: 7px;
	top: 5px;
	width: 76px;
	will-change: opacity, transoform;
	z-index: 10;
}
.gk-video-link:hover > i {
	margin: 0 45px;
}
.search-page .header:after {
	display: none;
}
.search-page .header > img {
	bottom: 0;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.search-page .header-content h1 {
	color: #000;
}
.search-page .header-content .btn-border {
	border-color: #000 !important;
	color: #000 !important;
}
.error-page #gkPageContent {
	background: url('../images/header_bg.jpg') no-repeat center bottom;
	background-size: cover;
}
.error-page h1 {
	color: #000;
	font-weight: 300;
}
.error-page h2 {
	color: #000;
	color: #999;
	font-size: 12px;
	letter-spacing: 12px;
	text-transform: uppercase;
}
.error-page .search-goog {
	color: #000;
	font-size: 14px;
	padding: 60px 0 180px;
}
.error-page .search-goog input[type="submit"] {
	box-sizing: border-box;
	background: none;
	border: 2px solid #000;
	color: #000 !important;
	margin: 0 0 0 12px;
}
.error-page .search-goog input[type="submit"]:hover {
	border-color: #eba034;
	color: #eba034 !important;
}
.blog-page .item-title {
	font-weight: normal;
}
.blog-page  .cat-item-intro-text {
	font-size: 18px;
    width: 80%;
    margin: auto;
}
.itemTags li {
	font-size: 18px;
}
.single-page .itemFullText {
	font-size: inherit;
}
#aside-menu {
	background: #000;
}
#aside-menu .gk-social-icons a {
	color: rgba(255,255,255,0.4) !important;
}
#gkMobileMenu {
    margin: 28px 0 0 0 !important;
}
.gk-image-badge {
	position: relative;
}
.gk-image-badge-yellow,
.gk-image-badge-green,
.quark-product-showcase .nspFeatured:after {
	background: #c10c1a;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 500;
	height: 90px;
	left: 75%;
	letter-spacing: -0.5px;
	line-height: 1;
	margin: -45px 0 0 -45px;
	padding: 20px 0;
	position: absolute;
	text-align: center;
	top: 5%;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
	width: 90px;
	z-index: 1;
}
.gk-image-badge-yellow,
.quark-product-showcase .nspFeatured:after {
	background: #fcb840;
}
.productDetails {
	position: relative;
}
.product .gk-image-badge-yellow,
.productDetails .gk-image-badge-yellow,
.quark-product-showcase .nspFeatured:after {
	content: "Featured";
	font-size: 18px;
	left: auto;
	padding: 34px 0;
	right: 20px;
	top: 50px;
}
.productDetails .main-image .gk-image-badge-yellow {
	right: 12%;
}
.box.quark-gallery {
	position: relative;
}
.box.quark-gallery .box-wrap > .header {
	padding-bottom: 136px;
}
.box.quark-gallery .nspArts {
	float: right !important;
	width: 50% !important;
}
.box.quark-gallery .nspArts.no-hover .nspArt:first-child .nspImageWrapper {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 10;
}
.box.quark-gallery .nspArt h4.nspHeader {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 40px 0;
	text-transform: uppercase;
}
.box.quark-gallery .nspArt p.nspText {
	color: #444;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}
.box.quark-gallery .nspArt .readon {
	clear: both;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 0;
}
.box.quark-gallery .nspArt .readon:before,
.box.quark-gallery .nspArt .readon:after {
	content: "";
	display: block;
	position: absolute;
}
.box.quark-gallery .nspArt .readon:before {
	background: #eba034;
	height: 1px;
	top: 4px;
	width: 11px;
}
.box.quark-gallery .nspArt .readon:after {
	border-top: 1px solid #eba034;
	border-right: 1px solid #eba034;
	height: 9px;
	left: 2px;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 9px;
}
.box.quark-gallery .nspArt .readon:hover:before {
	background: #444;
}
.box.quark-gallery .nspArt .readon:hover:after {
	border-top-color: #444;
	border-right-color: #444;
}
.box.quark-gallery .nspArt:hover .nspImageWrapper {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 11;
}
.box.quark-gallery .nspArt:hover .nspImageWrapper:hover img {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}
.box.quark-gallery .nspImageWrapper {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 0;
}
.box.quark-product-showcase .nspArt {
	position: relative;
}
.box.quark-product-showcase .nspArt div {
	overflow: visible;
	position: relative;
}
.box.quark-product-showcase .nspArt img {
	opacity: 1;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
.box.quark-product-showcase .nspArt .addtocart-area > form {
	display: block;
}
.box.quark-product-showcase .nspArt h4.nspHeader {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.box.quark-product-showcase .nspArt .nspImageWrapper:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.box.quark-product-showcase .nspInfo strong,
.box.quark-product-showcase .nspArt h4.nspHeader {
	position: relative;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.box.quark-product-showcase .nspInfo strong {
	color: #777;
	font: 400 italic 20px Georgia, Times, Times New Roman, serif;
}
.box.quark-product-showcase .addtocart-area > form > div {
	display: block !important;
	width: 100%;
}
.box.quark-product-showcase .addtocart-button {
	background: transparent !important;
	border: 2px solid #000 !important;
	border-radius: 2px;
	bottom: -100px;
	color: #000 !important;
	font-weight: normal;
	height: 52px;
	left: 50%;
	line-height: 52px;
	opacity: 0;
	padding: 0 60px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .05s;
	-moz-transition-delay: .05s;
	-ms-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
}
.box.quark-product-showcase .addtocart-button:active,
.box.quark-product-showcase .addtocart-button:focus,
.box.quark-product-showcase .addtocart-button:hover {
	border-color: #eba034 !important;
	color: #eba034 !important;
}
.box.quark-product-showcase .nspArt:hover .addtocart-button {
	bottom: 0;
	opacity: 1;
}
.box.quark-product-showcase .nspArt:hover img {
	opacity: .25;
	-webkit-transform: scale(.75) !important;
	-moz-transform: scale(.75) !important;
	-ms-transform: scale(.75) !important;
	-o-transform: scale(.75) !important;
	transform: scale(.75) !important;
}
.box.quark-product-showcase .nspArt:hover .nspInfo strong,
.box.quark-product-showcase .nspArt:hover h4.nspHeader {
	top: -150px;
}
.box.quark-product-showcase .nspArt:hover h4.nspHeader a {
	color: #eba034;
}
.gkStoreInfo {
	display: table;
	margin: 200px auto 0 auto;
	max-width: 980px;
	position: relative !important;
	z-index: 1;
}
.gkStoreHeader {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 60%;
}
.gkStoreHeader small {
	color: #999;
	font-size: 12px;
	letter-spacing: 12px;
	text-transform: uppercase;
}
.gkStoreHeader h1 {
	color: #000 !important;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.gkStoreImage {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
.gkStoreImage > img {
	left: 0;
	position: static !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	width: 80% !important;
}
#gkHeaderMod .gkStoreInfo .btn-border {
	border-color: #000 !important;
	color: #000 !important;
}
#gkHeaderMod .gkStoreInfo .btn-border:active,
#gkHeaderMod .gkStoreInfo .btn-border:focus,
#gkHeaderMod .gkStoreInfo .btn-border:hover {
	border-color: #eba034 !important;
	color: #eba034 !important;
}
.gkStoreInfoAdditional {
	bottom: 100px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
@media (min-height: 1420px) {
	#gkHeaderMod .gkStoreImage > img {
		height: auto !important;
		max-width: 100% !important;
		width: 100% !important;
	}

}
@media (max-height: 1200px) {
	.gkStoreInfo {
		margin: 150px auto 0 auto;
	}
	.gkStoreInfoAdditional {
		bottom: 25px;
	}

}
@media (max-height: 1040px) {
	#gkHeaderMod .gkStoreImage > img {
		height: auto !important;
		width: 70% !important;
	}
	.gkStoreInfoAdditional {
		bottom: 15px;
	}

}
@media (max-height: 950px) {
	#gkHeaderMod .gkStoreImage > img {
		height: auto !important;
		width: 60% !important;
	}

}
@media (max-height: 800px) {
	#gkHeaderMod .gkStoreImage > img {
		width: 50% !important;
	}

}
@media (max-height: 800px) {
	.gkStoreInfoAdditional {
		line-height: 1.2;
	}
	.gkStoreHeader h1 {
		font-size: 48px;
		letter-spacing: 2px;
	}
	.gkStoreHeader small {
		letter-spacing: 4px;
	}
	#gkHeaderMod .gkStoreInfo .btn-border {
		margin-top: 40px;
	}

}
@media (max-height: 700px) {
	#gkHeaderMod .gkStoreImage > img {
		height: auto !important;
		width: 40% !important;
		max-width: 40% !important;
	}
	#gkHeaderMod .gkStoreInfo .btn-border {
		margin-top: 40px;
		padding: 5px 15px !important;
	}
	.gkStoreInfo {
		margin: 100px auto 0 auto;
	}

}
@media (max-height: 600px) {
	.gkStoreInfo {
		margin: 70px auto 0 auto;
	}
	.gkStoreHeader {
		padding-top: 50px;
		vertical-align: top;
	}

}
.gk-footer-social-icons {
	margin: 0 0 18px 0;
}
.gk-footer-social-icons a {
	color: #999 !important;
	font-size: 24px;
	margin: 0 2px;
}
.gk-footer-social-icons a:active,
.gk-footer-social-icons a:focus,
.gk-footer-social-icons a:hover {
	color: #eba034;
}
.big-photo {
	display: table;
	width: 100%;
}
.big-photo .big-photo-img,
.big-photo .big-photo-desc {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.big-photo .big-photo-desc {
	background: #c10c1a;
	padding: 65px 180px;
	/*padding: 170px 210px;*/
}
.big-photo .big-photo-desc h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 1;
	margin: 0 0 72px 0;
	max-width: 560px;
	text-align: left;
	text-transform: uppercase;
}
.big-photo .big-photo-desc p {
	color: #fff;
	line-height: 36px;
	max-width: 560px;
	text-align: left;
}
.big-photo .big-photo-desc > span {
	display: block;
	max-width: 560px;
}
.big-photo .big-photo-img {
	background: #c10c1a;
	height: 100%;
	position: absolute;
}
.big-photo .big-photo-img img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.big-photo .big-photo-button {
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 64px;
	margin: 50px 0;
	-webkit-perspective: 1200;
	-moz-perspective: 1200;
	-ms-perspective: 1200;
	perspective: 1200;
	position: relative;
	width: 64px;
	z-index: 8;
}
.big-photo .big-photo-button.gk-overlay-button {
	position: absolute;
}
.big-photo .big-photo-button .big-photo-button-preloader {
	background: #000;
	border-radius: 50%;
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 65px;
	z-index: 10;
}
.big-photo .big-photo-button .big-photo-button-preloader:before,
.big-photo .big-photo-button .big-photo-button-preloader:after {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.big-photo .big-photo-button .big-photo-button-preloader:before {
	height: 2px;
	left: 20px;
	top: 31px;
	width: 25px;
}
.big-photo .big-photo-button .big-photo-button-preloader:after {
	height: 25px;
	left: 31px;
	top: 20px;
	width: 2px;
}
.big-photo .big-photo-button .big-photo-button-popup {
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .19);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .19);
	box-shadow: 0 0 30px rgba(0, 0, 0, .19);
	display: none;
	padding: 60px 45px;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: scale(0) translateX(-80px) translateY(80px) rotateX(90deg);
	-moz-transform: scale(0) translateX(-80px) translateY(80px) rotateX(90deg);
	-ms-transform: scale(0) translateX(-80px) translateY(80px) rotateX(90deg);
	-o-transform: scale(0) translateX(-80px) translateY(80px) rotateX(90deg);
	transform: scale(0) translateX(-80px) translateY(80px) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 300px;
	z-index: 9;
}
.big-photo .big-photo-button .big-photo-button-popup.opened {
	opacity: 1;
	-webkit-transform: scale(1) translateX(0) translateY(0) rotateX(0);
	-moz-transform: scale(1) translateX(0) translateY(0) rotateX(0);
	-ms-transform: scale(1) translateX(0) translateY(0) rotateX(0);
	-o-transform: scale(1) translateX(0) translateY(0) rotateX(0);
	transform: scale(1) translateX(0) translateY(0) rotateX(0);
}
.big-photo .big-photo-button .big-photo-button-popup img {
	display: block;
	height: auto;
	margin: -60px -45px 45px -45px;
	position: static;
}
.big-photo .big-photo-button .big-photo-button-popup strong {
	color: #444;
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	text-align: left;
}
.big-photo .big-photo-button .big-photo-button-popup small {
	color: #777;
	display: block;
	font-size: 16px;
	text-align: left;
}
.big-photo .big-photo-button .gk-circle-loader {
	height: 92px;
	left: -14px;
	opacity: 0;
	position: relative;
	top: -14px;
	-webkit-transform: rotate(-90deg) scale(0.5);
	-moz-transform: rotate(-90deg) scale(0.5);
	-ms-transform: rotate(-90deg) scale(0.5);
	-o-transform: rotate(-90deg) scale(0.5);
	transform: rotate(-90deg) scale(0.5);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 92px;
}
.big-photo .big-photo-button .gk-circle-loader-path {
	fill: none;
	stroke: rgba(255,255,255,0.63);
	stroke-linecap: butt;
	stroke-width: 6px;
	stroke-dasharray: 272;
	stroke-dashoffset: 0;
}
.big-photo .big-photo-button .gk-circle-loader-bar {
	fill: none;
	stroke: #000;
	stroke-linecap: butt;
	stroke-width: 6px;
	stroke-dasharray: 272;
	stroke-dashoffset: 272;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.big-photo .big-photo-button .gk-circle-loader-bar.loading {
	stroke-dashoffset: 0;
}
.big-photo .big-photo-button.clicked .big-photo-button-preloader:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.big-photo .big-photo-button.clicked .big-photo-button-preloader:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.big-photo .big-photo-button.clicked .big-photo-button-popup {
	bottom: 50%;
	display: block;
	left: 50%;
}
.big-photo .big-photo-button.clicked .gk-circle-loader {
	opacity: 1;
	-webkit-transform: rotate(-90deg) scale(1);
	-moz-transform: rotate(-90deg) scale(1);
	-ms-transform: rotate(-90deg) scale(1);
	-o-transform: rotate(-90deg) scale(1);
	transform: rotate(-90deg) scale(1);
}
.big-photo .big-photo-button.loaded .gk-circle-loader {
	opacity: 0;
	-webkit-transform: rotate(-90deg) scale(0);
	-moz-transform: rotate(-90deg) scale(0);
	-ms-transform: rotate(-90deg) scale(0);
	-o-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0);
}
#gk-cart-btn {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 28px;
	line-height: 27px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 48px;
	width: 28px;margin-right: 10px;
}
#gk-cart-btn > i {
	background: transparent !important;
	color: #333;
	font-size: 14px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gk-cart-btn > i:before,
#gk-cart-btn > i:after {
	background: transparent !important;
}
#gk-cart-btn.full-cart > i {
	color: #c10c1a;
}
#gk-cart-btn:active > i,
#gk-cart-btn:focus > i,
#gk-cart-btn:hover > i {
	color: #000;
}
#gk-cart-btn.no-header-image,
.gk-fixed-nav #gk-cart-btn {
	border: 1px solid #e5e5e5;
	line-height: 25px;    
}
.off-canvas + #gk-cart-btn {
	right: 90px;
}
#gkHeaderNav.contains-cart .gkMainMenu {
	margin-right: 40px !important;
}
#gkHeaderNav.contains-cart.gk-fixed-nav #gk-cart-btn {
	top: 69px;
}
#gk-cart-btn.loading:before {
	content: url('../images/loader_cart.gif');
	display: block;
	margin: 1px 10px 0 5px;
	position: absolute;
}
#gkPopupCart {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	display: none;
	max-height: 800px;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 100px;
	width: 300px;
	z-index: 11;
}
.gk-fixed-nav #gkPopupCart {
	top: 120px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
@media (max-height: 850px) {
	#gkPopupCart {
		max-height: 700px;
	}

}
@media (max-height: 750px) {
	#gkPopupCart {
		max-height: 600px;
	}

}
@media (max-height: 650px) {
	#gkPopupCart {
		max-height: 500px;
	}

}
@media (max-height: 550px) {
	#gkPopupCart {
		max-height: 400px;
	}

}
@media (max-height: 450px) {
	#gkPopupCart {
		max-height: 300px;
	}

}
.gkPopupWrap {
	background: #fff;
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap .vmGkCartModule > h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 2.5;
	margin: -30px 0 0 0;
}
.gkPopupWrap .vmGkCartProducts > div > div {
	margin-left: 80px;
}
.gkPopupWrap .productHeader {
	font-size: 14px;
	line-height: 1.2;
}
.gkPopupWrap .productHeader > span {
	margin-right: 5px;
}
.gkPopupWrap .productHeader a {
	color: #000;
}
.gkPopupWrap .productHeader a:active,
.gkPopupWrap .productHeader a:focus,
.gkPopupWrap .productHeader a:hover {
	color: #eba034;
}
.gkPopupWrap .customProductData {
	font-size: 12px;
	max-width: 100%;
	width: 100%;
}
.gkPopupWrap .customProductData span {
	display: block;
}
.gkPopupWrap .customProductData br {
	display: none;
}
.gkPopupWrap .gkPrice {
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
	width: 100%;
}
.gkPopupWrap .vmGkCartProducts > div {
	padding: 12px 0;
}
.gkPopupWrap .gkTotal {
	float: right;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 15px 0;
	line-height: 1;
}
.gkPopupWrap .gkTotal > strong {
	margin-left: 10px;
}
.gkPopupWrap .gkShowCart > a {
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	display: block;
	float: left !important;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 6px 20px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.gkPopupWrap .gkShowCart > a:active,
.gkPopupWrap .gkShowCart > a:focus,
.gkPopupWrap .gkShowCart > a:hover {
	border-color: #eba034;
	color: #eba034;
}
.alert {
	border: 1px solid transparent;
	color: #000;
	font-weight: 500;
	padding: 12px 12px 12px 50px;
	position: relative;
}
.alert:before {
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	top: 10px;
	left: 22px;
}
.alert.info {
	border-color: #9fcdff;
	color: #2c76c7;
}
.alert.info:before {
	color: #2c76c7;
	content: "\f0e6";
}
.alert.success {
	border-color: #96dab5;
	color: #35ac6b;
}
.alert.success:before {
	color: #35ac6b;
	content: "\f0eb";
}
.alert.notice {
	border-color: #fed37d;
	color: #cf9215;
}
.alert.notice:before {
	color: #e29e13;
	content: "\f071";
}
.alert.error {
	border-color: #ffa5a5;
	color: #e32121;
}
.alert.error:before {
	color: #e32121;
	content: "\f057";
}
.highlight {
	background: #ffd;
	cursor: default;
	padding: 1px 5px;
	text-shadow: none;
}
.progress {
	background: #c10c1a;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	height: 3px;
	margin: 3em 0;
	position: relative;
}
.progress .bar {
	background: #000;
	box-sizing: border-box;
	float: left;
	height: 100%;
	opacity: 0;
	overflow: visible;
	padding-top: 2px;
	position: relative;
	-webkit-transform: scaleX(0) !important;
	-moz-transform: scaleX(0) !important;
	-ms-transform: scaleX(0) !important;
	-o-transform: scaleX(0) !important;
	transform: scaleX(0) !important;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	text-align: left;
}
.progress .bar.gk-loaded {
	opacity: 1;
	-webkit-transform: scaleX(1) !important;
	-moz-transform: scaleX(1) !important;
	-ms-transform: scaleX(1) !important;
	-o-transform: scaleX(1) !important;
	transform: scaleX(1) !important;
}
.progress .bar > span {
	opacity: 0;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	right: -5px;
	top: -10px;
}
.progress .bar.gk-loaded > span {
	opacity: 1;
	top: 2px;
}
.progress > span {
	left: 0;
	line-height: 33px;
	position: absolute;
}
pre,
code {
	background: #f5f5f6;
	border-left: 4px solid #000;
	color: #000;
	font: normal .92em/32px 'Curier New', monospace !important;
	margin: 3em 0;
	padding: 20px 26px 20px 32px;
}
.item-body ul,
.list-1,
.list-2,
.list-3 {
	margin: 1.5em 0 2em;
	padding: 0;
}
.item-body ul > li,
.list-1 > li,
.list-2 > li,
.list-3 > li {
	list-style: none;
	overflow: inherit;
	padding: 2px 0 2px 26px;
	position: relative;
}
.item-body ul > li:before,
.list-1 > li:before,
.list-2 > li:before,
.list-3 > li:before {
	color: #c10c1a !important;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}
.item-body ul li:before {
	color: #444;
	content: "\f111";
	font-size: 6px;
	top: 10px;
}
.list-1 li:before {
	content: "\f14a" !important;
	font-size: 12px !important;
	top: 6px !important;
}
.list-2 li:before {
	content: "\f006" !important;
	font-size: 13px !important;
	top: 6px !important;
}
.list-3 li:before {
	content: "\f0a9" !important;
	font-size: 13px !important;
	top: 6px !important;
}
.numblock {
	color: #000;
	font-weight: 400;
	margin: 0 0 24px;
	min-height: 48px;
	padding: 0 0 0 62px !important;
	position: relative;
}
.numblock span {
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	left: 0;
	line-height: 36px;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 36px;
}
.block-1,
.block-2 {
	background: #f5f5f6;
	padding: 30px;
}
.block-2 {
	background: #FFFEF4;
}
.legend {
	border: 4px double #e5e5e5;
	margin: 3em 0;
	padding: 30px;
}
.legend h4 {
	background: #fff;
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: 400;
	left: 11px;
	line-height: 18px;
	margin: 0 0 -9px !important;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	top: -41px;
}
.legend p {
	clear: both;
	margin: 7px;
}
blockquote {
	border-left: 3px solid #ccc;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-style: italic;
	margin-left: 0;
	margin: 3em 0;
	padding: 0 0 0 30px;
}
blockquote > p {
	margin: 0;
	font-size: 18px;
}
blockquote > footer {
	font-weight: 400;
	margin: 0.5em 0 0;
}
.block-left,
.block-right {
	color: #000;
	display: block;
	font-style: italic;
	font-weight: 400;
	line-height: 170%;
	padding: 25px;
	width: 38%;
}
.block-left {
	float: left;
	padding-left: 0;
	text-align: left;
}
.block-right {
	float: right;
	padding-right: 0;
	text-align: right;
}
#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 30px 30px;
}
#demo-typography li {
	color: #eba034;
	float: left;
	font-size: 11px;
	line-height: 24px;
	list-style-type: disc;
	width: 23.9%;
}
#demo-typography li a {
	font-size: 11px;
	text-shadow: 2px 2px 0 #fff;
}
#warnings p {
	margin: 1em 0;
}
.demo-typoDiv {
	clear: both;
	margin: 0 0 60px;
	overflow: hidden;
}
.demo-typo {
	color: #000;
	font-size: 16px;
	margin: 60px 0 20px;
	text-transform: uppercase;
}
.demo-typo-col2 {
	float: left;
	width: 50%;
}
.demo-typo-col3 {
	float: left;
	width: 33%;
}
.demo-typo-col4 {
	float: left;
	width: 25%;
}
.demo-typo_padd {
	padding: 0 15px;
}
#warnings .demo-typo_padd p {
	margin: 1em 0 1.6em;
}
.typoDesc small {
	color: #999;
	font: normal 11px Monaco, Consolas, "Courier News", monospace;
}
.bubble-2 small {
	color: #fff;
}
.gkblock-3 small {
	color: #353639 !important;
}
.helpTooltip {
	background: #eba034;
	color: #fff;
}
.item-body .the-icons {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 32px;
}
.item-body .the-icons > li {
	border: 1px solid #e5e5e5;
	border-right: none;
	border-top: none;
	font-size: 13px;
	font-weight: 400;
	float: left;
	padding: 15px 20px;
	width: 25%;
}
.item-body .the-icons > li:nth-child(4n),
.item-body .the-icons > li:last-child {
	border-right: 1px solid #e5e5e5;
}
.the-icons > li:before {
	display: none;
}
.page-header {
	clear: both;
	padding: 36px 0 18px;
	text-transform: uppercase;
}
[class^="fa fa-"],
[class*=" fa-"] {
	color: #444;
	padding-right: 6px;
	font-family: inherit;
}
.fa:before {
    font-family: 'FontAwesome';
}
.pixellove .the-icons > li i {
	color: #eeaa33;
	font-size: 18px;
	margin-right: 10px;
}
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
}
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pswp img {
	max-width: none;
}
.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp--open {
	display: block;
}
.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);
	transition: transform 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
	background: #f5f5f6;
}
.pswp--ie .pswp__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #777;
}
.pswp__error-msg a {
	color: #777;
	text-decoration: underline;
}
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
	background: none;
	opacity: 1;
}
.pswp__button:active {
	background: none;
	outline: none;
	opacity: 0.9;
}
.pswp__button:focus:before,
.pswp__button:hover:before,
.pswp__button:active:before {
	color: #eba034;
}
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	width: 44px;
	height: 44px;
}
.pswp__button--close:before {
	color: #444;
	content: "p";
	font-family: "quark-pixellove";
	font-size: 14px;
	text-transform: none !important;
}
.pswp__button--share:before {
	color: #444;
	content: "o";
	font-family: "quark-pixellove";
	font-size: 16px;
	text-transform: none !important;
}
.pswp__button--fs {
	display: none;
}
.pswp__button--fs:before {
	color: #444;
	content: "X";
	font-family: "quark-pixellove";
	font-size: 16px;
	text-transform: none !important;
}
.pswp--supports-fs .pswp__button--fs {
	display: inline-block;
}
.pswp__button--zoom:before {
	color: #444;
	content: "r";
	font-family: "quark-pixellove";
	font-size: 16px;
	text-transform: none !important;
}
.pswp__button--zoom {
	display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
	display: inline-block;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}
.pswp__button--arrow--left {
	left: 0;
}
.pswp__button--arrow--right {
	right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: transparent;
	height: 30px;
	width: 32px;
	position: absolute;
}
.pswp__button--arrow--left:before {
	color: #444;
	content: "t";
	font-family: "quark-pixellove";
	font-size: 14px;
	left: 30px;
	text-transform: none !important;
}
.pswp__button--arrow--right:before {
	color: #444;
	content: "s";
	font-family: "quark-pixellove";
	font-size: 14px;
	right: 30px;
	text-transform: none !important;
}
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pswp__share-modal {
	display: block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__share-modal--hidden {
	display: none;
}
.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: rgba(68,68,68,0.8);
	left: 50%;
	top: 56px;
	border-radius: 2px;
	margin-left: -60px;
	display: block;
	padding: 5px 0;
	width: 160px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__share-tooltip a {
	display: block;
	padding: 5px 10px 5px 35px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.9;
	position: relative;
}
.pswp__share-tooltip a:active,
.pswp__share-tooltip a:focus,
.pswp__share-tooltip a:hover {
	color: #eba034;
}
.pswp__share-modal--fade-in {
	opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}
a.pswp__share--facebook:before,
a.pswp__share--twitter:before,
a.pswp__share--pinterest:before,
a.pswp__share--download:before {
	content: "\f09a";
	display: block;
	float: left;
	font-family: FontAwesome;
	left: 12px;
	top: 5px;
	position: absolute;
}
a.pswp__share--twitter:before {
	content: "\f099";
}
a.pswp__share--pinterest:before {
	content: "\f231";
}
a.pswp__share--download:before {
	content: "\f019";
}
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #444;
	opacity: 0.75;
	padding: 0 10px;
}
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}
.pswp__caption small {
	font-size: 11px;
	color: #777;
}
.pswp__caption__center {
	text-align: left;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 13px;
	overflow: hidden;
	padding: 70px 10px;
	line-height: 20px;
	color: #777;
}
.pswp__caption__center > h3 {
	float: left;
	font-size: 24px;
	font-weight: 400;
	max-width: 50%;
}
.pswp__caption__center > span {
	color: #777;
	float: right;
	font-size: 16px;
	max-width: 40%;
}
.pswp__caption,
.pswp__top-bar {
	background: rgba(255,255,255,0.85);
}
.pswp__top-bar {
	text-align: center;
}
.pswp__caption--empty {
	display: none;
}
.pswp__caption--fake {
	visibility: hidden;
}
.pswp__preloader {
	display: none;
}
.pswp__preloader--active {
	opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
	background: url(../images/photoswipe-preloader.gif) 0 0 no-repeat;
}
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}
.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}
.pswp__element--disabled {
	display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
	background: none;
}
@media (max-width: 1400px) {
	.pswp__caption__center {
		padding: 30px 10px;
	}
	.pswp__caption__center > h3 {
		font-size: 18px;
	}
	.pswp__caption__center > span {
		font-size: 14px;
	}

}
@media (max-width: 1100px) {
	.pswp__caption__center {
		padding: 10px;
	}
	.pswp__caption__center > h3 {
		font-size: 16px;
		margin: 0 0 10px 0;
		max-width: 100%;
		width: 100%;
	}
	.pswp__caption__center > span {
		font-size: 13px;
		max-width: 100%;
		width: 100%;
	}

}
#cc-modal-overlay {
	background: #fff;
	background-color: rgba(255,255,255,0.9);
	display: none;
	width: 100%;
	height: 1000%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
#cc-modal,
#cc-settingsmodal {
	display: none;
	width: 100%;
	height: 1000%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
#cc-settingsmodal {
	z-index: 9999999999;
}
.cc-clear {
	clear: both;
}
#cc-notification {
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	position: fixed;
	z-index: 99999998;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 900px;
	padding: 8px;
	width: 100%;
	font: 400 12px/1.7 Arial, Helvetica, sans-serif;
}
#cc-notification h2 {
	font: 700 13px/1.6 Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
#cc-notification.cc-bottom {
	bottom: 20px;
}
#cc-notification.cc-top {
	top: 20px;
}
#cc-notification #cc-notification-permissions {
	display: none;
}
#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
	color: #26292b;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#cc-modal #cc-modal-closebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
	color: #eba034;
}
#cc-modal #cc-modal-closebutton a:before,
#cc-settingsmodal #cc-settingsmodal-closebutton a:before {
	content: "p";
	font-family: "quark-pixellove";
	font-size: 14px;
}
#cc-modal #cc-modal-closebutton a span,
#cc-settingsmodal #cc-settingsmodal-closebutton a span {
	display: block;
	text-indent: -99999em;
}
#cc-tag {
	position: fixed;
	z-index: 999999999;
	bottom: 0;
	right: 8%;
	display: none;
}
#cc-tag.cc-tag-bottom-left {
	right: auto;
	left: 8%;
}
#cc-tag.cc-tag-vertical-left {
	left: 0;
	right: auto;
	bottom: 50%;
	padding: 16px 6px;
}
#cc-tag.cc-tag-vertical-left a {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	margin-left: -82px;
	padding: 8px 12px 60px 12px;
}
#cc-tag.cc-tag-vertical-right {
	right: 0;
	bottom: 50%;
	padding: 16px 6px;
}
#cc-tag.cc-tag-vertical-right a {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	margin-right: -82px;
	padding: 8px 12px 60px 12px;
}
#cc-tag a {
	-webkit-appearance: none;
	background: #eba034;
	border: none;
	border-radius: 2px 2px 0 0;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font: 700 11px/1.6 Arial, Helvetica, sans-serif;
	height: auto;
	line-height: 25px;
	margin: 0 5px 2px 2px;
	padding: 6px 16px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#cc-tag a:active,
#cc-tag a:focus,
#cc-tag a:hover {
	background: #222222;
}
#cc-notification ul.cc-notification-buttons {
	position: absolute;
	right: 16px;
	top: 20px;
	width: 360px;
}
#cc-notification ul.cc-notification-buttons a {
	float: right;
	-webkit-appearance: none;
	background: #eba034;
	border: none;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	height: auto;
	line-height: 25px;
	margin: 0 5px 2px 2px;
	padding: 6px 16px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#cc-notification ul.cc-notification-buttons a:active,
#cc-notification ul.cc-notification-buttons a:focus,
#cc-notification ul.cc-notification-buttons a:hover {
	background: #222222;
}
#cc-notification #cc-notification-wrapper {
	padding: 20px 320px 0 32px;
}
#cc-notification #cc-notification-permissions ul {
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
	float: left;
}
#cc-notification #cc-notification-permissions ul li {
	margin: 0 0 10px 30px;
	padding: 6px 0 0;
	list-style: none;
	width: 440px;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
#cc-notification #cc-notification-permissions ul li label {
	color: #777;
	display: block;
	font-weight: normal;
	text-transform: none;
}
#cc-notification #cc-notification-permissions ul li input {
	float: left;
	margin-left: -30px;
	margin-top: 0;
}
#cc-notification #cc-notification-permissions ul li strong {
	color: #010101;
	display: block;
}
#cc-modal #cc-modal-wrapper,
#cc-settingsmodal-wrapper {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font: 400 13px/1.6 Arial, Helvetica, sans-serif;
	margin: 40px auto;
	max-height: 8%;
	min-height: 560px;
	padding: 60px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	width: 686px;
}
#cc-modal #cc-modal-wrapper h2,
#cc-settingsmodal-wrapper h2 {
	font: 700 20px/1.6 Arial, Helvetica, sans-serif;
}
#cc-modal #cc-modal-wrapper ul,
#cc-settingsmodal-wrapper ul {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	list-style: outside none none;
	margin: 50px 0 0;
	padding: 0 0 35px;
}
#cc-modal #cc-modal-wrapper ul li,
#cc-settingsmodal-wrapper ul li {
	clear: both;
	padding: 30px 0 0;
	position: relative;
}
#cc-modal #cc-modal-wrapper label,
#cc-settingsmodal-wrapper label {
	color: #777;
	display: inline-block;
	font-weight: normal;
	text-transform: none;
	width: 60%;
}
#cc-modal #cc-modal-wrapper label strong,
#cc-settingsmodal-wrapper label strong {
	color: #010101;
	display: block;
}
#cc-modal #cc-modal-wrapper select,
#cc-settingsmodal-wrapper select {
	color: #111;
	margin-right: 8px;
	text-decoration: none;
	position: absolute;
	top: 28px;
	right: 8px;
	float: right;
	font-size: 10pt;
	width: 150px;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons,
#cc-settingsmodal-wrapper #cc-modal-footer-buttons {
	margin-top: 50px;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons a,
#cc-settingsmodal-wrapper #cc-modal-footer-buttons a {
	font-weight: 700;
}
#cc-notification .cc-logo,
#cc-tag .cc-logo,
#cc-modal .cc-logo,
#cc-settingsmodal .cc-logo {
	background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
	width: 142px;
	height: 32px;
	position: absolute;
	right: 32px;
	bottom: 20px;
}
.cc-logo span {
	display: none;
}
@media (max-width: 940px) {
	#cc-notification {
		max-width: 95%;
		min-height: 76px;
	}
	#cc-notification h2 {
		margin-bottom: 0;
	}
	#cc-notification #cc-notification-wrapper {
		padding: 10px 320px 0 16px;
	}
	#cc-modal #cc-modal-wrapper,
	#cc-settingsmodal #cc-settingsmodal-wrapper {
		max-width: 90%;
		min-height: 100px;
		padding: 20px;
	}
	#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons {
		margin-top: 10px;
	}
	.cc-content ul {
		margin-top: 10px !important;
		padding-bottom: 15px !important;
	}
	.cc-content ul li {
		padding-top: 10px;
	}
	.cc-subtitle {
		margin: 0;
	}

}
@media (max-width: 640px) {
	#cc-modal #cc-modal-wrapper,
	#cc-settingsmodal #cc-settingsmodal-wrapper {
		margin: 10px;
		max-width: 95%;
		padding: 10px;
	}
	#cc-modal #cc-modal-wrapper h2,
	#cc-settingsmodal-wrapper h2 {
		font: 700 15px/1.6 Arial, Helvetica, sans-serif;
	}
	#cc-modal #cc-modal-wrapper select,
	#cc-settingsmodal-wrapper select {
		right: -7px;
		width: 110px;
	}
	#cc-modal label,
	#cc-settingsmodal label {
		font-size: 11px;
		line-height: 1.2;
	}
	#cc-modal #cc-modal-closebutton a,
	#cc-settingsmodal #cc-settingsmodal-closebutton a {
		top: 10px;
		right: 10px;
	}
	#cc-notification .cc-logo,
	#cc-tag .cc-logo,
	#cc-modal .cc-logo,
	#cc-settingsmodal .cc-logo {
		background-size: contain;
		width: 71px;
		height: 16px;
		right: 6px;
		bottom: 5px;
	}
	#cc-notification ul.cc-notification-buttons {
		right: 0px;
		top: 43px;
		width: 100%;
	}
	#cc-notification #cc-notification-wrapper {
		padding: 0;
		text-align: center;
	}
	#cc-notification {
		max-width: 95%;
		min-height: 86px;
	}
	.cc-notification-buttons li {
		display: inline-block;
	}
	#cc-notification-permissions {
		margin-top: 54px;
	}
	#cc-notification #cc-notification-permissions ul {
		margin-bottom: 0;
		width: 90%;
	}
	#cc-notification #cc-notification-permissions ul li {
		text-align: left;
		width: 90%;
	}

}
@media (max-width: 560px) {
	#cc-notification {
		min-height: 96px;
	}
	#cc-notification-wrapper .cc-link {
		display: block;
	}
	#cc-notification ul.cc-notification-buttons {
		top: 50px;
	}
	#cc-notification-permissions {
		margin-top: 60px;
	}

}
@media (max-width: 480px) {
	#cc-notification-wrapper .cc-link {
		display: inline-block;
	}
	#cc-notification ul.cc-notification-buttons a {
		padding: 4px 8px;
	}

}
#gkHeaderSidebar {
	/* width: 30%; */
	padding-left: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#gkHeaderSidebarWrapper {
    top: 280px;
   -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 99;
    height: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
}
#gkHeaderSidebarWrapper .box .header {
	font-size: 14px;
	letter-spacing: 4px;
}

#gkHeaderSidebar .box.dark .box-wrap, #gkHeaderSidebar .box.dark-bg .box-wrap {
	background: rgba(25, 25, 25, 0.73);
}

#gkHeaderSidebar .box.dark .nspArt .nspText {
	color: rgba(255, 255, 255, 0.9);
}

#gkHeaderSidebar .box.dark .nspArt .nspHeader a, #gkHeaderSidebar .box.dark .nspLinks ul li h4 a {
	color: #eba034;
}

#gkHeaderSidebar .box.dark a.readon {
	color: #fff !important;
	background: none;
	border: 1px solid #fff;
	margin-top: 15px;
	float: none;
	clear: both;
	display: block;
}

#gkHeaderSidebar .box .nspArt .nspInfo a {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #444;
	font-weight: bold;
}
#gkHeaderSidebar .box.dark .nspArts,
#gkHeaderSidebar .box.dark .nspMain {
	overflow: visible;
	position: relative;
}

#gkHeaderSidebar .box .nspTopInterface {
	overflow: visible;
	position: absolute;
	right: inherit;
	top: initial;
	bottom: 0!important;
	margin: auto!important;
	left: 50%;
	transform: translateX(-50%);
}

#gkHeaderSidebar .box.light .box-wrap, #gkHeaderSidebar .box.light-bg .box-wrap {
	background: rgba(255, 255, 255, 0.73);
}
#gkHeaderSidebar .box.light .nspArt .nspText {
	color: #252525;
}
#gkHeaderSidebar .box.light .nspArt .nspHeader a, #gkHeaderSidebar .box.light .nspLinks ul li h4 a,
#gkHeaderSidebar .box.light .nspArt .nspInfo a {
	color: #c10c1a;
}

#gkHeaderSidebar .box.light .nspArt p.nspText a.readon {
	background: #c10c1a;
	margin-top: 10px;
}
#gkHeaderSidebar .box.light .nspPagination li {
	background: rgba(255, 255, 255, 0.43);
}

.gkIsWrapper-gk_hotel_tabs .gkIsPrev,
.gkIsWrapper-gk_hotel_tabs .gkIsNext {
	text-shadow: 1px 1px 10px rgba(0,0,0,0.4)!important;
}
#gkHeaderSidebar .box.light .nspPagination li:hover, #gkHeaderSidebar .box.light .nspPagination li.active {
	background-color: #c10c1a!important;
}
#menuTop {
	width: 100%;
	height: auto;
	/*background: rgb(255, 255, 255);*/

	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: right;
	padding: 0 20px 0 0;
}
#menuTop > div {
	font-size: 11px;
	text-align: right;
	line-height: 40px;
}
.frontpage .gk-fixed #menuTop > div a {
	color: #fff;
}

 
.gk-fixed-nav #menuTop > div a,
.frontpage .gk-fixed-nav #menuTop > div a {
	color: inherit;
}
.moduletable.no-spaces {
	min-height: 600px;
}
.gkNspPM-NewNewsHeader[data-layout="main_2rows_2rows"] .gkImage1 .gkTitle {
    background: none!important;position: relative;
}
.gkNspPM-NewNewsHeader .gkTitle {
	left: 50%!important;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 20px;
}

#gkSidebar .k2ItemsBlock.rates {
}

.quark-product-showcase .nspImage {
}
#gkTop2 a.readon.inline {
	clear: both!important;
	float: none;
	margin: 20px auto;
	display: table;
	position: relative;
}
.frontpage #gkHeaderSidebar .nspArt h4.nspHeader {
	font-size: 21px;
}
.k2ItemsBlock ul li {
	padding: 12px 0 12px 0 !important;
}
.gkCols[data-cols="5"]>div {
	width: 20%;
	float: left;
}
.gk-map.static {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 300px;
}
.gk-map-contact.header {
	height: 300px;
	margin-top: 0 !important;
}
section#gkBottom7 {
	
}
.gk-map-contact.header + .gkPage {
	margin-top: 110px !important;
}
.gm-style {
	font: 400 11px Roboto, Arial, sans-serif;
	text-decoration: none;
}
.gkNspPM-NewNewsHeader .gkTitle {
	font-style: italic;
	font-weight: bold;
}
.footerlinks ul li {
	border: 0;
	padding: 2px 0;
	margin: 0;
}
.box.footerlinks {
	padding: 50px 0;
	font-size: 14px;
}
#gkSidebar .content h3 {
	font-weight: bold;
}
.box.big-title .header {
	font-size: 18px;
}

.news .nspArt a.readon {
	/*
	background: none;
	color: #c10c1a!important;
	padding: 0;
	border: 1px solid #c10c1a;
	*/
	padding: 12px 20px;
	line-height: 1;
	height: auto;
	margin-top: 10px;
}

.news .nspArt .nspHeader a, .news .nspLinks ul li h4 a {
}
.box.footerlinks .header {
	letter-spacing: 4px;
	margin-bottom: 20px;
	    padding: 0;
}

.vm-cart-header-container .vm-cart-header {
	float: none;
	margin: auto;
	text-align: center;
}
div#com-form-login-username,
div#com-form-login-password,
div#com-form-login-remember {
	float: left;
	width: 33%;
}
#com-form-login > div.width30 {
	width: auto;
	display: block;
	line-height: 1;
	margin: 10px auto;
}

.vm-cart-header-container .vm-continue-shopping {
	float: none;
	width: auto;
	margin: auto;
	text-align: center;
}

a.sigProLink.swipebox:after {
	opacity: 0;
	content: "\f06e";
	font-family: 'Fontawesome';
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 10;
	font-size: 60px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transition: all 0.1s ease-out;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	color: rgba(255, 255, 255, 0.42);
}
a.sigProLink.swipebox {
}
a.sigProLink.swipebox:hover:after {
	opacity: .6;
	color: #fff;
	transform: translateX(-50%) translateY(-50%) scale(3);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(3);
	-moz-transform: translateX(-50%) translateY(-50%) scale(3);
	-ms-transform: translateX(-50%) translateY(-50%) scale(3);
	-o-transform: translateX(-50%) translateY(-50%) scale(3);
}
.billto-shipto a.details {
    color: rgba(193, 12, 26, 1);
    padding: 15px 15px;
    line-height: 1;
}

.footerlinks ul li a {
	color: #333;
}
figcaption small {
	text-shadow: 1px 1px 4px rgba(0,0,0,.4);
	text-transform: uppercase;
	letter-spacing: 4px;
	    font-size: 18px!important;
}
figcaption small a {
	font-weight: bold;
}

.itemFullText h2,
.itemFullText h3 {
	/*font-family: 'Lato',sans-serif!important;*/
	font-weight: 400;
}
.gkcol.gkcol2 {
	height: auto!important;
}
.childcontent.has-cols-2 {
	height: auto!important;
}

.box.light .box-wrap,
.box.highlights.box-wide.light {
	/*background: #f5f5f6;*/
	background:#f0ede8;
}
.box.blink .nspArt:after {
	content: "";
	display: table;
	width: 140px;
	margin: 10px auto 10px;
	height: 30px;
	background: url(../../../images/design/flourish.png) no-repeat 50% 50%;
	background-size: 100%;
}
.box.blink p.nspText.tcenter.fnone {
	min-height: 60px;
}
a.moduleItemImage {
	float: left;
	width: auto;
}


#gkMainbodyBottom .box li a {
    line-height: 1.0;
    text-decoration: none;
    /* font-family: 'Lato'; */
    font-size: 24px;
    font-weight: 500;
    color: #c10c1a;
}

#k2Container #gkMainbodyBottom .box .k2ItemsBlock img {
	height: auto;
	max-width: 300px;
	margin-right: 30px;
}


.box.light.quark-product-showcase .nspArt {
	position: relative;
	background: #fff;
	padding: 32px!important;
	width: 31%;
	margin: 1%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#gkMainMenu .mm-hidden {
	display: none;
}

#gkSidebar .box ul li.parent .toggler {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	cursor: pointer;
}
#gkSidebar .box ul li {
	position: relative;
}
li.deeper.active > i.toggler:before {
	content: "\f078";
	font-style: normal;
	font-family: 'FontAwesome';
}
li.deeper > i.toggler.active:before {
	content: "\f078";
	font-style: normal;
	font-family: 'FontAwesome';
}
.box ul.menu ul > li:last-child {
	border: none;
}
.box ul.menu ul {
	margin-bottom: 0;
}

li.deeper > i.toggler:before, li.deeper > i.toggler.deactivated:before {
	font-style: normal;
	content: "\f054";
	font-family: 'FontAwesome';
	top: 7px;
	position: relative;
}
#gkSidebar ul.menu {
	
	font-weight: normal;
}
.box.cols-2 {
	width: 48%!important;
	float: left;
	text-align: center;
	margin: 0 1%!important;
}
.box.vertical-center p {
	margin: 0;
}

.box.cols-2.has-bg {
	background-size: cover;
	background-position: 50%;
	color: #fff;
	min-height: 150px;
}
.box.cols-2.has-bg h3 a {
	color: #fff;
	text-shadow: 1px 2px 6px rgba(0,0,0,.4);
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
}

#video-bg {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}
.fit-size {
	height: 100%;
}
h4 {
	font-weight: bold;
}

.light .rl_sliders.accordion>.accordion-group {
	border: 1px solid rgba(189, 189, 189, 0.5);
	background: rgba(255,255,255,.7);
	margin-bottom: 10px;
}
.quark-product-showcase p.desc {

	font-size: 18px;
	width: 50%;
	margin: auto;
}
#gkMainbody .itemFullText h3 {
	margin-bottom: 20px;
}
.box.box-shadow {
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.accordion-group.panel.rl_sliders-group.nn_sliders-group.icon {
	margin-bottom: 12px;
}
.box.footerlinks li,
.box.dark .menu li {
	border-bottom: none;
}
.box.no-spaces {
    padding: 0!important;
}
.cat-item-intro-text > p:first-child {
    padding-top: 0;
    margin-top: 0;
}
.blog-page article.item-view header {
    margin-bottom: 30px;
}
.blog-page.betriebe .cat-item-image {
	float: left;
	margin-right: 30px;
	margin-top: 0;
	    height: auto;
}
.blog-page.betriebe .cat-item-intro-text {
	font-size: inherit;
	text-align: left;
}
ul.rsepro_upcoming > li small,
ul.rsepro_upcomingcolor > li small {
	clear: both;
	display: block;
}
.betriebe .itemExtraFields > h3 {
	display: none;
}
.k2ItemsBlock ul li:before {
	display: none;
}
.rsepro-edit-event .control-group button.btn {
	background: #f8f8f8;
}
.rsepro-edit-event a {
	background: initial;
	color: #000!important;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
	background: inherit;
	color: inherit;
}
#gk-login-popup .k2UserBlock {
	background: #fff;
	padding: 30px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.rs_sharing {
	display: inline-block;
	margin-bottom: 30px;
}
.rs_repeats {
	height: 80px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li.mm-hidden {
	display: none;
}

.dgc-item span.info_image {
    float: right;
    margin: 0 0 0 20px;
    min-width: 100px;
    padding: 0;
    display: inline-block;
    line-height: 0;
}
.dgc-item {
    clear: both;
    display: table;
    /* background: #f9f9f9; */
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;

}
.dgc-item:nth-child(2n+2) {
	
}
.dgc-item span.info_name {
	font-weight: bold;
	padding-top: 10px;
	display: block;
}
.dgc-item .info_position {
	font-style: italic;
}
.dgc-item span.info_telephone {
   position: absolute;
   right: 10px;
   top: 10px;
   text-indent: -9999px;
   width: 20px;
	
}
.dgc-item span.info_telephone:before,
.dgc-item span.info_email a:before {
	content: "\f095";
	position: absolute;
	width: 20px;
	color: #c10c1a!important;
	display: table;
	line-height: 1;
	height: 20px;
	font-size: 12px!important;
	font-family: FontAwesome;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
}
.dgc-item span.info_email {
	position: absolute;
	right: 30px;
	top: 10px;
	text-indent: -9999px;    width: 20px;
}
.dgc-item span.info_email a:before {
	content: "\f0e0";
}
.dgc-item  span.info_misc p:first-child {
	margin: 0;
}
div > img.contactIcon {
	float: left;
	margin-right: 20px;
}
.jd_content.jd_content_plugin.jd_content_file {
	width: 100%;
	display: block;
}
.jd_desc {
	font-size: 80%;
}
.jd_content_plugin .jd_fileicon {
	   
}
.jd_download_url {
	margin: 0;
}
#gkMainbodyTop a.readon.fleft {
	margin: 10px 0 0 0;
}
#gkSidebar .box ul li:first-child {
	padding-top: 0!important;
	margin-top: 0!important;
}
.header p.item-desc {
	text-shadow: 1px 1px 8px rgba(0,0,0,.5);
}

img.contactIcon {
	float: left;
	margin-right: 20px;
}

.blog-page .header {
	max-height: 500px;
}
.small-header .header {
	max-height: 500px;
}
.jg_catelem_txt ul li:before {
	display: none;
}
img.jg_photo, .jg_minis a img,
a:hover img.jg_photo,.jg_minis a:hover {
	border: none;
	background-color: #fff;
	background-image: none;
	padding: 0;
	margin: 0;
}
.itemFullText .jg_catelem_txt {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	display: none;
}
.jg_catelem_photo {
	float: left;
	margin: 0 0 5px;
	display: block;
}
.jg_row {
	overflow: hidden;
	height: auto !important;
	padding: 0 0 10px 0;
}
.jg_element_cat {
	margin: 0 1% 0 0;
	padding-right: 40px;
}
.jg_category .well.well-small.jg-header {
	font-weight: bold;
	font-size: 24px;
	font-family: 'Lato',sans-serif;
}

.jd_footer {
	display: none;
}
.jd_top_navi {
	margin-bottom: 10px;
	border: none;
}
button[name="Resetit"] {
	background: #333!important;
}
.jd_subcat_count {
	display: none;
}
.jd_cat_main > div {
	display: table;
	width: 100%;
	vertical-align: middle;padding: 0;    line-height: 1.4;
}
.jd_cat_main > div:first-child  img {
	float: left;
	margin-right: 15px;
}
.jd_files_title {
	padding: 6px 12px;
}
.gkNspPM-VideoGallery .gkSmallBlock small {
	text-shadow: none;
}
.box.light .gkNspPM-VideoGallery .gkSmallBlock small:before {
    border-color: transparent #f0ede8;
}
.jd_top_navi_item {
	display: table;
	vertical-align: middle;
}
.jd_top_navi_item img {
	float: none;
	clear: both;
}
.jd_top_navi_item a:last-child {
	clear: both;
	float: none;
	display: block;
}
.mm-hidden {
	
}

img.pngfile.jg_icon.jg-icon-arrow {
	display: none;
}

.gkNspPM-PortfolioGrid {
	margin: 0;
}
img.w50 {
	width: 50%;
}
img.w33 {
	width: 33%;
}
img.float-r {
	float: right;
	margin: 0 0 10px 30px;
}
div#preisinfos {
	
	
}
.gk-premium [class^="fa fa-"], .gk-premium [class*=" fa-"] {
	color: #fff;
}
span.price {
	clear: both;
	display: block;
	font-weight: bold;
}
.gk-price-table > dl dd > ul > li:last-child {
	border: none;
}
.jd_cats_sum_subcats, .jd_cats_sum_files {
	display: none;
}
.jd_categories_inner_wrapper {
    float: none;
  
    font-weight: normal;
    padding-left: 58px;
    display: block;
}
.blog-page.cols-2 .item-list .item-view {
	width: 41%;
	margin: 4%;
	float: left;
}
.blog-page.cols-2 h2.item-title {
	font-size: 24px;
}
.cols-2.blog-page .cat-item-intro-text {
	font-size: initial;
}

#gk-content-wrapper {
}
.gkPage + #gkSidebar #gk-content-wrapper {
}
.itemFullText div.cols-3 dl {
	width: 33%;
	float: left;
	padding: 0 30px;
}
#infomenu {
	display: table;
}
#infomenu li {
	border: 1px solid #333;
	color: #333;
	padding: 10px 20px;
	line-height: 1;
	float: left;
	margin: 0 20px 0 0!important;

	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
}
#infomenu li a {
	color: #333;
}
#sbox-content .itemView.single-page .header {
	display: none;
}
#sbox-content .itemView.single-page {
	margin: 0!important;
    padding: 30px 0;
}
#sbox-content #gk-content-wrapper {
	width: 100%;
}

#sbox-content #gkBreadcrumb,
#sbox-content .gk-social-icons {
	display: none;
}

#sbox-content #gk-content-wrapper  .item-body {
	clear: both;
	margin: 0;
	padding-bottom: 20px;
}
#sbox-content #gk-content-wrapper .gk-price-table > dl > dt > strong {
	font-size: initial;
}
.topnav_left {
	width: 50%;
	float: left;
}
#sbox-content #gk-content-wrapper .gk-price-table > dl dd > ul {
	padding: 16px;
}
.topnav_right {
	width: 50%;
	float: right;
	text-align: right;
	margin-right: 15px;
}
#menuTop {
	padding: 10px 0 0 0;
	z-index: 10;
}
#menuTop ul {
	width: auto;
	display: inline-block;
}
#menuTop #infomenu li {
	border-color: #fff;
	font-size: 10px;
	padding: 6px 10px;
	border: none;
	letter-spacing: 1px;
	margin: 0!important;
	padding-right: 0!important;
}
#menuTop [class^="fa fa-"], #menuTop [class*=" fa-"] {
	
}
#menuTop #infomenu li a {
	
}
.gk-price-table > dl.gk-premium.color > dt {
	    background: rgb(193,12,26);
}
#sbox-content h3 {
	color: rgba(193, 12, 26, 1);
}
#sbox-content h3 {
	color: rgba(193, 12, 26, 1);

	font-weight: 600;
}

.k2BreadcrumbsBlock {
	font-size: 11px;
	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding-top: 6px;
}
#gkSidebar .nspArt p.nspText {
	line-height: 1.4;
}

.gk-price-table > dl > dt > strong > small {
	display: block;
	clear: both;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
	line-height: 1;
	padding: 5px 0 0 0;
	font-size: 16px;
}
.angebote .nspArt {
	background: #f6f3ee;
	padding: 30px!important;
}
.angebote .nspCol3 {
	width: 31%;
	margin: 1%;
}
.jd_content.jd_content_plugin.jd_content_file {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.jd_content_wrapper {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 1.3;
	margin-bottom: 4px;
}
.angebote .jd_content_wrapper {
	font-size: 80%;
	display: block;
}
.angebote .nspArt h4.nspHeader {
	color: #c10c1a;
}
.angebote .nspArt h4.nspHeader {
	min-height: 90px;
}
.angebote .nspArt li {
	padding: 5px 0;
}
.angebote .nspArt li:before {
	display: none;
}
span.jd_fileicon {
	float: left;
	margin-right: 10px;
}
.jd_categories_title_v46 >a {
	vertical-align: middle;
	display: inline-block;
}
.jdbutton.jstatus {
	/* float: left; */
	margin-left: 10px;
}
span.jd_desc p {
    margin: 0;
    padding: 0 0 0 42px;
    display: block;
}
.jd_left {
	float: left;
	width: 70%;
	display: table;
	vertical-align: middle;
}
.angebote .jdbutton.jstatus {
	display: none;
}
.gkNspPM-VideoGallery .gkSmallBlock .gkItem:first-child {
	padding-top: 0;
}
.gkNspPM-VideoGallery .gkSmallBlock .gkItem {
	padding: 13px 0;
}
.no-sidebar > .gkPage {
	/*max-width: 853px;*/
}
#sbox-content .no-sidebar > .gkPage {
	max-width: initial;
}
.itemAuthorContent a.itemRelTitle {
	height: 95px;
	overflow: hidden;
	display: block;
}
.itemAuthorContent a.itemRelTitle img {
   height: 100%!important;
   width: auto!important;
   max-width: unset!important;
	background-size: cover;    margin: auto;
}
#gkHeaderNav.gk-fixed #gkLogo.text span {
	display: none;
}
#gkHeaderNav.gk-fixed #gkLogo.text {
	
	width: 240px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 16px;
}
.frontpage #gkHeaderNav.gk-fixed #gkLogo.text {
	/*background-image: url('/images/design/Benediktinerstift-Admont-Logo-2017-n.svg');*/
}
#gkHeaderNav.gk-fixed-nav #gkLogo.text {
	/*background-image: url('/images/design/Benediktinerstift-Admont-Logo-2017.svg');*/
	height: 59px;
	margin-top: 50px;
}
.gkNspPM-GridNews figcaption a:active, .gkNspPM-GridNews figcaption a:focus, .gkNspPM-GridNews figcaption a:hover {
	color: #c10c1a!important
}
img.float-l {
	margin: 0 30px 10px 0;
	float: left;
}
.gkNspPM-Portfolio2 .gkPortfolioPopup.active {
	display: table;
}
.gkNspPM-Portfolio2 {
	overflow: visible;
}
.gkNspPM-Portfolio2 .gkImagesWrapper > a:after {
	padding: 0;
}
.gkNspPM-Portfolio2 .gkImagesWrapper > a {
	padding: 0;
	margin: 1%;
}
.gkNspPM-Portfolio2 .gkImagesWrapper {
	padding: 0;
	margin: 0;
}
.gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper a {
	width: 32%;
}
.gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper a:nth-child(3n+3) {
	margin-right: 0;
}
.gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper a:first-child {
	margin-left: 0;
}
.chronik span.year {
	margin: 0 10px 0 0;
	font-weight: bold;

}
.chronik span.artist {
	margin: 0 0 0 10px;
	font-style: italic;
}
h4.subtitle {
	font-style: italic;
	font-weight: normal;
}
.moduletable.light {
	padding: 20px;
	background: #f9f9f9;
}

h3.subtitle {
	font-style: italic;
}
th a {
	color: #fff;
}
.chronik .moduleItemIntrotext {
	padding: 0;
}

#gkMainbody  .kuenstlerische_interventionen h3.itemTitle {
	font-size: 36px;
	margin-bottom: 0;
}
#rs_event_show .description {
	text-align: left;
}
.btn:first-child {
	text-shadow: none;

}
.btn .caret {
	border-top: 4px solid #fff;
}
.rs_event_image {
	margin-right: 12px;
}
.fb_iframe_widget {
	top: -11px;
}

.videothek.blog-page .cat-item-image {
	float: left;
	width: 20%;
	margin: 0 30px 0 0;
}
.videothek.blog-page header {
	display: inline;
	text-align: left;
}
.videothek.blog-page header:after {
	display: none;
}
.videothek.blog-page .cat-item-intro-text {
	display: block;
	float: none;
	font-size: initial;
	text-align: left;
	line-height: 1.5;width: 100%;
}
.videothek.blog-page .item-list .item-view,
.videothek.blog-page .item-list .item-title {
	text-align: left;
}
.videothek.blog-page .item-list .item-title {
	font-size: 24px;
	padding: 0;
	margin: 0;
	min-height: 85px;
}

.blog-page .item-list .item-view.cols-2 {
	width: 50%;
	float: left;
	padding-right: 30px;
}
.blog-page .item-list .item-view.cols-3 {
	width: 31%;
	float: left;
	margin: 1%;
}
.blog-page .item-list .item-view.cols-2 .cat-item-image {
	float: left;
	width: 45%;
	margin: 0 30px 0 0;
}
.videothek.blog-page .item-list .catItemVideoBlock {
	margin-bottom: 20px;
}

.contact-image img {
	width: 100%;
}
.contact .thumbnail img {
	width: 100%;
	float: left;
}
.contact .thumbnail {
	width: 30%;
	display: inline-block;
	float: right;    margin: 0 0 0 30px;
}
dl.contact-address.dl-horizontal:after {
	/*
	clear: both;
	content: "";
	display: block;
	*/
}
dl.fields-container.contact-fields:after {
	clear: both;
	content: "";
	display: block;
}
.contact .page-header {
	clear: both;
	float: none;    margin-bottom: 30px;
}
dt.contact-field-entry {
float: none;
}
dd.contact-field-entry {
    padding-left: 0;
    margin: 0 0 20px 0;
}
.contact-miscinfo dl dt {
	display: none;
}

.contact-category img.contact-thumbnail.img-thumbnail {
	float: left;
	width: 30%;
	transform: none!important;
	opacity: 1;
}
.contact-category li.row-fluid {
	clear: both;
	float: none;
}

.contact h1 {
    font-size: 200%;
}

#gkSidebar .box p {
    margin: 8px 0;
    padding: 5px 0;
}
#gkSidebar .box p:last-child {
	margin:0;
	padding:0;
}
.jg_catelem_txt {
	margin: 0;
}

.gallery .jg_catelem_txt ul {
	line-height: initial;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.gallery .jg_catelem_txt ul b {
	font-weight: normal;
}
.jg_subcatelem_cat .jg_subcatelem_txt {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 60%;
}
.jg_subcatelem_cat, .jg_subcatelem_cat_r {
	vertical-align: middle;
	display: table;
	height: auto;
	background: #f9f9f9;
	width: 48%;
	margin: 1%;
}
.gallery .jg_catelem_txt ul li {
	line-height: initial;
}
.gallery .well.well-small.jg-header {
	font-size: 24px;    margin: 0 0 20px 0;    line-height: initial;
}
.no-header #gkMainbody {
	margin-top: 0!important;
}
.gallery img.jg_photo {
}
.gallery img.jg_icon {
	display: block;
}
.contact-category h1 {
	font-size: 36px;
}
.jg_subcatelem_txt p {
	padding: 0;
	margin: 0;
}
.itemFullText .jg_element_cat {
	margin: 0 1% 0 0;
	padding-right: 0;
}
div[data-cols="3"] > div {
	width: 31%;
	margin: 1%;
	float: left;
	text-align: center;
}

div[data-cols="4"] > div {
    width: 23%;
    margin: 1%;
    float: left;
    text-align: center;
}

.gkCols.mediathek i.fa {
	float: none;
	clear: both;
	display: block;
	font-size: 120px;
	color: #ccc;
}
.jd_download_details_title {
	height: auto;
}
.jd_fields_caption, .jd_field_row_wide, .jd_field_block {
	box-shadow: none;
}
.nspLinks .nspLinkScroll1 ul li {
	background: none;
	padding: 10px 0;
	border-top: 0;
}
.jd-item-page .jd_content_wrapper {
	border: none;
	vertical-align: middle;
	line-height: 1.3;
	margin: 2px 0;
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
}
.blog-page.contacts img.contactIcon {
}

.events .rsepro_featured li {
	float: left;
	width: 23%;
	clear: none;
	background: #fff;
	margin: 1%;
	padding: 15px;
	box-shadow: 1px 1px 20px rgba(0,0,0,.1);
}
.events .rsepro_featured li .rsepro-image {
	float: none;
	margin: 0 0 10px 0;
}
.events.highlights .rsepro_featured .event_title {
	font-weight: bold;
	font-size: 18px;
	min-height: 80px;
	line-height: 1.3;
	display: block;
}
.events.highlights .rsepro_featured .rsepro-image img {
	width: 100%;
	height: auto;
}
.events.highlights .rsepro_featured small {
	font-size: 16px;
}
button.btn.dropdown-toggle {
	display: none;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
	display: block;
	background: none;
	border: none;
	box-shadow: none;
	position: relative;
	z-index: 2;
}
ul.dropdown-menu li {
	float: left;
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Lato',sans-serif;
}
.rsepro_categories li h4 {
	font-family: 'Lato',sans-serif;
}
.rsep_posted {
	display: none;
}
.gkmenu .nspMain {
	overflow: visible;
}
.nspPagination li {
	padding: 0!important;
}
.rs_featured_event {
	background: none!important;    font-size: 36px;
}
.gk-clearfix.gk-not-single-module .box.gkmod-2 {
	clear: both;
	width: 100%;
}
a.rs_event_link {
	font-weight: bold;
}
	  
.rs_events_container .rs_event_detail.rs_featured {
	
}
	  
.rs_events_container .rs_event_detail.rs_featured  a {

}
		
		
.gkPage-inside .box-wrap {
	max-width: 1280px;
	margin: auto;
}
		
.nspArt.nspFeatured {
	background: rgba(192, 171, 138, 0.18);
	position: relative;
}
		
.nspArt.nspFeatured:before {
	content: "TIPP";
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	
	background: #c10c1a;
	color: #fff;
	border-radius: 100px;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
	box-shadow: -2px 5px 15px rgba(0,0,0,.4);
}
.rs_event_details > div:first-child {
	margin-top: 5px;
}
	  
.jd_item {
    display: table;
    width: 100%;
    line-height: 1.4;
    margin: 2px 0 0px;
    padding: 5px 0 6px!important;
    border-bottom: 1px solid #ddd;
}
.jd_title {
	width: 65%;
	float: left;
}
.jd_date {
	width: 15%;
	float: left;
	display: table-cell;
}
.jd_size {
	width: 20%;
	text-align: right;
	display: table;
}
.jd_title .jd_icon {
	display: none;
}
img.jd_thumb {
    float: left;
    margin: 0 20px 0 0;
	padding:0!important;
}
.jd_author {
    font-size: 12px;
}
.jg_searchview .jg_row.jg_row2 {
   
}
.jg_searchview .jg_row {
    width: 50%;
    float: left;
}
.jg_searchelem_photo {
    width: auto;
}
.jg_back {
    clear: both;
    padding: 0;
}
.jd_back_button {
    background: none;
    border: none;
    font-size: initial;
    width: auto;
    font-weight: normal;
    font-family: inherit;
    padding: 0;
}
ul.rsepro_upcoming.light a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -32px;
    background: #c10c1a;
    margin-top: 8px;
}
iframe.video-bg video.video-stream.html5-main-video {
    width: 100%!important;
    left: 0!important;
    transform: none!important;
    height: auto!important;
}
/* #gk-video-overlay.open */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed,
#gk-video-overlay iframe, #gk-video-overlay object, #gk-video-overlay embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.gafancybox-overlay .gafancybox-item.gafancybox-close {
    right: 0!important;
    background: none!important;
}
.gafancybox-overlay .gafancybox-item.gafancybox-close:before{
    position: absolute;
    display: inline-block;
    content: "\f00d";
    color: #fff;
    font-size: 36px;
    font-family: 'FontAwesome';
    right: -34px;
    top: -34px;
}
.gafancybox-inner a {
    display: block;
    padding: 0!important;
    margin: 0!important;
  
}
.gafancybox-inner a img {
    margin-bottom: -11px!important;
}
.gkmenu .nspArt h4.nspHeader a {
	font-size: initial;
	color: rgba(193, 12, 26, 0.9);
	line-height: 1.4;
	display: block;
}
.pfarren img.contact-thumbnail.img-thumbnail {
  
}
.contact .contact-form {
     padding-right: 20px;
	 float:left;
	
}
.contact .contact-details {
    padding: 0 0 0 20px;
    float: right;
	     margin-top: 77px;
}
.contact p.contact-position {
    padding: 0;
margin: 0 0 40px;
}
label#jform_spacer-lbl {
    display: none;
}
.pfarre .contact-miscinfo {
    width: 100%;
}
dl.fields-container.contact-fields.dl-horizontal {
       font-style: italic;  
}
.contact-details dl.fields-container.contact-fields.dl-horizontal {
       font-style: normal;      margin: 30px 0;
} 
.contact-category .list-title > a {
    float: none;
    display: block;
}
.control-label {
    display: inline-block;
}
.contact {
    line-height: 1.7;
}
.contact span.field-label {
    font-weight: bold;
}
fieldset .control-group {
    margin: 0 0 10px;
}
.control-group.field-spacer {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.pfarren.category li > div {
    float: none;
    clear: both;
}
.contact.category:hover .contact-image  img{
    width: 100%;
    float: left;
	opacity: 1;
	transform: none!important;
	transition:none!important;
}

.contact-image a {
    display: block;
    padding: 0;
    margin: 0;
	line-height:0!important;
}

.category li.row-fluid {
    display: table;
    float: none;
    width: 100%;
}
.contact.category ul:hover img {
    opacity: 1;
    transform: none!important;
}
.contact.category a.contact-name {
    font-weight: bold;
    clear: both;
    display: block;
}

.pfarren.contact .pfarren.category ul.pfarren > li {
    width: 48%;
    float: left;
    display: inline-block;
    margin: 1%;
    padding: 20px;
    background: #f9f9f9;
    min-height: 340px;
}
.pfarren.category.cols-3 ul.pfarren > li {
    width: 31%;

}
.category .contact-email>span:before {
 
}
.category .contact-email:after {
	
}
.category .contact-email a {

}
.category .contact-email { position:relative;overflow:hidden;}

.contact h1 {
    margin-bottom: 30px;
}

.contact-misc a:before {
	/*
	content:"\f0a9";
	font-family:'FontAwesome';
	float:left;
	display:inline;
	margin-right:10px;
	*/
}
label#jform_contact_email_copy-lbl {
    font-weight: normal;
}
.contact-details .contact-image {
    display: table;
    line-height: 0!important;
    margin-bottom: 20px;
    max-width: 50%;
}
span.contact-suburb {

}
address.contact-address {
    font-style: normal;line-height: inherit;
}
.contact-address span.contact-suburb:after,
.contact-address span.contact-street:after {
    content: " ";
    clear: right;
    display: block;
}
.contact-address .contact-state:after {
	content: ", ";
}
.contact-form h3 {
    margin-bottom: 30px;
}
.moenche .contact-details  .contact-image img {

    max-width: 200px;
}
h1+.contact-position {
    margin-top: -30px;
    color: initial;
    font-style: italic;
}
.no-sidebar #gk-content-wrapper {
    width: 100%;    padding: 0 20px;
}
#jcemediabox-popup-ajax div#gkBreadcrumb {
    display: none;
}


#jcemediabox-popup-ajax #gkHeaderMod, 
#jcemediabox-popup-ajax .blog-page > .header, 
#jcemediabox-popup-ajax .single-page > .header, 
#jcemediabox-popup-ajax .search-page .header {
    height: 400px;
}

#jcemediabox-popup-ajax .single-page, #jcemediabox-popup-ajax .blog-page {
    margin: 0 auto 0 auto !important;
}


#jcemediabox-popup-loader {
    background: none!important;

}
#jcemediabox-popup-loader p i {
   position: relative;
   top: 50%;
   padding: 0;
   left: 50%!important;
   display: block;
	transform: translateX(-50%) translateY(-50%);
   -webkit-transform: translateX(-50%) translateY(-50%);
   -ms-transform: translateX(-50%) translateY(-50%);
   -moz-transform: translateX(-50%) translateY(-50%);
   -o-transform: translateX(-50%) translateY(-50%);
   margin: 0 0 0 -30px!important; */

}
div#jcemediabox-popup-loader p {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: center;
}
#jcemediabox-popup-loader .fa-spin {
   -webkit-animation: fa-spin 0.6s infinite linear;
   animation: fa-spin 0.6s infinite linear;
   line-height: 0;

}
.fa-circle-o-notch:before {

}
#jcemediabox-popup-loader .fa-fw {
  
}
#jcemediabox-popup-ajax .gkPage {
	
}
span.mouse-icon {
    display: none;
}
.info_misc ul {
	padding: 0;

}
.info_misc li {
    padding: 0px 0 0px 20px!important;
    margin: 0;
    display: block;
}
.dgc-item span.info_misc {
    font-size: 14px;
    padding-left: 0;
    display: table;
}
.contact-misc ul {
    list-style: initial;
    list-style-position: outside;
    padding-left: 20px;
}

.item-body .info_misc ul li:before {
   
    top: 7px;
}
.contact-details.noform {
    width: 100%;    padding: 0;margin-top: 20px;
}
.contact-details.noform .contact-image {
    float: left;
    margin-right: 30px;
}
.contact-details.noform dl.fields-container.contact-fields.dl-horizontal {
    display: block;
}

.contact.category.cols-3 ul.category li {
    width: 31%;
    float: left;
    text-align: center;
    background: #f9f9f9;
    margin: 0 1% 1% 1%;display: grid;
	min-height: 335px;
}

.contact.category.cols-3 ul.category li .list-title.contact-address {
    padding: 0 20px;
}
.contact.category.cols-4 ul.category li {
    width: 23%;
    float: left;
    text-align: center;
    background: #f9f9f9;
    margin: 0 1% 1% 1%;
}
ul.moenche.category li {
    line-height: 1.4;
    font-size: 95%;
}
.contact.category span.contact-pos {
    clear: both;
    display: block;
}
.list-title.contact-address {
    padding: 0 10px;
}
span.field-value p {
    padding: 0;
    margin: 0;
}
dd.contact-field-entry.contact-links:before {
    content: "»";
    float: left;
    margin: 0 10px 0 0;
}
.contact-details .contact-misc {
    margin-top: 20px;  
}
.nspArt p.nspText a {
    line-height: inherit;
}
.gkmenu .nspLinksWrap.bottom ul.nspList h4 {
    font-size: 100%!important;
}
a.cc_btn.cc_btn_accept_all {
    white-space: nowrap;
    width: auto;
    max-width: unset;
}
/**** LOADER */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
} 
.loader {
    color: #c10c1a;
    font-size: 11px;
    text-indent: -99999em;
    position: absolute;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0) translateX(-50%) translateY(-50%) scale(0.6);
    top: 50%;
    left: 50%;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 1s infinite ease 0.2s;
  animation: load2 1s infinite ease 0.2s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 1s infinite ease;
  animation: load2 1s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/***** /LOADER ****/



#rs_event_show .description ul {
    /* list-style: none; */
    margin: 0;
	list-style:initial;
    padding: 0 0 0 20px;
}
.box.box-wide.map{
    line-height: 0;
}
.gkwDay {
    font-style:normal;
}

#gkHeaderMod .gk-map-header {
	height:100%;
}
#gkHeaderMod .box.map,
#gkHeaderMod .box.map div {
    height: 100%;
}
#gkHeaderMod .box.map {
    z-index: 100;
}

    
#gkSidebar .webcam a img {
    margin-top: -20px!important;
    position: relative;
}

#gkSidebar .webcam a.jcepopup span.jcemediabox-zoom-span {

    overflow: hidden;
}
.blog-page.cols-4 .item-list .item-view {
    width: 25%;
    float: left;
    padding: 20px;
}
#gkSidebar .box .content > p:first-child {
    margin-top: 0;
    padding-top: 0;
}

#gkSidebar li.clearList {
    display:none;
    padding: 0!important;
   
}

.blog-page .item-list .item-view:last-child:after {
	display:none;
}
.blog-page.cols-2 .item-list .item-view:last-child:after {
	display:inherit;
}
#gkSidebar .box ul li.lastItem {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact-image img {
    margin-bottom: 10px;
}

#gkMainbody .gk-desc a.moduleItemTitle {
    font-size: 30px;
}
#gkMainbody .k2ItemsBlock li {
    border: none;
}

#gkSidebar ol {
    padding-left: 30px;
    text-align: left;
    clear: both;
    display: block;
}

#gkMainbody ul.imageset li {
    width: 50%;
    float: left;
	padding:0;
}
#gkMainbody ul.imageset li:before { display:none;}

body #gkSidebar ol {
   counter-reset: item;
 }
 ol {
   list-style: none;
 }
 body #gkSidebar ol li {
   counter-increment: item;
   margin-bottom: 5px;    list-style-type: none;
 }
  body #gkSidebar ol li:before {
      margin-left: -30px;
      content: counter(item);
      background: transparent;
      border-radius: 100%;
      color: #c10c1a;
      width: 24px;
      height: 24px;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      margin-right: 5px;
      border: 2px solid #c10c1a;
      font-weight: bold;
      font-size: 13px;
 }
 #gkMainbody ul.imageset.cols-3 li {
     width: 33%;
     float: left;
     margin: 0;
     padding: 0;
	     text-align: center;
 }
 #gkMainbody ul.imageset.cols-3 li img {
     clear: both;
     float: none;
     display: block;    margin: 5px auto;
 }
 #gkSidebar .gk-price-table[data-cols="2"] > dl {
    margin: 2% 0;
    width: 100%;
    padding-bottom: 0;
}
#gkMainbody .single-page > .header:before {

    max-height: 300px;
}
div#jcemediabox-popup-content .gk-social-icons {
    display: none;
}
div#jcemediabox-popup-content .itemFullText h3 {
    color: #c10c1a;
}
.itemFullText img.w30 {
	width:320px;
}
img.float-n {
    float: none;
    display: block;
}

.no-sidebar img.w30 { 
    width: 370px;
}
.frontpage .nspArt p.nspText {

    min-height: 90px;
}
.weblink-category .img-intro-right {
    float: right!important;
    width: 200px;
    display: inline-block;
    margin: 0 0 10px 30px;
}
.weblink-category .list-title {
    font-size: 24px;
}
.weblink-category h2 { margin-bottom:40px;}

.jd_cat_main > div > img {
    display: none;
}
.jd_cat_main .jd_cat_description p {
    padding: 0;
    margin: 0;
}
.jd_cat_main {
    
    padding: 10px 5px;
}
div#xmap ul {
    padding-left: 30px;
}
div#xmap ul.level_0 {
    padding-left: 0;
}
.moduletable.box .nspFeatured {
    background: none;
}
.box.title-border h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.itemFullText .moduletable p.nspInfo.nspInfo1 {
    padding-top: 0;
}
.frontpage .gk-desc p strong {
    font-weight: 800;
    color: #9e8f69;

}
.frontpage .gk-desc .avatar {
    border-radius: 200px;
    width: 170px;
    height: 170px;
    border: 6px solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
	    margin-bottom: 10px;
}
.itemAuthor img.avatar {
    text-align: center;
    clear: both;
    float: none;
    display: block;
    /*border: 2px solid #ddd;*/
    border-radius: 100px;
    margin: 0 auto 10px;
}
#gkFooterNav ul {
    clear: both;
    float: none;
    height: auto;
    display: flow-root;
    margin-bottom: 20px;
}
.acymailing_form td {
    border: 0;
}
.vm-product-details-container span.vm-price-desc {
    margin-right: 10px;   
}
.moduletable.title-color h3 {
	    color: #c10c1a;
}
.moduletable > div > ul > li {
    border-bottom: 1px solid #e7e7e7!important;
}
.moduletable > div > ul > li.clearList {
    border: none!important;
    height: 0;
    line-height: 0;
    padding: 0!important;
    margin: 0;

}

div.mod-languages ul.lang-inline li {
    display: inline;
    border: none;
    line-height: 1;
}
.box.centered-title h3.header {
	text-align:center;    position: relative;
}
ul.sigProClassic li.sigProThumb a.sigProLink span.sigProPseudoCaption {

   
}
.color2 a.btn-border {
    border-color: #fff!important;
}
.itemImageGallery > h3 {
    font-size: initial;
    font-weight: bold;
    /* text-transform: uppercase; */
}
#contact-form label#jform_captcha-lbl {
    display: none;
}

ul.level_1 > li > a,
ul.level_0 > li > a {
    font-weight: bold;
} 
.acymailing_footer {
    display: none;
}
span.error-code {
    font-weight: bold;
    border: 1px solid #fff;
    padding: 6px 24px;
    font-style: normal;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px auto;
    text-shadow: none;
    font-size: 18px;
}
span.error-desc {
	display: block;
	    margin-top: 10px;
}
div#swipebox-action {
    display: block!important;
}
.box.gmap {
    height: 300px;
}

.header time {
    padding: 8px 20px;
    font-size: 70%;
	    background: rgba(0,0,0,.4);
}
.frontpage .single-page, .frontpage .blog-page {
    margin: 0 auto 0 auto !important;
}
.box h2 {
    font-size: 24px;
}

.text-centered .nspArt.nspCol4 * {
    text-align: center; 
}

.text-centered .nspArt a.readon {

    float: none;
}

.box.box-wide.no-spaces .joomimg_row {
    line-height: 0;
    padding: 0;
    margin: 0;
}
.box.cols-6 .joomimg_row > div {
    width: 16.66% !important;
   
}
.box.cols-6 .joomimg_row > div img {
    width: 100%!important;
    height: auto!important;
}
#swipebox-slider .slide.current { border:none;}


.box.contacts .content > div {
    clear: both;
    margin: 10px 0;
    display: table;
}
.mod-languages.float-r {
    float: right;
}
#gkMainbody ul.imageset.cols-3 li:nth-child(3n+1) {
    clear: left;
}
#gkBg .nspMain {
    overflow: visible;
}

#gkMainbodyTop .nspArt.nspFeatured {
	background:transparent;
}
.itemFullText .no-cols div.cols-3 dl {
    width: 100%;
    margin: 0;
    padding: 0;
}

#gkHeaderMod  {
		margin-top: 120px;
}
.frontpage #gkHeaderMod  {
		margin-top: unset;
}
.responseContainer.acymailing_module_success.slide_open {
	font-weight: bold;
	border: 1px solid #ddd;
	color: #369a3f;
	line-height: 1.5;
	padding: 10px
}
a.continue {
    margin: 10px 0;
    display: inline-block;
}

.blog-page.user-page > .header .item-title {
   
    width: 100%;
   
}
.box .k2UserBlock ul.menu li a {
    text-transform: none;
}

#menuTop a.gk-login-popup {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 7px;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

a#gkLogo {
    background: #fff;
    margin: 0;
    max-height: 120px;
    height: 120px;
}
div[data-player] {
    margin: auto;

}
#gkFooter ul.logos.cols-4 li {
    width: 25%;
}
#gkFooter ul.logos.cols-4 li img {
    width: 100%!important;
    max-height: unset;
}
#k2Container .moduletable .images-float-l img {
	float:left; margin-right:30px;
}
.contact.no-form .contact-details {
    float: left;padding:0;margin-top:20px;
}
ul.sigProClassic li.sigProThumb a.sigProLink span.sigProPseudoCaption,
ul.sigProClassic li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
    background:transparent;
	 
}


ul.sigProClassic li.sigProThumb a.sigProLink:hover span.sigProCaption {
    background: rgba(255,255,255,.8);text-shadow:none;
}
ul.sigProClassic span.sigProCaption {
    line-height: 1.3;
    text-shadow: 0 0 5px rgba(0,0,0,.9);
    padding: 7px;
}
div#itemImageGalleryAnchor {
    margin-top: 30px;
}
body .player-poster[data-poster] .play-wrapper[data-poster] {

    line-height: 1;
}
.avAudio div[data-player] {
    width: 100%!important;
}

.media-control[data-media-control].media-control-hide .media-control-layer[data-controls] {
    bottom:0!important;
}
div#itemVideoAnchor {
    display: inline-block;
    width: 100%;
}
.moduletable.angebote .nspArt ul {
    margin: 0;
}
.single-page .cols-2 dl {
    width: 50%; 
    float: left;
}
.catItemVideoBlock {
    display: inline-block;
    width: 100%;
}
#gkSidebar .cols-2 dl {
    width: 100%;
}

.betriebe #gkSidebar div > img.contactIcon {
    margin-right: 0;
    float: none;
}
#gkSidebar .box.iw50.contacts img {
	float:left;margin-right:20px;
	
}
#gkSidebar .jd_content_plugin .jd_fileicon {
    display: none;
}
sup i.gkicon-star {
    display: none;
}

.moduletable.archiv a.moduleItemImage {
    margin-right: 30px;
}
a.chronoforms6_credits {
    display: none!important;
}
.contact-form .ui.green.button, .contact-form .ui.green.buttons .button {
    background-color: #c10c1a!important;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;    margin-top: 20px;
    float: left!important;
    clear: both;
}
.ui.error.message .header {
    color: #912d2b;
    font-weight: normal!important;
}
.ui.form .inline.fields>label {
    line-height: 1.4;
	 margin-bottom:10px!important
}
.gkwMainRight p {
    padding: 2px 0!important;
    margin: 0!important;
}
#gkSidebar dl p {
    line-height: initial;
}
.jg_search { display:none!important;}

.multifield.inline.fields > label {
    display: table!important;
    margin-bottom: 50px!important;
    width: 100%!important;
}
a.jcepopup span.jcemediabox-zoom-image {
 
    bottom: 10px;
  
}
footer ul.logos img {
    opacity: .4;
}

span.fa.jicons-text:before {
    padding-right: 8px;
}
.tag-page .item-list .item-view .item-info > span {
    padding: 0;
    margin: 0;
    display: none;
}
.gkMenu .nspArt.nspFeatured {
	background:none;
}
.jd_cat_main .jd_cat_description {
    /*padding-left: 63px!important;*/
}
.itemExtraFields dd > p {
    margin: 6px 0;
}
.itemExtraFields dd > p:first-child {
    margin-top: 0;
} 
div#gkPageContent.no-header-image #gkMainbody {
	
}
#gkMainbody div.item-subtitle {
    text-transform: uppercase;
    font-size: 18px;
}
h1.cat-title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
#gk-content-wrapper a[data-k2-modal="edit"] {
    border: 1px solid #ddd;
    padding: 6px 10px;
    line-height: 1;    float: right;
}

/*** FIXES 2018-01-18 ****/
@media (max-width: 1160px) and (orientation:portrait){
    #gkHeaderNav .gkMainMenu {
      display:none;
    }
	#gkHeaderNav .gkMainMenu + #gkMobileMenu {
    display: initial!important;
	  
	}
	.dark-bg #gkMobileMenu i, .dark-bg #gkMobileMenu i:after, .dark-bg #gkMobileMenu i:before {
	    /*
		background: #26292b;
		*/
	}
}

.single-page span.item-category {
    margin-top: 20px;
    display: inline-block;
}
.moduletable.archiv a.moduleItemTitle {
    font-size: 24px;
}
span#gk-mobile-menu-text {
    display: none;
}
.pfarren .contact-details .contact-image {
    max-width: unset;
}
.layout3.dgc-item span.info_telephone,
.layout3.dgc-item span.info_email,
.layout3.dgc-item span.info_mobile {
	position: relative;
	    float: none;
	    display: block;
	    width: auto;
	    text-indent: 0;
	    margin: 0;
	    top: 0;
	    padding: 0 0 0 0;
	    left: 0;
}
.layout3.dgc-item span.info_telephone:before, .layout3.dgc-item span.info_email a:before {
   position: relative;
   float: left;
   top: 0;
   display: inline;
   line-height: 1;
   height: auto;
    margin: 10px 0 0 -4px;
}

.layout3.dgc-item span.info_image {
    float: left;
    margin: 0 30px 0 0;
}
.contact-details .contact-address span.jicons-text {
    display: block;
    text-transform: uppercase;
}
.layout3.dgc-item {
    border: none;
}
#k2Container ol {
   list-style: inherit;
   list-style-type: decimal;
}

#k2Container ol li {
	padding:10px 0;
}
.error .header.no-image {
    height: 500px;
}
.error span.gk-social-icons {
    display: none;
}

#facebox {
  
    z-index: 1000;

}
ul.menu-hornav > li > a {
    float: left;
    margin: 0 10px;
    padding: 2px 20px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    /*font-family: 'ibm_plex_serifsemibold',serif;*/
    font-family: 'ibm_plex_sansregular', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}
ul.menu-hornav > li {
	position:relative;    display: inline-block;
}
ul.menu-hornav > li > a + ul {
    position: absolute;
    float: none;
    margin-top: 28px;
    padding: 10px 20px 10px 20px;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    margin-left: 10px;
    width: auto;
    white-space: nowrap;
}
ul.menu-hornav > li:hover > a + ul {
	display:block;
}
ul.menu-hornav > li:hover > a + ul a {
	display:block;
}
#gkBreadcrumb ul.menu-hornav {
    position: relative;
    z-index: 99;       margin: 30px 0;
}

small.nspTax {
    clear: both;
    float: none;
    display: block;
}
.opg-text-primary {
    color: initial!important;
}

 .opg-text-bold {font-weight:normal;font-size: 18px;    font-family: 'ibm_plex_sansregular',sans-serif!important;}
 
 img.opg-thumbnail.opg-thumbnail-mini {
	 max-width: 150px;
	     max-height: 150px;
 }
 hr.opg-margin-bottom-remove {
     display: none;
 }
 a#removeproduct {
     font-size: 14px;
 }
 .bottom-row.opg-grid {
     border-top: 1px solid #e8e8e8;    padding-top: 4px;
 }
 .opg-margin-remove {
     margin: 0 !important;
     border: none;
 }
 #allproducts .quantity input {
    min-height: unset;
    font-size: initial;
    line-height: 1;
    width: auto!important;
 }
 .opg-text-primary.opg-text-bold.opg-width-large-1-6.opg-width-small-3-6.opg-width-3-6.opg-text-right,
 div#bill_totalfulldiv  *{
     font-family: 'ibm_plex_sansmedium',sans-serif!important;
 }
 #allproducts a#refreshbutton {
     background: #444!Important;
 }
 .all_shopper_fields input#email_field {
     width: 100%;
 }
 h1 + .product-additional-info {
     display: none;
 }
  #allproducts .opg-button-group .opg-button {
     margin-right: 3px;
 }
 .product a.opg-link {
     font-family: 'ibm_plex_sansmedium',sans-serif!important;
 }
 .browse-view .orderby-displaynumber, .browse-view .product-additional-info, .productdetails-view .orderby-displaynumber, .productdetails-view .product-additional-info {
	 font-weight:normal;
 }
 .cart-product-details {
     display: none;
 }
 
 .addtocart-bar input.quantity-input.js-recalculate {
   
     text-align: center;
 }
#checkoutForm div#com-form-login-username, #checkoutForm div#com-form-login-password, #checkoutForm div#com-form-login-remember {
 
    width:100%;
 }
#checkoutForm  div#com-form-login-remember {
     padding: 0;
     border: none;
 }

 #checkoutForm h4.opg-h4 {
     margin-bottom: 10px;
 }
 #checkoutForm #right_div a.opg-button {
padding: 4px 20px;
 }
 #checkoutForm .shipto_fields_div {
     margin: 10px 0 !important;
 }
.opg-modal-footer a.opg-button-danger {
     background: #555;
 }
 
 #checkoutForm  .squaredTwo label {
   
     background: #c10c1a;
  
 }
 .all_shopper_fields .adminform label.title {
     margin: 20px 0 -15px 0;
     display: block;
     position: relative;
 }
 
 #checkoutForm #right_div a.opg-link.opg-text-small {
     display: block;
 }
#checkoutForm #right_div a.opg-button.opg-button-primary.opg-button-large {
     font-size: 22px;
 }
 h1.rs_featured_event {
     padding: 0;
 }
 .contact > h1 {
     margin-bottom: 0;
 }
 
.contact .contact-details.noform {
    
 }
 
 #cart-contents div#leftdiv {
     padding-right: 20px;
 }
 
 .contact.show-form > h1 {
     margin-bottom: 40px;
 }
 
 /**** SEARCH RESULTS ***/
 .generic-page .item-list .item-view .item-info {
     margin: 0;
     padding: 0;
 }
 
 .generic-page .item-list .item-view {
     margin: 20px 0!important;
padding:20px 0;
}
.generic-page.search-page * {
    text-align: left!important;
}
.generic-page.search-page h2.item-title {
    font-size: 24px;
}

.generic-page.search-page .item-list .item-view:after {
	display:none;
   
}

.error-page h2.item-title {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
}

.generic-page.search-page .item-list .item-view:before {

    background: rgba(193, 12, 26,1);
    height: 23px;
    content: "";
    -webkit-transform: rotate(25deg) skewY(-25deg);
    -moz-transform: rotate(25deg) skewY(-25deg);
    -ms-transform: rotate(25deg) skewY(-25deg);
    -o-transform: rotate(25deg) skewY(-25deg);
    transform: rotate(25deg) skewY(-25deg);
    -webkit-transform-origin: 270% 0%;
    -moz-transform-origin: 270% 0%;
    -ms-transform-origin: 270% 0%;
    -o-transform-origin: 270% 0%;
    transform-origin: 270% 0%;
    width: 6px;
    z-index: 1;
    position: relative;
    padding: 0!important;
   margin:0 0 0 15px;
    opacity: 1;
    bottom: 0;
    display: block;
}

.box .k2ItemsBlock.img-float-l img {
	margin-right:30px;
}
.box.img-float-l a.moduleItemImage +p {
    margin-top: 0px;
}
#gkMainbodyTop .box .k2ItemsBlock li.lastItem {
    margin-bottom: 0;
padding-bottom: 0!important;
}

.contact .contact-details > h3 {
    margin-bottom: 10px;
}
.blog-page.cols-2 article.default.item-view:nth-child(3) {
    clear: left;
}
.blog-page article.item-view.unpublished {
    border: 2px dotted rgba(193, 12, 26, 0.9)!important;
    margin: 20px 0!important;
    padding: 20px!important;
}
.blog-page .actions-toolbar {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.ui.form .inline.fields {
   
    display: block;
}
.ui.form .inline.fields>label {
	
}
.ui.form .inline.fields .field {
    float: left;
    clear: none;
}
.topnav_right .k2LiveSearchBlock {
    float: right;
}
.k2LiveSearchBlock ul.liveSearchResults {
    text-align: left;
    float: left;
    margin-left: 3px;
    /*background: rgba(255,255,255,.8);*/
    padding: 10px 20px;
	 max-width: 353px;
}
#search-overlay .k2LiveSearchBlock ul.liveSearchResults a {
   color: #fff;
   line-height: 1.3;
   display: block;
   padding: 4px 0;
}
#search-overlay .k2LiveSearchBlock ul.liveSearchResults a:hover {
    color: #111;
}
.itemVideoBlock .avVideo .avPlayerBlock > div > div {
    width: 100%!important;
    min-height: 480px;
}
#search-overlay{
   display: none;
   width: 100%;
   height: 100%;
   background: rgba(158, 143, 105, 0.96);
   z-index: 999;
   position: fixed;
   top: 0;

}
#search-overlay .k2SearchBlock {
    margin: auto;
    display: table;
    top: 50%;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#search-overlay input[name="searchword"],
#search-overlay input[name="searchword"]:focus {
   background: none;
   color: #ffff;
   width: 100%;
   font-size: 30px;
   border: none;
   border-bottom: 1px solid;
	box-shadow: none!important;

	    outline: none;
	    color: #fff;
		 
}
.mod-languages.advanced-dropdown.jmoddiv.jmodinside a.langChoose {
    top: -2px;
    position: relative;
}
.mod-languages.advanced-dropdown {
    font-size: 13px;
}
.custom.blog-page.generic-page h2.item-title {
    font-size: 24px;
}

#menuTop .topnav_right a.search-btn { 
   color: #fff;
       margin: 0 0 0 10px!important;
   border-left: 1px solid #fff;
   padding-left: 15px;
}


#menuTop .topnav_right div.mod-languages ul.lang-inline li {
    color: rgba(255,255,255,.5);
}



#menuTop .topnav_right div.mod-languages a,
div.advanced-dropdown a.langChoose:link, div.advanced-dropdown a.langChoose:visited {
    text-decoration: none;
    color: rgba(255,255,255,1);
	 background:none;
    top: -2px;
    position: relative;
}
#menuTop .topnav_right div.mod-languages.advanced-dropdown ul {
   background: #c10c1a;
   color: #ffffff96;
   top: 0;
    padding: 10px 0px 10px 5px;
   
 }
	 
.blog-page.generic-page .item-list .item-view:after { display:none;}

.blog-page.generic-page .item-list .item-view:before {
    background: rgba(193, 12, 26,1);
    height: 30px;
    content: "";
    -webkit-transform: rotate(25deg) skewY(-25deg);
    -moz-transform: rotate(25deg) skewY(-25deg);
    -ms-transform: rotate(25deg) skewY(-25deg);
    -o-transform: rotate(25deg) skewY(-25deg);
    transform: rotate(25deg) skewY(-25deg);
    -webkit-transform-origin: 270% 0%;
    -moz-transform-origin: 270% 0%;
    -ms-transform-origin: 270% 0%;
    -o-transform-origin: 270% 0%;
    transform-origin: 270% 0%;
    width: 6px;
    z-index: 1;
    position: relative;
    padding: 0!important;
    margin: 10px auto 0!important;
    opacity: 1;
    bottom: 0;
    display: block;
}
#menuTop .topnav_right div.mod-languages.advanced-dropdown ul li {
    padding-left: 8px;
    margin-left: 0;
    text-align: left;
}
#menuTop .topnav_right a.search-btn:before {
    content: "\f002";
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
    font-family: 'FontAwesome';
}
#menuTop a.search-btn > span {
    display: none;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a.fa-search {
    display: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li.fa-search {
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    margin-left: 10px;
} 
div.advanced-dropdown span.caret {
    margin-top: -1px;
}
.team-contacts a.jcepopup {
    
    float: left;
    margin-right: 40px;
}

.team-contacts a.jcepopup img {
    width: 100%!important;
    max-width: 320px;
    margin-right: 30px;
}
div#dynamic_recaptcha_1 {
    float: none;
    margin: auto;
}
div#dynamic_recaptcha_1 > div {
    margin: auto;
}
#gkSidebar .jd_content.jd_content_plugin.jd_content_file {
    border: none;
    padding: 0;
}
.screens img.jd_thumb {
    width: auto;
    height: auto;
}
#acyuserinfo input[type="text"] {
    line-height: 1;
    height: auto;
    padding: 5px 10px;
}
#acymodifyform #acyuserinfo label {

    line-height: 1.4;
    display: inline-block;
}

.marketing .catItemImageBlock {
    min-height: 400px;
}
.marketing span.catItemExtraFieldsLabel {
    font-weight: bold;
    clear: both;
    float: none;
    display: block;
}
#gkFooter ul.logos.cols-5 li {
    width: 20%;
}

#gkFooter ul.logos.cols-5 li img {
    max-width: 100%;
}
.marketing.blog-page .catItemExtraFields h4 {
    display: none;
}
.marketing.blog-page .catItemAttachmentsBlock {
    margin-top: 20px;
    display: block;
}
.marketing.blog-page .catItemAttachmentsBlock > span {
  font-weight:bold;
}

.marketing .item-view.catItemView * {
    line-height: initial;
}

.marketing .item-view.catItemView .catItemTitle a {
    line-height: 1.2;
    display: block;
    font-size: 21px;
	 margin-bottom: 20px;
}
.marketing.blog-page .catItemImageBlock {
    min-height: 400px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.marketing .item-view.catItemView .catItemExtraFields li {
    padding: 4px 0;
    
}

.marketing.blog-page .item-list .item-view:after { display:none;}

.box.marketing-menu ul.menu li a {
    text-transform: none;
}
.betriebe img.contactIcon {
    float: none;
    display: block;margin-bottom:10px;
}
p.image-float-l > img.contactIcon {
	float:left;
}

#k2Container .moduletable ul.image.rsepro_upcoming .rsepro-image img {
    width: 100px;
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #ddd;
}
.moduletable ul.image.rsepro_upcoming li:before {
	display:none;
}
.moduletable ul.image.rsepro_upcoming li .rsepro-image{
	float:left;
	margin:0 20px 0 0;
}
.moduletable .image.rsepro_upcoming > li small {
    clear: initial;
    display: initial;
}
#k2Container .moduletable .rsepro_upcoming li {
    clear: both;
   
    display: table;
    padding: 10px!important;
    background: #f7f5f1;
    width: 100%;
	margin-bottom: 3px;
}
#k2Container .moduletable .image.rsepro_upcoming > li small {
    font-size: initial;
}
/*** FIXES u. Anpassungen bezüglich Wunsch Abt -> Konvent und Pfarre Admont Modul Frontpage ***/
#gkBottom2 .gkPage {
    margin: auto!important;
    float: none!important;
    clear: both;
    display: table;
    width: auto!important;
    left: unset;
}
#gkBottom2 .box.gkPage-inner > .box-wrap {
    max-width: 1280px;
    margin: auto;
    background: none;
    padding: 0!important;
}
.box.gkPage-inner.light {
    background: #f0ede8;
}
#gkBottom2 .gk-clearfix.gk-not-single-module {
    padding: 0;
}
.frontpage .news.light .nspArtPage .nspArt {
    background: #fff;
}

#gkBottom2 .news-top h4.nspHeader {
  
    min-height: 98px;
}
/*** 30-01-2019 ***/
span.IN-widget {
    vertical-align: top!important;
    top: 2px;
    position: relative;
}
#jcemediabox-popup-page #k2Container .header {
    display: none;
}

/*** 22-02-2019 ***/
.box .news.individuell a.moduleItemImage {
    width: 375px;
    margin: 0 30px 0 0;
    height: 240px;
    position:relative;
}
.box .news.individuell a.moduleItemImage img {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.box .news.individuell .moduleItemTitle {
    font-size: 24px;
    line-height: 1.3;
    color:#c10c1a;
}
.box .news.individuell  a.moduleItemReadMore.readon {
    line-height: 1;
    height: auto;
    padding: 13px 25px;
    margin-top: 20px;
}
.no-highlighting .nspArt.nspFeatured:before {
    display:none;
}
.no-highlighting .nspArt a.readon {
    margin-top: 20px;
}
.multicats.blog-page #gkSidebar {
    padding-top: 50px;
}
.nspArt.nspFeatured:before { display:none;}

.pfarren.single-page #gkSidebar {
    width: 33%;
}
.pfarren.single-page #gk-content-wrapper {
    width: 66.666%;
}
.pfarren.single-page .box.contactinfos {
	margin-top:30px;
}
.pfarren.single-page .box.contactinfos .box-wrap span {
	clear:both;
	    display: block;
}
.pfarren.single-page .box.contactinfos .box-wrap span.name {
   font-family: 'ibm_plex_sansbold',sans-serif;
   font-weight: normal !important;
}
.pfarren.blog-page .item-list .item-view {
    width: 31%;
    float: left;
    padding: 30px;
    margin: 1%;
    background: #f6f6f6;
}
.pfarren.blog-page .item-list .item-view .item-title {
  
    font-size: 24px;
}
.pfarren.blog-page h3.item-subtitle {
	display:none;
}
.pfarren.blog-page .cat-item-image {
    overflow: hidden;
    position: relative;
    height: 200px;

}

.pfarren.blog-page .item-list .item-view .item-title {
    font-size: 24px;
    min-height: 65px;
    padding: 0;
    line-height: 1.3;
}
.pfarren.blog-page article.item-view header {
    margin-bottom: 0px;
}

.pfarren.blog-page .cat-item-image img {
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 100%;
}

.field.dsgvo {
    margin: 10px 0 0!important;
    display: inline-block;
}

#gkMainbody .box.fullwidth .content {
    max-width: unset;
}
.box.text-centered.centered-title h1 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-shadow: none;
    color: #c10c1b;
}

.box p.gk-desc {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 18px;
    color: initial;
}

.pfarren .gkNspPM-PortfolioGrid.with-overlay .figcaption {
    opacity: 1;
    background: rgba(0,0,0,.24);
}
.pfarren .gkNspPM-PortfolioGrid.with-overlay .figcaption h3 a {
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'ibm_plex_serifsemibold',serif;
}
.pfarren .gkNspPM-PortfolioGrid.with-overlay .figure.loaded:hover .figcaption {

    background: rgba(0,0,0,0);
}

.pfarren .gkNspPM-PortfolioGrid.with-overlay .figcaption:before, .pfarren .gkNspPM-PortfolioGrid.without-overlay .figure.loaded > div > a:before {
    color: #fff;
}
.box.pfarren.fullwidth .gkNspPM-PortfolioGrid {
    margin: 0;
}

button.default[type="reset"] {
    background: #26292b;
}

.avPlayerWrapper.avAudio .avPlayerContainer .avPlayerBlock {
    padding: 25px 0!Important;
    background: none;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
background-color: transparent;
}


/**** 2020-02-25 ***/
#gkPageContent #gkMainbody #k2Container .itemFullText h2.bigger {
	font-size: 36px;
}
#gkPageContent #gkMainbody #k2Container .itemFullText h2.big {
	font-size: 48px;
}
#gkPageContent #gkMainbody #k2Container .itemFullText h2.very-big {
	font-size: 60px;
}
/**** 2020-04-04 ***/
#gkSidebar ul.style-1 {
    list-style: inherit;
    margin-left: 20px;    clear: both;
}
#gkMainbody span.livestream:before { 
    content: "";
	 background:url('/images/design/livestreaming-logo.png') no-repeat 50% 50%;
    float: right;
	 width:80px;
	 height:30px;
	 background-size:contain;
    display: table;
}
.topnav_right a.blinking {
	border: 1px solid #fff;
	    line-height: 1!important;
	    padding: 4px 8px 5px!important;
	    display: inline-block;
	    border-radius: 2px;
	    text-transform: uppercase;
	    font-family: 'ibm_plex_sansbold', sans-serif;
	    font-weight: normal!important;
	    letter-spacing: 1px;
	    margin: 0 10px 0;
	    animation: blinkingText 1.2s infinite;
	
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}

.frontpage .gkIsWrapper-gk_hotel_tabs figcaption a {
hyphens:none;
}
#gkSidebar h2 {
    font-size: 30px;
}