/*---------------*/
/* NORMILIZE.CSS */
/*---------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*------------*/
/* LAYOUT.CSS */
/*------------*/
/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	/* Positions blocks -clearing */
	clear: both;
}
/* Columns */
section#gkContent,
section#gkComponentWrap,
aside#gkSidebar {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.itemBody {
	float: left;
	width: 100%;
}
/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box {
	/* Columns in the positions blocks */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-bottom: 30px;
} 
/*------------*/
/* JOOMLA.CSS */
/*------------*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	font-family: Arial, sans-serif;
	padding: 10px 12px !important;
	max-width: 100%!important;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}
legend {
	color: #000000;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	padding: 12px;
}
html.-moz-select {
	padding: 3px 5px
}
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover,
.gkShowCart a {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #fff;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.button::after {
	content: "2";
	font-family: 'aw-font';
	font-size: 45px;
	line-height: 38px;
	height: 38px;
	float: right;
	padding-left: 40px;
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.button.invert,
.gkShowCart a:hover {
	background: #f3bb20;
	border-color: #f3bb20;
	color: #fff;
}
.bigger-button,
.bigger-button:active,
.bigger-button:focus,
.bigger-button:hover {
	font-weight: 500!important;
	height: 42px!important;
	line-height: 43px!important;
	margin: 30px 0!important;
	padding: 0 16px!important;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}
select[size] {
	font-size: 12px;
	height: auto
}
select[size="1"] {
	height: 39px;
	line-height: 39px;
}
.invalid {
	border: 1px solid #e25527!important;
	color: #000
}
label {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	padding: 0 6px 0 0;
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}
fieldset.filters > div > label { margin-top: 6px; }
section article { margin-top: 20px; }
section > header {
	margin: 0 0 32px;
	padding: 0
}
section > header div p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase
}
section img {
	display: block;
	height: auto;
	max-width: 100%;
}
section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}
section.categories-list ul ul { }
section.categories-list ul ul li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 3px solid #000000;
	padding-left: 16px
}
section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border-bottom: none;
	border-top: none
}
section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #eee;
	clear: both;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0
}
section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0
}
section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
	float: right;
	font-size: 11px;
	margin: 0
}
section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt { float: left }
section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
	float: left;
	font-weight: 700;
	margin-left: 5px
}
section.category .children h3,
section.blog .children h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0
}
.filters .display-limit select {
	display: inline!important;
	float: none
}
table {
	margin-bottom: 20px;
	width: 100%
}
th {
	background: #000000;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
th a { color: #fff!important; }
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p {
	margin: .5em 0
}
section.login .login-fields {
	padding-bottom: 16px
}
section.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px
}
section.login ul {
	font-size: 11px;
	margin-top: 40px
}
.profile dl {
	margin: 32px 0;
}
.profile dt {
	clear: both;
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 400;
	min-width: 200px;
}
.contact-image {
	padding: 52px 0 24px;
}
.contact-form dl {
	float: left;
	width: 50%;
}
.contact-form legend {
	color: #999;
	font-size: 12px;
	margin: 0 0 24px;
}
.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0 0;
}
.contact-form input {
	margin: 6px 0 0;
	width: 80%
}
.contact-form textarea {
	height: 202px;
	width: 100%;
}
dt.inline,
dd.inline {
	display: inline-block!important;
	float: left!important;
	margin: 12px 0 0;
	width: auto!important
}
.contact h3 {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 32px;
	padding: 52px 0 16px;
}
.jicons-text {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
}
.contact-address,
.contact-contactinfo {
	float: left;
	margin: 0 92px 32px 0
}
.contact-contactinfo div {
	float: left;
	margin: 0 52px 0 0
}
.contact-miscinfo {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 72px 0 0;
	padding: 24px 0 0;
}
#jform_contact_email_copy { margin-left: 10px }
section.newsfeed > ol { list-style: none }
section.newsfeed > ol > li {
	border-top: 1px solid #e5e5e5;
	padding: 24px 0 0
}
section.newsfeed > ol > li > a { font-size: 42px }
section.contentpane iframe {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
	box-sizing: border-box
}
.tip-wrap {
	z-index: 1;
}
#system-message {
	margin: 0;
	position: relative;
}
#system-message a.close,
#system-message h4.alert-heading {
	display: none;
}
#system-message p { margin: 0; padding:  0; text-align: center; font-size: 14px}
#system-message dd ul { list-style: none!important }
#system-message dd ul,
#system-message dd ul li { line-height: 1; }
#system-message dd,
#system-message .alert {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #080808;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	min-height: 24px;
	padding: 12px 10px;
	text-align: center;
}
#system-message dd.error,
#system-message .alert-error {
	background: #000000;
	color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
	background: #ffde00;
	color: #080808;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
/* Menu suffix */
.box ul.menu ul {
	margin: 0 0 32px 0
}
.box ul.menu li {
	border: none
}
.box ul.menu li li {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 6px;
}
.box ul.menu li li a {
	margin: 0 0 0 6px
}
.box .menu .header + .content ul li:first-child {
	border-top: none;
}
.menu li a {
	color: #000000;
	display: inline-block;
	padding: 6px 0;
}
.box ul.menu li li:before {
	content: "→";
	padding-right: 4px;
}
.box ul.menu > li > a {
	font-weight: bold;
}
.box .menu li li a {
	color: #000000;
	font-weight: normal
}
.box .menu li strong {
	display: block;
}
/* Languages */
#gkLang {
    float: right;
    margin: 50px 30px 0;
}
#gkLang .gkPage {
    padding: 0;
}
div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px
}
div.mod-languages { text-align: center }
div.mod-languages p { margin-bottom: .5em }
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: inline-block;
	float: left
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	font-size: 13px;
	line-height: 34px;
	margin: 0
}
div.mod-languages ul.lang-inline li::after {
	content: "|";
	margin: -1px 0 0;
	position: relative;
	display: block;
	float: left;
	padding: 0;
	width: 16px;
	text-align: center;
	color: #9a9a9a;
	font-size: 18px;
}
div.mod-languages ul.lang-inline li:last-child:after {
	display:none;
}
div.mod-languages ul.lang-inline li a {
    color: #9a9a9a;
    font-size: 16px;
	float:left;
}
div.mod-languages ul.lang-inline li.lang-active a {
	color: #000;
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt { display: none }
fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders { margin-bottom: 50px; }
section article:first-child,
section.blog .items-more ol { margin-top: 0 }
.filters .display-limit,
ul.pagenav .pagenav-next { float: right }
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption { float: none!important }
/* page links */
div.articleContent div.content-links ul li {
	background: none !important;
	padding-left: 0 !important;
}
/*----------*/
/* MENU.CSS */
/*----------*/
/* Base for all menus */
#gkMainMenu {
	float: left;
	margin: 60px 0 0 100px;
	padding: 0;
	width: auto;
}
#gkMainMenu .gkMenu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	position: relative;
	text-align: center;
}
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkmenu.level0 {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
	max-width: 760px;
    width: 100%;
}
.gkMenu > ul > li {
	clear: none!important;
	display: inline-block;
	font-size: 14px;
	text-align: left;
}
.gkMenu > ul > li:first-child {
	display: none;
}
.gkMenu > ul > li > a {
	color: #9a9a9a;
	display: block;
	float: left;
	font-weight: 400;
	font-size:16px;
	position: relative;
	text-transform:uppercase;
	line-height: 0.8;
	margin:0 50px 0 0;
	transition:0.3s ease 0s;
}
.gkMenu > ul > li.active > a,
.gkMenu > ul > li > a:hover {
	color: #000;
}
/* main menu CSS */
.gkMenu > ul > li > a,
.gkMenu > ul > li > a:after {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu ul ul {
	padding: 12px 0 8px;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	 box-shadow: 6px 6px 6px rgba(0,0,0,0.2); 
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 0 20px;  
	text-align: left;
}
.gkMenu > ul li div.childcontent a:hover {
	color: #000000!important;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #777;	
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child  { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	display: block;
	padding: 7px 0; 
}
.gkMenu > ul li li div.childcontent small {
	color: #999;
	font-weight: 400;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent .header {
	color: #444;
	display: block;
	font-size: 12px;
	font-weight: 600!important;
	margin: 6px 0 0;
	padding: 0 20px;
	text-transform: uppercase
}
.gkMenu > ul li div.childcontent .header a {
	color: #444;
}
.gkMenu > ul li div.childcontent .header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}
/* hide mobile menu */
#gkMobileMenu {
	display: none;
}
/*-------------*/
/* TEMPATE.CSS */
/*-------------*/
/* Basic elements */
html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background: #fff;
	color: #000000;
	font-family: 'Arial';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 2000px;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
bodyWrapper {
	position: relative;
}
a {
	color: #000000;
	position: relative;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color: #9e9385;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 44px;
	font-weight: 500;
}
h2,
.componentheading {
	font-size: 42px;
}
h3 { font-size: 30px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p { margin: 15px 0 30px; }
iframe { max-width: 100%!important; }
/* Containers */
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto!important;
	padding: 0;
	width: 100%;
}
.gkSmallPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto!important;
	padding: 0;
	width: 100%;
	max-width:925px;
}
#gkHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #fff;
}
#gkHeaderMod {
	float: left;
	position: relative;
	width: 100%;
}
#gkHeaderTop {
	float:left;
	position: relative;
	width: 100%;
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
}
#gkHeaderTop > .gkPage {
	position: relative;
}
#gkHeaderNav {
	float: left;
	width: 100%;
}
#gkHeaderNav > div {
	position: relative;
	float: left;
	width: 100%;
}
#gkVerticalSpacer {
	width: 100%;
	float:left;
}
#gkBg {
	background: #fff;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent {
	width: 100%;
	float:left;
}
#gkMainbody {
	float: left;
	width: 100%;
}
/* Logo  */
div.logoContainer {
	display: block;
	float: left;
	margin: 10px 0 15px;
	position: relative;
	width: auto;
}
#gkLogo {
	float: left;
	margin: 0;
	padding: 0;
	text-shadow: none;
}
#gkLogo img,
#gkLogo svg {
	display: block;
	margin: 0;
	height: auto;
	width: auto;
	float:left;
}
/* Top menu */
#gkTopMenu {
	float: left;
}
#gkTopMenu li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 38px;
	margin: 0 14px 0 0;
	text-transform: uppercase;
}
#gkTopMenu a {
	color: #1a1d1f;
	padding: 0;
}
#gkTopMenu a:active,
#gkTopMenu a:focus,
#gkTopMenu a:hover {
	color: #000000;
}
/* Group modules */
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
	overflow: hidden;
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	padding: 0;
}
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 0;
	background-color:#000;
}
#gkFooterNav {
	margin: 0;
}
#gkFooterNav li {
	border: none;
	display: inline-block;
	float: none;
	line-height: 16px;
	margin: 0 8px!important;
	padding: 0;
	width: 100%;
}
/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}
#gkSidebar .box {
	padding: 32px;
}
#gkBottom1 > .box,
#gkBottom2 > .box,
#gkBottom3 > .box,
#gkBottom4 > .box,
#gkBottom5 > .box {
	margin: 0;
	padding: 0;
}
div.content {
	clear: both;
}
.box ul ul { margin-left: 20px; }
/* default suffix */
.box .header {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 32px 0;
	text-transform: uppercase;
}
#fancybox-overlay { z-index: 10002; }
.buttonContainer a {
	letter-spacing: 0.02em;
}
/* Category */
.itemListView,
.itemList,
#itemListLeading {
    float: left;
    position: relative;
    width: 100%;
}
.itemListCategoryTitle {
	float: left;
	font-size: 26px;
	font-weight: 700;
	padding: 30px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.catItemView.groupLeading {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.itemBlock {
	float: left;
    position: relative;
    width: 100%;
}
.catItemImage {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.itemListViewInner {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.itemListView #itemListLeading {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -70px;
    width: calc(100% + 140px);
}
.itemListView .itemContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 30px 70px 70px;
    position: relative;
    width: 33.33%;
}
.itemListView .catItemBody {
    float: left;
	position: relative;
	width: 100%;
}
.itemListView .catItemTitle {
    clear: both;
    float: left;
    font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
    margin: 20px 0 0;
	text-align: center;
    width: 100%;
}
.itemListView .catItemIntroText {
    float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
    position: relative;
	text-align: center;
    width: 100%;
}
.itemListView .catItemDateCreated {
	float: left;
	font-size: 12px;
	margin: 20px 0 -10px;
	text-align: center;
	width: 100%;
}
/* Item */
.itemView {
    float: left;
    position: relative;
    width: 100%;
}
.itemViewInner {
	float: left;
    position: relative;
    width: 100%;
}
.itemView h2.itemTitle {
    float: left;
    font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin: 30px 0 0;
	width: 100%;
}
.itemView .itemDateCreated {
	float: left;
	font-size: 12px;
	margin: 50px 0 -10px;
	position: relative;
	text-align: center;
	width: 100%;
}
.itemBody {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.itemImageBlock {
    float: left;
    position: relative;
    width: 100%;
}
.itemImage {
    float: left;
	margin: 0;
    width: 100%;
}
.itemImage img {
	display: block;
}
.itemIntroText {
    float: left;
    position: relative;
    width: 100%;
}
.itemIntroText p {
	margin: 0;
}
.itemFullText {
    float: left;
    position: relative;
    width: 100%;
}
.itemFullText .subtitle {
    display: block;
    font-size: 21px;
    padding: 20px 0 0;
}
.itemHeader {
    float: left;
    width: 100%;
}
/* Default ItemView */
.default.itemView .itemFullText {
	margin: 80px 0 0;
}
.default.itemView .itemFullTextInner {
	float: none;
	font-size: 18px;
	line-height: 2.1;
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

/* Search */
#gkSearchBtn {
	float: right;
	width: auto;
	margin-top: 50px;
}
#gkSearchBtn img,
#gkSearchBtn svg {
	float:right;
	width:auto;
	cursor:pointer;
}
#gkSearch {
	top:0;
	left:0;
	opacity:0;
	position:fixed;
	visibility:hidden;
	background-color: #fff;
	z-index: 30;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}
#gkSearch.active {
	opacity: 1;
	visibility: visible;
}
#gkSearch .search {
	width:96%;
	max-width:1160px;
}
#gkSearch .search_button {
	float: left;
	width: auto;
	margin-right: 40px;
	margin-top: 48px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}
#gkSearch .intro {
	float: left;
	width: calc(100% - 85px);
	font-size: 14px;
	color: #a6cdcd;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}
#gkSearch .inputbox {
	float: left;
	width: calc(100% - 85px);
	border:none;
	border-bottom: 2px solid #e2e2e2;
	line-height:94px;
	height:94px;
	padding:0;
	margin:0;
	font-weight:500;
	font-size:56px;	
	color:#e2e2e2;
}
#gkSearch .inputbox:-webkit-input-placeholder {
	color:#e2e2e2;
     opacity: 1 !important;
}
#gkSearch .inputbox:-moz-placeholder {
	color:#e2e2e2;
     opacity: 1 !important;
}
#gkSearch .inputbox::-moz-placeholder {
	color:#e2e2e2;
     opacity: 1 !important;
}
#gkSearch .inputbox:-ms-input-placeholder {
	color:#e2e2e2;
     opacity: 1 !important;
}
#gkSearch .close {
	position: absolute;
	right: 70px;
	top: 50px;
	cursor:pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}
#gkMainbody .search {
	float: left;
	width: 100%;
	padding: 80px 0;
	background-color: #f8f8f8;
}
#gkMainbody .search .searchintro {
	float: left;
	width: auto;
	line-height: 1.2;
	margin: -5px 0 20px;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Tinos';
}
#gkMainbody .search dt {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
#gkMainbody .search dt a:hover {
	color:#f3bb20;
}

/* Top Slider */
#gkTopSlider {
	float: left;
	width: 100%;
	position:relative;
}
.top_slider .images,
.top_slider .images .image {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.top_slider .images .image {
	opacity:0;
	transition:all 0.3s linear 0s;
}
.top_slider .images .image.active {
	opacity:1;
}
.top_slider .content {
	float: left;
	width: 100%;
	position: relative;
	padding:280px 0 245px;
}
.top_slider .title {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 62px;
	line-height: 1;
	padding:0 15px 70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.top_slider .text {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	padding:0 15px 80px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.top_slider .button {
	float:none;
	margin:0 auto;
	display:table;
}

/* Footer */
.mod_contact_details {
	float: left;
	width: calc(50% - 12px);
}
.mod_contact_details h6 {
	font-weight: 700;
	font-size: 18px;
	color: #f8f8f8;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 25px;
}
.mod_contact_details .contact_details span,
.mod_contact_details .contact_details a {
	color:#a7a7a7;
	font-size:16px;
}
.mod_contact_details .contact_details > span {
	float: left;
	clear: left;
	padding: 4px 0;
}
.mod_contact_details .contact_details > div {
	float: left;
	clear: left;
}
.mod_contact_details .contact_details > div div {
	float: left;
	width:auto;
}
.mod_contact_details .contact_details > div > a,
.mod_contact_details .contact_details > div > span,
.mod_contact_details .contact_details > div > div > a,
.mod_contact_details .contact_details > div > div > span {
	float: left;
	width:auto;
	padding: 4px 0;
}
.mod_contact_details .contact_details .email2 {
	clear:left;
}
.mod_contact_details .contact_details a:hover,
.mod_contact_details .contact_details a:hover span {
	color:#fff;
}
.mod_map {
	float: right;
	width: calc(50% - 12px);
}
.mod_socials {
	float: left;
	width: calc(50% - 12px);
	margin-top: 10px;
}
.mod_socials .intro,
.mod_socials .intro * {
	float:left;
	width:auto
}
.mod_socials .socials {
	float:right;
	width:auto;
	margin-top: 24px;
}
.mod_socials .socials a {
	float:left;
	margin-left:20px;
}
.mod_socials .socials a .fa {
	background-color:#a7a7a7;
	float:left;
	border-radius:50%;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
}
.mod_socials .socials a:hover .fa {
	color:#000;
	background-color:#fff;
}
/* Copyrights */
#gkCopyrights {
	float: left;
	width: 100%;
	border-top: 1px solid #a7a7a7;
	margin-top: 20px;
	padding:20px 0;
}
#gkCopyrights .copyright {
	line-height: 1;
	color: #a7a7a7;
	font-size: 12px;
}
#gkCopyrights .developed_design a {
	float: left;
	width: auto;
	line-height: 1;
	color: #a7a7a7;
	font-size: 12px;
}
#gkCopyrights .developed_design a {
	padding-left: 15px;
}
#gkCopyrights .developed_design a:hover {
	color:#fff;
}


/* Article */
.item_page,
.category_page {
	float:left;
	width:100%;
}
.item_page .top_images,
.category_page .top_images {
	float: left;
	width: 100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	position:relative;
}
.item_page .top_images .image_full {
	float:left;
	width:100%;
	overflow: hidden;
}
.item_page .top_images .image_left,
.category_page .top_images .image_left {
	float:left;
	width:calc(59% - 12px);
}
.item_page .top_images .image_full img, 
.item_page .top_images .image_left img,
.category_page .top_images .image_left img {
	width:100%;
	float:left;
	pointer-events:none;
}
.item_page .top_images .image_right,
.category_page .top_images .image_right {
	float:left;
	width:calc(41% - 12px);
	background-size:cover;
	background-position:center center;
}
.item_page .top_images .arrow {
	font-family: 'aw-font';
	color: #fff;
	position: absolute;
	left: calc(50% - 22px);
	bottom: 50px;
	font-size: 45px;
	line-height: 45px;
	transform: rotate(90deg);
	
}
.item_page .main_content {
	width:100%;
	float:left;
	padding:80px 0;
}
.item_page.who_we_are .texts {
	float: left;
	width: 50%;
	padding-right: 24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.item_page.default .texts {
	float: left;
	width: 100%;
}
.item_page .inside_image {
	float:left;
	width:50%;
}
.item_page .inside_image img {
	float:left;
	width:100%;
	margin-top:24px;
}
.item_page .inside_image img:first-child {
	margin-top:0;
}
.item_page.default .title {
	float: left;
    width: 100%;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    font-size: 62px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0;
    top: 50%;
    transform: translateY(-50%);
}
.item_page.who_we_are .title,
.category_page .title {
	float: left;
	width: auto;
	line-height: 1.2;
	margin: -5px 0 20px;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Tinos';
}
.item_page .full_text,
.category_page .description {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #9a9a9a;
}
.item_page .full_text p,
.category_page .description p {
	margin:20px 0 0;
	float:left;
	width:100%
}
.item_page.default .full_text p {
	margin:20px 0 0;
	float:left;
	width:100%;
	color:#000000;
	text-align:center;
}
.item_page.default .full_text p:first-child {
	margin:0;
}
.item_page .full_text ul {
	float:left;
	width:100%;
	margin:20px 0 0;
}
.item_page .full_text ul li:before {
	content: '-';
	padding-right: 5px;
}
.item_page .full_text ul li {
	padding-bottom: 5px;
}
.item_page .our_team {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
.item_page .our_team .images {
	float:left;
	width:50%;
	display:flex;
	display:-webkit-flex;
}
.item_page .our_team .images .image {
	width: calc(100% / 3);
	background-size: cover;
	background-position: center;
}
.item_page .our_team .texts {
	float:right;
	width:50%;
	padding:44px 10%;
	background-color:#a6cdcd;
}
.item_page .our_team .texts .text {
	float:left;
	width:100%;
}
.item_page .our_team .texts .text p {
	margin:20px 0 0;
	float:left;
	width:100%;
	color:#fff;
}
.item_page .sector {
	float: left;
	width: 100%;
	margin-bottom:80px;
}
.item_page .before_after .image_container {
	float:left;
	width:100%;
	position:relative;
}
.item_page .before_after .slider .owl-prev {
	transform:rotate(180deg);
}
.item_page .before_after .slider .owl-prev, 
.item_page .before_after .slider .owl-next {
	background-color: #000;
	color:#fff;
	font-family: 'aw-font';
	font-size: 45px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	width: 85px;
	line-height:40px;
	text-align:center;
}
.item_page .before_after .slider .owl-prev:hover, 
.item_page .before_after .slider .owl-next:hover {
	background-color: #f3bb20;
}
.item_page .before_after .before img,
.item_page .before_after .after img {
	float:left;
	width:100%;
	position:relative;
}
.item_page .before_after .before::after {
	content: '';
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	right: -11px;
	top: calc(50% - 46px);
	background-color: #fff;
	transform: rotate(45deg);
	z-index: 2;
	transform-origin: center center;
}
.item_page .before_after .label {
	float:left;
	width:100%;
	margin-top:35px;
	text-align:center;
	color:#a6cdcd;
	font-size:22px;
	font-weight:bold;
	font-family:"Tinos";
	line-height:1;
}
.item_page .sector .block_title {
	float: left;
	width: 100%;
	text-align:center;
	line-height: 1.2;
	margin: 25px 0 20px;
	font-size: 42px;
	font-weight: 700;
	font-family:"Tinos";
}
.item_page .sector .block_text {
	float: left;
	width: 100%;
	padding-bottom:40px;
}
.item_page .sector .block_text p {
	margin:20px 0 0;
	float:left;
	width:100%;
	text-align:center;
}
.item_page .sector {
	float:left;
	width:100%;
}
.item_page .sector .full_image,
.item_page .sector .full_image  img {
	float:left;
	width:100%;
	position:relative;
	pointer-events:none;
}
.item_page .sector .full_image {
	margin-bottom:50px;
}
.item_page .sector .full_image:after {
	content:"2";
	font-family: 'aw-font';
	color: #000;
	position: absolute;
	left: calc(50% - 43px);
	bottom: -30px;
	font-size: 45px;
	line-height:116px;
	transform: rotate(90deg);
	background-color:#fff;
	width:86px;
	height:116px;
	text-align:center;
}
.item_page .sector .blue {
	float:left;
	width:100%;
	background-color:#a6cdcd;
	position:relative;
}
.item_page .sector .blue:after {
	content:"";
	background-color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	height:45%;
}
.item_page .sector3 .left {
	float:left;
	width:calc(50% - 12px);
	z-index: 2;
	position: relative;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.item_page .sector3 .container {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 80px;
	border-bottom: 1px solid #a6cdcd;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}
.item_page .sector3 .right {
	float:right;
	width:calc(50% - 12px);
	z-index: 2;
	position: relative;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.item_page .sector3 .block_title {
	color:#fff;
	text-align:left;
	margin-top:65px;
}
.item_page .sector3 .block_text p {
	color:#fff;
	text-align:left;
}
.item_page .sector3 .block_image {
	align-self:flex-end;
	margin-top:auto;
}
.item_page .sector .half_blue .images {
	float:left;
	width:100%;
	padding-bottom:80px;
	border-bottom:1px solid #a6cdcd;
}
.item_page .sector3 .block_video {
	align-self:flex-end;
	margin-top:auto;
	width:100%;
}

.item_page .sector4 {
	margin-bottom:0;
}
.item_page .sector4 .block_title {
	margin-top:0;
}
.item_page .sector4 .block_text {
	margin-bottom:40px;
	float: left;
	width: 100%;
}
.item_page .sector4 .slider {
	margin-bottom: -1px;
}
.item_page .sector4 .slider img {
	margin-bottom:-1px;
}
.item_page .sector4 .slider .owl-prev {
	transform:rotate(180deg);
}
.item_page .sector4 .slider .owl-prev, 
.item_page .sector4 .slider .owl-next {
	background-color: #000;
	color:#fff;
	font-family: 'aw-font';
	font-size: 45px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	width: 85px;
	line-height:40px;
	text-align:center;
}
.item_page .sector4 .slider .owl-prev:hover, 
.item_page .sector4 .slider .owl-next:hover {
	background-color: #f3bb20;
}
.category_page .main_content {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.category_page .category_articles {
	float: left;
	width: 100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.category_page .category_content {
	float: left;
	width: calc(50% - 12px);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.category_page .description {
	float: left;
	width: 100%;
}
.category_page .image {
	float:left;
	width:100%;
	margin-top:40px;
}
.category_page .articles {
	float:right;
	width:calc(50% - 12px);
	background-color:#f8f8f8;
	padding:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.category_page .articles .article {
	display:flex;
	display:-webkit-flex;
	align-items:center;
	margin-bottom:40px;
}
.category_page .articles .article:nth-child(2n+1) {
	clear:left;
	float:left;
	width:calc(50% - 12px);
}
.category_page .articles .article:nth-child(2n) {
	float:right;
	width:calc(50% - 12px);
}
.category_page .articles .article:last-child,
.category_page .articles .article:nth-last-child(2) {
	margin-bottom:0;
}
.category_page .articles .article .article_image {
	float:left;
	width:50%;
}
.category_page .articles .article .article_image img {
	float:left;
	width:100%;
}
.category_page .articles .article .article_content {
	float:left;
	width:50%;
	padding-left:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.category_page .articles .article .article_content .article_title {
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 5px;
}
.category_page .articles .article .article_content .button {
	background-color:transparent;
	border-color:transparent;
	padding:0;
	height:20px;
	line-height:18px;
}
.category_page .articles .article .article_content .button:after {
	padding:0;
	color:#000000;
	transition:0.3s ease 0s;
	height:20px;
	line-height:18px;
}
.category_page .articles .article .article_content .button:hover:after {
	color:#f3bb20;
}


/* Calendar */
#gkMainbodyBottom {
	float: left;
	width: 100%;
}
#gkMainbodyBottom .box {
	float: left;
	width: 100%;
	position:relative;
}
#gkMainbodyBottom .box.secondary:before {
	content: "";
	float: none;
	width: 100%;
	border-top: 2px solid #a6cdcd;
	display: table;
	margin: 0 auto;
	max-width: 1400px;
	background-color: transparent;
	margin-bottom: -2px;
	z-index: 1;
	position: relative;
}
.calendar {
	float:left;
	width:100%;
}
.calendar.grey {
	padding:80px 0;
	background-color:#e2e2e2;
}
.calendar.blue {
	padding:0 0 80px;
	background-color:#fff;
}
.calendar .title {
	float:left;
	width:50%;
	font-size:42px;
	font-weight:700;
	font-family:'Tinos';
	line-height:1.2;
}
.calendar.blue .title_area {
	padding:80px 0 20px;
	background-color:#a6cdcd;
}
.calendar .rows {
	width:100%;
	float:left;
}
.calendar .row {
	width:100%;
	float:left;
	margin-top:60px;
}
.calendar .row .left {
	width:calc(50% - 12px);
	float:left;
}
.calendar .row .right {
	width:calc(50% - 12px);
	float:right;
}
.calendar .row .right .subtitle {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.calendar.blue .row .right .text {
	color:#9a9a9a;
}
.calendar .row .year {
	float:left;
	font-size:26px;
	font-weight:700;
}
.calendar .row .who {
	float:right;
	text-align:right;
	font-weight:500;
	color:#9a9a9a;
}
.calendar .slider {
	margin-top:-80px;
	margin-bottom: 80px;
}
.calendar .slider img {
	margin-bottom:-1px;
}
.calendar .slider .owl-prev {
	transform:rotate(180deg);
}
.calendar .slider .owl-prev, 
.calendar .slider .owl-next {
	background-color: #000;
	color:#fff;
	font-family: 'aw-font';
	font-size: 45px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	width: 85px;
	line-height:40px;
	text-align:center;
}
.calendar .slider .owl-prev:hover, 
.calendar .slider .owl-next:hover {
	background-color: #f3bb20;
}



/* Menu Level 2 */
.mod_level2_menu {
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	border-bottom: 1px solid #e2e2e2;
}
.mod_level2_menu .menuItem {
	border-right: 1px solid #e2e2e2;
	flex-grow: 1;
	flex-basis: 100%;
}
.mod_level2_menu .menuItem:last-item {
	border-right:none;
}
.mod_level2_menu .menuItem a {
	width: 100%;
	text-align: center;
	float: left;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
	height: 100%;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	transition:all 0.3s ease 0s;
}
.mod_level2_menu .menuItem.current a,
.mod_level2_menu .menuItem.active a,
.mod_level2_menu .menuItem:hover a {
	background-color:#f3bb20;
	color:#fff;
}
.mod_level3_menu {
	margin:0 auto;
	display:table;
	float:none;
}
.mod_level3_menu .menuItem {
	float:left;
	width:auto;
}
.mod_level3_menu .menuItem a {
	font-size: 14px;
	color: #9a9a9a;
	margin: 0 20px;
	float: left;
	line-height: 60px;
	text-transform: uppercase;
}
.mod_level3_menu .menuItem.current a,
.mod_level3_menu .menuItem:hover a {
	color:#f3bb20;
}

/* Home Page */
.home_page .sector {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.home_page .title {
	color:#000;
	font-size:35px;
	font-family:'Tinos';
	font-weight:700;
	line-height:1;
	margin-bottom:40px;
}
.home_page .sector1 {
	background-color: #a6cdcd;
}
.home_page .sector1 .title {
	width:100%;
	text-align:center;
}
.home_page .sector1 .text {
	width:100%;
	text-align:center;
	color:#fff;
}
.home_page .sector2 .row1 {
	float: left;
	width: 100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	align-items:flex-end;
	-webkit-align-items:flex-end;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.home_page .sector2 .texts {
	float: left;
	width: auto;
}
.home_page .sector2 li {
	color:#9a9a9a;
	line-height: 1.55;
}
.home_page .sector2 li a {
	color:#9a9a9a;
	line-height: 1.55;
}
.home_page .sector2 li a:hover {
	color:#000;
}
.home_page .sector2 li:before {
	content:'-';
	padding-right:5px;
}
.home_page .sector2 .images1 {
	float: right;
	width: auto;
	display:flex;
	display:-webkit-flex;
	align-items:flex-end;
	-webkit-align-items:flex-end;
}
.home_page .sector2 .images1 .image{
	float: left;
	width: auto;
	margin-right:20px;
}
.home_page .sector2 .images2 {
	margin-top:20px;
	float: left;
	width: auto;
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	max-width:100%;
}
.home_page .sector2 .images2 .image {
	float: left;
	width: auto;
	margin-left:20px;
}
.home_page .sector2 .images1 .image:last-child {
	margin-right:0;
}
.home_page .sector2 .images2 .image:first-child {
	margin-left:0;
}
.home_page .sector2 .button {
	margin-top:20px;
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.home_page .sector2 .button:hover {
	border-color: #f3bb20;
	background-color: #f3bb20;
}
.home_page .sector3 {
	background-color: #f8f8f8;
	position:relative;
}
.home_page #Services {
	position:absolute;
	left:0;
	top:-80px;
}
.home_page .sector3 .text {
	max-width: 66%;
}
.home_page .sector3 .items {
	float:left;
	width:calc(100% + 24px);
	margin-left:-12px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.home_page .sector3 .items .item {
	float:left;
	width:calc((100% / 3) - 24px);
	margin:80px 12px 0;
}
.home_page .sector3 .items .item:first-child,
.home_page .sector3 .items .item:last-child {
	width:calc((100% / 1.5) - 24px);
}
.home_page .sector3 .items .item img {
	margin-bottom:24px;
}
.home_page .sector3 .items .item .row2 {
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.home_page .sector3 .items .item .item_title {
	float:left;
	width:calc(100% - 90px);
	font-size:18px;
	line-height: 20px;
}
.home_page .sector3 .items .item .item_title:hover {
	color:#9a9a9a; 
}
.home_page .sector3 .items .item .button:after {
	padding-left:0;
}
.home_page .sector3 .items .item .button {
	float:right;
	width:auto;
	border-color: #000;
	background-color: #000;
	color: #fff;
	align-self: flex-start;
	-webkit-align-self: flex-start;
}
.home_page .sector3 .items .item .button:hover {
	border-color: #f3bb20;
	background-color: #f3bb20;
}

/* Contact Page */
.contact_page #gkPageContent {
	width: 100%;
	float: left;
	padding: 80px 0 245px;
	background-color:#a6cdcd;
	background-image:url('../../../images/template/contact_page.jpg');
	background-size:contain;
	background-position:bottom;
	background-repeat: no-repeat;
}
.contact_page #gkContentWrap {
	width: 100%;
	max-width:930px;
	display: table;
	margin: 0 auto;
	background-color: #fff;
	padding:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#ContactForm h2 {
	color:#000;
	font-size:42px;
	font-family:'Tinos';
	font-weight:700;
	line-height:1;
	margin-bottom:30px;
}
#ContactForm .intro {
	float:left;
	width:100%;
	color:#9a9a9a;
}
#ContactForm .formContainer {
	float:left;
	width:100%;
}
#ContactForm .formContainer .left {
	float:left;
	width:calc((100% / 3) - 12px);
}
#ContactForm .formContainer .right {
	float:right;
	width:calc((100% / 1.5) - 12px);
}
#ContactForm .formContainer .full {
	float:left;
	width:100%;
}
#ContactForm .formContainer .rsform-block {
	float:left;
	width:100%;
}
#ContactForm .formContainer .formControlLabel {
	font-size:14px;
	line-height:1;
	padding:32px 0 20px;
}
#ContactForm .formContainer .formControls,
#ContactForm .formContainer .formControls .formBody {
	float:left;
	width:100%;
}
#ContactForm .formContainer input[type="text"] {
	float:left;
	width:100%;
	padding:0 10px !important;
	height:40px;
	line-height:36px;
	border:2px solid #e2e2e2;
}
#ContactForm .grecaptcha-badge {
	display: none;
}
#ContactForm .formContainer textarea {
	resize:none;
	float:left;
	width:100%;
	padding:10px !important;
	height:252px;
	line-height:36px;
	border:2px solid #e2e2e2;
}
#ContactForm .formContainer button {
	margin-top:36px;
	background-color:#000;
	border-color:#000;
	color:#fff;
}
#ContactForm .formContainer button:hover {
	background-color:#f3bb20;
	border-color:#f3bb20;
	color:#fff;
}
#gkMainbodyAfter {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:flex-end;
}
#gkMainbodyAfterLeft,
#gkMainbodyAfterRight {
	width:calc(50% - 12px);
}
#gkMainbodyAfterLeft .mod_contact_details,
#gkMainbodyAfterRight .mod_map {
	float: left;
	width: 100%;
}
#gkMainbodyAfterLeft .mod_contact_details .company {
	font-weight: 600;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	line-height: 1;
	font-family:'Open Sans';
}
#gkMainbodyAfterLeft .mod_contact_details .contact_details span,
#gkMainbodyAfterLeft .mod_contact_details .contact_details a {
	padding: 0;
	color: #000;
	line-height:1.7;
}
#gkMainbodyAfterLeft .mod_socials {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#gkMainbodyAfterLeft .mod_socials .socials {
	float: left;
	width: auto;
	margin-top: 0;
}
#gkMainbodyAfterLeft .mod_socials .socials a {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
#gkMainbodyAfterLeft .mod_socials .socials a .fa {
	background-color: #000;
	color:#fff;
}

/* System Messages */
#system-message-container {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#system-message-container #system-message .message {
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

@media screen and (max-width: 1650px) {
	.mod_level3_menu .menuItem a {
		margin: 0 10px;
	}
}

@media screen and (max-width: 1500px) {
	.mod_level3_menu .menuItem a {
		font-size: 12px;
	}
	.mod_level2_menu .menuItem a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1440px) {
	.gkPage {
		padding: 0 20px;
		max-width: 100%;
	}
}
@media screen and (max-width: 1300px) {
	div#awMobileMenuToggler {
		display:block;
	}
	#gkMainMenu,
	#gkHeaderNav {
		display:none;
	}
	#gkHeaderTop {
		padding: 0 20px;
	}
	#gkLang {
		margin: 36px 30px 0;
	}
	#gkSearchBtn {
		margin-top: 40px;
	}
	.top_slider .content {
		padding: 165px 0;
	}
	.home_page .sector2 .images1 {
		max-width: calc(100% - 455px);
	}
	.category_page .category_content {
		width:calc(100% - 700px);
	}
	.category_page .articles {
		width:680px;
	}
	.item_page .our_team {
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	.item_page .our_team .texts {
		width: 100%;
		order: 1;
		padding:40px 20px;
	}
	.item_page .our_team .images {
		width: 100%;
		order: 2;
		display:block
	}
	.item_page .our_team .images .image {
		padding-top: 40%;
		float: left;
	}
}
@media screen and (max-width: 1100px) {
	.home_page .sector3 .items .item {
		margin: 40px 12px 0;
	}
	.category_page .category_articles {
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	.category_page .category_content,
	.category_page .articles {
		width:100%;
	}
	.category_page .image {
		display: none;
	}
	.category_page .articles { 
		margin-top:40px;
	}
	.category_page .articles .article .article_image {
		float: left;
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.home_page .title,
	.category_page .title,
	.item_page.default .title,
	.item_page .sector .block_title,
	.item_page.who_we_are .title,
	.calendar .title,
	#ContactForm h2 {
		font-size: 30px;
	}
	.calendar .row .year,
	.calendar .row .right .subtitle {
		font-size: 20px;
	}
	.home_page .sector2 .images1 {
		max-width: calc(100% - 380px);
	}
	.contact_page #gkPageContent {
		padding: 0 0 28%;
	}
	.contact_page #gkContentWrap {
		max-width:100%;
	}
	.contact_page #gkMainbodyAfter {
		display:none;
	}
}
@media screen and (max-width: 965px) {
	.gkSmallPage {
		padding: 0 20px;
		max-width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.home_page .sector2 .images1 .image:first-child {
		display:none;
	}
	.home_page .sector3 .items .item .item_title {
		width: 100%;
	}
	.home_page .sector3 .items .item .button {
		display: none;
	}
	.home_page .sector3 .text {
		max-width: 100%;
	}
	#gkFooterNav .mod_contact_details,
	#gkFooterNav .mod_map,
	#gkFooterNav .mod_socials {
		float: left;
		width: 100%;
	}
	#gkFooterNav .mod_map {
		margin:10px 0;
	}
}
@media screen and (max-width: 800px) {
	.top_slider .content {
		padding: 85px 0;
	}
	.top_slider .title {
		font-size: 50px;
		padding: 0 15px 40px;
	}
	.top_slider .text {
		padding: 0 15px 50px;
	}
	.home_page .title {
		font-size: 25px;
	}
	.category_page .main_content,
	.item_page .main_content {
		padding: 40px 0;
	}
	.item_page .sector {
		margin-bottom: 40px;
	}
	.item_page .sector .full_image::after {
		display:none;
	}
	.item_page .sector .full_image {
		margin-bottom: 20px;
	}
	.item_page .sector3 .block_title {
		margin-top: 40px;
	}
	.item_page .sector .blue,
	.item_page .sector .half_blue .images {
		padding-bottom: 40px;
	}
	.item_page .sector3 .container {
		padding-bottom: 40px;
	}
	.item_page .sector .blue::after {
		height: 30%;
	}
	.item_page .sector3,
	.item_page .sector4,
	.item_page .sector4 .block_text {
		margin-bottom: 0;
	}
	.calendar .slider {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 700px) {
	.home_page .sector2 .images1 .image:first-child {
		display:block;
		margin-right:0;
	}
	.home_page .sector2 .images1 .image:last-child {
		display:none;
	}
	.home_page .sector3 .items .item,
	.home_page .sector3 .items .item:first-child, 
	.home_page .sector3 .items .item:last-child {
		width: calc((100% / 2) - 24px);
	}
	.home_page .sector3 .items .item .image {
		height: 0;
		padding-top: 100%;
		margin-bottom: 24px;
		background-size: cover;
		background-position: center;
	}
	.home_page .sector3 .items .item img {
		display:none;
	}
	.category_page .articles .article:nth-child(2n),
	.category_page .articles .article:nth-child(2n+1) {
		width: 100%;
	} 
	.category_page .articles .article,
	.category_page .articles .article:nth-last-child(2) {
		margin-bottom: 20px;
	}
	.item_page .top_images .arrow {
		display:none;
	}
	.item_page.default .title {
		top: 50%;
		padding: 0 20px 0;
		transform: translateY(-50%);
	}
	.item_page .top_images .image_full img {
		width: 200%;
		float: left;
		pointer-events: none;
		max-width: 150%;
		margin-left: -25%;
	}
	.item_page.who_we_are .texts {
		width: 100%;
		padding-right: 0;
		padding-bottom:24px;
	}
	.item_page .inside_image {
		width: 100%;
	}
	.calendar .title {
		width:100%;
	}
	.calendar .row .left {
		width: calc(30% - 12px);
	}
	.calendar .row .right {
		width: calc(70% - 12px);
	}
	.calendar .row .who {
		float: left;
		clear: left;
		text-align:left;
	}
	#ContactForm .formContainer .left {
		float: left;
		width: 100%;
	}
	#ContactForm .formContainer .right {
		float: right;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.home_page .sector2 .texts {
		width: 100%;
		margin-bottom:20px;
	}
	.home_page .sector2 .images1 {
		max-width: 100%;
	}
	.home_page .sector2 .images1 .image:first-child {
		display:block;
		margin-right:10px;
	}
	.home_page .sector2 .images1 .image:last-child {
		display:block;
	}
	.home_page .sector1 .text,
	.home_page .sector3 .text,
	.home_page .sector2 li,
	.category_page .description,
	.item_page.default .full_text p,
	.item_page .sector4 .block_text,
	.item_page .full_text p, 
	.category_page .description p,
	.calendar .text {
		font-size: 15px;
	}
	.home_page .sector2 .images2 {
		margin-top: 10px;
	}
	.home_page .sector2 .images2 .image {
		margin-left: 10px;
	}
	.item_page .sector3 .container {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.item_page .sector3 .left,
	.item_page .sector3 .right {
		width:100%;
	}
	.item_page .sector .blue:after {
		height: 15%;
	}
	#gkSearch .inputbox {
		line-height: 50px;
		height: 50px;
		font-size: 30px;
	}
	#gkSearch .search_button {
		margin-top: 20px;
	}
}
@media screen and (max-width:570px){
	.developed_design a {
		padding-left: 0 !important;
		padding-top:15px;
	}
	#AW_developed {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction:column;
	}

}
@media screen and (max-width: 550px) {
	#gkCopyrights .developed_design {
		float: left;
		clear: left;
		margin-top: 10px;
	}
	#gkCopyrights .developed_design a.design {
		padding-left: 0;
	}
	.calendar .row .left {
		width: 100%;
		margin-bottom:10px;
	}
	.calendar .row .right {
		width: 100%;
	}
	.calendar .row .right .subtitle {
		width: 100%;
	}
	.contact_page #gkContentWrap {
		padding: 20px;
	}
	#ContactForm .formContainer .formControlLabel {
		padding: 20px 0 10px;
	}
}
@media screen and (max-width: 500px) {
	#gkLogo {
		max-width: 90px;
	}
	#gkLogo img, #gkLogo svg {
		width: 100%;
	}
	div#awMobileMenuToggler {
		top: 20px;
	}
	#gkSearchBtn {
		margin-top: 27px;
	}
	#gkLang {
		margin: 24px 20px 0;
	}
	div.accordeonck .menu {
		margin-top: 60px;
		max-height: calc(100vh - 80px);
	}
	.top_slider .content {
		padding: 85px 0;
	}
	.top_slider .title {
		font-size: 40px;
		padding: 0 15px 30px;
	}
	.top_slider .text {
		font-size: 18px;
		padding: 0 15px 40px;
	}
	.home_page .sector3 .items .item,
	.home_page .sector3 .items .item:first-child, 
	.home_page .sector3 .items .item:last-child {
		width: 100%;
	}
	.category_page .articles {
		margin-top: 20px;
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
	}
	.category_page .articles .article .article_image {
		float: left;
		width: 50%;
	}
	.item_page .top_images .image_left, 
	.category_page .top_images .image_left {
		width: calc(59% - 5px);
	}
	.item_page .top_images .image_right, .category_page .top_images .image_right {
		width: calc(41% - 5px);
	}
	#gkSearch .close {
		right: 80px;
		top: 30px;
	}
}
@media screen and (max-width: 400px) {
	#gkSearch .search_button {
		margin-right: 20px;
		width: 25px;
		margin-left: 12px;
	}
	#gkSearch .inputbox {
		line-height: 50px;
		height: 50px;
		font-size: 25px;
	}
}



























