.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
	-ms-transition: height 0.35s ease;
}
.collapse.in {
	height: auto;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
}
.modal-body {
	width: 98%;
	position: relative;
	max-height: 400px;
	padding: 1%;
}
.modal-body iframe {
	width: 100%;
	max-height: none;
	border: 0 !important;
}
.modal-form {
	margin-bottom: 0;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: '';
	line-height: 0;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: '';
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
div.modal {
	position: fixed;
	top: 5%;
	left: 50%;
	z-index: 1050;
	width: 80%;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
	-ms-transition: opacity 0.3s linear, top 0.3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 5%;
}
.modal-batch {
	overflow-y: visible;
}
.modal-body[class^='jviewport-height'],
.modal-body[class*='jviewport-height'] {
	max-height: none;
}
.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}
div.modal.jviewport-width10 {
	width: 10vw;
	margin-left: -5vw;
}
div.modal.jviewport-width20 {
	width: 20vw;
	margin-left: -10vw;
}
div.modal.jviewport-width30 {
	width: 30vw;
	margin-left: -15vw;
}
div.modal.jviewport-width40 {
	width: 40vw;
	margin-left: -20vw;
}
div.modal.jviewport-width50 {
	width: 50vw;
	margin-left: -25vw;
}
div.modal.jviewport-width60 {
	width: 60vw;
	margin-left: -30vw;
}
div.modal.jviewport-width70 {
	width: 70vw;
	margin-left: -35vw;
}
div.modal.jviewport-width80 {
	width: 80vw;
	margin-left: -40vw;
}
div.modal.jviewport-width90 {
	width: 90vw;
	margin-left: -45vw;
}
div.modal.jviewport-width100 {
	width: 100vw;
	margin-left: -50vw;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: subpixel-antialiased;
	display: block !important;
	font-size: 62.5%;
}
body {
	background: #e5e5e5;
	color: #757575;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	min-height: 100%;
	padding: 0;
}
a {
	color: #42a5f5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #151515;
}
a.inverse {
	color: #151515;
}
a.inverse:hover,
a.inverse:active,
a.inverse:focus {
	color: #42a5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151515;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.itemBody h1,
.itemBody h2,
.itemBody h3,
.itemBody h4,
.itemBody h5,
.itemBody h6 {
	margin: 20px 0;
}
h1 {
	font-size: 3rem;
}
h2,
.componentheading {
	font-size: 3rem;
	margin: 0 0 32px 0;
}
h3 {
	font-size: 1.8rem;
	margin: 0 0 24px 0;
}
h4 {
	font-size: 1.6rem;
	margin: 0 0 18px 0;
}
h5 {
	font-size: 1.5rem;
	margin: 0 0 12px 0;
}
h6 {
	font-size: 1.4rem;
	margin: 0 0 8px 0;
}
h3.header {
	font-style: normal;
}
b,
strong {
	font-weight: 600;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 1.7;
}
p {
	margin: 1.3em 0 2.5em;
}
iframe {
	max-width: 100% !important;
}
hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	clear: both;
	display: block;
	margin: 20px auto;
	width: 200px;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.element-invisible:focus {
	width: auto;
	height: auto;
	overflow: auto;
	background: #eee;
	color: #000;
	padding: 1em;
}
ul.inline li,
ul.list-inline li {
	display: inline;
}
#gkBg,
.gkPage,
#gkMainbody .content {
	margin: 0 auto !important;
	padding: 0;
}
#gkBg {
	background: #f5f5f5;
	position: relative;
	width: 100%;
}
#gkBg:after {
	background: #424242;
	content: '';
	height: 400px;
	position: absolute;
	top: 0;
	width: 100%;
}
#gkBg > * {
	position: relative;
	z-index: 1;
}
#gkBg #gkBottom2 {
	z-index: 2;
}
.frontpage #gkBg:after {
	display: none;
}
#gkHeader {
	position: static;
}
#gkPageContent {
	padding: 62px 0 0 0;
	z-index: 2;
}
#gkLogo {
	display: block;
	float: left;
	height: 62px;
	top: 0;
	width: auto;
}
#gkLogo img {
	display: block;
	height: 62px;
	margin: 0;
	max-width: 300px;
	width: auto;
}
#gkLogo.text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 62px;
	max-width: 300px;
	padding: 0 40px;
	text-transform: uppercase;
}
#gkLogo.text > span {
	display: block;
	text-align: center;
}
#gkLogo.text .gkLogoSlogan {
	color: #ccc;
	display: block;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin-top: -20px;
	text-align: center;
	text-transform: none;
}
#gkSearch {
	float: right;
	position: relative;
}
#gkSearch > .micon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 2.6rem;
	height: 62px;
	line-height: 62px;
	padding: 0 20px;
	width: 66px;
}
#gkSearch .search label {
	color: #fff;
}
#gkSearch > form {
	float: right;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 0;
	margin: 0;
}
#gkSearch > form input {
	color: #fff;
	display: block;
	height: 62px;
	line-height: 62px;
	padding: 0;
	width: 150px;
	margin-bottom: 0;
}
#gkSearch > form input:active,
#gkSearch > form input:focus,
#gkSearch > form input:hover {
	border-bottom: none;
}
#gkSearch > form:after {
	background: #42a5f5;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-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 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	width: 100%;
}
#gkSearch.open > form {
	opacity: 1;
	width: 150px;
}
#gkSearch.open > form:after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
#gkUser {
	float: right;
	position: relative;
}
#gkUser > .micon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 2.6rem;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	padding: 0;
	width: 62px;
}
#gkUser img {
	border-radius: 50%;
	float: left;
	margin: 10px 12px 10px 20px;
}
.breadcrumbs {
	background: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	float: left;
	font-size: 1.4rem;
	margin: 0;
	overflow: hidden;
	padding: 10px 80px;
	text-align: left;
	width: 100%;
}
.breadcrumbs li.separator {
	color: #ccc;
	font-size: 1.2rem;
	padding: 4px 6px !important;
	text-align: center;
	width: 22px;
}
.breadcrumbs > li {
	border: none !important;
	clear: none;
	display: inline-block;
}
.breadcrumbs li a {
	color: #424242;
}
.breadcrumbs li a:hover {
	color: #eb004e;
}
#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%;
}
.subpage {
	background: #fff;
	margin: 40px;
	padding: 80px;
}
.subpage:after {
	clear: both;
	content: '';
	display: table;
}
.subpage-transparent {
	background: transparent;
	padding: 0;
}
.component-header {
	background: #333;
	margin: 40px 40px 0 40px;
	padding: 40px 80px;
}
.component-header h1,
.component-header h2 {
	color: #fff;
	font-weight: 400;
}
.component-header .item-desc {
	color: #bbb;
	margin: 5px 0 0 0;
}
.component-header a {
	color: #fff;
}
.component-header a:active,
.component-header a:focus,
.component-header a:hover {
	color: #eb004e;
}
.component-header + div {
	margin-top: 0;
}
#gkFooter {
	background: #f5f5f5;
	color: #151515;
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 auto;
	padding: 0 40px 80px 40px;
	position: relative;
	z-index: 1;
}
#gkFooter strong {
	color: #151515;
}
#gkFooter a {
	color: #424242;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #eb004e;
}
#gkFooter.gkFooterFrontpage {
	padding: 0 80px 80px 80px;
}
.error-page #gkFooter {
	padding: 0 40px 80px 40px !important;
}
#gkCopyrights {
	color: #707070;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
#gkFooterNav {
	color: #757575;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 -15px;
	overflow: hidden;
	padding: 75px 0 30px 0;
	width: 100%;
}
#gkFooterNav li {
	float: left;
}
#gkFooterNav a {
	color: #555;
	display: block;
	padding: 0 15px;
}
#gkFooterNav a:active,
#gkFooterNav a:focus,
#gkFooterNav a:hover {
	color: #eb004e;
}
#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;
}
#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 #eee;
}
#form-login-remember {
	margin: 10px 0;
}
#form-login-remember label {
	color: #757575;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 27px;
}
#login-form .input-prepend .add-on {
	display: none;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.input-append input[class*='span'],
.input-append .uneditable-input[class*='span'],
.input-prepend input[class*='span'],
.input-prepend .uneditable-input[class*='span'],
.row-fluid input[class*='span'],
.row-fluid select[class*='span'],
.row-fluid textarea[class*='span'],
.row-fluid .uneditable-input[class*='span'],
.row-fluid .input-prepend [class*='span'],
.row-fluid .input-append [class*='span'] {
	display: inline-block;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 9px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
	font-size: 13px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
	z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
	margin-left: 0;
}
.input-append .modal.btn {
	position: static;
	display: inline-block;
}
.modal-body {
	max-height: none;
}
.box {
	line-height: 1.6;
	position: relative;
	width: 100%;
}
.box li {
	line-height: 1.3;
}
.box li a {
	display: inline-block;
	margin: 0;
	padding: 8px 0;
}
.box li a:hover {
	color: #151515 !important;
}
.box ul ul {
	margin-left: 20px;
}
.box .content {
	clear: both;
}
.box .header {
	color: #151515;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 16px;
	text-transform: uppercase;
}
.box .header small {
	display: block;
}
.box.clear {
	clear: none;
	margin: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.box.clear p {
	margin: 0;
}
.box.clear img {
	display: block;
}
.box.advertisement .header {
	background: transparent;
	color: #999 !important;
	font-size: 1rem !important;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase !important;
}
.box.light .box-wrap {
	background: #f6f6f6;
	border: none;
	padding: 32px !important;
}
.box.dark .box-wrap {
	background: #151515;
	border: none;
	color: #757575;
	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: #bbb !important;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #eb004e !important;
}
.box.color .box-wrap,
.box.color-bg .box-wrap {
	background: #eb004e;
	border: none;
	color: rgba(255, 255, 255, 0.7);
	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.8) !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.border1 .box-wrap,
.box.border2 .box-wrap {
	background: #fff;
	border: 2px solid #eb004e;
	padding: 45px 45px 35px 45px;
}
.box.border1 .header,
.box.border2 .header {
	color: #eb004e;
	float: left;
	font-weight: 600;
	margin: -15px 0 20px 0;
	padding: 10px 0 0 0;
}
.box.border1 a,
.box.border2 a {
	color: #eb004e;
}
.box.border1 a:active,
.box.border1 a:focus,
.box.border1 a:hover,
.box.border2 a:active,
.box.border2 a:focus,
.box.border2 a:hover {
	color: #424242;
}
.box.border2 .box-wrap {
	border: 2px solid #42a5f5;
}
.box.border2 .header {
	color: #42a5f5;
}
.box.border2 a {
	color: #42a5f5;
}
.box.border2 a:active,
.box.border2 a:focus,
.box.border2 a:hover {
	color: #424242;
}
.box ul.menu ul {
	padding: 10px;
	margin: 0;
}
.box ul.menu li {
	line-height: 1;
}
.box ul.menu li a {
	color: #151515;
	padding-left: 16px;
	position: relative;
}
.box ul.menu li a:hover {
	color: #42a5f5 !important;
}
.box ul.menu li a:hover:before {
	border-color: #42a5f5;
	height: 25px;
	top: 2px;
}
.box ul.menu li a:before {
	border-left: 2px solid #151515;
	content: '';
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 14px;
	transition: all 0.2s linear 0s;
}
.box ul.menu li.parent {
	background: #f6f6f6;
}
.box ul.menu li strong {
	display: block;
}
.box ul.menu li li {
	padding-left: 6px;
}
.box ul.menu li li a {
	color: #757575;
	font-weight: normal;
}
.box.banner {
	background: #fff;
	text-align: center;
}
.box.banner p {
	margin: 0 auto;
}
#gkSidebar .box.light .box-wrap {
	background: #fff;
}
#gkSidebar .box + .box,
#gkMainbodyTop .box + .box,
#gkMainbodyBottom .box + .box {
	margin: 80px 0 0;
}
#gkSidebarTop .header {
	color: #fff;
	font-size: 1.5rem;
	text-transform: none;
}
#gkSidebarTop ul.menu li a {
	color: #ccc;
}
#gkSidebarTop ul.menu li a:hover {
	color: #fff !important;
}
#gkSidebarTop ul.menu li a:hover:before {
	border-color: #fff;
}
#gkSidebarTop ul.menu li a:before {
	border-color: #ccc;
}
#gkTop1,
#gkTop2 {
	padding: 55px 80px;
}
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6,
#gkBottom7,
#gkBottom8 #gkBottom9 {
	background: #fff;
	overflow: hidden;
	padding: 80px;
}
#gkBottom3 .header {
	font-size: 1.6rem;
}
.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;
}
.box.overlay .box-wrap {
	background-size: cover;
	padding: 40px 40px 100px 40px;
	position: relative;
}
.box.overlay .box-wrap:after {
	background: rgba(66, 165, 245, 0.7);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.box.overlay .box-wrap .content {
	position: relative;
	z-index: 2;
}
.box.overlay .gk-overlay-bottom-link {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	bottom: -105px;
	color: #fff;
	font-size: 1.4rem;
	left: -40px;
	line-height: 45px;
	padding: 0 40px;
	position: absolute;
	right: -40px;
	text-transform: uppercase;
}
.box.overlay .gk-overlay-bottom-link:active,
.box.overlay .gk-overlay-bottom-link:focus,
.box.overlay .gk-overlay-bottom-link:hover {
	color: rgba(255, 255, 255, 0.75);
}
.box.overlay h3 {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 0;
}
.box.overlay h3 a {
	color: #fff;
}
.box.overlay h3 a:active,
.box.overlay h3 a:focus,
.box.overlay h3 a:hover {
	color: rgba(255, 255, 255, 0.75);
}
.box.overlay p {
	margin: 0;
}
.box.overlay small {
	color: #fff;
	display: block;
	font-size: 1.1rem;
	margin: 10px 0;
}
.box.overlay small .micon {
	font-size: 1.6rem;
	position: relative;
	top: 4px;
}
.box.overlay.overlay-accent-color .box-wrap:after {
	background: rgba(235, 0, 78, 0.7);
}
.box.overlay.overlay-dark-color .box-wrap:after {
	background: rgba(21, 21, 21, 0.7);
}
.box.overlay.overlay-medium-space .box-wrap {
	padding: 40px 40px 150px 40px;
}
.box.overlay.overlay-medium-space .gk-overlay-bottom-link {
	bottom: -155px;
}
.box.overlay.overlay-big-space .box-wrap {
	padding: 40px 40px 200px 40px;
}
.box.overlay.overlay-big-space .gk-overlay-bottom-link {
	bottom: -205px;
}
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 {
	border-spacing: 0;
	clear: both;
	content: '';
	display: table;
}
#gkContent,
#gkSidebar,
#gk-content-wrapper {
	float: left;
	width: 100%;
}
#gkSidebar {
	float: right;
	padding: 40px;
}
#gkSidebar.noSidebarTop {
	padding-top: 380px;
}
#gkSidebarTop {
	min-height: 380px;
}
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: 32px;
}
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	width: 100%;
}
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding: 20px 40px !important;
}
#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
	padding-top: 10px;
}
#gkMainbody + #gkMainbodyBottom {
	margin-top: 0;
	padding-top: 10px;
}
#gkTop1.gray-bg,
#gkTop2.gray-bg,
#gkBottom1.gray-bg,
#gkBottom2.gray-bg,
#gkBottom3.gray-bg,
#gkBottom4.gray-bg,
#gkBottom5.gray-bg,
#gkBottom6.gray-bg,
#gkBottom7.gray-bg,
#gkBottom8.gray-bg,
#gkBottom9.gray-bg {
	background: #f5f5f5;
}
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box,
#gkBottom6 .box,
#gkBottom7 .box,
#gkBottom8 .box,
#gkBottom9 .box {
	float: left;
}
.gk-modules-block {
	position: relative;
}
.gk-modules-block + .gk-modules-block:before {
	border-top: 1px solid #e5e5e5;
	content: '';
	left: 80px;
	position: absolute;
	right: 80px;
	top: 0;
}
.gk-modules-block.gray-bg + .gk-modules-block:before,
.gk-modules-block + .gk-modules-block.gray-bg:before {
	display: none;
}
.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 {
	padding: 80px;
}
#gkMainbody .subpage .box {
	padding: 0;
}
#gkMainbody .error-page-container .box {
	padding: 12px;
}
.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 50px;
}
.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 50px;
}
.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 50px;
}
.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 -50px;
}
#gkHeaderNav .gkMainMenu {
	color: #424242;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1.4rem;
	font-weight: 400;
	height: 62px;
	line-height: 62px;
	margin: 0 0 0 70px !important;
	padding: 0;
	top: 0;
}
#gkHeaderNav .gkMainMenu:after {
	clear: both;
	content: '';
	display: table;
}
#gkHeaderNav .gkMainMenu .gkmenu {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li {
	height: 62px;
	line-height: 62px;
	padding: 0;
	position: relative;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a.active,
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span.active {
	border-bottom: 3px solid #42a5f5;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a,
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span {
	height: 62px;
	line-height: 62px;
	padding: 0 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a .micon,
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span .micon {
	float: left;
	font-size: 2rem;
	margin-right: 10px;
	position: relative;
	top: 21px;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a small,
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span small {
	padding-bottom: 0;
	position: absolute;
	left: 10px;
	bottom: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
#gkHeaderNav .gkMainMenu .gkmenu > li {
	clear: none !important;
	display: inline-block;
	height: 62px;
	line-height: 62px;
	width: auto;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li > span {
	color: #fff;
	display: block;
	padding: 12px 15px;
	position: relative;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a:after,
#gkHeaderNav .gkMainMenu .gkmenu > li > span:after {
	background: #42a5f5;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-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 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	width: 100%;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a .micon,
#gkHeaderNav .gkMainMenu .gkmenu > li > span .micon {
	float: left;
	font-size: 2rem;
	margin-right: 10px;
	position: relative;
	top: 12px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a:active,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:focus,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:hover {
	color: #fff;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a:active:after,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:focus:after,
#gkHeaderNav .gkMainMenu .gkmenu > li > a:hover:after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:active:after,
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:focus:after,
#gkHeaderNav .gkMainMenu .gkmenu > li.active > a:hover:after {
	display: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li a small {
	display: block;
	font-size: 1.1rem;
	line-height: 1;
	padding-bottom: 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > .childcontent,
#gkHeaderNav .gkMainMenu .gkmenu > li > .childcontent .childcontent {
	position: absolute;
	left: -9999px;
	z-index: 9999;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	margin: -12px;
	padding: 5px 0;
	text-transform: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent-inner {
	background: #fff;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .gkcol {
	padding-bottom: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li {
	border: none;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	height: auto;
	line-height: 45px;
	margin: 0;
	min-height: 45px;
	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: #424242;
	height: auto;
	line-height: 45px;
	min-height: 45px;
	padding: 0 20px;
}
#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 {
	background: #eee;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:after,
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:after {
	display: none;
}
#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: #424242;
	display: block;
	font-weight: 600 !important;
	margin: 0;
	padding: 10px;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent .header a {
	color: #424242;
}
#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: 1.2rem;
	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-menu-overlay {
	background: rgba(66, 66, 66, 0.9);
	left: 0;
	min-height: 100%;
	position: absolute;
	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: 2.4rem;
	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 a.active,
#gk-menu-overlay-wrap .gkMainMenu span:active,
#gk-menu-overlay-wrap .gkMainMenu span:focus,
#gk-menu-overlay-wrap .gkMainMenu span:hover,
#gk-menu-overlay-wrap .gkMainMenu span.active {
	color: #42a5f5;
}
#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: 0;
	padding: 0 10px;
}
#gk-menu-overlay-wrap .gkMainMenu li li a {
	font-size: 2rem;
	padding: 8px 0;
}
#gk-menu-overlay-wrap .gkMainMenu li li:first-child {
	border-top: 0;
}
#gk-menu-overlay-wrap .gkMainMenu li li li a {
	font-size: 1.6rem;
	padding: 5px 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 .gkMainMenu .gkmenu.level0 > li > .childcontent {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#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: #42a5f5;
}
#gk-menu-overlay-wrap .header > a > small {
	display: block;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close {
	color: #fff;
	cursor: pointer;
	font-size: 3.2rem;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 22px;
}
#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: #42a5f5;
}
#gk-menu-overlay,
#gk-menu-overlay-wrap {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.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;
}
#gkMobileMenu {
	display: none;
}
#gkMobileMenu.off-canvas {
	display: block;
}
#gkMobileMenu {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 1.4rem;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 15px !important;
	overflow: hidden;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
	width: 32px;
}
#gkMobileMenu #static-aside-menu-toggler {
	background: #fff;
	border-radius: 1px;
	display: block;
	float: right;
	height: 4px;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	width: 32px;
}
#gkMobileMenu #static-aside-menu-toggler:before,
#gkMobileMenu #static-aside-menu-toggler:after {
	background: #fff;
	border-radius: 1px;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	top: -10px;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	width: 32px;
}
#gkMobileMenu #static-aside-menu-toggler:after {
	top: 10px;
}
#gkMobileMenu:active > #static-aside-menu-toggler,
#gkMobileMenu:active > #static-aside-menu-toggler:before,
#gkMobileMenu:active > #static-aside-menu-toggler:after,
#gkMobileMenu:focus > #static-aside-menu-toggler,
#gkMobileMenu:focus > #static-aside-menu-toggler:before,
#gkMobileMenu:focus > #static-aside-menu-toggler:after,
#gkMobileMenu:hover > #static-aside-menu-toggler,
#gkMobileMenu:hover > #static-aside-menu-toggler:before,
#gkMobileMenu:hover > #static-aside-menu-toggler:after {
	background: #42a5f5;
}
#gkHeaderNav {
	background: #424242;
	position: fixed;
	width: 100%;
	z-index: 1001;
}
#gkHeaderNav > div {
	margin: 0 auto;
	position: relative;
}
#gkHeaderNav.gk-fixed-nav {
	position: fixed;
	top: -350px;
	z-index: 1000;
}
#gkHeaderNav.inactive #gk-mobile-menu-text {
	width: 0 !important;
}
#gkHeaderNav.inactive #gkLogo {
	opacity: 0;
}
#gkHeaderNav.gk-fixed.inactive #gkLogo {
	opacity: 1;
}
#gkBg {
	-webkit-transition: margin-left 0.3s ease-out;
	-moz-transition: margin-left 0.3s ease-out;
	-o-transition: margin-left 0.3s ease-out;
	transition: margin-left 0.3s ease-out;
	-ms-transition: margin-left 0.3s ease-out;
	z-index: 1;
}
#gkBg.menu-open {
	margin-left: -280px !important;
}
#gkBg.menu-visible {
	position: relative;
}
#static-aside-menu-toggler {
	cursor: pointer;
}
#aside-menu {
	background: #151515;
	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: 1.3rem;
	font-weight: 500;
	padding: 4px 0;
	text-transform: uppercase;
}
#aside-menu li a {
	color: #757575;
}
#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: #757575;
}
#aside-menu li li li {
	padding-left: 10px;
}
#aside-menu li li li:before {
	content: '-';
	padding: 0 10px 0 0;
}
#close-menu {
	color: #757575;
	cursor: pointer;
	font-style: normal;
	font-size: 2.6rem;
	line-height: 17px;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 28px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	z-index: 2;
}
#close-menu:hover {
	color: #fff;
}
#close-menu.menu-open {
	opacity: 1;
	right: 18px;
}
.gkAsideMenu > ul {
	padding: 20px 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: #757575;
	font-size: 1.3rem;
	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: #42a5f5;
}
#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: #bbb;
	display: block;
	font-size: 1.1rem;
	height: 2.1rem;
	letter-spacing: 1px;
	line-height: 2.1rem;
	margin: 60px auto 30px auto;
	text-align: center;
	text-transform: uppercase;
}
.k2FeedIcon a:active,
.k2FeedIcon a:focus,
.k2FeedIcon a:hover,
a.k2FeedIcon:active,
a.k2FeedIcon:focus,
a.k2FeedIcon:hover {
	color: #eb004e;
}
.k2FeedIcon a:before,
a.k2FeedIcon:before {
	color: #eb004e;
	content: '\f09e';
	font-family: FontAwesome;
	font-size: 1.6rem;
	margin: 0 12px 0 0;
	text-indent: inherit;
}
.k2FeedIcon {
	float: none !important;
}
.activeCategory {
	background: #f6f6f6;
}
.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 li {
	border-bottom: 1px solid #ddd;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.k2LatestCommentsBlock li a {
	display: inherit;
}
.k2LatestCommentsBlock li.lastItem a {
	color: #5b5b5b;
}
.k2LatestCommentsBlock li.lastItem a:hover {
	color: #42a5f5;
}
.k2LatestCommentsBlock .k2Avatar {
	float: left;
}
.k2LatestCommentsBlock .lcCommentInfo {
	clear: both;
	font-size: 1.1rem;
}
.tcUsername {
	font-size: 1.8rem;
	color: #424242;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 1.3rem;
	color: #757575;
}
.tcLatestCommentDate {
	display: block;
	font-size: 1.1rem;
	color: #757575;
}
.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: #424242;
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
}
.moduleItemAuthor {
	overflow: hidden;
	margin: 0 0 16px;
	font-size: 1.1rem;
	border-bottom: 1px solid #eee;
}
.moduleItemAuthor a {
	color: #424242;
	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: #757575;
}
.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 #eee;
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 1.2rem;
	color: #424242;
}
.moduleItemTags a {
	float: right;
}
a.moduleItemComments {
	font-size: 1.2rem;
}
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 #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: 500;
	font-size: 1.4rem;
}
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #757575;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 1.4rem;
}
.k2CalendarLoader {
	background: #fff;
}
.k2CalendarBlock {
	margin-bottom: 8px;
}
.k2CalendarBlock table.calendar {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
	border-left: 1px solid #eee;
}
.k2CalendarBlock table.calendar tr td {
	font-size: 1.3rem !important;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 1.5rem !important;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #f6f6f6;
	width: 14.2%;
	color: #424242;
	font-weight: 500;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
	background: #f6f6f6;
}
.k2CalendarBlock table.calendar tr td.calendarDate {
	font-size: 1.1rem;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	font-weight: bold;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #eb004e;
	color: #fff !important;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #eb004e;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #f6f6f6;
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #eb004e;
	font-size: 1.2rem;
	font-weight: bold;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #eb004e;
	color: #fff !important;
	padding: 2px;
}
.calendarNavLink {
	color: #eb004e;
}
.k2CategorySelectBlock form select {
	width: auto;
}
.k2ArchivesBlock ul li b {
	color: #bbb;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 0 0 0 4px;
}
.ubUserItems {
	margin: 20px 0 !important;
}
.k2TagCloudBlock a {
	color: #42a5f5;
	float: left;
	font-size: 1.6rem;
	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: #eb004e;
}
#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: #757575;
	font-size: 1.1rem;
	font-weight: normal;
}
.item-body {
	clear: both;
	margin: 72px 0 10px;
}
.item-body h2,
.item-body h3,
.item-body h4 {
	margin-top: 9rem;
}
.single-page > .header {
	margin: -80px -80px 0 -80px;
	position: relative;
	text-align: center;
}
.single-page .header-wrap {
	max-width: 100%;
	position: relative;
}
.single-page .header-wrap > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.single-page .header-wrap .item-image-info {
	bottom: 40px;
	color: #fff;
	font-size: 1.1rem;
	left: 80px;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-align: left;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	z-index: 1;
}
.single-page .header-wrap .item-image-caption,
.single-page .header-wrap .item-image-credits {
	display: block;
	line-height: 1.2;
}
.single-page .header-wrap .item-social-icons {
	background: #42a5f5;
	border-radius: 50%;
	bottom: -25px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	display: block;
	height: 50px;
	line-height: 51px;
	position: absolute;
	right: 50px;
	text-align: center;
	width: 50px;
}
.single-page .header-wrap .item-social-icons > .micon {
	color: #fff;
	cursor: pointer;
	font-size: 2.4rem;
	margin: 12px 0;
	position: relative;
	text-indent: 13px;
	text-align: left;
	width: 100%;
	z-index: 2;
}
.single-page .header-wrap .item-social-icons > a {
	background: #42a5f5;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	height: 46px;
	line-height: 47px;
	opacity: 0;
	position: absolute;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 46px;
}
.single-page .header-wrap .item-social-icons > a > .fa,
.single-page .header-wrap .item-social-icons > a > .micon {
	color: #fff;
	font-size: 2rem;
	margin: 12px 0;
	text-align: left;
	text-indent: 13px;
	width: 100%;
}
.single-page .header-wrap .item-social-icons > a > .fa {
	margin-top: 14px;
	text-indent: 15px;
}
.single-page .header-wrap .item-social-icons > a:nth-child(2) {
	right: 0;
	top: 0;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(3) {
	right: 0;
	top: 0;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(4) {
	right: 0;
	top: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(5) {
	right: 0;
	top: 0;
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(6) {
	left: 0;
	top: 0;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(7) {
	left: 0;
	top: 0;
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	-o-transition-delay: 0.35s;
	transition-delay: 0.35s;
	-ms-transition-delay: 0.35s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(8) {
	left: 0;
	top: 0;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
}
.single-page .header-wrap .item-social-icons > a:nth-child(9) {
	left: 0;
	top: 0;
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
}
.single-page .header-wrap .item-social-icons > a.email,
.single-page .header-wrap .item-social-icons > a.print {
	overflow: hidden;
}
.single-page .header-wrap .item-social-icons.open > a {
	opacity: 1;
	pointer-events: all;
	z-index: 1;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(2) {
	top: -70px;
	right: 2px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(3) {
	top: -55px;
	right: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(4) {
	top: 0px;
	right: -70px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(5) {
	top: 55px;
	right: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(6) {
	top: 75px;
	left: 2px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(7) {
	top: 55px;
	left: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(8) {
	top: 0;
	left: -70px;
}
.single-page .header-wrap .item-social-icons.open > a:nth-child(9) {
	top: -55px;
	left: -50px;
}
.single-page .header-wrap .item-social-icons.open > a:hover {
	background: #424242 !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.single-page .header-wrap .item-social-icons.open > a.facebook {
	background: #1565c0;
}
.single-page .header-wrap .item-social-icons.open > a.twitter {
	background: #42a5f5;
}
.single-page .header-wrap .item-social-icons.open > a.google {
	background: #e64a19;
}
.single-page .header-wrap .item-social-icons.open > a.pinterest {
	background: #ff1744;
}
.single-page .header-wrap .item-social-icons.open > a.linkedin {
	background: #448aff;
}
.single-page .header-wrap .item-social-icons.open > a.vk {
	background: #1565c0;
}
.single-page .header-wrap .item-social-icons.open > a.email {
	background: #ff8f00;
}
.single-page .item-title {
	color: #151515;
	font-size: 3.6rem;
	font-weight: normal;
	margin-bottom: 46px;
	text-transform: none;
}
.single-page .item-body {
	clear: none;
	float: right;
	width: 100%;
}
.single-page .item-info {
	left: 0;
	position: absolute;
	top: 80px;
	width: 80px;
}
.single-page .item-info + .item-body {
	padding-left: 160px;
}
.single-page .item-info .itemAuthor {
	text-align: left;
}
.single-page .item-info .itemAuthor img {
	margin: 0 0 20px 0;
	width: 80px;
}
.single-page .item-info .itemAuthor a {
	color: #424242;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
}
.single-page .item-info .itemAuthor a:active,
.single-page .item-info .itemAuthor a:focus,
.single-page .item-info .itemAuthor a:hover {
	color: #42a5f5;
}
.single-page .item-info .itemAuthor:before {
	display: none;
}
.single-page .item-info .itemAuthor .userURL {
	color: #757575;
	display: block;
	font-weight: 500;
	margin: 5px 0;
}
.single-page .item-info .itemAuthor .userURL:active,
.single-page .item-info .itemAuthor .userURL:focus,
.single-page .item-info .itemAuthor .userURL:hover {
	color: #42a5f5;
}
.single-page .item-info .itemAuthor .item-author-name {
	color: #151515;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
}
.single-page .item-top-info {
	color: #757575;
	font-size: 1.4rem;
	margin: 0 0 45px 0;
	overflow: hidden;
}
.single-page .item-top-info li {
	float: left;
	padding: 0 8px;
}
.single-page .item-top-info li:first-child {
	padding: 0 8px 0 0;
}
.single-page .item-top-info li:before {
	display: none;
}
.no-image .item-social-icons {
	top: 60px !important;
}
.single-page .itemIntroText {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.75;
}
.single-page .itemFullText {
	color: #757575;
}
.single-page .itemFullText iframe {
	margin: 4rem 0;
}
.single-page .itemVideoBlock {
	margin: 9rem 0;
	text-align: center;
}
.single-page .itemVideoBlock p {
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.2rem;
	color: #757575;
	margin: 0 0 2em;
	padding: 12px 0;
	text-align: left;
}
.single-page .itemVideoBlock p span + span {
	padding-left: 24px;
}
.single-page > .item-content,
.single-page > .itemComments {
	margin: 0 auto !important;
	position: relative;
	width: 100%;
}
.single-page > .item-content figure {
	margin: 9rem 0 9rem -160px;
	text-align: center;
}
.single-page > .item-content figure img {
	margin: 0 auto;
}
.single-page > .item-content figure figcaption {
	border-bottom: 1px solid #e5e5e5;
	color: #757575;
	font-size: 1.2rem;
	margin: 0 0 2em;
	padding: 8px 0 10px;
	text-align: left;
}
.itemVideoCaption,
.itemVideoCredits {
	color: #757575;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 2;
	padding: 0;
	text-align: center;
}
.itemAttachmentsBlock ul {
	margin: 1em 0;
}
.itemAttachmentsBlock ul li {
	list-style-type: none !important;
	padding: 5px 0 !important;
}
.itemAttachmentsBlock ul li:before {
	display: none;
}
.itemAttachmentsBlock ul li i {
	margin-right: 10px;
	color: #bbb;
}
.itemAttachmentsBlock ul li span {
	color: #757575;
	font-weight: normal;
	font-size: 1.1rem;
	margin-left: 12px;
}
.itemExtraFields {
	font-size: 1.5rem;
	margin: 8px 0 24px;
}
.itemExtraFields dl {
	overflow: hidden;
}
.itemExtraFields dt {
	clear: both;
	color: #151515;
	float: left;
	font-weight: bold;
	margin: 0 0 10px 0;
	width: 20%;
}
.itemExtraFields dd {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	width: 80%;
}
.itemBottom {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 9rem 0 0;
	padding: 30px 0 0;
}
.itemBottom .itemDateModified {
	color: #757575;
	float: left;
	font-size: 1.2rem;
	padding: 5px 0;
}
.itemBottom .itemRatingBlock {
	float: right;
	margin: 0;
}
.itemRatingBlock span {
	display: block;
	font-size: 1.4rem;
	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: 1.1rem;
	color: #757575;
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: #424242;
	background: #ffffdd;
	font-size: 1.4rem;
	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 0 0 !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	background: none;
	border: none !important;
	float: left;
	display: block;
	height: 25px !important;
	padding: 0 !important;
	position: static !important;
	width: 25px !important;
}
.itemRatingList li:before {
	display: none;
}
.itemRatingList li a {
	border-bottom: none !important;
	position: absolute;
}
.itemRatingList li[class] {
	width: inherit !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;
	-o-transition: none;
	transition: none;
	-ms-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: #757575;
	line-height: 2.3;
}
.item-body .itemTags {
	margin: 12rem 0 -3rem;
}
.item-body .itemTags > li {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	list-style-type: none;
	margin: 0 12px 0 0;
	padding: 0;
}
.item-body .itemTags > li:before {
	content: '#';
	font-size: 1.2rem;
	position: static;
}
.item-body .itemTags > li > a,
.item-body .itemTags > li:before {
	border-bottom: none;
}
.item-body .itemTags > li > a:hover,
.item-body .itemTags > li:hover:before {
	color: #eb004e !important;
}
.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;
}
.itemSubheader {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 80px 0 0 -160px;
	padding: 0 0 0 160px;
}
.itemSubheader h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 60px 0 40px 0;
	text-transform: uppercase;
}
.itemAuthorContent {
	clear: both;
	overflow: hidden;
}
.itemAuthorContent a {
	border-bottom: none !important;
}
.itemAuthorContent ul {
	margin: 0 -10px !important;
}
.itemAuthorContent ul li {
	float: left;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0 10px !important;
	text-align: left;
	width: 33.333333%;
}
.itemAuthorContent ul li:before {
	display: none;
}
.itemAuthorContent ul li img {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.itemAuthorContent ul li a {
	color: #151515;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
}
.itemAuthorContent ul li a.itemRelTitle {
	display: block;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.itemAuthorContent ul li a.itemRelTitle: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);
}
.itemAuthorContent ul[data-cols='1'] li {
	width: 100%;
}
.itemAuthorContent ul[data-cols='2'] li {
	width: 50%;
}
.itemAuthorContent ul[data-cols='3'] li {
	width: 33%;
}
.itemAuthorContent ul[data-cols='4'] li {
	width: 25%;
}
.itemAuthorLinks ul {
	margin: 0 -25px !important;
}
.itemAuthorLinks ul li {
	border-left: 1px solid #e5e5e5;
	padding: 0 25px !important;
}
.itemAuthorLinks ul li:first-child {
	border-left: none;
}
.itemNavigation {
	border-top: 1px solid #e5e5e5;
	clear: both;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 80px 0 0 -160px;
	overflow: hidden;
	padding: 40px 0 40px 160px;
}
.itemNavigation .itemPrevious,
.itemNavigation .itemNext {
	border-bottom: none !important;
	max-width: 48%;
	overflow: hidden;
	position: relative;
}
.itemNavigation .itemPrevious i,
.itemNavigation .itemNext i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.itemNavigation .itemPrevious {
	float: left;
	padding-left: 40px;
}
.itemNavigation .itemPrevious i {
	left: 0;
}
.itemNavigation .itemNext {
	float: right;
	padding-right: 40px;
}
.itemNavigation .itemNext i {
	right: 0;
}
#itemCommentsAnchor {
	clear: both;
}
.itemCommentsForm label {
	display: block;
	clear: both;
	padding: 12px 0 10px;
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
	float: left;
	margin: 0 3% 3% 0;
	width: 30%;
}
.itemCommentsForm textarea.inputbox {
	height: 200px !important;
	width: 100%;
}
.itemCommentsForm .itemCommentsFormNotes {
	color: #757575;
	font-size: 1.3rem;
	margin: -30px 0 40px;
}
.itemComments .itemCommentsList {
	padding: 0 0 24px 0;
}
.itemComments .itemCommentsList li {
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 1em 0 0;
}
.itemComments .itemCommentsList li:before {
	display: none;
}
.itemComments .itemCommentsList li a {
	border-bottom: none;
}
.itemComments .itemCommentsList li > div {
	margin: 0 0 0 100px;
	padding: 10px;
}
.itemComments .itemCommentsList li > div > span {
	font-size: 1.4rem;
}
.itemComments .itemCommentsList li > div p {
	color: #757575;
	font-size: 1.4rem;
}
.itemComments .itemCommentsList li span {
	color: #757575;
	display: block;
	margin: 0 12px 0 0;
}
.itemComments .itemCommentsList li span > a.inverse {
	font-weight: bold;
	letter-spacing: 1px;
}
.itemComments .itemCommentsList li > img,
.k2LatestCommentsBlock img,
.lcAvatar img {
	border-radius: 50%;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#submitCommentButton {
	float: left;
}
.itemBackToTop {
	float: right;
}
.blog-page {
	margin-top: 40px;
	padding-bottom: 40px;
}
.blog-page > .header {
	border-bottom: 1px solid #ccc;
	margin: 0 auto 80px auto;
	max-width: 820px;
	padding: 0 0 20px 0;
}
.blog-page > .header .item-title {
	font-size: 4.2rem;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -0.5px;
	line-height: 1.4;
	margin: 100px 0 10px 0;
}
.blog-page > .header .item-desc {
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog-page .item-list {
	min-width: 100%;
	padding: 0;
}
.blog-page .item-list .item-info {
	margin: 0;
}
.blog-page .item-list .item-list-row {
	display: table;
	margin: 0 0 80px 0;
	table-layout: fixed;
	width: 100%;
}
.blog-page .item-list .item-list-row-blank .item-view {
	padding: 0;
}
.blog-page .item-list .item-view {
	background: #fff;
	display: table-row;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.blog-page .item-list .item-view:last-child {
	margin: 0;
}
.blog-page .item-list .item-view .item-title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.blog-page .item-list .item-view .item-content {
	display: table-cell;
	padding: 0 0 32px 0;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.blog-page .item-list .item-view .item-content header {
	position: relative;
	padding-right: 60px;
}
.blog-page .item-list .item-view .item-content header .icons {
	position: absolute;
	top: 0;
	right: 0;
}
.blog-page .item-list .item-view .item-content header .icons button {
	margin: 0;
	padding: 0 12px;
	min-width: 0;
	height: 30px;
	line-height: 30px;
}
.blog-page .item-list .item-view .item-content header .icons .caret {
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	margin-top: 14px;
	margin-left: 3px;
	height: 0;
	width: 0;
	vertical-align: top;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu {
	display: none;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 2px 0 0;
	text-transform: none;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #424242;
	white-space: nowrap;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > li > a:hover,
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > li > a:active,
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > li > a:focus {
	background: #eee;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #424242;
	white-space: nowrap;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a:hover,
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a:active,
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a:focus {
	background: #eee;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a > span {
	text-transform: none;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a > span.icon-print:after {
	margin-right: 6px;
	vertical-align: bottom;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a > span.icon-envelope:after {
	display: inline-block;
	margin-right: 6px;
	vertical-align: bottom;
	width: 14px;
}
.blog-page .item-list .item-view .item-content header .icons .dropdown-menu > a > span.icon-edit:after {
	margin-right: 6px;
	vertical-align: bottom;
}
.blog-page .item-list .item-view .item-content header .icons.nav-hover .dropdown-menu,
.blog-page .item-list .item-view .item-content header .icons > .show .dropdown-menu {
	display: block;
}
.blog-page .item-list .item-view .item-content .article-info {
	margin: 0;
}
.blog-page .item-list .item-view .item-content .article-info dt,
.blog-page .item-list .item-view .item-content .article-info .createdby,
.blog-page .item-list .item-view .item-content .article-info .modified,
.blog-page .item-list .item-view .item-content .article-info .hits,
.blog-page .item-list .item-view .item-content .article-info .create {
	display: none;
}
.blog-page .item-list .item-view .item-image + .item-content {
	padding: 0 0 50px 80px;
	width: 66.666666%;
}
.blog-page .item-list .item-view .item-date,
.blog-page .item-list .item-view .item-author,
.blog-page .item-list .item-view .item-hits {
	color: #757575;
	display: block;
	font-size: 1.1rem;
	font-style: normal;
}
.blog-page .item-list .item-view .item-date .micon,
.blog-page .item-list .item-view .item-author .micon,
.blog-page .item-list .item-view .item-hits .micon {
	font-size: 1.8rem;
	position: relative;
	top: 4px;
	float: none;
	display: inline;
	margin-right: 0;
}
.blog-page .item-list .item-view .item-author a {
	color: #757575;
}
.blog-page .item-list .item-view .item-author a:active,
.blog-page .item-list .item-view .item-author a:focus,
.blog-page .item-list .item-view .item-author a:hover {
	color: #eb004e;
}
.blog-page .item-list .item-view .item-image {
	display: table-cell;
	margin: 0;
	overflow: hidden;
	vertical-align: top;
	width: 33.333333%;
}
.blog-page .item-list .item-view .item-image a {
	display: block;
	overflow: hidden;
}
.blog-page .item-list .item-view .item-image img {
	display: block;
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.blog-page .item-list .item-view .item-image 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);
}
.blog-page .item-list .item-view .item-footer {
	border-bottom: 1px solid #e5e5e5;
	bottom: 0;
	left: 0;
	padding: 0 0 20px;
	right: 0;
	position: absolute;
}
.blog-page .item-list .item-view .item-footer span {
	display: block;
	float: left;
	margin-right: 20px;
}
.blog-page .item-list .item-view .item-image + .item-content .item-footer {
	left: 80px;
}
.blog-page .item-list .item-view .item-featured {
	color: #eb004e;
}
.blog-page .item-list .item-view .item-featured > .micon {
	font-size: 3.2rem;
}
.blog-page .item-more-links {
	margin: 50px 0 0 0;
}
.blog-page .item-more-links .item-more-header {
	font-size: 2.4rem;
	margin: 0 0 10px 0;
	text-transform: none;
}
.blog-page .item-more-links .item-more-list {
	list-style-type: none;
}
.blog-page .item-more-links .item-more-item a {
	color: #424242;
	display: block;
	font-size: 1.6rem;
	padding: 5px 0;
}
.blog-page .item-more-links .item-more-item a:active,
.blog-page .item-more-links .item-more-item a:focus,
.blog-page .item-more-links .item-more-item a:hover {
	color: #eb004e;
}
.user-page .item-author {
	background: #f6f6f6;
	margin: 0 0 80px;
	padding: 40px;
}
.user-page .item-author .item-author-avatar {
	float: left;
	margin: 0 80px 0 0;
	max-width: 160px !important;
}
.user-page .item-author .item-author-desc {
	margin: 5px 0;
}
.user-page .item-author .item-author-email,
.user-page .item-author .item-author-twitter,
.user-page .item-author .item-author-www {
	display: inline-block;
	padding: 5px 20px 5px 0;
}
.user-page .item-author .item-author-email > i,
.user-page .item-author .item-author-twitter > i,
.user-page .item-author .item-author-www > i {
	color: #757575;
	font-size: 1.8rem;
	line-height: 1;
	height: 18px;
	margin: 0 5px 0 0;
	position: relative;
	top: 3px;
	width: 18px;
}
.user-page .item-author .item-author-email a,
.user-page .item-author .item-author-twitter a,
.user-page .item-author .item-author-www a {
	color: #424242;
}
.user-page .item-author .item-author-email a:active,
.user-page .item-author .item-author-email a:focus,
.user-page .item-author .item-author-email a:hover,
.user-page .item-author .item-author-twitter a:active,
.user-page .item-author .item-author-twitter a:focus,
.user-page .item-author .item-author-twitter a:hover,
.user-page .item-author .item-author-www a:active,
.user-page .item-author .item-author-www a:focus,
.user-page .item-author .item-author-www a:hover {
	color: #42a5f5;
}
.latest-page .item-list-block {
	clear: both;
	margin: 50px 0;
	overflow: hidden;
}
.latest-page .item-list-block > h2 {
	color: #151515;
	float: left;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: uppercase;
	width: 20% !important;
}
.latest-page .item-list-block .item-list-items {
	float: right;
	width: 75%;
}
.latest-page .item-list-block .item-list-items .item-view {
	float: left;
	padding: 0 1% 0 0;
	width: 32.333333%;
}
.latest-page .item-list-block .item-list-items .item-view h3 {
	color: #151515;
	font-size: 1.2rem;
	font-style: normal;
	margin: 15px auto 0 auto;
	text-align: left;
	text-transform: uppercase;
}
.latest-page .item-list-block .item-list-items .item-view .item-img {
	height: auto;
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.latest-page .item-list-block .item-list-items .item-view .item-img:hover {
	opacity: 0.8;
}
.latest-page .item-list-block .item-list-items .item-view .latest-item-date-created {
	color: #757575;
	font-size: 1.1rem;
	text-transform: uppercase;
}
.latest-page .item-list-row {
	margin-left: -20px;
	margin-right: -20px;
}
.latest-page .item-list {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 0;
}
.latest-page.blog-page .item-list .item-view + .item-view .item-image + .item-content {
	padding: 50px 0 50px 80px;
}
.latest-page.blog-page .item-list .item-view + .item-view .item-image {
	padding-top: 50px;
}
.gk-social-icons {
	cursor: pointer;
	color: #757575;
	font-size: 2.1rem;
	float: right;
	position: relative;
}
.gk-social-icons > i {
	color: #ccc;
	margin: 20px 0 0;
}
.gk-social-icons:hover > i {
	color: #eb004e;
}
.gk-social-icons > span {
	background: #151515;
	border-radius: 3px;
	bottom: 48px;
	display: none;
	margin: 0 0 0 -55px;
	opacity: 0;
	padding: 15px;
	position: absolute;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 120px;
}
.gk-social-icons > span > a,
.gk-social-icons > span > a > i {
	color: #fff;
	font-size: 1.2rem;
}
.gk-social-icons > span > a {
	display: block;
	padding: 2px 0;
	border: none !important;
}
.gk-social-icons > span > a:active,
.gk-social-icons > span > a:focus,
.gk-social-icons > span > a:hover {
	color: #eb004e;
}
.gk-social-icons > span > a > i {
	color: inherit;
	display: inline-block;
	font-size: 1.4rem;
	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'],
input[type='tel'] {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	color: #757575;
	font-size: 1.4rem;
	height: 4.1rem;
	line-height: 4.1rem;
	max-width: 100% !important;
	outline: none;
	padding: 0;
	position: relative;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #424242;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
}
textarea {
	height: auto !important;
	line-height: 1.5;
	max-width: 100% !important;
}
legend {
	color: #424242;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/select_bg.jpg') no-repeat right 0;
	background-size: auto 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	color: #757575;
	cursor: pointer;
	font-size: 1.4rem;
	font-family: Arial, sans-serif;
	height: 39px;
	line-height: 39px;
	padding: 0 20px 0 0;
}
select::-ms-expand {
	display: none;
}
html.-moz-select {
	padding: 3px 5px;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='email']:focus,
textarea:focus,
select:focus {
	border-bottom: 2px solid #eb004e;
	color: #151515;
}
button,
.button,
input[type='submit'],
input[type='button'],
.pagenav-prev a,
.pagenav-next a,
#gkMainbody .readmore > a,
.readon,
.btn,
.cc-notification-buttons > li > .cc-link {
	-webkit-appearance: none;
	background: #eb004e;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
	height: 36px;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 5px 0 0;
	min-width: 64px;
	padding: 0 18px;
	outline: none;
	overflow: hidden;
	will-change: box-shadow, transform;
	-webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
}
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,
.cc-notification-buttons > li > .cc-link:active,
.cc-notification-buttons > li > .cc-link:focus,
.cc-notification-buttons > li > .cc-link:hover {
	background: #424242;
	color: #fff;
}
.btn-gray,
.button-gray {
	background: #e8e8e8 !important;
	color: #151515 !important;
}
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover,
.button-gray:active,
.button-gray:focus,
.button-gray:hover {
	background: #151515 !important;
	color: #fff !important;
}
.btn > i {
	color: #fff;
}
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: 1.2rem;
	height: auto;
}
select[size='1'] {
	height: 39px;
	line-height: 39px;
}
.invalid,
.invalid-input {
	border-bottom-color: #e25527 !important;
	color: #424242;
}
label {
	color: #151515;
	padding: 0 6px 0 0;
}
label.invalid {
	background: #fff;
	border: none !important;
	color: #e25527 !important;
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
fieldset.filters > div > label {
	margin-top: 6px;
}
.mod-preview-info {
	z-index: 2;
}
.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 #eee;
	border-left: 3px solid #eee;
	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: 1.4rem;
	margin: 0.5em 0;
}
.categories-list li > dl,
.category .children li > dl,
.blog .children li > dl {
	float: right;
	font-size: 1.1rem;
	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: #424242;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 20px 0 0 10px;
}
.category .children li,
.blog .children li {
	border: none;
	border-bottom: 1px solid #eee;
	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: #42a5f5;
	color: #fff;
	font-weight: 500;
	padding: 15px 10px;
	text-align: left;
}
th a {
	color: #fff;
}
th a:hover {
	color: rgba(255, 255, 255, 0.8);
}
tbody tr td {
	border-bottom: 1px solid #eee;
	padding: 14px;
}
tbody tr td.list-author {
	color: #757575;
	font-size: 1.4rem;
}
tbody tr td p {
	margin: 0.5em 0;
}
tbody tr td a,
.category .children li a {
	color: #424242;
}
tbody tr td a:hover,
.category .children li a:hover {
	color: #42a5f5;
}
.blog .items-row {
	clear: both;
	margin-bottom: 0px;
	overflow: hidden;
}
.blog-featured .items-row {
	margin-top: 40px;
	margin-bottom: 0;
}
.blog-featured .items-row:first-child {
	margin-top: 0;
}
.blog-featured article {
	padding: 52px 0 0 0;
}
.blog .items-row.cols-2 header h2,
.blog-featured .items-row.cols-2 header h2 {
	font-size: 2.8rem;
}
.blog .items-more {
	margin: 32px 0;
}
.blog .items-more h3 {
	font-size: 1.8rem;
	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: #757575;
	padding: 8px 0 0;
	font-size: 1.1rem;
}
.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: #424242;
	float: left;
	font-size: 1.4rem;
	font-weight: 400;
	min-width: 200px;
}
.contact .component-header {
	border: none;
	color: #151515;
	letter-spacing: 0;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.33;
	margin: 75px auto;
	text-transform: none;
}
.contact #gk-content-wrapper > div {
	float: left;
	padding: 0 0 0 65px;
	width: 50%;
}
.contact #gk-content-wrapper > div:first-child {
	padding: 0 65px 0 0;
}
.contact-form .contact-form-info {
	margin: 0 0 80px;
}
.contact-form dl {
	float: left;
	width: 50%;
}
.contact-form p {
	margin: 0 0 20px 0;
}
.contact-form legend {
	color: #757575;
	font-size: 1.2rem;
	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%;
}
.contact-misc > h3 {
	padding-top: 40px;
}
.contact-misc > h3:first-child {
	padding-top: 0;
}
.contact-misc > big {
	color: #333;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 48px;
}
.contact-misc > big + small {
	font-size: 1.4rem;
}
#contact-form.form-horizontal .control-group .control-label {
	float: none;
	width: auto;
}
#contact-form.form-horizontal .control-group .controls {
	margin-left: 0;
}
#contact-form.form-horizontal fieldset.contact .control-group:last-child .control-label {
	float: left;
	padding-top: 0;
}
#contact-form.form-horizontal .btn {
	margin-top: 20px;
}
#contact-form.form-horizontal input[type='checkbox'] {
	width: auto !important;
}
dt.inline,
dd.inline {
	display: inline-block !important;
	float: left !important;
	margin: 12px 0 0;
	width: auto !important;
}
.jicons-text {
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
}
.newsfeed > ol {
	list-style: none;
}
.newsfeed > ol > li {
	border-top: 1px solid #eee;
	padding: 24px 0 0;
}
.newsfeed > ol > li > a {
	font-size: 4.2rem;
}
.contentpane iframe {
	border: 1px solid #eee;
}
.tip-wrap {
	z-index: 1;
}
.tooltip {
	background: rgba(0, 0, 0, 0.75);
	border: none;
	max-width: 350px;
	min-width: 160px;
	padding: 8px;
	position: absolute !important;
	opacity: 1;
	z-index: 10;
}
.tooltip.top {
	border: none;
}
.tooltip-inner strong {
	background: transparent;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 2px 0;
	width: 100%;
	clear: both;
	display: block;
}
.tooltip-inner {
	color: #ccc;
	font-size: 1.2rem;
	padding: 0 5px 5px 5px;
}
.tooltip-inner br {
	display: none;
}
.modal-header {
	*zoom: 1;
}
.modal-header:before,
.modal-header:after {
	display: table;
	content: '';
	line-height: 0;
}
.modal-header:after {
	clear: both;
}
.modal-header .close {
	float: right;
}
#system-message {
	margin: 0;
	position: relative;
}
#system-message dd ul {
	list-style: none !important;
	margin: 0;
}
#system-message dd ul,
#system-message dd ul li {
	line-height: 1;
}
#system-message dd {
	background: #42a5f5;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
	min-height: 3.2rem;
	padding: 12px;
	text-align: center;
}
#system-message dd.error {
	background: #eb004e;
	color: #fff;
}
#system-message dd.notice {
	background: #42a5f5;
	color: #fff;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
.item-page > div.pagination {
	display: none !important;
}
.pagination {
	clear: both;
	margin: 60px 0 20px !important;
	text-align: center;
}
.pagination li {
	color: #999;
	cursor: default;
	display: inline-block;
	margin: 0;
}
.pagination li:before {
	content: '' !important;
}
.pagination li a,
.pagination li > span {
	border: 1px solid #ddd;
	border-radius: 2px;
	display: block;
	margin-right: 6px;
	min-width: 50px;
	padding: 10px;
	text-align: center;
}
.pagination li.counter {
	color: #757575;
	display: block;
	font-size: 1rem;
	line-height: 5;
	margin-right: 12px;
	text-transform: uppercase;
}
ul.pagenav {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.bannergroup:first-line,
.bannergroup_text:first-line {
	font-size: 1.6rem;
	line-height: 3;
	font-weight: 300;
}
div.bannerfooter {
	border-top: 1px solid #eee;
	color: #eb004e;
	font-size: 1.2rem;
	padding: 5px 5px 0 0;
	text-align: right;
}
.banneritem img {
	max-width: 100%;
}
#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 #eee;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 32px;
	margin: -1px 0 0;
	padding: 8px 0;
	text-transform: uppercase;
}
.pane-slider {
	padding-left: 32px;
}
.pagenavcounter {
	color: #424242;
	font-weight: 400;
}
.article-index {
	float: right;
	margin: 0 0 30px 72px;
	width: auto;
}
.article-index h3 {
	color: #424242;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 -8px;
	text-transform: uppercase;
}
.article-index li {
	font-size: 1.4rem;
	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: #424242;
}
.pager {
	text-align: center;
}
.pager li {
	display: inline-block;
}
.pager li:before {
	display: none;
}
dl#tabs,
dl.tabs {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	overflow: hidden;
}
dl#tabs dt.tabs,
dl.tabs dt.tabs {
	float: left;
}
dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	color: #757575;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 30px 0 0;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}
dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
	color: #757575;
}
dl#tabs dt.tabs.open span h3,
dl.tabs dt.tabs.open span h3 {
	border-bottom: 2px solid #42a5f5;
	color: #424242;
}
dl#tabs dt.tabs.open span h3 a,
dl.tabs dt.tabs.open span h3 a {
	color: #424242;
}
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: #424242;
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
	cursor: pointer;
}
.chzn-container {
	max-width: 100%;
}
.profile fieldset dl,
.profile-edit fieldset dl {
	clear: both;
}
.profile fieldset dt,
.profile-edit fieldset dt {
	clear: both;
}
.profile fieldset dt label,
.profile-edit fieldset dt label {
	display: inline-block;
	line-height: 54px;
}
.profile fieldset dt span,
.profile-edit fieldset dt span {
	color: #757575;
	font-size: 1.2rem;
}
.profile fieldset dd,
.profile-edit fieldset dd {
	padding: 2px 0;
	margin-left: 0;
}
.profile fieldset dd select,
.profile-edit fieldset dd select {
	margin: 5px 0;
}
.profile fieldset legend,
.profile-edit fieldset legend {
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 2.4rem;
	margin: 0 auto 30px;
	padding: 0 0 20px;
	width: 100%;
}
.profile #member-profile input,
.profile #member-profile select,
.profile-edit #member-profile input,
.profile-edit #member-profile select {
	margin-bottom: 5px;
	width: 100%;
}
.profile #member-profile input[type='radio'],
.profile-edit #member-profile input[type='radio'] {
	width: auto;
	margin-top: 0 !important;
}
.profile #member-profile .alert-info::before,
.profile-edit #member-profile .alert-info::before {
	display: none;
}
.profile #member-profile .media-preview,
.profile-edit #member-profile .media-preview {
	display: none;
}
.profile #member-profile .input-append .btn,
.profile #member-profile .input-prepend .btn,
.profile-edit #member-profile .input-append .btn,
.profile-edit #member-profile .input-prepend .btn {
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	min-width: unset;
}
.profile .button-gray,
.profile-edit .button-gray {
	float: right;
}
.login,
.registration,
.reset,
.remind {
	overflow: hidden;
}
.login .login-fields,
.registration .login-fields,
.reset .login-fields,
.remind .login-fields {
	margin: 0 0 20px;
}
.login .login-fields #username,
.login .login-fields #jform_name,
.login .login-fields #jform_username,
.login .login-fields #jform_email1,
.registration .login-fields #username,
.registration .login-fields #jform_name,
.registration .login-fields #jform_username,
.registration .login-fields #jform_email1,
.reset .login-fields #username,
.reset .login-fields #jform_name,
.reset .login-fields #jform_username,
.reset .login-fields #jform_email1,
.remind .login-fields #username,
.remind .login-fields #jform_name,
.remind .login-fields #jform_username,
.remind .login-fields #jform_email1 {
	width: auto;
}
.login .login-fields label,
.registration .login-fields label,
.reset .login-fields label,
.remind .login-fields label {
	display: inline-block;
}
.login .login-fields > input,
.registration .login-fields > input,
.reset .login-fields > input,
.remind .login-fields > input {
	margin: 6px 0 0;
}
.login .button-gray,
.registration .button-gray,
.reset .button-gray,
.remind .button-gray {
	margin-left: 12px;
}
.login li,
.registration li,
.reset li,
.remind li {
	font-size: 1.4rem;
	float: left;
	line-height: 25px;
	margin: 12px 8px;
}
.login li.last,
.registration li.last,
.reset li.last,
.remind li.last {
	clear: both;
	float: none;
	display: block;
	padding: 62px 0 0;
}
.login .gk-additional-links,
.registration .gk-additional-links,
.reset .gk-additional-links,
.remind .gk-additional-links {
	clear: both;
	margin: 40px 0 0 0;
}
.login #member-registration #jform_com_fields_avatar,
.registration #member-registration #jform_com_fields_avatar,
.reset #member-registration #jform_com_fields_avatar,
.remind #member-registration #jform_com_fields_avatar {
	margin-right: 6px;
}
.login #member-registration .media-preview,
.registration #member-registration .media-preview,
.reset #member-registration .media-preview,
.remind #member-registration .media-preview {
	display: none;
}
.login #member-registration > .control-group,
.registration #member-registration > .control-group,
.reset #member-registration > .control-group,
.remind #member-registration > .control-group {
	margin-top: 20px;
}
.reset .form-validate > p,
.remind .form-validate > p {
	background: #f6f6f6;
	line-height: 1.6;
	padding: 20px;
}
.search .header {
	margin: 0 0 80px 0;
	width: auto;
}
.search .header-content h1 {
	margin-bottom: 20px;
	text-align: center;
}
.search .header-content .searchintro {
	color: #fff;
}
.search .header-content .searchintro strong {
	font-weight: normal;
}
.search .header-content fieldset.word {
	text-align: center;
}
.search .phrases-box {
	float: left;
}
.search .ordering-box {
	float: right;
}
.search #search-searchword,
.search #q {
	width: 75%;
}
.search .search-results {
	margin: 40px 0 0;
	text-align: left;
}
.search .search-results ol {
	padding: 0;
}
.search .search-results ol li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.6rem;
	padding: 20px 0;
	list-style-position: inside;
}
.search .counter {
	margin: 0;
	padding: 10px 0;
}
#searchForm fieldset input[type='radio'],
#searchForm #searchForm fieldset input[type='checkbox'] {
	margin-top: 11px !important;
}
#searchForm fieldset.word {
	margin: 0 0 30px;
}
#searchForm fieldset.word label,
#searchForm fieldset.word input,
#searchForm fieldset.word button {
	float: left;
	margin-right: 5px;
}
#searchForm label,
#searchForm input {
	font-size: 1.4rem;
	font-weight: normal;
	margin: 0 5px 0 0;
	text-transform: none;
}
#searchForm .form-limit {
	float: right;
}
#searchForm .form-limit select {
	position: relative;
	top: 0;
}
.finder #finder-filter-select-list .control-group {
	margin: 10px 0 0;
}
.finder #finder-filter-select-list .control-group label {
	clear: both;
	float: left;
	line-height: 3;
	min-width: 180px;
}
.finder #finder-filter-select-list .control-group li {
	overflow: hidden;
	padding: 0;
}
.finder .advanced-search-tip {
	background: #f6f6f6;
	padding: 25px;
}
.finder .advanced-search-tip p {
	font-size: 1.4rem;
	margin: 5px 0;
}
.finder #finder-filter-select-list select {
	min-width: 20%;
}
.finder #advanced-search-toggle {
	margin: -10px 0 15px 0;
}
fieldset.phrases,
fieldset.only {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.4;
	margin: 0 0 32px 0;
}
.autocompleter-queried {
	color: #eb004e !important;
}
.archive .filter-search select,
.archive .filter-search button {
	display: inline-block;
	float: none;
}
.archive .item-view {
	display: block !important;
	margin: 50px 0 !important;
}
.archive .item-intro-text p {
	margin: 0;
}
.blog-page .item-list .item-view .cat-item-image img {
	max-width: 100% !important;
}
.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%;
}
div.mod-languages {
	margin-top: 32px;
	text-align: center;
}
div.mod-languages p {
	margin-bottom: 0.5em;
}
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: block;
	margin: 10px 0;
	width: 100%;
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	display: inline-block;
	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 0.1s ease-out;
	-moz-transition: transform 0.1s ease-out;
	-o-transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	-ms-transition: transform 0.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 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	-ms-transition: all 0.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;
}
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 #eee;
	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 input,
.item-page.edit .input,
.item-page.edit .inputbox,
.item-page.edit .input-small,
.item-page.edit textarea {
	border: 1px solid #eee !important;
	padding: 0 10px !important;
}
.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-'] {
	background-image: none;
}
.item-page.edit .icon-calendar {
	display: block !important;
	margin: 13px !important;
}
.item-page.edit .btn {
	color: #fff !important;
	height: auto;
	line-height: 1;
	padding: 12px 20px !important;
	background: #42a5f5 !important;
	margin-bottom: 6px;
}
.item-page.edit .btn [class^='icon-'] {
	margin-right: 5px;
}
.item-page.edit .media-preview.add-on {
	display: none;
}
.item-page.edit .input-append > .btn {
	height: 40px !important;
	line-height: 40px;
	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;
}
.item-page.edit .btn-group > .btn,
.item-page.edit .btn-group > .dropdown-menu,
.item-page.edit .btn-group > .popover {
	line-height: 1;
}
.editor-xtd-buttons {
	margin-top: 20px;
}
.mce-btn button {
	min-width: unset;
}
.calendar .button {
	display: table-cell !important;
	float: none !important;
}
#adminForm div.tags {
	margin-top: 0;
}
div.tags {
	overflow: hidden;
}
span.tags-label {
	float: left;
	line-height: 30px;
	color: #757575;
	font-size: 1.3rem;
	font-style: italic;
}
div.tags {
	font-size: 1.3rem;
}
article div.tags {
	float: none;
	display: block;
	width: 100%;
	clear: both;
	padding-top: 16px;
}
.tags a {
	display: inline-block;
	margin: 6px 0 0 6px;
	font-style: italic;
}
.tags a:after {
	content: ',';
	color: #757575;
	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 #eee;
	background: rgba(255, 255, 255, 0.9);
	display: inline;
	position: absolute;
	color: #424242;
}
div.tags.tagcloud a.gk-tooltip span img {
	max-width: 80px !important;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}
.subpage.tag-category .chzn-container {
	display: none !important;
}
.subpage.tag-category select {
	display: block !important;
}
.tag-category label {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
}
.subpage.tag-category ul.category li img {
	clear: both;
	width: 100%;
	display: block;
	margin: 16px 0;
}
.subpage.tag-category div.btn-group.pull-right {
	float: right;
}
.subpage.tag-category div.btn-group label {
	margin-top: 10px;
}
.subpage.tag-category h3 {
	margin: 0 0 32px 0;
}
.subpage.tag-category ul.category li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	font-size: 90%;
}
.subpage.tag-category ul.category li a {
	color: #424242;
	font-size: 1.6rem;
	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;
}
.btn.jmodedit {
	background: #fff;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	margin: 5px 0 0 0;
	padding: 0 5px !important;
	width: 30px;
}
.btn.jmodedit:hover {
	background: #42a5f5 !important;
	border-color: #42a5f5 !important;
}
.btn.jmodedit:hover .icon-edit:before {
	color: #fff;
}
.btn.jmodedit .icon-edit:before {
	color: #eb004e;
	content: '\f044';
	font-family: FontAwesome;
	font-size: 17px;
	position: relative;
	top: -1px;
}
#modules-form .btn {
	background: #eb004e !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: #eb004e;
	font-size: 2rem;
	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: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot);
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.micon,
#cc-modal #cc-modal-closebutton a:before,
#cc-settingsmodal #cc-settingsmodal-closebutton a:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.nspMain {
	position: relative;
}
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -42px;
}
.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: #eb004e;
}
.nspPagination li,
.nspBotInterface .nspPagination li {
	background: #eee;
	border-radius: 6px;
	cursor: pointer;
	display: block;
	float: left;
	height: 12px;
	margin: 3px 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: #ccc;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 1.6rem;
	line-height: 25px;
	text-align: center;
	text-indent: 0;
	width: 24px;
}
.nspNext:hover:after,
.nspPrev:hover:after {
	color: #eb004e;
}
.nspNext:after {
	content: '\f054';
}
.nspPrev:after {
	content: '\f053';
}
.nspArts {
	float: left;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.nspArts + .nspLinksWrap.bottom {
	clear: both;
}
.nspArts.left {
	float: right;
}
.nspArts.right {
	float: left;
}
.nspArtScroll1,
.nspLinkScroll1 {
	clear: both;
}
.nspLinksWrap.left {
	float: left;
}
.nspLinksWrap.right {
	float: left;
}
.nspArtPage {
	float: left;
}
.nspArt {
	float: left;
}
.nspArt div {
	overflow: hidden;
}
.nspArt .nspHeader {
	color: #333;
	font-size: 1.6rem;
	font-weight: font-weight;
	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 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.nspArt .nspImageWrapper: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);
}
.nspArt .nspText {
	color: #757575;
	display: block !important;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0;
	padding: 0 !important;
}
.nspArt .nspInfo {
	color: #757575;
	display: block !important;
	font-size: 1.1rem;
	margin: 0;
	padding: 12px 0;
	text-transform: uppercase;
}
.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 {
	color: #151515;
}
.nspArt .nspHeader a:hover,
.nspLinks ul li h4 a:hover {
	color: #42a5f5 !important;
}
.readon {
	background: #e8e8e8;
	color: #333;
	padding: 0 20px;
}
.readon.inline {
	clear: both;
	display: inline-block;
	float: none;
	width: auto;
}
.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;
}
.readon:active,
.readon:focus,
.readon:hover {
	background: #333;
	color: #fff;
}
.nspLinks {
	padding: 3px;
}
.nspLinks ul {
	list-style-type: none !important;
	padding: 0 !important;
}
.nspLinks ul li {
	color: #757575;
	font-size: 1.4rem;
	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: 1.6rem;
	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;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-ms-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 {
	background: #757575;
	color: #fff !important;
}
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
	background: #fff;
	color: #eb004e !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: #757575 !important;
}
.box.dark .nspNext:hover:after,
.box.dark .nspPrev:hover:after {
	color: #eb004e !important;
}
.box.dark .nspPagination li {
	background: #757575;
}
.box.dark .nspPagination li.active {
	background: #eb004e !important;
}
.box.color .readon {
	background: #fff;
	color: #eb004e !important;
}
.box.color .readon:active,
.box.color .readon:focus,
.box.color .readon:hover {
	background: #424242;
	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);
}
.box.border-title .nspTopInterface {
	background: #fff;
	padding-left: 20px;
}
.modal-open #gkBg,
.modal-open #gkPageContent {
	position: static;
}
#sbox-window {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.error-page #gkBg:after {
	background: #424242;
	content: '';
	display: inherit;
	height: 400px;
	position: absolute;
	top: 0;
	width: 100%;
}
.error-page .subpage {
	float: left;
	margin: 45px 0 45px 40px;
	width: 70%;
}
.error-page #gkSidebar {
	float: left;
	width: 26%;
}
.error-page #gkHeader {
	background: #f6f6f6;
}
.error-page h1 {
	font-size: 16rem;
	font-weight: 400;
}
.error-page h1 + p {
	font-size: 2rem;
}
.error-page .search-goog {
	color: #757575;
	font-size: 1.4rem;
	line-height: 50px;
	margin: 0;
}
.error-page .search-goog b {
	font-weight: 500;
}
.error-page .search-goog form {
	margin: 10px 0 0;
}
.error-page .search-goog input {
	float: none;
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	width: 80%;
}
.error-page .search-goog input + input {
	padding: 0 20px;
	width: auto;
}
.error-page #goog-wm h3 {
	display: none;
}
.error-page #gkPageContent {
	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: 2rem;
	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: #eb004e !important;
}
.gkTabsGK5 {
	position: relative;
	overflow: hidden;
}
.box.clear-horizontal .gkTabsNav {
	top: 0;
}
.gkTabsNav {
	background: transparent;
	border-bottom: 1px solid #ddd !important;
	margin: 0;
}
.gkTabsNav li {
	border: none;
	color: #707070;
	cursor: pointer;
	float: left;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	list-style-type: none;
	margin: 0 35px -3px 0;
	padding: 0 0 16px 0;
	position: relative;
	text-transform: uppercase;
}
.gkTabsNav li:after {
	background: #42a5f5;
	bottom: 2px;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-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 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	width: 100%;
}
.gkTabsNav li.active,
.gkTabsNav li.active:hover {
	color: #151515;
}
.gkTabsNav li.active:after,
.gkTabsNav li.active:hover:after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.gkTabsNav li:active,
.gkTabsNav li:focus,
.gkTabsNav li:hover {
	color: #151515;
}
.gkTabsNav li:active:after,
.gkTabsNav li:focus:after,
.gkTabsNav li:hover:after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.gkTabsContainer {
	clear: both;
	overflow: hidden;
	padding: 0px !important;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.gkTabsContainer + .gkTabsNav {
	margin: 14px 0;
}
.gkTabsContainer + .gkTabsNav li {
	border-bottom: none !important;
	border-top: 2px solid #eee !important;
	padding: 12px 12px 0 12px;
}
.gkTabsContainer + .gkTabsNav li.active,
.gkTabsContainer + .gkTabsNav li.active:hover {
	border-bottom-color: transparent !important;
	border-top-color: #151515 !important;
}
.gkTabsContainer + .gkTabsNav li:active,
.gkTabsContainer + .gkTabsNav li:focus,
.gkTabsContainer + .gkTabsNav li:hover {
	border-bottom-color: transparent !important;
	border-top-color: #eb004e !important;
}
.gkTabsItem {
	left: -9999px;
	overflow: hidden;
	padding: 50px 0 !important;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.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;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
#gk-page-preloader {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
#gk-page-preloader.gk-to-hide {
	opacity: 0;
}
#gk-page-preloader.gk-to-hide.gk-hidden {
	display: none;
}
#gkUser.gk-open #gk-login-submenu {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#gkUser > img + span {
	line-height: 62px;
	color: #fff;
}
#gkUser #gk-login-submenu {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	display: none;
	opacity: 0;
	padding: 20px;
	position: absolute;
	right: 30px;
	top: 50px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 280px;
	z-index: 1000;
}
#gkUser #gk-login-submenu.gk-user-logged-in {
	width: 190px;
}
#gkUser .login-fields {
	margin: 0 0 10px 0;
}
#gkUser .button-gray {
	margin: 0 0 -10px 0;
	width: 100%;
}
#gkUser .logout-button .button-gray {
	margin: 0 0 3px 2px;
	width: auto;
}
#gkUser ul {
	clear: both;
	padding: 10px 0 0 0;
}
#gkUser ul li {
	clear: both;
	display: block;
	font-size: 1.4rem;
	float: none;
	margin: 0;
	padding: 0;
}
#gkUser ul li.last {
	margin: 40px 0 10px 0;
}
#gkUser .login {
	overflow: visible;
}
#gkUser #gkUserMenu {
	margin: 0 -20px;
	padding: 0 0 25px 0;
}
#gkUser #gkUserMenu ul {
	padding: 0;
	margin: 0;
}
#gkUser #gkUserMenu li {
	height: 44px;
	margin: 0;
	padding: 0;
}
#gkUser #gkUserMenu li a {
	color: #151515;
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 14px 22px;
}
#gkUser #gkUserMenu li a:active,
#gkUser #gkUserMenu li a:focus,
#gkUser #gkUserMenu li a:hover {
	background: #eee;
	color: #424242;
}
#gkUser #gkUserMenu li a .micon {
	float: right;
	font-size: 2rem;
}
span#fb-auth {
	background-color: #798db9;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 12px;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
	padding: 6px 24px 0 12px;
	cursor: pointer;
	height: 36px;
	transition: all 0.3s ease-out 0s;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	width: 150px;
}
span#fb-auth:hover {
	background-color: #556b9b;
}
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: 4px 12px 0 0;
	height: 17px;
}
#gk-newsletter-popup {
	background: #fff;
	bottom: 0;
	-webkit-box-shadow: 0 0 50px #ccc;
	-moz-box-shadow: 0 0 50px #ccc;
	box-shadow: 0 0 50px #ccc;
	opacity: 1;
	padding: 50px 50px 40px 50px;
	position: fixed;
	right: 125px;
	text-align: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 480px;
	z-index: 9999999999 !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: #151515;
	font-size: 2.6rem;
}
#gk-newsletter-popup p {
	color: #424242;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}
#gk-newsletter-popup small {
	color: #757575;
	display: block;
	font-size: 1rem;
	line-height: 1.8rem;
}
#gk-newsletter-popup small a {
	color: #757575;
	text-decoration: underline;
}
#gk-newsletter-popup small a:active,
#gk-newsletter-popup small a:focus,
#gk-newsletter-popup small a:hover {
	color: #eb004e;
}
#gk-newsletter-popup form {
	margin: 0 0 50px 0;
}
#gk-newsletter-popup form input[type='submit'] {
	background: #eb004e;
	border: none;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	margin-left: 10px;
	position: relative;
	top: -3px;
}
#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: #151515;
}
#gk-newsletter-popup-close {
	color: #424242;
	font-size: 2.4rem;
	position: absolute;
	right: 20px;
	top: 20px;
}
#gk-newsletter-popup-close:active,
#gk-newsletter-popup-close:focus,
#gk-newsletter-popup-close:hover {
	color: #eb004e;
}
@media (max-height: 700px), (max-width: 1040px) {
	#gk-newsletter-popup {
		padding: 20px;
		right: 32px;
		width: 420px;
	}
	#gk-newsletter-popup h3 {
		font-size: 2.4rem;
		letter-spacing: 2px;
	}
}
@media (max-height: 600px), (max-width: 720px) {
	#gk-newsletter-popup {
		display: none;
	}
}
.gk-cols {
	margin: 0 -25px;
	text-align: left;
	width: auto;
}
.gk-cols.narrow {
	margin: 0 auto;
	max-width: 680px;
}
.gk-cols + .gk-cols {
	margin-top: 8rem;
}
.gk-cols > div {
	float: left;
	padding: 0 25px;
}
.gk-cols > div.gk-text-center {
	text-align: center;
}
.gk-cols > div.gk-text-justified {
	text-align: justify;
}
.gk-cols > div.gk-text-right {
	text-align: right;
}
.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-gallery {
	margin: 0 -10px;
}
.gk-cols.gk-gallery img {
	display: block;
	height: auto;
	width: 100%;
}
.gk-cols.gk-gallery > div {
	padding: 0 10px;
}
.gk-cols.gk-gallery > div > a {
	display: block;
	margin: 0 0 20px 0;
}
.gk-review {
	display: block;
	overflow: hidden;
	padding: 3em 0 0 0;
}
.gk-review-sum {
	border-right: 3px solid #eee;
	float: left;
	padding-right: 75px;
	text-align: center;
	width: 25%;
}
.gk-review-sum-value {
	border-radius: 50%;
	color: #424242;
	display: inline-block;
	font-size: 4.4rem;
	height: 80px;
	line-height: 81px;
	position: relative;
	text-align: center;
	width: 80px;
}
.gk-review-sum-value > svg {
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	z-index: 0;
}
.gk-review-sum-value > span {
	position: relative;
	z-index: 1;
}
.gk-review-sum-label {
	color: #333;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
}
.gk-review-partials {
	float: right;
	padding-left: 75px;
	width: 75%;
}
.gk-review-partial {
	float: left;
	text-align: center;
	width: 20%;
}
.gk-review-partial-value {
	border-radius: 50%;
	color: #424242;
	display: inline-block;
	font-size: 2.8rem;
	height: 60px;
	line-height: 61px;
	position: relative;
	text-align: center;
	width: 60px;
}
.gk-review-partial-value > svg {
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	z-index: 0;
}
.gk-review-partial-value > span {
	position: relative;
	z-index: 1;
}
.gk-review-partial-label {
	color: #333;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 20px;
}
.gk-slideshow {
	margin: 9rem 0 9rem -160px;
	position: relative;
}
.gk-slideshow-img-wrap {
	overflow: hidden;
	position: relative;
}
.gk-slideshow-img {
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 100%;
	z-index: 1;
}
.gk-slideshow-img.gk-active {
	opacity: 1;
	z-index: 2;
}
.gk-slideshow-blank-img {
	display: block;
	opacity: 0;
	width: 100%;
}
.gk-slideshow-title {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	color: #757575;
	display: block;
	font-size: 1.2rem;
	margin: 0 0 2em;
	padding: 8px 50px 10px 0;
	text-align: left;
}
.gk-slideshow-counter {
	bottom: 0;
	color: #757575;
	font-size: 1.2rem;
	padding: 8px 0 10px 0;
	position: absolute;
	right: 0;
}
.gk-slideshow-prev,
.gk-slideshow-next {
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 50%;
	z-index: 10;
}
.gk-slideshow-prev .micon,
.gk-slideshow-next .micon {
	color: #fff;
	font-size: 6rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.gk-slideshow-prev:hover,
.gk-slideshow-next:hover {
	opacity: 1;
}
.gk-slideshow-prev {
	background: rgba(0, 0, 0, 0.26);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.26)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
	left: 0;
}
.gk-slideshow-prev .micon {
	left: 50px;
	-webkit-transform: translateY(-50%) translateX(-50px);
	-moz-transform: translateY(-50%) translateX(-50px);
	-ms-transform: translateY(-50%) translateX(-50px);
	-o-transform: translateY(-50%) translateX(-50px);
	transform: translateY(-50%) translateX(-50px);
}
.gk-slideshow-prev:hover .micon {
	-webkit-transform: translateY(-50%) translateX(0px);
	-moz-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
}
.gk-slideshow-next {
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.26)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
	right: 0;
}
.gk-slideshow-next .micon {
	right: 50px;
	-webkit-transform: translateY(-50%) translateX(50px);
	-moz-transform: translateY(-50%) translateX(50px);
	-ms-transform: translateY(-50%) translateX(50px);
	-o-transform: translateY(-50%) translateX(50px);
	transform: translateY(-50%) translateX(50px);
}
.gk-slideshow-next:hover .micon {
	-webkit-transform: translateY(-50%) translateX(0px);
	-moz-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
}
.content .gkNspPM-VideoList {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -15px;
	padding: 20px 0 0 0;
	position: relative;
	width: auto;
}
.content .gkNspPM-VideoList > div {
	overflow: hidden;
	position: relative;
}
.content .gkNspPM-VideoList .gkItemsPage {
	display: block;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 100%;
	z-index: 0;
}
.content .gkNspPM-VideoList .gkItemsPage.to-hide,
.content .gkNspPM-VideoList .gkItemsPage.active {
	display: block;
	opacity: 1;
}
.content .gkNspPM-VideoList .gkItemsPage.active {
	position: relative;
	z-index: 2;
}
.content .gkNspPM-VideoList .gkItemsPage.to-hide {
	display: block;
	opacity: 0;
}
.content .gkNspPM-VideoList .gkItemsPage figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 15px;
}
.content .gkNspPM-VideoList .gkItemsPage[data-cols='1'] figure {
	width: 100%;
}
.content .gkNspPM-VideoList .gkItemsPage[data-cols='2'] figure {
	width: 50%;
}
.content .gkNspPM-VideoList .gkItemsPage[data-cols='3'] figure {
	width: 33.333333%;
}
.content .gkNspPM-VideoList .gkItemsPage[data-cols='4'] figure {
	width: 25%;
}
.content .gkNspPM-VideoList .gkItemsPage[data-cols='5'] figure {
	width: 20%;
}
.content .gkNspPM-VideoList .gkItemsPage[data-cols='6'] figure {
	width: 16.666666%;
}
.content .gkNspPM-VideoList .gkItem,
.content .gkNspPM-VideoList .gkItem.video {
	cursor: pointer;
	opacity: 0;
	padding: 16px;
	position: relative;
	top: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.content .gkNspPM-VideoList .gkItem.active,
.content .gkNspPM-VideoList .gkItem.video.active {
	opacity: 1;
	top: 0;
}
.content .gkNspPM-VideoList .gkItem .gkItemWrap,
.content .gkNspPM-VideoList .gkItem.video .gkItemWrap {
	background: #333;
	border-radius: 3px;
}
.content .gkNspPM-VideoList .gkItem .gkImageWrap,
.content .gkNspPM-VideoList .gkItem.video .gkImageWrap {
	border-radius: 3px;
	position: relative;
}
.content .gkNspPM-VideoList .gkItem .gkImageWrap:before,
.content .gkNspPM-VideoList .gkItem.video .gkImageWrap:before {
	background: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.content .gkNspPM-VideoList .gkItem .gkImageWrap:after,
.content .gkNspPM-VideoList .gkItem.video .gkImageWrap:after {
	color: #fff;
	font-size: 4.8rem;
	left: 50%;
	line-height: 1;
	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: 3;
	content: 'play_circle_filled';
	font-family: 'Material Icons';
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.content .gkNspPM-VideoList .gkItem .gkImageWrap img,
.content .gkNspPM-VideoList .gkItem.video .gkImageWrap img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.content .gkNspPM-VideoList .gkItem .gkImageWrap:hover img,
.content .gkNspPM-VideoList .gkItem.video .gkImageWrap: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);
}
.content .gkNspPM-VideoList .gkItem:hover figcaption,
.content .gkNspPM-VideoList .gkItem.video:hover figcaption {
	background: none;
}
.content .gkNspPM-VideoList h3 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}
.content .gkNspPM-VideoList h3 a {
	color: #fff;
}
.content .gkNspPM-VideoList h3 a:active,
.content .gkNspPM-VideoList h3 a:focus,
.content .gkNspPM-VideoList h3 a:hover {
	color: #42a5f5;
}
.content .gkNspPM-VideoList figcaption {
	bottom: 15px;
	left: 19px;
	padding: 0 30px 20px 30px;
	position: absolute;
	right: 19px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	z-index: 2;
}
.content .gkNspPM-VideoList figcaption strong {
	color: #fff;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.content .gkNspPM-VideoList .gkBottomNav {
	border-top: 1px solid #e5e5e5;
	margin: 32px 19px -24px 19px;
	padding: 12px 0 0 0;
	position: relative;
}
.content .gkNspPM-VideoList .gkBottomNavNext,
.content .gkNspPM-VideoList .gkBottomNavPrev {
	border: 1px solid #e5e5e5;
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin: 0;
	position: relative;
	text-indent: -9999px;
	width: 26px;
}
.content .gkNspPM-VideoList .gkBottomNavNext:after,
.content .gkNspPM-VideoList .gkBottomNavPrev:after {
	color: #949494;
	content: '\f104';
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	left: 10px;
	line-height: 15px;
	position: absolute;
	text-indent: 0;
	top: 5px;
}
.content .gkNspPM-VideoList .gkBottomNavNext:hover:after,
.content .gkNspPM-VideoList .gkBottomNavPrev:hover:after {
	color: #eb1e00;
}
.content .gkNspPM-VideoList .gkBottomNavNext {
	right: 0;
	position: absolute;
	top: 12px;
}
.content .gkNspPM-VideoList .gkBottomNavNext:after {
	color: #949494;
	content: '\f105';
}
.content .gkNspPM-VideoList .gkBottomNavPrev {
	left: 0;
	position: absolute;
	top: 12px;
}
.content .gkNspPM-VideoList .gkBottomNavPrev:after {
	color: #949494;
}
.content .gkNspPM-VideoList .gkBottomNavPagination {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	text-align: center;
	width: 100%;
}
.content .gkNspPM-VideoList .gkBottomNavPagination li {
	background: #ccc;
	border: none !important;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 10px 4px 0 0 !important;
	padding: 0 !important;
	text-indent: -999em;
	width: 8px;
}
.content .gkNspPM-VideoList .gkBottomNavPagination li:hover,
.content .gkNspPM-VideoList .gkBottomNavPagination li.active {
	background-color: #eb1e00;
}
.content .gkNspPM-VideoList img,
.content .gkNspPM-VideoList .gkImageWrap {
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.content .gkNspPM-VideoList .gkImageWrap {
	margin: 0 35px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.content .gkNspPM-VideoList .btn {
	margin: 50px 0 0 15px;
}
.gkNspPM-TechNewsHeader1 .gkImage .gkImageWrap {
	background: #333;
}
@media (max-width: 1280px) {
	.content .gkNspPM-VideoList .gkBottomNav {
		margin: 32px 19px -16px 19px;
	}
	.content .gkNspPM-VideoList .gkItemsPage figure {
		padding: 0 6px;
	}
	.content .gkNspPM-VideoList {
		margin: 0 -6px;
	}
	.content .gkNspPM-VideoList figcaption {
		padding: 0 8px 16px 8px;
	}
}
@media (max-width: 1100px) {
	.content .gkNspPM-VideoList h3 {
		font-size: 13px;
	}
	.content .gkNspPM-VideoList .gkBottomNav {
		margin: 10px 10px 5px 10px;
		min-height: 36px;
	}
}
@media (max-width: 640px) {
	.content .gkNspPM-VideoList .gkItemsPage figure {
		padding: 0 2px;
	}
	.content .gkNspPM-VideoList h3 {
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.content .gkNspPM-VideoList .gkItemsPage[data-cols='1'] figure,
	.content .gkNspPM-VideoList .gkItemsPage[data-cols='2'] figure,
	.content .gkNspPM-VideoList .gkItemsPage[data-cols='3'] figure,
	.content .gkNspPM-VideoList .gkItemsPage[data-cols='4'] figure,
	.content .gkNspPM-VideoList .gkItemsPage[data-cols='5'] figure,
	.content .gkNspPM-VideoList .gkItemsPage[data-cols='6'] figure {
		width: 100%;
	}
}
#gkFooterNavPopup {
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 75px;
}
#gkFooterNavPopup .gk-footer-popup {
	background: #fff;
	border-radius: 3px;
	bottom: 28px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	opacity: 0;
	padding: 12px 0;
	pointer-events: none;
	position: absolute;
	right: 24px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 180px;
	z-index: 1;
}
#gkFooterNavPopup .gk-footer-popup li {
	height: 44px;
	padding: 0;
}
#gkFooterNavPopup .gk-footer-popup li a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 11px 22px;
}
#gkFooterNavPopup .gk-footer-popup li a:active,
#gkFooterNavPopup .gk-footer-popup li a:focus,
#gkFooterNavPopup .gk-footer-popup li a:hover {
	background: #eee;
	color: #424242;
}
#gkFooterNavPopup .gk-footer-popup li a .micon {
	float: right;
	font-size: 2rem;
}
#gkFooterNavPopup.open .gk-footer-popup {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.gkFooterFrontpage #gkFooterNavPopup {
	right: 80px;
}
.menu li > a {
	display: block;
}
.menu a > .micon {
	float: left;
	font-size: 2rem;
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
}
.nsp-switch.nspMain {
	overflow: visible;
}
.nsp-switch .nsp-switch-ui {
	position: absolute;
	right: 0;
	top: -42px;
}
.nsp-switch .nsp-switch-ui > .micon {
	cursor: pointer;
}
.nsp-switch .header {
	margin: 0 0 24px 0;
}
.nsp-switch .nspImageWrapper {
	border-radius: 3px 0 0 3px;
	width: 100%;
}
.nsp-switch .gkArtContentWrap {
	background: #fff;
	border-radius: 0 3px 3px 0;
	clear: both;
	min-height: 200px;
	padding: 40px 40px 60px 40px;
	position: relative;
}
.nsp-switch .nspArtPage {
	margin: 0 -13px;
	width: auto;
}
.nsp-switch .nspArtPage.nspCol2 {
	width: 50%;
}
.nsp-switch .nspArtPage.nspCol3 {
	width: 33.333333%;
}
.nsp-switch .nspArt {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
}
.nsp-switch .nspArt .nspHeader {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 12px 0;
	padding: 0;
}
.nsp-switch .nspArt .nspText {
	color: #757575;
	font-size: 1.4rem;
}
.nsp-switch .nspArt .nspInfo {
	bottom: 20px;
	color: #757575;
	font-size: 1.1rem;
	padding: 0;
	position: absolute;
	text-transform: none;
}
.nsp-switch .nspArt .nspInfo .micon {
	font-size: 1.8rem;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.nsp-switch .nspArt .nspImageWrapper {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-ms-transition: none;
}
.nsp-switch .nspHorizontal .nspImageWrapper {
	background-size: cover;
	background-position: center center;
	border-radius: 0 0 3px 3px;
	float: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	width: 33.333333%;
}
.nsp-switch .nspHorizontal .nspImageWrapper img {
	opacity: 0;
}
.nsp-switch .nspHorizontal .nspImageWrapper:hover {
	opacity: 0.8;
}
.nsp-switch .nspHorizontal .gkArtContentWrap {
	border-radius: 3px 3px 0 0;
	clear: none;
	float: left;
	width: 66.666666%;
}
.nsp-links h3.header {
	background: #42a5f5;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	padding: 4px;
}
.nsp-links .nspArts {
	float: none;
}
.nsp-links .nspArts img.nspImage {
	width: 100%;
}
.nsp-links .nspArts .nspHeader {
	font-size: 2rem;
}
.nsp-links .nspArts .nspInfo {
	padding: 0 0 20px;
}
.nsp-links .nspLinks li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.nsp-links .nspLinks li h4 {
	font-size: 1.4rem;
	margin: 0;
}
.nsp-links .nspLinks li a {
	margin: 0;
	padding: 0;
}
.vertical-list .nspImageWrapper {
	width: 28%;
}
.vertical-list .gkArtContentWrap {
	float: left;
	overflow: visible;
	padding: 0 0 0 52px;
	position: relative;
	width: 72%;
}
.vertical-list .nspArt .nspHeader {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 10px 0;
	padding: 0;
}
.vertical-list .nspArt .nspHeader a {
	color: #5b5b5b;
}
.vertical-list .nspArt .nspHeader a:active,
.vertical-list .nspArt .nspHeader a:focus,
.vertical-list .nspArt .nspHeader a:hover {
	color: #151515;
}
.vertical-list .nspArt:hover {
	cursor: pointer;
}
.vertical-list .nspArt:hover a {
	color: #151515;
}
.vertical-list .nspArt:hover sup {
	background: #42a5f5;
}
.vertical-list .nspArt:hover sup a {
	color: #fff;
}
.vertical-list .nspArt .nspInfo {
	color: #707070;
	float: left;
	font-size: 1.1rem;
	padding: 0;
	text-transform: none;
}
.vertical-list .nspArt .nspInfo .micon {
	font-size: 1.8rem;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.vertical-list .nspArt sup {
	background: #424242;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2rem;
	height: 32px;
	left: -16px;
	line-height: 33px;
	position: absolute;
	text-align: center;
	top: -16px;
	width: 32px;
}
.vertical-list .nspArt sup a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.vertical-list .nspArt sup:empty {
	display: none;
}
#gkSidebar .vertical-list .gkArtContentWrap {
	padding-left: 30px;
}
#gkSidebar .vertical-list .gkArtContentWrap .nspHeader {
	font-size: 1.4rem;
}
.alert {
	border-top: 2px solid transparent;
	color: #151515;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 16px 12px 16px 40px;
	position: relative;
}
.alert:before {
	font-family: FontAwesome;
	font-size: 2rem;
	position: absolute;
	top: 10px;
	left: 2px;
}
.alert.info,
.alert.alert-info {
	border-color: #eee;
	color: #151515;
}
.alert.info:before,
.alert.alert-info:before {
	color: #999;
	content: '\f0e6';
}
.alert.success {
	border-color: #151515;
	color: #151515;
}
.alert.success:before {
	color: #151515;
	content: '\f0eb';
}
.alert.notice {
	border-color: #eb004e;
	color: #eb004e;
}
.alert.notice:before {
	color: #eb004e;
	content: '\f071';
}
.alert.error {
	border-color: #e13232;
	color: #e13232;
}
.alert.error:before {
	color: #e13232;
	content: '\f057';
}
.highlight {
	background: #ffd;
	cursor: default;
	padding: 1px 5px;
	text-shadow: none;
}
.progress {
	background: #f6f6f6;
	color: #151515;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 3.2rem;
	height: 3px;
	margin: 3em 0;
	position: relative;
}
.progress .bar {
	background: #151515;
	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;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-ms-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 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	-ms-transition-delay: 1s;
	right: -5px;
	top: -10px;
}
.progress .bar.gk-loaded > span {
	opacity: 1;
	top: 2px;
}
.progress > span {
	left: 0;
	line-height: 3.3rem;
	position: absolute;
}
pre,
code {
	background: #f6f6f6;
	border-left: 4px solid #eb004e;
	color: #151515;
	font: normal 0.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: 10px 0 10px 42px;
	position: relative;
}
.item-body ul > li:before,
.list-1 > li:before,
.list-2 > li:before,
.list-3 > li:before {
	color: #42a5f5 !important;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 5px;
}
.item-body ul > li {
	padding: 4px 0 4px 42px;
}
.item-body ul > li:before {
	top: 10px;
}
.item-body ul li:before {
	color: #424242;
	content: '\f111';
	font-size: 0.6rem;
}
.list-1 li:before {
	content: '\f14a' !important;
	font-size: 1.4rem !important;
	top: 5px !important;
}
.list-2 li:before {
	content: '\f006' !important;
	font-size: 1.5rem !important;
	top: 5px !important;
}
.list-3 li:before {
	content: '\f0a9' !important;
	font-size: 1.5rem !important;
	top: 5px !important;
}
.numblock {
	font-weight: 400;
	margin: 0 0 24px;
	min-height: 48px;
	padding: 0 0 0 62px !important;
	position: relative;
}
.numblock span {
	border: 2px solid #eb004e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #eb004e;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	height: 40px;
	left: 0;
	line-height: 36px;
	position: absolute;
	text-align: center;
	width: 40px;
}
.block-1,
.block-2 {
	background: #f6f6f6;
	padding: 40px;
}
.block-2 {
	background: #fffef4;
}
.legend {
	border: 4px double #eee;
	margin: 3em 0;
	padding: 40px;
}
.legend h4 {
	background: #fff;
	color: #151515;
	float: left;
	font-size: 1.4rem;
	font-weight: 400;
	left: 11px;
	line-height: 18px;
	margin: 0 0 -9px !important;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	top: -52px;
}
.legend p {
	clear: both;
	margin: 7px;
}
blockquote {
	border-left: 3px solid #bbb;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5rem;
	margin-left: 0;
	margin: 3em 0;
	padding: 0 0 0 40px;
}
blockquote > p {
	margin: 0;
}
blockquote > cite {
	color: #333;
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 1em 0 0;
}
.block-left,
.block-right {
	display: block;
	font: 400 italic 16px/26px Georgia, Times, Times New Roman, serif;
	line-height: 170%;
	width: 30%;
}
.block-left {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin: 0 60px 40px 0;
	padding-right: 40px;
}
.block-right {
	border-left: 1px solid #e5e5e5;
	float: right;
	margin: 0 0 40px 60px;
	padding-left: 40px;
}
#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 40px 40px;
}
#demo-typography li {
	color: #eb004e;
	float: left;
	font-size: 1.1rem;
	line-height: 24px;
	list-style-type: disc;
	width: 23.9%;
}
#demo-typography li a {
	font-size: 1.1rem;
	text-shadow: 2px 2px 0 #fff;
}
#warnings p {
	margin: 1em 0;
}
.demo-typoDiv {
	clear: both;
}
.demo-typoDiv:after {
	clear: both;
	content: '';
	display: table;
}
.demo-typo {
	margin: 60px 0 20px;
}
.demo-typo-col2 {
	float: left;
	width: 50%;
}
.demo-typo-col3 {
	float: left;
	width: 33%;
}
.demo-typo-col4 {
	float: left;
	width: 25%;
}
#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: #eb004e;
	color: #fff;
}
.item-body .the-icons {
	border-top: 1px solid #eee;
	margin-bottom: 32px;
}
.item-body .the-icons > li {
	border: 1px solid #eee;
	border-right: none;
	border-top: none;
	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 #eee;
}
.the-icons > li:before {
	display: none;
}
.page-header {
	clear: both;
	padding: 36px 0 18px;
	text-transform: uppercase;
}
[class^='fa fa-'],
[class*=' fa-'] {
	color: #151515;
	padding-right: 8px;
}
.pixellove .the-icons > li i {
	color: #42a5f5;
	font-size: 1.8rem;
	margin-right: 1rem;
}
.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 {
	cursor: move;
	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 {
	background: #f6f6f6;
	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: #f6f6f6;
}
.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: 1.4rem;
	line-height: 16px;
	margin-top: -8px;
	color: #757575;
}
.pswp__error-msg a {
	color: #757575;
	text-decoration: underline;
}
.pswp__button {
	width: 44px;
	height: 60px;
	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: #eb004e;
}
.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: 60px;
}
.pswp__button--close:before {
	color: #424242;
	content: 'close';
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2rem;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.pswp__button--share:before {
	color: #424242;
	content: 'share';
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2rem;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.pswp__button--fs {
	display: none;
}
.pswp__button--fs:before {
	color: #424242;
	content: 'fullscreen';
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2rem;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.pswp--supports-fs .pswp__button--fs {
	display: inline-block;
}
.pswp__button--zoom:before {
	color: #424242;
	content: 'zoom_in';
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.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 {
	border-radius: 50%;
	content: '';
	top: 35px;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	position: absolute;
}
.pswp__button--arrow--left:before {
	color: #424242;
	content: 'keyboard_arrow_left';
	left: 30px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 4rem;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.pswp__button--arrow--right:before {
	color: #424242;
	content: 'keyboard_arrow_right';
	right: 30px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 4rem;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.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: #151515;
	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: 1.2rem;
	line-height: 1.9;
	position: relative;
}
.pswp__share-tooltip a:active,
.pswp__share-tooltip a:focus,
.pswp__share-tooltip a:hover {
	color: #eb004e;
}
.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: 60px;
	font-size: 1.3rem;
	line-height: 60px;
	color: #424242;
	opacity: 0.75;
	padding: 0 30px;
}
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}
.pswp__caption small {
	font-size: 1.1rem;
	color: #757575;
}
.pswp__caption__center {
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
	font-size: 1.3rem;
	overflow: hidden;
	padding: 0 0 100px;
	line-height: 20px;
	color: #757575;
}
.pswp__caption__center > h3 {
	font-size: 2.4rem;
	font-weight: 400;
}
.pswp__caption__center > span {
	color: #757575;
	font-size: 1.6rem;
}
.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 {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 100%;
	text-align: center;
}
.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: 1.8rem;
	}
	.pswp__caption__center > span {
		font-size: 1.4rem;
	}
}
@media (max-width: 1100px) {
	.pswp__caption__center {
		padding: 10px;
	}
	.pswp__caption__center > h3 {
		font-size: 1.6rem;
		margin: 0 0 10px 0;
		max-width: 100%;
		width: 100%;
	}
	.pswp__caption__center > span {
		font-size: 1.3rem;
		max-width: 100%;
		width: 100%;
	}
}
.j4 .input-group {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%;
}
.j4 .input-group .form-control,
.j4 .input-group-addon,
.j4 .input-group-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.j4 .input-group .form-control {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.j4 .input-group-addon {
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.j4 .has-danger .input-group-addon,
.j4 .has-danger .input-group-addon {
	border-bottom: 1px solid #d45555;
}
.j4 .control-group {
	margin-bottom: 18px;
	clear: both;
}
.j4 .login ul li {
	display: inline-block;
	float: none;
}
.j4 .input-group-btn .btn + .btn {
	margin-left: 2px;
}
.j4 .btn.btn-secondary {
	background-color: #eb004e;
	color: #fff;
}
.j4 .btn.btn-secondary [class^='fa fa-'],
.j4 .btn.btn-secondary [class*=' fa-'] {
	color: #fff;
}
.j4 .btn.btn-secondary:active,
.j4 .btn.btn-secondary:focus,
.j4 .btn.btn-secondary:hover {
	background: #42a5f5;
	color: #fff;
}
.j4 .btn.btn-secondary:active [class^='fa fa-'],
.j4 .btn.btn-secondary:active [class*=' fa-'],
.j4 .btn.btn-secondary:focus [class^='fa fa-'],
.j4 .btn.btn-secondary:focus [class*=' fa-'],
.j4 .btn.btn-secondary:hover [class^='fa fa-'],
.j4 .btn.btn-secondary:hover [class*=' fa-'] {
	color: #fff;
}
.j4 #modules-form fieldset > div #jform_params_image_show_data-lbl {
	display: none;
}
.j4 #modules-form legend {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.j4 #modules-form div[role='toolbar'],
.j4 #modules-form .btn-toolbar {
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
	float: none;
	text-align: right;
}
.j4 #modules-form div[role='toolbar'] .btn-group + .btn-group,
.j4 #modules-form .btn-toolbar .btn-group + .btn-group {
	margin-left: 5px;
}
.j4 #modules-form div[role='toolbar'] .btn-primary,
.j4 #modules-form .btn-toolbar .btn-primary {
	border: 0;
}
.j4 .js-switcher {
	position: relative;
	box-sizing: content-box;
	display: inline-block;
	width: 60px;
	height: 26px;
	margin-top: 2px;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: #f9f9f9;
	background-clip: content-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0.25rem;
	box-shadow: 0 0 0 0 #dfdfdf inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
}
.j4 .js-switcher.active {
	background-color: #64bd63;
	border-color: #64bd63;
	box-shadow: 0 0 0 16px #64bd63 inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.j4 .js-switcher.switcher-danger.active {
	background-color: #bc6564;
	border-color: #bc6564;
	box-shadow: 0 0 0 16px #bc6564 inset;
}
.j4 .js-switcher.switcher-primary.active {
	background-color: #648fba;
	border-color: #648fba;
	box-shadow: 0 0 0 16px #648fba inset;
}
.j4 .js-switcher input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 50px;
	height: 26px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.j4 .js-switcher .switch {
	position: absolute;
	top: 0;
	width: 30px;
	height: 26px;
	background: #fefefe;
	border-radius: 0.25rem;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.15);
	transition: left 0.2s ease 0s;
}
.j4 .js-switcher input:checked ~ .switch {
	left: 0;
}
.j4 .js-switcher input ~ :checked ~ .switch {
	left: 30px;
}
.j4 .js-switcher input:checked {
	z-index: 0;
}
.j4 .switcher-labels {
	position: relative;
	margin-left: 10px;
}
.j4 .switcher-labels span {
	position: absolute;
	top: 0;
	left: 0;
	color: #aaa;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.j4 .switcher-labels span.active {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.j4 .login-fields #username,
.j4 .login-fields #jform_name,
.j4 .login-fields #jform_username,
.j4 .login-fields #jform_email1 {
	width: 100%;
}
.j4 .subpage.login > form > fieldset legend,
.j4 .subpage.registration > form > fieldset legend {
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
	margin: 20px 0;
	padding-bottom: 10px;
	font-size: 24px;
}
.j4 .subpage.login > form > fieldset .alert.alert-info,
.j4 .subpage.registration > form > fieldset .alert.alert-info {
	border: 0;
}
.j4 .modal-backdrop.show {
	display: none;
}
.j4 .modal-open .modal {
	background: rgba(0, 0, 0, 0.5);
}
.j4 .modal .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.j4 .close:focus,
.j4 .close:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
.j4 .modal button.close {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	-webkit-appearance: none;
}
.j4 .modal-open {
	overflow: hidden;
}
.j4 .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}
.j4 .modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}
.j4 .modal.show .modal-dialog {
	transform: translate(0, 0);
}
.j4 .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.j4 .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	pointer-events: none;
}
.j4 .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.j4 .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.j4 .modal-backdrop.fade {
	opacity: 0;
}
.j4 .modal-backdrop.show {
	opacity: 0.5;
}
.j4 .modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.j4 .modal-header .close {
	padding: 15px;
	margin: -15px -15px -15px auto;
}
.j4 .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
.j4 .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 15px;
}
.j4 .modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #e9ecef;
}
.j4 .modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}
.j4 .modal-footer > :not(:last-child) {
	margin-right: 0.25rem;
}
.j4 .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 576px) {
	.j4 .modal-dialog {
		max-width: 500px;
		margin: 80px auto;
	}
	.j4 .modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.j4 .modal-lg {
		max-width: 700px;
	}
}
.j4 .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.j4 .embed-responsive::before {
	display: block;
	content: '';
}
.j4 .embed-responsive .embed-responsive-item,
.j4 .embed-responsive iframe,
.j4 .embed-responsive embed,
.j4 .embed-responsive object,
.j4 .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.j4 .embed-responsive-21by9::before {
	padding-top: 42.85714%;
}
.j4 .embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.j4 .embed-responsive-4by3::before {
	padding-top: 75%;
}
.j4 .embed-responsive-1by1::before {
	padding-top: 100%;
}
.j4 #gkBottom2,
.j4 .content .gkNspPM-VideoList > div,
.j4 .content .gkNspPM-VideoList .gkItemsPage {
	overflow: visible;
}
.j4 .content .gkNspPM-VideoList > div:after {
	display: block;
	content: '';
	clear: both;
}
.j4 .hasPopover [class^='icon-arrow-up'],
.j4 .hasPopover [class^='icon-arrow-down'] {
	font-family: 'FontAwesome';
	font-size: 15px;
	text-align: center;
	margin-left: 6px;
	line-height: 1;
	vertical-align: middle;
}
.j4 .hasPopover [class^='icon-arrow-up']:before {
	content: '\f0d8';
}
.j4 .hasPopover [class^='icon-arrow-down']:before {
	content: '\f0d7';
}
.j4 .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.j4 .popover.show {
	display: block;
}
.j4 .popover.top {
	margin-top: -10px;
}
.j4 .popover.right {
	margin-left: 10px;
}
.j4 .popover.bottom {
	margin-top: 10px;
}
.j4 .popover.left {
	margin-left: -10px;
}
.j4 .popover-title,
.j4 .popover-header {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.j4 .popover-title:empty,
.j4 .popover-header:empty {
	display: none;
}
.j4 .popover-content,
.j4 .popover-body {
	padding: 9px 14px;
}
.j4 .popover .arrow,
.j4 .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.j4 .popover .arrow {
	border-width: 11px;
}
.j4 .popover .arrow:after {
	border-width: 10px;
	content: '';
}
.j4 .popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.j4 .popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.j4 .popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.j4 .popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.j4 .popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.j4 .popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.j4 .popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.j4 .popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

#advancedSearch.show {
	overflow: visible;
}
#search-form .awesomplete .form-control{
	width: 100%;
	height: 37px;
}
#advancedSearch.show .js-calendar.open .btn-group .btn {
	color: #fff;
	border-color: #fff;
}

#templates-form {
	padding: 32px;
}
#gk-social,
#template_options_translations {
	color: #fff;
}
#gk-social {
	margin-bottom: 32px;
}

ul#finder-filter-select-dates li.filter-date {
	width: auto;
	margin-right: 32px;
	display: inline-block;
	float: none;
}

#finder-filter-window .filter-branch {
	width: 100%;
	clear: both;
	margin-top: 32px;
}
#finder-filter-window .filter-branch .control-group {
	width: auto;
	margin-right: 32px;
	display: inline-block;
	float: none;
	clear: none;
}

@media screen and (max-width: 639px) {
	#finder-filter-window .filter-branch .control-group {
		width: 100%;
	}
	#finder-filter-window .filter-branch .control-group .advancedSelect {
		width: 100%;
	}
}

.blog-featured .blog-items {
	margin-bottom: 0;
	row-gap: 0;
}
.blog-featured .blog-items.items-leading {
	margin-bottom: 32px;
}
.blog-featured .blog-items.items-leading .blog-item:not(:last-of-type) {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
@media screen and (min-width: 768px) {
	.blog-featured .blog-items.items-leading .blog-item .item-image {
		margin: 0 36px 0 0 !important;
	}
}
.blog-featured .blog-items .blog-item .item-image {
	margin: 0 0 36px !important;
}
.blog-featured .blog-items .blog-item .readmore .btn {
	text-align: left;
}
.blog-featured .blog-items.column-1 .blog-item {
	width: 100%;
	clear: both;
	padding: 24px 0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.08);
	display: flex;
	align-items: center;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.blog-featured .blog-items.column-1 .blog-item {
		flex-direction: row;
	}
}
@media screen and (min-width: 768px) {
	.blog-featured .blog-items.column-1 .blog-item .item-image {
		margin: 0 !important;
		max-width: 320px;
	}
}
@media screen and (min-width: 768px) {
	.blog-featured .blog-items.column-1 .blog-item .item-info {
		margin-left: 32px;
	}
}
.blog-featured .blog-items[class^='columns-'],
.blog-featured .blog-items[class*=' columns-'] {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.blog-featured .blog-items[class^='columns-'],
	.blog-featured .blog-items[class*=' columns-'] {
		margin-left: -16px;
		margin-right: -16px;
	}
}
.blog-featured .blog-items[class^='columns-'] .blog-item,
.blog-featured .blog-items[class*=' columns-'] .blog-item {
	margin-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}
.blog-featured .blog-items[class^='columns-'] .blog-item .item-footer,
.blog-featured .blog-items[class*=' columns-'] .blog-item .item-footer {
	border-bottom: 0;
	margin-top: 20px;
	position: static;
}
@media screen and (min-width: 768px) {
	.blog-featured .blog-items[class^='columns-'] .blog-item,
	.blog-featured .blog-items[class*=' columns-'] .blog-item {
		padding: 0 16px;
	}
}
.blog-featured .blog-items[class^='masonry-'],
.blog-featured .blog-items[class*=' masonry-'] {
	display: block;
}
@media screen and (min-width: 768px) {
	.blog-featured .blog-items[class^='masonry-'],
	.blog-featured .blog-items[class*=' masonry-'] {
		gap: 32px;
	}
}
.blog-featured .blog-items[class^='masonry-'] .blog-item,
.blog-featured .blog-items[class*=' masonry-'] .blog-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
	border-bottom: 1px solid #e5e5e5;
}

.blog-featured .blog-items[class^='masonry-'] .blog-item .item-footer,
.blog-featured .blog-items[class*=' masonry-'] .blog-item .item-footer {
	border-bottom: 0;
	position: static;
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.blog-featured .blog-items.columns-2 > div {
		width: 50%;
	}
	.blog-featured .blog-items.columns-3 > div {
		width: 33.33333%;
	}
	.blog-featured .blog-items.columns-4 > div {
		width: 50%;
	}
	.blog-featured .blog-items.columns-5 > div {
		width: 20%;
	}
	.blog-featured .blog-items.columns-6 > div {
		width: 16.66%;
	}
	.blog-featured .blog-items.masonry-2 {
		column-count: 2;
	}
	.blog-featured .blog-items.masonry-3 {
		column-count: 3;
	}
	.blog-featured .blog-items.masonry-4 {
		column-count: 4;
	}
	.blog-featured .blog-items.masonry-5 {
		column-count: 5;
	}
	.blog-featured .blog-items.masonry-6 {
		column-count: 6;
	}
}
@media screen and (min-width: 1200px) {
	.blog-featured .blog-items.columns-2 > div {
		width: 50%;
	}
	.blog-featured .blog-items.columns-3 > div {
		width: 33.33333%;
	}
	.blog-featured .blog-items.columns-4 > div {
		width: 25%;
	}
	.blog-featured .blog-items.columns-5 > div {
		width: 20%;
	}
	.blog-featured .blog-items.columns-6 > div {
		width: 16.66%;
	}
	.blog-featured .blog-items.masonry-2 {
		column-count: 2;
	}
	.blog-featured .blog-items.masonry-3 {
		column-count: 3;
	}
	.blog-featured .blog-items.masonry-4 {
		column-count: 4;
	}
	.blog-featured .blog-items.masonry-5 {
		column-count: 5;
	}
	.blog-featured .blog-items.masonry-6 {
		column-count: 6;
	}
}
