/*---------------*/
/* 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.
 */
/*Custom CSS*/
html {
    background-color: #f2f2f2;
}

/* 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.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/**
 * 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).
 */

/**
 * 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,
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: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: #000000;
    border-color: #000000;
    color: #fff !important;
}

.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.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: 28px 0 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: 0;
}

div.mod-languages ul.lang-inline li:last-child:after {
    content: '';
}

.mod-languages ul li.lang-active {
    font-weight: 700
}

div.mod-languages ul.lang-inline li a {
    color: #000000;
}


/*languages*/
#gkTopMenu .mod-languages {
    float: left;
    position: relative;
    width: auto;
    margin: 0 15px 0 0;
}

#gkTopMenu .mod-languages ul {
    float: left;
    position: relative;
    width: 100%;
}

#gkTopMenu .mod-languages ul li {
    position: relative;
    color: #000;
    font-size: 14px;
    margin: 0;
}

#gkTopMenu .mod-languages ul li a {
    position: relative;
    color: #000;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#gkTopMenu .mod-languages ul li a:hover {
    font-weight: 700;

}

#accordeonck167 .mod-languages {
    display: none;
}

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: 4px 0 0;
    padding: 0;
    width: 100%;
}

#gkMainMenu:after {
    clear: both;
    content: "";
    display: table;
}

#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: #000;
    display: block;
    float: left;
    font-weight: 500;
    letter-spacing: 0.02em;
    position: relative;
}

/* 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 > li > a:hover,
.gkMenu > ul > li.active > a {
    color: #9e9385;
}

.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: 100vh;
    overflow-x: hidden;
    padding: 0;
    word-wrap: break-word;
    width: 100%;
}

.bodyWrapper {
    position: relative;
}

a {
    color: #000000;
    display: inline-block;
    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;
}

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 20px;
    width: 100%;
}

#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;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    width: 100%;
    margin-top: 197px;
}

#gkHeaderMod {
    float: left;
    position: relative;
    width: 100%;
}

#gkHeaderTop {
    background-color: #f2f2f2;
    border-top: 24px solid #ffff;
    float: left;
    left: 50%;
    max-width: 1955px;
    padding: 25px 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 48px);
    z-index: 10001;
}

#gkHeaderTop.scroll {
    padding: 20px 0;
}

#gkHeaderTop.scroll .gkHeaderWrapper .logo {
    width: 180px;
}
#gkHeaderTop.scroll .gkHeaderWrapper .logo.logoText {
    width: auto;
}

#gkHeaderTop > .gkPage {
    position: relative;
}

#gkHeaderNav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    max-width: 2000px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#gkPageWrap {
    margin: 0 auto;
}

#gkContent,
#gkPageContent {
    width: 100%;
    float: left;
    position: relative;
    margin-top:30px;
}

/* HEADER CUSTOM CSS */
.mainWrapper {
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 24px solid #fff;
    border-right: 24px solid #fff;
    float: left;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.topBorder {
    background-color: #fff;
    left: 50%;
    height: 24px;
    max-width: 2000px;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
}

.bottomBorder {
    background-color: #fff;
    bottom: 0;
    left: 50%;
    height: 24px;
    max-width: 2000px;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
}

.gkHeaderTop {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gkHeaderTop {
    float: left;
    position: relative;
    width: 100%;
    margin: 24px;
}

.gkHeaderWrapper {
    position: relative;
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.gkHeaderWrapper .logo {
    position: relative;
    float: left;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 240px;
}
.gkHeaderWrapper .logo.logoText {
    width: auto;
}

.gkHeaderWrapper .logo .custom {
    position: relative;
    float: left;
    width: 50px;
}

/*HOME PAGE AND PORTFOLIO PAGE*/
/* MOD AW HOME PAGE AND PORTFOLIO PAGE*/
.filters_container {
    float: left;
    position: relative;
    width: 100%;
}

.filterSwitch {
    float: left;
    position: relative;
    width: 100%;
}

.filters_container_inner {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    float: left;
    position: relative;
    width: 100%;
}

.portfolio_wrapper {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 510px;
    padding: 0 30px 0 0;
    width: calc(100% - 500px);
}

.portfolio_description {
    float: left;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.portfolio_description .title_page {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.portfolio_description .title_page h1 {
    color: #212121;
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 9.5px;
    margin-top: 0;
}

.portfolio_description .text_page {
    color: #898989;
    float: left;
    position: relative;
    width: 100%;
}

.portfolio_description .text_page p {
    margin-top: 0;
}

.tags_container {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    float: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 30px;
    position: relative;
    width: 500px;
}

.tags_container .tagDiv {
    display: inline-block;
    margin-right: 20px;
}

.tags_container .tag {
    color: #898989;
    float: left;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    position: relative;
    width: 100%;
}

.tags_container .tag.selected,
.tags_container .tag:hover {
    color: #000;
}

.tags_container .tag::after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.tags_container .tag.selected::after,
.tags_container .tag:hover::after {
    width: 100%;
}

.k2ItemsBlock {
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemListView {
    float: left;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

.portfolio.itemListView .itemListViewInner {
    float: left;
    position: relative;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.portfolio.itemListView #itemListLeading {
    float: left;
    width: 100%;
}

.portfolio.itemListView .itemContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px;
    position: relative;
    width: 33.33333%;
}

.portfolio.itemListView .catItemView {
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemListView .catItemImage {
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemListView .catItemImage a {
    display: block;
}

.portfolio.itemListView .catItemBody {
    float: left;
    position: absolute;
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    cursor: pointer;
    width: calc(100% - 30px);
}

.portfolio.itemListView .catItemBody:hover {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.portfolio.itemListView .catItemlikes {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 10;
}

.portfolio.itemListView .catItemlikes a {
    background-color: #000;
    background-clip: padding-box;
    display: block;
    position: relative;
    font-size: 18px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    width: 50px;
}

.portfolio.itemListView .catItemlikes a i {
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 100%;
}

.portfolio.itemListView .catItemInner {
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.portfolio.itemListView .catItemTitle {
    float: left;
    font-size: 22px;
    opacity: 0;
    -webkit-transition: opacity 0.20s ease 0s;
    -moz-transition: opacity 0.20s ease 0s;
    transition: opacity 0.20s ease 0s;
    width: 100%;
}

.portfolio.itemListView .catItemBody:hover .catItemTitle {
    -webkit-transition: opacity 0.25s ease 0.05s;
    -moz-transition: opacity 0.25s ease 0.05s;
    transition: opacity 0.25s ease 0.05s;
    opacity: 1;
}

.portfolio.itemListView .catItemTags {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.portfolio.itemListView .catItemTagWrapper {
    color: #898989;
    display: -webkit-flex;
    display: flex;
    float: left;
    margin: 0 4px 0 0;
    position: relative;
}

.portfolio.itemListView .catItemTag {
    color: #898989;
    display: inline-block;
    position: relative;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.portfolio.itemListView a.catItemTag:hover {
    color: #333;
}

.portfolio.itemListView a.catItemTag:after {
    background-color: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.portfolio.itemListView a.catItemTag:hover:after {
    width: 100%;
}

.portfolio.itemListView .catItemLink {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*PORTFOLIO PAGE ITEM VIEW*/
.portfolio.itemView {
    float: left;
    position: relative;
    margin: 10px 0 20px;
    width: 100%;
}

.portfolio.itemView .leftItemView {
    float: left;
    margin: 0 0 20px;
    width: 380px;
}

.portfolio.itemView .itemHeader {
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemTitle {
    color: #212121;
    font-size: 26px;
    -webkit-transition: margin 220ms linear;
    transition: margin 220ms linear;
    margin-bottom: 4px;
}

.portfolio.itemView .itemBody {
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemIntroText {
    color: #898989;
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemIntroText p {
    float: left;
    position: relative;
    margin: 0 0 25px;
    width: 100%;
}

.portfolio.itemView .itemFullText {
    color: #898989;
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemFullText p {
    float: left;
    line-height: 1.33333333;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemClientContainer {
    float: left;
    margin-top: 35px;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemClientHeading {
    color: #212121;
    float: left;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    margin-bottom: 6px;
    width: 100%;
}

.portfolio.itemView .itemClient {
    color: #898989;
    float: left;
    position: relative;
}

.portfolio.itemView .itemClient:after {
    background-color: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.portfolio.itemView .itemClient:hover {
    color: #333;
}

.portfolio.itemView .itemClient:hover:after {
    width: 100%;
}

.portfolio.itemView .itemLinks {
    float: left;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemTagsBlock {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.portfolio.itemView .itemTagsBlock span {
    color: #212121;
    float: left;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    margin-bottom: 6px;
    width: 100%;
}

.portfolio.itemView .itemTagsList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemTag {
    display: inline-block;
    float: left;
    margin: 0 0 3px;
    position: relative;
    width: 100%;
}

.portfolio.itemView .itemTag a {
    color: #898989;
    float: left;
    position: relative;
}

.portfolio.itemView .itemTag a:hover {
    color: #333;
}

.portfolio.itemView .itemTag a:after {
    background-color: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.portfolio.itemView .itemTag a:hover:after {
    width: 100%;
}

.portfolio.itemView .rightItemView {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 380px);
    padding-left: 90px;
}

.itemImageGallery {
    float: left;
    position: relative;
    width: 100%;
}

.sigProContainer.sigProClassic {
    float: left;
    position: relative;
    width: 100%;
}

.sigProThumb {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.sigProLink {
    float: left;
    position: relative;
    width: 100%;
}

.sigProLink img {
    float: left;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    top: 50px;
    width: 100%;
}

.sigProLink img.visible {
    opacity: 1;
    top: 0;
}

.sigProLink img.not-loaded {
    display: none;
}

.sigProPhotoTitle {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 15px;
    color: #fff;
    font-size: 16px;
    left: 15px;
    margin: 0;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 0;
}

.sigProThumb:hover .sigProPhotoTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}

/* TEAM */
/* MOD AW TEAM */
.moduleAwTeam {
    float: left;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner {
    float: left;
    position: relative;
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner .awDetailsWrapper {
    float: left;
    position: relative;
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner .awDetailsWrapper .awTeamTitle {
    float: left;
    position: relative;
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner .awDetailsWrapper .awTeamTitle .awTitleInner {
    float: left;
    position: relative;
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner .awDetailsWrapper .awTeamTitle .awTitleInner h2 {
    color: #212121;
    font-size: 26px;
    margin-top: 20px;
    position: relative;
}

.moduleAwTeam .awTeamBodyInner .awDetailsWrapper .awTeamText {
    float: left;
    position: relative;
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner .awDetailsWrapper .awTeamText .awTeamTextInner {
    color: #898989;
    float: left;
    position: relative;
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner .awDetailsWrapper .awTeamText .awTeamTextInner p {
    font-size: 16px;
    margin-top: 0;
    position: relative;
}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList {
    float: left;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItem {
    float: left;
    position: relative;
    width: calc(100% / 2);
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 30px;

}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner {
    width: 100%;
    float: left;
    position: relative;
}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamPhoto {
    position: relative;
    float: left;
    width: 100%;

}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamPhoto img {
    width: 100%;
}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awMembersDetails {
    padding: 0 15px;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 87%;
    height: 87%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awMembersDetails:hover {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;

}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamName {
    top: 20px;
    float: left;
    position: absolute;
    width: auto;
}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamName h2 {
    bottom: 0;
    color: #333333;
    font-size: 22px;
    position: relative;
}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamDetails {
    top: 50px;
    float: left;
    position: absolute;
    width: auto;
}

.moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamDetails p {
    font-size: 15px;
    position: relative;
    margin: 0;
}

.moduleAwTeam .awTeamInfo {
    top: 70px;
    float: left;
    position: absolute;
    width: auto;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* SERVICES */
/*MODULE AW SERVICES*/
.moduleAwServices {
    float: left;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.awServicesMainTitle {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: left;
    padding: 120px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.awMainTitle {
    width: 100%;
    position: relative;
    float: left;

}

.awMainTitleInner {
    margin: 13px 0 9.5px;


}

.awMainTitleInner h2 {
    font-size: 26px;
    font-weight: 400;
}

.awMainText {
    float: left;
    position: relative;
    width: 100%;
    color: #898989;
    font-size: 16px;
}

.awMainText p {
    margin-top: 0;
}

.awServiceList {
    float: left;
    margin: 15px 0 0;
    position: relative;
    width: 100%;

}

.awService {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0;
    position: relative;
    width: 100%;
}

.awServiceImage {
    float: left;
    position: relative;
    width: 50%;
}

.awServiceImageWrapper {
    width: 100%;
    position: relative;
    float: left;

}

.awServiceBody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f2f2f2;
    float: left;
    position: relative;
    padding: 0 55px;
    width: 50%;

}

.awServiceDescImageWrapper {
    float: left;
    position: relative;
    width: 100%;
}

.awServiceDescImageWrapper {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.awServiceDescImageWrapper img {
    height: 39px;
    width: 40px;
}

.awServiceImageTitle {
    float: left;
    position: relative;
    width: 100%;
}

.awServiceImageTitleInner {
    float: left;
    position: relative;
    width: 100%;
}

.awServiceImageTitleInner h3 {
    font-weight: 400;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #333;
}

.awServiceBody img {
    float: left;
    margin-bottom: 40px;
}

.awService:nth-child(2n+2) .awServiceImage {
    order: 2;
}

.awService:nth-child(2n+2) .awServiceBody {
    order: 1;
}

.awService:nth-child(2n+2) .awServiceBody img {
    float: left;
}

.awServiceTextWrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;

    position: relative;
    width: 100%;
}

.awServiceTextWrapper p {
    color: #898989;

}

.awService:nth-child(2n+2) .awServiceTextWrapper {
    float: left;
    padding-left: 0;
}


.awServiceImageText {
    float: left;
    position: relative;
    width: 100%;
}

.awServiceImageTextInner {
    float: left;
    position: relative;
    width: 100%;


}

.awServiceImageTextInner p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33333333;
}

/*CONTACT CUSTOM CSS*/
.gkContentInner {
    padding-top: 15px;
}

#gkContentWrap.gkSidebarLeft {
    float: right;
    width: 100%;
}

#gkSidebar {
    width: 30%;
    position: relative;
    float: left;
}

.moduleAWContactInfo {
    width: 360px;
    position: relative;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.awContactInfoContainer {
    width: 100%;
    float: left;
    position: relative;

}

.awContactInfoContainer h3 {
    font-weight: 400;
    font-size: 26px;
}

.awContactInfoContainer p {
    color: #898989;
    font-size: 15px;
}

.awContactInfoText p {
    margin: 0;
    font-size: 15px;
}

.awContactInfoRow1 {
    float: left;
    width: 100%;
    position: relative;
}

.awContactInfoDetails {
    float: left;
    width: 100%;
    position: relative;

}

.awContactInfoTitle {
    width: 100%;
    position: relative;
    float: left;

}

.awContactInfoText {
    width: 100%;
    position: relative;
    float: left;
}

.awContactInfoText a:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.awContactInfoText a:hover:after {
    width: 100%;
}

.awContactInfoPhoneContainer {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.awContactInfoPhone {
    width: 100%;
    position: relative;
    float: left;
}

.awContactInfoPhone a {
    font-size: 15px;
}

.awContactInfoPhone a:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.awContactInfoPhone a:hover:after {
    width: 100%;
}

.awContactInfoAddress {
    position: relative;
    width: 100%;
    float: left;
}

.awContactInfoAddressTitle1 {
    font-weight: 400;
    font-size: 26px;
    position: relative;
    width: 100%;
    float: left;
}

.awContactInfoAddressInner1 {
    position: relative;
    width: 100%;
    float: left;
}

.awContactInfoAddressTitle2 {
    font-weight: 400;
    font-size: 26px;
    position: relative;
    width: 100%;
    float: left;
}

.awContactInfoAddressInner2 {
    position: relative;
    width: 100%;
    float: left;
}

/*MAP*/
#gkMainbodyTop {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.bt-googlemaps {
    width: calc(100% - 360px) !important;
}

.rsform {
    width: calc(100% - 360px);
    justify-self: flex-end;
    margin: 0 0 0 auto;
}

/*BLOG*/
.blogPage #gkMainbody {
    position: relative;
    float: left;
    width: 100%;
}

.blog.itemListView {
    margin: 0 0 40px;
    position: relative;
    width: 100%;
    float: left;
}

.blog.itemListView .itemListCategoriesBlock {
    float: left;
    position: relative;
    width: 100%;
}

.blog.itemListView .itemListCategory {
    float: left;
    width: 100%;
    position: relative;
}

.blog.itemListView .page-heading--title-section {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.blog.itemListView .page-heading,
.blog.itemListView .page-heading .container,
.blog.itemListView .page-heading .container .row {
    float: left;
    position: relative;
    width: 100%;
}

.blog.itemListView .itemList {
    float: left;
    margin: 15px 0 0;
    width: 100%;
    position: relative;
}

.blog.itemListView #itemListLeading {
    float: left;
    width: 100%;
    position: relative;
}

.blog.itemListView .itemContainer {
    float: left;
    width: 100%;
    position: relative;
}

.blog.itemListView .catItemViewInner {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 40px;
}

.blog.itemListView .catItemView.groupLeading {
    float: left;
    position: relative;
    width: 100%;
}

.blog.itemListView .catItemHeader {
    float: left;
    position: relative;
    width: 100%;

}

.blog.itemListView .itemContainer.itemContainerLast {
    float: left;
    width: 100%;
    position: relative;
}

.blog.itemListView .gkContentInner {
    padding-top: 15px;
    width: 100%;
    float: left;
    position: relative;
}

.blog.itemListView .categoryTitle {
    color: #212121;
    float: left;
    font-size: 26px;
    letter-spacing: 0.02em;
    position: relative;
    width: 100%;
}

.blog.itemListView .categoryDescription {
    color: #898989;
    float: left;
    position: relative;
    width: 100%;
}

.blog.itemListView .categoryDescription p {
    margin-top: 0;
}

.blog.itemListView .catItemBody {
    width: calc(100% - 254px);
    float: left;
    position: relative;
    margin: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
}

.blog.itemListView .catItemTitle {
    float: left;
    position: relative;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
}

.blog.itemListView .catItemImageBlock {
    float: left;
    width: 254px;
    position: relative;
}

.blog.itemListView .catItemImage {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog.itemListView .catItemImageBlock span a {
    float: left;
    position: absolute;
    width: 100%;
    font-family: FontAwesome;
    height: 100%;
    top: 0;
    left: 0;
}

.blog.itemListView .catItemImageBlock span a::before {
    content: "\f06e";
    color: white;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog.itemListView .catItemImageBlock span a:hover:before {
    opacity: 1;
}

.blog.itemListView .catItemImageBlock span a:after {
    content: '';
    background: rgba(69, 68, 68, 0.8);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 300;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}

.blog.itemListView .catItemImageBlock span a:hover:after {
    opacity: 1;
}

.blog.itemListView .catItemIntroText {
    width: 100%;
    float: left;
    position: relative;

}

.blog.itemListView .catItemIntroText p {
    color: #898989;
    font-size: 15px;
    line-height: 1.333333;
    margin: 10px 0 20px;
}

.blog.itemListView .subtitle {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
}

.blog.itemListView .catItemDateCreated {
    font-size: 14px;
    margin-bottom: 10px;
    color: #898989;
    position: relative;
    width: 100%;
    float: left;
    font-family: FontAwesome;
    padding-left: 25px;
}

.blog.itemListView .catItemDateCreated:before {
    content: "\f073";
    color: #898989;
    position: absolute;
    left: 0;


}

.blog.itemListView .k2Pagination {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.blog.itemListView .pagination {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.blog.itemListView .pagination ul {
    width: calc(100% - 230px);
    display: flex;
    display: -webkit-flex;
    justify-content: center;

}

.blog.itemListView .pagination ul li {
    padding-left: 15px;
}

/* BLOG ITEMS INSIDE */
.blog.itemView {
    float: left;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.blog.itemView .itemHeader {
    float: left;
    position: relative;
    width: 100%;
}

.blog.itemView .itemImageBlock {
    width: 100%;
    float: left;
    position: relative;
}

.blog.itemView .itemImage {
    width: 100%;
    position: relative;
    float: left;
}

.blog.itemView .itemImage img {
    width: 100%;
}

.blog.itemView .itemBody {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.blog.itemView .itemBodyInner {
    width: 100%;
    max-width: 900px;
    float: left;
    position: relative;
}

.blog.itemView .itemDateCreated {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 45px;
    color: #212121;
    font-size: 14px;
}

.blog.itemView .itemTitle {
    position: relative;
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog.itemView .itemViewFullText {
    position: relative;
    float: left;
    width: 100%;
}

.blog.itemView .itemViewFullText p {
    font-size: 15px;
    color: #898989;
}

/* RS FORM */
#userForm {
    margin: 45px 0;
    overflow: hidden;
}

.contactForm {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}

.details {
    float: left;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    box-sizing: border-box;
    align-items: center;
    -webkit-align-items: center;
}

.labelWrap {
    width: 100%;
    position: relative;
    float: left;

}

label {
    width: 100%;
    position: relative;
    float: left;
}

.controls.formControls {
    float: left;
    width: 100%;
}

.msg.controls.formControls {
    clear: both;
    width: 100%;
    border-bottom: none;
    margin-top: 0;
}

.name,
.email {
    width: calc(50% - 15px);
    float: left;
    position: relative;
    margin-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.messageWrap {
    float: left;
    position: relative;
    width: 100%;
}

.control-label {
    float: left;
    font-size: 15px;
    font-weight: 400;
}

#name,
#email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #dadada;
}

.message textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    /*background-image: linear-gradient(#dadada 1px, transparent 1px);*/
    background-size: 100% 41px;
    border: 1px solid #dadada;
    width: 100%;
    resize: none;
    padding: 8px 20px;
}

.control-label.formControlLabel.hasTooltip {
    position: relative;
    float: left;
}

.grecaptcha-badge {
    display: none;
}

.sendBtn.control-group.rsform-block.rsform-block-send {
    float: right;
    position: relative;
    margin-top: 30px;
}

.send.control-label.formControlLabel.hasTooltip {
    position: relative;
    float: left;
    width: 100%;
    border: none;
}

#send {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333;
    width: 150px;
    color: #f2f2f2;
    padding: 12px 30px;
    box-shadow: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}

#send:hover {
    background-color: #bed62f;
}

#system-message-container {
    -webkit-box-shadow: 0 0 20px -4px #444;
    -moz-box-shadow: 0 0 20px -4px #444;
    box-shadow: 0 0 20px -4px #444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 20px;
    max-width: 320px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    z-index: 20000000;
}

#system-message-container #system-message-container {
    float: left;
    position: relative;
    width: 100%;
}

#system-message-container #system-message {
    margin: 0;
    position: relative;
}

#system-message-container #system-message dt {
    display: none;
}

#system-message-container #system-message .message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #bed62f;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 30px;
    text-align: center;
}

#system-message-container #system-message .message p {
    margin: 0;
}


/* MOD AW CLIENTS */
.moduleAwClients {
    float: left;
    margin: 40px 0 20px;
    position: relative;
    width: 100%;
}

.awClientsInner {
    float: left;
    position: relative;
    width: 100%;
}

.awDetailsWrapper {
    float: left;
    position: relative;
    width: 100%;
}

.awClientsMainTitle {
    color: #212121;
    float: left;
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin: 0 0 9.5px;
    position: relative;
    width: 100%;
}

.awClientsMainText {
    color: #898989;
    float: left;
    position: relative;
    width: 100%;
}

.awClientsMainText p {
    margin-top: 0;
}

.awClientsList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin-left: -15px;
    position: relative;
    width: calc(100% + 30px);
}

.awClientContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px;
    position: relative;
    width: 25%;
}

.awClientContainerInner {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.awClientImageContainer {
    float: left;
    position: relative;
    width: 100%;
}

.awClientBody {
    -webkit-align-items: center;
    align-items: center;
    background: #333;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    width: 100%;
    z-index: 5;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.awClientBody .awClientName {
    color: #fff;
    font-size: 19px;
}

.awClientBody:hover {
    opacity: 1;
}

/* MOD AW TEXT */
.moduleAwText {
    float: left;
    padding: 40px 0 60px;
    position: relative;
    width: 100%;
}

.awTextInner {
    float: left;
    position: relative;
    width: 100%;
}

.awTextContainer {
    float: left;
    font-size: 60px;
    position: relative;
    width: 100%;
}

.awTextContainer p {
    margin: 0;
}

/* Logo  */
div.logoContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    margin: 0 0 75px;
    position: relative;
    width: 100%;
}

#gkLogo {
    float: left;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    text-shadow: none;
}

#gkLogo.logoTextLink {
	text-indent: 0;
    font-size: 50px;
    line-height: 50px;
}
#gkLogo.logoTextLink .ccLogoHeadroomScroll {
    display: none;
}
#gkLogo.logoTextLink .ccLogoHeadroomBrand {
    font-size: 40px;
}
#gkLogo.logoTextLink .ccLogoHeadroomTop {
    color:#fcea06;
}

#gkLogo img,
#gkLogo svg {
    display: block;
    margin: 0;
    height: auto;
    width: 100%;
}

/* Top menu */
#gkTopMenu {
    float: left;
    text-align: center;
}

#gkTopMenu li {
    font-size: 10px;
    line-height: 38px;
    margin: 0 14px 0 0;
    margin-top: 10px;

}

#gkTopMenu a {
    color: white;
    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: 20px;
}

/* footer*/
#gkFooter {
    background: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#modAwFooter {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 65px;
}

.awFooterMessageContainer {
    float: left;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.awFooterMessageTitle {
    color: #212121;
    float: left;
    font-size: 22px;
    position: relative;
    text-align: center;
    width: 100%;
}

.awFooterMessageText {
    color: #898989;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
    width: 100%;
}

.awFooterMessageText a:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.awFooterMessageText a:hover:after {
    width: 100%;
}

.awSocialContainer {
    border-top: 1px solid #cdcaca;
    float: left;
    position: relative;
    list-style: none;
    padding: 50px 0 30px;
    width: 100%;
}

.awSocial {
    display: inline-block;
    padding: 0 5px;
}

.awSocial a {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.awSocial a i {
    color: #333;
    display: block;
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.awSocial a:hover {
    background-color: #bed62f;
}

.awSocial a:hover i {
    color: #fff;
}

.copyrights {
    color: #898989;
    float: left;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.copyright {
    float: left;
    position: relative;
    width: 100%;
}

.credits {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.credits a {
    color: #898989;
    float: left;
    position: relative;
}

.credits a:after {
    background-color: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
}

.credits a:hover {
    color: #333;
}

.credits a:hover:after {
    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%;
}

#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;
}


/*LOGIN*/
.awLogin {
    float: left;
    width: auto;
    margin-right: 15px;
}

.awLogin .gkLogin,
.awLogin .gkLogout {
    color: #1a1d1f;
    float: left;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
}

.awLogin .gkLogin:hover,
.awLogin .gkLogout:hover {
    color: #000;
}

#modlgn-username {
    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;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto auto;
    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;
}

#form-login-username {
    margin: 0;
    float: left;
    width: calc(50% - 15px);
}

#form-login-password {
    margin: 0;
    float: right;
    width: calc(50% - 15px);
}

#login-form #form-login-remember {
    float: left;
    margin: 25px 0 0;
}

#loginForm {
    float: left;
    max-width: 450px;
    width: 100%;
}

input[type="checkbox"] + label::before {
    border: 1px solid #888;
    border-radius: 0;
    content: "";
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    transition: 0.3s ease 0s;
    cursor: pointer;
    background-color: transparent;
}

input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    margin-right: 10px;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    border: 1px solid #888;
    border-radius: 0;
    content: "";
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    transition: 0.3s ease 0s;
    cursor: pointer;
    background-color: transparent;
}

input[type="checkbox"] + label::after {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: transparent;
    position: absolute;
    left: 4px;
    top: 0;
}

input[type="checkbox"]:checked + label:after {
    color: #000;
}

#login-form #form-login-buttons {
    float: right;
    margin-top: 20px;
    width: 180px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

.buttonSolid {
    width: auto;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 40px;
    transition: all 0.3s ease 0s;
    float: right;
}

.link.gkLogin span {
    display: none;
}

.gkLogout span {
    display: none;
}

#gkPopupLogin {
    float: left;
    height: auto;
    left: 50%;
    margin: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

#gkPopupOverlay,
#gkPopupLogin {
    color: #777;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1000002;
    left: 50%;
    min-width: 300px;
}

#gkPopupLogin > div {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#gkPopupLogin .gkUserdata,
#gkPopupLogin .gkUsermenu {
    float: left !important;
    width: 50% !important;
}

.gkUsermenu .menu {
    margin: 32px 0 0
}

.gkUsermenu .menu li a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 6px;
    padding: 3px 6px;
    text-align: center;
}

.gkPopupWrap {
    background: #fff;
    padding: 20px 15px;
    overflow: hidden;
    border-radius: 0;
}

.gkPopupWrap h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 32px;
}

#gkPopupLogin h3 {
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 35px;
    border-bottom: 1px solid #888888;
    padding-bottom: 15px;
}

#gkPopupLogin h3:after {
    position: absolute;
    left: calc(50% - 18px);
    bottom: -10px;
    width: 36px;
    height: 20px;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 2;
}

#gkPopupLogin h3:before {
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px;
    border-radius: 50%;
    border: 1px solid #888888;
    width: 10px;
    height: 10px;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 3;
}

#login-form ul li a {
    display: none;
}

#gkPopupLogin h3 span {
    background: #fff;
    color: #1b1d1f;
    padding: 0 15px;
}

#gkPopupLogin h3 + small {
    display: block;
    font-size: 13px;
    margin: -6px 0 24px 0;
    text-align: center;
}

.gkPopupWrap h3 small {
    font-size: 16px !important;
}

.gkPopupWrap h3 a {
    color: #5ab9e5;
}

.gkPopupWrap h3 a:hover {
    color: #272727;
}

.gkPopupWrap .logout-button {
    margin-top: 20px;
}

#gkPopupOverlay {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    opacity: 0.45;
    margin-left: 0;
}

.awLogin img {
    width: 20px;
    top: 10px;
    position: relative;
    float: left;
}

@media (max-width: 1200px) {
    #gkLogo.logoTextLink {
        font-size: 30px;
        line-height: 30px;
    }
    #gkLogo.logoTextLink .ccLogoHeadroomBrand {
    font-size: 27px;
}
}

@media (max-width: 1120px) {
    /*about*/
    .awService {
        margin: 0 0 30px 0;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .awService:nth-child(2n+2) .awServiceImage {
        order: 1;
    }

    .awService:nth-child(2n+2) .awServiceBody {
        order: 1;
    }

    .awService:nth-child(2n+2) .awServiceBody img {
        float: left;
    }

    .awServiceImageWrapper {
        text-align: center;
    }

    .awServiceImageWrapper img {
        display: inline-block;
    }

    .awServiceImage {
        float: left;
        position: relative;
        width: 80%;
    }

    .awServiceBody {
        padding: 0 0;
        max-width: 570px;
        width: 80%;
    }

    /*team*/
    .moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItem {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 1067px) {
    .details {
        display: block;
        width: 100%;
    }

    .name,
    .email {
        width: 100%;
    }

    .controls.formControls {
        width: 100%;
    }

    .email .controls.formControls {
        width: 100%;
    }

    .email {
        margin-top: 45px;
    }

}

@media (max-width: 1030px) {
    #gkPageContent {
        background-image: none !important;
    }

    #gkContent,
    #gkSidebar,
    #gkContentWrap {
        width: 100% !important;
    }

    #gkContentWrap {
        padding: 0 !important;
    }

    #gkSidebar .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px !important;
    }

    #gkSidebar {
        padding: 0 !important;
    }

    #gkSidebar .box:first-child {
        padding-top: 10px !important;
    }

    #gkSidebar .box {
        border: none !important;
        float: left;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    #gkLogo.logoTextLink {
        font-size: 22px;
        line-height: 22px;
    }
    #gkLogo.logoTextLink .ccLogoHeadroomBrand {
    font-size: 20px;
    }
    .awTextContainer {
        font-size: 45px;
    }

    .portfolio.itemListView .catItemTitle {
        font-size: 18px;
    }

    .portfolio.itemListView .catItemInner {
        padding: 24px;

    }

    .awClientContainer {
        width: 33.33%;
    }
}

@media (max-width: 980px) {
    .portfolio_wrapper {
        width: 100%;
    }

    .tags_container {
        float: left;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        max-width: 500px;
        width: 100%;

    }

    .tagDiv {
        margin: 0 20px 10px 0;
    }

    .tagDiv:last-child {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 900px) {
    .moduleAWContactInfo {
        order: 1;
        margin: 45px 0 0 0;
        padding-right: 0;
    }

    .rsform {
        order: 1;
    }

    .bt-googlemaps {
        width: 100% !important;
    }

    .portfolio.itemView .leftItemView {
        width: 330px;
    }

    .portfolio.itemView .rightItemView {
        padding-left: 60px;
        width: calc(100% - 330px);
    }
}

@media (max-width: 800px) {
    #gkLogo.logoTextLink {
        font-size: 18px;
        line-height: 18px;
    }
    #gkLogo.logoTextLink .ccLogoHeadroomBrand {
    font-size: 16px;
    }
    .awTeamInfo {
        display: none;
    }

    .blog.itemListView .catItemViewInner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .blog.itemListView .catItemImageBlock {
        float: left;
        width: 256px;
        position: relative;

    }

    .blog.itemListView .catItemBody {
        width: 100%;
        margin: 40px 0 0;
        padding-left: 0;
    }

    .blog.itemListView .catItemTitle {
        font-size: 26px;

    }

    .blog.itemView .itemTitle {
        font-size: 26px;
    }

}

@media (max-width: 780px) {
    .rsform {
        order: unset;
        width: 100%;
    }

    .moduleAWContactInfo {
        width: 100%;
    }

    .awContactInfoDetails {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .awContactInfoDetails > * {
        width: auto;
    }

    .portfolio.itemView {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .portfolio.itemView .leftItemView {
        width: 100%;
    }

    .portfolio.itemView .rightItemView {
        padding-left: 0;
        width: 80%;
        margin: 40px 0 0 0;
    }

}

@media (max-width: 750px) {

    .awTextContainer {
        font-size: 35px;
    }

    .portfolio.itemListView .itemContainer {
        width: 50%;
    }

    .awClientBody .awClientName {
        font-size: 17px;
    }

}

@media (max-width: 680px) {
    #gkLogo.logoTextLink {
        font-size: 22px;
        line-height: 22px;
        max-width: 330px;
    }
    #gkHeaderTop.scroll .ccLogoHeadroomTop {
        display: none;
    }
    #gkHeaderTop.scroll .ccLogoHeadroomScroll {
        display: block;
    }
    #gkHeaderTop.scroll .ccLogoHeadroomBrand {
        display: none;
    }
}

@media (max-width: 660px) {
    body #cc-notification h2,
    body #cc-notification h3,
    body #cc-notification p {
        font-size: 12px !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body #cc-notification h2 span,
    body #cc-notification h2 {
        font-size: 12px !important;
    }

    body #cc-notification #cc-notification-wrapper {
        padding: 10px 32px 0 !important;
    }

    body #cc-notification ul.cc-notification-buttons {
        clear: both !important;
        width: 100% !important;
        position: static !important;
        text-align: center;
    }

    body #cc-notification ul.cc-notification-buttons li {
        float: none !important;
        display: inline-block;
    }

    body #cc-notification a,
    body #cc-notification a:visited {
        font-size: 12px !important;
    }

    #gkTopMenu {
        float: left;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    #gkTopMenu .mod-languages {
        float: left;
        position: relative;
        width: 100%;
        margin: 0 0 0 0;
    }

    div.mod-languages {
        text-align: right;
    }

    .awClientContainer {
        width: 50%;
    }

    .moduleAwTeam .awTeamBodyInner .awTeamItemsList {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItem {
        width: 80%;
    }

    .awTeamInfo {
        display: block;
    }

    #gkTopMenu .mod-languages {
        display: none;
    }

    #gkHeaderTop.scroll .gkHeaderWrapper .logo {
        overflow: hidden;
    }

    #gkTopMenu .accordeonckMain ul .mod-languages {
        display: block !important;
        text-align: center;
        color: #fff;
    }

    #gkTopMenu .accordeonckMain ul .mod-languages ul li a {
        color: #fff;
        font-size: 16px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #gkTopMenu .accordeonckMain ul .mod-languages ul li {
        color: #fff;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .moduleAwText {
        padding: 30px 0 30px;
    }

    .awTextContainer {
        font-size: 25px;
    }

    .portfolio.itemView .rightItemView {
        width: 100%;
    }
}

@media (max-width: 580px) {
    /* Fix for tables */
    fieldset {
        box-sizing: border-box !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow: hidden;
    }

    #gkMainbody table:before {
        content: "Scroll horizontally to view the whole table";
        height: 14px;
        width: 100%;
        display: block;
        font-size: 10px;
        margin-top: -30px;
        margin-bottom: 10px;
    }

    #gkMainbody table {
        width: 540px !important;
        display: block !important;
        padding: 30px 0 20px 0; /* padding for the scrollbars and the top message */
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #gkMainbody table tbody,
    #gkMainbody table thead,
    #gkMainbody table tfoot {
        width: 540px !important;
        display: table;
    }

}

@media (max-width: 570px) {
    .awServiceImage {
        width: 100%;
    }

    .awServiceBody {
        width: 100%;
    }

    .awServiceBody img {
        margin-bottom: 20px;
    }

    .moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItem {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .portfolio.itemListView .itemContainer {
        width: 100%;
    }

}

@media (max-width: 520px) {
    .awClientContainer {
        width: 100%;
    }

    .blog.itemListView .catItemTitle {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    #gkLogo.logoTextLink {
        font-size: 18px;
        line-height: 18px;
        max-width: 262px;
    }

    #gkMainbody table {
        width: 420px !important;
    }
}

@media (max-width: 460px) {
    .moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamName {
        position: relative;
    }

    .moduleAwTeam .awTeamBodyInner .awTeamItemsList .awTeamItemInner .awTeamDetails {
        position: relative;
    }

    .awTeamInfo {
        display: none;
    }
}

@media (max-width: 440px) {
    #gkLogo.logoTextLink {
        max-width: 155px;
    }

    #gkMainbody table {
        width: 260px !important;
    }

    .gkHeaderWrapper .logo {
        width: 160px;
    }

    .blog.itemListView .catItemTitle {
        font-size: 23px;
    }

    .blog.itemView .itemTitle {
        font-size: 23px;
    }
}

@media (max-width: 360px) {
    #system-message-container {
        bottom: 10px;
        max-width: 300px;
        right: 10px;
    }

    #gkHeaderTop.scroll {
        padding: 7px 0;
    }

    .gkHeaderWrapper .logo {
        width: 150px;
    }

    #gkHeaderTop.scroll .gkHeaderWrapper .logo {
        width: 150px;
    }

    .blog.itemListView .catItemTitle {
        font-size: 20px;
    }

    .blog.itemView .itemTitle {
        font-size: 20px;
    }
}

@media (max-height: 420px) {
    .accordeonckMain::after {
        width: 0 !important;
    }

    #gkTopMenu .accordeonckMain ul .mod-languages {
        padding: 0 0 40px;
    }
}