/*---------------*/
/* NORMILIZE.CSS */
/*---------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*------------*/
/* LAYOUT.CSS */
/*------------*/
/* Base elements and classes */
html {
	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!important;
	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!important;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}
select[size] {
	font-size: 12px;
	height: auto
}
select[size="1"] {
	height: 39px;
	line-height: 39px;
}
.invalid {
	border: 1px solid #e25527!important;
	color: #000
}

label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
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;
}
#system-message {
	margin: 0;
	position: relative;
}
#system-message a.close,
#system-message h4.alert-heading {
	display: none;
}
#system-message p { margin: 0; padding:  0; text-align: center; font-size: 14px}
#system-message dd ul { list-style: none!important }
#system-message dd ul,
#system-message dd ul li { line-height: 1; }
#system-message dd,
#system-message .alert {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #080808;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	min-height: 24px;
	padding: 12px 10px;
	text-align: center;
}
#system-message dd.error,
#system-message .alert-error {
	background: #000000;
	color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
	background: #ffde00;
	color: #080808;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
#system-message dt {
	display: none
}
/* Languages */
#gkLang {
    float: left;

}
#gkLang .gkPage {
    padding: 0;
}
#gkLang  .chzn-container {
	font-size: 14px;
}
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-family: 'Arial';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 2000px;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0;
	word-wrap: break-word;
}
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;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto!important;
	padding: 0 20px;
	width: 100%;
}
#gkHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}


#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;
	max-width: 2000px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#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;
}
#gkHeaderNav .gkTopInfo{
	float: left;
	padding: 40px 0;
	position: relative;
	width: 100%;
}
.contactInfoInner {
	 display: flex;
	 display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
}
.awMobileMenu div.mod-languages{
	text-align: left;
}
.mobileMenuAco{
	display: none;
	float: left;
	position: relative;
	width: auto;
}
/* Logo  */
div.logoContainer {
	float: left;
	position: relative;
}
#gkLogo {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
}
#gkLogo img,
#gkLogo svg {
	display: block;
	margin: 0;
	height: auto;
	width: 427px;
}
/*Contact Top*/
#gkContactTop {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	float: left;
	position: relative;
	width: 60%;

}
#AW_Contact_Top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	float: left;
	position: relative;
	width: 100%;

}
.awContactTopLogoContainerOne img{
	position: relative;
	float: left;
	width: 124px;
}
.awContactTopLogoContainerTwo img{
	position: relative;
	float: left;
	width: 90px;
}
.awContactTopLogoContainerOne {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	position: relative;
	width: 50%;
}
.awContactTopLogoInnerOne, .awContactTopLogoInnerTwo{
	float: left;
	position: relative;
	width: auto;
}
.awContactTopLogo, .awContactTopLogoTwo{
	float: left;
	position: relative;
	width: auto;
}
.awContactTopInfoInnerOne {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	position: relative;
	margin-top: 7px;
	width: 100%;
}
.awContactTopPhone {
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 32px;
}
.awContactTopPhone a:before{
	content: '\f095';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color:#9F7A84;
	font-size: 20px;
	position: absolute;
	top: -7px;
	left: -24px;
}
.awContactTopPhone a, .awContactTopEmail a{
	font-size: 12px;
	float: left;
	position: relative;

}
.awContactTopEmail{
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 10px;
}
.awContactTopEmail a::before {
	content: '\f003';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #9F7A84;
	font-size: 17px;
	padding-right: 0.5em;
	position: absolute;
	top: -5px;
	left: -22px;
}
.awContactTopLogoContainerTwo{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	position: relative;
	width: 50%;
}

.awContactTopInfoInnerTwo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
	position: relative;
	margin-top: 7px;
	width: 100%;
}

.awContactTopPhoneTwo {
	display: block;
	float: left;
	position: relative;
	margin-right: 29px;
}
.awContactTopPhoneTwo a, .awContactTopEmailTwo a {
	font-size: 12px;
	float: left;
	position: relative;
}
.awContactTopPhoneTwo a::before {
	content: '\f095';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #9F7A84;
	font-size: 20px;
	position: absolute;
	top: -7px;
	left: -20px;
}
.awContactTopEmailTwo a::before {
	content: '\f003';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #9F7A84;
	font-size: 17px;
	padding-right: 0.5em;
	position: absolute;
	top: -5px;
	left: -22px;
}
/* Lang Switcher */
#gkLang .chzn-container-single .chzn-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border:none;
}
#gkLang .chzn-container::before {
	content: "\f0ac";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #9F7A84;
	font-size: 20px;
	padding-right: 0.5em;
	position: absolute;
	top: -4px;
	left: -13px;
}

#gkLang .chzn-container-single .chzn-single{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	background: none transparent;
	box-shadow: none;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
#gkLang .chzn-container-single .chzn-single div b{
	background: none;
}
#gkLang .chzn-container-single .chzn-single div b:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
}
div.mod-languages > div, div.mod-languages > form {
	display: inline-block;
	margin:0;
}
/* TEMPLATE MENU */
#gkMainMenu {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	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;
	padding: 25px 0 20px 0;
}
.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: 1086px;
    width: 100%;
}
.gkMenu > ul > li {
	clear: none!important;
	display: inline-block;
	font-size: 14px;
	text-align: left;
}

.gkMenu > ul > li > a {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.055em;
	position: relative;
}
/* main menu CSS */
.gkMenu > ul > li > a,
.gkMenu > ul > li > a:after {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu ul 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 > a:hover:after, .gkMenu > ul > li.active a::after {
	width: 53px;

}
.gkMenu > ul > li > a:after {
	content: "";
	width: 0;
	background-color:#9F7A84;
	height: 4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -23px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	transition: width 0.3s ease;
}


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

/* 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;
	width: 100%;
}
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #2D2D2A;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}
/* Suffixes */
div.content {
	clear: both;
}
#fancybox-overlay {
	z-index: 10002;
}

/* HOME PAGE */
.awHomeSlider{
	float: left;
	position: relative;
	width: 100%;
}
#owl_home_page{
	float: left;
	position: relative;
	width: 100%;
}
.awHomeSlider .owl-carousel-inner{
	float: left;
	position: relative;
	width: 100%;
}
.awHomeSlider .owl-info-home{
	color: #ffff;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 25%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 100%;
	z-index: 5;
}
.awHomeSlider .owl-img{
	float: left;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 29%;
	width: 100%;
}

.awHomeSlider .owl-title{
	float: left;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	width: 100%;
}
.awHomeSlider .owl-subtitle{
	float: left;
	font-size: 24px;
	position: relative;
	width: 100%;
}
.awHomeSlider .owl-text{
	float: left;
	font-size: 46px;
	font-weight: 700;
	position: relative;
	width: 100%;
}
.awHomeSlider .owl-text-link {
	float: left;
	position: relative;
	margin-top: 85px;
	width: 100%;
}
.awHomeSlider .owl-text-link a{
	background-color: #9F7A84;
	color: #fff;
	font-size: 14px;
	padding: 14.5px 78px;
	position: relative;
}
.awHomeSlider .owl-text-link a:hover{
	background-color: #2D2D2A;
}
#owl_home_page .owl-dots {
	width: 100%;
	position: relative;
	display: flex;
	display: -webkit-flex;
	top: -37px;
	justify-content: center;
	-webkit-justify-content: center;
}
#owl_home_page.owl-carousel .owl-dot {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 12px;
	margin: 0 18px;
	width: 12px;
}
#owl_home_page .owl-dot.active {
	background-color: #9F7A84;
}
.awHomeSlider .overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}
#AW_Home_Dr_Details {
	float: left;
	position: relative;
	margin-top: 62px;
	width: 100%;
}
#AW_Home_Dr_Details .gkPage{
	max-width: 994px;
}

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

}
.modHomeDrDetailsBgSvg {
	background-image: url("../../../images/template/modules_images/home_page background.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 94%;
	position: absolute;
	width: 100%;
	z-index: -5;
}

.homeDrDetailsContentInner {
	float: left;
	position: relative;
	width: 100%;
}
.leftContentHomeDrDetails{
	float: left;
	position: relative;
	margin-top: 102px;
	max-width: 534px;
	right: 23px;
	width: 100%;
}
.titleHomeDrDetails {
	/* color: #333333; */
	/* font-size: 20px; */
	/* font-weight: 500; */
	/* float: left; */
	/* position: relative; */
	/* width: 100%; */
	color: #957A83;
	font-size: 34px;
	font-family: Tinos;
	float: left;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-top: 20px;
	position: relative;
	width: 100%;
}
.testimonialHomeDrDetails {
	color: #957A83;
	font-size: 34px;
	font-family: Tinos;
	float: left;
	letter-spacing: 0.02em;
	line-height: 1.2;
	position: relative;
	width: 100%;
}
.drImageHomeDrDetails {
	float: right;
	position: relative;
	margin-left: 153px;
	margin-top: 85px;
}
.textHomeDrDetails {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	float: right;
	letter-spacing: 0.02em;
	max-width: 487px;
	margin-top: 11px;
	margin-right: 160px;
	position: relative;
	line-height: 1.6;
	width: 100%;
}
.linkHomeDrDetails{
	float: left;
	position: relative;
	margin-top: 134px;
	text-align: center;
	width: 100%;
}
.our_principles .linkHomeDrDetails{
	float: left;
	position: relative;
	margin-top: 159px;
	text-align: center;
	width: 100%;
}
.linkHomeDrDetails a, .modAwArticlesBtnAllArt a{
	background-color: #2D2D2A ;
	color: #fff;
	display: inline-block;
	padding: 11.5px 58px;
	border-radius: 25px;
}
.linkHomeDrDetails a:hover, .modAwArticlesBtnAllArt a:hover{
	background-color: #957A83;
}
.aw_articles{
	margin-bottom: 141px;
}
.modAwArticlesBtnAllArt {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.rsFormHomePage {
	background-image: url("../../../images/template/articles_images/contactBg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	float: left;
	position: relative;
	width: 100%;

}
.rsFormHomepageInner{
	float: left;
	position: relative;
	padding-top: 84px;
	width: 100%;
}
.rsform{
	float: left;
	position: relative;
	width: 100%;
}
.rsform form {
	float: left;
	position: relative;
	width: 100%;
}
.rsform .contactForm {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.contactFormInner {
	float: left;
	max-width: 400px;
	position: relative;
	margin-bottom: 148px;
	width: 100%;
}
.formFieldsContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	float: left;
	position: relative;
	width: 100%;
}

.formFieldsContainer h2 {
	line-height: 0.87;
	color: #957A83;
	font-family: Tinos;
	font-size: 40px;
	margin-bottom: 103px;
	max-width: 245px;
	text-align: center;
}



.rsform-block-name, .rsform-block-phone, .rsform-block-email, .rsform-block-message {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.rsFormHomePage .formValidation {
	float: left;
	position: relative;
	width: 100%;
}

.rsFormHomePage select, .rsFormHomePage textarea, .rsFormHomePage input[type="text"], .rsFormHomePage input[type="password"],.rsFormHomePage input[type="url"], input[type="email"] {
	background: transparent;
	border-color: transparent;
	color: black;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 300;
	padding: 0 0 8px 0;
	max-width: 100%;
}
.rsFormHomePage .formResponsive textarea, .rsFormHomePage .formResponsive input[type="text"], .rsFormHomePage .formResponsive input[type="number"], .rsFormHomePage .formResponsive input[type="email"], .rsFormHomePage .formResponsive input[type="tel"], .rsFormHomePage .formResponsive input[type="url"], .rsFormHomePage .formResponsive input[type="password"] {
	background-color: transparent;
	border-bottom: 1px solid #777777;
	color: #000;
}
.rsFormHomePage .formResponsive input,.rsFormHomePage  .formResponsive textarea {
	width: 398px;
}
.rsFormHomePage input::placeholder , .rsFormHomePage textarea::placeholder{
	color: #000;
	opacity: 1;
}
.rsFormHomePage input:focus,
.rsFormHomePage select:focus,
.rsFormHomePage textarea:focus
{
	outline-offset: 0 !important;
	outline: none !important;
}
.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="number"]:focus, .formResponsive input[type="email"]:focus, .formResponsive input[type="tel"]:focus, .formResponsive input[type="url"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
	border-color: transparent;
	border-bottom: 1px solid #777777;
	outline: 0;
	outline: none;
}
.rsFormHomePage #message{
	resize: none;
}
.formButtonsContainer {
	float: left;
	position: relative;
	margin-top: 161px;
	width: 100%;
}
.formErrorContainer {
	float: left;
	position: relative;
	width: 100%;
}
.formButtons {
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.formButtons .rsform-block {
	float: left;
	position: relative;
}
.rsform-block .formBody {
	float: left;
	position: relative;
	width: 100%;
}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
	background-color: #2D2D2A;
	color: #ffffff !important;
}
.formResponsive input[type="button"], .formResponsive button[type="button"], .formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive button[type="reset"] {
	display: inline-block;
	padding: 11.5px 73px;
	margin-bottom: 0;
	margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon {
	color: #fff !important;
	border: none;
	font-size: 14px;
	height: 49px;
	line-height: 0;
	margin: 0 5px 2px 2px;
	padding: 0 24px;
	text-align: center;
	font-weight: 400;
	text-transform: unset;

}
.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover, .formResponsive input[type="submit"]:active, .formResponsive button[type="submit"]:active, .formResponsive input[type="submit"].active, .formResponsive button[type="submit"].active, .formResponsive input[type="submit"].disabled, .formResponsive button[type="submit"].disabled, .formResponsive input[type="submit"][disabled], .formResponsive button[type="submit"][disabled] {
	background-color: #957A83;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.formResponsive input[type="submit"]:hover{
	text-decoration: none;
	background-color: #957A83;
	background-position: 100px 100px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.formResponsive input[type="button"]:hover, .formResponsive button[type="button"]:hover, .formResponsive input[type="reset"]:hover, .formResponsive button[type="reset"]:hover, .formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #957A83;
	*background-color: #957A83;
	background-position: 0 -50px;
	-webkit-transition:none;
	-moz-transition: none;
	-ms-transition:none;
	-o-transition: none;
	transition: none;
}
.rsFormHomePage #rsform_error_3{
	text-align: center;
}
.grecaptcha-badge {
	display: none;
}
/*ASSISTED REPRODUCTION PAGE*/
.assistedReproductionCat{
	float: left;
	position: relative;
	margin: 100px 0 178px 0;
	text-align: center;
	width: 100%;
}
.assistedReproductionCatTitle{
	color: #9F7A84;
	font-family: Tinos;
	font-size: 40px;
	float: left;
	margin-bottom: 111px;
	letter-spacing: 0.002em;
	position: relative;
	width: 100%;
}
.assistedReproductionSubCatTitles {
	float: left;
	position: relative;
	width: 100%;
}
.assistedReproductionCat .first {
	float: left;
	position: relative;
	width: 100%;
}
.assistedReproductionSubCatTitle{
	float: left;
	position: relative;
	margin: 33px 0 20px 0;
	width: 100%;
}
.assistedReproductionSubCatTitle a{
	color: #9F7A84;
	font-family: Tinos;
	font-size: 36px;
	letter-spacing: 0.01em;
}
.assistedReproductionSubCatTitle a:before{
	content: '+';
	color: #9F7A84;
	font-size: 40px;
	position: absolute;
	left: -30px;
	top: -8px;
}
.assistedReproductionItems{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	padding-bottom: 29px;
	position: relative;
	width: 100%;
}
.assistedReproductionItems:last-child{
	border-bottom: none;
}
.assistedReproductionItem{
	float: left;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.assistedReproductionItemTitle{
	float: left;
	position: relative;
	width: 100%;
}
.assistedReproductionItemTitle a{
	color: #2D2D2A;
	font-size: 24px;
	letter-spacing: 0.01em;
}
.assistedReproductionItemTitle a:hover{
	color: #9F7A84;
}
.assistedReproductionItemTitle a:after {
	content: "";
	width: 0;
	position: absolute;
	height: 1px;
	background-color:#9F7A84;
	bottom: -7px;
	left: 0;
	-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;
}
.assistedReproductionItemTitle a:hover:after {
	width:100% ;
}
.onlyArticles h3  {
	float: left;
	position: relative;
	margin: 33px 0 20px 0;
	width: 100%;
}
 .onlyArticles h3 a{
	color: #9F7A84;
	font-family: Tinos;
	font-size: 36px;
	letter-spacing: 0.01em;
 }
.onlyArticles a::before {
	content: '+';
	color: #9F7A84;
	font-size: 40px;
	position: absolute;
	left: -30px;
	top: -8px;
}
.onlyArticles>.gkPage>div{
	border-bottom: 1px solid #e1e1e1;
	float: left;
	padding-bottom: 29px;
	position: relative;
	margin-left: -212px;
	width: calc(100% + 424px);

}
.onlyArticles>.gkPage>div:last-child{
	border-bottom: none;
}

/*ITEM PAGES*/
.reproductionItems {
	float: left;
	position: relative;
	width: 100%;
}

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

.reproductionHeaderImage {
	background-size: cover;
	background-position: 100% 100%;
	float: left;
	position: absolute;
	padding-top: 29.5%;
	width: 100%;
	z-index: -99999;
}

.reproductionItemsContent {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.reproductionItemsInner {
	float: left;
	position: relative;
	width: 100%;
	max-width: 1340px;
}
.reproductionHeaderWrapper {
	float: right;
	position: relative;
	max-width: 883px;
	width: 100%;

}
.reproductionHeaderTitles {
	float: left;
	position: relative;
	margin: 73px 0 58px 0;
	width: 100%;
}
.reproductionHeaderCategory{
	float: left;
	position: relative;
	width: 100%;
}
.reproductionCategoryTitle{
	color: #957A83;
	font-size: 18px;
	font-family: Tinos;
	float: left;
	letter-spacing: 0.02em;
	position: relative;

}
.reproductionHeaderTitle{
	float: left;
	position: relative;
	width: 100%;
}
.reproductionTitle{
	font-size: 34px;
	float: left;
	position: relative;
	letter-spacing: 0.02em;
	width: 100%;

}
.reproductionItemsImage{
	position: relative;
	width: 100%
}
.reproductionImage {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	position: relative;
	width: 100%
}

.reproductionBodyContents{
	float: left;
	position: relative;
	left: 26px;
	margin: 54px 0 170px 0;
	width: 100%;
}
.buttomAside {
	display: none;
	float: left;
	position: relative;
	width: 100%;
}
.asideToggler{
	font-size: 22px;
	color: #957a83;
}
.category-module {
	float: left;
	position: relative;
	padding-right: 138px;
	margin-top: 10px;
	width: 330px;
}
.category-module li{
	float: left;
	position: relative;
	margin-bottom: 35px;
	width: 100%;
}
.mod-articles-category-group{
	color: #9F7A84;
	font-size: 18px;
	font-family: Tinos;
	letter-spacing: 0.01em;
	margin-bottom: 14px;
}

.mod-articles-category-group:before{
	content: '+';
	color: #9F7A84;
	font-size: 21px;
	position: absolute;
	left: -17px;
	top: -2px;
}

.mod-articles-category-title{
	font-size: 14px;
}
.mod-articles-category-title:hover{
	color:#9F7A84;
}
.mod-articles-category-title:after{
	content: "";
	width: 0;
	position: absolute;
	height: 1px;
	background-color:#9F7A84;
	bottom: -5px;
	left: 0;
	-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;
}
.mod-articles-category-title:hover:after{
	width: 100%;
}
.onlyModuleArticlesTitle{
	color: #9F7A84;
	font-size: 18px;
	font-family: Tinos;
	letter-spacing: 0.01em;
	margin-bottom: 56px;
}
.onlyModuleArticlesTitle:before{
	content: '+';
	color: #9F7A84;
	font-size: 21px;
	position: absolute;
	left: -17px;
	top: -2px;
}
.category-module li ul li{
	margin-bottom: 13px;
	margin-left: 13px;

}
.reproductionBodyContent{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 14px;
	float: left;
	position: relative;
	letter-spacing: 0.02em;
	text-align: left;
	width: calc(100% - 330px);
	max-width: 795px;

}
span.quotes {
	color: #957A83;
	font-size: 22px;
	font-family: Tinos;
	position: relative;
	margin: 75px 0 61px 0;
	display: block;
	left: -37px;
	width: 100%;

}
span.quotes:before{
	content: url("../../../images/template/articles_images/beforeArticle.png");
	top: -23px;
	position: absolute;
	width: 100%;
}
/*RESUME PAGE AND PLAIN TEXTS*/
.resumeItems, .plainTextItems{
	float: left;
	position: relative;
	width: 100%;
}

.resumeHeader, .plainTextHeader {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	float: left;
	position: relative;
	margin-top: 83px;
	width: 100%;
}

.resumeHeaderInner{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: flex-end;
	align-items: end;
	max-width: 947px;
	width: 100%;

}
.plainTextHeaderInner{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: end;
	position: relative;
	float: left;
	width: 100%;
}
.resumeHeaderTitle, .plainTextHeaderTitle {
	float: left;
	position: relative;
	max-width: 553px;
	width: 100%;
}
.resumeTitle, .plainTextTitle {
	color: #957A83;
	font-size: 34px;
	font-family: Tinos;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.resumeItemsImage, .plainTextItemsImage, .drImageHomeDrDetails{
	float: left;
	position: relative;
	width: 100%;
	max-width: 260px;
}

.resumeItemsContent{
	 float: left;
	 position: relative;
	 margin:167px 0 177px 0 ;
	 width: 100%;
 }
.plainTextItemsContent{
	float: left;
	position: relative;
	margin: 85px 0 177px 0;
	width: 100%;
}
.resumePdfInner {
	float: left;
	position: relative;
	margin-top: 10px;
	width: 248px;
}

.resumePdf:before {
	content: url("../../../images/template/articles_images/beforeArticle.png");
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top: -23px;
	width: 100%;
}
.recentActivities::before{
	content: url("../../../images/template/articles_images/beforeArticle.png");
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top: -18px;
	width: 100%;
}
.resumePdf {
	float: left;
	position: relative;
	max-width: 241px;
	width: 100%;
}

.resumePdf a {
	color: #957A83;
	font-family: Tinos;
	font-size: 22px;
	letter-spacing: 0.02em;
	line-height: 1;
}
.recentActivities{
	float: left;
	position: relative;
	margin-top: 50px;
	width: 100%;
}
.recentActivities a{
	color: #957A83;
	font-family: Tinos;
	font-size: 22px;
	letter-spacing: 0.02em;
	line-height: 1;
}
.resumeBodyContents{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	float: left;
	padding-left: 39px;
	position: relative;
	width: calc(100% - 248px);
}
.plainTextBodyContents{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	float: left;
	padding-left: 39px;
	position: relative;
	width: 100%;
}
.resumeBodyContent, .plainTextBodyContent {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
	float: left;
	position: relative;
	max-width: 844px;
	width: 100%;
}
.resumeBodyContent ul{
	float: left;
	position: relative;
	width: 100%;

}
.resumeBodyContent ul li{
	float: left;
	position: relative;
	margin: 14px 0 14px 0;
	width: 100%;

}
.resumeBodyContent li:before{
	content: " ";
	background: #957A83;
	height: 1px;
	position: absolute;
	top: 9px;
	left: -31px;
	width: 19px;

}

/*OUR CENTER PAGE*/
.ourCenterItems {
	float: left;
	position: relative;
	width: 100%;

}

.ourCenterItemsContainer {
	float: left;
	position: relative;
	margin: 100px 0 170px 0;
	width: 100%;
}

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

.ourCenterHeaderImage {
	float: left;
	position: relative;
	width: 58.4%;
}

.ourCenterImage {
	-webkit-mask-image: url('../../../images/template/articles_images/test2.svg');
	-o-mask-image: url('../../../images/template/articles_images/test2.svg');
	-moz-mask-image: url('../../../images/template/articles_images/test2.svg');
	mask-image: url('../../../images/template/articles_images/test2.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 100% 0 0;
	position: relative;
	width: 100%;
}

.ourCenterItemsContent {
	background-image: url('../../../images/template/articles_images/our_center_bg.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	padding: 82.8% 0 0 0;
	position: relative;
	width: 100%;
	margin-top: -500px;
	z-index: -5;
}

.ourCenterItemsInner {
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translate(-50%, -50%);

}

.ourCenterWrapper {
	float: left;
	position: relative;
	margin-top: 400px;
	text-align: center;
	width: 100%;

}

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

.ourCenterTitle {
	color: #CABCC1;
	font-size: 40px;
	float: left;
	font-family: Tinos;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;
}

.ourCenterTitle .coloredText {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

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

.ourCenterText {
	color: #CABCC1;
	font-size: 22px;
	font-weight: 500;
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;

}

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

.ourCenterText .coloredText {
	color: #fff;
	display: block;
	font-family: Tinos;
	font-size: 32px;
	letter-spacing: 0.02em;
	width: 100%;
}

.ourCenterTexts p::after {
	content: " ";
	background: #6B6164;
	bottom: -16px;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translate(-50%, -50%);
	height: 1px;
	position: absolute;
	width: 43%;

}
.ourCenterTexts p:last-child::after{
	width: 0;
}

.ourCenterFieldsComments {
	background: #F2F2F2;
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}

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

}

.testimonialOurCenter {
	float: left;
	padding: 173px 0 0 0;
	position: relative;
	max-width: 750px;
	width: 100%;
}

.ourCenterFieldsTitle {
	color: #957A83;
	font-size: 40px;
	font-family: Tinos;
	position: relative;
	margin: 41px 0 0;
	letter-spacing: 0.02em;
	width: 100%;
}

.forUs {
	color: #333333;
	font-size: 32px;
	position: relative;
	display: block;
	letter-spacing: 0.02em;
	margin-top: -11px;
	width: 100%;

}

.ourCenterFieldComment {
	font-size: 18px;
	font-family: Tinos;
	float: left;
	letter-spacing: 0.02em;
	padding: 24px 0;
	position: relative;
	width: 100%;
}

.ourCenterFieldComment::before {
	content: url("../../../images/template/articles_images/beforeArticle.png");
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top: -50px;
	width: 100%;
}

.ourCenterFieldAuthor {
	float: left;
	position: relative;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding: 75px 0 79px 0;
}
#owl_our_center_comments .owl-nav > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#owl_our_center_comments .owl-nav .owl-prev:before {
	content: url("../../../images/template/articles_images/arrow_left.png");
}

#owl_our_center_comments .owl-nav .owl-next:before {
	content: url("../../../images/template/articles_images/arrow_right.png");
}

#owl_our_center_comments .owl-prev {
	background: none;
	float: left;
	left: 43px;
}

#owl_our_center_comments .owl-next {
	background: none;
	float: right;
	right: 43px;
}

#counter {
	color: #957A83;
	font-size: 40px;
	font-family: Tinos;
	float: left;
	padding-bottom: 29px;
	position: relative;
	width: 100%;
}

#counter span {
	color: #828282;
	font-family: Tinos;
	font-size: 22px;
	bottom: 11px;
	position: relative;
	left: -2px;

}
.ourCenterFieldsGallery {
	float: left;
	position: relative;
	text-align: center;
	margin: 136px 0 243px 0;
	width: 100%;
}
.ourCenterFieldsTitleGallery {
	color: #957A83;
	font-size: 40px;
	font-family: Tinos;
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	margin-bottom: 74px;
	width: 100%;
}
#owl_our_center_gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 106px;
	position: relative;
	width: 100%;
}
#owl_our_center_gallery .owl-nav > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#owl_our_center_gallery .owl-nav .owl-prev:before {
	content: url("../../../images/template/articles_images/arrow_left.png");
}

#owl_our_center_gallery .owl-nav .owl-next:before {
	content: url("../../../images/template/articles_images/arrow_right.png");
}

#owl_our_center_gallery .owl-prev {
	background: none;
	float: left;
	left: 13px;

}

#owl_our_center_gallery .owl-next {
	float: right;
	background: none;
	right: 13px;
}
.ourCenterFieldGalleryInner{
	float: left;
	position: relative;
	width: 100%;
}
.ourCenterFieldGallery{
	float: left;
	position: relative;
	width: 100%;
}

.ourCenterFieldGallery:after{
	content: "\f00e";
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translate(-50% , -50%);
	opacity: 0;
}
.ourCenterFieldGallery:hover:after{
	opacity: 1;
}

/*HOT CATEGORY PAGE*/

.hotPointsCategory, .aw_articles {
	float: left;
	position: relative;
	width: 100%;
}
.hotPointsCategoryInner, .modAwCategoryInner {
	float: left;
	position: relative;
	margin-top: 95px;
	width: 100%;
}
.hotPointsCategoryTitle, .modAwCategoryMainTitle {
	color: #9F7A84;
	font-size: 40px;
	font-family: Tinos;
	letter-spacing: 0.02em;
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
}
.hotPointsCategoryDescription, .modAwCategoryDescription {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.hotPointsCategoryDescription p , .modAwCategoryDescription p{
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-top: -2px;
}
.itemsWrapper, .modAwArticlesItemsWrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	position: relative;
	margin-top: 76px;
	margin-left: -65px;
	width: calc(100% + 130px);
}
.itemsContainer, .modAwArticlesItemsContainer{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1403px;
	width: 100%;
}
.itemCategoryHotPoints, .modAwArticlesItem{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-bottom: 110px;
	position: relative;
	padding: 0 65px;
	width: 33.33%;
}
.itemHotPointsTitle, .modAwArticlesItemTitle{
	color: #333333;
	font-size: 18px;
	float: left;
	letter-spacing: 0.02em;
	position: relative;
	text-align: center;
	width: 100%;

}
.itemHotPointsTitle a, .modAwArticlesItemTitle a {
	color: #333333;
	display: inline-block;
	margin-top: 110px;
	position: relative;

}
.itemHotPointsTitle a:hover, .modAwArticlesItemTitle a:hover{
	color: #9F7A84;
}
.itemHotPointIntroImages, .modAwArticlesItemIntroImages{
	float: left;
	position: relative;
	width: 100%;
}

.itemHotPointsIntroImage, .modAwArticlesItemIntroImage, .resumeImage, .drImageHome{
	-webkit-mask-image: url('../../../images/template/articles_images/test2.svg');
	-o-mask-image: url('../../../images/template/articles_images/test2.svg');
	-moz-mask-image: url('../../../images/template/articles_images/test2.svg');
	mask-image: url('../../../images/template/articles_images/test2.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 100% 0 0;
	position: relative;
	width: 100%;


}
.overlayIntoImages, .modAwArticlesOverlayIntoImages{
	position: absolute;
	width: 68%;
	height: 68%;
	background-color: #9F7A84;
	opacity: 0;
	border-radius: 50%;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	transform: translate( -50% ,-50%);
}
.itemHotPointIntroImages:hover .overlayIntoImages, .modAwArticlesItemIntroImages:hover .modAwArticlesOverlayIntoImages{
	opacity: 1;

}
.linkIntroImages, .modAwArticlesLinkIntroImages{
	position: absolute;
	width: 68%;
	height: 68%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	transform: translate( -50% ,-50%);
	z-index: 1000;
}
.overlayText, .modAwArticlesOverlayText{
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;

}
.itemHotPointIntroImages:after, .modAwArticlesItemIntroImages:after{
	background-color: #9F7A84;
	content: '';
	height:31.5%;;
	left: 50%;
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
	width: 1px;
}
/* CONTACT PAGE */

.moduleAwOffices {
    float: left;
    position: relative;
    margin-bottom: 170px;
    width: 100%;
}
.awOfficesContainer.awHasSlider.office1, .awOfficesContainer.awHasSlider.office2 {
    float: left;
    position: relative;
    margin-top: 140px;
    width: 100%;
}
.officeBottomContainer {
    float: left;
    position: relative;
    width: 100%;
}
.officeBottomContainerInner {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: space-between;
    float: left;
    position: relative;
    width: 100%;

}
.officeInfoContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    position: relative;
    width: 50%;
}
.officeInfoAll {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    float: left;
    position: relative;
    width: 100%;
}
.officeInfoAllInner {
    float: left;
    position: relative;
    width: 100%;
}
.officeOpeningHoursContainer {
    float: left;
    position: relative;
    width: auto;
}
.officeLogo {
    float: left;
    position: relative;
    width: 100%;
}
.officeAddressInner {
    display: -webkit-flex;
    display: flex;
    float: left;
    position: relative;
    margin-top: 60px;
    width: 100%;
}
.officeInfoAllContainer {
    float: left;
    position: relative;
    width: 47%;
}
.officeStreet {
    float: left;
    position: relative;
    width: 100%;
}
.officeAddress {
    float: left;
    position: relative;
    width: 100%;
}
.officeCountry {
    float: left;
    position: relative;
    width: 100%;
}
.officeContactInfoContainer {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.officeOpeningHoursTitle {
    color: #957A83;
    font-size: 16px;
    font-weight: 600;
    float: left;
    position: relative;
    width: 100%;
}
.officeOpeningDays {
    float: left;
    position: relative;
    margin-top: 31px;
    width: 100%;
}
.officeOpeningHours {
    font-weight: bold;
    float: left;
    position: relative;
    width: 100%;
}

.awOfficesContainer.awHasSlider.office2 .officeLogo img{
max-width: 195px;
}
.officeMapContainer {
    float: left;
    position: relative;
    width: 50%;
}



/* MOD AW LINK CONTACT*/
#AW_Link_Contact{
	background-image: url("../../../images/template/modules_images/bg_links.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	padding-top: 13.5%;
	position: relative;
	text-align: center;
	width: 100%;
}
.linkContactBottom {
	float: left;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.linkContactBottom a{
	color: #957A83;
	font-size: 22px;
	font-family: Tinos;
	letter-spacing: 0.02em;
	padding: 0 34px 0 34px;
}
.linkContactBottom a:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #957A83 ;
	position: absolute;
	left: 0;
	bottom: -17px;
}
/* STYLE QUESTIONS*/
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
	background-color: #fff;
	color: #9F7A84;
}
.rl_sliders.accordion > .accordion-group.active > div > a:focus, .rl_sliders.accordion > .accordion-group > div > a:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 0 2px transparent;
	box-shadow: inset 0 0 2px transparent;
}
.rl_sliders.accordion > .accordion-group {
	margin-bottom: 2px;
	border: 1px solid #9F7A84;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
	background-color: #fff;
	color: #9F7A84;
	text-decoration: none;
}
/*FOOTER*/

.footerInfo {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	float: left;
	margin: 40px 0 63px 0;
	position: relative;
	width: 100%;
}
#AW_Footer_Logo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	position: relative;
	width: 20%;

}
.awFooterLogo{
	float: left;
	position: relative;
	width: 266px;
}
.awFooterLogoTwo {
	float: left;
	position: relative;
	width: 187px;
}
.footerInfo .modMenu {
	float: left;
	position: relative;
	text-align: left;
	margin-left: 45px;
	width: 40%;
}
.footerInfo .menu{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow:column wrap;
	flex-flow: column wrap;
	height: 160px;
	padding: 5px;
	width: 100%;
}
.footerInfo .menuItem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px;
}
.menuItem a{
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.055em;
}
#AW_Contact_Bottom {
	float: left;
	position: relative;
	margin-top: 16px;
	margin-left: 40px;
	width: auto;
}
.awContactBottomPhone{
	margin-bottom: 29px;
}
.awContactBottomPhone, .awContactBottomEmail{
	float: left;
	position: relative;
	text-align: left;
	width: 100%;
}
.awContactBottomPhone a, .awContactBottomEmail a{
	color: #fff;
	font-size: 12px;
	display: block;
}
.awContactBottomPhone a::before {
	content: '\f095';
	color: #828282;
	font-family: FontAwesome;
	font-size: 20px;
	left: -39px;
	position: absolute;
	top: -7px;
}
.awContactBottomEmail a::before {
	content: '\f0e0';
	color: #828282;
	font-family: FontAwesome;
	font-size: 15px;
	left: -39px;
	position: absolute;
	top: -4px;
}

#AW_Social {
	float: left;
	margin-top: 8px;
	position: relative;
	margin-left: 40px;
	width: 15%;
}

.awSocial{
	position: relative;
	width: 100%;
}
.awSocial .facebookBottom{
	 color: #fff;
	 float: left;
	 font-size: 18px;
	 margin-right: 15px;
	 position: relative;
 }
.awSocial .linkedInBottom{
	color: #fff;
	float: left;
	font-size: 19px;
	margin-right: 15px;
	position: relative;
}
.awSocial .instagramBottom {
	color: #fff;
	float: left;
	font-size: 19px;
	margin-right: 15px;
	position: relative;
}
#AW_developed{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	float: left;
	position: relative;
	margin-top: 40px;
	width: 100%;
}
.copyright {
	color: #fff;
	font-size: 14px;
}
.developed_design a{
	color: #fff;
	font-size: 14px;
}
.design {
	margin-right: 20px;
}
.developed svg{
	margin-top: 6px;
}



@media (max-width: 1550px) {
	.ourCenterHeaderImage {
		width: 50.4%;
	}
	.ourCenterItemsContent {
		margin-top: -450px;
	}
	.ourCenterFieldsComments {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

@media (max-width: 1480px) {
	.ourCenterItemsContent {
		margin-top: -420px;
	}
}
@media (max-width: 1450px) {
	.awHomeSlider .owl-img {
		min-height: 400px;
		padding-top: unset;
	}
	.awHomeSlider .owl-title {
		font-size: 22px;
	}
	.awHomeSlider .owl-subtitle {
		font-size: 22px;
	}
	.awHomeSlider .owl-text {
		font-size: 44px;
	}
	.awHomeSlider .owl-text-link {
		margin-top: 65px;

	}
}
@media (max-width: 1420px) {
	.ourCenterItemsContent {
		margin-top: -396px;
	}
}
@media (max-width: 1400px) {
	#AW_Social {
		margin-left: 10px;
	}

}
@media (max-width: 1380px) {


}
@media (max-width: 1350px) {
	.ourCenterHeaderImage {
		width: 45.4%;
	}
	.ourCenterItemsContent {
		margin-top: -362px;
	}
	.ourCenterWrapper {
		float: left;
		position: relative;
		margin-top: 300px;
		text-align: center;
		width: 100%;
	}
	.testimonialOurCenter {
		padding: 114px 0 0 0;
	}
	.ourCenterFieldAuthor {
		padding: 47px 0 54px 0;
	}
	.category-module {
		padding-right: 85px;
	}
    .officeOpeningHoursContainer {
        float: left;
        position: relative;
        width: 40%;
    }
}
@media (max-width: 1300px) {
	.footerInfo .modMenu {
		margin-left: 85px;
	}
	#AW_Social {
		width: 10%;
	}
	.category-module {
		width: 300px;
		padding-right: 60px;
	}
	.reproductionBodyContent {

		width: calc(100% - 300px);
		max-width: 750px;
	}
}
@media (max-width: 1274px) {
	.ourCenterItemsContent {
		margin-top: -336px;
	}
}
@media (max-width: 1262px) {
	.footerInfo .modMenu {
		margin-left: 80px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -60px;
		width: calc(100% + 120px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 60px;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 100px;

	}
}
@media (max-width: 1220px) {
	.ourCenterItemsContent {
		margin-top: -300px;
	}
	.category-module {
		width: 250px;
		padding-right: 60px;
	}
	.reproductionBodyContent {
		width: calc(100% - 250px);
		max-width: 700px;
		padding-left: 30px;
	}
    .officeBottomContainerInner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .officeInfoContainer {
        width: 100%;
        margin-bottom: 50px;
    }
    .officeInfoAllInner {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
    .officeMapContainer {
        width: 100%;
    }
    .officeLogo {
        width: 38%;
    }
    .officeAddressInner {
        width: 62%;
    }
    .officeContactInfoContainer {
        margin-top: 0;
    }
    .officeOpeningDays {
        margin-top: 10px;
    }
}
@media (max-width: 1130px) {
	.assistedReproductionCat {
		margin: 80px 0 120px 0;
	}
	.assistedReproductionCatTitle {
		font-size: 38px;
		margin-bottom: 60px;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 34px;
	}
	.assistedReproductionItemTitle a {
		font-size: 23px;
	}
	.footerInfo .modMenu {
		margin-left: 91px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -55px;
		width: calc(100% + 110px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 55px;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 90px;
	}
	.ourCenterTitle {
		font-size: 38px;
	}
	.ourCenterText {
		font-size: 20px;
	}
	.ourCenterText .coloredText {
		font-size: 30px;
	}
	.buttomAside{
		display: block;
	}
    .category-module {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        transition: all 1s ease;
        top: 20px;
        left: -600px;
        position: absolute;
        padding: 20px 35px 0 35px;
        margin-left: -20px;
        width: calc(290px + 40px);
        z-index: 5;
    }

    .category-module.activeAsideBar{
		left: 0;
        -webkit-box-shadow: -2px 1px 17px -4px rgba(149,122,131,1);
        -moz-box-shadow: -2px 1px 17px -4px rgba(149,122,131,1);
        box-shadow: -2px 1px 17px -4px rgba(149,122,131,1)
	}
	.reproductionBodyContent {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		max-width: unset;
		width: 100%;
	}
	.reproductionBodyContents {
		left: 0;
	}
	span.quotes {
		margin: 40px 0 0 0;
		 left:0;
		width: 100%;
	}
	.reproductionHeaderImage {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	.reproductionHeaderWrapper {
		float: left;
	}
	.reproductionHeaderTitles {
		margin: 50px 0 30px 0;
	}
	.reproductionTitle {
		font-size: 30px;
	}
	.reproductionBodyContents {
		margin: 54px 0 100px 0;
	}
}
@media (max-width: 1100px){
	.ourCenterHeaderImage {
		width: 42.4%;
	}
	.ourCenterItemsContent {
		margin-top: -290px;
	}
	.ourCenterItemsContent {
		padding: 88.8% 0 0 0;
	}
	.ourCenterWrapper {
		margin-top: 270px;
	}
}
@media (max-width: 1080px) {
	.leftContentHomeDrDetails {
		right: 0;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -50px;
		width: calc(100% + 100px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 50px;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 80px;
	}
    .footerInfo {
       -webkit-justify-content: space-between;
        justify-content: space-between;

    }
    .footerInfo .modMenu {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        order: 1;
        margin-left: 0;
        width: 100%;
    }
    .footerInfo .menu {
        width: 58%;
    }
    #AW_Footer_Logo {
        order: 2;
        width: 36%;
    }
    #AW_Contact_Bottom {
        display: -webkit-flex;
        display: flex;
        order: 3;
        margin-top: 0;
        margin-left: 0;
        width: 30%;
    }
    #AW_Social {
         margin-left: 0;
         order: 4;
     }
    #AW_developed {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        float: left;
        position: relative;
        margin-top: 40px;
        width: 100%;
        order: 5;
    }

}
@media (max-width: 1060px) {
	.ourCenterFieldsGallery {
		margin: 96px 0 153px 0;
	}
	.ourCenterItemsContainer {
		margin: 100px 0 115px 0;

	}
}
@media (max-width: 1050px) {
	.testimonialOurCenter {
		padding: 100px 0 0 0;
	}
	.ourCenterFieldAuthor {
		padding: 34px 0 40px 0;
	}
	#owl_our_center_comments .owl-nav .owl-prev::before {
		content: "f";
		font-family: 'aw-font';
		font-size: 25px;
		color: #828282;
	}
	#owl_our_center_comments .owl-nav .owl-next::before {
		content: "g";
		font-family: 'aw-font';
		font-size: 25px;
		color: #828282;
	}
    #owl_our_center_gallery .owl-nav .owl-prev::before {
        content: "f";
        font-family: 'aw-font';
        font-size: 25px;
        color: #828282;
    }
    #owl_our_center_gallery .owl-nav .owl-next::before {
        content: "g";
        font-family: 'aw-font';
        font-size: 25px;
        color: #828282;
    }
}
@media (max-width: 1030px) {
	#gkPageContent {
		background-image: none!important;
	}
	#gkContent,
	#gkSidebar,
	#gkContentWrap {
		width: 100% !important;
	}
	#gkContentWrap {
		padding: 0!important;
	}
	#gkSidebar {
		padding: 0!important;
	}
	.mobileMenuAco{
		display: block;
	}
	#gkMainMenu {
		display: none;
	}
	#gkLang {
		display: none;
	}
	.awContactTopInfoInnerOne, .awContactTopInfoInnerTwo{
		display: none;
	}
	.assistedReproductionCat {
		margin: 100px 0 100px 0;
	}
	.assistedReproductionCatTitle {
		margin-bottom: 60px;
	}
	#gkLogo img, #gkLogo svg {
		width: 390px;
	}
	#gkHeaderNav .gkTopInfo {
		padding: 24px 0;

	}
	#AW_Link_Contact {
		padding-top: 15.5%;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -40px;
		width: calc(100% + 80px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 40px;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 70px;
	}

	#AW_Social {
		width: 18%;
	}
	.ourCenterTitle {
		font-size: 36px;
	}
	.ourCenterText {
		font-size: 19px;
	}
	.ourCenterText .coloredText {
		font-size: 28px;
	}
	.ourCenterItemsContent {
		padding: 95.8% 0 0 0;
	}
}
@media (max-width: 1000px){
	.ourCenterWrapper {
		margin-top: 240px;
	}
	.officeAddressInner {
		width: 100%;
	}
	.reproductionHeaderImage {
		min-height: 150px;
		padding-top: 12.5%;
	}
	.reproductionTitle {
		line-height: 1.1;
	}
}
@media (max-width: 990px){
	.homeDrDetailsContentInner {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap:wrap ;
		flex-wrap: wrap;
		-webkit-justify-content:center ;
		justify-content: center;
	}
	.textHomeDrDetails {
		text-align: center;
		order: 3;
	}
	.textHomeDrDetails {

		 margin-right: unset;
	}
	.leftContentHomeDrDetails {
		margin-top: unset;
		max-width: 700px;
		text-align: center;
		width: 100%;
	}
	.leftContentHomeDrDetails {
		order: 1;
	}
	.linkHomeDrDetails {
		max-width: 1180px;
		order: 4;
	}
	.drImageHomeDrDetails {
		float: right;
		position: relative;
		 margin-left: unset;
		 margin-top: 50px;
	}
	.testimonialHomeDrDetails {
		font-size: 28px;
	}
	.titleHomeDrDetails {
		font-size: 28px;
	}
	.modHomeDrDetailsBgSvg {

		padding-top: 100%;
	}
	.linkHomeDrDetails {
		margin-top: 53px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 20px;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 60px;
	}
	.assistedReproductionCat {
		margin: 60px 0 60px 0;
	}
	.assistedReproductionCatTitle {
		margin-bottom: 30px;
	}
	.assistedReproductionCatTitle {
		font-size: 36px;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 32px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 37px;
		left: -27px;
	}
	.assistedReproductionItemTitle a {
		font-size: 22px;
	}
	.assistedReproductionItem {
		margin-bottom: 10px;
	}
	.assistedReproductionItems {
		padding-bottom: 20px;
	}
	.assistedReproductionSubCatTitle {
		margin: 25px 0 15px 0;
	}
	.onlyArticles h3 a {
		font-size: 32px;
	}
	.onlyArticles h3 {
		margin: 25px 0 7px 0;
	}
	.onlyArticles a::before {
		font-size: 37px;
		left: -27px;
	}
	.onlyArticles > div {
		padding-bottom: 20px;
	}
    .officeLogo {
        width: 34%;
    }
}
@media (max-width: 980px){

	.resumeHeader, .plainTextHeader {
		margin-top: 50px;
		width: 100%;
	}
	.resumeHeaderTitle, .plainTextHeaderTitle {
		max-width: 465px;
	}
	.resumeTitle, .plainTextTitle {
		font-size: 30px;
	}
	.resumeItemsContent {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin: 80px 0 115px 0;
		width: 100%;

	}
	.resumeBodyContents {
		width: 100%;
		order: 1;
	}
	.resumePdfInner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 49px;
		order: 2;
		margin-top: 46px;
		width: 100%;
	}
}
@media (max-width: 960px){
	.drImageHomeDrDetails {
		margin-top: 40px;
	}
    .officeOpeningHoursContainer {
        width: 44%;
    }
    .officeInfoAllContainer {
        width: 40%;
    }

}
@media (max-width: 950px){
	.modHomeDrDetails {
		padding-bottom: 20px;
	}
	.modHomeDrDetailsBgSvg {
		padding-top: 0;
		background-size: auto 100%;
		height: 100%;
		width: calc(100% + 40px);
	}
	.linkHomeDrDetails {
		margin-top: 50px;
		top: 11px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -65px;
		width: calc(100% + 130px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 65px;
		width: 50%;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 100px;
	}
	#AW_Link_Contact {
		padding-top: 17.5%;
	}
    #AW_Social {
        width: 15%;
    }
    .awContactBottomPhone a::before {
        left: -24px;
    }
    .awContactBottomEmail a::before {
        left: -24px;
    }
	.ourCenterItemsContent {
		padding: 100% 0 0 0;
	}
	.reproductionTitle {
		font-size: 28px;
	}
	.reproductionHeaderTitles {
		margin: 50px 0 25px 0;
	}
	.itemsContainer, .modAwArticlesItemsContainer {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media (max-width: 940px){
	#owl_our_center_comments .owl-next {
		right: 20px;
	}
	#owl_our_center_comments .owl-prev {
		left: 20px;
	}
}
@media (max-width: 900px){
	.ourCenterItemsContent {
		background-repeat: no-repeat;
		background-size: auto 100%;
		float: left;
		 padding: 0 0 0 0;
		position: relative;
		width: calc(100% + 40px);
		z-index: -5;
		margin-left: -20px;
		margin-top: 126px;
	}
	.ourCenterItemsInner {
		float: left;
		position: relative;
		 top: unset;
		 left: unset;
		 -webkit-transform: unset;
		 -moz-transform: unset;
		 transform: unset;
	}
	.ourCenterImage {
		position: absolute;
	}
	.ourCenterTexts {
		padding-bottom: 70px;
	}
	.ourCenterHeaderImage {
		width: 44.4%;
	}
	.testimonialOurCenter {
		max-width: 570px;
	}

}
@media (max-width: 860px){
	.ourCenterHeaderImage {
		width: 46.4%;
	}
    .officeInfoAllInner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .officeLogo {
        width: auto;
    }
    .officeAddressInner {
        width: 100%;
    }
    .officeAddressInner {
        margin-top: 40px;
    }
    .assistedReproductionSubCatTitle a {
        font-size: 30px;
    }
    .assistedReproductionItemTitle a {
        font-size: 20px;
    }
    .onlyArticles h3 a {
        font-size: 30px;
    }
    .onlyArticles a::before {
        font-size: 32px;
        left: -27px;
    }
    .assistedReproductionSubCatTitle a::before {
        font-size: 32px;
        left: -27px;
    }
}
@media (max-width: 830px){
    #owl_our_center_gallery {
        padding: 0 80px;
    }
}
@media (max-width: 800px){
	#gkLogo img, #gkLogo svg {
		width: 350px;
	}
	.awContactTopLogoContainerOne img {
		width: 104px;
	}
	.awContactTopLogoContainerTwo img {
		width: 80px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -50px;
		width: calc(100% + 100px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 50px;
		width: 50%;
	}
	.hotPointsCategoryInner, .modAwCategoryInner {
		margin-top: 74px;
	}
	.hotPointsCategoryTitle, .modAwCategoryMainTitle {
		 font-size: 37px;
	 }
	.hotPointsCategoryDescription p, .modAwCategoryDescription p {
		font-size: 23px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-top: 35px;
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		margin-bottom: 80px;
	}
	.formFieldsContainer h2 {
		font-size: 38px;
		margin-bottom: 60px;
	}
	.formButtonsContainer {
		margin-top: 100px;
	}
	.contactFormInner {
		margin-bottom: 120px;
	}
	.ourCenterHeaderImage {
		width: 49.4%;
	}
	.ourCenterWrapper {
		margin-top: 270px;
	}

}
@media (max-width: 800px){
	.ourCenterItemsContainer {
		margin: 50px 0 120px 0;
	}
}
@media (max-width: 760px){
	.ourCenterHeaderImage {
		width: 53.4%;
	}
	.reproductionTitle {
		font-size: 26px;
	}
}
@media (max-width: 720px){
	.resumeHeaderInner, .plainTextHeaderInner {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		 justify-content: center;
		 -webkit-justify-content: center;
		 -webkit-align-items: unset;
		 align-items:unset;
		max-width: 947px;
		width: 100%;
	}
	.plainTextTitle {

		text-align: center;
	}
	.resumeHeaderTitle, .plainTextHeaderTitle {
		margin: 0 auto;
		max-width: 520px;
	}
	.resumeItemsImage, .plainTextItemsImage{
		margin: 0 auto;
		padding-top: 50px;
	}
	.plainTextItemsContent {
		margin: 40px 0 80px 0;
	}
	.plainTextBodyContents {
		padding-left: 0;
	}
	.testimonialOurCenter {
		max-width: 450px;
	}
	.testimonialOurCenter {
		padding: 78px 0 0 0;
	}
	.ourCenterFieldsTitle {
		font-size: 36px;
		margin: 31px 0 0;
	}
	.forUs {
		font-size: 30px;
	}
	.ourCenterFieldComment {
		padding: 10px 0;
	}
	.ourCenterFieldComment::before {
		top: -32px;
	}
	.ourCenterFieldAuthor {
		padding: 26px 0 27px 0;
	}
	#counter {
		font-size: 36px;
		padding-bottom: 17px;
	}
	span.quotes {
		font-size: 20px;
	}
}
@media (max-width: 730px){
    .footerInfo {
        -webkit-justify-content: center;
        justify-content: center;
    }
    #AW_Contact_Bottom {
        width: 48%;
    }
    #AW_Footer_Logo {
        width: 52%;
    }
    #AW_Social {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
    }
    .awSocial {
        float: left;
        position: relative;
        width: auto;
    }
    #AW_developed {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .copyright {
        margin-right: 22px;
    }
}
@media (max-width: 700px) {
	.ourCenterWrapper {
		margin-top: 250px;
	}
    #owl_our_center_gallery {
        padding: 0 60px;
    }
    .copyright {
        margin-right: 0;
    }
    .developed_design {
        margin-right: 10px;
    }
}
@media (max-width: 680px) {
	#AW_Contact_Top{
		display: none;
	}
	#gkContactTop{
		width: auto;
	}
	#gkHeaderNav .gkTopInfo {
		padding: 10px 0;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -40px;
		width: calc(100% + 80px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 40px;
		width: 50%;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 80px;
	}
	.aw_articles {
		margin-bottom: 100px;
	}
	.formFieldsContainer h2 {
		font-size: 35px;
		margin-bottom: 35px;
	}
	.formButtonsContainer {
		margin-top: 75px;
	}
	.contactFormInner {
		margin-bottom: 90px;
	}
	#owl_our_center_gallery .owl-nav {
		display: flex;
		justify-content: center;
		float: left;
		position: relative;
		width: 100%;
	}
	#owl_our_center_gallery .owl-nav > div {
		 position: relative;
		 left: unset;
		 -webkit-transform: unset;
		 -moz-transform: unset;
		 transform: unset;
		padding: 25px;
	}
	#owl_our_center_gallery .owl-next {
		 float: unset;
		 background: none;
		 right: unset;
	}
	#owl_our_center_gallery .owl-prev {
		 background: none;
		 float: unset;
		 left: unset;
	}
	#owl_our_center_gallery {
		padding: 0 0;
	}
	#owl_our_center_comments .owl-nav > div {
		top: 78%;
	}
}
@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;
    }
	.awHomeSlider .owl-title {
		font-size: 20px;
	}
	.awHomeSlider .owl-subtitle {
		font-size: 20px;
	}
	.awHomeSlider .owl-text {
		font-size: 35px;
	}
	.awHomeSlider .owl-text-link {
		margin-top: 65px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -35px;
		width: calc(100% + 70px);
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 35px;
		width: 50%;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 80px;
	}
	#AW_Link_Contact {
		padding-top: 21.5%;
	}
	.ourCenterHeaderImage {
		width: 59.4%;
	}
}

@media (max-width: 600px) {
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 20px;
	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	.assistedReproductionCatTitle {
		font-size: 32px;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 28px;
	}
	.assistedReproductionItemTitle a {
		font-size: 20px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 33px;
		left: -24px;
	}
	.assistedReproductionCatTitle {
		margin-bottom: 5px;
	}
	.assistedReproductionSubCatTitle {
		margin: 20px 0 6px 0;
	}
	.assistedReproductionItem {
		margin-bottom: 3px;
	}
	.onlyArticles h3 a {
		font-size: 28px;
	}
	.onlyArticles a::before {
		font-size: 33px;
		left: -24px;
	}
	.ourCenterHeaderImage {
		width: 67.4%;
	}
}
@media (max-width: 630px){
    .footerInfo .menu {
        width: 73%;
    }
    #AW_Footer_Logo {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }
    #AW_Contact_Bottom {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    .awContactBottomPhone, .awContactBottomEmail {
        width: 20%;
    }
    #AW_Social {
        width: 14%;
    }
	.ourCenterHeaderImage {
		width: 62.4%;
	}
}
@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;
	}

	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: 0;
		width: 100%;
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0 35px;
		margin-bottom: 55px;
		max-width: 380px;
		width: 100%;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 80px;
	}
	#AW_Link_Contact {
		padding-top: 26.5%;
	}
	.resumeTitle, .plainTextTitle {
		font-size: 28px;
	}
	.resumeBodyContent ul li {
		margin: 10px 0 10px 0;
	}
	.resumeItemsContent {
		margin: 40px 0 80px 0;
	}
	.resumePdf a {
		font-size: 20px;
	}
	.recentActivities a {
		font-size: 20px;
	}
	.resumePdf::before {
		top: -18px;
	}
	.ourCenterHeaderImage {
		width: 67.4%;
	}
	.ourCenterFieldComment {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 20px;
	}
	.reproductionTitle {
		font-size: 24px;
	}
	.reproductionCategoryTitle {
		font-size: 16px;
	}
	.reproductionHeaderTitles {
		margin: 36px 0 15px 0;
	}
    .officeAddressInner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .officeInfoAllContainer {
        width: auto;
    }
    .officeOpeningHoursContainer {
        margin-top: 20px;
        width: auto;
    }
    .bt-googlemaps{
        height: 350px !important;
    }
    .awOfficesContainer.awHasSlider.office1, .awOfficesContainer.awHasSlider.office2 {
        margin-top: 70px;

    }
    .onlyArticles > .gkPage > div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px 20px 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

}
@media (max-width: 550px){
    .footerInfo .menu {
         height: unset;
         padding: unset;
        text-align: center;
    }
    #AW_Footer_Logo {
        margin-top: 30px;
    }
    #AW_Contact_Bottom {
		-webkit-flex-direction: column;
		flex-direction: column;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 20px;
        width: 100%;

    }
    .awContactBottomPhone, .awContactBottomEmail {
        width: auto;
        margin: 0 auto;
		display: -webkit-flex;
        display: flex;
		-webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .awContactBottomPhone a, .awContactBottomEmail a {
        color: #fff;
        font-size: 12px;
        display: block;
        margin: 5px 22px;

    }
}
@media (max-width: 540px){
	.ourCenterHeaderImage {
		width: 74.4%;
	}
	.ourCenterFieldsTitleGallery {
		margin-bottom: 40px;
	}
	.ourCenterFieldsGallery {
		margin: 96px 0 100px 0;
	}
	span.quotes {
		font-size: 18px;
	}
}
@media (max-width: 520px){
    .footerInfo .menu {
        width: 80%;
    }
	.ourCenterHeaderImage {
		width: 78.4%;
	}
	.ourCenterTitle {
		font-size: 34px;
	}

	.ourCenterText .coloredText {
		font-size: 26px;
	}
	.ourCenterWrapper {
		margin-top: 270px;
	}
}
@media (max-width: 500px) {
	.assistedReproductionCatTitle {
		font-size: 28px;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 26px;
	}
	.assistedReproductionItemTitle a {
		font-size: 18px;
	}
	.assistedReproductionSubCatTitle {
		margin: 10px 0 0 0;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 31px;
		left: -22px;
	}
	.onlyArticles h3 a {
		font-size: 26px;
	}
	.onlyArticles > div {
		padding-bottom: 15px;
	}
	.onlyArticles h3 {
		margin: 21px 0 7px 0;
	}
	.onlyArticles a::before {
		font-size: 31px;
		left: -22px;
	}

}
@media (max-width: 480px) {
	#gkMainbody table {
		width: 420px!important;
	}
	.titleHomeDrDetails {
		font-size: 20px;
	}
	.testimonialHomeDrDetails {
		font-size: 20px;
	}
	.textHomeDrDetails {
		font-size: 16px;
	}
	.itemHotPointsTitle, .modAwArticlesItemTitle {
		font-size: 16px;

	}
	.itemsWrapper, .modAwArticlesItemsWrapper {
		margin-left: 0;
		width: 100%;
	}
	.itemCategoryHotPoints, .modAwArticlesItem {
		padding: 0;
		width: 100%;
	}
	.itemHotPointsTitle a, .modAwArticlesItemTitle a {
		margin-top: 80px;
	}
	.hotPointsCategoryTitle, .modAwCategoryMainTitle {
		font-size: 35px;
	}
	.hotPointsCategoryDescription p, .modAwCategoryDescription p {
		font-size: 21px;
	}
	#AW_Link_Contact {
		padding-top: 32.5%;
	}
    .footerInfo .menu {
        width: 100%;
    }
    #AW_Social {
        width: 20%;
    }
	.ourCenterWrapper {
		margin-top: 250px;
	}
	.ourCenterTitle {
		font-size: 30px;
	}
	.ourCenterTexts p{

		margin: 15px 0 15px;
	}
	.ourCenterWrapper {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.ourCenterHeaderImage {
		width: 80.4%;
	}
	#owl_our_center_comments .owl-next {
		right: 10px;
	}
	#owl_our_center_comments .owl-prev {
		left: 10px;
	}
    .developed_design {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media (max-width: 460px) {
	#gkLogo img, #gkLogo svg {
		width: 320px;
	}
	.assistedReproductionCatTitle {
		font-size: 26px;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 25px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 26px;
		left: -17px;
		top: -5px;
	}
	.assistedReproductionItemTitle a {
		font-size: 17px;
	}
	.onlyArticles h3 a {
		font-size: 25px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 26px;
		left: -17px;
		top: -5px;
	}
	.ourCenterHeaderImage {
		width: 84.4%;
	}
	.ourCenterTitle {
		font-size: 28px;
	}

}
@media (max-width: 450px) {
	.assistedReproductionCatTitle {
		font-size: 26px;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 24px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 29px;
		left: -19px;
	}
	.assistedReproductionItemTitle a {
		font-size: 17px;
	}
	.onlyArticles h3 a {
		font-size: 24px;
	}
	.onlyArticles a::before {
		font-size: 29px;
		left: -19px;
	}
	.linkContactBottom a {
		font-size: 20px;
		padding: 0 16px 0 16px;
	}
	.ourCenterTitle .coloredText {
		font-size: 30px;
	}
	.testimonialOurCenter {
		max-width: 350px;
	}
	.ourCenterFieldsTitle {
		font-size: 32px;
	}
	.forUs {
		font-size: 28px;
	}
	.testimonialOurCenter {
		padding: 49px 0 0 0;
	}
	.ourCenterFieldComment::before {
		top: -24px;
	}

}
@media (max-width: 440px) {
	#gkMainbody table {
		width: 260px!important;
	}
	.ourCenterHeaderImage {
		width: 88.4%;
	}
	.ourCenterTitle .coloredText {
		font-size: 28px;
	}
	.reproductionTitle {
		font-size: 22px;
	}
	.reproductionBodyContents {
		margin: 30px 0 80px 0;
	}
}
@media (max-width: 410px) {
	.ourCenterTitle .coloredText {
		font-size: 26px;
	}
	.ourCenterTitle {
		font-size: 26px;
	}
	.ourCenterText {
		font-size: 18px;
	}
	.ourCenterText .coloredText {
		font-size: 24px;
	}
	.ourCenterTitle p{
		margin: 15px 0 15px;
	}
}
@media (max-width: 420px) {
	#gkLogo img, #gkLogo svg {
		width: 270px;
	}
	.assistedReproductionCat {
		margin: 40px 0 40px 0;
	}
	.assistedReproductionCatTitle {
		font-size: 24px;
	}
	.assistedReproductionSubCatTitle {
		margin: 0;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 22px;
	}
	.onlyArticles h3 a {
		font-size: 22px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 27px;
		left: -17px;
	}
	.onlyArticles h3 {
		margin: 15px 0 7px 0;
	}
	.onlyArticles a::before {
		font-size: 27px;
		left: -17px;
	}
	.resumeTitle, .plainTextTitle {
		font-size: 23px;
	}
	.ourCenterHeaderImage {
		width: 93.4%;
	}

}
@media (max-width: 400px) {
	.ourCenterWrapper {
		margin-top: 236px;
	}
}
@media (max-width: 390px) {
	.ourCenterWrapper {
		margin-top: 222px;
	}
}
@media (max-width: 380px) {
	.assistedReproductionCatTitle {
		font-size: 22px;
	}
	.assistedReproductionSubCatTitle a {
		font-size: 20px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 25px;
		left: -15px;
	}
	.assistedReproductionItemTitle a {
		font-size: 16px;
	}
	.assistedReproductionItem {
		margin-bottom: 0;
	}
	.onlyArticles h3 a {
		font-size: 20px;
	}
	.onlyArticles h3 {
		margin: 10px 0 4px 0;
	}
	.onlyArticles a::before {
		font-size: 25px;
		left: -15px;
	}
	.ourCenterHeaderImage {
		width: 100%;
	}
	.ourCenterTitle {
		font-size: 24px;
	}
	.ourCenterTitle .coloredText {
		font-size: 24px;
	}
	.ourCenterWrapper {
		margin-top: 230px;
	}
	.ourCenterFieldComment::before {
		top: -20px;
	}
	.ourCenterFieldsTitle {
		font-size: 30px;
	}
	.forUs {
		font-size: 26px;
	}
	.testimonialOurCenter {
		padding: 34px 0 0 0;
	}
	.ourCenterFieldComment::before {
		top: -13px;
	}
	.ourCenterFieldComment {
		font-size: 17px;
	}
	.ourCenterFieldAuthor {
		padding: 19px 0 21px 0;
	}
	.ourCenterFieldAuthor {
		font-size: 17px;
	}
	#counter {
		font-size: 32px;
		padding-bottom: 17px;
	}
	#counter span {
		font-size: 19px;
	}
	.reproductionTitle {
		font-size: 18px;
	}
	#owl_our_center_comments .owl-nav > div {
		top: 68%;
	}

}
@media (max-width: 360px) {
	#gkLogo img, #gkLogo svg {
		width: 230px;
	}
	.ourCenterTitle {
		font-size: 22px;
	}
	.ourCenterTitle .coloredText {
		font-size: 22px;
	}
	.ourCenterText {
		font-size: 17px;
	}
	.ourCenterText .coloredText {
		font-size: 22px;
	}
}
@media (max-width: 350px) {
	.ourCenterWrapper {
		margin-top: 205px;
	}
}
@media (max-width: 340px) {
	.assistedReproductionSubCatTitle a {
		font-size: 18px;
	}
	h2, .componentheading {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	.assistedReproductionItemTitle a {
		font-size: 15px;
	}
	.onlyArticles h3 a {
		font-size: 18px;
	}
	.assistedReproductionSubCatTitle a::before {
		font-size: 21px;
		left: -13px;
		top: -4px;
	}
	.onlyArticles a::before {
		font-size: 21px;
		left: -13px;
		top: -4px;
	}
	.ourCenterWrapper {
		margin-top: 193px;
	}
	.testimonialOurCenter {
		max-width: 300px;
	}
	#owl_our_center_comments .owl-nav > div {
		top: 87%;
	}
}
@media (max-width: 320px) {
	.ourCenterWrapper {
		margin-top: 170px;
	}
}

