/**
 *
 * -------------------------------------------
 * FOSE CSS
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

html {
	-webkit-font-smoothing: subpixel-antialiased;
	min-height: 100%;
}
body {
/*	background: #f1f0f0 url('../images/pattern_bg.png') repeat 0 0; */
	background: #fff;
	color: #3a3637;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

body.frontpage.light_bg {
	background: #fff;
	background-image: none;
}
body.frontpage.dark_bg {
	background: #222;
	background-image: none;
}

body.frontpage.pattern1 { background-image: url('../images/patterns/pattern1.png'); }
body.frontpage.pattern2 { background-image: url('../images/patterns/pattern2.png'); }
body.frontpage.pattern3 { background-image: url('../images/patterns/pattern3.png'); }
body.frontpage.pattern4 { background-image: url('../images/patterns/pattern4.png'); }
body.frontpage.pattern5 { background-image: url('../images/patterns/pattern5.png'); }
body.frontpage.pattern6 { background-image: url('../images/patterns/pattern6.png'); }
body.frontpage.pattern7 { background-image: url('../images/patterns/pattern7.png'); }
body.frontpage.pattern8 { background-image: url('../images/patterns/pattern8.png'); }
body.frontpage.pattern9 { background-image: url('../images/patterns/pattern9.png'); }
body.frontpage.pattern10 { background-image: url('../images/patterns/pattern10.png'); }
body.frontpage.pattern11 { background-image: url('../images/patterns/pattern11.png'); }
body.frontpage.pattern12 { background-image: url('../images/patterns/pattern12.png'); }

body[data-mobile="true"] #main-menu-mobile select {
    font-size: 50px;
}
#gk-bg {
	min-height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

/* 1.2. Base typography elements
==================================== */

a,
#gk-mainbody header h1 a:active,
#gk-mainbody header h1 a:focus,
#gk-mainbody header h1 a:hover,
#gk-mainbody header h2 a:active,
#gk-mainbody header h2 a:focus,
#gk-mainbody header h2 a:hover {
	color: #1dbaf4;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-moz-transition: color 0.2s linear, background-color 0.2s linear;
	-o-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
#gk-mainbody header h1 a,
#gk-mainbody header h2 a {
	/*color: #1dbaf4 !important;*/
	text-decoration: underline!important;
}

#gk-sidebar .box a:hover {
	/*color: #4a6672 !important;*/
} 
#gk-mainbody header h2 a  {
	color: #fff !important;
}


h1 a,
h2 a,
h3 a {
	color: #4a6672;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #383637;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	font-size: 42px;
	font-weight: 300;
/*	margin: 0 0 12px; */
	margin: 35px 0;
}

h2,
.page-title {
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gk-footer-nav ul {
	padding: 0 0 0 8px;
}

ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

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

/* 1.3. Base form elements
==================================== */

/* buttons */
.btn,
button,
.button,
.readon,
.nav-btn a,
.more-link,
.gk-button,
a.gk-button,
input[type="button"],
input[type="submit"],
.gk-price-table dd a,
.nav-prev a,
.nav-next a/*,
.menu > li.button > a */ {
	background: #1DBAF4;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #222 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 2px 2px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
.readon:active,
.readon:focus,
.readon:hover,
.btn:focus,
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover,
.gk-price-table dd a:active,
.gk-price-table dd a:focus,
.gk-price-table dd a:hover,
.button:active,
.button:focus,
.button:hover,
.nav-prev a:active,
.nav-next a:active,
.nav-prev a:focus,
.nav-next a:focus,
.nav-prev a:hover,
.nav-next a:hover,
.menu > li.button > a:hover {
	background: #eee;
}

.button.color1,
.readon.color1 {
	background: #76acfc;
}
.button.color1:active,
.readon.color1:active, 
.button.color1:focus,
.readon.color1:focus, 
.button.color1:hover,
.readon.color1:hover {
	background: #4a6672;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
textarea  {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 1px 1px 2px #ddd;
	-moz-box-shadow: inset 1px 1px 2px #ddd;
	box-shadow: 1px 1px 2px #ddd inset;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	height: 29px;
	max-width: 100%;
	padding: 1rem;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	padding: 24px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background: #fffef4;
}

label {
	color: #222;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 0 6px 0 0;
}

#searchform label {
	display: none;
}

select {
	height: inherit;
	max-width: 100%;
	padding: 6px
}

#searchsubmit {
	float: none;
	display: inline-block;
}

/* 1.4. Base other elements
==================================== */

/* MYADD */
#redaktionen {
	border-top: 1px solid #ddd;
}

#empty-heading {
	display: none;
}

.summary p {
    font-size: 16px;
    font-weight: 500;
    margin: 0.5em 0 1em;
}

.bawmrp {
border-top: 1px solid #eee;
margin: 20px 0;
}

.bawmrp_manual img,
.bawmrp_auto img {
	margin: 0 10px 0 0;
	float: left;
	text-align: left;
}

article .content .bawmrp ul li::before {
	color: #fff;
	top: -6px
}

article .content .bawmrp ul li a {
	font-family: "Playfair Display";
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

article .content .bawmrp ul li p {
	margin: 0.5em 0 0;
}

.avatar {
/*	margin: 0 5px 0 0; */
	margin: 0;
}

.title_gradient {
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
    bottom: 0;
    box-sizing: content-box;
    display: block;
    margin: 0 -31px 35px -49%;
    padding: 15% 30px 54px 49%;
    position: absolute;
	width: 100%;
}

.type-page .title_gradient {
background-image: none !important;
}

.tema-container {
	color: #fff;
    margin: -30% 0 0;
    padding: 0 30px 0 0;
	position: absolute;
}

.tema-container h1, 
.tema-container h2 {
    color: #fff;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 12px;
    padding: 0;
	text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.8);
}

.tema-overlay {
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
	bottom: 6px;
    left: 0;
    position: absolute;
    right:0;
    top:25%;
/*    z-index: 1; */
}

.tema-overlay-startsida {
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
}

.tema-image {
	position: relative;
}

.tema-avatar img{
	float: left;
	margin: 5px 0 0;
}

.tema-container .summary p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 1em 0;
	text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.8);
}

.tema-namn h5 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "Gloria Hallelujah";
	line-height: 1;
	margin: 5px 0 15px;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}

.listing-tema-namn {
    color: #3e555f;
    font-family: "Gloria Hallelujah";
    font-size: 12px;
    font-weight: 600;
	float: right;
    margin: 0 0 0 10px;
	text-transform: uppercase;
}

.listing-category-icon {
	float: left;
    margin: 0;
}

.listing-category-bigicon {
    float: left;
    margin: 0 20px 0 0;
}

article figure.tema-featured-image {
    margin: 0 -31px 20px -49%;
	overflow: hidden;
	position: relative;
}

article figure.bild-featured-image {
	margin: 0 -31px 42px -49%;
	overflow: hidden;
	position: relative;
}

#nav_menu-3 h3,
#nav_menu-4 h3,
#nav_menu-5 h3,
#nav_menu-6 h3,
#nav_menu-7 h3,
#nav_menu-8 h3,
#nav_menu-9 h3,
#nav_menu-10 h3,
#nav_menu-11 h3,
#nav_menu-12 h3 {
	color: #3e555f;
}

#menu-amnesomraden li.current-menu-item a {
	color: #3e555f;
	font-weight: 600;
}

#menu-amnesomraden li.current-category a {
	color: #3e555f;
	font-weight: 600;
}

#categories-2 li.current-cat a {
	color: #3e555f;
	font-weight: 600;
}

#menu-filtrera-amne-alla li.current-menu-item a,
#menu-filtrera-amne-h li.current-menu-item a,
#menu-filtrera-amne-m li.current-menu-item a,
#menu-filtrera-amne-n li.current-menu-item a,
#menu-filtrera-amne-s li.current-menu-item a,
#menu-filtrera-amne-u li.current-menu-item a {
	color: #3e555f;
	font-weight: 600;
}

.listing-thumb img {
	float: left;
	margin: 0 20px 0 0;
}

.listing-summary {
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
	min-height: 90px;
}

.listing-summary p {
	min-height: 90px;
}

.gk-articles .art-column article {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 20px;
    padding: 0 15px 0 0;
}

.gk-articles .art-column h2 {
    margin: 0 0 8px;
}
.gk-articles .art-column .readon {
	float: right;
	margin: 0 0 8px;
}

.grey-box {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
}

.grey-box-new {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin: 0 0 30px 0;
}

.underrubrikxneutral {
	font-family: "Ubuntu";
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
}

.box input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #ddd inset;
    box-sizing: border-box;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    height: 38px;
    max-width: 100% !important;
    padding: 4px 29px 4px 12px;
}

.box input[type="submit"] {
    background: #5f8393 none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    line-height: 32px;
    margin: 15px 5px 2px 2px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}

/* MYADD END */

article {
	margin-top: 20px;
}

#gk-mainbody article:first-child {
	margin-top: 0;
}

#gk-article-containter,
.gk-articles {
	margin: 46px 0 0 30%;
	padding: 0 10px;
}

.gk-articles {
	margin-left: -9px;
	margin-right: -9px;
	overflow: hidden;
}

.gk-articles article {
	background: #fff;
/*	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15); */
	margin: 0 0 18px 0;
/*	padding: 35px 30px 30px 30px; */
	padding: 20px 30px 20px 30px;

}

.gk-articles > .art-column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0;
}

.gk-articles.gk-cols-3 > .art-column {
	width: 33.2%;
}

.gk-articles.gk-cols-2 > .art-column {
	width: 49.9%;
}

.gk-articles.gk-cols-1 > .art-column {
	width: 100%;
}


#gk-article-containter article header {
	margin: 0!important;
}

#gk-article-containter article header ul {
/*	margin: 20px 0 0; */
	margin: 0;
}


#gk-article-containter article header:before {
/*	content: "-"; */
	position: absolute;
	top: -24px;
}

#gk-article-containter article figure.featured-image {
/*	margin-bottom: 52px; */
	margin-bottom: 20px;
}

#gk-article-containter article header ul li {
	font-size: 14px!important;
	line-height: 2.0;
}

#gk-article-containter article header ul li.format:before {
	line-height: 2;
}

#gk-article-containter article header li:after {
	display: none;
}

#gk-article-containter article header ul .gk-comments {
	color: #ccc;
	float: right;
	line-height: 2;
	padding: 0;
}

#gk-article-containter article header ul .gk-comments i {
	float: left;
	padding-right: 8px;
}

#gk-article-containter article header ul a {
	/*color: #999;*/
	color: #4c4c4c;
}

#gk-article-containter article header ul a:active,
#gk-article-containter article header ul a:focus,
#gk-article-containter article header ul a:hover {
	color: #1dbaf4;
}

.tag-page > hr,
.search-page > hr {
	border: none;
	clear: both;
}

/* Tag archive */
#gk-article-containter article header ul .category {
	border-left: 1px solid #eee;
	float: left;
	margin: 0 0 0 8px!important;
	padding: 0 0 0 8px;
}

.listing-category {
	border-left: 1px solid #eee;
	float: left;
	margin: 0 8px 0 0!important;
	padding: 0 0 0 8px;
}

.listing-date {
    color: #222;
    float: left;
    font-size: 13px !important;
    line-height: 1.5;
    margin-right: 8px!important;
}

#gk-article-containter article header ul .category i {
	color: #ccc;
	padding-right: 4px;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */
#gk-top1,
#gk-top2,
#gk-mainbody,
#gk-bottom1,
#gk-bottom2,
#gk-bottom3,
#gk-bottom4,
#gk-bottom5,
#gk-bottom6 {
	/* Positions blocks -clearing */
	clear: both;
	position: relative;
}

#gk-header {
	background: #222;
	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;
	min-height: 250px;
	overflow: hidden;
	position: relative;
}

#gk-content-wrapper {
	padding: 66px 20px 0 0;
}

.frontpage #gk-content-wrapper,
.page-template-template-frontpage-php #gk-content-wrapper {
	padding: 0;
}

.gk-page {
	-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; */
	margin: 0;
/*	max-width: 1000px; */
	max-width: 1600px;
	width: 100%; 
}

#gk-mainbody {
	margin-top: -46px;
	padding: 0 0 17px 0;
}

#gk-mainbody.contains-widget {
	padding: 0;
}

#gk-mainbody-columns {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 32px 0 30px 0;
}

#gk-mainbody-columns > section {
	-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: block;
	float: left;
	padding: 0;
}

#gk-mainbody-columns > aside {
	border-left: 1px solid #ddd;
	-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: block;
	float: left;
	padding: 0 0 30px 50px;
}

#gk-mainbody-columns.gk-column-left > section {
	float: right;
}

#gk-mainbody-columns.gk-column-left > aside {
	float: left;
	padding: 0 50px 30px 0;
}

.frontpage #gk-mainbody-columns {
	padding: 0;
}

.frontpage-header1 #gk-mainbody-columns {
	padding-top: 30px;
}

.frontpage #gk-mainbody-columns > section {
	padding-top: 5px;
}

.frontpage .gk-page-wrap,
.page-template-template-frontpage-php .gk-page-wrap {
/*	background: #f1f0f0 url('../images/pattern_bg.png') repeat 0 0; */
	background: #fff;
}

.frontpage #gk-mainbody .box, 
.frontpage #gk-bottom1.gk-single-widget .box, 
.frontpage #gk-bottom2.gk-single-widget .box, 
.frontpage #gk-bottom3.gk-single-widget .box, 
.frontpage #gk-bottom4.gk-single-widget .box, 
.frontpage #gk-bottom5.gk-single-widget .box, 
.frontpage #gk-bottom6.gk-single-widget .box {
	padding: 70px 0;
}

/* Frontpage generated from posts */
.page-template-template-frontpage-php #gk-mainbody-columns .gk-bottom:after,
#gk-header-frontpage:after,
#gk-header:after {
	clear: both;
	content: "";
	display: table;
}
.page-template-template-frontpage-php #gk-header,
.page-template-template-frontpage-php #gk-mainbody-columns > section {
	background: transparent;
	width: 100%;
}

.page-template-template-frontpage-php #gk-content-wrapper {
	position: relative;
}


/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */
#gk-top {
	background: #fff;
	border-bottom: 1px solid #ddd;
/*	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); */
/*	-webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.45); */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	left: 0;
/*	padding: 0; */
	padding: 0 0 0 7px;
	position: fixed;
/*	top: -52px; */
	top: -62px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 10;
	
}

#gk-top.preview {
	display: none;
}

#gk-top.active { top: 0;}
#gk-top:focus-within  { top: 0;} 
#gk-top > div { height: 52px; }

.admin-bar #gk-top.active {
	 top: 32px; 
}

.frontpage #gk-top1,
.frontpage #gk-top2 {
	padding: 80px 0;
}


/* 3.2. Header
==================================== */

/* Logo */
#gk-top > h1 {
	float: left;
	left: 80px;
	position: relative;
	top: 49px;
}

#gk-top h1,
h2.gk-logo {
	margin: 0;
}

#gk-header #gk-logo {
	left: 14%;
	position: absolute;
	top: 60px;
	z-index: 1;
}

.frontpage-header3 #gk-header #gk-logo {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#gk-logo,
#gk-logo-small {
	display: block;
	float: left;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 170px;
	-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;
}

#gk-logo img,
#gk-logo-small img {
	display: block;
	margin: 0;
}

#gk-logo.cssLogo,
#gk-logo-small.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
/*	height: 80px; */
/*	width: 170px; */
	height: 101px;
	width: 81px;
	background-size: contain;
}

#gk-logo.cssLogo {
/*	background: transparent url('../images/logo.png') no-repeat 0 0; */
}

#gk-logo-small.cssLogo {
/*	background: transparent url('../images/logo_dark.png') no-repeat 0 0; */
}

.svg #gk-logo.cssLogo {
	background-image: url('../images/logo.svg') !important;
}

.svg #gk-logo-small.cssLogo {
	background-image: url('../images/logo_dark.svg') !important; 
}

#gk-logo-small,
#gk-logo-small.cssLogo {
	margin: 12px 40px 2px 4px;
/*	height: 38px; */
/*	width: 90px; */
	height: 30px;
	width: 161px;
}

#gk-logo.textLogo,
#gk-logo-small.textLogo {
	color: #fff;
	display: block;
	float: left;
	font-size: 56px;
	font-weight: 100;
	height: auto;
	line-height: 45px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-indent: 0;
	width: auto;
}

#gk-logo-small.textLogo {
	color: #111;
	font-size: 33px;
	line-height: 50px;
}

#gk-logo.textLogo small,
#gk-logo-small.textLogo small {
	color: #eee;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}

#gk-logo-small.textLogo small {
	color: #aaa;
	
}

/* 3.3. Content
==================================== */

section.intro {
	font-size: 110%;
	padding: 0;
}

.box:after,
.custom:after,
article:after,
#respond:after,
#gk-header-bottom:after,
.widget-area:after,
#gk-top:after,
#gk-top1:after,
#gk-top2:after,
#gk-bottom1:after,
#gk-bottom2:after,
#gk-bottom3:after,
#gk-bottom4:after,
#gk-bottom5:after,
#gk-bottom6:after,
#gk-mainbody:after,
#gk-mainbody-columns:after,
#gk-footer:after,
section.content:after {
    clear: both;
    content: "";
    display: table;
}

#gk-mainbody-top {
	margin: 0 0 30px 0;
}

#gk-mainbody-bottom {
	margin: 0 0 30px 0;
}

#gk-mainbody > article {
	background: #fff;
/*	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15); */
	clear: both;
	margin-bottom: 0;
/*	padding: 35px 30px 30px 30px; */
/*	padding: 0 30px 30px 20px; */
	padding: 0 30px 30px 30%;
}

article.no-sidebar {
	/*padding: 0 !important;*/
}

/* 3.4. Sidebar
==================================== */

/* 3.5. Bottom
==================================== */

#gk-bottom1,
#gk-bottom2,
#gk-bottom3,
#gk-bottom4,
#gk-bottom5,
#gk-bottom6 {
	overflow: hidden;
	padding: 0;
	width: auto;
}

#gk-top1 .box,
#gk-top2 .box {
    margin: 0 0 30px 30%;
	padding: 0 10px 30px;
}

#gk-bottom1 > div,
#gk-bottom2 > div,
#gk-bottom3 > div,
#gk-bottom4 > div,
#gk-bottom5 > div,
#gk-bottom6 > div {
	position: relative;
}

#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-bottom6 .box {
	padding: 20px;
}

.frontpage #gk-bottom1 .box,
.frontpage #gk-bottom2 .box,
.frontpage #gk-bottom3 .box,
.frontpage #gk-bottom4 .box,
.frontpage #gk-bottom5 .box,
.frontpage #gk-bottom6 .box {
	padding: 0;
}

.frontpage #gk-mainbody .box,
.gk-bottom .box,
.page-template-template-frontpage-php #gk-mainbody .box,
.frontpage #gk-bottom1.gk-single-widget .box,
.frontpage #gk-bottom2.gk-single-widget .box,
.frontpage #gk-bottom3.gk-single-widget .box,
.frontpage #gk-bottom4.gk-single-widget .box,
.frontpage #gk-bottom5.gk-single-widget .box,
.frontpage #gk-bottom6.gk-single-widget .box { 
	margin-bottom: 0;
	padding: 45px 0 20px; 
}

.frontpage #gk-bottom1.gk-single-widget .box {
	margin-bottom: 0;
}

.frontpage #gk-mainbody .box {
/*	margin: -25px 0 0 0; */
	margin: 0;
}

#gk_tabs-2 {
	margin-top: 30px !important;
}

.frontpage #gk-mainbody > div,
#gk-bottom1 > div,
#gk-bottom2 > div,
#gk-bottom3 > div,
#gk-bottom4 > div,
#gk-bottom5 > div,
#gk-bottom6 > div { position: relative; }

.frontpage #gk-mainbody .box-title,
.frontpage #gk-mainbody .gk-nsp,
.frontpage #gk-mainbody .textwidget,
#gk-bottom1.gk-single-widget .box .box-title,
#gk-bottom2.gk-single-widget .box .box-title,
#gk-bottom3.gk-single-widget .box .box-title,
#gk-bottom4.gk-single-widget .box .box-title,
#gk-bottom5.gk-single-widget .box .box-title,
#gk-bottom6.gk-single-widget .box .box-title,
#gk-bottom1.gk-single-widget .box .textwidget,
#gk-bottom2.gk-single-widget .box .textwidget,
#gk-bottom3.gk-single-widget .box .textwidget,
#gk-bottom4.gk-single-widget .box .textwidget,
#gk-bottom5.gk-single-widget .box .textwidget,
#gk-bottom6.gk-single-widget .box .textwidget,
#gk-bottom1.gk-single-widget .box .gk-nsp,
#gk-bottom2.gk-single-widget .box .gk-nsp,
#gk-bottom3.gk-single-widget .box .gk-nsp,
#gk-bottom4.gk-single-widget .box .gk-nsp,
#gk-bottom5.gk-single-widget .box .gk-nsp,
#gk-bottom6.gk-single-widget .box .gk-nsp,
.gk-bottom .box .gk-nsp,
.gk-bottom .box .box-title,
.gk-bottom .box .textwidget {
	float: none!important;
	margin: 0 auto!important;
	max-width: 1150px;
	width: 100%;
} 


/* 3.6. Footer
==================================== */

#gk-footer {
	background: #4a6672;
	-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-top: 1px solid rgba(0, 0, 0, 0.075);
	color: #eee;
	line-height: 1.2;
	padding: 51px 0;
	text-align: center;
}

#gk-footer a {
	color: #fff;

}
#gk-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

body.frontpage.dark_bg #gk-footer a { color: #999; }

/*#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover,*/
body.frontpage.dark_bg #gk-footer a:active,
body.frontpage.dark_bg #gk-footer a:focus,
body.frontpage.dark_bg #gk-footer a:hover {
	color: #1DBAF4;
}

#gk-footer-nav {
	vertical-align: bottom!important;
}

#footer-menu li {
	border: none;
	display: inline-block;
	line-height: 1;
	margin: 0 14px 0 0!important;
	padding: 0;
	position: relative;
}

#footer-menu li:before {
	background: #ccc;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	left: -11px;
	position: absolute;
	top: 6px;
	width: 3px
}
#footer-menu li:first-child:before {
	display: none;
}

#gk-footer .gk-copyrights p {
	margin: 24px 15%;
}

#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 12px auto 0 auto;
	padding: 40px 0 50px 0;
	opacity: 0.6;
}

/* Style switcher */
#gk-style-area {
	display: block;
	line-height: 10px;
	margin: 18px auto 0;
	padding: 0!important;
	text-align: center;
}

#gk-style-area a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 7px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 12px;
}

#gk-style-area a:first-child {
	margin-left: 0;
}

#gk-style-area a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

#gk-color1 { background: #1dbaf4; }
#gk-color2 { background: #91ccce; }
#gk-color3 { background: #919adf; }
#gk-color4 { background: #e26698; }
#gk-color5 { background: #e57d3c; }
#gk-color6 { background: #33485f; }

/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

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

#gk-mainbody-top .box,
#gk-mainbody-bottom .box {
	padding: 0;
}

/* 4.2. Base style for other areas
==================================== */

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-bottom6 .box,
#gk-header-bottom .box {
	float: left;
}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 16.6%; }

.widget-area .box.last1 { width: 100%; }
/* .widget-area .box.last2 { width: 50%; } */
.widget-area .box.last2 { width: 100%; margin: 0;}
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}


#gk-mainbody-top + #gk-mainbody {
	margin-top: 0;
	padding-top: 10px;
}

#gk-mainbody + #gk-mainbody-bottom {
	margin-top: 0;
	padding-top: 10px;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}



.label-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}

.label-box .box-title {
    color: #383637;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

h3.box-title {
margin: 0;
}

.container {
	display: flex;
}
  
.section {
	flex: 1;
	padding-right: 1rem;
}

.label-header {
	color: #4a6672;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
	font-family: 'Playfair Display';
    margin: 0;
    padding: 0 0 12px;
}

.label-header a {
    color: #4a6672;
}

.label-header a:hover {
    color: #147cbd;
}

.label-info {
	font-size: 11px;
    padding-top: 12px;
}

@media (max-width: 768px) {
	.container {
	  flex-direction: column;
	}

	.section {
		padding-right: 0rem;
		padding-bottom: 2rem;
	}

	.label-info {
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #e5e5e5;
	}
}