article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:required,
select:required,
textarea:required {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0px;
    float: left;
    clear: left;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0 none;
    display: block;
    height: auto;
    max-width: 100%; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
	box-shadow:none;
	border-radius:0;
}

button,
input {
    line-height: normal; /* 1 */
}

textarea,
input[type=text] {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button {
    -webkit-appearance: none;
}

select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image:url('/images/template/arrow.png');
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size: 15px auto;
	padding-right:30px !important;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

































/* --------------------------------------- ARTIFIEDWEB CODE --------------------------------------- */

#gkTop {
    background: #4b4b4b none repeat scroll 0 0;
	float: left;
    width: 100%;
	padding: 20px 0;
}

#gkMenuWrapper {
	background-color: #fff;
	float: left;
    width: 100%;
	padding: 12px 0;
}

#gkMenuWrapper.fixed {
	-webkit-box-shadow: 0 -4px 14px 0 #888;
	-moz-box-shadow: 0 -4px 14px 0 #888;
	box-shadow: 0 -4px 14px 0 #888;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#gkMoto {
    color: #fff;
    float: left;
	margin-left: 5px;
}

#gkMoto p {
	margin:0;
	line-height:44px;
	float:left;
	width:auto;
}

#gkMoto p:before {
    background-image: url("/images/template/moto.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 44px;
    margin-right: 10px;
    width: 34px;
}

#gkLang {
    float: right;
	margin-left: 25px;
}

#gkLang div.mod-languages li {
    margin:0;
	float:right;
	clear:both;
	width: 100%;
}

#gkLang div.mod-languages li:first-child:after {
	content:"";
	border-bottom:2px solid #969696;
	float:left;
	width:100%;
	margin: 4px 0;
}

#gkLang div.mod-languages li a {
    color: #969696;
    display: block;
    float: left;
    line-height: 1;
    position: relative;
    width: 100%;
}

#gkLang div.mod-languages li.lang-active a,
#gkLang div.mod-languages li a:hover {
	color:#fff;
}

#gkPartnership {
    float: right;
    width: auto;
}

#gkPartnership p {
	margin:0;
}

#gkPartnership a {
    border: 2px solid #fff;
    border-radius: 7px;
    color: #fff;
    float: right;
    line-height: 40px;
    padding: 0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#gkPartnership a:hover {
	background-color: #6ba650;
	border-color: #6ba650;
	color: #fff;
}

#gkPhone {
    float: right;
}

#gkPhone p {
    margin:0;
	float:right;
	line-height:44px;
	color:#969696;
	margin-right:20px;
	width: auto;
	position: relative;
}

#gkPhone p a {
	margin:0;
	float:right;
	line-height:44px;
	color:#969696;
	width: auto;
	position: relative;
}

#gkPhone p:before {
	content:"\f095";
	font-family:FontAwesome;
	float:left;
	font-size: 24px;
    margin-right: 10px;
}

#gkMobileMenu {
	display:none;
}

#gkMainMenu {
    float: left;
    width: auto;
	margin: 13px 0 0;
	padding-left: 45px;
}

#gkMainMenu li {
    float: left;
    width: auto;
	padding:0 20px;
}

#gkMainMenu li:last-child {
	padding:0 0 0 20px;
}

#gkMainMenu li a {
	line-height:32px;
	color:#4b4b4b;
	float:left;
}

#gkMainMenu li.first a {
	display:none;
}

#gkMainMenu li a:hover {
	color: #6ba650;
}

#gkMainMenu li.active a {
    border-bottom: 3px solid #6ba650;
    color: #4b4b4b;
    font-weight: 500;
}

#gkLogin {
	float:right;
	color:#4b4b4b;
}

#gkLogin div {
    cursor: pointer;
    line-height: 56px;
    margin: 0;
	float:left;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#gkLogin div:hover {
	color: #6ba650;
}

#gkLogin div:before {
    background-image: url("/images/template/login.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 56px;
    margin-right: 10px;
    width: 34px;
}

#gkTop1 {
    float: left;
    padding: 55px 0 60px;
    position: relative;
    width: 100%;
}

.AW_partner .text:before {
    border-top: 3px solid;
    clear: both;
    content: "";
    float: left;
    height: auto;
    max-width: 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

.AW_partner .text {
    float: left;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 175px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.AW_partner .partners {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
    width: calc(100% - 210px);
}

.AW_partner .partner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right:none;
	border-bottom:none;
    float: left;
	padding: 20px;
	width: 16.6666%;
}

.AW_partner .partner:nth-child(6n) {
	border-right:1px solid #969696;
}

.AW_partner .partner:nth-child(n+7) {
	border-bottom:1px solid #969696;
}

.AW_partner .partner a,
.AW_partner .partner img {
	float:left;
	width:100%;
}

#gkTop2 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	padding: 55px 0 60px;
	color:#4b4b4b;
}

.left_title .header:before,
.top_title .header:before {
	border-top: 3px solid #6ba650;
    clear: both;
    content: "";
    float: left;
    height: auto;
    max-width: 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

.left_title.white_border_title .header:before {
    border-top: 3px solid #fff;
}

.left_title .header,
.top_title .header {
	float: left;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
	max-width: 190px;
    padding-top: 10px;
    position: relative;
    width: 100%;
	margin:0;
}

.top_title .header {
	margin: 0 0 33px;
}

.left_title .content,
.top_title .content {
	float: right;
    width: 100%;
	font-size:20px;
	font-weight:300;
	line-height: 1.5;
}

.left_title .content {
    width: calc(100% - 210px);
}

.box.fixed_title {
    position: relative;
}

.fixed_title .header {
    left: 8%;
    margin-top: 4.5%;
    max-width: 225px;
    position: absolute;
    top: 0;
    z-index: 100;
}

.left_title.fixed_title .content {
    width: 100%;
}

.hasimage .titleText {
    float: left;
    width: calc(100% - 250px);
}

.hasimage .image {
    float: right;
	width: 250px;
}

.hasimage .image img {
	margin: 0 auto;
}

.center_align .aw_content .text {
	text-align: center;
}

.aw_content .link a {
    border: 2px solid #a0aab2;
    border-radius: 7px;
    display: table;
    font-size: 20px;
    line-height: 44px;
    margin: 30px auto 0;
    padding: 0 20px;
	font-weight: 400;	
}

.aw_content .link a:hover {
	background-color: #6ba650;
	border-color: #6ba650;
	color: #fff;
}

.left_title .aw_content .link {
	-webkit-transform: translateX(-105px);
	-moz-transform: translateX(-105px);
	transform: translateX(-105px);
}

#gkTop2 .aw_content .content .text {
    margin-top: -7px;
}

#gkTop3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	padding: 55px 0 60px;
}

#gkBottom0,
#gkBottom1 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	padding: 55px 0 60px;
	color:#4b4b4b;
}

/* Blog Homepage */

.modBlogItems {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-left: -0.5%;
	width: 101%;
}

.modBlogItem {
    margin: 0 0.5%;
	position: relative;
    width: 32.333%;
	display:flex;
	display:-webkit-flex;
}

.moduleItemImage {
	background-position: center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.blogItemBody {
    align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-direction:column;
	-webkit-flex-direction:column;
    padding:0;
	position: relative;
    width: 100%;
	z-index: 11;
}

.moduleItemCategory {
	-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.1;
    margin-top: 10px;
    padding: 0 20px 60px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 11;
}


.moduleItemTitle {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    padding: 60px 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.moduleCustomLink {
    border: 2px solid #a0aab2;
    border-radius: 7px;
    display: table;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    margin: 50px auto 0;
    padding: 0 20px;
	-webkit-transform: translateX(-105px);
	-moz-transform: translateX(-105px);
	transform: translateX(-105px);
}

.moduleCustomLink:hover {
	background-color: #6ba650;
	border-color: #6ba650;
	color: #fff;
}

.aw_services {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    width: 100%;
}

.aw_services .service {
    width: 47%;
}

.aw_services .image,
.aw_services .title,
.aw_services .text,
.aw_services .link {
    float: left;
    width: 100%;
}

.aw_services .image img{
	display:table;
	margin:0 auto;
	float:none;
}

.aw_services .title h3 {
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0 10px;
	font-size: 23px;
    font-weight: 500;
}

.aw_services .text {
	font-size:17px;
	line-height:1.5;
	font-weight: 400;
	text-align:center;
}

.aw_services .link a {
    border-bottom: 2px solid #6ba650;
	color:#6ba650;
    display: table;
    font-size: 20px;
    font-weight: 300;
    line-height: 44px;
    margin: 20px auto 0;
    padding: 0;
	float:none;
	width:auto;
}

.aw_services .link a:hover {
	color: #4b4b4b;
}

#gkBottom2 {
    display: block;
    float: left;
	padding: 55px 0 60px;
    position: relative;
    width: 100%;
}

#gkBottom3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.aw_testimonials {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    width: 100%;
}

.aw_testimonials .testmonial {
    width: 47%;
}

.aw_testimonials .text {
	margin-top:35px;
	background-color:#595959;
	padding:35px 20px 20px;
	font-size:20px;
	line-height:1.5;
	font-weight: 300;
	font-style:italic;
	border-radius: 7px;
	text-align: center;
}

.aw_testimonials .text:before {
    background-position: center center;
    background-repeat: no-repeat;
    color: #6ba650;
    content: "q";
    float: left;
    font-family: "aw-font";
    font-size: 75px;
    height: auto;
    line-height: 1;
    margin-right: 10px;
    margin-top: -75px;
    text-align: center;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
    width: 100%;
}

.aw_testimonials .name {
    float: left;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0px;
    text-align: center;
    width: 100%;
	line-height:1.2;
}

.aw_testimonials .title {
    float: left;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.aw_timeline .timelineMenu {
    float: left;
    width: 175px;
	padding: 50px 0;
	align-items: center;
	-webkit-align-items: center;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.aw_timeline .timelineMenu:after {
    border-right: 2px solid #cdcdcd;
    content: "";
    display: block;
    height: 100%;
    left: 34px;
    position: absolute;
    top: 0;
}

.aw_timeline {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    width: 100%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

ul.timeline {
    background-color: #fff;
    float: left;
    position: relative;
    width: 100%;
    z-index: 100;
}

ul.timeline:before {
    border-right: 2px solid #cdcdcd;
    content: "";
    height: 13px;
    left: 34px;
    position: absolute;
    top: 0;
    z-index: 101;
}

ul.timeline:after {
    border-right: 2px solid #cdcdcd;
    content: "";
    height: 13px;
    left: 34px;
    position: absolute;
    bottom: 0;
    z-index: 101;
}

.aw_timeline .timelineList {
    border: 2px solid transparent;
    border-radius: 7px;
    clear: left;
	cursor: pointer;
    float: left;
    font-size: 20px;
    line-height: 44px;
    padding: 0 20px 0 55px;
    position: relative;
    width: auto;
	margin: 4px 0;
	color: #cdcdcd;
	z-index: 102;
}

.aw_timeline .timelineList:after {
    background-color: #fff;
    border-bottom: 2px solid transparent;
    border-radius: 7px;
    border-right: 2px solid transparent;
    content: "";
    float: right;
    height: 34px;
    position: absolute;
    right: -14px;
    top: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
    width: 34px;
    z-index: -1;
}

.aw_timeline .timelineList:before {
	content:"";
	position:absolute;
	left:20px;
	width:21px;
	height:21px;
	border-radius:50%;
	top: 10px;
	border:2px solid #cdcdcd;
}

.aw_timeline .timelineList.active {
	background-color: #fff;
	border: 2px solid #6ba650;
	color: #6ba650;
}

.aw_timeline .timelineList.active:before {
	border: 2px solid #6ba650;
}

.aw_timeline .timelineList.active:after {
    border-bottom: 2px solid #6ba650;
    border-right: 2px solid #6ba650;
}

.aw_timeline .timelineList:first-child {
	margin-top: 0;
}

.aw_timeline .timelineList:last-child {
	margin-bottom: 0;
}

.yearTitle > h3 {
    color: #6ba650;
    font-size: 46px;
    font-weight: 400;
    margin: 20px 5px 10px;
}

.timelineWrap {
    float: right;
    width: calc(100% - 260px);
	position: relative;
	align-items: center;
	-webkit-align-items: center;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    margin: 50px 0;
}

.yearWrap {
    float: right;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}

.yearWrap.active {
    opacity: 1;
}

.timelineMenu .innerWrap {
    float: left;
    width: auto;
}

.yearWrapper {
	align-items: center;
	-webkit-align-items: center;
    clear: both;
    display: flex;
	display: -webkit-flex;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}

.yearImage {
    float: left;
    width: 140px;
}

.yearImage img {
    float: left;
    width: 100%;
	height:auto;
}

.yearText {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
    padding: 0 0 0 25px;
    width: calc(100% - 140px);
}


/* footer */
#gkFooter {
	background-color: #f2f2f2;
	-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: 10px;
    position: relative;
    width: 100%;
}

#gkFooter .gkPage {
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 10px;
    padding-top: 10px;
}

#gkFooter .gkPage.footerCopyrights {
	padding-top: 30px;
}

#gkFooterNav {
	float: right;
}

#gkFooterNav .custom.design-development {
    clear: both;
    float: left;
    width: auto;
}

#gkFooterNav .custom.design-development p {
    clear: none;
    float: left;
    font-size: 12px;
    font-weight: 400;
	margin: 0;
}

#gkFooterNav .credits.development {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    padding-left: 15px;
}

#gkFooterNav .custom.design-development a {
    float: right;
    padding-left: 10px;
}

#gkFooterNav .credits.design img {
    height: auto;
    position: relative;
    width: 60px;
}

#gkFooterNav .credits.development img {
    height: auto;
    position: relative;
    width: 140px;
}
.credits.development a{
    display:flex;
    display:-webkit-flex;
}

.credits.design a{
    display:flex;
    display:-webkit-flex;

}

#gkCopyrights {
	font-size: 12px;
	float: left;	
	margin: 0;
	padding: 0;
}

#gkFooterLeft {
    display: inline-block;
    width: 50%;
}

#gkFooterRight {
    display: inline-block;
    width: 50%;
}

#gkFooterRight .nav.menu {
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#gkFooterRight .nav.menu li {
    display: inline-block;
    margin-left: 6%;
}

#gkFooterRight .nav.menu li:first-child {
    display: none;
}

#gkFooterRight ul.nav li.active a {
    color: #6ba650;
}

#gkFooterRight .searchModule {
    float: left;
    margin: 25px 0 0;
    width: 100%;
}

#gkFooterRight .searchModule .fields {
	display: flex;
	display: -webkit-flex;
    float: left;
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
    width: 100%;
}

#gkFooterRight .searchModule .fields > label {
    float: left;
    line-height: 22px;
    padding-right: 20px;
    width: auto;
}

.fields input.button {
    background: #4b4b4b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
	font-size: 16px;
	padding: 2px 0;
    width: 120px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.fields input.button:hover {
	background: #6ba650 none repeat scroll 0 0;
}

.fields .inputbox {
    border: medium none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: none;
    float: left;
    font-size: 12px;
    margin: 0;
    max-width: calc(100% - 215px);
    padding: 5px 10px 4px;
    width: 220px;
}

.awFooter {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.awFooterLogo > a,
.awFooterLinkedin {
    display: inline-block;
}

.awFooter .fa.fa-linkedin-square {
    color: #4875b4;
    font-size: 32px;
    margin: 0 0 0 10px;
}

.awFooter .awFooterAdderss {
    font-size: 16px;
	line-height: 1.2;
    margin: 6px 0 0;
}

.awFooterPhone {
    margin-right: 6px;
}

.awFooterPhoneEmail,
.awFooterPhoneEmail a {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1.2;
}



.frontpage #gkTop1 {
    background-color: #4b4b4b;
	color: #fff;
}

.frontpage #gkTop3 {
    background-color: #f2f2f2;
	color:#4b4b4b;
}

.frontpage #gkBottom2 {
    background-color: #4b4b4b;
	color: #fff;
}

.aboutpage #gkTop1 {
    background-color: #fff;
	color:#4b4b4b;
}

.aboutpage #gkTop2 {
    background-color: #f2f2f2;
	color:#4b4b4b;
}

.aboutpage #gkBottom1 {
    background-color: #4b4b4b;
	color: #fff;
    padding: 0;
}

.aboutpage #gkBottom1 > .gkPage {
	max-width: 1111px;
	padding: 0;
}

.aboutpage #gkBottom2 {
    background-color: #f2f2f2;
    padding: 0;
}

.aboutpage #gkBottom2 > .gkPage {
	max-width: 1110px;
	padding: 0;
	overflow: hidden;
}

.servicespage #Inbound-Services {
	float: left;
    padding: 55px 0 60px;
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
	color:#4b4b4b;
}

.servicespage #gkTop3 {
	background-color: #f2f2f2;
	padding: 0;
}

.servicespage #Outbound-Services {
    background-color: #fff;
	color:#4b4b4b;
    display: block;
    float: left;
    padding: 55px 0 60px;
    position: relative;
    width: 100%;
}

.servicespage #gkTop3 > .gkPage,
.servicespage #gkBottom1 > .gkPage {
	padding: 0;
	max-width: 1110px;
}

.servicespage #gkBottom1 {
	background-color: #fff;
	padding: 0;
}

.servicespage #gkBottom2 {
    background-color: #4b4b4b;
	color: #fff;;
}

.servicespage #gkBottom2 .aw_content .link a {
	color: #fff;
}

#submenu {
    background-color: #f2f2f2;
	float: left;
    padding: 0;
    position: relative;
    width: 100%;
}


/* TEAM */
.awTeamMembers {
	background: #fff none repeat scroll 0 0;
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	float: left;
	margin: 0;
	padding: 0;
    width: 100%;
}

.awTeamMembers .member1 {
	order: 1;
}
.awTeamMembers .member2 {
	order: 2;
}
.awTeamMembers .member3 {
	order: 3;
}
.awTeamMembers .teamMemberDetails1 {
	order: 4;	
}
.awTeamMembers .teamMemberDetails2 {
	order: 5;	
}
.awTeamMembers .teamMemberDetails3 {
	order: 6;	
}
.awTeamMembers .teamMemberDetails4 {
	order: 7;	
}
.awTeamMembers .teamMemberDetails5 {
	order: 8;	
}
.awTeamMembers .teamMemberDetails6 {
	order: 9;	
}
.awTeamMembers .member4 {
	order: 10;
}
.awTeamMembers .member5 {
	order: 11;
}
.awTeamMembers .member6 {
	order: 12;
}

.awTeamMembers .teamMember {
	cursor: pointer;
	float: left;
	position: relative;
	width: 50%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
 	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.awTeamMembers .teamMember.inactive {
    opacity: 0.7;
}

.awTeamMembers .teamMember .memberImage1 {
    float: left;
    position: relative;
    width: 100%;
	z-index: 100;
}

.teamMember > div > img {
    width: 100%;
}

.awTeamMembers .teamMember .memberImage2 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
 	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.awTeamMembers .teamMember:hover .memberImage2 {
    opacity: 1;
}

.awTeamMembers .teamMember .memberInfo {
    background-color: rgba(75, 75, 75, 0.5);
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #fff;
    left: 0;
	line-height: 1.4;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 102;
}

.awTeamMembers .teamMember .memberName {
	font-size: 20px;
    font-weight: 600;
}

.awTeamMembers .teamMemberDetails {
    background-color: #6ba650;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 0;
	margin: 0;
	overflow: hidden;
    padding: 0;
	position: relative;
    width: 100%;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
 	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.awTeamMembers .teamMemberDetails.active {
	-webkit-transition: all 0.4s linear 0.3s;
	-moz-transition: all 0.4s linear 0.3s;
 	-o-transition: all 0.4s linear 0.3s;
	transition: all 0.4s linear 0.3s;
}

.awTeamMembers .closeDetails {
    background-color: #fff;
    color: #4b4b4b;
    cursor: pointer;
    font-family: "aw-font";
    font-size: 25px;
    font-weight: 700;
    height: 45px;
    line-height: 46px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
}

.awTeamMembers .teamMemberDetailsInner{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 35px;
    width: 100%;
}

.awTeamMembers .detailsMemberName {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 30px;
}

.awTeamMembers .detailsMemberTitle {
    line-height: 1.3;
    padding: 0 30px 15px;
}

.awTeamMembers .detailsMemberText {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;;
    padding: 0 30px;
    width: 100%;
}

.awTeamMembers .detailsMemberTraits {
    border-top: 3px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    margin: 25px 0 0;
    padding: 35px 30px 0;
    width: 100%;
}

.awTeamMembers .detailsMemberTrait {
    align-items: center;
	-webkit-align-items: center;
    display: flex;
	display: -webkit-flex;
    float: left;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.awTeamMembers .traitIcon {
    margin-right: 10px;
}

.awTeamMembers .traitName {
    font-size: 18px;
}


/* BLOG */

.blogSubmenu .nav.menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    padding: 25px 0;
    width: 100%;
}

.blogSubmenu .nav.menu li {
    border: 1px solid #c2c2c2;
    padding: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-align: center;
	width: calc((100% - 100px) / 6);
}

.blogSubmenu .nav.menu li.active,
.blogSubmenu .nav.menu li.current,
.blogSubmenu .nav.menu li:hover {
    background-color: #fff;
    border-color: #fff;
}

.blogSubmenu .nav.menu li a {
    color: #4b4b4b;
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
/* Category */

.blog.itemListView .itemContainer,
.blog.userView .userItemView,
.genericView .genericItemView,
.tagView .tagItemView {
	border-bottom: 2px solid #c2c2c2;
	float: left;
	padding: 40px 0;
    width: 100%;
}

.blog.itemListView .itemContainer:last-child,
.blog.userView .userItemView:last-child,
.genericView .genericItemView:last-child,
.tagView .tagItemView:last-child {
	border: none;
}

.blog.itemListView .itemContainer .catItemView,
.genericView,
.genericView .genericItemList,
.tagView .tagItemList {
    float: left;
    width: 100%;
}

.blog.itemListView .catItemImageBlock,
.blog.userView .userItemImageBlock,
.genericView .genericItemView .genericItemImageBlock,
.tagView .tagItemView .tagItemImageBlock {
    float: left;
    width: 245px;
}

.blog.itemListView .catItemBody,
.blog.userView .userItemBody,
.genericView .genericItemView .genericItemBody,
.tagView .tagItemView .tagItemBody  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding-left: 30px;
    width: calc(100% - 245px);
}

.blog.itemListView .catItemCategory,
.blog.userView .userItemCategory,
.genericView .genericItemView .genericItemCategory,
.tagView .tagItemView .tagItemCategory {
    float: left;
    width: 100%;
}

.blog.itemListView .catItemCategory a,
.blog.userView .userItemCategory a,
.genericView .genericItemView .genericItemCategory a,
.tagView .tagItemView .tagItemCategory a {
    color: #6ba650;
    font-size: 15px;
}

.blog.itemListView .catItemCategory a:hover,
.blog.userView .userItemCategory a:hover,
.genericView .genericItemView .genericItemCategory a:hover,
.tagView .tagItemView .tagItemCategory a:hover {
	text-decoration: underline;
}

.blog.itemListView .catItemTitle,
.blog.userView .userItemTitle,
.genericView .genericItemView .genericItemTitle,
.tagView .tagItemView .tagItemTitle {
    float: left;
    font-size: 22px;
    margin: 0;
    width: 100%;
}

.blog.itemListView .catItemTitle a,
.blog.userView .userItemTitle a,
.genericView .genericItemView .genericItemTitle a,
.tagView .tagItemView .tagItemTitle a {
	color: #000;
}

.blog.itemListView .catItemTitle a:hover,
.blog.userView .userItemTitle a:hover,
.genericView .genericItemView .genericItemTitle a:hover,
.tagView .tagItemView .tagItemTitle a:hover {
	color: #6ba650;
}

.blog.itemListView .catItemIntroText,
.blog.userView .userItemIntroText,
.genericView .genericItemView .genericItemIntroText,
.tagView .tagItemView .tagItemIntroText {
    float: left;
    width: 100%;
}

.blog.itemListView .catItemInfo,
.blog.userView .userItemInfo,
.genericView .genericItemView .genericItemInfo,
.tagView .tagItemView .tagItemInfo {
    display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
    float: left;
    width: 100%;
}

.blog.itemListView .catItemInfo span,
.blog.userView .userItemInfo span,
.genericView .genericItemView .genericItemInfo span,
.tagView .tagItemView .tagItemInfo span {
	display: inline-block;
    font-size: 15px;
}

.blog.itemListView .catItemDateCreated,
.blog.userView .userItemDateCreated,
.genericView .genericItemView .genericItemDateCreated,
.tagView .tagItemView .tagItemDateCreated {
    margin-right: 12px;
}

.blog.itemListView .catItemAuthorImage,
.blog.userView .userItemAuthorImage,
.genericView .genericItemView .genericItemAuthorImage,
.tagView .tagItemView .tagItemAuthorImage {
	margin-bottom: 20px;
	margin-right: 12px;
    max-width: 70px;
}

.blog.itemListView .catItemAuthorName a,
.blog.userView .userItemAuthorName a,
.genericView .genericItemView .genericItemAuthorName a,
.tagView .tagItemView .tagItemAuthorName a {
	color: #000;
}

.blog.itemListView .catItemAuthorName a:hover,
.blog.userView .userItemAuthorName a:hover,
.genericView .genericItemView .genericItemAuthorName a:hover,
.tagView .tagItemView .tagItemAuthorName a:hover {
	color: #6ba650;
}

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

.k2Pagination .pagination {
    float: left;
    position: relative;
    width: 100%;
	margin: 60px 0;
}

.pagination > ul {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    float: left;
    justify-content: center;
	-webkit-justify-content: center;
    width: 100%;
}

.pagination > ul > li {
	display: block;
    float: left;
    line-height: 1.1;
    margin: 0 6px;

}

.pagination > ul > li a,
.pagination > ul > li span {
	display: block;
    float: left;
	border: 2px solid #9f9f9f;
	color: #9f9f9f;
    padding: 10px 15px;
}

.pagination > ul > li.active span {
	border-color: #6ba650;
	color: #6ba650;
}

.pagination > ul > li a:hover {
	color: #6ba650;
}


/* Item */
.blog.itemView {
    float: left;
    margin: 0 0 100px;
    position: relative;
    width: 100%;
}

.blog.itemView .itemImageBlock {
    float: left;
    margin: 0 0 45px;
    width: 100%;
}

.blog.itemView .itemAuthorContainer {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
	font-size: 15px;
    line-height: 1.3;
    padding: 0 40px 0 15px;
    text-align: center;
    width: 240px;
}

.blog.itemView .itemAuthorContainer .itemAuthorAvatar {
    margin: 0 auto;
}

.blog.itemView .itemAuthorContainer > span {
    float: left;
    width: 100%;
}

.blog.itemView .itemAuthorContainer .itemAuthor {
    color: #6ba650;
	margin-top: 20px;
}

.blog.itemView .itemAuthorDescription {
    border-bottom: 1px solid #000;
    padding: 15px 0 0;
}

.blog.itemView .mainContent {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: right;
    margin: 10px 0 0;
    padding: 0 80px 0 0;
	position: relative;
    width: calc(100% - 240px);
}

.blog.itemView .itemHeader {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
	float: left;
    width: 100%;
}

.blog.itemView .itemCategory {
    float: left;
}

.blog.itemView .itemCategory:after {
    content: "||";
    float: left;
	font-size: 18px;
    margin: 0 8px 0 6px;
}

.blog.itemView .itemCategory > a {
	color: #6ba650;
    float: left;
}

.blog.itemView .itemBody {
    border-bottom: 1px solid #4b4b4b;
    float: left;
    margin: 0 0 40px;
    padding: 0 0 20px;
    width: 100%;
}

.blog.itemView h2.itemTitle {
    color: #000;
    float: left;
	line-height: 1.2;
    margin: 7px 0 25px;
    width: 100%;
}

.blog.itemView .itemFullText {
	float: left;
	width: 100%;
}

.blog.itemView .mednutritionTip {
    border-left: 8px solid #6ba650;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    font-size: 22px;
    padding-left: 30px;
    width: 100%;
}

.blog.itemView .itemTagsBlock {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
	float: left;
	margin: 0 0 60px;
    width: 100%;
}

.blog.itemView .mainContent .bannergroup {
    display: block;
    margin: 0 auto 60px;
    max-width: 700px;
}

.blog.itemView .itemTagsTitle {
    color: #808080;
    font-size: 20px;
    font-weight: 700;
    width: 110px;
}

.blog.itemView .itemTags {
	width: calc(100% - 110px);
}

.blog.itemView .itemTags > span > a {
    background-color: #808080;
    border-radius: 9px;
    color: #fff;
    float: left;
    margin: 5px;
    padding: 0 15px;
}

.blog.itemView .shareContainer {
    position: absolute;
    right: 0;
    top: 0;
}

.blog.itemView div.b2jsocial_parent {
    margin: 0;
    padding-left: 10px;
    text-align: left;
}

.blog.itemView ul.b2jsocial {
    display: block;
	flex: left;
    width: 100%;
}

.blog.itemView ul.b2jsocial li {
    clear: both;
    float: left;
	margin: 0 0 5px;
    width: 36px;
}

.blog.itemView ul.b2jsocial li a {
	float: left;
	margin: 0;
	width: 40px;
}

.blog.itemView ul.b2jsocial li a:after {
	display: block;
    float: left;
    line-height: 1.1;
}

.blog.itemView ul.b2jsocial li.f.preset10 a:after {
	color: #4e4d8c;
	content: '\f082';
}

.blog.itemView ul.b2jsocial li.l.preset10 a:after {
	color: #0079b7;
	content: '\f08c';
}

.blog.itemView ul.b2jsocial li.preset10 a:after {
	color: #000;
	content: '\f02f';
}

.blog.itemView .itemFullText ul {
    box-sizing: border-box;
    float: left;
    margin: 0 0 25px;
    padding: 0 0 0 50px;
    width: 100%;
}

.blog.itemView .itemNavigation {
    float: left;
    width: 100%;
}

.blog.itemView .prevItemContainer {
	display: -webkit-flex;
	display: flex;
    float: left;
	position: relative;
    width: 45%;
}

.blog.itemView .nextItemContainer {
	display: -webkit-flex;
	display: flex;
	float: right;
	position: relative;
	width: 45%;
}

.blog.itemView .navigationLabel {
	float: left;
    padding-right: 8px;
}

.blog.itemView .itemPrevious,
.blog.itemView .itemNext {
	float: left;
}

.blog.itemView ul {
	list-style:outside disc;
}
.avVideo .avPlayerContainer .avPlayerBlock {
    padding: 0 !important;
}
.avVideo .avPlayerContainer .avPlayerBlock > div {
	padding: 58% 0 0 0 !important;
}

.ctaButton {
    text-align: center;
}

.ctaButton > a,
.itemView .ctaButton > a {
	background-color: #fff;
    border: 2px solid #a0aab2;
    border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #4b4b4b;
    display: inline-block;
    height: 45px;
    line-height: 42px;
    padding: 0 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.ctaButton > a:hover,
.itemView .ctaButton > a:hover {
	background-color: #6ba650;
	border-color: #6ba650;
	color: #fff;
	text-decoration: none;
}

/* Video */

#gkHeader {
	background-color: #f2f2f2;
    float: left;
    padding: 0;
    width: 100%;
}

.awVideo {
    display: block;
}

.awVideo .videoContainer {
	background-color: #000;
    float: left;
	position: relative;
    width: 100%;
}

.awVideo .videoContainer video {
    float: left;
    width: 100%;
}

.videoOverlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.textContainer {
    left: 50%;
	max-width: 700px;
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 100%;
}

.awVideoTitle {
	color: #fff;
    float: left;
    font-size: 32px;
	margin: 0 0 10px;
    text-align: center;
    text-shadow: 0 0 3px #555;
	-moz-text-shadow: 0 0 3px #555;
	-webkit-text-shadow: 0 0 3px #555;
    width: 100%;
}

.awVideoText {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
    float: left;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 3px #555;
	-moz-text-shadow: 0 0 3px #555;
	-webkit-text-shadow: 0 0 3px #555;
    width: 100%;
}

.awVideoButton {
    float: left;
	margin: 25px 0 0;
    text-align: center;
    width: 100%;
}

.awVideoButton a {
    border: 1px solid #fff;
    border-radius: 7px;
	-webkit-box-shadow: 0 0 3px #555;
   	-moz-box-shadow: 0 0 3px #555;
	box-shadow: 0 0 3px #555;
	font-size: 20px;
    font-weight: 400;
    color: #fff;
	display: inline-block;
	line-height: 44px;
	margin: 0 auto;
    padding: 0 20px;
    text-shadow: 0 0 3px #555;
	-moz-text-shadow: 0 0 3px #555;
	-webkit-text-shadow: 0 0 3px #555;
}

.awVideoButton a:hover {
	background-color: #6ba650;
	border-color: #6ba650;
	color: #fff;
}

/* RS Form */
.formModule .formResponsive {
    margin: 50px 0;
}

.formModule h2 {
    float: left;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 13px 0 5px;
    position: relative;
	text-align: center;
    width: 100%;
}

.formModule h2:before {
    border-top: 3px solid #6ba650;
    clear: both;
    content: "";
    float: left;
    height: auto;
	left: 50%;
    max-width: 40px;
    position: absolute;
    top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 100%;
}

.formModule .formResponsive .formHorizontal .formControlLabel {
    clear: both;
    float: left;
	font-size: 15px;
    padding-top: 5px;
    text-align: left;
    width: 100%;
}

.formModule .formResponsive .formHorizontal .formControls {
    float: left;
    margin-left: 0;
    width: 100%;
}

.formModule .formResponsive .formHorizontal .rsform-block.rsform-block-label {
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.formModule .formResponsive .formHorizontal .rsform-block {
	margin: 0;
}

.formModule .formResponsive fieldset .fields {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
	margin: 30px auto 20px;
    max-width: 850px;
    width: 100%;
}

.formModule .formResponsive .formHorizontal .fields .rsform-block {
    clear: none;
    display: block;
    float: left;
	margin: 10px 2%;
    width: 29.333%;
}

.formModule .formResponsive .formHorizontal .fields .rsform-block.rsform-block.rsform-block-info {
    width: 100%;
}

.formModule .formResponsive .formHorizontal .fields .rsform-block input,
.formModule .formResponsive .formHorizontal .fields .rsform-block select {
	background-color: transparent;
    border-radius: 0;
	border: 1px solid #b5b6b6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 26px;
    margin: 7px 0 0;
    padding: 5px 15px;
    width: 100%;
	display: block;
    float: left;
}

.formModule .formResponsive .formHorizontal .fields .rsform-block textarea {
	background-color: transparent;
    border-radius: 0;
	border: 1px solid #b5b6b6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 14px;
	min-height: 50px;
	max-height: 120px;
    height: 80px;
    margin: 7px 0 0;
    padding: 5px 15px;
	resize: vertical;
    width: 100%;
}

.formModule .formResponsive .formHorizontal .rsform-block.rsform-block-recaptcha {
    float: left;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
}
.formModule .formResponsive .formHorizontal .rsform-block.rsform-block-recaptcha .formControls {
    float: left;
    position: relative;
    width: 100%;
}
.formModule .formResponsive .formHorizontal .rsform-block.rsform-block-recaptcha .formBody {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: left;
    position: relative;
    width: 100%;
}

.formModule .formResponsive .formHorizontal .rsform-block-errors {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}

.formModule .formResponsive .formHorizontal .rsform-block.rsform-block-send {
    text-align: center;
}

.formModule .formResponsive .formHorizontal .rsform-block.rsform-block-send input {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #a0aab2;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4b4b4b;
	font-size: 17px;
    line-height: 40px;
    padding: 0 20px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#gkBottom3 .formModule .formResponsive .formHorizontal .rsform-block.rsform-block-send input:hover {
	background-color: #6ba650;
	border: 2px solid #6ba650;
	color: #fff;
}

.formModule .formResponsive .formHorizontal .formDescription {
    color: #aaa;
    font-size: 13px;
    margin: 0 0 0 10px;
}

/* MARKETING SERVICES */
.awMarketingServices {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    float: left;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
    width: 100%;
}

.awMarketingServices .marketingService {
	background-color: #000;
	cursor: default;
    float: left;
	overflow: hidden;
	position: relative;
    width: 25%;
}

.marketingServiceName {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
	left: 0;
    margin: 0;
    padding: 11px 0 9px;
	position: absolute;
    text-align: center;
	top: 0;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
    width: 100%;
	z-index: 100;
}

.marketingServiceImage {
    float: left;
    position: relative;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

.marketingServiceButton {
    bottom: -50%;
    left: 0;
    position: absolute;
    text-align: center;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
    transform: translateY(50%);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
    width: 100%;
}

.marketingServiceButton a {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
	display: inline-block;
    font-size: 15px;
    padding: 9px 12px 7px;
}

/*.marketingService:hover .marketingServiceName {
    background-color: transparent;
}

.marketingService:hover .marketingServiceImage {
    opacity: 0.4;
}*/

.marketingService:hover .marketingServiceButton {
	bottom: 50%;
}

/* CONTACT */
.contact {
    float: left;
    margin: 50px 0;
    width: 100%;
}

.contactFormArea {
    float: left;
    width: 600px;
}

.contact h2 {
    font-size: 27px;
    margin: 0;
}

.contact-form {
    float: left;
	max-width: 360px;
    width: 100%;
}

.contact-form form {
    float: left;
    width: 100%;
}

.contact-form legend {
    color: #999;
    font-size: 14px;
    margin: 0 0 24px;
	float: left;
    width: 100%;
}

.contactFormFieldsContainer{
	float: left;
    width: 100%;
}

.contactFormField {
    float: left;
	margin: 0 0 30px;
    width: 100%;
}

.contactFormField > span {
    float: left;
    width: 100%;
}

span.star {
    display: none;
}

.contactFormField label,
#contact-form #easycalccheckplus label {
    display: block;
    margin: 0 0 5px;
}

.contactFormField input {
    background-color: #fff;
    border: 2px solid #a0aab2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 10px;
    width: 100%;
}

#contact-form #easycalccheckplus input {
    background-color: #fff;
    border: 2px solid #a0aab2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
	margin: 0 0 30px;
    padding: 0 10px;
    width: 100%;
}

.contactFormField textarea {
    background-color: #fff;
    border: 2px solid #a0aab2;
    border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 125px;
	max-height: 200px;
	min-height: 100px;
	resize: vertical;
    padding: 10px;
    width: 100%;
}

.contactFormButtons .button {
    background-color: #fff;
    border: 2px solid #a0aab2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	color:#4b4b4b;
}

.contactFormButtons .button:hover {
	background-color: #6ba650;
    border-color: #6ba650; 
    color: #fff;
}

.contactModule {
	float: right;
	max-width: 340px;
	width: calc(100% - 620px);
}

.contactModule > h2 {
    margin: 0 0 20px;
}

.aw_contact_details {
	float: left;
	margin: 20px 0 0;
	width:100%;
}

.aw_contact_details .address div:before {
    color: #5f707e;
    content: "\f041";
    float: left;
    font-family: "fontawesome";
    font-size: 30px;
    line-height: 40px;
    padding-right: 10px;
    text-align: center;
    width: 25px;
}

.aw_contact_details .address div:after {
    background-color: #5f707e;
    border-radius: 50%;
    content: "";
    float: left;
    height: 12px;
    left: 7px;
    position: absolute;
    top: 10px;
    width: 12px;
}

.aw_contact_details .address div {
    clear: both;
    float: left;
    line-height: 40px;
    position: relative;
    width: auto;
}

.aw_contact_details .phone_1 a:before,
.aw_contact_details .phone_2 a:before {
    color: #5f707e;
    content: "\f095";
    float: left;
    font-family: "fontawesome";
    font-size: 28px;
    line-height: 40px;
    padding-right: 10px;
    text-align: center;
    width: 25px;
}

.aw_contact_details .phone_2 a:before {
    content: "\f1ac";
}

.aw_contact_details .phone_1 a,
.aw_contact_details .phone_2 a {
    clear: both;
    float: left;
    line-height: 40px;
    position: relative;
    width: auto;
	color:#4b4b4b;
}

.aw_contact_details a {
	float:left;
}

.aw_contact_details .hours div:before {
    color: #5f707e;
    content: "\f017";
    float: left;
    font-family: "fontawesome";
    font-size: 25px;
    line-height: 40px;
    padding-right: 10px;
    text-align: center;
    width: 25px;
}
.aw_contact_details .hours div {
    clear: both;
    float: left;
    line-height: 40px;
    position: relative;
    width: auto;
}

.aw_contact_details div.facebook,
.aw_contact_details div.twitter,
.aw_contact_details div.youtube,
.aw_contact_details div.pinterest,
.aw_contact_details div.linkedin {
	float:left;
	width:auto;
	margin:5px 15px 0 0;
}

.aw_contact_details .facebook a:after {
    color: #3b5998;
    content: "\f082";
	float: left;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.aw_contact_details .twitter a:after {
    color: #4099ff;
    content: "\f081";
	float: left;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    transition: all 0.3s ease 0s;
}


.aw_contact_details .youtube a:after {
    color: #cc181e;
    content: "\f166";
	float: left;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.aw_contact_details .pinterest a:after {
    color: #c92228;
    content: "\f0d3";
	float: left;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.aw_contact_details a:hover,
.aw_contact_details a:hover:after {
	color:#5f707e;
}

/* --------------------------------------- TEMPLATE --------------------------------------- */

/* Basic elements */

html {
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	color: #4b4b4b;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	word-wrap: break-word;
	float:left;
	overflow-x: hidden;
	width:100%;
}

a,
#gkMainbody article a:active,
#gkMainbody article a:focus,
#gkMainbody article a:hover,
#gkMainbody article header a {
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
		 -o-transition: all 0.3s linear;
			transition: all 0.3s linear;
	color:#4b4b4b;
	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: #6ba650;
}

.itemView a {
	color: #6ba650;
}

.itemView a:hover {
	text-decoration: underline;
}

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

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 8px 0 25px;
}

iframe {
	max-width: 100%!important;
}


/* Containers */

#gkTop.noheader ~ #gkPageContentWrap {
    margin-top: 90px;
}

#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;
	margin: 0 auto!important;
	padding: 0 25px;
}

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

#gkHeader .custom p {
    margin: 0;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkContent,
#gkPageContent,
#gkPageCotnetnWrap {
	width: 100%;
}

#gkPageContent {
	margin-bottom: 30px!important;
}

.gridpage #gkPageContent {
	margin-bottom: 14px!important;
}

#gkPageContent + #gkFooter {
	margin-top: 20px;
}

/* Logo  */

.gkLogo {
	float: left;
	margin: 0;	
}

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

#gkLogo.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 98px;
	width: 125px;
}

#gkLogo.text {
	color: #060606;
	display: block;
	height: auto;
	margin: 14px 0 0 0;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	text-indent: 0;
	width: auto;
}

#gkLogo.text > span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
}

#gkLogo.text .gkLogoSlogan {
	color: #c3c3c3;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

/* Top */

#gkSearch {
	float: right;
	position: relative;
}

#gkSearch .mod-search-searchword,
#gkSearch #mod-finder-searchword {
	border: 3px solid #6ba650;
	-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,
#gkSearch #mod-finder-searchword:focus {
	color: #222;
	font-style: normal;
	font-weight: bold;
}

#gkSearch:before {	
	color: #6ba650;
	content: '\f002';
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 18px;
	top: 34px;
	z-index: 1;
}

#gkTopMenu {
	float: right;
	margin: 42px 0 0 0;
}

#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: #6ba650;
}

/* Userarea */
#gkUserArea {
	float: right;
}

#gkUserArea .button {
	float: right;
	height: 31px;
	line-height: 31px;
	margin: 13px 0 0 5px;
}

/* Middle bar */
#gkMiddleBar {
	border-top: 3px solid #6ba650;
	margin-top: 95px!important;
	padding: 20px 0;
}

#gkTags {
	float: left;
	max-width: 60%;
}

#gkTags .header {
	float: left;
	font-size: 16px;
	line-height: 23px;
}

#gkTags .content {
	clear: none;
	float: left;
	line-height: 1.3;
	margin-left: 30px;
	width: 80%;
}

#gkTags .itemTags li a, 
#gkTags .k2TagCloudBlock a, 
#gkTags .moduleItemTags a {
	font-size: 13px!important;
}

#gkSearchMiddle {
	float: right;
	max-width: 40%;
}

#gkSearchMiddle .mod-search-searchword {
	float: left;
	margin-right: 18px;
	outline: none;
	width: 256px;
}



/* Login form */

#form-login-remember label { 
   font-size: 12px; 
   text-transform: inherit
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	margin: 6px 0 0;
	
	width: 99%;
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#form-login-buttons { 
    float: left;
}
#form-login-buttons .button { 
    height: 44px; 
	line-height: 44px; 
	padding: 0 22px 
}

/* Popup Login */
#gkPopupOverlay,
#gkPopupLogin {
	color: #777;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 100px;
	background: #fff;
}

#gkPopupLogin {
    margin-left: 0;
    max-width: 640px;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 20px);
}

.gkPopupWrap {
	overflow: hidden;
}

.gkPopupWrap h3 {
	font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 20px;
	
}

.gkPopupWrap h3 small {
	font-size: 55%;
}

.gkPopupWrap h3 a {	
	color: #6ba650
}

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

.gkPopupWrap ul.menu { 
	float: left; 
	margin: 0;
	width: 70%; 
}

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

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

body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}  

/* LANDING PAGES */
.landingpage #gkTop,
.landingpage #gkMainMenu,
.landingpage #gkMobileMenu,
.landingpage #gkLogin {
    height: 0;
	overflow: hidden;
    padding: 0;
}

.landingpage #gkMenuWrapper {
	padding: 20px 0;
}

.landingpage #gkPageContentWrap {
    border-top: 50px solid #4b4b4b;
}

.landingpage #gkBottom3,
.landingpage #gkBottom3 input {
	background-color: #f2f2f2;
}

.landingpage #gkFooter {
    background-color: #fff;
}

.landingpage #gkFooterLeft {
	width: 100%;
}
.landingpage #gkFooterRight {
	display: none;
}

.landingpage .awFooterLogo {
    float: left;
}

.landingpage .awFooter .awFooterAdderss {
    clear: right;
    float: right;
}

.landingpage .awFooter .awFooterPhoneEmail {
    clear: right;
    float: right;
}

.landingpages.itemView .itemTitle {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #6ba650;
    float: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin: 70px 0 0;
    padding-right: 50px;
    padding-top: 10px;
    position: relative;
    width: 265px;
}

.landingpages.itemView .itemTitle:before {
    border-top: 3px solid #6ba650;
    clear: both;
    content: "";
    float: left;
    height: auto;
    max-width: 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

.landingpages.itemView .mainContent {
    float: left;
    width: calc(100% - 265px);
}

.landingpages.itemView .itemIntroText.column {
    float: left;
    width: 46%;
}

.landingpages.itemView .itemFullText.column {
	float: right;
    width: 46%;
}

.itemImageBlock {
    margin: 0 0 30px;
}

.greenColor {
	color: #6ba650;
}

.bigFont,
.itemFullText h2 {
    font-size: 27px;
	font-weight: 700;
    line-height: 1.2;
	margin-bottom: 10px;
}
.itemFullText h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.mediumFont {
    font-size: 20px;
    line-height: 1.2;
	margin-bottom: 10px;
}

.itemIntroText li {
    list-style: inside none disc;
}

.tooltip,
.popover {
	display: none !important;
}


.itemFullText ul.sigProClassic {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
    margin-left: -3px;
    width: calc(100% + 6px);
}

.itemFullText ul.sigProClassic .sigProThumb {
    display: block;
    float: left;
    margin: 0 3px;
    width: calc(25% - 6px);
    padding: 0 0 5px;
}

.itemFullText ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: left;
    width: 100%;
	padding: 0;
}

.itemFullText ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: medium none;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.itemFullText ul.sigProClassic li.sigProThumb span.sigProLinkWrapper .sigProLink {
	height:0 !important;
	width:100% !important;
    padding-bottom: 100%;
}

.itemFullText ul.sigProClassic li.sigProThumb span.sigProLinkWrapper .sigProLink .sigProImg {
    background-position: center center;
    background-size: cover;
}

#gkPopupOverlay, #gkPopupLogin {
    color: #000;
}

#gkMainbody section.login,
#gkMainbody section.reset,
#gkMainbody section.remind,
#gkMainbody section.registration {
    float: left;
    margin: 50px 0;
    width: 100%;
}


#gkMainbody section.login label,
#gkMainbody section.reset label,
#gkMainbody section.remind label,
#gkMainbody section.registration label {
    float: left;
    width: 100%;
}

#form-login-remind {
    float: left;
    margin: 30px 0 0;
}

#gkMainbody section.login input[type="text"],
#gkMainbody section.login input[type="password"],
#gkMainbody section.reset input[type="text"],
#gkMainbody section.reset input[type="password"],
#gkMainbody section.remind input[type="email"],
#gkMainbody section.remind input[type="text"],
#gkMainbody section.registration input[type="text"],
#gkMainbody section.registration input[type="password"],
#gkMainbody section.registration input[type="email"],
#gkMainbody #editUser input[type="text"],
#gkMainbody #editUser input[type="password"],
#gkMainbody #editUser input[type="email"] {
	background-color: #fff;
    border: 2px solid #a0aab2;
    border-radius: 4px;
    box-sizing: border-box;
    height: 45px;
    padding: 0 10px;
    width: 100%;
	max-width: 360px;
	margin-bottom:20px;
}

#gkMainbody section.login button[type="submit"],
#gkMainbody section.reset button[type="submit"],
#gkMainbody section.remind button[type="submit"],
#gkMainbody section.registration button[type="submit"],
#gkMainbody #editUser button[type="submit"]  {
	background-color: #fff;
    border: 2px solid #a0aab2;
    border-radius: 4px;
    box-sizing: border-box;
    height: 45px;
    padding: 0 16px;
	line-height: 1;
	transition:all 0.3s ease 0s;
	color:#4b4b4b;
}

#gkMainbody section.reset button[type="submit"]:hover,
#gkMainbody section.remind button[type="submit"]:hover,
#gkMainbody section.registration button[type="submit"]:hover,
#gkMainbody #editUser button[type="submit"]:hover {
	color:#fff;
	background-color: #6ba650;
	border: 2px solid #6ba650;
}

#gkMainbody section.login dl,
#gkMainbody section.reset dl,
#gkMainbody section.remind dl,
#gkMainbody section.registration dl {
    margin: 0 !important;
    padding: 0 !important;
}

#gkMainbody section.login #easycalccheckplus,
#gkMainbody section.reset #easycalccheckplus,
#gkMainbody section.remind #easycalccheckplus,
#gkMainbody section.registration #easycalccheckplus {
    margin: 0 !important;
    padding: 0 !important;
}

#system-message {
    float: left;
    position: relative;
    width: 100%;
}
#system-message-container {
    background-color: #f2f2f2;
    float: left;
    text-align: center;
    width: 100%;
}
#system-message-container .success,
#system-message-container dt {
    display: none;
}
#system-message-container .success .message,
#system-message-container dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

#gkPopupLogin #loginForm {
    float: left;
}

#gkPopupLogin .topDark {
    background-color: #4b4b4b;
    color: #bcbec0;
    float: left;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

#gkPopupLogin .top {
    float: left;
    width: 100%;
}

#gkPopupLogin .top {
    display: flex;
	display: -webkit-flex;
    float: left;
    justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
    width: 100%;
	margin-top:30px;
}

#gkPopupLogin .top h3 {
	font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
	color:#000028;
}

#gkPopupLogin .top .or {
    float: left;
    font-size: 22px;
    font-weight: 400;
    padding: 0 10px;
    width: auto;
}

#gkPopupLogin .top a {
	color:#6ba650;
	float: left;
    font-size: 22px;
    font-weight: 400;
    width: auto;
}

#gkPopupLogin .main {
    float: left;
    width: 100%;
}

#gkPopupLogin .pretext {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px 15px 35px;
    text-align: center;
    width: 100%;
}

#gkPopupLogin .pretext > p {
    display: table;
    float: none;
    margin: 0 auto;
    max-width: 400px;
}

#gkPopupLogin .main-container {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
	-webkit-display: flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    float: left;
    padding: 0 45px 35px;
    width: 100%;
}

#gkPopupLogin .left-area {
    float: left;
    width: 55%;
	padding-right:22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border-right:1px solid #bcbec0;
}

#gkPopupLogin .left-area p {
	margin:0 0 15px;
	float:left;
	width:100%;
}

#gkPopupLogin .left-area p#form-login-remember {
	width:auto;
}

#gkPopupLogin .left-area p#form-login-remember label {
    float: right;
    font-size: 13px;
    line-height: 26px;
    padding-left: 15px;
}

#gkPopupLogin .left-area input {
	margin:0;
	padding:0 5px;
}

#gkPopupLogin .right-area {
    float: left;
    width: 45%;
	padding-left:22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#login-form input[type="text"], 
#login-form input[type="password"] {
    background-color: #fff;
	border:none;
    border-bottom: 1px solid #4b4b4b;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 10px;
    width: 100%;
}


#gkPopupLogin #form-login-buttons {
    clear: left;
    float: left;
    margin-top: 20px;
}

#gkPopupLogin #form-login-buttons .button {
    background-color: #4b4b4b;
    border: 2px solid #4b4b4b;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 16px;
	line-height: 1;
	color:#fff;
	font-size:18px;
	transition:all 0.3s ease 0s;
}

#gkPopupLogin #form-login-buttons .button:hover,
#logoutForm input[type="submit"]:hover {
	color:#fff;
	background-color: #6ba650;
	border: 2px solid #6ba650;
}

#gkPopupLogin #form-login-remind {
    float: left;
    margin-top: 25px;
    padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


#form-login-remind > a {
    clear: both;
    float: left;
	color:#a7a9ac;
	font-size: 11px;
	transition:all 0.3s ease 0s;
}

#form-login-remind > a:hover {
	color:#6ba650;
}

#gkPopupLogin .posttext > p {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0;
}


#logoutForm .login-greeting {
    margin-top: 30px;
    text-align: center;
}

#logoutForm input[type="submit"] {
    background-color: #4b4b4b;
    border: 2px solid #4b4b4b;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 16px;
	line-height: 1;
	color:#fff;
	font-size:18px;
	margin: 0 auto 35px;
	display:table;
	float:none;
	table-layout:fixed;
	transition:all 0.3s ease 0s;
}

#editUser {
    float: left;
    margin: 50px 0;
    width: 100%;
}

.custom.searchResultsTitle {
    padding: 28px 0;
    text-align: center;
}

#gkBottom3 .rsform.formModule > p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

#jform_captcha {
    margin-bottom: 30px;
}

@media (max-width: 1190px) {
	.gkPage {
		width:100%;
		padding:0 20px;
	}
}
@media (max-width: 1120px) {
	.blogSubmenu .nav.menu li {
		width: calc((100% - 50px) / 3);
		margin-bottom:15px;
	}
	.blogSubmenu .nav.menu li:nth-child(n+4) {
		margin-bottom:0;
	}
}
@media (max-width: 1080px) {
	#gkMoto {
		margin-left: 0;
	}
	
	#gkMoto p,
	#gkPhone p,
	#gkPartnership a,
	#gkLang div.mod-languages li a {
		font-size: 15px;
	}
	
	#gkMainMenu {
		display:none;
	}
	
	#gkMobileMenu {
		display: block;
	}
	
	#gkMobileMenu {
		display: block;
		float: left;
		height: 0;
		padding-top: 35px;
		position: relative;
		width: 35px;
		margin-right: 30px;
    	margin-top: 10px;
	}
	
	.mobileMenuIcon:before {
		border-bottom: 6px solid #4b4b4b;
		content: "";
		position: absolute;
		top: 6px;
		width: 100%;
	}
	.mobileMenuIcon {
		border-radius: 0;
		border-top: 6px solid #4b4b4b;
		float: left;
		height: 100%;
		left: 0;
		position: absolute;
		top: 3px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#mobileMenu {
		float: left;
		height: 100%;
		left: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.mobileMenuIcon:after {
		border-bottom: 6px solid #4b4b4b;
		content: "";
		position: absolute;
		top: 18px;
		width: 100%;
	}
	.awVideo .videoContainer video {
		height: 500px;
		object-fit: cover;
	}
}
@media (max-width: 1120px) {
	.awTeamMembers .traitIcon {
		width: 40px;
	}
	.awTeamMembers .traitName {
		font-size: 16px;
	}
}
@media (max-width: 1120px) {
	.marketingServiceName {
		font-size: 14px;
	}
}
@media (max-width: 1000px) {
	.contactFormArea {
		width: 48%;
	}
	.contactModule {
		max-width: 48%;
		width: 48%;
	}
	.contact h2 {
		font-size: 27px;
		line-height: 1.1;
		margin: 0;
	}
	.contact-form {
		max-width: 100%;
	}
	.bt-googlemaps {
		background-color: #e5e3df;
		height: 220px !important;
		margin-top: 15px;
		overflow: hidden;
		position: relative;
		width: 100% !important;
	}
	.blog.itemView .prevItemContainer {
		margin-bottom: 15px;
		width: 100%;
	}
	.blog.itemView .nextItemContainer {
		width: 100%;
	}
}
@media (max-width: 950px) {
	#gkTop {
    	padding: 15px 0;
	}
	
	#gkTop .gkPage {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
	}
	
	#gkMoto {
		width: 100%;
		margin-bottom: 10px;
		order:1;
		-webkit-order:1;
	}
	
	#gkMoto p {
		display:table;
		table-layout:fixed;
		float:none;
		margin:0 auto;
		line-height:32px;
		font-size:17px;
	}
	
	#gkMoto p::before {
    	height: 32px;
	}
	
	#gkLang {
		order:4;
		-webkit-order:4;
	}
	
	#gkPartnership {
		order:3;
		-webkit-order:3;
	}
	
	#gkPhone {
		order:2;
		-webkit-order:2;
	}
	
	.AW_partner .partner {
		width: 25%;
	}
	
	.AW_partner .partner:nth-child(6n) {
		border-right: none;
	}
	.AW_partner .partner:nth-child(4n) {
		border-right: 1px solid #969696;
	}
	.AW_partner .partner:nth-child(n+7) {
		border-bottom: none;
	}
	.AW_partner .partner:nth-child(n+9) {
		border-bottom: 1px solid #969696;
	}
	.blogItemBody {
		padding: 20% 0;
	}
	
	.moduleItemTitle {
		font-size: 26px;
		padding: 0 10px;
	}
	.moduleItemCategory {
    	margin-top: 20px;
	}
	.aw_testimonials .text,
	.aw_testimonials .name {
    	font-size: 18px;
	}
	.aw_testimonials .title {
    	font-size: 15px;
	}
	.yearTitle > h3 {
		font-size: 35px;
	}
	
	.yearImage {
		width: 120px;
	}
	
	.yearText {
		box-sizing: border-box;
		font-size: 20px;
		padding: 0 0 0 10px
	}
	.yearText {
		box-sizing: border-box;
		font-size: 17px;
	}
	#gkFooter {
    	padding: 0;
	}
	#gkFooter .gkPage {
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	
	#gkFooterLeft,
	#gkFooterRight {
		display:flex;
		display:-webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 25px;
		width:100%;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	
	.awFooter {
		width: auto;
	}
	
	#gkFooterRight .nav.menu {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		width:auto;
	}
	
	#gkFooterRight .nav.menu li {
		display: inline-block;
		margin-left: 20px;
	}
	
	#gkFooterRight .nav.menu li:nth-child(2) {
		margin-left: 0;
	}
	
	#gkFooterRight .searchModule {
		display:flex;
		display:-webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		width:100%;
	}
	
	#gkFooterRight .searchModule form{
		width:auto;
	}
	
	#gkFooterRight .searchModule .fields {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	
	.awTeamMembers .teamMember .memberName {
		font-size: 17px;
	}
	
	.awTeamMembers .teamMember .memberInfo .memberTitle {
		font-size: 15px;
	}
	
	.awMarketingServices .marketingService {
		width: 50%;
	}
	
	.marketingServiceName {
		font-size: 17px;
	}
	.landingpages.itemView .itemFullText.column {
		float: right;
		margin-bottom: 20px;
		width: 100%;
	}	
	.landingpage .awFooterLogo {
		float: none;
	}
	.landingpage .awFooter .awFooterAdderss {
		float: none;
	}
}
@media (max-width: 900px) {
	.awTeamMembers .detailsMemberTraits {
		padding: 35px 0 0;
	}
}
@media (max-width: 870px) {
	.formModule .formResponsive .formHorizontal .fields .rsform-block {
		width: 46%;
	}
	h2, .componentheading {
		font-size: 25px;
	}
	
	.blog.itemView .itemImageBlock {
		margin: 0 0 20px;
	}
	.blog.itemView .itemAuthorContainer {
		margin-bottom: 15px;
		padding: 0;
		width: 100%;
	}
	.blog.itemView .itemAuthorDescription {
		padding: 0;
	}
	
	.blog.itemView .mainContent {
		width: 100%;
	}
	.landingpages.itemView .itemTitle {
		width: 100%;
	}
	.landingpages.itemView .mainContent {
		float: left;
		width: 100%;
	}
}
@media (max-width: 800px) {
	.modBlogItem {
		margin: 0 0.5% 23px;
		width: 100%;
	}
	.blogItemBody {
		padding: 15% 0;
	}
	.aw_services .service {
		margin-bottom: 40px;
		width: 100%;
	}
	.aw_testimonials .testmonial {
		width: 100%;
	}
	
	.awTeamMembers .teamMember {
		width: 50%;
	}
	
	.awTeamMembers .member1 {
		order: 1;
	}
	.awTeamMembers .member2 {
		order: 2;
	}
	.awTeamMembers .teamMemberDetails1 {
		order: 3;	
	}
	.awTeamMembers .teamMemberDetails2 {
		order: 4;
	}
	.awTeamMembers .member3 {
		order: 5;
	}
	.awTeamMembers .member4 {
		order: 6;
	}
	.awTeamMembers .teamMemberDetails3 {
		order: 7;
	}
	.awTeamMembers .teamMemberDetails4 {
		order: 8;
	}
	.awTeamMembers .member5 {
		order: 9;
	}
	.awTeamMembers .member6 {
		order: 10;
	}
	.awTeamMembers .teamMemberDetails5 {
		order: 11;
	}
	.awTeamMembers .teamMemberDetails6 {
		order: 12;
	}
	
	.awTeamMembers .detailsMemberTrait {
		display: block;
		width: 25%;
	}
	
	.awTeamMembers .teamMemberDetailsInner {
		padding: 20px;
	}
	
	.awTeamMembers .detailsMemberName,
	.awTeamMembers .detailsMemberTitle,
	.awTeamMembers .detailsMemberText {
		padding-left: 0;
		padding-right: 0;
	}
	
	.awTeamMembers .traitIcon {
		display: block;
		float: none;
		margin: 0 auto 5px;
		width: 40px;
	}
	
	.awTeamMembers .traitName {
		float: left;
		text-align: center;
		width: 100%;
	}
	
	.awTeamMembers .teamMemberDetailsInner {
		font-size: 15px;
	}
}
@media (max-width: 750px) {
	.awVideo .videoContainer video {
		height: 400px;
	}
	
	.awVideoTitle {
		font-size: 27px;
	}
	
	.awVideoText {		
		font-size: 16px;
	}
	
	.awVideoButton a,
	.aw_content .link a,	
	.moduleCustomLink {
		font-size: 17px;
	}
	.textContainer {
		max-width: calc(100% - 20px);
	}
	.AW_partner .text,
	.left_title .header, 
	.top_title .header {
		font-size: 22px;
    	font-weight: 500;
	}
	
	.aw_services .title h3,
	.blog.itemListView .catItemTitle, 
	.blog.userView .userItemTitle, 
	.genericView .genericItemView .genericItemTitle,
	.tagView .tagItemView .tagItemTitle {
		font-size: 20px;
    	font-weight: 500;
	}
	
	.left_title .content, .top_title .content {
		font-size: 18px;
		line-height: 1.3;
	}
	
	.catItemIntroText > p,
	.userItemIntroText > p,
	.genericItemIntroText > p ,
	.tagItemIntroText > p {
		font-size: 15px;
		line-height: 1.4;
	}
	
	#gkCopyrights {
		margin: 0 0 10px;
		width: 100%;
		text-align: center;
	}
	
	#gkFooterNav {
		display:flex;
		display:-webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		width:100%;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	
	.blog.itemListView .catItemBody, 
	.blog.userView .userItemBody, 
	.genericView .genericItemView .genericItemBody,
	.tagView .tagItemView .tagItemBody {
		padding-left: 20px;
		width: calc(100% - 200px);
	}
	
	.blog.itemListView .catItemTitle a, 
	.blog.userView .userItemTitle a, 
	.genericView .genericItemView .genericItemTitle a 
	.tagView .tagItemView .tagItemTitle a {
		color: #000;
		float: left;
		line-height: 1.3;
	}
	.blog.itemListView .catItemImageBlock, 
	.blog.userView .userItemImageBlock, 
	.genericView .genericItemView .genericItemImageBlock,
	.tagView .tagItemView .tagItemImageBlock {
		width: 200px;
	}
	
	.contactFormArea {
		width: 100%;
	}
	.contactModule {
		max-width: 100%;
		width: 100%;
		margin-top:50px;
	}
	.contact h2 {
		font-size: 22px;
		line-height: 1.1;
		margin: 0;
	}
	.contact-form {
		max-width: 100%;
	}
	.bt-googlemaps {
		background-color: #e5e3df;
		height: 220px !important;
		margin-top: 15px;
		overflow: hidden;
		position: relative;
		width: 100% !important;
	}
}
@media (max-width: 640px) {
	#gkMenuWrapper {
    	padding: 5px 0;
	}
	.gkLogo {
		width: 220px;
		margin-top: 7px;
	}
	.gkLogo #gkLogo {
		float: left;
		width: 100%;
	}
	#gkMobileMenu {
		margin-right: 20px;
		margin-top: 13px;
		padding-top: 30px;
		width: 30px;
	}
	
	.mobileMenuIcon::before {
		top: 3px;
	}
	.mobileMenuIcon::after {
		top: 12px;
	}
	.AW_partner .text {
		float: left;
		margin-bottom: 35px;
		max-width: 100%;
	}
	.AW_partner .partners,
	.left_title .content {
		width: 100%;
	}
	.left_title .header, 
	.top_title .header {
		margin-bottom: 35px;
		max-width: 100%;
	}
	.left_title .aw_content .link {
		float: left;
		transform: translateX(0px);
	}
	
	.moduleCustomLink {
		transform: translateX(0px);
	}
	.timelineWrap {
		width: calc(100% - 200px);
	}
	
	.n2-ss-widget.nextend-bullet-bar.nextend-bullet-bar-horizontal {
		bottom: 5px !important;
	}
	
	.n2-ss-widget.nextend-bullet-bar.nextend-bullet-bar-horizontal > div {
		margin: 4px 6px !important;
		padding: 5px !important;
	}
	
	.hasimage .titleText {
		width: calc(100% - 140px);
	}
	
	.hasimage .image {
		float: right;
		width: 140px;
	}
	.hasimage .image img {
		margin: 0 auto;
		width: 120px;
	}
	
	.marketingServiceName {
		font-size: 15px;
	}
	.blog.itemListView .catItemImageBlock, 
	.blog.userView .userItemImageBlock, 
	.genericView .genericItemView .genericItemImageBlock,
	.tagView .tagItemView .tagItemImageBlock {
		width: 100%;
		margin-bottom:15px;
	}
	.blog.itemListView .catItemBody, 
	.blog.userView .userItemBody, 
	.genericView .genericItemView .genericItemBody,
	.tagView .tagItemView .tagItemBody {
		padding-left: 0;
		width: 100%;
	}
	.pagination > ul > li a, .pagination > ul > li span {
		padding: 8px 12px;
	}
	.itemFullText ul.sigProClassic .sigProThumb {
		width: calc(33.33% - 6px);
	}
	.landingpages.itemView .itemIntroText.column {
		float: left;
		width: 100%;
	}
	.landingpages.itemView .itemFullText.column {
		float: right;
		margin-bottom: 20px;
		width: 100%;
	}
}
@media (max-width: 570px) {
	.formModule .formResponsive .formHorizontal .fields .rsform-block {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	#submenu .blogSubmenu .nav.menu li {
		margin-bottom: 15px;
		width: calc((100% - 20px) / 2);
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}
	
	.blogSubmenu .nav.menu li:nth-child(n+5) {
		margin-bottom: 0;
	}
}
@media (max-width: 550px) {
	.gkPage {
		padding:0 10px;
	}
	#gkMoto p,
	#gkPhone p,
	#gkPartnership a,
	#gkLang div.mod-languages li a {
		font-size: 14px;
	}
	#gkPartnership a {
		line-height: 30px;
		margin: 2px 0 0;
		padding: 0 10px;
	}
	#gkMoto p {
		display:table;
		table-layout:fixed;
		float:none;
		margin:0 auto;
		line-height:32px;
		font-size:15px;
	}
	#gkLogin div::before {
		position:absolute;
    	padding-right: 0;
		right:0;
	}
	#gkLogin div {
		text-indent:-1000px;
	}
	
	.awVideoText {
		line-height: 1.3;
	}
	
	.awVideoTitle {
		font-size: 25px;
		line-height: 1.2;
		font-weight:500;
	}
	.aw_timeline .timelineMenu::after,
	ul.timeline:before,
	ul.timeline:after {
    	left: 21px;
	}
	.aw_timeline .timelineList::before {
		left: 7px;
	}
	.aw_timeline .timelineList {
		padding: 0 10px 0 40px;
	}
	.aw_timeline .timelineMenu {
		width: 115px;
	}
	.timelineWrap {
		width: calc(100% - 140px);
	}
	
	.awTeamMembers .teamMember {
		width: 100%;
	}
	
	.awTeamMembers .member1 {
		order: 1;
	}
	.awTeamMembers .teamMemberDetails1 {
		order: 2;	
	}
	.awTeamMembers .member2 {
		order: 3;
	}
	.awTeamMembers .teamMemberDetails2 {
		order: 4;
	}
	.awTeamMembers .member3 {
		order: 5;
	}
	.awTeamMembers .teamMemberDetails3 {
		order: 6;
	}
	.awTeamMembers .member4 {
		order: 7;
	}
	.awTeamMembers .teamMemberDetails4 {
		order: 8;
	}
	.awTeamMembers .member5 {
		order: 9;
	}
	.awTeamMembers .teamMemberDetails5 {
		order: 10;
	}
	.awTeamMembers .member6 {
		order: 11;
	}
	.awTeamMembers .teamMemberDetails6 {
		order: 12;
	}
	
	.awTeamMembers .detailsMemberTrait {
		display: block;
		margin: 0 0 30px;
		width: 50%;
	}
	
	.marketingServiceName {
		font-size: 14px;
	}
	
	#gkPopupLogin .right-area {
		padding-left: 0;
		width: 100%;
		order:1;
	}
	
	#gkPopupLogin .left-area {
		order: 2;
		padding-right: 0;
		width: 100%;
		border-right: none;
	}
		
	.posttext > img {
		display: none;
	}
	
	#gkPopupLogin .posttext > p {
		margin: 0 0 10px;
		text-align: center;
	}
	#gkPopupLogin {
		top: 20px;
	}
	.pagination > ul > li {
    	display: none;
	}
	.pagination > ul > li.pagination-prev,
	.pagination > ul > li.active,
	.pagination > ul > li.pagination-next {
    	display: block;
	}
	.pagination > ul > li a,
	.pagination > ul > li span {
    	font-size:15px;
	}
	.blog.itemView .mainContent {
		padding: 0;
	}
	.blog.itemView .shareContainer {
		position: relative;
		width: 100%;
	}
	
	.blog.itemView ul.b2jsocial li {
		clear: none;
		margin: 0 15px 5px;
	}
	
	.blog.itemView ul.b2jsocial {
		display: flex;
		display:-webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 15px;
		width: 100%;
	}
	.itemFullText > p {
		font-size: 15px;
	}
	.blog.itemView .mednutritionTip {
		font-size: 17px;
	}
}
@media (max-width: 480px) {
	#gkMoto {
		display:none;
	}
	#gkPhone {
		width: 100%;
	}
	#gkPhone .custom {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
		width:100%;
	}
	
	.gkLogo {
		width: 200px;
	}
	
	.timelineWrap {
		width: calc(100% - 125px);
	}
	
	.yearImage {
		padding-right: 10px;
		width: 65px;
	}
	.yearWrapper {
		display: block;
	}
	.yearText {
		font-size: 14px;
		line-height: 1.3;
		margin-top: -10px;
		top: 0;
		width:100%;
		padding:0;
	}
	.aw_timeline .timelineList {
		font-size: 16px;
		padding: 0 5px 0 40px;
	}
	
	#gkFooterRight .searchModule .fields > label {
		display: none;
	}
	
	#gkFooterRight .nav.menu {
    	display: none;
	}
	
	#gkFooterRight .nav.menu li {
		clear: left;
		display: block;
		float: left;
		margin-left: 0;
	}
	
	
	#gkFooterRight .searchModule form {
		width: 100%;
	}
	
	#gkFooterRight .searchModule .fields {
		justify-content: center;
		-webkit-justify-content: center;
	}
	.fields .inputbox {
    	max-width: calc(100% - 120px);
	}
	
	.aboutpage #gkBottom2 .header {
		display: none;
	}
	
	.hasimage .titleText {
		width: 100%;
	}
		
	.hasimage .image {
		position: absolute;
		right: 10px;
		top: 25px;
		width: auto;
	}
		
	.hasimage .image img {
		margin: 0 auto;
		width: 90px;
	}
	
	.awMarketingServices .marketingService {
		width: 100%;
	}
		
	.marketingServiceName {
		font-size: 17px;
	}
	
	#gkPopupLogin .main-container {
		padding: 0 15px 20px;
	}
	
	#gkPopupLogin .pretext {
		padding: 15px 15px 20px;
	}
	.blog.itemView .itemTags {
		width: 100%;
	}
}
@media (max-width: 700px) {
    .custom.design-development{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    #gkFooterNav .custom.design-development > p {
        
        margin-top: 10px;
    }
    #gkFooterNav .custom.design-development a {
         float: none;
        padding-left: 10px;
        justify-content: center;
        -webkit-justify-content: center;
    }
}
@media (max-width: 400px) {
	.AW_partner .partner {
		width: 33.3%;
	}
	.AW_partner .partner:nth-child(4n) {
		border-right: none;
	}
	.AW_partner .partner:nth-child(3n) {
		border-right: 1px solid #969696;
	}
	.AW_partner .partner:nth-child(n+9) {
		border-bottom: none;
	}
	.AW_partner .partner:nth-child(n+10) {
		border-bottom: 1px solid #969696;
	}
	.aw_testimonials .text::before {
		font-size: 50px;
		margin-top: -59px;
	}
	#gkFooterNav .custom.design-development {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
		width:100%;
	}
	#gkFooterNav .custom.design-development > p {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
		width:100%;
		padding-left:0;
		margin-top:10px;
	}
	
	.topDark {
		display:none;
	}
	.blog.itemListView .catItemInfo, 
	.blog.userView .userItemInfo, 
	.genericView .genericItemView .genericItemInfo,
	.tagView .tagItemView .tagItemInfo {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.userItemDateCreated,
	.catItemDateCreated,
	.genericItemDateCreated,
	.tagItemDateCreated {
		width: 100%;
	}
	
	.blogSubmenu .nav.menu {
		display:none;
	}
	
	.blogSubmenu select {
		display:block !important;
		border: 1px solid #c2c2c2;
    	padding: 0 10px;
		text-align:left;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		font-size: 14px;
		color: #4b4b4b;
		height:32px;
		background-color:transparent;
		margin:25px 0;
	}
	
	.itemFullText ul.sigProClassic .sigProThumb {
		width: calc(50% - 6px);
	}
}
@media (max-width: 350px) {
	.hasimage .image {
		top: 50px;
	}
	.hasimage .image img {
		margin: 0 auto;
		width: 60px;
	}
}