/* NORMILIZE.CSS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
    display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
    display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
    margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
    outline: none;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
    outline: none;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
    font-size: 2em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b, 
strong { 
    font-weight: 500; 
}
blockquote {
    margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
    font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
    background: #ff0;
    color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
    quotes: none;
}
/* 2 */
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
    border: 0 none;/* 1 */
    display: inline-block;
    max-width: 100%; 
    -ms-interpolation-mode: bicubic; /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
    overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
    margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
    margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
	box-shadow:none;
}
	
input,
textarea {
	-webkit-appearance: none;
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
    line-height: normal; /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**************/
/* LAYOUT.CSS */
/**************/
/* Base elements and classes */
html {
	border-bottom: 1px solid #151515;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	/* Positions blocks -clearing */
	clear: both;
}
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box {
	margin-bottom: 30px;
}
#gkTop1,
#gkTop2 {
	overflow: hidden;
}
#gkTop1 + #gkBreadcrumb,
#gkTop2 + #gkBreadcrumb {
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
}
/* Columns */
#gkContent,
#gkComponentWrap,
#gkSidebar,
#gkInset {
	/* 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;
}
#gkContent.gkColumnLeft {
	float: right;
	padding: 0;
}
#gkSidebar {
	padding: 0 0 0 65px;
}
#gkContent.gkColumnLeft + #gkSidebar {
	float: left;
	padding: 0 65px 0 0;
}
#gkSidebar > div > .box {
	margin-top: 14px;
}
#gkSidebar > div > .box:first-child {
	margin-top: 0;
}
#gkContentWrap {
	-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;
	padding: 0;
}
#gkContentWrap + #gkInset {
	float: left;
	padding: 0 0 0 65px;
}
#gkContentWrap.gkInsetLeft {
	float: right;
}
#gkContentWrap.gkInsetLeft + #gkInset {
	float: left;
	padding: 0 65px 0 0;
}
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding-left: 0;
	padding-right: 0;
}
#gkMainbody .box {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}
#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
	padding-top: 10px;
}
#gkMainbody + #gkMainbodyBottom {
	margin-top: 0;
	padding-top: 10px;
}
/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box {
	/* Columns in the positions blocks */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-bottom: 30px;
} 
/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
section#gkPage > section:first-child,
section#gkContent > section:first-child,
section#gkComponentWrap > section:first-child {
	margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 10px;
	padding-right: 10px;
}
/* 3-column layout */
.gkCols3 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols3 .box.gkmod-1 {
	width: 100%;	
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
/* 4-column layout */
.gkCols4 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols4 .box.gkmod-1 {
	width: 100%;	
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
/* 6-column layout */
.gkCols6 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols6 .box.gkmod-1 {
	width: 100%;	
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66%!important;
}
/* Bottom */
#gkBottom3 .box,
#gkBottom4 .box {
	padding: 0 30px;
}
/**************/
/* JOOMLA.CSS */
/**************/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	font-size: 14px;
	font-weight: 300;
	color: #848484;
	height: 38px;
	max-width: 100%!important;
	padding: 0 10px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}
legend {
	color: #1b1d1f;
    font-weight: 600;
	text-transform: uppercase
}
select {
	height: inherit;
	padding: 6px
}
html.-moz-select {
	padding: 3px 5px
}
button,
.button,
.button.inverse:active,
.button.inverse:focus,
.button.inverse:hover,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
.itemReadMore,
.readmore > a,
.pagination ul li a,
.pagination ul li span {
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
}
button:hover,
.button:hover,
.button.inverse,
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,
.itemReadMore:active,
.itemReadMore:focus,
.itemReadMore:hover,
.readmore > a:active,
.readmore > a:focus,
.readmore > a:hover,
.pagination ul li a:hover {
	background: #2AA4E1;
}
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: 29px!important;
	line-height: 24px
}
.invalid {
	background: #fffef4;
	border: 1px solid #e25527!important;
	color: #000
}
label {
	color: #1b1d1f;
    font-size: 14px;
    font-weight: 600;
    padding: 0 6px 0 0;
	text-transform: uppercase
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}
fieldset.filters > div > select {
	margin-top: 4px
}
section article {
	margin-top: 20px
}
section > header {
	margin: 0 0 32px;
	padding: 0
}
section > header h2 small {
	color: #666;
	font-size: 20px
}
section > header div p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	text-transform: none
}
section img {
	height: auto!important;
	max-width: 100%!important
}
section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}
section.categories-list ul ul {
	margin-left: 20px;
}
section.categories-list ul ul li {
	border: none;
	border-top: 1px solid #eee;
	padding-left: 6px
}
section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #e5e5e5;
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0
}
section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0
}
section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
	font-size: 11px;
	margin: 0
}
section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt {
	float: left
}
section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
	float: left;
	font-weight: 700;
	margin-left: 5px
}
section.category .children h3,
section.blog .children h3 {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0
}
.filters .display-limit select {
	display: inline!important;
	float: none
}
table {
	margin-bottom: 20px;
	width: 100%
}
th {
	background: #fafafa;
	 border-bottom: 1px solid #E5E5E5;
	 border-top: 1px solid #E5E5E5;
	color: #1b1d1f;
	font-size: 18px;
	font-weight: 300;
	padding: 12px;
	text-align: left;
	
}
th a {
	color: #333!important;
}
th a:active,
th a:focus,
th a:hover {
	color: #29a3e0!important;
}
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p {
	margin: .5em 0
}
tr:hover {
	background: #fbfbfb
}
section.blog .items-row {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden
}
section.blog-featured .items-row {
	margin-top: 40px;
	margin-bottom: 0;
}
section.blog-featured .items-row:first-child {
	margin-top: 0;
}
section.blog .items-row header h2,
section.blog-featured .items-row header h2 {
	font-size: 28px;
}
section.blog .items-more h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}
.items-leading > div {
	clear: both!important;
	margin-top: 50px;
}
.items-leading > div:first-child {
	margin-top: 0;
}
#system-message {
	margin: 0;
}
#system-message dd ul {
	list-style: none!important
}
#system-message dd {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fcf8e5;
	border-bottom: 1px solid #efecc5;
	box-sizing: border-box;
	color: #c0b136;
	font-size: 16px;
	font-weight: 600;
	min-height: 30px;
	padding: 6px 10px;
	text-align: center;
}
#system-message dd.error {
	background-color: #F2DEDE;
	border-bottom: 1px solid #EED3D7;
	color: #B94A48;
}
#system-message dd.notice {
	background-color: #D9EDF7;
	border-bottom: 1px solid #BCE8F1;
	color: #3A87AD;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
.item-page > div.pagination {
	display: none!important
}
.pagination {
	clear: both;
    margin: 60px 0 20px;    
}
.pagination ul li {
	background-image: none!important;
	color: #909090;
	cursor: default;
	display: inline-block;
	margin: 0 6px;
}
.pagination ul li a,
.pagination ul li span {
	display: block;
	height: 34px;
	line-height: 36px;
	min-width: 34px;
	padding: 2px 6px;
	text-align: center
}
.pagination ul li.counter {
	float: right;
	font-size: 11px;
	line-height: 38px;
	margin-right: 12px
}
ul.pagenav {
	margin: 0;
	overflow: hidden;
	padding: 0
}
.pane-sliders .panel h3 {
	border-bottom: 1px solid #eee;
	color: #333;
	padding: 5px 0;
	text-transform: uppercase
}
#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {
	margin-top: 11px!important
}
#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
	float: left;
	margin-right: 5px
}
#searchForm label,
#searchForm input,
#finder-search input {
	float: left;
	font-weight:normal;
	margin: 0 12px 0 0;
	text-transform: none
}
#searchForm fieldset,
.search-results dt {
	border-bottom: 1px solid #eee;	
	padding: 12px
}
fieldset.phrases,
fieldset.only {
	background:#fafafa;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	padding: 12px 24px!important
}
#searchForm fieldset.word {
	border: none;
	padding: 0 0 42px
}
#searchForm fieldset legend {
	float: left;
	padding: 0 24px 0 0
}
.searchintro strong {
	color: #333;
	font-size: 16px;
	font-weight: 400
}
.form-limit {
	float: right;
	margin: 24px 0 0
}
.result-category,
.result-created {
	color: #AFAFAF;
	font-size: 13px;
	padding: 0 0 8px
}
.result-created {
	margin: 0 0 0 24px
}
.result-title {
	clear: both;
	color: #1b1d1f;
	font-size: 16px;
	font-weight: 300;
	padding-left: 36px !important;
	position: relative
}
.result-title :before {
	color: #29A3E0;
    content: "\f046";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	top: 12px;
	left: 4px;
}
#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center
}
.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 0
}
.advanced-search-tip p {
	margin: 0
}
#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 36px;
	min-width: 140px
}
#finder-filter-select-list li {
	overflow: hidden;
	padding: 0
}
#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0
}
#search-result-empty h2 {
	font-size: 18px
}
.autocompleter-queried {
	color: #29a3e0!important
}
div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center
}
.search-results .highlight {
	background-color: #ffc;
	font-weight: 400;
	padding: 1px 4px
}
.archive article {
	padding: 32px 0 0
}
.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 16px;
	max-width: 100%!important
}
/* Menu suffix */
.box.menu .header { background: #29A3E0;color: #fff; font-size: 18px; margin: 0 0 5px; padding: 9px 20px;}
.box.menu ul ul {
	margin-left: 0
}
.box.menu li {	
    border: 1px solid #eee;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;	
}
.box.menu li:before { 
    color: #ccc;
	content: "\f0da";
    font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 8px; 
	left: 20px;
}
.box.menu li:hover:before { 
	color: #29A3E0;
}
.box.menu li:last-child {
	 border: 1px solid #eee;
}
.box.menu li a {
	display: block;
	padding: 8px 20px;
}
/* Languages */
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 {
	line-height: 32px;
	margin: 0 5px
}
.mod-languages ul li.lang-active {
	font-weight: 700
}
.mod-languages ul li a img {
	-moz-transform: scale(1);
	-moz-transform-style: preserve-3d;
	-moz-transition: 0 .1s ease-out;
	-ms-transform: scale(1);
	-ms-transform-style: preserve-3d;
	-o-transform: scale(1);
	-o-transition: 0 .1s ease-out;
	-webkit-transform: scale(1);
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0 .1s ease-out;
	transform: scale(1);
	transform-style: preserve-3d;
	transition: transform .1s ease-out
}
.mod-languages ul li a:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: 0 .6s ease-out;
	transform: scale(1.2);
	transition: transform .6s ease-out
}
.mod-languages ul li.lang-active a img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
	display: none
}
fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders {
	margin-bottom: 50px;
}
section article:first-child,
section.blog .items-more ol {
	margin-top: 0
}
section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border: none
}
.filters .display-limit,
ul.pagenav .pagenav-next {
	float: right
}
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption {
	float: none!important
}
/* page links */
div.articleContent div.content-links ul li {
	background:none !important;
	padding-left:0 !important;
}
/*
 * Joomla! and K2 common parts
 */
 
.itemAsideInfo {
	position: absolute;
	top: 0;
}
.itemBody.containsItemInfo,
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo {
	margin-left: 160px
}
.itemAsideInfo img {
	max-width: 86px!important;
	border-radius: 50%;
}
/************/
/* MENU.CSS */
/************/
/* Base for all menus */
#gkMainMenu {
	float: left;
	padding: 0;
	width: auto;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
}
.gkMenu > ul > li {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.gkMenu > ul > li > a {
	color: #c3c3c3;
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	border: 1px solid #ededed;
	position: absolute;
	left: -999em;
	z-index: 999;
	visibility: hidden;
}
.gkMenu > ul > li > .childcontent {
	border-top: none;
}
.gkMenu > ul > li > .childcontent .gkcol {
	float: left;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: 0;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-top: -35px!important;
}
/* main menu CSS */
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu > ul > li.active > a {
	color: #fff;	
}
.gkMenu > ul > li > a {
	-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 a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #fff;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #efefef;
	-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: 10px;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	margin: 0;
	padding: 0;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
.gkMenu > ul li div.childcontent li:hover > a {	
	color: #29a3e0;
}
.gkMenu > ul li div.childcontent li:first-child > a { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	border-top: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #1b1d1f;
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	padding: 8px 20px; 
}
.gkMenu > ul li li div.childcontent small {
	color: #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none transparent;
}
.gkMenu > ul li div.childcontent header {
	padding: 10px 16px 6px 16px;
	display: block;
	color: #fff;
	margin: 0;
	font-weight: 400!important;
}
.gkMenu > ul li div.childcontent header a {
    border: medium none;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 0 4px;
    text-transform: uppercase;
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}
/* hide mobile menu */
#gkMobileMenu {
	display: none;
}
/* Fixed menu */
#gkMenuWrapper {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
}
/* New Code */
#gkMainMenu nav {
    float: left;
	overflow: hidden;
    width: 100%;
}
#gkMainMenu .gkmenu.level0 {
	display: -webkit-flex;
    display: flex;
    float: left;
	margin: 0 -45px 0 0;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% + 45px);
}
.childcontent-inner {
    display: table;
    float: none;
    margin: 0 auto;
    width: 100%;
	padding: 30px 0 40px;
}
#MenuOverlay {
	background-color:#000;
	position:fixed;
	width:0;
	height:0;
	top:0;
	left:0;
	opacity:0;
	transition: width 0s ease 0.3s, height 0s ease 0.3s, opacity 0.3s ease 0s;
	z-index: 500;
}
#MenuOverlay.hover {
	width:100%;
	height:100%;
	opacity:0.6;	
	transition: width 0s ease 0s, height 0s ease 0s, opacity 0.3s ease 0s;
}

.childcontent .gkcol3 {
    width: 33.3% !important;
}
.gkMenu > ul li div.childcontent header a {
    font-weight: 600;
}
.gkMenu > ul li div.childcontent a {
    border: medium none;
    font-weight: 400;
    line-height: 1.2;
    padding: 5px 20px;
}
#gkMainMenu .gkMenu ul li div.childcontent {
    float: left;
    left: 0;
    width: 100%;
	transition:height 0.6s ease 0s, opacity 0.3s ease 0s;
	overflow:hidden;
	opacity:1;
}
#gkMainMenu .gkMenu ul li div.childcontent.closed {
	height:0 !important;
	opacity:0;
}
.childcontent .gkcol2 {
    width: 40% !important;
}
.gkMenu > ul li.group li a {
    padding: 2px 20px;
}
a#menu725 + div .childcontent-inner {
    background-image: url("/images/menu_idiotes.png");
    background-position: right 45%;
    background-repeat: no-repeat;
    background-size: 33% auto;
}
a#menu762 + div .childcontent-inner {
    background-image: url("/images/menu_etairies.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: 19% auto;
}
/*************/
/* STYLE.CSS */
/*************/
/* template.css */
a:hover,
a:active,
a:focus,
#gkMainbody article a,
#gkMainbody article header a:active,
#gkMainbody article header a:focus,
#gkMainbody article header a:hover {
	color: #29a3e0;
}
#gkSearch .mod-search-searchword,
#gkSearch #mod-finder-searchword {
	border: 3px solid #29a3e0;
}
#gkSearch::before {	
	color: #29a3e0;
}
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #29a3e0;
}
#gkBottom3 a:active,
#gkBottom3 a:focus,
#gkBottom3 a:hover,
#gkBottom4 a:active,
#gkBottom4 a:focus,
#gkBottom4 a:hover {
	color: #29a3e0;
}
#gkMiddleBar {
	border-top: 3px solid #29a3e0;
}
#gkFooterNav li:hover,
#gkFooterNav a:hover {
	color: #29a3e0;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #29a3e0!important;
}
.box.color {
	background: #29a3e0!important;
	color: #aedcf2!important;
}
.box.color ul li {
	border-bottom: 1px solid #4bc5f2;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover {
	color: #aedcf2!important;
}
.box.colortitle .header {
	color: #29a3e0;
}
.gkPopupWrap h3 a {	
	color: #29A3E0
}
/* joomla.css */
button,
.button,
.button.inverse:active,
.button.inverse:focus,
.button.inverse:hover,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav li.previous a,
.pagenav li.next a,
.readon,
.itemReadMore,
div.pager li a,
.readmore > a {
	background: #29a3e0;
	color: #fff;
}
.pagination ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.pagination ul li a {
	background: #e6e5e5;
	color: #909090;
}
.pagination ul li a:hover {
	background: #29a3e0;
	color: #fff;
}
.pagination ul li span {
	background: #29a3e0;
	color: #fff;
	cursor: default;
}
button:hover,
.button:hover,
.button.inverse,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav li.previous a:hover,
.pagenav li.next a:hover,
div.pager li a:hover,
.readon:hover,
.itemReadMore:active,
.itemReadMore:focus,
.itemReadMore:hover,
.readmore > a:active,
.readmore > a:focus,
.readmore > a:hover,
.pagination ul li a:hover {
	background: #2AA4E1;
}
.pagination ul li span:hover {
}
th a:active,
th a:focus,
th a:hover {
	color: #29a3e0!important;
}
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover {
	color: #29a3e0!important;
}
article header li a:hover {
	color: #29a3e0;
}
.tip-title {
	background: #29a3e0;
}
#system-message .alert-notice {
	background-color: #D9EDF7;
	border-bottom: 1px solid #BCE8F1;
	color: #3A87AD;
}
div.banneritem a {
	color: #29a3e0!important;
}
div.bannerfooter {
	color: #29a3e0;
}
.result-title :before {
	color: #29A3E0;
}
.autocompleter-queried {
	color: #29a3e0!important
}
.box.menu .header { 
	background: #29A3E0;
}
.box.menu li:hover:before {
	color: #29A3E0;
}
/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #29a3e0;
}
.nspNext:hover::after,
.nspPrev:hover::after { 
	color: #29a3e0;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	 color: #29a3e0;     
}
.gkTabsWrap ol li:hover { 
	color: #29a3e0; 
}
.gkIsWrapper-gk_rockwall .gkIsPreloader {
	background: #000 url('../images/style1/loader.gif') no-repeat center center;
}
.gkIsWrapper-gk_rockwall figcaption a.button {
	background: #2AA4E1;
	background-image: linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -moz-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -webkit-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1162B3), color-stop(0.99, #2AA4E1));
}
.gkIsWrapper-gk_rockwall figcaption a.button:active,
.gkIsWrapper-gk_rockwall figcaption a.button:focus,
.gkIsWrapper-gk_rockwall figcaption a.button:hover {
	background: #747474;
	background-image: linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -moz-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4A4A4A), color-stop(0.99, #747474));
}
/* menu.css */
.gkMenu > ul > li {
	border-right: 1px solid #363636;
}
.gkMenu > ul > li:first-child {
	border-left: 1px solid #363636;
}
.gkMenu > ul > li > a {
	color: #c3c3c3;
}
.gkMenu > ul > li.active > a {
	color: #fff;	
}
.gkMenu > ul li div.childcontent li:hover > a {	
	color: #29a3e0;
}
#gkMenuWrapper {
	background: #060606;
}
/***************/
/* TEMPATE.CSS */
/***************/
/* Basic elements */
html {
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
body {
	background: #fff;
	color: #1b1d1f;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 2000px;
	min-height: 100%;
	padding: 56px 0 0 0;
	word-wrap: break-word;
}
a,
#gkMainbody article a:active,
#gkMainbody article a:focus,
#gkMainbody article a:hover,
#gkMainbody article header a {
	color: #1b1d1f;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainbody article a,
#gkMainbody article header a:active,
#gkMainbody article header a:focus,
#gkMainbody article header a:hover {
	color: #29a3e0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1b1d1f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
h1 {
	font-size: 52px;
}
h2,
.componentheading {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0 15px;
}
iframe {
	max-width: 100%!important;
}
/* Containers */
#gkTop.noheader ~ #gkPageContentWrap {
	padding-top: 52px;
}
#gkPageContentWrap {
	background: #fff;
}
.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;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
#gkHeader {
	/*background-size: cover;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 14px;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent,
#gkPageCotnetnWrap {
	width: 100%;
}
#gkPageContent {
	margin-bottom: 30px;
}
#gkPageContent + #gkFooter {
	margin-top: 20px;
}
/* Logo  */
.gkLogo {
	float: left;
	margin: 0 0 20px;	
}
#gkLogo {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	display: block;
	float: left;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#gkLogo img {
	display: block;
	margin: 0;
	width: 135px;
}
/* Top */
#gkTop {
	background: #fff;
	font-size: 15px;
	position: relative;
    z-index: 10001;
}
#gkSearch {
	float: right;
	position: relative;
}
#gkSearch .mod-search-searchword {
	border: 3px solid #29a3e0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #cbcbcb;
	font-size: 14px;
	font-style: italic;
	height: 44px;
	margin: 27px 0 0 64px;
	outline: none;
	width: 414px;
}
#gkSearch .mod-search-searchword:focus {
	color: #1b1d1f;
	font-style: normal;
	font-weight: bold;
}
#gkSearch::before {	
	color: #29a3e0;
	content: '\f002';
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 18px;
	top: 34px;
	z-index: 1;
}
#gkTopMenu {
	float: right;
}
#gkTopMenu li {
	float: left;
	line-height: 13px;
	padding: 0 11px;
}
#gkTopMenu li a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #29a3e0;
}
/* Userarea */
#gkUserArea {
	float: right;
}
#gkUserArea .button {
	float: right;
	height: 31px;
	line-height: 31px;
	margin: 13px 0 0 5px;
}
/* Group modules */
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	padding: 0;
}
#gkBottom3,
#gkBottom4 {
	padding: 66px 0;
}
#gkBottom3 a:active,
#gkBottom3 a:focus,
#gkBottom3 a:hover,
#gkBottom4 a:active,
#gkBottom4 a:focus,
#gkBottom4 a:hover {
	color: #29a3e0;
}
#gkSearchMiddle {
	float: right;
	max-width: 40%;
}
#gkSearchMiddle .mod-search-searchword {
	float: left;
	margin-right: 18px;
	outline: none;
	width: 256px;
}
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
}
#gkFooter > div > div {
	padding: 15px 0;
}
#gkFooterNav {
	float: left;
}
#gkFooterNav li {
	border: none;
	float: left;	
	margin: 0 10px 0 0!important;
	padding: 0;
}
#gkFooterNav a {
	color: #1b1d1f;
}
#gkFooterNav li:hover,
#gkFooterNav a:hover {
	color: #29a3e0;
}
#gkCopyrights {
	float: right;	
	margin: 0;
	padding: 15px 0;
}
/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 0 52px 0;
	padding: 0;
	width: 100%;
}
.box:last-child {
	margin-bottom: 0!important;
}
div.content {
	clear: both;
}
.box li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}
.box li:last-child {
	border-bottom: none;
}
.box li a {
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul ul {
	padding: 0 30px 0 10px;
}
/* default suffix */
.box .header {
	color: #1b1d1f;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	padding: 0 0 12px 0;
	
}






/****************/
/* OVERRIDE.CSS */
/****************/
/*Genika*/
body {
	padding:0;
	background-color:#fff;
}
html {
	padding:0;
	background-color:#fff;
}
#gkMenuWrapper {
    position: relative;
}
#gkPageContentWrap {
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6  {
	text-transform:none;
}
/*gkTop*/
#gkSearch:before {
	content:none;
}
#gkSearch {
	padding-top:5px;
}
#gkTopMenu {
    float: left;
    padding: 8px 0 0;
    position: relative;
	width: 100%;
}
#gkTopMenu > .k2SearchBlock {
    float: right;
	margin: 1px 0 0;
}
#gkTopMenu > .k2SearchBlock .inputbox {
    background-color: transparent;
    border: 1px solid #e6e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
    height: 36px;
    position: relative;
    width: 200px;
}
#gkTopMenu li {
    padding: 0 4px;
}
/* AW CONTACT */
#gkTopMenu .awContacBody {
    float: right;
    margin: 0;
    position: relative;
}
#gkTopMenu .awContactDiv {
    float: left;
	font-weight: 400;
    margin: 4px 0 0 30px;
	padding: 5px 0 0;
    position: relative;
    text-align: center;
}
#gkTopMenu .awContactDiv.awContactPhone {
    font-weight: 500;
    padding: 0;
}
#gkTopMenu .awContactDiv.awContactPhone .awContactPhoneLink {
	background-color: #29a3e0;
    border: 2px dashed #29a3e0;
    border-radius: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	display: block;
	padding: 5px 20px 3px;
}
#gkTopMenu .awContactDiv.awContactPhone:hover {
	background-color: transparent;
}
#gkTopMenu .awContactDiv.awContactPhone:hover .awContactPhoneLink {
	background-color: transparent;
	color: #29a3e0;
}
#gkBottom4 .awContacBody {
    float: left;
    margin: 0;
    position: relative;
}
#gkBottom4 .awContactDiv {
    float: left;
	margin: 4px 0 11px;
    position: relative;
	width: 100%;
}
#gkBottom4 .awContactDiv a {
	color: #fff;
}
#gkBottom4 .awContactDiv a:hover {
	color: #29a3e0;
}
.awContactDiv i {
    float: left;
    font-size: 18px;
    line-height: 1.1;
    margin: 2px 8px 0 0;
}
/*Main Menu*/
#gkMenuWrapper {
	background: #ffffff;
	border-bottom: 4px solid #29a3e0;
	padding: 20px 0 0;
}
#gkMainMenu {
    float: right;
	/*max-width: 530px;
    width: calc(100% - 400px);*/
}
.gkMenu > ul > li,
.gkMenu > ul > li:first-child {
    border-right: none;
	border-left: none;
	padding: 0;
}
.gkMenu > ul > li > a {
    color: #1b1d1f;
    height: 77px;
    line-height: 77px;
    margin: 0 25px 0;
    padding: 0 20px;
}
.gkMenu > ul > li.active > a {
	color: #1b1d1f;
}
.gkMenu > ul > li > a:hover,
.gkMenu li.active > a  {
	color:#4abff4;
}
.gkMenu a:focus {
	color: #1b1d1f;
}
.gkMenu > ul li div.childcontent a {
    padding: 5px 20px;
}
#gkMainMenu .gkMenu ul li div.childcontent {
    background: none repeat scroll 0 0 #efefef;
	border-radius: 0;
	border:none;
	padding: 30px 0;
}
#gkMainMenu .gkMenu ul li div.childcontent li {
	background: none transparent;
}
#gkMainMenu .level2 li a {
	font-size:14px;
	font-weight:normal;
	line-height:1.6;
}
.gkMenu > ul > li .childcontent .childcontent {
    margin-left: 236px;
    margin-top: -32px !important;
}
/*Footer*/
#gkBottom4 {
	width:100%;
	background-color:#151515;
	color:#fff;
	font-size: 15px;
	padding: 1px 0 50px;
	margin: 50px 0 0;
}
#gkBottom4 .gkPage {

}
#gkBottom4 .bottom4Container {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 50px 0 0 -30px;
    width: calc(100% + 60px);
}
#gkBottom4 .bottom4Container .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px;
	width: calc((100% - 294px) / 2);
}
#gkBottom4 .bottom4Container .box.remoteSupportModule {
    text-align: right;
	width: 294px;
}
.teamviewerBanner {
    margin-bottom: 30px;
}
.awCertificatesBody {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
	-webkit-justify-content: center;
    justify-content: center;
    margin: 25px 0 0;
    position: relative;
    width: 100%;
}
.awCertificatesBody > div {
    margin: 0 5%;
    width: 40%;
}
#gkBottom4 .bt-googlemaps {
    float: left;
    margin: 7px 0 0;
}
#gkBottom4 h3.header {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 18px;
    padding: 0 0 12px;
	position: relative;
}
#gkBottom4 h3.header:after {
	border-bottom: 3px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 70px;
}
.customcon {
    padding-top: 6px;
}
#gkBottom4 .box.con {
	margin-right:0;
}
#gkFooter {
	border-top: 1px dashed #fff !important;
	min-width:100%;
	width:100%;
	background-color:#151515;
	padding:0;
	color:#bdbdbd;
}
#gkFooter p {
	margin: 0;
}
#gkFooter > div {
    align-self: center;
    margin: 0 auto;
}
#gkBottom3 + #gkFooter, #gkBottom4 + #gkFooter {
    border-top: none;
}
#gkBottom3 + #gkFooter > div, #gkBottom4 + #gkFooter > div {
    border-top: none;
}
#gkFooterNav {
	float:right;
}
#gkCopyrights {
	float:left;
}
/*Header*/
/*Header*/
#gkHeader {
	float: left;
	min-width:100%;
	width:100%;
	padding:0;
	position: relative;
}
#gkHeader .custom img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
#gkIs-gk-is-360 {
	align-self: center;
    margin: 0 auto;
	float:none;
}
.gkIsWrapper-gk_coffe .gkIsText {
    height: 0;
}
#line {
	min-width:100%;
	width:100%;
	height:10px;
	padding:0;
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#9ee1f8;
	animation:myfirst 9s linear 0s infinite alternate;
	-webkit-animation:myfirst 9s linear 0s infinite alternate;
}
@keyframes myfirst
{
0%   {background-color:#fff;}
25%  {background-color:#9ee1f8;}
50%  {background-color:#fff;}
75%  {background-color:#9ee1f8;}
100% {background-color:#fff;}
}
@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {background-color:#fff;}
25%  {background-color:#9ee1f8;}
50%  {background-color:#fff;}
75%  {background-color:#9ee1f8;}
100% {background-color:#fff;}
}
#lineb {
	min-width:100%;
	width:100%;
	height:20px;
	padding:0;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(246,245,245,1));
	background-image: -moz-linear-gradient(rgba(255,255,255,0), rgba(246,245,245,1)); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(255,255,255,0)), color-stop(100%,rgba(246,245,245,1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(246,245,245,0.99) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(246,245,245,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(246,245,245,1) 100%); /* IE10+ */
	background-color: #9ee1f8; 
	animation:rgb 9s linear 0s infinite alternate;
	-webkit-animation:rgb 9s linear 0s infinite alternate;
}
@keyframes rgb
{
0%   {background-color:#fff;}
25%  {background-color:#9ee1f8;}
50%  {background-color:#fff;}
75%  {background-color:#9ee1f8;}
100% {background-color:#fff;}
}
@-webkit-keyframes rgb /* Safari and Chrome */
{
0%   {background-color:#fff;}
25%  {background-color:#9ee1f8;}
50%  {background-color:#fff;}
75%  {background-color:#9ee1f8;}
100% {background-color:#fff;}
}
#linec {
	min-width:100%;
	width:100%;
	height:20px;
	padding:0;
	background-color:#fff;
	background: #cbcbca; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}
/*Main Body Top*/
#gkPageContent {
	background-color:#fff;
	margin:0 auto;
	padding-bottom:40px;
}
#gkContent {
	align-self: center;
    margin: 0 auto;
	padding:30px 0 0 0;
}
#gkMainbodyTop .box {
	float: left;
    margin: 0 30px;
    padding: 20px 0;
	position: relative;
    width: calc(33.33% - 60px);
}
#gkMainbodyTop {
    float: left;
	padding: 2% 0 4%;
    width: 100%;
}
#gkMainbodyTop h3.header {
	text-transform:none;
	font-weight:normal;
}
.box h3.header strong {
    float: left;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
}
#gkPageContentWrap .box.grey {
	background-color: #eaf8ff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}
#gkPageContentWrap .custom.grey {
	padding-top:20px;
}
#gkPageContentWrap .custom.grey a {
	color:#4abff4;
}
#gkPageContentWrap .custom.grey a:hover {
	text-decoration:underline;
	cursor:pointer;
}

/* Module K2 Content */
#gkSidebar .box .modK2Item {
    margin: 0 0 52px;
}
#gkSidebar .box .modK2Item:last-child {
	margin: 0;
}
.modK2Item {
    display: block;
    float: left;
    width: 100%;
}
.modK2Item .header.moduleHeader {
    float: left;
    position: relative;
    width: 100%;
}
.modK2Item .header.moduleHeader > a {
    float: left;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    width: 100%;
}
.header.moduleHeader span {
    clear: both;
    float: left;
    font-size: 22px;
    font-weight: 400;
	width: 100%;
}
a.moduleItemTitle {
	color: #1b1d1f;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.moduleItemIntrotext {
	display: block;
	padding: 12px 0 0;
	line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags,
.moduleAttachments {
	overflow: hidden;
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 12px;
	color: #1b1d1f;
}
.moduleItemTags a {
	float: right;
}
.moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.moduleItemImage > img {
    display: block;
}
.imageWrapperOverlay {
    background-color: rgba(41, 163, 224, 0.4);
    color: #fff;
    font-size: 70px;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 0;
}
.imageWrapperOverlay span {
	font-family: "Roboto";
    font-size: 80px;
    font-weight: 100;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s linear 0.2s;
	-moz-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
}
a.moduleItemImage:hover .imageWrapperOverlay {
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
}
a.moduleItemImage:hover .imageWrapperOverlay span {
    opacity: 1;
}
.moduleItemReadMore {
	display: block;
	clear: both;
	float: left;
    margin: 15px 0 0;
}
.moduleItemReadMore:after {
    content: "b";
    font-family: "aw-font";
    font-size: 10px;
}
.customTitle h1.header,
.customTitle h2.header,
.customTitle h3.header {
	position: relative;
}
.customTitle h1.header:after,
.customTitle h2.header:after,
.customTitle h3.header:after {
    border-bottom: 3px solid #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 70px;
}
.customTitle .moduleItemIntrotext {
	display: block;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
    width: 100%;
}
.customTitle .moduleItemReadMore {
    clear: both;
    display: block;
    float: left;
    font-size: 15px;
    margin: 0;
}

/*Bottom1 */
#gkBottom1 { 
	min-width:100%;
	width:100%;
	padding:3% 0;
	background-image:url('img/p9.png');
	border-top:1px solid #aaaaab;
	border-bottom:3px solid #a8dbf3;
}
#gkBottom1 .gkCols6 {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	-webkit-display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#gkBottom1 .box {
	margin: 30px 0;
    width: 25%;
}
.line2 {
	background-image:url('img/line2.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	height:4px;
	position: relative;
    top: -4px;
	background-color:#fff transparent;
}
	
.line2b {
	background-image:url('img/line2b.png');
	background-position: center top;
	background-repeat:no-repeat;
	height:70px;
	position: relative;
    top: -4px;
	left: 2px;
	background-color:#fff;
	margin-bottom: -6px;
}
#gkBottom1 h4 a {
	color:#414141;
}
#gkBottom2 h4 a {
	color:#282727;
}
#gkBottom1 h4 a:hover, #gkBottom2 h4 a:hover {
	text-decoration:none;
}
.nspArts {
    padding: 0;
}
#gkBottom2 h3.header {
    text-align: center;
	margin:45px auto 55px;
	padding:0;
	border-top:1px solid #e6e5e5;
	border-bottom:1px solid #e6e5e5;
	line-height: 40px;
	color:#626262;
	width: 950px;
}
#gkBottom2 .nspArt h4.nspHeader {
	padding:0 0 10px 0;
	font-size:14px;
}
#gkBottom2 .nspArt {
	background-image:url('img/mouse.png');
	background-repeat:no-repeat;
	 background-position: 15px 5px;
}
#gkBottom2 {
    padding-bottom: 35px;
}
#gkBottom2 .nspArt p.nspText {
	color:#a9a8a8;
	font-weight:bold;
	font-size:14px;
}
/*top1*/
#gkTop1 {
	padding: 4% 0;
}
#gkTop1 .nspArt img {
	height:135px !important;
	width: auto !important;
	margin:22px auto 0;
}
#gkTop1 .nspArt .nspImageWrapper:hover img {
    transform: scale(1.08) translate(0px, -15px);
	-ms-transform: scale(1.08) translate(0px, -15px); /* IE 9 */
    -webkit-transform: scale(1.08) translate(0px, -15px); /* Safari and Chrome */
}
#gkTop1 h3.header {
    text-align: center;
    width: 290px;
	font-weight:normal;
	font-size:13px;
	color:#696868;
	margin:0 auto;
} 
#gkTop1 .nspArtPage {
	background-image:url('img/taskbar.png');
	background-repeat:no-repeat;
	background-position: 0 126px;
    background-repeat: no-repeat;
    padding-bottom: 32px;
	width: 100%;
}
.box.footertree.gkmod-4 {
    float: right;
}
.custom.devepol img {
    position: relative;
    top: 2px;
}
#gkBottom4 .box.footertree.gkmod-4 {
    float: right;
    margin-right: 0;
}
#gkBottom1 .homearticles h4 a {
    font-size: 22px;
}
#gkBottom1 a.nspImageWrapper img {
    box-shadow: none;
    height: 180px !important;
    margin: 0 auto;
    width: auto !important;
}
#gkBottom1 .nspMain {
    overflow: visible;
}
#gkBottom1 .nspPagination li:hover,#gkBottom1 .nspPagination li.active {
    background-color: #4ABFF4;
}
#gkBottom1 div .nspArtPage.nspCol2:first-child h4 {
    min-height: 86px;
}
ul#accordeonck375 li.level1 > a:before {
    color: #4ABFF4;
    content: "+";
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}
ul#accordeonck375 li.level1 > a.open:before {
    content: "-";
}
ul#accordeonck375 {
    border-left: 2px solid #B2B2B2;
    border-top: 2px solid #B2B2B2;
}
/* Testimonials */
.testimonialsModule h3.header {
	font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
}
h5.awTestimonialsTitle {
    font-weight: 300;
    text-align: center;
}
.awTestimonialsContainer {
    float: left;
    margin: 60px 0 0;
    position: relative;
    width: 100%;
}
.testimonial.item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
	padding: 0 100px;
    position: relative;
    width: 100%;
}
.testimonialImage {
    float: left;
    width: 180px;
}
.testimonialsInfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 30px;
    position: relative;
    width: calc(100% - 180px);
}
h4.testimonialName {
	float: left;
    font-weight: 500;
	position: relative;
    width: 100%;
}
.testimonialTitle {
    float: left;
    font-size: 16px;
    position: relative;
    width: 100%;
}
.testimonialText {
    float: left;
    font-size: 16px;
    margin: 10px 0 5px;
    position: relative;
    width: 100%;
}
.testimonialClient {
	float: left;
    font-size: 15px;
    font-weight: 500;
	position: relative;
    width: 100%;
}

/*sidebar*/
#gkSidebar {
    padding: 0 30px 0 0;
}
/* Sidebar Menu */
#gkSidebar .box.verticalMenu {
    margin-top: 12px;
}
#gkSidebar .nav.menu {
    float: left;
    font-size: 15px;
    margin: 7px 0 50px;
}
#gkSidebar .box .nav.menu li.active > a,
#gkSidebar .box .nav.menu li.current > a,
#gkSidebar .box .nav.menu li.active > span,
#gkSidebar .box .nav.menu li.current > span {
	color: #29a3e0;
}
#gkSidebar .nav.menu .separator {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
    font-weight: 500;
	padding: 0 30px 0 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
#gkSidebar .nav.menu .separator .menuToggler {
	color: #1b1d1f;
    font-family: "aw-font";
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
#gkSidebar .nav.menu .separator.closed .menuToggler {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gkSidebar .nav.menu  > li {
	border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 5px 0;
    width: 100%;
}
#gkSidebar .nav.menu  > li:last-child {
	border-bottom: medium none;
}
#gkSidebar .nav.menu  > li .nav-child {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
	-webkit-transition: all 0.5 ease 0s;
	-moz-transition: all 0.5 ease 0s;
	transition: all 0.5 ease 0s;
}
.nav-child.closed {
    float: left;
    height: 0;
    overflow: hidden;
}

/* AW SLIDER */
.moduleAWHeaderSlider {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
}
.moduleAWHeaderSlider .owl-carousel {
    border-bottom: 1px dashed #b3b3b3;
    float: left;
    padding-bottom: 50px;
    width: 100%;
}
.moduleAWHeaderSlider.moduleAWHeader > h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.moduleAWHeaderSlider.moduleAWHeader > h5 {
    font-weight: 300;
    text-align: center;
}
/* K2 */
/* Item & Tags */
.tagItemList .tagItemView,
.genericView,
.genericItemView,
.itemListView .itemList {
    float: left;
    position: relative;
    width: 100%;
}
.tagItemList .tagItemView,
.genericItemView,
.itemListView .itemList .itemContainer {
	border-bottom: 1px solid #1b1d1f;
	margin: 0 0 5%;
    padding: 0 0 5%;
}
.tagItemList .tagItemView:last-child,
.genericItemView:last-child,
.itemListView .itemList .itemContainer:last-child {
	border: none;
}
.itemView,
.tagView,
.genericItemList,
.itemListView .itemList {
    float: left;
	margin: 0 0 12%;
    position: relative;
    width: 100%;
}
.itemView .itemHeader,
.tagView .tagItemHeader,
.genericItemHeader,
.catItemTitle {
	float: left;
	margin: 0 0 30px;
    position: relative;
    width: 100%;
}
.itemView .itemHeader .itemTitle:after,
.tagView .tagItemHeader .tagItemTitle:after,
.genericItemTitle:after,
.catItemTitle:after {
    border-bottom: 3px solid;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90px;
}
.itemView .itemHeader .itemTitle,
.tagView .tagItemHeader .tagItemTitle,
.genericItemTitle,
.catItemTitle {
    font-size: 30px;
    padding: 0 0 16px;
    text-align: center;
	line-height: 1.3;
}
.itemView .itemBody,
.tagView .tagItemBody,
.genericItemBody,
.catItemBody {
    float: left;
    position: relative;
    width: 100%;
}
.itemView .itemImageBlock,
.tagView .tagItemImageBlock,
.genericItemImageBlock,
.catItemImageBlock {
    float: left;
	margin: 0 0 30px;
    position: relative;
    width: 100%;
}
.itemView .itemImage,
.tagView .tagItemImage,
.genericItemImage,
.catItemImage {
    float: left;
    position: relative;
    width: 100%;
}
.itemView .itemImage img,
.tagView .tagItemImage img,
.genericItemImage img,
.catItemImage img {
    display: block;
}
.itemView .itemFullText,
.tagView .tagItemIntroText,
.genericItemIntroText,
.catItemIntroText {
    float: left;
    position: relative;
    width: 100%;
}
.quote {
    border-left: 3px solid #29a3e0;
    font-size: 30px;
    line-height: 1.4;
    margin: 25px 0 25px 37px;
    padding: 7px 0 7px 15px;
}
.itemView .itemFullText a {
	color: #29a3e0;
}
.itemView .itemFullText a:hover {
	color: #0d223f;
}
.itemFullText > ul {
	list-style: disc;
	list-style-position: outside;
	padding: 0 20px 20px;
}
.itemExtraFields {
	border-bottom: 1px dashed #b3b1b0;
    border-top: 1px dashed #b3b1b0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-flex;
    display: flex;
    float: left;
	-webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 0 0 30px;
    padding: 8px 30px 5px;
    position: relative;
    width: 100%;
}
.itemTagsBlock {
    float: left;
	margin: 20px 0;
	overflow: hidden;
    position: relative;
    width: 100%;
}
.itemTags {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
	font-size: 15px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 0 -5px;
    position: relative;
    width: calc(100% + 10px);
}
.itemTags > li {
    float: left;
    margin: 5px;
}
.itemTags a {
	background-color: #29a3e0;
    border: 1px solid #29a3e0;
    border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 1px 10px;
}
.itemTags a:hover {
    border-color: #fff;
}
.itemFullText > ul {
    list-style: outside none disc;
    padding: 0 50px 20px;
}
.tagItemReadMore {
    float: left;
    position: relative;
    width: 100%;
}
.tagItemReadMore .k2ReadMore,
.genericItemReadMore,
.catItemReadMore .k2ReadMore {
	font-size: 15px;
}
.tagItemReadMore .k2ReadMore:after,
.genericItemReadMore .k2ReadMore:after,
.catItemReadMore .k2ReadMore:after {
    content: "b";
    font-family: "aw-font";
    font-size: 10px;
}
.resultsFor {
    background-color: #29a3e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.resultsFor > span {
    font-size: 20px;
}
/* CONTACT FORM */
.formResponsive {
    float: none;
    font-size: 15px;
    margin: 0 auto;
    max-width: 100%;
    width: 900px;
}
.formResponsive h4 {
    float: left;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}
.formHorizontal.formContainer .rsform-block.rsform-block-info {
    float: left;
    text-align: center;
    width: 100%;
}
.formHorizontal.formContainer .fields {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.formHorizontal.formContainer .fields .rsform-block {
    float: left;
    position: relative;
    width: 46%;
}
.formResponsive .formHorizontal.formContainer .formControlLabel {
    float: left;
    padding-top: 5px;
    text-align: left;
    width: auto;
}
.formResponsive .formHorizontal.formContainer .formControls {
    float: left;
    margin: 0;
    width: 100%;
}
.formResponsive .formHorizontal.formContainer .formControls .formBody {
	float: left;
	position: relative;
	width: 100%;
}
.formResponsive .formHorizontal.formContainer .formControls input[type="text"],
.formResponsive .formHorizontal.formContainer .formControls input[type="number"],
.formResponsive .formHorizontal.formContainer .formControls input[type="email"],
.formResponsive .formHorizontal.formContainer .formControls input[type="tel"],
.formResponsive .formHorizontal.formContainer .formControls input[type="url"],
.formResponsive .formHorizontal.formContainer .formControls input[type="password"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e5e5;
    border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
	height: 36px;
	padding: 0 10px;
	width: 100%;
}
.formResponsive .formHorizontal.formContainer .formControls textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e5e5;
    border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
	height: 200px;
	min-height: 200px;
	max-height: 300px;
	padding: 0 10px;
	resize: vertical;
	width: 100%;
}
.formResponsive .formHorizontal.formContainer .formControls input[type="submit"],
.formResponsive .formHorizontal.formContainer .formControls button[type="submit"] {
	background: none #29a3e0;
    border: 2px dashed #29a3e0;
    border-radius: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    display: block;
	float: none;
	margin: 20px auto 0;
    padding: 5px 20px 4px;
	text-shadow: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.formResponsive .formHorizontal.formContainer .formControls input[type="submit"]:hover,
.formResponsive .formHorizontal.formContainer .formControls button[type="submit"]:hover {
	background-color: transparent;
	color: #29a3e0;
}
.formResponsive .formHorizontal.formContainer #g-recaptcha-31 > div > div {
    margin: 30px auto 0;
    text-align: center;
}
.rsform-block-captcha > div > div > div > div {
    margin: 0 auto;
}

#gkMobileMenu {
	display: none;
}

#gkMenuWrapper #MobileMenu {
    background-color: #29a3e0;
}

#gkMenuWrapper #MobileMenu .mobile_menu {
    border-top: 140px solid #29a3e0;
}

#gkMenuWrapper #MobileMenu .nav.menu li a, #MobileMenu .nav.menu li span {
    float: left;
}

#gkMenuWrapper #MobileMenu .nav.menu .separator .menuToggler {
	display:none;
	
}
#gkMenuWrapper #MobileMenu .nav.menu .separator.closed .menuToggler {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gkMenuWrapper #MobileMenu {
    width: 300px;
}

#gkMenuWrapper #MobileMenu .submenu::after {
    color: #fff;
    font-family: "aw-font";
    position: absolute;
    right: 0;
    top: 12px;
	content: "i";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
	font-size: 15px;
}

#gkMenuWrapper #MobileMenu .open > .submenu::after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}

#gkMenuWrapper #MobileMenu .mobile_menu {
	display:block;
}

#gkMenuWrapper #MobileMenu .nav.menu li.parent ul {
    padding-left: 15px;
}

#gkMenuWrapper #MobileMenu ul.menu > li > ul > li > span {
    font-size: 15px;
    line-height: 1.4;
}

#gkMenuWrapper #MobileMenu .nav.menu li.deeper a, 
#gkMenuWrapper #MobileMenu .nav.menu li.deeper span {
    float: left;
    max-width: calc(100% - 25px);
}

#gkMenuWrapper #MobileMenu .submenu {
	width:25px;
}

#gkMenuWrapper #MobileMenu ul.menu > li > ul > li a {
    font-size: 15px;
    line-height: 1.4;
}

.photo.item {
    background-position: right top;
    background-size: cover;
    float: left;
    padding-top: 30%;
    width: 100%;
}

.moduleAWHeaderSlider .owl-carousel .owl-stage {
    display: flex;
	display: -webkit-flex;
}

#gk-page-preloader {
    opacity: 1;
    transition: all 0.3s ease-out 0s;
	position:fixed;
	background-color:#fff;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2147483647;
}

#gk-page-preloader.gk-to-hide.gk-hidden {
    display: none;
}
#gk-page-preloader.gk-to-hide {
    opacity: 0;
}

.la-square-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#googleRemarketing {
    height: 0;
    overflow: hidden;
}
@media (max-width: 1500px) {
	#gkHeader .awSlideshow .innerTitle,
	#gkHeader .awSlideshow .innerBody .text1 {
    	font-size: 26px;
	}
	
	#gkHeader .awSlideshow .innerBody .text2 {
		font-size: 18px;
	}
}

@media (max-width: 1240px) {
	.gkPage {
		padding: 0 20px;
		max-width:100% !important;
	}
	
	a#menu725 + div .childcontent-inner,
	a#menu762 + div .childcontent-inner {
   		background-position: right 20px center;
	}
	
	#gkBottom4 .bottom4Container {
		margin: 50px 0 0 -20px;
		width: calc(100% + 40px);
	}
	#gkPageContent .moduleAWHeaderSlider .owl-carousel {
		margin: 0;
		width: 100%;
		padding: 1% 45px 3%;
	}
}

@media (max-width: 1100px) {
	#gkMainMenu {
    	display: none;
	}	
	#gkMobileMenu {
		display: block;
	}
	#gkTopMenu .awContacBody {
		display: -webkit-flex;
		display: flex;
    	float: left;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	#gkTopMenu .awContactDiv {
		margin: 4px 0;
	}
	#gkMenuWrapper #gkMobileMenu {
    	margin: 5px 0 0;
	}
	
	#gkMenuWrapper #mobile-menu-toggler:after, 
	#gkMenuWrapper #mobile-menu-toggler:before,
	#gkMenuWrapper #mobile-menu-toggler {
    	background: #29a3e0 none repeat scroll 0 0;
	}
	
	.menu_open #gkMenuWrapper #mobile-menu-toggler:after, 
	.menu_open #gkMenuWrapper #mobile-menu-toggler:before {
		background-color: #fff;
	}
	
	.menu_open #gkMenuWrapper #mobile-menu-toggler {
    	background-color: transparent;
	}
	
	#gkMenuWrapper #MobileMenuOverlay.active {
		opacity: 0.6;
		background-color: #000;
	}
	#gkTop {
		z-index: 100;
	}
	.photo.item {
		padding-top: 40%;
	}
	#gkBottom1 .box {
		width: 50%;
	}
	#gkBottom4 .bottom4Container {
		margin: 95px 0 0;
		width: 100%;
	}
	
	#gkSidebar .box.verticalMenu {
		display: none;
	}
	
	#gkContent.gkColumnLeft + #gkSidebar {
		padding: 94px 40px 0 0;
	}
	body {
    	font-size: 17px;
	}
}

@media (max-width: 1000px){
	#gkMainbodyTop .box {
		width: calc(50% - 60px);
	}
	#gkPageContentWrap .box.grey {
		width:calc(100% - 60px);
		margin-top: 20px;
	}
	
	#gkContent.gkColumnLeft {
		width: calc(100% - 300px);
	}
	
	#gkContent.gkColumnLeft + #gkSidebar {
		width: 300px !important;
	}
}
@media (max-width: 970px){
	#gkBottom4 .bottom4Container {
		-webkit-justify-content: center;
		justify-content: center;
	}
	#gkBottom4 .bottom4Container .box {
		padding: 0 15px;
	}
	#gkBottom4 .bottom4Container .box.why {
		width: 55%;
	}
	#gkBottom4 .bottom4Container .box.how {
		width: 45%;
	}
}
@media (max-width: 860px) {
	#gkTop .awContactDiv.awContactWorkingHours {
		display: none;
	}
}

@media (max-width: 850px) {
	body {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		width: 100%;
	}
	#gkMenuWrapper #MobileMenu .mobile_menu {
		border-top: 90px solid #29a3e0;
	}
	.photo.item {
		padding-top: 50%;
	}
	.awSlideshow .awSlideshowInner {
		bottom: 10%;
		left: 6%;
		max-width: 75%;
	}
	#gkHeader .awSlideshow .innerTitle, 
	#gkHeader .awSlideshow .innerBody .text1 {
		font-size: 20px;
	}
	#gkHeader .awSlideshow .innerBody .text2 {
		font-size: 16px;
	}
	#gkMainbodyTop .box {
		width: calc(50% - 30px);
		margin: 0 15px;
	}
	
	#gkPageContentWrap .box.grey {
		width: calc(100% - 30px);
	}
	
	#gkContent.gkColumnLeft {
		width: 100%;
	}
	
	#gkContent.gkColumnLeft + #gkSidebar {
		width: 100% !important;
		padding-right: 0;
	}
	
	#gkSidebar .modK2Item:nth-child(2n+1) {
		float: left;
		width: 48%;
		clear: both;
	}
	#gkSidebar .modK2Item:nth-child(2n) {
		float: right;
		width: 48%;
	}
}

@media (max-width: 750px) {
	.testimonialsInfo {
		margin-top: 30px;
		padding: 0;
		width: 100%;
	}
}
@media (max-width: 730px) {
	#gkBottom4 .bottom4Container {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#gkBottom4 .bottom4Container .box.why {
		width: 100%;
	}
	#gkBottom4 .bottom4Container .box.how {
		width: calc(100% - 294px);
	}
}

@media (max-width: 630px) {
	#gkTop .awContactDiv.awContactMail {
		display: none;
	}
	.photo.item {
		padding-top: 65%;
	}
	#gkTop1.gkCols3 .box {
		padding: 0;
	}
	.moduleAWHeaderSlider.moduleAWHeader > h3 {
    	font-size: 18px;
	}
	
	#gkMainbodyTop .box,
	#gkPageContentWrap .box.grey {
		width: 100%;
		margin: 20px 0 0;
	}
	#gkBottom1 .box {
		margin: 30px 0;
		padding: 0;
		width: 100%;
	}
	#gkBottom1 .moduleItemImage > img {
		height: auto;
		width: 100%;
	}
	.testimonial.item {
		padding: 0 60px;
	}
	#gkBottom3 .box, 
	#gkBottom4 .box {
		padding: 0;
	}
	
	#gkBottom4 .bottom4Container .box {
		width: 100%;
		padding:0;
	}
	
	.formHorizontal.formContainer .fields .rsform-block {
		width: 100%;
	}
	.formResponsive .formHorizontal .rsform-block {
		margin-bottom: 0;
	}
	#gkBottom4 .bottom4Container .box.remoteSupportModule {
		float: left;
		margin: 0;
		width: 225px;
	}
}
@media (max-width: 620px) {
	#gkBottom4 .bottom4Container .box.how {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.photo.item {
		padding-top: 80%;
	}
	.awSlideshow .awSlideshowInner {
		bottom: 10%;
		left: 45px;
		max-width: calc(100% - 150px);
	}
	
	#gkFooter .gkPage {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
		width: 100%;
	}
	
	#gkFooterNav {
		order: 1;
		width: auto;
	}
	#gkFooter p {
		padding-bottom: 0;
		text-align: center;
		width: 100%;
	}
	
	.itemFullText > ul {
		list-style: disc;
		list-style-position: outside;
		padding: 0 20px 20px;
	}
	
	#gkSidebar .modK2Item:nth-child(2n+1) {
		float: left;
		width: 100%;
	}
	#gkSidebar .modK2Item:nth-child(2n) {
		float: right;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.gkLogo {
		width:225px;
	}
}

@media (max-width: 460px) {
	.gkPage {
		padding: 0 10px;
	}
	
	h1.gkLogo {
		width: 225px;
	}
	
	#gkMenuWrapper #gkMobileMenu {
		margin: -3px 0 0;
	}
	#gkTopMenu .awContacBody {
		display: none;
	}
	
	#gkTopMenu > .k2SearchBlock,
	#gkTopMenu > .k2SearchBlock .inputbox {
		width: 100%;
	}
	.photo.item {
		padding-top: 120%;
	}
	.awSlideshow .innerBody {
    	padding: 15px 10px 20px;
	}
	.awSlideshow .innerTitle {
		padding: 6px 10px;
	}
	.awSlideshow .awSlideshowInner {
		max-width: calc(100% - 110px);
	}
	.text1 > p {
		line-height: 1.3;
	}
	.awSlideshow .innerBody .text2 > ul {
		padding-left: 5px;
	}
	#gkHeader .awSlideshow .innerTitle, 
	#gkHeader .awSlideshow .innerBody .text1 {
		font-size: 17px;
		line-height:1.2;
	}
	#gkHeader .awSlideshow .innerBody .text2 {
		font-size: 13px;
	}
	#gkPageContent .moduleAWHeaderSlider .owl-carousel {
		margin: 0;
		padding: 1% 70px 3%;
	}
	
	#gkBottom4 .bottom4Container {
		margin: 95px 0 0;
		width: 100%;
	}
	
	body,
	.customTitle .moduleItemIntrotext {
    	font-size: 15px;
	}
	.quote {
		font-size: 26px;
	}
}