/*---------------*/
/* 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 {
  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;
	line-height: 1.2;
}
/**
 * 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,
#gkTop3,
#gkTop4,
#gkTop5,
#gkTop6,
#gkTop7,
#gkTop8,
#gkTop9,
#gkTop10,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6,
#gkBottom7,
#gkBottom8,
#gkBottom9,
#gkBottom10 {
	/* 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%;
}
/*------------*/
/* 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;
	max-width: 100%;
}
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%;
	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 {
	-webkit-appearance: none;
	background: #eee;
	border: 1px solid #eee;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 39px;
	margin: 0 5px 2px 2px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
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 {
	background: #000000;
	border-color: #000000;
	color: #fff;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}
select[size] {
	font-size: 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
}
section img {
	display: block;
	height: auto;
	max-width: 100%;
}
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;
}
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;
}
.tip-wrap {
	z-index: 1;
}
#awMessages {
	-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;
}
#awMessages #system-message-container {
	float: left;
	position: relative;
	width: 100%;
}
#awMessages #system-message {
	margin: 0;
	position: relative;
}
#awMessages #system-message dt {
	display: none;
}
#awMessages #system-message .message {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ebebeb;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 30px;
	text-align: center;
}
#awMessages #system-message .message p {
	margin: 0;
}
/* 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;
}
/*-------------*/
/* TEMPATE.CSS */
/*-------------*/
/* Basic elements */
html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background: #fff;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto;
	width:100%;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0;
	position: relative;
	word-wrap: break-word;
}
body.menu_open {
	/*overflow: hidden;*/
}
body.compensate-for-scrollbar {
	overflow-y: auto !important;
}
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;
}

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;
	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;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 101;
}
.homePage #gkHeader {
	position: absolute;
}
#gkHeaderTop {
	position: relative;
	width: 100%;
	z-index: 10001;
}
#gkHeaderTop > .gkPage {
	position: relative;
}
#gkHeaderMod {
	float: left;
	position: relative;
	width: 100%;
}
#gkHeaderNav {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 100;
}
#gkHeaderNav.scroll {
	background-color: #fff;
	/*-webkit-box-shadow: 0 0 13px -10px #000000;
	-moz-box-shadow: 0 0 13px -10px #000000;
	box-shadow: 0 0 13px -10px #000000;*/
}
#gkHeaderNav > div {
	position: relative;
}
/* TEMPLATE MENU */
#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 {
	display: block;
	float: left;
	font-weight: 500;
	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;
	        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;
	line-height: 1;
	margin: 0;
	padding: 0 20px;  
	text-align: left;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	-webkit-transition: color .2s ease-out;
	-moz-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;
	display: block;
	padding: 7px 0; 
}
.gkMenu > ul li li div.childcontent small {
	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 {
	display: block;
	font-weight: 600;
	margin: 6px 0 0;
	padding: 0 20px;
}
.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;
}
/* hide mobile menu */
#gkMobileMenu {
	display: none;
}
/* 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 img,
#gkLogo svg {
	display: block;
	margin: 0;
	height: auto;
	width: 355px;
}
/* Group modules */
#gkTop1,
#gkTop2,
#gkTop3,
#gkTop4,
#gkTop5,
#gkTop6,
#gkTop7,
#gkTop8,
#gkTop9,
#gkTop10,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6,
#gkBottom7,
#gkBottom8,
#gkBottom9,
#gkBottom10 {
	overflow: hidden;
	padding: 0;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}
/* Suffixes */
div.content {
	clear: both;
}
#fancybox-overlay {
	z-index: 10002;
}
/*AW CSS STARTS*/
/* aw HEADER*/
#gkHeaderNav {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 0;
}
#gkHeaderNav .gkPage {
	max-width: 100%;
	width: 100%;
	padding:0 70px;
}
.gkHeaderNavInner {
	float: left;
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.awMobileMenuWrapper {
	float: left;
	width: 300px;
	position: relative;
}

.gkHeaderNavInner .logoContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	margin: 0 0 0;
	position: relative;
	width: 355px;
}
.awHeaderlangSearchWrapper {
	width: 300px;
	position: relative;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-end;
}
.awHeaderlangSearchWrapper #gkLang {
	float: left;
	margin: 0 0 0;
	position: relative;
}

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

.awHeaderlangSearchWrapper #gkLang  .mod-languages ul li{
	display: block;
}
.awHeaderlangSearchWrapper #gkLang  .mod-languages ul li.lang-active{
	display: none;
}
.awHeaderlangSearchWrapper #gkLang div.mod-languages ul.lang-inline li a {
	font-size:17px;
	font-weight: 300;
	color:#4c4c4c;
	border-bottom:1px dotted #4c4c4c;
}
.awHeaderlangSearchWrapper #gkLang div.mod-languages ul.lang-inline li a:hover {
	border-bottom-style: solid;
}
#gkSearch {
	float: left;
	position: relative;
	width: auto;
	margin: 0 0 0 75px;
}
.search {
	float: left;
	position: relative;
	width: 100%;
}

.search .button{
	background-color: transparent;
	margin:0;
	padding:0;
	border:none;
	height:30px;

}
/* molindris menu*/
.awMobileMenuLogoContainer {
	position: relative;
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	padding: 0 0;
	padding: 0 0;
}
#gkHeaderNav .accordeonck .gkPage {
	max-width: 1600px ;
}
#awMobileMenu .awMobileMenuInner {
	float: left;
	position: relative;
	width: 100%;
}
#awMobileMenu .awMobileMenuMainBody {
	width: 100%;
	position: relative;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#awMobileMenu .awMobileMenuContainer {
	float: left;
	position: relative;
	width: auto;
}
#awMobileMenu .menu {
	margin: 120px 0 0 0;
}
#awMobileMenu .accordeonck.parent{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
}
#awMobileMenu .accordeonck.level1{
	float: left;
	position: relative;
	width: 100%;
	margin:10px 0 0 0;
}
#awMobileMenu .accordeonck.level1 a{
	font-size:40px;
	font-weight: 600;
	color: #222;
	position: relative;
	z-index: 2;
}
#awMobileMenu .accordeonck.level1.active a{
	color: #222;

}
#awMobileMenu .accordeonck.level1 > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 15px;
	background-color: #fff;
	left: -5px;
	bottom: 14px;
	z-index: -1;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
#awMobileMenu .accordeonck.level1.parent > a::after{
	bottom: 0px;
}
#awMobileMenu .accordeonck.level1:first-child > a:not(.separator):hover::after {
	width:calc(100% + 10px);
}
#awMobileMenu .accordeonck.level1.active:first-child > a::after {
	width:calc(100% + 10px);
}
#awMobileMenu .accordeonck.level1 > a:not(.separator):hover::after {
	width: 100%;
}
#awMobileMenu .accordeonck.level1.active > a::after {
	width: 100%;
}

#awMobileMenu .accordeonck.parent ul {

	 display: -webkit-flex !important;
	 display: flex;
 }
#awMobileMenu .accordeonck.parent ul li {

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#awMobileMenu .accordeonck.level2 a {
	font-size: 17px;
	font-weight: 500;
	color: #222;
	margin: 0 25px 0 0;
}
#awMobileMenu .menuSubtitle {
	color: #72716d;
	font-size: 17px;
}
#awMobileMenu .menuSubtitle a {
	font-size: 17px !important;
	color: #646464 !important;
	font-weight: 400 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease ;
	-ms-transition: all 0.3s ease ;
	-o-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
#awMobileMenu .menuSubtitle a:hover {
	color: #222 !important;
}
#awMobileMenu .accordeonck.level2 a::after {
	content: '|';
	position: absolute;
	right: -15px;
	top: 0;
	width: auto;
	font-size: 14px;
	font-weight: 600;
}
#awMobileMenu .accordeonck.level2:last-child a:after{
	content:'';
	position: absolute;
	right:10px;
	top:0;
	width:auto;
}
#awMobileMenu .accordeonck.level2 a:before{
	content:'';
	position: absolute;
	right:-15px;
	bottom:-4px;
	left:0;
	width:0;
	height:2px;
	background-color: #222222;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
#awMobileMenu .accordeonck.level2 a:hover:before{
	width:100%;
}
#awMobileMenu .accordeonck.level2.active a:before{
	width:100%;
}
#awMobileMenu .accordeonck .toggler {
	display: none;
}
#awMobileMenu .awMobileMainBodyMod {
	float: left;
	position: relative;
	width: 35%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
#awMobileMenu .awMobileMainBodyMod {
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: relative;
	width: 35%;
}
#awMobileMenu  .awContactInfoWrapper {
	float: left;
	position: relative;
	width: auto;
}
#awMobileMenu .modAwContactInfoContainer {
	float: left;
	width: 100%;
	position: relative;
}
#awMobileMenu .contactInfoTitle {
	position: relative;
	width: auto;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#awMobileMenu .contactInfo {
	position: relative;
	width: auto;
	margin: 20px 0 0 0;
	font-size: 17px;
}
#awMobileMenu .contactDetails {
	position: relative;
	width: auto;
	margin: 5px 0 0 0;
	font-size: 17px;
}
.awMobileMenuInner .modSearch {
	display: none;
}
/*secondary menu*/
#awMobileMenu .modMenu {
	float: left;
	width: auto;
	position: relative;
}
#awMobileMenu .modMenu .menu {
	margin: 75px 0 75px 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
}
#awMobileMenu .modMenu .menu .menuItem {
	position: relative;
	margin:0 50px 0 0;
	float: left;

}
#awMobileMenu .modMenu .menu .menuItem a {
	color: #72716d;
	font-size: 17px;

}
/*menu socials*/
#awMobileMenu .awMobileMenuBottom {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#AW_Social {
	display: -webkit-flex;
	display: flex;
	float: left;
	margin-top: 70px;
	position: relative;
	width: auto;
}
.awSocial {
	float: left;
	width: auto;
	font-size: 26px;
	margin: 0 0 0 45px;
}
.awMobileMainBodyMod .mod-languages {
	display: none;
}
/* aw Header ends */

/* HOME PAGE STARTS*/
#gkHeaderNav.scroll {
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px -10px #000000;
    position: fixed;
    padding: 20px 0;
    -webkit-transition: all 0.4s ease ;
    -moz-transition: all 0.4s ease ;
    -ms-transition: all 0.4s ease ;
    -o-transition: all 0.4s ease ;
    transition: all 0.4s ease ;
}
.homePage #awMobileMenuTogglerIcon {
     background: #fff none repeat scroll 0 0;
 }
.homePage #gkHeaderNav.scroll #awMobileMenuTogglerIcon {
    background: #222 none repeat scroll 0 0;
}
.homePage #awMobileMenuToggler.active #awMobileMenuTogglerIcon{
	background: transparent none repeat scroll 0 0;
}
.homePage #awMobileMenuTogglerIcon::before, .homePage #awMobileMenuTogglerIcon::after {
    background: #fff none repeat scroll 0 0;
}
.homePage #gkHeaderNav.scroll #awMobileMenuTogglerIcon::before, .homePage #gkHeaderNav.scroll #awMobileMenuTogglerIcon::after {
    background: #222 none repeat scroll 0 0;
}
.homePage .gkHeaderNavInner .logoContainer {
	opacity: 0;
}
.homePage .awHeaderlangSearchWrapper #gkLang div.mod-languages ul.lang-inline li a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.homePage .awHeaderlangSearchWrapper #gkLang div.mod-languages ul.lang-inline li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.homePage #gkHeaderNav.scroll .awHeaderlangSearchWrapper #gkLang div.mod-languages ul.lang-inline li a {
    color:#4c4c4c;
    border-bottom: 1px dotted #4c4c4c;
}
.homePage #gkHeaderNav.scroll .awHeaderlangSearchWrapper #gkLang div.mod-languages ul.lang-inline li a:hover {

	border-bottom: 1px solid #4c4c4c;
}

.awHeaderSlider {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
	float: left;
}

.awModFullHeightSliderContainer {
	float: left;
	position: relative;
	width: 100%;
}
.awModFullHeightSliderInner {
    float: left;
    position: relative;
    width: 100%;
}
.awModFullHeightSlider {
    float: left;
    position: relative;
    width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
}
.awModFullHeightSlider::after {
	content: '';
	position: absolute;
	width: 150%;
	height: 75px;
	bottom: -75px;
	box-shadow: 3px -67px 150px #000;
	z-index: 100;
	left: -20%;
}
.awModFullHeightSlide {
    position: relative;
    width: 100%;
    float: left;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.awModFullHeightSlideImage {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.static .awModFullHeightSlideImage,
.owl-item.active .awModFullHeightSlideImage {
    -webkit-animation: scaleUp 100s linear infinite ;
    -o-animation: scaleUp 100s linear infinite;
    animation: scaleUp 100s linear infinite;
}
@keyframes scaleUp{
    0%{transform:scale(1,1);}
    7.692307692307692%{transform:scale(1.1,1.1);}
    15.38461538461538%{transform:scale(1.2,1.2);}
    23.07692307692307%{transform:scale(1.3,1.3);}
    30.76923076923076%{transform:scale(1.4,1.4);}
    38.46153846153845%{transform:scale(1.5,1.5);}
    46.15384615384615%{transform:scale(1.6,1.6);}
    53.84615384615384%{transform:scale(1.7,1.7);}
    61.53846153846153%{transform:scale(1.5,1.5);}
    69.23076923076922%{transform:scale(1.4,1.4);}
    76.92307692307691%{transform:scale(1.3,1.3);}
    84.61538461538461%{transform:scale(1.2,1.2);}
    84.61538461538461%{transform:scale(1.1,1.1);}
    92.3076923076923%{transform:scale(1,1);}
    100%{transform:scale(1,1);}
}
.awModFullHeightSlideInner {
	float: left;
	position: relative;
	width: auto;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
.slideTitle {
    position: relative;
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}
.slideCaption {
    float: left;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 17px;
}
.slideCaption {
    float: left;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 17px;
    margin: 25px 0 0 0;
}
.slideLearnMoreWrapper {
    float: left;
    position: relative;
    width: 100%;
    margin: 25px 0 0 0;
}
.slideLearnMoreWrapper a{
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.owl-nav.disabled {
    display: none;
}
.sliderLogo {
	bottom: 56px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.7s ease ;
	-moz-transition: all 0.7s ease ;;
	transition: all 0.7s ease ;
	width: 480px;
	z-index: 101;
}
.sliderLogo.hidden{
	opacity:0;

}
.homePage .gkHeaderNavInner .logoContainer.visible {
	opacity: 1;
	-webkit-transition: all 0.4s ease ;
	-moz-transition: all 0.4s ease ;
	-ms-transition: all 0.4s ease ;
	-o-transition: all 0.4s ease ;
	transition: all 0.4s ease ;
}
.sliderLogo svg{
	width: 100%;
}
.sliderLogo svg path{
	fill:#fff;
	width: 100%;
}


/* Search Module Rules */
.modSearch {
	float: left;
	width: auto;
	margin-left: 0;
	margin-top: 0;
}
.modSearch .searchToggler {
	float: left;
	width: auto;
	cursor: pointer;
}
.modSearch .searchToggler .searchLabel {
	display: none;
	float: left;
	width: auto;
	margin-right:20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}
.modSearch .searchToggler .openImage {
	position: relative;
	right: 0;
	top:0;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
}
.homePage .modSearch .searchToggler .openImage path{
	fill:#fff;
}
.homePage #gkHeaderNav.scroll .awHeaderlangSearchWrapper .searchToggler .openImage path{
	fill:#222;
}
.modSearch .searchToggler.active .openImage {
	opacity: 0;
	visibility: hidden;
}
.modSearch .searchToggler .closeImage {
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.modSearch .searchToggler.active .closeImage {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
	width: 30px;
	height: 30px;
}
.searchToggler.active {
	z-index: 101;
	position: relative;
}
.modSearch .searchBox {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s ;
	-moz-transition: all 0.3s ease 0s ;
	transition: all 0.3s ease 0s ;
	background-color: #d2d0cc;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.searchBox + .overlayDarkBg{
	position: fixed;
	height:100%;
	display: none;
	background-color: #000000b3;
}
.searchBox.active + .overlayDarkBg{
	display: block;
}
.modSearch .searchBox.active {
	opacity: 1;
	height:70%;
	min-height: 35vw;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.awSearchLogoContainer {
	top: 20px;
	position: absolute;
}
.inputBoxWrapper {
	width: 100%;
	max-width: 860px;
	position: relative;
	float: left;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modSearch .searchBox .inputbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: auto;
	width: 100%;
	border: none;
	background-color: #d2d0cc;
	color: #000;
	font-size: 100px;
	letter-spacing: 1px;
	padding: 0 20px 20px;
	border-bottom: 3px solid #222;
}
.modSearch .searchBox .inputbox::-webkit-input-placeholder {
	color: #9e9e9e;
}
.modSearch .searchBox .inputbox::-moz-placeholder {
	color: #9e9e9e;
}
.modSearch .searchBox .inputbox:-ms-input-placeholder {
	color: #9e9e9e;
}
.modSearch .searchBox .inputbox:-moz-placeholder {
	color: #9e9e9e;
}
.searchInfo {
	position: relative;
	float: right;
	font-size: 17px;
	margin: 20px 0 0 0;
}
svg path.cls-1{
	opacity:1;
}
/*search results*/
.search {
	width: 100%;
	position: relative;
	float: left;
}
.search .gkPage {
	max-width: 1200px;
}
.searchResultInner {
	float: left;
	position: relative;
	width: 100%;
}
.searchResultInner .itemHeader {
	margin: 100px 0 150px;
}
.search-results {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 100px;
}
.searchResultWrapper {
	float: left;
	position: relative;
	width: 100%;
}
.result-title {
	float: left;
	position: relative;
	width: 100%;
}
.searchResultWrapper .result-title a {
	float: left;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	width: 100%;
	padding: 15px 20px 25px;
	border-bottom: 2px solid #d2d0cc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.searchResultWrapper:first-child .result-title a {
	border-top: 2px solid #d2d0cc;

}
.result-title a::after {
	content: 'g';
	font-family: 'aw-font';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	color: #222222;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.result-title a:hover{
	background-color: #d2d0cc;
}
.result-title a:hover::after{
	opacity:1;
}
.search .journalPagination {
	margin-top: 0;
}
/*home page about us*/
.homePage .foregroundTitle{
	position:unset;
}
.homePage .foregroundTitle span {
	position: absolute;
	width: 2000px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	top: 0;
	-webkit-transform: translateY(-82%);
	-moz-transform: translateY(-82%);
	transform: translateY(-82%);
	left: 4%;
	font-size: 160px;
}
.awHomePageAboutUsIntro {
	float: left;
	position: relative;
	width: 100%;
	margin: 180px 0 0;
}
.awHomePageAboutUsIntro .generalTitleWrapper {
	margin: 0 0 130px;
}
.awHomePageAboutUsIntroInner {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.homeAboutLeftSideContainer {
	float: left;
	position: relative;
	width: 50%;
	padding: 0 110px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.leftSideText {
	float: left;
	position: relative;
	width: 100%;
	font-size: 50px;
	letter-spacing: -0.035em;
	font-weight: 500;
}
.leftSideText p{
	margin:0;
}
.homeAboutLeftSideContainer .generalButton {
	float: left;
	position: relative;
	width: 100%;
	margin: 40px 0 0;
}
.homeAboutLeftSideContainer .generalButton a {
	position: relative;
	float: left;
	width: auto;
	padding: 25px 100px;
	border: 2px solid #222;
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
.homeAboutRightSideContainer {
	float: left;
	position: relative;
	width: 50%;
	padding: 0 0 0 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rightSideText {
	float: left;
	position: relative;
	width: 100%;
	font-size: 20px;
	margin: 0 0 20px;
}
.rightSideSignature {
	float: left;
	position: relative;
	width: 100%;
}
/* home page services*/
/* mod aw categories*/
.modAwCategories {
	float: left;
	position: relative;
	width: 100%;
}
.modAwCategories .generalTitleWrapper{
	margin: 227px 0 80px;
}

.awCategoriesInner {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
}
.awCategoriesWrapper {
	float: left;
	position: relative;
	width: 50%;
}
.awCategoriesWrapper .video {
	float: left;
	position: relative;
	z-index: -1;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.awCategoriesWrapper .video .thevideo {
	float: left;
	position: relative;
	width: 100%;
}
.awCategoriesWrapper .overlayDarkBg {
	background-color: rgba(0,0,0,0.4);
}
.categoryTitleTagsWrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}
.categoryTitleTagsWrapper .categoryTitle {
	text-align: center;
	font-size: 55px;
	color: #fff;
	font-weight: 700;
}
.categoriesTagWrapper {
	width: auto;
	position: relative;
	margin: 0 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
.awCategoriesWrapper:hover .categoriesTagWrapper{
	margin: 35px 0 0 0;
	height: 200px;
	opacity: 1;

}
.categoryTagItem {
	width: auto;
	position: relative;
	font-size: 24px;
	color: #fff;
	margin: 0 0 5px;
}
.awCategoriesWrapper .catItemReadMore {
	position: absolute;
	bottom: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.awCategoriesWrapper .catItemReadMore a{
	border: 2px solid #fff;
	color: #fff;
}
.awCategoriesWrapper .catItemReadMore a svg {
	fill: #fff;
}

.awCategoriesWrapper:hover .catItemReadMore a{
	width:250px;
}
.awCategoriesWrapper:hover .catItemReadMore a .readMoreContent{
	opacity: 1;
}
.awCategoriesWrapper:hover .catItemReadMore a .readMorePlus{
	opacity: 0;
}
/*mod aw categories ends*/
.awHomeServicesContainer {
	float: left;
	position: relative;
	width: 100%;
}
.awHomeServicesContainer .generalTitleWrapper {
	margin: 227px 0 80px;
}
.homeServicesWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.homeServiceWrapper {
	float: left;
	position: relative;
	width: 25%;
	padding: 20.35% 0;
	filter: grayscale(100);
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.homeServiceWrapper:hover{
	filter: grayscale(0);
}
.homeServiceWrapperLink {
	position: absolute;
	width: 100%;
	float: left;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
}
.awCategoriesImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -2;
}
.homeServiceCounter {
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-90deg);
	-moz-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
	font-size: 30px;
	color: #fff;
}
.serviceTitle {
	float: left;
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding: 0 20px;
	box-sizing: border-box;
}
.homeServiceWrapper .catItemReadMore {
	float: left;
	position: absolute;
	width: auto;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.homeServiceWrapper .catItemReadMore a {
	border: 2px solid #fff;
	color: #fff;
}
.homeServiceWrapper .catItemReadMore a svg{
	fill:#fff;
}
.homeServiceWrapper .catItemReadMore a .readMoreContent{
	font-size: 14px;
	font-weight: 600;
}

.homeServiceWrapper .catItemReadMore a:hover .readMoreContent {
	opacity: 1;
	color: #fff;
}

.homeServiceWrapperLink:hover + .catItemReadMore a{
	width:250px;
}

.homeServiceWrapperLink:hover + .catItemReadMore a .readMorePlus{
	opacity:0;

}

.homeServiceWrapperLink:hover + .catItemReadMore a .readMoreContent{
	opacity: 1;
	color:#fff;

}
/*home feature projects*/
.awFeaturedProjects {
	float: left;
	position: relative;
	width: 100%;
}
.awFeaturedProjects .generalTitleWrapper {
	margin: 205px 0 83px;
}
.awFearuredProjectsInner {
	float: left;
	position: relative;
	width: 100%;
}
.featuredProjectsWrapper {
	float: left;
	position: relative;
	width: calc(100% + 30px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
}
.featuredProjectWrapper {
	float: left;
	position: relative;
	width: calc(33.33% - 30px) ;
	margin: 0 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	filter: grayscale(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear ;
	transition: all 0.2s linear ;
}
.featuredProjectWrapper.doubleSize{
	width: calc(66.66% - 30px);
}
.featuredProjectWrapper:hover{
	filter: grayscale(0%);
}
.featuredProjectWrapper.hasVideo {
	background-image: none !important;
	filter: grayscale(0%) !important;
}
.featuredProject {
	float: left;
	position: relative;
	width: 100%;
	padding: 46.17% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*filter: grayscale(100%);*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear ;
	transition: all 0.2s linear ;
}
.featuredProject .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.featuredProject .video video {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.featuredProject::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: -33px;
	left: 0;
	box-shadow: 0px -46px 71px 27px #000;
	z-index: 0;
}
.featuredProjectWrapper.doubleSize .featuredProject {
	padding: 22.41% 0;
}
.featuredProject a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.featuredProjectDetails {
	float: left;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1;
}
.featuredProjectDetails .projectSubtitle {
	float: left;
	position: relative;
	font-size: 17px;
	color: #fff;
	margin: 0 0 20px;
}
.featuredProjectDetails .projectTitle {
	float: left;
	position: relative;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.mainLinkButton {
	float: left;
	position: relative;
	width: 100%;
}
.mainLinkButton a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
	border: 2px solid #222;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mainLinkButton a:hover{
	background-color:#222;
	color: #fff;
}
.mainLinksWrapper {
	float: left;
	position: relative;
	width: calc(100% + 25px);
	margin-left: -12.5px;
}
.mainLinksWrapper .generalButton{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	position: relative;
	float: left;
	padding: 0 12.5px;
}
.mainLinksWrapper .generalButton a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 20px;
	border: 2px solid #222;
	font-size: 14px;
	font-weight: 600;
	z-index: 1;
	text-align: center;
}

/* home page clients*/
.awHomeClients {
	position: relative;
	float: left;
	width: 100%;
}
.awHomeClients .generalTitleWrapper {
	margin: 215px 0 80px;
}
.awHomeClientsInner {
	float: left;
	position: relative;
	width: 100%;
}
.homeClientsWrapper {
	float: left;
	position: relative;
	width: calc(100% + 40px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
}
.homeClient {
	float: left;
	position: relative;
	width: 20%;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 40px;
}
.homeClient img {
	display: inline-block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.homeClient:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.homeClient.viewAllBtn.generalButton {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.homeClient.viewAllBtn.generalButton a {
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #222;
}
.homeClient.viewAllBtn.generalButton a {
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #222;
	width: 260px;
	padding: 25px 0;
}
/*home page journal article*/
#gkTop5 {
	overflow: visible;
}
.gkTop5Inner {
	float: left;
	position: relative;
	width: 100%;
	margin: 250px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.homePage .aw_articles {
	width: 42.95%;
	float: left;
	position: relative;
	padding: 0 170px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
.journalTitleLinkWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 24px;
}
.journalTitle {
	position: relative;
	float: left;
	width: auto;
	font-size: 30px;
	font-weight: 600;
}
.journalLink {
	position: relative;
	float: left;
	width: auto;
	font-size: 14px;
	font-weight: 600;
}
.homePage .artice {
	position: relative;
	float: left;
	width: 100%;
	padding: 65% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	filter: grayscale(100%);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear ;
	transition: all 0.3s linear ;
}
.homePage .artice:hover{
	filter:grayscale(0%);
}
.homePage .articleInner {
	float: left;
	position: absolute;
	width: 100%;
	color: #fff !important;
	top: 0;
	height: 100%;
	left: 0;
	margin: 0 0 0 0;
	padding: 30px 40px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.homePage .articleInner.noPadding {
	padding: 0;
}
.homePage .articleInner a {
	width: 100%;
	position: relative;
	float: left;
	height: 100%;
}
.homePage .articleTitle {
	float: left;
	position: relative;
	width: 100%;
}
.homePage .articleTitle p {
	float: left;
	position: relative;
	width: 100%;
	font-size: 24px;
	color: #fff;
}
.homePage .articleCreated {
	float: left;
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 0;
}
.articleCreatedValue {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
/*home page awards*/
.awAwards {
    float: left;
    position: relative;
    width: 57.05%;
}
.awardsTitleWrapper {
    float: left;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.awardsTitle {
    float: left;
    position: relative;
    width: auto;
    font-size: 30px;
    font-weight: 600;
}
.awardSubtitle {
    position: relative;
    float: left;
    width: auto;
    font-size: 14px;
    font-weight: 600;
}
.awardsWrapper {
    float: left;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 80px 0 0 0;
}
.awAwards.list .awardsWrapper {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 0 -12px;
	width: calc(100% + 24px);
}
.awardsWrapper .owl-stage{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.award {
    float: left;
    position: relative;
    width: auto;
}
.awAwards.list .award {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 24px 0;
	padding: 0 12px;
	width: 25%;
}
.awAwards.list .awardInner {
	float: left;
	position: relative;
}
.award img {
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.award img:hover{
    filter: grayscale(0);
}
    /*home page acy mailing*/
#gkBottom2 {
	overflow: visible;
	z-index: 0;
	position: relative;
}
.homePage .awAcyMailingWrapper {
	margin: 0 0 0 0;
}
.homePage .aw_acymailing_fulldiv {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.homePage .subscriptionLogoContainer {
	display: none;
}
.homePage .awFormWrapper {
	max-width: 540px;
	width: 100%;
}
.homePage .aw_acymailing_module_form .acyfield_email.acy_requiredField {
	float: left;
	position: relative;
	width: 65%;
}
.homePage .subscriptionDetails {
	margin: 0 100px 0 0;
}
/*Projects category view start*/
#gkMainbody {
	width: 100%;
	position: relative;
	float: left;
}
#gkMainbody .projects,
#gkMainbody .press.blog {
	float: left;
	position: relative;
	width: 100%;
	margin:100px 0 90px 0;
}
.generalTitleWrapper {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.generalTitleWrapper.withMargin{
	margin: 0 0 50px;
}
.generalTitle {
	font-size: 55px;
	color: #222222;
	position: relative;
	font-weight: 600;
	z-index: 1;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 100%;
}

.foregroundTitle {
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 120px;
	z-index: 0;
	color: #eaeaea;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 600;
}
.foregroundTitle span{
	position: relative;
	width:500%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.category-desc {
	float: left;
	position: relative;
	width: 100%;
	margin: 100px auto 0 auto;
	font-size: 30px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.category-desc p {
	max-width: 800px;
	margin: 0 0 30px;
}

.projects .category-desc p {
	margin: 0 0 0;
}
.filterWrapper {
	float: left;
	position: relative;
	width: 100%;
}
.filtersToggler {
	float: left;
	position: relative;
	width: 100%;
	margin: 50px 0;
	display: none;
}
.filtersTogglerInner {
	width: auto;
	float: left;
	position: relative;
	padding: 10px 20px;
	background-color: #e9e9e9;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	z-index: 98;
}
.awProjectFilters {
	float: left;
	position: relative;
	width: 100%;
	margin: 115px 0 125px;
}
.awProjectFilters::after {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 3px;
	background-color: #e0e0e0;
}
.awProjectFiltersInner {
	float: left;
	position: relative;
	width: 100%;
}
#awContentFilters {
	float: left;
	position: relative;
	width: 100%;
}
.awContentFiltersMainContainer {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.awContentFiltersType {
	float: left;
	position: relative;
	text-transform: uppercase;
	width:20%;
}
.awContentFiltersType .awContentFiltersOption {
	cursor: pointer;
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #646464;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.awContentFiltersType .awContentFiltersOption label {
	color: #646464;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 35px;
	position: relative;
	width: 100%;
}
.awContentFiltersType .awContentFiltersOption:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #222;
	left: 0;
	z-index: 10;
	opacity:0;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
.awContentFiltersType.active .awContentFiltersOption:after {
	opacity:1;
}
.awContentFiltersType .awContentFiltersOption:hover:after {
	opacity:1;
}
.itemsContainer {
	float: left;
	width: 100%;
	position: relative;
}
.itemsContainer.withMargin {
	margin: 0 0 110px;
}
.projects .itemsContainerInner {
	float: left;
	position: relative;
	width: calc(100% + 30px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
}
.press.blog .itemsContainerInner {
	float: left;
	position: relative;
	width: calc(100% + 30px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 90px 0 0 -15px;
}
.itemCatWrapper {
	float: left;
	position: relative;
	width: calc(33.33% - 30px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	margin: 0 15px 30px;
	overflow: hidden;
}
.projects .itemCatWrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: -33px;
	left: 0;
	box-shadow: 0px -46px 86px 42px #000;
	z-index: 0;
}
.projects .itemCatWrapper.doubleSize {
	width: calc(66.66% - 30px);
}
.press.blog .itemCatWrapper {
	display: block;
	width: calc(25% - 30px);
}
.featuredProjectLabel {
	position: absolute;
	z-index: 10;
	left: -13px;
	top: 61px;
	transform: rotate(-90deg);
	color: #fff;
	font-size: 24px;
}
.projects .itemCatWrapper.doubleSize .itemCat {
	padding: 24% 50%;
	background-size: cover;
}
.projects .itemCat {
	float: left;
	position: relative;
	width: 100%;
	padding: 50% 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.press.blog .itemCat {
	float: left;
	position: relative;
	width: 100%;
	padding: 65% 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.projects .itemCatWrapper.doubleSize:hover .itemCat{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.projects .itemCatWrapper:hover .itemCat{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.press.blog .itemCatWrapper:hover .itemCat {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.catItemWrapper {
	float: left;
	width: 100%;
	height: 100%;
}
.catItemWrapper a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.catItemTitlesWrapper {
	float: left;
	position: absolute;
	bottom: 35px;
	left: 30px;
	z-index: 1;
}

.catItemSubTitle {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 17px;
}

.catItemTitle {
	position: relative;
	float: left;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 24px;
	margin: 20px 0 0 0;
}
.catItemTitle a{
	position: relative;
	width:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
.catItemTitle a:hover{
	color: #d2d0cc;
}
/*on the drawing projects*/
.greyBg {
	background-color: #f4f4f4;
}
.greyBg #gkHeaderNav {
	background-color: #f4f4f4;
	/* -webkit-box-shadow: 0 0 13px -10px #000000; */
}
.greyBg .foregroundTitle {
	font-size: 160px;
	color: #fff;
}
#gkMainbody .onTheDrawing {
	float: left;
	position: relative;
	width: 100%;
	margin:100px 0 100px 0;
}

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

.onTheDrawing .itemCatWrapper.doubleSize {
	width: 66.66%;
}
.onTheDrawing .itemCatWrapper.doubleSize .itemCat{
	padding: 24% 0;
	background-size: 117%;
}
.onTheDrawing .itemCat {
	float: left;
	position: relative;
	width: 100%;
	padding: 50% 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.onTheDrawing .itemCatWrapper:hover .itemCat{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
	transform:scale(1.2);

}
.onTheDrawing .itemCatWrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: -33px;
	left: 0;
	box-shadow: 0px -20px 125px 59px #fff;
	z-index: 0;
}
.onTheDrawing .catItemTitle {
	color: #222;
}
.onTheDrawing .catItemSubTitle {
	color: #222;
}
.greyBg .getDirLinkArrow {
	border-bottom: 2px solid #f4f4f4;
}
/*project article view*/

/* project details */
.item-page {
	float: left;
	position: relative;
	width: 100%;
	margin: 100px 0 0 0;
}
.item-page.projectItem {
	margin-bottom: 120px;
}
.itemSubtitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 49px 0 0;
	font-size: 24px;
	padding: 0 20px;
}

.itemBodyContainer {
	float: left;
	position: relative;
	width: 100%;
}
.itemBodyContainer.withMargin {
	margin:80px 0 0 0;
}

.headerImageContainer {
	float: left;
	position: relative;
	width: 100%;
	margin: 30px 0 0;
}
.headerImageInner {
	float: left;
	position: relative;
	width: 100%;
	padding: 21.02% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.awVideoPlay {
	cursor: pointer;
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 90px;
	color: #fff;
}
.awVideoPlay.show {
	display: block;
}
#playVideo svg .cls-1 {
	fill: #fff;
}
.playerLabel {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 0 10px;
}
.awVideoOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0;
	visibility:hidden;
	width: 100%;
	height: 100vh;
	display: none;
}
.awVideoOverlay.active {
	opacity:0.8;
	visibility:visible;
	display: block;
}
.awVideoModal {
	height: auto;
	left: 50%;
	max-height: 90vh;
	max-width: 90%;
	opacity: 0;
	position: fixed;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	visibility: hidden;
	width: 1280px;
	z-index: 201;
	display: none;
}
.awVideoModal.active {
	opacity:1;
	visibility:visible;
	display: block;
}
.awVideoClose{
	display:none;

}
.awVideoOverlay.active + .awVideoClose {
	color: #fff;
	cursor: pointer;
	display: block;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	float: right;
	font-family: 'aw-font';
	font-size: 30px;
	height: 30px;
	opacity: 0.7;
	outline: none;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
	text-align: right;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #000;
	padding: 5px 7px 10px 7px;
	z-index: 1000;
	width: 30px;
}
.awVideoClose svg path {
	fill: #fff;
}
.awVideoOverlay.active + .awVideoClose:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.awSlideshowVideoModalLoader {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.awVideoModal .awVideoWrapper {
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
}

.awVideoContainer.active {
	display: block;
}

.itemDescriptionContainer {
	float: left;
	position: relative;
	width: 100%;
}
.itemDescriptionInner {
	float: left;
	position: relative;
	width: 100%;
	margin: 120px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.itemDescription {
	float: left;
	position: relative;
	width: 60.39%;
}

.itemDescriptionTitle {
	width: 100%;
	float: left;
	position: relative;
	font-size: 30px;
	margin: 0 0 30px;
	font-weight: 600;
}
.itemDescriptionContent {
	float: left;
	position: relative;
	width: 100%;
	font-size: 20px;
}
.itemDescriptionContent p{
	margin: 0 0 35px;
}
.itemCharacteristics {
	position: relative;
	float: left;
	width: 39.61%;
	padding: 0 0 0 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.itemCharacteristics.noPadding{
	padding:0 0 0 0;
}
.itemCharacteristicsWrapper {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	padding: 10px 0 19px;
	border-bottom: 2px solid #e4e4e4;
}

.characteristicLabel {
	position: relative;
	float: left;
	font-size: 17px;
	font-weight: 600;
	width: 35%;
	line-height: 1.6;
}

.characteristicValue {
	position: relative;
	width: 65%;
	float: left;
	font-size: 17px;
	line-height: 1.6;
}
/* project slideshow*/
.itemSliderContainer {
	float: left;
	position: relative;
	width: 100%;
	margin: 140px 0 0 0;
}
.itemSliderContainerInner {
	float: left;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: #fff;
}


.secondDescCont .itemCharacteristicsWrapper:first-child{
	border-top:2px solid #e4e4e4;
}
/* project before/after*/
.itemBeforeAfterContainer {
	float: left;
	position: relative;
	width: 100%;
	margin: 150px 0 0 0;
}
.twentytwenty-before-label,
.twentytwenty-after-label{
	opacity:1 !important;
}
.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0) !important;
}
.itemBeforeAfterContainer .twentytwenty-before-label::before, .itemBeforeAfterContainer .twentytwenty-after-label::before {
	position: absolute;
	background: rgba(255, 255, 255, 0.6) ;
	line-height: 38px;
	padding: 15px 30px ;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #000 ;
	font-size: 21px;
	font-weight: 600;
}
/* project award*/
.itemAward {
	width: 100%;
	float: left;
	position: relative;
}
.itemAwardInner {
	float: left;
	position: relative;
	width: 100%;
	margin: 180px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	height: 890px;
	-webkit-justify-content: center;
	justify-content: center;
}
.awardBluredBg{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(4px);
	-webkit-filter: blur(4px);
}
.awardImageContainer {
	float: left;
	width: auto;
	position: relative;
}


.awardDescriptionContainer {
	float: left;
	position: relative;
	width: 100%;
	margin: 25px 0 0 0;
	text-align: center;
	font-size: 30px;
	max-width: 950px;
	color: #fff;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.awardLink {
	width: 70%;
	float: left;
	max-width: 500px;
	border: 1px solid #fff;
	margin: 80px 0 0 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.awardLink a {
	color: #fff;
	font-size: 14px;
	font-weight:600;
	letter-spacing: 1px;
	width: 100%;
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
}

/* project highlights */
.itemProjectHighlights {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}
.itemProjectHighlightsInner {
	float: left;
	position: relative;
	width: 100%;
}

.hightlightsMainTitle {
	float: left;
	position: relative;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	top: 152px;
}
.highlightImagesWrapper{
	position: relative;
	float: left;
	display: -webkit-flex;
	width: calc(100% + 30px);
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bigImage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 180px 0 0;
	position: relative;
	width: 66.66%;
}

.bigImageWrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	padding-top: 65%;
	position: relative;
	width: calc(100% - 30px);
}
.bigImageText {
	float: left;
	position: relative;
	width: 100%;
	margin: 25px 0 0 0;
	font-size: 17px;
	line-height: 1.4;
}
.smallImage{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 180px 0 0;
	position: relative;
	width: 33.33%;
}


.smallImageWrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	padding-top: 130%;
	position: relative;
	width: calc(100% - 30px);
}
.smallImageText{
	float: left;
	position: relative;
	width: 100%;
	margin: 25px 0 0 0;
	font-size: 17px;
	line-height: 1.4;
}

/* project testimonials */
.itemTestimonialsContainer {
	float: left;
	position: relative;
	width: 100%;
	margin: 160px 0 0;
}
.itemTestimonialsContainerInner {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.testimonialsCenterImage {
	position: relative;
	width: 100%;
	margin: 0 0 85px;
	text-align: center;
}
.testimonialsCenterImage img{
	display: inline-block;
}
.testimonialsWrapper {
	max-width: 960px;
	position: relative;
	width: 100%;
	float: left;
}
.projectTestimonial {
	width: 100%;
	position: relative;
	float: left;
}
.testimonialQuote {
	float: left;
	position: relative;
	width: 100%;
	font-size: 24px;
	text-align: center;
	line-height: 1.25;
}

.testimonialAuthor {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
	font-size: 20px;
	font-weight: 600;
}
.testimonialAuthorTitle {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}
.testimonialsWrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
#testimonialNavOptions {
	position: relative;
	max-width: 350px;
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}
#testimonialNavOptions .testimonialNav {
	position: relative;
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#testimonialNavOptions .testimonialNav .owl-prev,
#testimonialNavOptions .testimonialNav .owl-next{
	background-color: transparent;
	font-family: 'aw-font';
	font-size: 40px;
	position: relative;
	width: 80px;
	color: #7f7f7f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#testimonialNavOptions .testimonialNav .owl-prev:hover,
#testimonialNavOptions .testimonialNav .owl-next:hover{
	color:#0a0a0a;
}
#testimonialNavOptions .testimonialNav .owl-prev {
	left: 0;
	text-align: center;
}
#testimonialNavOptions .testimonialNav .owl-next{
	text-align: center;
}
#testimonialNavOptions .testimonialDots {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#testimonialNavOptions .testimonialDots .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10%;
}
#testimonialNavOptions .testimonialDots .owl-dot {
	width: 10px !important;
	height: 10px;
	background-color: #d2d0cc;
	border-radius: 50%;
	float: left;
	margin:0 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#testimonialNavOptions .testimonialDots .owl-dot.active{
	background-color: #000;
}
/*project related articles*/
.aw_articles.related {
	float: left;
	position: relative;
	width: 100%;
	margin: 180px 0 0 0;
}
.aw_articles.related + script + .awContactUsContainer.default{
	display: none;
}
.aw_articles.related + script + .awContactUsContainer.default + .awContactUsContainer.default.projectsItem{
	display: block;
}
.relatedArticlesInner {
	float: left;
	position: relative;
	width: 100%;
}
.relatedArticlesWrapper {
	float: left;
	position: relative;
	width: 100%;

}
.relatedArticle {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.relatedArticle:hover{
	filter: grayscale(0);
}
.relatedArticleInner {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
.relatedArticleInner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: -33px;
	left: 0;
	box-shadow: 0px -46px 86px 42px #000;
	z-index: 0;
}
.relatedArticleInner a {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.articleTitlesWrapper {
	position: absolute;
	bottom: 20px;
	left: 25px;
}
.relatedArticleSubtitle {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 17px;
}
.relatedArticleTitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	float: left;
	font-size: 27px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	
}
.relatedArticlesWrapper .owl-dots {
	position: relative;
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 40px 0 0;
}
.relatedArticlesWrapper .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	float: left;
	position: relative;
	margin: 0 4px;
	background-color: #d2d0cc;

}
.relatedArticlesWrapper .owl-dot.active {
	background-color: #222;
}

/*general os gallery default layout*/
.carouselSlider {
	float: left;
	position: relative;
	width: 100%;
}
.os-gallery-tabs-main-3 {
	float: left;
	position: relative;
	width: 100%;
}
.os-cat-tab-images {
	float: left;
	position: relative;
	width: 100%;
}
.osSlideshowContainer.clients {
	float: left;
	position: relative;
	width: calc(100% + 30px);
	margin: 0 0 0 -15px;
}
.osSlideshowItemWrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
}
.osSlideshowItemWrapper .osSlideshowItem {
	float: left;
	padding: 29% 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 100%;
}

/*general os gallery default layout ends*/

.osSlideshowContainer {
	float: left;
	position: relative;
	width: 100%;
}
.osSlideshowItem {
	float: left;
	padding: 28.53% 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.osSLideLightbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.carouselNav .slick-nav-prev.slick-arrow, .carouselNav .slick-nav-next.slick-arrow {
	background-color: #fff;
	font-family: 'aw-font';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	font-size: 30px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: none;
}
.carouselNav .slick-nav-prev:hover, .carouselNav .slick-nav-next:hover{
	opacity: 1;
}
.carouselNav .slick-nav-prev{
	left:35px;
}

.carouselNav .slick-nav-next{
	right:35px;
}
.carouselOptions {
	position: relative;
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.carouselCounter {
	float: left;
	position: relative;
	width: auto;
	margin: 30px 0 0 0;
	font-size: 17px;
	font-weight: 600;
}
.expandToFancybox {
	position: relative;
	float: left;
	margin: 30px 0 0 0;
	cursor: pointer;
}
/*fancybox css overrides*/
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background-color: #000000b3 !important;
}

/* default article */
.itemTextContainer {
	float: left;
	margin: 100px 0 0;
	position: relative;
	width: 100%;
}
.itemText {
	float: left;
	font-size: 20px;
	position: relative;
	width: 100%;
}

/* ABOUT CATEGORY VIEW */
.about {
	float: left;
	position: relative;
	width: 100%;
	margin: 100px 0 120px 0;
}
.about .generalTitleWrapper {
    margin: 0 0 0 0;
}
.about .generalTitleWrapper.withMargin {
	margin: 0 0 85px 0;
}
.aboutItem.itemsContainerInner{
    margin:85px 0 0 0;
}
.aboutItem.itemsContainerInner .itemCatWrapper {
    width: 100%;

}
.aboutItem.itemsContainerInner .aboutItemCat {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.aboutItem.itemsContainerInner .itemCatWrapper{
    padding:0 0 0 0;
	margin:0;
}
.aboutItem.itemsContainerInner .itemCatWrapper:nth-child(2n+2) .aboutItemCat .catItemInfo {
    order: 2;
}

.aboutItem.itemsContainerInner .catItemInfo {
    width: 50%;
    position: relative;
    float: left;
    padding: 110px 50px 70px 50px;

}
.overlayBorder {
    position: absolute;
    width: 129%;
    height: 100%;
    left: 0;
    top: 0;
    border: 10px solid #d2d0cc;
    z-index: 10;
    pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aboutItem.itemsContainerInner .itemCatWrapper:nth-child(2n+2) .aboutItemCat .catItemInfo .overlayBorder{
    right: 0;
    left:auto;
    z-index: 10;
}
.aboutItem.itemsContainerInner .catItemInfoInner {
    float: left;
    position: relative;
    width: 100%;
}
.aboutItem.itemsContainerInner .catItemTitle{
    color:#222222;
    width:100%;
    position: relative;
    float: left;
}

.aboutItem.itemsContainerInner .catItemIntroText {
    float: left;
    position: relative;
    margin: 20px 0 0 0;
    font-size: 20px;
}
.catItemReadMore {

    float: left;
    position: relative;
    width: 100%;
}
.catItemReadMore a {
    border: 2px solid #222222;
    position: relative;
    float: left;
    width: 60px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catItemReadMore a:hover{
    width:250px;
}

.readMorePlus {
	position: absolute;
	float: left;
	font-family: 'aw-font';
	line-height: 1;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	width: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 0 0 10.5px;
}
.catItemReadMore a:hover .readMorePlus{
    opacity:0;

}
.readMoreContent {
    opacity: 0;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
    width: 250px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center;
	font-size: 14px;
	font-weight: 600;
}
.catItemReadMore a:hover .readMoreContent{
    opacity: 1;
    color:#222222;

}
.aboutItem.itemsContainerInner .catItemImage {
    width: 61.54%;
    position: relative;
    padding: 23.1% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
	filter: grayscale(100%);
	-webkit-transition: all 0.3s linear ;
	-moz-transition: all 0.3s linear ;
	transition: all 0.3s linear ;
}
.aboutItem.itemsContainerInner .catItemImage:hover{
	filter:grayscale(0);
}
.catItemImage a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.aboutPage .awAcyMailingWrapper {
	margin: 0 0 0 0;
}
/* ABOUT ARTICLE VIEW*/
.item-page.about {
    float: left;
    position: relative;
    width: 100%;
    margin: 100px 0 0 0;
}
.anchorsMenu {
    float: left;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 75px 0 30px;
}
.anchorsMenuInner {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}
.anchorMenuItem {
    float: left;
    position: relative;
    width: auto;
    margin: 0 50px;
}

.anchorMenuItem a{
    float: left;
    position: relative;
    width:100%;
    color: #646464;
    font-weight: 600;
}

.item-page.about .headerImageInner {
    float: left;
    position: relative;
    width: 100%;
    padding: 23.97% 0;
}

.sectionContainer {
	float: left;
	position: relative;
	width: 100%;
}
.sectionInner {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin: 120px 0 0 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sectionMainTitleWrapper {
	float: left;
	position: relative;
	width: 32%;
	padding: 30px 0 0 0;
	border-top: 5px solid #d2d0cc;
}
.philosophyAwards.sectionMainTitleWrapper {

	top: 9px;
}
.sectionMainTitle {
	float: left;
	position: relative;
	width: 100%;
	font-size: 36px;
	font-weight: 600;
}
.sectionContentWrapper {
	float: left;
	position: relative;
	width: 68%;
	padding: 0 0 0 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clientCarouselOptions {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 60px 0 0;
}
.clientCarouselNavContainer{
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.clientCarouselNavContainer .owl-prev,
.clientCarouselNavContainer .owl-next{
	position: relative;
	background-color: transparent;
	font-size: 30px;
	width: auto;
}

/*clients and projects*/

.sectionContentWrapperInner {
	float: left;
	position: relative;
	width: 100%;
}
.sectionText {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 50px;
	font-size: 20px;
}
.sectionText ol{
	list-style-type: decimals;
	list-style-position: inside;

}
.sectionText ol li {
	margin: 0 0 25px;
}
.sectionText p:first-child{
	margin-top:0;

}
/*clients slider*/

.multiRowSliderWrapper {
	display: -webkit-flex !important;
	display: flex !important;

}
.multiRowSliderWrapper .osSlideshowItem {
	float: left;
	padding: 7.31% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 25%;
}

.slick-arrow {
	border-top: 2px solid #222;
	border-left: 2px solid #222;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	width: 68px;
	height: 68px;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center;
	justify-content: center;
	cursor:pointer;
}
.slick-nav-prev.slick-arrow {
	border-left:none;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordionTitle {
	font-size: 24px;
	font-weight: 600;
	padding: 20px 20px;
	float: left;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #d2d0cc;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
	cursor: pointer;
}
.accordionTitle:first-child{
	border-top: 2px solid #d2d0cc;
}
.accordionTitle:hover{
	background-color: #d2d0cc;
}
.accordionTitle.active{
	background-color: #d2d0cc;
}
.accordionTitle::after{
	content: '';
	font-family: 'aw-font';
	width:30px;
	height:30px;
	background-image:url('/images/template/plus.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right:25px;
	color: #222222;
}
.accordionTitle.active::after{
	background-image:url('/images/template/minus.png');
	height:2px;
}
.panelContent {
	width: 100%;
	position: relative;
	float: left;
	display: none;
}
.panelItems {
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 2px solid #d2d0cc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	-webkit-align-items: center;
	align-items: center;
}
.panelItems a{
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.panelItems a::after {
	content: 'g';
	font-family: 'aw-font';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: #222222;
	font-size: 30px;
	opacity:0;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
.panelItems a:hover::after{
	opacity:1;
}
.panelClientDescription {
	float: left;
	width: 55%;
	position: relative;
}
.panelClient {
	width: 100%;
	float: left;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	margin: 5px 0;
}
.panelDescription {
	float: left;
	margin: 5px 0;
	position: relative;
	width: 100%;
}
.panelDescription p{
	margin:0;
}
.panelDescription ul li {
	list-style: disc;
	margin: 0 0 0 15px;
	box-sizing: border-box;
	padding: 0 8px;
}

.panelPlaceYear {
	width: 45%;
	position: relative;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.panelPlace {
	position: relative;
	width: auto;
	float: left;
	text-align: right;
}

.panelYear {
	position: relative;
	width: auto;
	margin: 0 70px 0 35px;
}

/*section 2 members*/
.membersGridWrapper {
	float: left;
	position: relative;
	width: calc(100% + 40px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
}
.memberItem {
	width: calc(50% - 40px);
	position: relative;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 23.12% 0;
	margin: 0 20px 40px;
	overflow: hidden;
	cursor:pointer;
}
.memberItem::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: -100px;
	left: 0;
	box-shadow: 0px -108px 106px 25px #000;
	z-index: 1;
}
/*.memberItem:hover::after{*/
	/*display: none;*/
/*}*/
/*.memberItem:hover {
	overflow-y: scroll;
}*/
.memberOveralayBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
.memberItem:hover .memberOveralayBg{
	background-color: #0a0a0ab3;

}
.memberTitleName {
	position: absolute;
	float: left;
	width: 100%;
	bottom: 11px;
	z-index: 10;
	left: 30px;
}
.memberInfo {
	height: 100%;
	left: 0;
	position: absolute;
	top: 71.9%;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
	z-index: 10;
	opacity: 0;
	width: 100%;
}
.mCustomScrollbar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	max-height: 100%;
	padding: 50px 30px 50px;
	position: absolute;
	top:0;
	width: 100%;
}
/*.memberItem:hover .memberInfo{*/
	/*top: 0;*/
	/*opacity:1;*/
/*}*/

/*.memberItem:hover .memberTitleName{*/
	/*opacity: 0;*/
/*}*/
.memberTitle {
	float: left;
	width: 100%;
	position: relative;
	color: #fff;
	margin: 0 0 10px;
}
.memberName {
	float: left;
	position: relative;
	width: 100%;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px;
}
.memberDesc {
	float: left;
	position: relative;
	width: 100%;
	font-size: 17px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.6s ease 0.6s ;
	-moz-transition: all 0.6s ease 0.6s ;
	transition: all 0.6s ease 0.6s ;
}
/*.memberItem:hover .memberDesc{*/
	/*opacity: 1;*/

/*}*/
/*section 3 timeline*/
.cd-horizontal-timeline {
	margin: 0;
}
.cd-horizontal-timeline .timeline {
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	margin: 0;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 65px;
	overflow: hidden;
}
.cd-horizontal-timeline .events {
	top: 10px;
	height: 3px;

}
.events ol li {
	position: absolute;
	bottom: -53px;
}

.timelineYear a {
	font-size: 14px;
}
.timelineYear a.selected {
	font-weight:600;
}
.cd-horizontal-timeline .events a::after {
	bottom: 48px;
}
.cd-timeline-navigation a {
	position: absolute;
	z-index: 1;
	top: -5px;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 0;
	border: none;
	overflow: visible;
	color: transparent;
	text-indent: 0px;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.cd-timeline-navigation a.prev {
	left: 8px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	top:9px;
}
.cd-timeline-navigation a.prev svg{
	position: absolute;
	bottom: -4px;
}
.cd-timeline-navigation a.next{
	right:8px;
	top:6px;
}
.cd-timeline-navigation a.next svg {
	position: absolute;
	bottom: 5px;

}
.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 23px 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
	float: left;
}


.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.timelineInfoWrapper {
	width: 100%;
	margin: 0 !important;
	float: left;
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.timelineImage {
	width: 100%;
	position: relative;
	float: left;
	max-width: 500px;
}
.timelineInfo {
	width: 100%;
	position: relative;
	float: left;
	max-width: 490px;
	padding: 0 0 0 40px;
}
h2.timelineTitle {
	font-size: 30px;
	font-weight: 600;
	float: left;
	position: relative;
	width: 100%;
}
.timelineSubtitle {
	float: left;
	position: relative;
	width: 100%;
	font-size: 24px;
	margin: 5px 0 0 0;
	font-weight: 600;
}

.timelineDescription {
	font-size: 17px;
	margin: 10px 0 0 0;
	float: left;
	position: relative;
	width: 100%;
}

.timelineReadMore {
	position: relative;
	float: left;
	width: 100%;
}
.timelineReadMore a {
	position: relative;
	float: left;
	width: auto;
	padding: 20px 50px;
	border: 2px solid #222;
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
/*about pagination */
.item-page.about .paginationWrapper {
	float: left;
	position: relative;
	width: 100%;
	margin: 130px 0 50px 0;
}
.item-page.about .paginationWrapperInner {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.item-page.about .socialShareWrapper {
	position: relative;
	width: auto;
	float: left;
}
.item-page.about ul.b2jsocial li a {
	background: none;
}
.item-page.about ul.b2jsocial li a::after {
	font-size: 24px;
	color: #646464;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
.item-page.about ul.b2jsocial li a:hover::after{
	color:#222;
}
.shareLabel {
	position: absolute;
	left: 0;
	top: 50%;
	width: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 600;
}
.item-page.about div.b2jsocial_parent {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
	z-index: 0;
}

.item-page.about .socialShareWrapper:hover .shareLabel{
	opacity: 0;
}
.item-page.about .socialShareWrapper:hover div.b2jsocial_parent  {
	opacity:1;
	pointer-events: all;
	z-index: 1;
	position: relative;
}
.item-page.about .paginationInner {
	float: left;
	position: relative;
	width: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.about .pager.pagenav li {
	width: 300px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.about .pager.pagenav .previous a{
	display: none;
}
.about .pager.pagenav .next a[title],
.about .pager.pagenav .prev a[title]{
	opacity:1;
	visibility: visible;
	font-size: 24px;
	right:0;
	position: relative;
	text-align: right;
	width:100%;
	color: #7e7e7e;

}
.about .pager.pagenav .next a[title]::after,
.about .pager.pagenav .previous a[title]::after
{
	content: attr(title);
	visibility: hidden;
	width: 100%;
	opacity:0;
	position: absolute;
	right:0;
	top:0;
	font-size: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	color: #222;
}
.about .pager.pagenav .next:hover a[title]{
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about .pager.pagenav .next:hover a[title]::after{
	opacity:1;
	visibility:visible;
}
/*JOURNAL CATEGORY VIEW*/
.journal {
	width: 100%;
	position: relative;
	float: left;
	margin: 100px 0 0 0;
}

.journal .category-desc {
	margin: 50px 0 0 0;
	font-size: 24px;

}
.journal .itemsContainerInner {
	float: left;
	position: relative;
	width: 100%;
}
.journal .itemCatWrapper {
	float: left;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	overflow: visible;
	margin:0;

}
.journal .itemCat {
	width: 100%;
	float: left;
	position: relative;
}
.journal .catItemWrapper {
	float: left;
	width: 100%;
	height:auto;
	position: relative;
	cursor: pointer;
}
.journal .catItemWrapper a {
	width: 100%;
	height: auto;
	position: relative;
}
.journalOverlayBgImage {
	position: absolute;
	width: calc(100% + 440px);
	height: 100%;
	z-index: -5;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -220px;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.journal .catItemWrapper:hover .journalOverlayBgImage{
	opacity:1;
}
.journalOverlayDarkBg{
	position: absolute;
	width: calc(100% + 440px);
	height: 100%;
	z-index: -5;
	background-color: #00000080;
	opacity:0;
	margin-left: -220px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.journal .catItemWrapper:hover .journalOverlayDarkBg{
	opacity:1;
}
.journal .catItemBody {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 90px 0 47px;
}


.journal .catItemLeftSide {
	float: left;
	position: relative;
	width: 25%;
}
.catItemDate {
	float: left;
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #646464;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.journal .catItemWrapper:hover .catItemDate{
	color:#c3bebb;
}
.journal .catItemRightSide {
	float: left;
	position: relative;
	width: 75%;
}
.journal .catItemDetails {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.journal .catItemTagSocialsWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.journal .catItemTagsWrapper {
	float: left;
	position: relative;
	width: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catItemTag {
	position: relative;
	float: left;
	width: auto;
	margin: 0 20px 0 0;
	color: #646464;
	font-size: 17px;
	font-weight: 600;
}

.catItemTag a {
	position: relative;
	float: left;
	width: auto;
	color: #646464;
	font-size: 17px;
	font-weight: 600;
}

.journal .catItemWrapper:hover .catItemTag a{
	color:#c3bebb;
}


.journal .catItemSocialsWrapper {
	position: relative;
	float: left;
	width: auto;
}
.journalShareButtonsWrapper {
	float: left;
	position: relative;
	width: 100%;
}
.journal .b2jsocial_parent {
	float: left;
}
.journal ul.b2jsocial li {
	float: left;
	margin: 0 30px 0 0;
	width: auto !important;
}
.journal ul.b2jsocial li:last-child {
	margin: 0 0 0 0;
}
.journal ul.b2jsocial li a {
	background: transparent !important;
	margin: 0 0 0 !important;
}

.journalItemTitle {
	float: left;
	position: relative;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	margin: 25px 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.journal .catItemWrapper:hover .journalItemTitle a{
	color: #fff;
}
.journalItemTitle p{
	margin:0;
}

.readMoreWrapper {
	width: 100%;
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.journal .catItemWrapper:hover .generalButton.white a {
	color: #fff;
}
.journalBackToRoot {
	margin: 0 0 100px;
}
/* AW ARTICLES */
.journalLatestPostWrapper {
	float: left;
	position: relative;
	width: 100%;
}
.aw_articles {
	width: 100%;
	position: relative;
	float: left;
	z-index: 0;
}
.aw_articles .articles{
	width: 100%;
	position: relative;
	float: left;
	z-index: 5;
}
.overlayDarkBg{
	position: absolute;
	width:100%;
	height: 100%;
	z-index: 0;
	background-color: #39393980;
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
}
.journalLatestPostWrapper .artice {
	float: left;
	position: relative;
	width: 100%;

}

.journalLatestPostWrapper .artice .gkPage{
	max-width: 1000px;
}
.articleInner {
	float: left;
	position: relative;
	width: 100%;
	color: #fff !important;
}
.articleInner {
	float: left;
	position: relative;
	width: 100%;
	color: #fff !important;
	margin: 275px 0 225px;
}
.articleCreated {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 35px;
}
.latestPostLabel {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin: 0 28px 0 0;
	color:#fff;
}
.latestPostValue {
	position: relative;
	width: auto;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color:#fffc;
}
.articleTitle {
	float: left;
	position: relative;
	width: 100%;
}
.articleTitle p {
	margin: 0;
	font-size: 40px;
	font-weight: 600;
}
.journalLatestPostWrapper .generalButton.white a {
	position: relative;
	float: left;
	width: auto;
	padding: 20px 50px;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 60px 0 0 0;
	color: #fff;
	z-index: 1;

}
.journalLatestPostWrapper .generalButton a::after {
	z-index:-1;
}
/*journal pagination*/
.journalPagination {
	float: left;
	position: relative;
	width: 100%;
	margin: 65px 0 110px 0;
}
.journalPagination .pagination {
	float: left;
	position: relative;
	width: 100%;
}
.journalPagination .pagination ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;

}
li.pagination-start ,li.pagination-prev ,li.pagination-next ,li.pagination-end {
	display: none;
}
.journalPagination .pagination ul li{
	margin:0 4px;

}
.journalPagination .pagination ul li a {
	font-size: 17px;
	font-weight: 600;
	color: #646464;
}
.journalPagination .pagination ul li span{
	font-size: 17px;
	font-weight: 600;
	color: #222;
}
/*journal item view*/
.journal .itemDescriptionInner {
	float: left;
	position: relative;
	width: 100%;
	margin: 100px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.journal .itemDate {
	float: left;
	position: relative;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	color: #646464;
	text-transform: uppercase;
}
.journal .itemDescriptionTitle {
	font-size: 40px;
	margin: 20px 0 50px;
}
.journal .itemDescriptionTitle p{
	margin:0;
}
.journal .itemDescriptionInner .catItemTagsWrapper {
	margin: 0 0 35px;
}

.journalItemSocialButtonsWrapper {
    position: absolute;
    float: left;
    right: 0;
    top: 15%;
    width: 100%;
    z-index: 5;
}
.mobileJournalItemSocialButtonsWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: none;
}
.mobileJournalItemSocialButtonsWrapperInner {
	float: left;
	position: relative;
	width: 100%;
}
.item-page.journal .mobileJournalItemSocialButtonsWrapperInner ul.b2jsocial{
	-webkit-flex-direction: row;
	flex-direction: row;
}
.item-page.journal .mobileJournalItemSocialButtonsWrapperInner ul.b2jsocial li {
	margin: 15px 30px 20px 0;
}
.item-page.journal .mobileJournalItemSocialButtonsWrapperInner ul.b2jsocial li:last-child {
	margin: 15px 0 20px 0;
}
.journalItemSocialButtonsWrapper.socialFixed {
	position: fixed;
	float: left;
	right: 0;
	top: 16%;
}
.journalItemSocialButtonsWrapper .gkPage {
    max-width: 1820px !important;
    position: relative;
}
.journalItemSocialButtonsWrapperInner {
    float: left;
    position: absolute;
    /* width: 100%; */
    top: 0;
    right: 0;
    transform: translateX(-100%);
}

.item-page.journal ul.b2jsocial {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.item-page.journal ul.b2jsocial li {
	margin: 0 0 40px 0;
}

.item-page.journal ul.b2jsocial li a::after {
	font-size: 24px;
	color: #646464;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease ;
	transition: all 0.3s ease ;
}
.item-page.journal ul.b2jsocial li a:hover::after{
	color: #222;
}

.journal .itemSliderContainer {
	margin: 60px 0 0 0;
}
.journal .itemDescriptionContainer .gkPage {
	max-width: 1070px;
}

.journal .itemDescription {
	float: left;
	position: relative;
	width: 100%;
}
.journal .secondDescCont .itemDescriptionInner {
	margin: 70px 0 0;

}
.journal .itemDescriptionContainer.secondDescCont {
	margin: 0 0 140px;
}
.journalItemBodyVideoWrapper {
	width: 100%;
	float: left;
	position: relative;
	margin: 58px 0 0 0;
    z-index: 0;
}

.journalItemBodyVideoWrapper .awVideoModal {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	left: 0;
	opacity: 1;
	transform: translate(0,0);
	top: 0;
	visibility: visible;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.journalItemBodyVideoWrapper .awVideoModal #awVideoContainer {
	width: 100%;
}
/*journal article pagination*/

.journalItemPaginationWrapper {
    float: left;
    position: relative;
    width: 100%;
}
.journalItemPaginationInner {
    float: left;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prevItemWrapper,
.nextItemWrapper{
    float: left;
    position: relative;
    width: 50%;
    padding: 100px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prevItemWrapper .overlayDarkBg,
.nextItemWrapper .overlayDarkBg{
    background-color: #0006;
    z-index: 2;
    pointer-events: none;
    opacity:0;
}
.prevItemWrapper:hover .overlayDarkBg,
.nextItemWrapper:hover .overlayDarkBg{
    opacity:1;
}

.prevItemWrapper > a,
.nextItemWrapper > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
    pointer-events: all;
    z-index: 0;
}
.prevItemWrapper > a:hover,
.nextItemWrapper > a:hover{
    opacity:1;
}
.paginationItemDateCreated {
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 35px;
    color: #646464;
    pointer-events: none;
    -webkit-transition: all 0.3s ease ;
    -moz-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
    z-index: 3;
}
.prevItemWrapper:hover .paginationItemDateCreated,
.nextItemWrapper:hover .paginationItemDateCreated{
    color: #fff;
}
.paginationItemTitle {
    float: left;
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease ;
    -moz-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
    z-index: 3;
}
.prevItemWrapper:hover .paginationItemTitle p,
.nextItemWrapper:hover .paginationItemTitle p{
    color: #fff ;
}
.paginationItemTitle p {
   margin: 0;
}
.paginationItemReadMore {
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
    -webkit-transition: all 0.3s ease ;
    -moz-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
    z-index: 3;
}

.prevItemWrapper:hover .paginationItemReadMore ,
.nextItemWrapper:hover .paginationItemReadMore {
    color: #fff ;
}
/*module aw contact us*/
.awContactUsContainer {
	float: left;
	position: relative;
	width: 100%;
}
.awContactUsContainer.default {
	margin: 0;
}
.awContactUsInner {
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 30% 79%;
	position: relative;
	width: 100%;
	padding: 130px 50px 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.overlayWhiteBg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.4);
	z-index: 1;
}
.awContactUsInfoWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.awContactUsInfo {
	float: left;
	position: relative;
	width: 50%;
	z-index: 2;
}
.awContactUsTitle {
	position: relative;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
}
.awContactUsSubtitle {
	float: left;
	position: relative;
	max-width: 430px;
	font-size: 17px;
	margin: 20px 0 0 0;
}
.awContactUsLink {
	float: left;
	position: relative;
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.awContactUsLink .generalButton a {
	position: relative;
	float: left;
	width: auto;
	padding: 20px 134px;
	border: 2px solid #222;
	font-size: 14px;
	font-weight: 600;
	z-index: 1;

}
.awContactUsLink .generalButton a::after {
	z-index:-1;
}
/*aw acymailing module style*/
.awAcyMailingContainer {
	float: left;
	position: relative;
	width: 100%;
}
.awAcyMailingWrapper {
	width: 100%;
	position: relative;
	float: left;
	padding: 100px 0;
	background-color: #ebebeb;
	margin: 120px 0 0 0;
}
.awAcyMailingInner{
	width: 100%;
	position: relative;
	float: left;
}

.aw_acymailing_fulldiv {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.subscriptionLogoContainer {
	float: left;
	position: relative;
	width: 27%;
	margin: 0 70px 0 0;
}
.subscriptionLogoContainer img{
	width:100%;
}
.subscriptionDetails {
	width: 16.7%;
	position: relative;
	float: left;
	margin: 0 25px 0 0;
}
.subscriptionTitle {
	float: left;
	position: relative;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 8px;
}
.subscriptionMessage {
	position: relative;
	float: left;
	width: 100%;
	font-size: 17px;
}
.awFormWrapper {
	float: left;
	position: relative;
	width:50%;
}
.awAcyForm {
	float: left;
	position: relative;
	width: 100%;
	padding: 7px 7px 7px 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aw_acymailing_module_form {
	float: left;
	position: relative;
	width: 100%;
}
.aw_acymailing_module_form  .acymailing_form {
	float: left;
	position: relative;
	width: 100%;
}
.aw_acymailing_module_form .acymailing_form > div {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.aw_acymailing_module_form .acyfield_email.acy_requiredField {
	float: left;
	position: relative;
	width: 75%;
}
.aw_acymailing_module_form .acyfield_email.acy_requiredField input {
	border: none;
	position: relative;
	height: auto;
	color: #222;
	font-size: 17px;
}
.aw_acymailing_module_form .acysubbuttons {
	float: left;
	position: relative;
	width: auto;
}

.aw_acymailing_module_form .acysubbuttons input {
	height: auto;
	padding: 8.5px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #222;
	margin: 0;
}
.aw_acymailing_module_form .acysubbuttons input.button:hover{
	color:#222 ;
	background-color: #ebebeb;
}

/*CONTACT PAGE STARTS*/
.awContactPageInfo {
	float: left;
	position: relative;
	width: 100%;
}
.awContactPageInfo .generalTitleWrapper {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 100px 0 63px;
}
.awContactPageInfoInner {
	float: left;
	position: relative;
	width: 100%;
}
.contactPageInfoDetails {
	float: left;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter:grayscale(100%);
}
.contactPageInfoDetails::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -50px;
	box-shadow: 0px -19px 126px 102px #000;
	z-index: -1;
	height: 50px;
}
.contactPageInfoDetailsInner {
	float: left;
	position: relative;
	width: 100%;
	padding: 350px 0 65px;
}
.contactInfoIntroText {
	color: #fff;
	font-size: 30px;
	margin: 0 0 400px;
	position: relative;
	text-align: center;
}
.contactPageInfoSectionsWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contactPageInfoSection {
	width: auto;
	position: relative;
	float: left;
}

.contactPageInfoSection:first-child {
	width: 400px;

}
.contactPageInfoSectionTitle {
	float: left;
	width: 100%;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 11px;
	color: #fff;
}
.contactPageInfoText {
	float: left;
	position: relative;
	width: auto;
	text-align: left;
	font-size: 20px;
	color:#fff;
}
a.contactPageInfoText {
	border-bottom: 1px dotted #fff;
}
a.contactPageInfoText:hover {
	border-bottom-style: solid;
}
.contactPageInfoVisitCityDirectionsWrapper {
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	margin: 5px 0 0 0;
}
.contactPageInfoDirLink {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: auto;
	-webkit-align-items: center;
	align-items: center;
}
.contactPageInfoDirLink .getDirLinkArrow {
	position: relative;
	padding: 0 15px 1px 25px;
	border-bottom: 1px solid #272525;
}
.contactPageInfoDirLink .getDirLinkArrow svg path{
	fill:#fff;
}
.contactPageInfoPhonesWrapper {
	float: left;
	position: relative;
	width: 100%;
}
.contactPageInfoPhonesWrapper div.contactPageInfoText:first-child {
	margin: 0 7px 0 0;
}
.contactPageInfoEmailWrapper {
	float: left;
	position: relative;
	width: 100%;
}
#gkTwoColumns {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gkTwoColumnsLeftCol {
	float: left;
	position: relative;
	width: 50%;
}
.contactPage .awAcyMailingWrapper {
	margin: 0 0 0 0;
}
/*contact form*/
.gkTwoColumnsRightCol {
	float: left;
	position: relative;
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
.gkTwoColumnsRightCol .rsform {
	float: left;
	position: relative;
	width: 100%;
	padding: 175px 180px 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#getDirections {
    position: absolute;
    top: -95px;
}
.gkTwoColumnsRightCol #userForm {
	float: left;
	position: relative;
	width: 100%;
}
.gkTwoColumnsRightCol .formContainer {
	float: left;
	position: relative;
	width: 100%;
}
.gkTwoColumnsRightCol .formRow {
	float: left;
	position: relative;
	width: 100%;
}
.gkTwoColumnsRightCol .formSpan12 {
	float: left;
	position: relative;
	width: 100%;
}
.gkTwoColumnsRightCol .rsform-block {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkTwoColumnsRightCol .rsform-block.clickAffected {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 0 30px;
	padding: 25px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	border:2px solid #d2d0cc;
}
.gkTwoColumnsRightCol .rsform-block.rsform-block-contactformtitle {
	position: relative;
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: #222;
}
.gkTwoColumnsRightCol .formControls {
	width: 100%;
	position: relative;
	float: left;
}
.gkTwoColumnsRightCol .formBody {
	width: 100%;
	position: relative;
	float: left;
}
.formControlLabel {
	font-size: 17px;
	color: #222;
	position: absolute;
	left: 15px;
	z-index: 1;
	top: 46%;
	transform: translateY(-50%);
	font-weight: 200;
	-webkit-transition: all 0.4s ease  ;
	-moz-transition: all 0.4s ease  ;
	transition: all 0.4s ease  ;
}
.gkTwoColumnsRightCol .formBody input {
	float: left;
	border: none;
	position: relative;
	width: 100%;
}
.gkTwoColumnsRightCol .formBody textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: none;
	height: 155px;
	max-height: 250px;
	min-height: 155px;
	position: relative;
	resize: vertical;
	width: 100%;
}
.phoneEmailWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.phoneEmailWrapper .rsform-block.clickAffected{
	width: calc(50% - 20px);
}
.rsform-block.rsform-block-message.clickAffected .formControlLabel {
	top: 35px;
}
.requiredMessageSendBtnWrapper {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.rsform-block.rsform-block-recaptcha {
	margin: 0;
	height: 0;
}
.grecaptcha-badge {
	display: none;
}
.formError {
	color: #CF4D4D;
	font-weight: bold;
	font-size: 10px;
	padding: 0 0 0 11px;
}
.requiredMessageSendBtnWrapper .rsform-block {
	width: auto;
}
.rsform-block.rsform-block-requiredmessage {
	font-size: 14px;
	font-style: italic;
	color: #7e7e7e;
}
#submitForm {
	padding: 30px 90px 34px;
	background-color: transparent;
	border: 1px solid #222;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1px;
	position: relative;
	z-index: 1;
}
#submitForm:hover{
	color:#fff;
}
/*footer styling*/
.awFooter {
	position: relative;
	width: 100%;
	float: left;
}
.awFooterInner{
	position: relative;
	width: 100%;
	float: left;
}
.footerDetails {
	position: relative;
	width: 100%;
	float: left;
	padding: 115px 0;
}
.footerDetailsInner {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footerSection {
	width: auto;
	position: relative;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.footerSection:last-child{
	margin:0 0 0 0 ;
}
.footerSectionTitle {
	float: left;
	width: auto;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 20px;
}
.footerText {
	float: left;
	position: relative;
	width: auto;
	text-align: left;
	font-size: 17px;
}
a.footerText {
	border-bottom: 1px dotted #222;
}
a.footerText:hover {
	border-bottom-style: solid;
}
.footerVisitCityDirectionsWrapper {
	float: left;
	position: relative;
	width: auto;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	margin: 5px 0 0 0;
}
.footerDirLink {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: auto;
	-webkit-align-items: center;
	align-items: center;
}
.getDirLinkArrow {
	position: relative;
	padding: 0 15px 0 25px;
	border-bottom: 2px solid #fff;
	width: auto;
	float: left;
	bottom: -1px;
}
.footerPhonesWrapper {
	float: left;
	position: relative;
	width: auto;
}
.footerPhonesWrapper div.footerText:first-child {
	margin: 0 7px 0 0;
}
.footerSocialsWrapper {
	position: relative;
	width: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footerSocialsWrapper .awSocial {
	float: left;
	width: auto;
	font-size: 28px;
	margin: 0 40px 0 0;
}
.footerSocialsWrapper .awSocial:last-child{
	margin: 0 0 0 0;
}
.footerSocialsWrapper .fa{
	color: #4c4c4c;
}
.footerCopyrights {
	float: left;
	position: relative;
	width: 100%;
}
.footerCopyrights .gkPage {
	max-width: 100%;
	padding: 0 70px;
}
.footerCopyrightsInner {
	position: relative;
	width: 100%;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px;
}
.copyrights {
	font-size: 14px;
	float: left;
	position: relative;
	color: #222;
}
.credits {
	font-size: 14px;
	position: relative;
	width: auto;
	float: left;
}
.credits span.bold {
	font-weight: 600;
}
/*breadcrumbs*/
#gkBreadcrumb {
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 100;
}
#gkBreadcrumb .gkPage {
	max-width: 100%;
	padding: 0 70px;
}
.gkBreadcrumbInner {
	float: left;
	pointer-events: all;
	position: relative;
	width: auto;
}
.breadcrumbInner_level1 {
	position: relative;
	left: calc(-50% + 10px);
}
.breadcrumbInner_level2 {
	-webkit-transform: rotate(90deg) translate3d(0,0,0);
	-moz-transform: rotate(90deg) translate3d(0,0,0);
	transform: rotate(90deg) translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;

}
.gkBreadcrumbInner .breadcrumb {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	left: 0;
}
.gkBreadcrumbInner .breadcrumb li {
	font-size: 17px;
	position: relative;
}
.gkBreadcrumbInner .breadcrumb li.active span {
	color: #646464;
}
.gkBreadcrumbInner .divider {
	margin: 0 5px 0 0;
}
/*back to top button*/
.awBackToTopContainer {
	position: fixed;
	width: 100%;
	bottom:200px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
    z-index: 2;
}
.awBackToTopContainer.visible{
	opacity:1;
}
.awBackToTopWrapper {
	width: 100%;
	position: relative;
}
.awBackToTopContainer .gkPage {
	max-width: 100%;
	padding: 0 70px;
}

.awBackToTopInner {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.awBackToTopInner_level1 {
	position: absolute;
	right: 0;
	pointer-events: none;
}
.awBackToTopBtn {
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	left: calc(50% - 8px);
	-webkit-transform: rotate(90deg) translate3d(0,0,0);
	-moz-transform: rotate(90deg) translate3d(0,0,0);
	transform: rotate(90deg) translate3d(0,0,0);
	font-size: 14px;
	font-weight: 600;
	display: -webkit-flex;
	display: flex;
	pointer-events: all;
	float: left;
}

.backToTopArrow {
	font-family: 'aw-font';
	line-height: 1;
	margin: 0 6px 0 0;
	position: relative;
	top: 3px;
}
.backToTopText {
	float: left;
	line-height: 1;
	position: relative;
}
/*scroll reveal classes*/
.reveal-slide-up{
	visibility:hidden;
}
.reveal-slide-right{
	visibility:hidden;
}
/*generalbutton hovers*/
.generalButton a,
.generalButton .button,
.generalButton button{
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #222;
}
.generalButton a:hover,
.generalButton .button:hover,
.generalButton button:hover{
	color:#fff;
}
.generalButton a::after,
.generalButton .button::after,
.generalButton button::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #222;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
	transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
	opacity:0;
}
.generalButton a:hover::after,
.generalButton .button:hover::after,
.generalButton button:hover::after{
	opacity: 1;
	background-color: #222;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.awFormWrapper .acysubbuttons{
	overflow: hidden;
}
.awFormWrapper .acysubbuttons:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #222;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
	transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
	opacity:0;
	z-index: 1;

}
.awFormWrapper .acysubbuttons:hover:after{
	opacity: 1;
	background-color: #222;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.aw_acymailing_module_form .acysubbuttons input.button {
	position: relative;
	z-index: 2;
}
.aw_acymailing_module_form .acysubbuttons input.button:hover {
	color: #fff;
	background-color: transparent;
}

.generalButton.white a,
.generalButton.white .button{
	position: relative;
	float: left;
	width: auto;
	padding: 20px 50px;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
.generalButton.white a:hover,
.generalButton.white .button:hover{
	color: #222 !important;
}
.generalButton.white a:after,
.generalButton.white .button:after{
	background-color: #fff;

}
.generalButton.white a:hover:after,
.generalButton.white .button:hover:after{
	background-color: #fff ;
}

@media (max-height:600px){
	.awBackToTopContainer {
		bottom: 100px;
	}
	#gkBreadcrumb {
		display: none;
	}
}
@media (max-width:1850px){
	.gkPage{
		padding: 0 60px;
	}
	.awBackToTopContainer .gkPage {
		padding: 0 20px;
	}
	#gkHeaderNav .gkPage {
		padding: 0 20px;
	}
	.footerCopyrights .gkPage {
		max-width: 100%;
		padding: 0 20px;
	}
	#gkBreadcrumb .gkPage {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media (max-width:1750px){
	.awCategoriesWrapper .catItemReadMore {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
	}
}
@media (max-width:1650px){
	.gkTwoColumnsRightCol .rsform {
		padding: 175px 80px 130px;
	}
}
@media (max-width:1500px){
	.categoryTitleTagsWrapper .categoryTitle {
		font-size: 40px;
	}
	.categoryTagItem {
		font-size: 20px;
	}
}
@media (max-width:1450px){
	.gkTop5Inner {
		margin: 120px 0 -175px 0;
	}
	.homePage .subscriptionDetails {
		margin: 0 60px 0 0;
	}
	.awardsWrapper {
		margin: 0 0 0 0;
		z-index: 0;
	}
	.aboutItem.itemsContainerInner .catItemInfo {
		padding: 65px 50px 70px 50px;
	}

}
@media (max-width:1400px){
	.homePage .foregroundTitle span {
		left: -16%;
	}
	.homePage .subscriptionDetails {
		width: 16.7%;
	}
	.aw_acymailing_fulldiv {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.subscriptionLogoContainer {
		width: auto;
		margin: 0 70px 0 0;
	}
	.subscriptionDetails {
		width: auto;

	}
	.awFormWrapper {
		margin: 30px 0 0 0;
		width: 100%;
	}
	.homePage .awFormWrapper {
		margin: 0 0 0 0;
		width: 100%;
	}
	/*contact form*/
	.phoneEmailWrapper {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.phoneEmailWrapper .rsform-block.clickAffected {
		width: 100%;
	}
}
@media (max-width:1370px){
	.homePage .subscriptionDetails {
		margin: 0 20px 0 0;
	}
	.homePage .awFormWrapper {
		max-width: 500px;
		width: 100%;
	}
	.memberInfo {
		top: 75%;
	}
}
@media (max-width:1350px){
	.catItemTitle {
		font-size: 26px;
	}
}
@media (max-width:1300px){
	.homeClient {
		width: 25%;
	}
	.aboutItem.itemsContainerInner .catItemInfo {
		padding: 37px 50px 54px 50px;
	}
	.timelineInfoWrapper {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.timelineImage {
		width: 70%;
		max-width: unset;
		margin: 0 0 30px;
	}
	.timelineInfo {
		width: 70%;
		position: relative;
		float: left;
		max-width: unset;
		padding: 0 0 0 0;
	}
	.timelineReadMore a {

		margin: 10px 0 0 0;
	}
	/*journal*/
	.articleInner {
		margin: 180px 0;
	}
	.articleTitle p {
		font-size: 37px;
	}
	/*about article view*/
	.osSlideshowItemWrapper {
		width: 33.33%;
	}

}
@media (max-width:1280px){
	.awAcyMailingWrapper {
		padding: 50px 0;
	}
	.subscriptionLogoContainer {
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
	}
	.subscriptionDetails {
		width: 100%;
		margin: 0 0 0 0;
		text-align: center;
	}
	.subscriptionLogoContainer img {
		width: auto;
		display: inline-block;
	}
}
@media (max-width:1250px){
	.awCategoriesInner {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.awCategoriesWrapper {
		width: 100%;
	}
	.awCategoriesWrapper .catItemReadMore {
		bottom: 80px;
	}
	.modSearch .searchBox .inputbox {
		font-size: 70px;
	}
	.gkTop5Inner {
		margin: 120px 0 0 0;
	}
	.homePage .aw_articles {
		padding: 0 100px 0 0;
	}
	.awardsWrapper {
		margin: 50px 0 0 0;
		z-index: 0;
	}
	.homePage .aw_acymailing_fulldiv {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.homePage .subscriptionDetails {
		margin: 0 60px 0 0;
		width: 25%;
	}
	.aboutItem.itemsContainerInner {
		margin: 55px 0 0 0;
	}
	.aboutItem.itemsContainerInner .aboutItemCat {
		 -webkit-align-items: unset;
		 align-items: unset;
	}
	.aboutItem.itemsContainerInner .catItemInfo {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.aboutItem.itemsContainerInner .catItemImage {
		width: 50%;
	}
	.overlayBorder {
		width: 100%;
	}
	.carouselSlider .owl-prev, .carouselSlider .owl-next {
		width: 50px;
		height: 50px;
		font-size: 25px;
	}
	.memberName {
		font-size: 25px;
	}
	/*contact*/
	.contactPageInfoDetailsInner {
		padding: 250px 0 65px;
	}
	.contactInfoIntroText {
		margin: 0 0 250px;
	}
	.journal .itemDescriptionTitle {
		font-size: 36px;
	}
	.journalItemSocialButtonsWrapper {
		right: -15px;
	}
	.journalItemSocialButtonsWrapper.socialFixed {
		right: -15px;
	}
	.itemTestimonialsContainer {
		margin: 90px 0 0;
	}
	/*projects article view*/
	.projectItem .itemDescriptionInner {
		margin: 90px 0 0;
	}
	.projectItem .itemDescriptionTitle {
		text-align: center;
	}
	.projectItem .itemDescription {
		float: left;
		position: relative;
		width: 80%;
	}
	.projectItem .itemDescriptionContent {
		text-align: center;
	}
	.relatedArticlesInner .itemDescriptionTitle {

		text-align: center;
	}
	.itemCharacteristics {
		width: 60%;
		padding: 50px 0 0 0;
	}
	.itemBeforeAfterContainer {
		margin: 100px 0 0 0;
	}
	.itemAwardInner {
		margin: 100px 0 0 0;
	}
	.itemAwardInner {
		height: 700px;
	}
	.hightlightsMainTitle {
		top: 95px;
		text-align: center;
	}
	.bigImage {
		margin: 120px 0 0;
	}
	.smallImage {
		margin: 120px 0 0;
	}
	.aw_articles.related {
		margin: 120px 0 0 0;
	}
	.press.blog .itemCatWrapper {
		width: calc(33.33% - 30px);
	}.press.blog .itemCatWrapper {
		width: calc(33.33% - 30px);
	}
}


@media (max-width:1200px){
	.homeServiceWrapper {
		width: 50%;
	}
	.slick-arrow {
		width: 55px;
		height: 55px;
	}
	.gkTwoColumnsRightCol .rsform {
		padding: 130px 60px 100px;
	}
	/*journal*/
	.journalItemTitle {
		font-size: 28px;
	}

}

@media (max-width:1150px){

	/*menu*/
	#awMobileMenu .awMobileMenuMainBody {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	#awMobileMenu .menu {
		margin: 60px 0 0;
		width: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#awMobileMenu .menu > * {
		width: auto !important;
	}

	#awMobileMenu .awMobileMainBodyMod {
		-webkit-flex-direction: column;
		flex-direction: column;
		margin: 50px 0 0;
		width: auto;
	}
	#awMobileMenu .modMenu .menu .menuItem:last-child {
		margin: 0;
	}
	#awMobileMenu .awMobileMenuBottom .menu {
		margin: 50px 0;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	#awMobileMenu .awMobileMenuBottom {
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#awMobileMenu #AW_Social {
		margin: 20px 0;
	}
	#awMobileMenu .awSocial:first-child {
		margin: 0;
	}

	/*menu ends*/
	.awHomePageAboutUsIntro {
		margin: 110px 0 0;
	}

	.homeAboutLeftSideContainer {
		padding: 0 80px 0 0;
	}
	.leftSideText {
		font-size: 45px;
	}
	.homeAboutRightSideContainer {
		padding: 0 0 0 80px;

	}
	.awHomeServicesContainer .generalTitleWrapper {
		margin: 160px 0 80px;
	}
	.awFeaturedProjects .generalTitleWrapper {
		margin: 150px 0 83px;
	}
	.awHomeClients .generalTitleWrapper {
		margin: 150px 0 80px;
	}
	.footerDetails {

		padding: 50px 0 0;
	}
	.footerDetailsInner {
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footerSection {
		width: auto;
		padding: 0 50px 0 50px;
		margin: 0 0 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-align-items: center;
		align-items: center;
	}
	.footerSection:last-child {
		margin: 0 0 50px 0;
	}
	/*contact page*/
	.contactPageInfoDetailsInner {
		padding: 150px 0 150px;
	}
	.contactInfoIntroText {
		margin: 0 0 70px;
	}
	.contactPageInfoSectionsWrapper {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.contactPageInfoSection {
		width: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		margin: 50px 0 0 0;
	}
	.contactPageInfoSection:first-child {
		width: auto;
	}
	.contactPageInfoSectionTitle {
		width: auto;
	}
	.contactPageInfoText {
		width: auto;
	}
	.contactPageInfoVisitCityDirectionsWrapper {
		width: auto;
	}
	.contactPageInfoDirLink .getDirLinkArrow {
		border-bottom: none;
	}
	/*projects*/
	.projects .itemCatWrapper.doubleSize {
		width: calc(33.33% - 30px);
	}
	.onTheDrawing .itemCatWrapper{
		width: calc(33.33% - 30px);
	}
	.catItemTitle {
		font-size: 24px;
		margin: 13px 0 0 0;
	}
}
@media (max-width:1110px){
	.homePage .foregroundTitle span {
		left: -28%;
	}
	.homePage .aw_articles {
		width: 50%;

	}
	.awAwards {
		float: left;
		position: relative;
		width: 50%;
	}
	/*journal*/
	.journal ul.b2jsocial li {
		margin: 0 20px 0 0;
	}
	/*projects*/
	.projects .itemCatWrapper.doubleSize {
		width: calc(50% - 30px);
	}
	.onTheDrawing .itemCatWrapper {
		width: calc(50% - 30px);
	}
	.projects .itemCatWrapper {
		width: calc(50% - 30px);
	}
	/*press*/
	.press.blog .itemCatWrapper {
		width: calc(50% - 30px);
	}
}
@media (max-width: 1030px) {
	#gkPageContent {
		background-image: none!important;
	}
	#gkContent, 
	#gkSidebar,
	#gkContentWrap {
		width: 100% !important;
	}
	#gkContentWrap {
		padding: 0!important;
	}
	#gkSidebar {
		padding: 0!important;
	}
	.foregroundTitle {
		width: 2000px;
	}
	.homePage .foregroundTitle span {
		transform: translate(-25%,-75%);
		left: 7%;
	}
}

@media (max-width:1000px){

	.featuredProjectWrapper{
		width: calc(50% - 30px);
	}
	.featuredProjectWrapper.doubleSize {
		width: calc(100% - 30px);
	}
	.featuredProjectWrapper.doubleSize {
		width: calc(100% - 30px);
		order: -1;
	}
	.homeClient {
		width: 33.33%;
	}
	.homePage .aw_acymailing_fulldiv {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.homePage .awFormWrapper {
		width: 60%;
	}
	.homePage .subscriptionDetails {
		max-width: unset;
		width: 40%;
		position: relative;
		float: left;
		margin: 0 0 0 0;
		padding: 0 50px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.catItemTitle {
		position: relative;
		float: left;
		color: #fff;
		font-size: 26px;
		font-weight: 600;
		line-height: 24px;
		margin: 20px 0 0 0;
	}
	.aboutItem.itemsContainerInner .catItemIntroText {
		font-size: 19px;
	}
	.sectionInner {
		margin: 50px 0 0 0;
	}
	.sectionMainTitleWrapper {
		padding: 30px 0 0 0;
		width: 100%;
	}
	.sectionContentWrapper {
		width: 100%;
		padding: 30px 0 0 0;
	}
	.item-page.about .paginationWrapper {
		margin: 80px 0 50px 0;
	}
	.gkTwoColumnsLeftCol {
		order: 1;
		height: 400px;
		width: 100%;
	}
	.gkTwoColumnsRightCol {
		width: 100%;
		-webkit-align-items: center;
		align-items: center;
	}
	.gkTwoColumnsRightCol .rsform {
		max-width: 700px;
	}
	/*journal*/
	.articleInner {
		margin: 150px 0;
	}
	.journal .catItemTagSocialsWrapper {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.catItemTag {
		margin: 0 20px 10px 0;
	}
	.journal .catItemSocialsWrapper {
		margin: 20px 0 0 0;
	}
	.journalItemTitle {
		margin: 23px 0 0;
	}
	.journal ul.b2jsocial li a::after {
		color: #222;
		-webkit-transition: all 0.3s ease ;
		-moz-transition: all 0.3s ease ;
		transition: all 0.3s ease ;
	}
	.journal .catItemWrapper:hover ul.b2jsocial li a::after{
		color: #fff;
	}
	.journal .itemDescriptionTitle {
		font-size: 33px;
		margin: 20px 0 30px;
	}
	.journal .itemDescriptionInner .catItemTagsWrapper {
		margin: 0 0 10px;
	}
	.journal .itemDescriptionContainer.secondDescCont {
		margin: 0 0 30px;
	}
	.prevItemWrapper, .nextItemWrapper {
		width: 100%;
	}
	/*projects*/
	.awProjectFilters {
		float: left;
		position: absolute;
		width: 100%;
		margin: 50px 0;
		max-width: 320px;
		top: 50px;
		z-index: 100;
		left: -320px;
		-webkit-transition: left 0.4s linear;
		-moz-transition: left 0.4s linear ;
		transition: left 0.4s linear ;
	}
	.awProjectFilters.active{
		left: 0;
	}
	.awProjectFilters::after {
		display: none;
	}
	.awProjectFiltersInner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #e9e9e9;
		padding: 20px 20px;
	}
	.awContentFiltersMainContainer {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.awContentFiltersType {
		width: 100%;
	}
	.awContentFiltersType .awContentFiltersOption label {
		padding: 12.5px 0 7.5px;
		width: auto;
	}
	.filtersToggler{
		display: block;
	}
	.itemAwardInner {
		height: 600px;
	}
	.awardDescriptionContainer {
		font-size: 26px;
	}
	.awardLink {
		max-width: 300px;
		border: 1px solid #fff;
		margin: 60px 0 0 0;
	}
	.awardImageContainer {
		float: left;
		width: 30%;
		position: relative;
	}
	.awardImageContainer {
		float: left;
		width: 30%;
		position: relative;
		margin: 0 0 25px;
	}
	.bigImage {
		width: 50%;
	}
	.bigImageWrapper {
		padding-top: 100%;
	}
	.smallImage {
		width: 50%;
	}
	.smallImageWrapper {
		padding-top: 100%;
	}

}


@media (max-width:950px){
	.awHomePageAboutUsIntro {
		margin: 100px 0 0;
	}
	.awHomePageAboutUsIntro .generalTitleWrapper {
		margin: 0 0 100px;
	}
	.generalTitle {
		font-size: 50px;
		color: #222222;
		position: relative;
		font-weight: 600;
		z-index: 1;
	}
	.foregroundTitle {
		font-size: 100px;
	}
	.greyBg .foregroundTitle {
		font-size: 100px;
	}
	.homeAboutLeftSideContainer {
		padding: 0 50px 0 0;
	}
	.leftSideText {
		font-size: 35px;
	}
	.homeAboutRightSideContainer {
		padding: 0 0 0 50px;
	}
	.awHomeServicesContainer .generalTitleWrapper {
		margin: 120px 0 80px;
	}
	.awContactUsInner {
		padding: 70px 20px 70px;
	}
	.awContactUsInfo {
		float: left;
		position: relative;
		width: 100%;
		text-align: center;
		margin: 0 0 40px;
	}
	.awContactUsSubtitle {
		max-width: unset;
	}
	.awContactUsLink {
		-webkit-justify-content: center;
		justify-content: center;
		width:100%;
	}
	.aboutItem.itemsContainerInner .aboutItemCat {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.aboutItem.itemsContainerInner .itemCatWrapper:nth-child(2n+2) .aboutItemCat .catItemInfo {
		order: unset;
	}
	.aboutItem.itemsContainerInner .catItemInfo {
		width: 100%;

	}
	.aboutItem.itemsContainerInner .catItemImage {
		width: 100%;
		order: -1;
	}
	.modAwCategories .generalTitleWrapper {
		margin: 150px 0 80px;
	}


}
@media (max-width:920px){
	.homePage .aw_articles {
		padding: 0 60px 0 0;
	}
}
@media (max-width:900px){
	.gkPage{
		padding: 0 60px;
	}
	.awBackToTopContainer .gkPage {
		padding: 0 20px;
	}
	#gkHeaderNav .gkPage {
		padding: 0 20px;
	}
	.homePage .foregroundTitle span {
		left: 5%;
	}
	/* header */
	.awHeaderlangSearchWrapper #gkLang {
		display: none;
	}
	/*menu*/
	#awMobileMenu .awMobileMenuBottom .menu {
		margin: 30px 0;
	}
	.awMobileMainBodyMod .mod-languages {
		display: block;
		margin: 0 0 30px;
		order: 3;
	}
	#awMobileMenu #AW_Social {
		margin: 30px 0;
	}
	#awMobileMenu div.mod-languages ul.lang-inline li.lang-active {
		display: none;
	}
	#awMobileMenu div.mod-languages ul.lang-inline li a {
		font-size: 17px;
	}
	#awMobileMenu div.mod-languages ul.lang-inline li a:hover {
		color: #222;
	}
	/*contact page*/
	.contactPageInfoDetailsInner {
		padding: 80px 0 80px;
	}
	.contactInfoIntroText {
		margin: 0 0 0;
		font-size: 26px;
	}
	/*journal*/
	.journal .catItemBody {
		padding: 70px 0 47px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.journal .catItemLeftSide {
		width: 100%;
		margin: 0 0 30px;
	}
	.journal .catItemRightSide {
		width: 100%;
	}
	/*projects article view*/
	.itemBeforeAfterContainer .twentytwenty-before-label::before, .itemBeforeAfterContainer .twentytwenty-after-label::before {
		padding: 7px 20px;
		font-size: 18px;
	}
}
@media (max-width:860px){
	.homePage .awAcyMailingWrapper {
		padding: 70px 0;
		background-color: #ebebeb;
	}
	.homePage .subscriptionDetails {
		width: 100%;
		padding: 0 0 30px 0;
	}
	.homePage .awFormWrapper {
		width: 100%;
		max-width: unset;
	}
}
@media (max-width:850px){
	.awCategoriesWrapper .catItemReadMore {
		bottom: 30px;
	}
	.homeAboutRightSideContainer {
		padding: 47px 0 0 0;
		width: 100%;
	}
	.awHomePageAboutUsIntro .generalTitleWrapper {
		margin: 0 0 67px;
	}
	.homeAboutLeftSideContainer {
		padding: 0 0 0 0;
		width: 100%;
	}
	.leftSideText {
		font-size: 35px;
		text-align: center;
	}
	.homeAboutLeftSideContainer .generalButton {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.homeAboutRightSideContainer {
		padding: 47px 0 0 0;
		width: 100%;
	}
	.rightSideText {
		text-align: center;
	}
	.rightSideSignature {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#gkTop5 .gkPage {
		max-width: 100%;
		padding: 0;
	}
	.awAwards {
		width: 100%;
		order: -1;
		margin: 0 0 50px;
		padding: 0 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.homePage .aw_articles {
		padding: 0 0 0 0;
		width: 100%;
	}
	.journalTitleLinkWrapper {
		padding: 0 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*menu*/
	#awMobileMenu .accordeonck.level1 a {
		font-size: 36px;
	}
	#awMobileMenu .accordeonck.level2 a {
		font-size: 17px;
	}
	/*menu ends*/

	.footerCopyrightsInner {
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0 0 50px;
		-webkit-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
	.copyrights {
		order: 1;
		margin: 20px 0 0;
	}
}
@media (max-width:800px){
	.modSearch .searchBox .inputbox {
		font-size: 50px;
	}
	.featuredProjectDetails .projectTitle {
		font-size: 25px;
	}
	.featuredProjectDetails .projectSubtitle {
		display: none;
	}
	.category-desc {
		margin: 80px auto 0 auto;
		font-size:28px;
	}
	.panelItems a {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.panelClientDescription {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.panelPlaceYear {
		width: 100%;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin: 20px 0 0 0;
	}
	/*journal*/
	.articleInner {
		margin: 130px 0;
	}
	.articleTitle p {
		font-size: 33px;
	}
	/*journal article view*/
	.journal .itemDescriptionTitle {
		font-size: 30px;
	}
	/*projects*/

	.catItemTitle {
		font-size: 22px;
		margin: 13px 0 0 0;
	}
	/*project article view*/
	.headerImageInner {
		padding: 27% 0;
	}
	#playVideo svg {
		width: 90px;
	}
	.itemDescription {
		float: left;
		position: relative;
		width: 100%;
	}
	.itemCharacteristics {
		width: 80%;
	}
	.relatedArticleTitle {
		font-size: 27px;
	}
}
@media (max-width:780px){
	.homePage .foregroundTitle span {
		transform: translate(-28%,-75%);
	}
	.homeClient {
		width: 50%;
	}
	.aw_acymailing_module_form .acyfield_email.acy_requiredField {
		width: 70%;
	}
	.anchorMenuItem {
		float: left;
		position: relative;
		width: 100%;
		margin: 0 20px 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.anchorMenuItem:last-child{
		margin: 0 20px 0;
	}
	.anchorMenuItem a{
		position: relative;
		width: auto;
	}
	.accordionTitle {
		font-size: 20px;
		padding: 20px 50px 20px 20px;
	}
}
@media (max-width:760px){

	#awMobileMenu .menu {
		margin: 60px 0 0 0;
	}
	#awMobileMenu .accordeonck.level1 a {
		font-size: 32px;
	}
	#awMobileMenu .accordeonck.level2 a {
		font-size: 17px;
	}
	/*journal item*/
	.headerImageInner {
		padding: 27% 0;
	}

}
@media (max-width:740px){
	.bigImage {
		width: 100%;
		margin: 70px 0 0;
	}
	.bigImage:first-child{
		margin:120px 0 0 ;
	}
	.bigImageWrapper {
		padding-top: 64%;
	}
	.smallImage {
		width: 100%;
		margin: 70px 0 0;
	}
	.smallImageWrapper {
		padding-top: 64%;
	}
	.projectItem .itemDescription {
		width: 100%;
	}
}
@media (max-width:700px){
	.homeServiceWrapper {
		width: 100%;
		padding: 17.35% 0;
		background-position: 50% 67%;
	}
	.homeServiceCounter {
		left: 50px;
		-webkit-transform: translateX(0) rotate(-90deg);
		-moz-transform: translateX(0) rotate(-90deg);
		transform: translateX(0) rotate(-90deg);
	}
	.serviceTitle {
		text-align: left;
		padding: 0 52px;
	}
	.homeServiceWrapper .catItemReadMore {

		bottom: 50px;
		right: 50px;
		left:auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.serviceTitle {
		margin: 30px 0 60px;
	}
	.featuredProjectWrapper{
		width:calc(100% - 30px);
	}
	.featuredProjectWrapper .featuredProject {
		padding: 22.41% 0;
	}
	.homePage .awAcyMailingWrapper {
		padding: 50px 0;
	}
	.aboutItem.itemsContainerInner .catItemImage {
		padding: 30% 0;
	}
	.item-page.about {

		margin: 60px 0 0 0;
	}
	.generalTitle {
		font-size: 40px;
	}
	.foregroundTitle {
		font-size: 70px;
	}
	.greyBg .foregroundTitle {
		font-size: 100px;
	}
	.projects .category-desc {
		margin: 30px 0 0 0;
	}
	.projects .category-desc p {
		max-width: 800px;
		margin: 30px 0 0;
	}
	.onTheDrawing .category-desc {
		margin: 55px 0 0 0;
	}
	.onTheDrawing .category-desc p {
		max-width: 800px;
		margin: 0 0 0;
	}
	.itemBodyContainer.withMargin {
		margin: 50px 0 0 0;
	}
	.anchorsMenu {

		margin: 50px 0 30px;
	}
	/*menu*/
	#awMobileMenu.active {
		height: 100%;
	}
	#awMobileMenu .accordeonck.parent {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#awMobileMenu .accordeonck.parent ul {
		display: none !important ;
		width: 100%;
	}
	#awMobileMenu .accordeonck.parent.open ul {
		display: block !important;
		width: auto;
	}
	#awMobileMenu .awMobileMenuContainer {
		max-width: 370px;
		width: 100%;
	}
	#awMobileMenu .menu {
		width: 100%;
	}
	#awMobileMenu li ul {
		margin-left: 0;
	}
	#awMobileMenu .accordeonck .toggler {
		display: block;
		position: absolute;
		top: 7px;
		right: 5px;
	}
	#awMobileMenu .accordeonck.level1 {
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	#awMobileMenu .accordeonck.level1 a {
		font-size: 28px;
	}
	#awMobileMenu .accordeonck.level1 > a::after {
		height: 10px;

	}
	#awMobileMenu .accordeonck.level1 > a:not(.separator):hover::after {
		width: calc(100% + 10px);
	}
	#awMobileMenu .accordeonck.level1.active > a::after {
		width: calc(100% + 10px);
	}
	#awMobileMenu .menuSubtitle {
		display: none;
	}
	#awMobileMenu .accordeonck.level2 a {
		font-size: 17px;
		margin: 0 0 0;
		padding: 5px 0;
	}
	
	#awMobileMenu .accordeonck.level2 a::after {
		display: none;
	}
	#awMobileMenu .modAwContactInfoContainer {
		text-align: center;
	}
	#awMobileMenu .awMobileMenuBottom .menu {
		margin: 30px 0;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#awMobileMenu .modMenu .menu .menuItem {
		margin: 0 0 10px 0;
	}
	#AW_Social {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.awMobileMainBodyMod .mod-languages {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	/*menu ends*/
	.modSearch .searchBox.active {
		height: 100%;
	}
	.journal .category-desc {
		font-size: 22px;
		margin: 20px 0 0 0;
	}
	.category-desc {
		font-size: 22px;
		margin: 20px 0 0 0;
	}
	.itemSubtitle {
		margin: 20px 0 0;
		font-size: 22px;
		padding: 0 20px;
	}
	.carouselNav .slick-nav-prev.slick-arrow, .carouselNav .slick-nav-next.slick-arrow {
		width: 55px;
		height: 55px;
		font-size: 27px;
	}
	.awardImageContainer {
		width: 40%;
	}
	.awardDescriptionContainer {
		font-size: 24px;
	}
	.relatedArticleTitle {
		font-size: 24px;
	}
	/* about clients*/
	.osSlideshowItemWrapper {
		width: 50%;
	}
    /*contact form*/
    .requiredMessageSendBtnWrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width:680px){
	/*projects*/
	.projects .itemCatWrapper.doubleSize {
		width: 100%;
	}
	.projects .itemCatWrapper {
		width: 100%;
	}
	.projects .itemCatWrapper.doubleSize .itemCat {
		padding: 35% 50%;
	}
	.projects .itemCat {
		padding: 35% 50%;
	}
	.press.blog .itemCatWrapper {
		width: 100%;
	}
	.onTheDrawing .itemCatWrapper {
		width: 100%;
	}
	.onTheDrawing .itemCat {
		padding: 35% 50%;
	}
}
@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;
    }
	.awHomePageAboutUsIntro {
		margin: 70px 0 0;
	}
	.homePage .foregroundTitle span {
		width: 2000px;
		-webkit-transform: translateY(-83%);
		-moz-transform: translateY(-83%);
		transform: translateY(-83%);
		left:-25%;
	}
	.featuredProjectWrapper.doubleSize .featuredProject {
		padding: 28.5% 0;
	}
}
@media (max-width:640px){
	.awCategoriesWrapper {
		min-height: 310px;
	}
	.awCategoriesWrapper .video .thevideo {
		object-fit: cover;
		height: 100%;
	}
	.catItemReadMore a {
		width: 40px;
		height: 40px;
	}
	.readMorePlus {
		width: 20px;
		padding: 0 0 0 8px;
	}
	.homeClient.viewAllBtn.generalButton {
		width: 100%;
	}
	.homeClient.viewAllBtn.generalButton a {

		width: 100%;
	}
	.mainLinksWrapper .generalButton {
		width: 100%;
		margin: 0 0 20px;
	}
	.gkTop5Inner {
		margin: 90px 0 0 0;
	}
	.awContactUsTitle {
		font-size: 24px;
	}
	.awContactUsLink .generalButton {
		width: 100%;
	}
	.awContactUsLink .generalButton a {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		padding: 20px 0;
	}
	.awContactUsInfo {
		margin: 0 0 40px;
	}
	.aw_acymailing_module_form .acysubbuttons input {
		padding: 0 35px;
	}
	.sectionMainTitle {
		font-size: 26px;
	}
	.timelineImage {
		width: 100%;
	}
	.timelineInfo {
		width: 100%;

	}
	h2.timelineTitle {
		font-size: 26px;
	}
	.timelineSubtitle {
		font-size: 22px;
	}
	.memberItem {
		width: calc(100% - 40px);
		padding: 35% 0;
	}
	.awAcyMailingWrapper {
		margin: 80px 0 0 0;
	}
	.accordionTitle::after {
		width: 20px;
		height: 20px;
	}
	/*contact form*/
	.gkTwoColumnsRightCol .rsform {
		padding: 80px 80px 70px;
	}
	.gkTwoColumnsRightCol .rsform-block.rsform-block-contactformtitle {
		font-size: 28px;
	}
	#gkMainbody .projects {

		margin: 60px 0 90px 0;
	}
	#gkMainbody .onTheDrawing {
		margin: 60px 0 100px 0;
	}
	.about {
		margin: 60px 0 120px 0;
	}
	.awContactPageInfo .generalTitleWrapper {
		margin: 60px 0 63px;
	}
	/*journal*/
	.journal {

		margin: 60px 0 0 0;
	}
	.articleCreated {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.articleTitle p {
		font-size: 30px;
		text-align: center;
	}
	.readMoreWrapper {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.journalLatestPostWrapper .generalButton.white a {
		margin: 40px 0 0 0;
	}
	.journal .articleInner {
		margin: 100px 0;
	}
	.journal .catItemDate {
		text-align: center;
	}
	.journal .catItemTagsWrapper {
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catItemTag:last-child {
		margin: 0 0 0 0;
	}
	.journal .catItemSocialsWrapper {
		width: 100%;
	}
	.journal .b2jsocial_parent {
		width: 100%;
	}
	.journal ul.b2jsocial {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.journalItemTitle p {
		text-align: center;
		font-size: 26px;
	}
	/*journal article view*/
	.journal .itemDescriptionTitle {
		font-size: 26px;
		text-align: center;
	}
	.journal .itemDate {
		text-align: center;
	}
	.journal .itemDescriptionInner .catItemTagsWrapper{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.mobileJournalItemSocialButtonsWrapper {
		display: block;
	}
	.journalItemSocialButtonsWrapper {
		display: none;
	}
	.journal .itemDescriptionContent {
		text-align: center;
	}
	.journal .itemDescriptionContainer.secondDescCont {
		margin: 0 0 30px;
	}
	.paginationItemDateCreated {
		text-align: center;
	}
	.testimonialsCenterImage {
		margin: 0 0 60px;
	}
	.testimonialQuote {
		font-size: 22px;
	}
	.testimonialAuthor {
		font-size: 18px;
	}
	.paginationItemTitle {
		text-align: center;
	}
	.paginationItemReadMore {
		text-align: center;
	}
	/*projects*/
	.projects .itemCatWrapper.doubleSize .itemCat {
		padding: 40% 50%;
	}
	.projects .itemCat {
		padding: 40% 50%;
	}
	.onTheDrawing .itemCatWrapper.doubleSize .itemCat {
		padding: 40% 50%;
	}
	.onTheDrawing .itemCat {
		padding: 40% 50%;
	}
	/*projects article view*/
	.itemDescriptionTitle {
		font-size: 28px;
	}
	.itemCharacteristics {
		width: 100%;
	}
	.itemCharacteristicsWrapper {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.characteristicLabel {
		width: 100%;
		text-align: center;
	}
	.characteristicValue {
		width: 100%;
		text-align: center;
		margin: 15px 0 10px;
	}
	.itemSliderContainer {
		margin: 100px 0 0 0;
	}
	.osSlideshowItem {
		padding: 34.53% 0;
		background-size: cover;
	}
	.carouselNav .slick-nav-prev {
		left: 20px;
	}
	.carouselNav .slick-nav-next {
		right: 20px;
	}

	.itemBeforeAfterContainer .twentytwenty-before-label::before, .itemBeforeAfterContainer .twentytwenty-after-label::before {
		padding: 2px 15px;
		font-size: 17px;
	}
	.aw_articles.related {
		margin: 90px 0 0 0;
	}
	.hightlightsMainTitle {
		font-size: 28px;
	}


}
@media (max-width:635px) {
	.homePage .awHomeClients .foregroundTitle span {
		width: 2000px;
		-webkit-transform: translateY(-80%);
		-moz-transform: translateY(-80%);
		transform: translateY(-80%);
		left: -25%;
	}
	.aw_acymailing_module_form .acymailing_form > div {
		-webkit-flex-wrap: unset;
		flex-wrap: unset;
	}
}
@media (max-width:600px){
	.awSearchLogoInner {
		width: 300px;
	}
	.awSearchLogoInner svg {
		width: 100%;
	}
	.awMobileMenuLogoInner {
		width: 300px;
	}
	.awMobileMenuLogoInner svg {
		width: 100%;
	}
	.aboutItem.itemsContainerInner .catItemImage {
		padding: 40% 0;
	}
	.category-desc {
		margin: 60px auto 0 auto;
	}
	.aboutItem.itemsContainerInner {
		margin: 40px 0 0 0;
	}
	.item-page.about .headerImageInner {
		float: left;
		position: relative;
		width: 100%;
		padding: 30% 0;
	}
	.awMobileMenuWrapper {
		width: auto;
	}
	.gkHeaderNavInner .logoContainer {
		width: 300px;
	}
	#gkLogo img, #gkLogo svg {
		width: 300px;
	}
	.homePage .gkHeaderNavInner .logoContainer {
		opacity: 1;
	}
	.homePage .gkHeaderNavInner .logoContainer svg path{
		fill:#fff;
	}
	.homePage #gkHeader.scroll .gkHeaderNavInner .logoContainer svg path{
		fill:#222;
	}

	.awHeaderlangSearchWrapper {
		width: auto;
	}
	#gkSearch {
		float: left;
		position: relative;
		width: auto;
		margin: 0 0 0 0;
	}
	.sliderLogo,
	.sliderLogo svg,
	.sliderLogo svg path {
		width: 300px;
		display: none;
	}
	.itemTextContainer {
		margin: 40px 0 0;
	}
}
@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;
	}
	.homePage .foregroundTitle span {
		left: -29%;
	}
	.awardDescriptionContainer {
		font-size: 21px;
	}
	.awardLink a {
		padding: 24px 0;
	}
}
@media (max-width:550px){
	.item-page.about .socialShareWrapper {
		position: relative;
		width: 40%;
		float: left;
	}
	.item-page.about .paginationInner {
		width: 60%;
	}
	.item-page.about .paginationInner ul {
		width: 100%;
		position: relative;
		float: left;
	}
	.about .pager.pagenav li {
		width: auto;
		display: -webkit-flex;
		display: flex;

	}
	.about .pager.pagenav .next a[title], .about .pager.pagenav .prev a[title] {
		font-size: 18px;
		width: 200px;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.about .pager.pagenav .next a[title]::after, .about .pager.pagenav .previous a[title]::after {
		font-size: 18px;
		width:auto;
	}
	/*menu*/
	.awMobileMenuLogoContainer {
		display: none;
	}
	/*menu ends*/
	/*contact page*/
	.contactPageInfoSectionTitle {
		font-size: 22px;
	}
	.contactPageInfoText {
		font-size: 18px;
	}
	/*journal article view*/
	.paginationItemTitle {
		font-size: 20px;
	}
}
@media (max-width:510px){
	.featuredProjectWrapper.doubleSize .featuredProject {
		padding: 40% 0;
	}
	.featuredProjectWrapper .featuredProject {
		padding: 40% 0;
	}
	.awBackToTopContainer {
		display: none;
	}
	.gkPage{
		padding: 0 20px;
	}
	.homeServiceWrapper .catItemReadMore {
		right: 20px;
	}
	.homeServiceCounter {
		left: 17px;
	}
	.serviceTitle {
		text-align: left;
		padding: 0 20px;
	}
	.homeServiceWrapper .catItemReadMore {
		right: auto;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.homeServiceWrapperLink:hover + .catItemReadMore a {
		width: 100%;
	}
	.homeServiceWrapperLink + .catItemReadMore a .readMoreContent {
		opacity: 0;
		color: #fff;
		width: 100%;
	}
	.homeServiceWrapperLink:hover + .catItemReadMore a .readMoreContent {
		opacity: 1;
		color: #fff;
		width: 100%;
	}
	.homeClient {
		width: 100%;
	}
	.awAwards {
		padding: 0 20px;
	}
	.journalTitleLinkWrapper {
		padding: 0 20px;

	}
	#gkBreadcrumb {
		display: none;
	}
	.gkHeaderNavInner .logoContainer {
		width: 270px;
	}
	#gkLogo img, #gkLogo svg {
		width: 270px;
	}
	/*contact form*/
	.gkTwoColumnsRightCol .rsform {
		padding: 80px 20px 70px;
	}
	/*journal article view*/
	.prevItemWrapper, .nextItemWrapper {
		padding: 70px 20px;
	}
}
@media (max-width:500px){
	/*journal*/
	.latestPostLabel {
		font-size: 15px;
	}
	.latestPostValue {
		font-size: 15px;
	}
	.articleTitle p {
		font-size: 26px;
	}
	.journalItemTitle p {
		font-size: 24px;
	}
	/*journal item*/
	.headerImageInner {
		padding: 33% 0;
	}
	.testimonialQuote {
		font-size: 20px;
	}
	/*project article view*/
	.itemDescriptionInner {
		margin: 70px 0 0;
	}
	.carouselNav .slick-nav-prev.slick-arrow, .carouselNav .slick-nav-next.slick-arrow {
		width: 45px;
		height: 45px;
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	#gkMainbody table {
		width: 420px!important;
	}
	.sliderLogo {
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.leftSideText {
		font-size: 30px;
		text-align: center;
	}
	.homeAboutLeftSideContainer .generalButton a {
		padding: 25px 75px;
	}
	.homePage .foregroundTitle span {
		left: -31%;
	}
	.generalTitle {
		font-size: 35px;
	}
	.foregroundTitle {
		font-size: 65px;
	}
	.categoryTitleTagsWrapper .categoryTitle {
		font-size: 30px;
	}
	.awCategoriesWrapper:hover .categoriesTagWrapper {
		margin: 20px 0 0 0;
	}
	.footerVisitCityDirectionsWrapper {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.footerSection {
		padding: 0 0 0 0;
		width: 100%;
	}
	.footerDirLink {

		margin: 10px 0 0 0;
	}
	.getDirLinkArrow {
		padding: 0 15px 0 0;
	}
	/*projects article view*/
	.awardImageContainer {
		width: 50%;
	}
	/* about clients*/
	.osSlideshowItemWrapper {
		width: 100%;
	}

}
@media (max-width:470px){
	.aw_acymailing_module_form .acysubbuttons input {
		padding: 0 24px;
	}
	.category-desc {
		margin: 60px auto 0 auto;
	}

}
@media (max-width:460px){
	.gkHeaderNavInner .logoContainer,
	#gkLogo img, #gkLogo svg{
		width: 250px;
	}
	.modSearch .searchToggler {
		width: 25px;
	}
	.modSearch .searchToggler .openImage {
		width: 25px;
	}
	.awSearchLogoInner {
		width: 250px;
	}
}
@media (max-width:450px){
	.slideTitle {
		font-size: 50px;
	}
}
@media (max-width: 440px) {
	#gkMainbody table {
		width: 260px!important;
	}
	.serviceTitle {
		margin: 30px 0 60px;
		font-size: 28px;
	}
	.generalTitle {
		font-size: 30px;
	}
	.aboutItem.itemsContainerInner .catItemInfo {
		padding: 30px 30px 55px 30px;
	}
	.catItemTitle {
		font-size: 24px;
	}
	/*menu */
	#awMobileMenu .accordeonck.level1 a {
		font-size: 25px;
	}
	#awMobileMenu .accordeonck.level2 a {
		font-size: 17px;
	}
	/*menu ends*/

}
@media (max-width:420px){
	.gkHeaderNavInner .logoContainer {
		-webkit-justify-self: center;
		justify-self: center;
		margin: auto;
	}
	.awHeaderlangSearchWrapper {
		display: none;
	}
	#awMobileMenuToggler {
		z-index: 16;
	}
	#awMobileMenu .awMobileMenuContainer {
		z-index: 0;
	}
	#awMobileMenu.active .awMobileMenuInner .modSearch {
		float: left;
		position: fixed;
		top: 20px;
		right: 28px;
		display: block;
	}
	#awMobileMenu.active .awMobileMenuInner .modSearch .searchToggler .openImage {
		width: 30px;
	}
	#awMobileMenu.active .awMobileMenuInner .modSearch .searchToggler.active .closeImage {
		top: 5px;
	}
	.awMobileMenuInner .modSearch .searchToggler .openImage path {
		fill: #222;
	}
	.awSearchLogoContainer {
		display: none;
	}
	#awMobileMenu .awMobileMenuBottom {
		z-index: 0;
	}
	.searchInfo {
		width: 100%;
		text-align: center;
	}
}
@media (max-width:400px){
	.aboutItem.itemsContainerInner .catItemInfo {
		padding: 20px 20px 55px 20px;
	}
	.overlayBorder {
		border: 5px solid #d2d0cc;
	}

	.catItemTitle {
		font-size: 22px;
	}
	.aboutItem.itemsContainerInner .catItemIntroText {
		font-size: 18px;
	}
	.aboutItem.itemsContainerInner .catItemImage {
		padding: 50% 0;
	}
	/*contact page*/
	.contactPageInfoVisitCityDirectionsWrapper {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.contactPageInfoDirLink {
		margin: 7px 0 0 0;
	}
}
@media (max-width:390px){
	.itemBodyContainer.withMargin {
		margin: 20px 0 0 0;
	}
}
@media (max-width:380px){
	.homePage .foregroundTitle span {
		left: -32%;
	}
	.homeAboutLeftSideContainer .generalButton a {
		padding: 25px 50px;
	}
	.serviceTitle {
		
		font-size: 26px;
	}
	.category-desc {
		font-size:20px;
	}
	#gkHeaderNav .gkPage {
		padding: 0 10px;
	}
	.gkHeaderNavInner .logoContainer, #gkLogo img, #gkLogo svg {
		width: 230px;
	}
	#awMobileMenuToggler {
		width: 35px !important;
		height: 35px !important;

	}
	#awMobileMenuToggler.active #awMobileMenuTogglerIcon::before {
		transform-origin: 12px 3px 0 !important;
	}
	#awMobileMenuToggler.active #awMobileMenuTogglerIcon::after {
		transform-origin: -1px -11px 0 !important;
	}
}
@media (max-width: 360px) {
	#awMessages {
		bottom: 10px;
		max-width: 300px;
		right: 10px;
	}
	.homePage .aw_acymailing_module_form .acyfield_email.acy_requiredField {

		width: 70%;
	}
	.aw_acymailing_module_form .acysubbuttons input {
		padding: 0 14px;
	}
	.accordionTitle {
		font-size: 20px;

	}
	.accordionTitle::after {
		right: 5px;

	}
	.footerPhonesWrapper {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.footerPhonesWrapper div.footerText:first-child {
		margin: 0 0 7px 0;
	}
	/*menu */
	#awMobileMenu .accordeonck.level1 a {
		font-size: 23px;
	}
	#awMobileMenu .accordeonck.level2 a {
		font-size: 17px;
	}
	#awMobileMenu .accordeonck.level1 > a::after {
		height: 8px;
	}
	/*menu ends*/
	/*contact page*/
	.contactInfoIntroText {
		font-size: 23px;
	}
	.contactPageInfoSection {
		margin: 35px 0 0 0;
	}
	.contactPageInfoText {
		font-size: 17px;
	}
	/*journal*/
	.journal .category-desc {
		font-size: 20px;
	}
	.journal .articleInner {
		margin: 70px 0;
	}
	.articleCreated {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.latestPostLabel {
		margin: 0 0 15px 0;
	}
	.articleTitle p {
		font-size: 24px;
	}
	/*journal article view*/
	.headerImageInner {
		padding: 35% 0;
	}
	/*project article view*/
	.awardImageContainer {
		width: 60%;
	}
}

@media (max-width:340px){
	.catItemTitle {
		font-size: 20px;
	}
	.footerPhonesWrapper {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.footerPhonesWrapper div.footerText:first-child {
		margin: 0 0 0 0;
	}
	.copyrights {
		font-size: 12px;
		float: left;
		position: relative;
		color: #222;
	}
}