
/* Basic elements */

html { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body { 
	background: url('../../../images/gfx/bcg.png') #fff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	color: #575179;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
#gkPageContent,
#gkSidebarLeft,
.box.loga-partnerow {
	background: #fff;
	box-shadow: 0 14px 82px 62px #fff;
	border: none !important;
}
#gkPageContent,
#gkSidebarLeft {
	/* padding-top: 64px; */
}
a:hover,
a:active,
a:focus,
#gkMainbody header h2 a
{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}
a,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover
 { color: #583400; text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ubuntu',sans-serif;
	color: #583400;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	padding: 0;

}
h1 {
	font-size: 32px;
	font-weight: 500;
}
h2,
.componentheading {
	font-size: 28px;
	position: relative;
	z-index: 9;
}
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li { line-height: 2.0; }
p { margin: 1em 0 2em; }
iframe { max-width: 100%!important; }
/* Containers */
#gkPreloader {
	background: #fff url('../images/loader_is.gif') no-repeat center center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: 9999999999999;
}

.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;
}
#gkHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 58px 0 0 0;
}
#gkHeader h1.gkPage {
	color: #fff;
	font-size: 44px;
	letter-spacing: -1.5px;
	padding: 75px 0 35px 0;
	text-transform: none;
}
#gkHeaderNav {
	text-align: center;
}
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent {
	float: right;
	width: 100%;
}

#gkPageContent > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	width: 100%;
}
#gkPageContent > #gkBanners {
	min-height: 0;
}
#gkBanners {
	background: transparent!important;
	border-bottom: 1px solid #e5eaf4;
	padding: 0!important;
}
#gkBannerLeft {
	float: left;
	position: relative;
}
#gkBannerRight {
	float: right;
	position: relative;
}
#gkBannerLeft .box {
	border-top: 1px solid #e5eaf4;
	padding: 45px!important;
}
#gkBannerRight .box {
	border-top: 1px solid #e5eaf4;
	padding: 24px;
}
#gkBannerLeft .box:first-child,
#gkBannerRight .box:first-child {
	border-top: none;
}
#gkBannerLeft + #gkBannerRight {
	border-left: 1px solid #e5eaf4;
}
#gkBanners .header {
	color: #fff;
}

/* Logo  */
#gkLogo,
#gkLogoSmall {
	float: left;
	height: 56px;
	margin: 0 0 0 34px;
	padding: 20px 0 20px 0;
	text-indent: -999em;
	text-shadow: none;
	width: 38%;
	display: block;
	background-repeat: none !important;
}
/*#gkLogoSmall {
	float: left;
	margin:5px 20px 0 0;
}
*/
#gkLogo img,
#gkLogoSmall img {
	display: block;
	margin: 0;
}
/*#gkLogo.cssLogo,
#gkLogoSmall.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	height: 40px;
	width: 124px;
}
*/
.svg #gkLogo.cssLogo,
.svg #gkLogoSmall.cssLogo {
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat !important;
	background-position: center;
}
#gkLogo.text,
#gkLogoSmall.text {
	color: #8CB020;
	display: block;
	float: left;
	height: 40px;
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	text-indent: 0;
	width: auto;
}
#gkLogoSmall.text {
	margin: 0 20px 0 0;
}
#gkLogo.text > span,
#gkLogoSmall.text > span {
	display: block;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
}
#gkLogo.text > span > sup,
#gkLogoSmall.text > span > sup {
	border: 1px solid #8CB020;
	border-radius: 50%;
	color: #8CB020;
	display: block;
	font-size: 10px;
	font-weight: 400;
	float: right;
	height: 14px;
	left: 5px;
	line-height: 14px;
	text-align: center;
	text-indent: -3px;
	top: -4px;
	width: 14px;
}
#gkLogo.text .gkLogoSlogan,
#gkLogoSmall.text .gkLogoSlogan {
	color: #e5eaf4;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	text-align: left;
}
/* Userarea */
#gkLogin {
	background: #008ce6;
	color: #fff;
	float: right;
	font-weight: 400;
	padding: 0 40px;
	text-transform: uppercase;
}
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {
	background: #8CB020;
}
#gkLogoutForm {
	display: none!important;
}

/* Top bar */
#gkTopBar {
	background: #fff;
	border-bottom: 1px solid #e5eaf4;
	min-height: 58px;
	line-height: 54px;
	position: relative;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	width: 100%;
	z-index: 110;
}
/*#gkTopNav {
	height: 55px;
}*/
.mod-top-info {
	background: #b8c858;
	color: #f8f6f4;
	padding: 8px;
	font-weight: 600;
	text-align: center;
}
.mod-top-info p {
	margin: 0 !important;
}
.mod-top-info .custom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.mod-top-info .custom > div {
	width: 33%;
}
#gkTopNav,
#gkToolbar {
	float: right;
	padding-right: 32px;
	position: relative;
}
#gkToolbar {
	padding-top: 55px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
#gkTopNav + #gkToolbar {
	padding-top: 0;
}
#gkSearchProd {
	position: absolute;
	top: 20px;
	left: 368px;
	z-index: 999;
	width: 514px;
}
#gkSearchProd .form-search label {
	display: none;
}
#gkSearchProd #mod_djcatsearch {
	width: 100% !important;
	max-width: 514px !important;
}
.dj-likebox {
	position: fixed;
	top: 30%;
	right: -260px;
	z-index: 1;
	transition: .5s;
}
.fb_hover {
	position: absolute;
	display: inline-block;
	left: -92px;
	top: 48px;
	z-index: 99999;
	height: 160px;
	padding: 0 5px 5px 10px;
}
.fb_hover img {
	width: 130px;
	transform: rotate(-90deg);
	border-radius: 4px 4px 0 0;
}
.dj-likebox:hover {
	right: 0;
}

#gkUpdates {
	border-right: 1px solid #e5eaf4;
	color: #000;
	float: left;
	font-size: 12px;
	padding-left: 32px;
	width: 21.25%;
}
#gkHighlights {
	float: left;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	margin: 32px 0 64px;
}
#gkHighlights .custom {	
	border-bottom: 1px solid #e5eaf4;
	/* padding-bottom: 80px; */
	float: left;
	width: 100%;
}
#gkBannerTop {
	margin: 0 0 32px 0;
	padding: 32px 16px;
	/* background: #020335; */
	min-height: 200px;
	color: #fff;
	position: relative;
}
#gkBannerTop a,
#gkBannerTop img {
	display: block;
}

/* Mainbody */
#gkMainbody {
	padding: 24px 8px 32px;
	position: relative;
}
/* Sidebars */
#gkContentWrap {
	width: 100%;
}
#gkContentWrap > div[data-inset-pos="right"] {
	border-right: 1px solid #e5eaf4;
}
#gkContentWrap > div[data-inset-pos="left"] {
	border-left: 1px solid #e5eaf4;
}
#gkSidebarLeft {
	border-bottom: 1px solid #e5eaf4;
	border-left: 1px solid #e5eaf4;
}
#gkSidebarRight {
	border-left: 1px solid #e5eaf4;
}
#gkInset .box,
#gkSidebarLeft .box,
#gkSidebarRight .box {
	border-top: 1px solid #e5eaf4;
}
#gkSidebarRight .box {
	padding: 24px;
}
#gkInset .box:first-child,
#gkSidebarLeft .box:first-child,
#gkSidebarRight .box:first-child {
	border-top: none;
}

/* Stylearea */
#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}
#gkStyleArea a {
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 15px 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: 10px;
}
#gkStyleArea a:first-child { margin-left: 0; }
#gkStyleArea a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gkColor1 { background: #8CB020; }
#gkColor2 { background: #f2745c; }
#gkColor3 { background: #4c61a0; }
#gkColor4 { background: #ff9800; }
#gkColor5 { background: #348899; }
#gkColor6 { background: #ff8000; }

/* Group modules */
#gkTop1,
#gkTop2,
#gkMainbodyTop {
	border-top: 1px solid #e5eaf4;
}

#gkMainbodyTop,
#gkMainbodyBottom {
	padding: 32px 0;
	position: relative;
}

#gkMainbodyBottom {
	border-top: 1px solid #e5eaf4;
}

#gkBottom1,
#gkBottom2,
#gkBottom3 {
	overflow: hidden;
}

/* standard breadcrumb */
#gkBreadcrumb {
	padding: 20px 32px;
	position: relative;
	z-index: 99;
}
#gkBreadcrumb .gkPage {
	padding: 0 14px;
}
#gkBreadcrumb:first-child {
	border-top: none;
}
#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #999;
}
#gkBreadcrumb .breadcrumbs li.separator {
	padding: 0 10px!important;
	width: 6px;
}
#gkBreadcrumb .breadcrumbs li.separator i {
	color: #8CB020;
	font-size: 4px;
	line-height: 1.6;
	position: relative;
	top: -3px;
}
#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 1
}
#gkBreadcrumb .breadcrumbs > ul > li a { font-weight: normal }
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #7e879a;
	font-size: 14px;
	line-height: 1.2;
	padding: 18px 0 36px;
	background: #f2f3f7;
}
#gkFooter > div {
	padding: 0;
}
#gkFooterArea {
	padding: 16px 24px;
}
#gkFooterArea > div {
	float: right;
	width: 75%;
}
#gkBackToTop {
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}
#gkBackToTop:before {
	color: #8CB020;
	content: "\f106";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 40px;
	padding: 0 10px 0 0;
}
#gkBackToTop:active,
#gkBackToTop:focus,
#gkBackToTop:hover {
	color: #8CB020!important;
}
#gkFooterNav {
	padding: 16px 24px;
	clear: both;
	text-align: center;
	width: 72%;
}
#gkFooterNav li {
	border-left: 1px solid #e5eaf4;
	display: inline-block;
	float: none;
	font-size: 12px;
	line-height: 12px;
	margin: 8px 0;
	padding: 0 11px;
}
#gkFooterNav li:first-child {
	border-left: none;
}
#gkCopyrights a,
#gkFooter a {
	color: #7e879a;
	transition: ease-in-out 0.2;
}
#gkCopyrights a:active,
#gkCopyrights a:focus,
#gkCopyrights a:hover,
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #8CB020;
}
#gkCopyrights {
	font-size: 14px;
	color: #7e879a;
	line-height: 1.2;
	margin: 0;
	padding: 6px 0;
	text-align: left;
	font-weight: 400;
	background: #e9eaf1;
}
#gkCopyrights .gkPage {
	display: flex;
	flex-wrap: wrap;
}
#gkCopyrights  .gkPage > div {
	width: 48%;
}
.copyrights {
	float: left;
	width: 20%;
	padding: 12px 0 0 32px;
}

/* Weather widget */
.weather-widget {
	float: right;
	padding: 0 0 0 16px;
	width: 230px;
	text-align: left;
}
.weather-widget > div {
	display: inline-block;
}
.weather-widget .booked-prime-days-data .booked-wzs-pd-number,
.weather-widget .booked-wzs-pd-dergee-val,
.weather-widget .booked-wzs-pd-dergee {
	font-family: 'Ubuntu', sans-serif !important;
	color:#583400 !important;
}
/* .weather-widget .booked-prime-days-data .booked-wzs-pd-dergee-val{
	height: 10px !important;
	margin-botom: 6px !important;
} */
.weather-widget .booked-prime-days-data .booked-pd-nidw {
	font-family: 'Montserrat', sans-serif !important;
	color: #7e879a !important;
}
/* END Weather widget */ 

.footer-links {
	float: left;
	width: 20%;
	padding: 8px 0 10px 32px;
}
.footer-links li {
	line-height: 1.6;
}
.project-info {
	float: left;
	width: 40%;
	padding: 12px 0 8px 24px;
	font-size: 14px;
	line-height: 1.6;
}
.project-info h2 {
	font-weight: 600;
}

/* Default modules */
#gkSearchProd #mod-search-searchword {
	border: none;
	color: #999;
	display: block;
	font-weight: 400;
	height: 54px;
	line-height: 35px;
	padding: 8px 45px 8px 20px !important;
	width: 100%;
}

/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	line-height: 1.6;
	margin: 0;
	padding: 32px 16px;
	width: 100%;
}
#gkMainbodyTop .box.header-index-no-border {
	padding-bottom: 0;
}
div.content {
	clear: both;
}
.box li {
	border-bottom: 1px solid #e5eaf4;
	line-height: 1.6;
	padding: 10px 0;
	overflow: visible;
}
.box li:last-child { border-bottom: none; }
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 20px; }

/* default suffix */
.box .header {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin: 0 0 22px 0;
	padding: 0;
	text-transform: uppercase;
}


/* clear suffix */
.box.clear,
#gkSidebarLeft .box.clear,
#gkSidebarRight .box.clear,
#gkInset .box.clear {
	clear: none;
	margin: 0!important;
	padding: 0;
}
.box.clear img {
	display: block;
	height: auto;
	width: 100%;
}
.clear div.content {
	clear: both;
}

/* clear-horizontal */
.box.clear-horizontal,
#gkSidebarLeft .box.clear-horizontal,
#gkSidebarRight .box.clear-horizontal,
#gkInset .box.clear-horizontal {
	clear: none;
	margin-left: 0!important;
	margin-right: 0!important;
	padding-left: 0;
	padding-right: 0;
}

/* banner-center */
.box.banner-center {
	text-align: center;
}
.box.banner-center.clear img {
	margin: 0 auto;
}

/* no-border */
.box.no-border {
	border: none!important;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	color: #c0c0c0!important;
	font-size: 13px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-transform: none;
}

/* suffix light */
.box.light {
	background: #f1f1f1;
}

/* suffix _text */
.box_text > div { background: #fff; }

/* suffix dark */
.box.dark {
	background: #000;
	color: #eee;
}
.box.dark .header {
	color: #fff;
	line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #ddd;
}
.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark ul li {
	border-bottom: 1px solid #333;
	position: relative;
}
.box.dark ul li:last-child { border-bottom: none; }
.box.dark a { color: #aaa!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #8CB020!important; }
.box.dark ul ul { margin: 0 0 0 20px; }

/* suffix color */
.box.color {
	background: #8CB020;
	color: rgba(255, 255, 255, 0.75);
}
.box.color .header {
	color: #fff;
	line-height: 1.2;
}
.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6 {
	color: rgba(255, 255, 255, 0.85);
}
.box.color ul {
	margin: 0;
	padding: 0;
}
.box.color ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	position: relative;
}
.box.color ul li:last-child { border-bottom: none; }
.box.color a { color: rgba(255, 255, 255, 0.95)!important; }
.box.color a:active,
.box.color a:focus,
.box.color a:hover { color: rgba(255, 255, 255, 0.65)!important; }
.box.color ul ul { margin: 0 0 0 20px; }

/* Suffix banner */
.box.banner img {
	display: block;
}

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* title-color* suffixes */
.box.title-color1 .header,
.box.title-color1 .header a { color: #8CB020; }
.box.title-color2 .header,
.box.title-color2 .header a { color: #56afc3; }
.box.title-color3 .header,
.box.title-color3 .header a { color: #ffc000; }
.box.title-color4 .header,
.box.title-color4 .header a { color: #8560a8; }
.box.title-color5 .header,
.box.title-color5 .header a { color: #fa5f00; }
.box.title-color6 .header,
.box.title-color6 .header a { color: #736357; }

.box.title-color1 .header a:hover,
.box.title-color2 .header a:hover,
.box.title-color3 .header a:hover,
.box.title-color4 .header a:hover,
.box.title-color5 .header a:hover,
.box.title-color6 .header a:hover {
	color: #222;
}

.box.title-border .header {
	border-top: 1px solid #e5eaf4;
	padding-top: 20px;
}

.box.title-border.title-color1 .header { border-top: 1px solid #8CB020; }
.box.title-border.title-color2 .header { border-top: 1px solid #56afc3; }
.box.title-border.title-color3 .header { border-top: 1px solid #ffc000; }
.box.title-border.title-color4 .header { border-top: 1px solid #8560a8; }
.box.title-border.title-color5 .header { border-top: 1px solid #fa5f00; }
.box.title-border.title-color6 .header { border-top: 1px solid #736357; }


/* Bottom */

#gkBottom2,
#gkBottom3 {
	border-top: 1px solid #e5eaf4;
}
#gkBottom1 .box,
#gkBottom2 .box {
	
}
#gkBottom1 .box:first-child,
#gkBottom2 .box:first-child {
	border-left: none;
}
#gkBottom3 > div,
#gkBottom4 > div {
	
}
#gkBottom3 .box,
#gkBottom4 .box {
	
}
#gkBottom3 .box li,
#gkBottom4 .box li {
	border: none;
	padding: 4px 0;
}
#gkBottom3 .box a,
#gkBottom4 .box a {
	
}
#gkBottom3 .box a:active,
#gkBottom3 .box a:focus,
#gkBottom3 .box a:hover,
#gkBottom4 .box a:active,
#gkBottom4 .box a:focus,
#gkBottom4 .box a:hover {
	color: #8CB020;
}
#gkBottom2,
#gkBottom3 {
	padding-top: 64px;
}

/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.onlytablet { display: none; }
.onlymobile { display: none; }
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember { margin: 10px 0 20px; }
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset { margin: 0 0 20px; }
#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	border-top: 1px solid #E7E7E7;
	 margin: 42px 0 0;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	color: #999;
	font-size: 11px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 95%; }
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

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


/* .dj-megamenu-modern li a.dj-up_a {
	position: relative;
} */


#gkMainbody .items-leading > div > div {
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	padding: 20px 30px 15px;
}
#gkMainbody .items-leading > div > div:hover {
	box-shadow: 0 45px 35px -20px rgba(0, 0, 0, 0.15);
}
#gkMainbody .items-leading > div > p {
	margin: 15px 0;
}
.custom.aktualnosci .lp-header,
.custom.o-projekcie .lp-header,
.custom.partnerzy .lp-header,
.custom.wydarzenia .lp-header,
.custom.baza-wiedzy .lp-header,
.custom.do-pobrania .lp-header,
.custom.media-o-nas .lp-header,
.custom.kontakt .lp-header,
.custom.producenci .lp-header {
	font-family: 'Ubuntu', sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	font-size: 72px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.9px;
	color: #fff;
	padding: 100px 34px 100px 34px;
}

.custom.aktualnosci {
	background-image: url('../images/headery/aktualnosci.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.o-projekcie {
	background-image: url('../images/headery/o-projekcie.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.partnerzy {
	background-image: url('../images/headery/partnerzy.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.wydarzenia {
	background-image: url('../images/headery/wydarzenia.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.baza-wiedzy {
	background-image: url('../images/headery/baza-wiedzy.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.do-pobrania {
	background-image: url('../images/headery/do-pobrania.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.media-o-nas {
	background-image: url('../images/headery/media-o-nas.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.kontakt {
	background-image: url('../images/headery/kontakt.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.custom.producenci {
	background-image: url('../images/headery/producenci.jpg');
	background-position: center;
	background-size: cover;
	margin: -32px -16px !important;
}
.lp-block.lp-module-title-left,
.lp-block.lp-block-spoiler,
.lp-block.lp-block-spoiler-100 {
	font-family: 'Ubuntu',sans-serif;
	color: #8CB020;
	font-weight: 700;
	float: left;
	width: 38%;
	font-size: 46px;
	line-height: 56px;
}
.lp-block.lp-module-content-right {
	float: right;
	width: 60%;
}
.lp-content-module-container p {
	margin: 0;
	font-size: 18px;
}
.lp-block-33 {
	float: left;
	width: 33%;
	padding: 80px 0 20px;
}
.lp-module-headline {
	color: #8CB020;
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
}
.lp-subtitle {
	font-size: 18px;
	margin-bottom: 20px;
}
.lp-block-33 p {
	font-size: 16px;
	color: #7F80AD;
}
.lp-module-title {
	font-family: 'Ubuntu',sans-serif;
	color: #8CB020;
	font-weight: 700;
	float: left;
	width: 100%;
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 30px;
}
.lp-module-70 {
	float: left;
	width: 70%;
}
.lp-module-70 p {
	color: #575179;
	font-size: 18px;
	width: 100%;
}
.lp-module-30 {
	float: right;
	width: 30%;
	padding: 78px 0;
}
.box.chcesz-wiedziec {
	padding: 32px 32px 48px;
}
.lp-content-main-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.lp-content-main-container > div > div {
	width: 33%;
	box-sizing: border-box;
	float: left;
	font-size: 18px;
}
.lp-content-main-container .lp-text-column-1 {
	padding-right: 24px;
}
.lp-content-main-container .lp-blocks.glowni-beneficjenci .lp-text-column-1 {
	padding-right: 12px;
}

.lp-block.lp-block-spoiler {
	width: 28%;
}
.lp-block.lp-block-spoiler-100 {
	width: 100%;
}
.lp-block.lp-text-column-1,
.lp-block.lp-text-column-2 {
	width: 36% !important;
}
.lp-block.lp-text-all-width {
	width: 100%;
	margin-top: 32px;
}
span.above-subtitle {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 4px;
}
span.lp-partner-name {
	font-family: 'Ubuntu', sans-serif;
	color: #8CB020;
	font-weight: 700;
	font-size: 24px;
}
span.lp-partner-description {
	font-size: 16px;
	color: #7F80AD;
}
.lp-block .text-cell {
	margin-top: 18px;
}
.right-check {
	float: left;
	width: 42px;
	margin-right: 12px;
	padding-bottom: 58px;
}
.lp-blocks {
	box-sizing: border-box;
	margin-bottom: 64px;
	margin-top: 32px;
	width: 100%;
}
/* Obszary działania */
body.obszary-dzialania {
	background: #020335;
	color: #fff;
}
body.obszary-dzialania #gkPageContent > div {
	background: none !important;
}
body.obszary-dzialania .gkPage {
	max-width: 1280px !important;
}
body.obszary-dzialania #gkTopBar .gkPage,
body.obszary-dzialania #gkFixedMenu .gkPage {
	max-width: 1200px !important;
}
.obszary-box-container {
	position: relative;
}
.obszary-row {
	display: table;
}
.obszary-box-bcg {
	display: table-cell;
	width: 25%;
	padding: 10px 10px;
}
.obszary-box {
	background: rebeccapurple;
	padding: 42px 30px 6px;
	min-height: 360px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}
.lp-blocks-obszary-header {
	box-sizing: border-box;
	margin-bottom: 64px;
	margin-top: 32px;
	width: 100%;
	display: flex;
}
.lp-blocks-obszary-content {
	box-sizing: border-box;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 64px;
}
.lp-block-pointers {
	display: flex;
	flex-wrap: wrap;
}
/* .lp-block-pointers div:nth-child(even) {
	width: 80%;
}
.lp-block-pointers div:nth-child(odd) {
	width: 20%;
} */
.lp-block-pointers img {
	width: 48px;
	height: 100px;
	float: left;
	margin-right: 12px;
}
.lp-content-main-container .lp-blocks-obszary-content + .lp-blocks-obszary-content {
	margin-top: 0 !important;
}
.lp-blocks-obszary-content .lp-block.lp-text-all-width {
	padding: 0 54px;
	text-align: justify;
}
/* First row */
.obszary-box.zarzadzanie-zasobami {
	background: linear-gradient(45deg, #254482 0%, #2894cc 100%);
}
.obszary-box.zarzadzanie-zasobami .obszar-icon {
	background: #edf4fa;
}
.obszary-box.presja-wodkan {
	background: linear-gradient(45deg, #9a9a9a 0%, #b4b5b6 100%);
}
.obszary-box.presja-wodkan .obszar-icon {
	background: #edeced;
}
.obszary-box.adaptacja {
	background: linear-gradient(45deg, #e9511d 0%, #e58f0a 100%);
}
.obszary-box.adaptacja .obszar-icon {
	background: #f2d6bc;
}
.obszary-box.presja-rolnictwo {
	background: linear-gradient(45deg, #67ae45 0%, #86bd62 100%);
}
.obszary-box.presja-rolnictwo .obszar-icon {
	background: #bad5a4;
}
/* Second row */
.obszary-box.droznosc-ciekow {
	background: linear-gradient(45deg, #f9b508 0%, #f8c01e 100%);
}
.obszary-box.droznosc-ciekow .obszar-icon {
	background: #f4d078;
}
.obszary-box.budowa-potencjalu {
	background: linear-gradient(45deg, #6e59a2 0%, #8871b1 100%)
}
.obszary-box.budowa-potencjalu .obszar-icon {
	background: #afa4ca;
}
.obszary-box.monitoring {
	background: linear-gradient(45deg, #162d43 0%, #4b71a6 100%)
}
.obszary-box.monitoring .obszar-icon {
	background: #7c8ca7;
}
.obszary-box.zarzadzanie-projektem {
	background: linear-gradient(45deg, #bb6b4e 0%, #d6a295 100%)
}
.obszary-box.zarzadzanie-projektem .obszar-icon {
	background: #d9b9ad;
}
.obszary-title-container {
	padding-left: 24px;
}
.obszary-subtitle {
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 24px;
}
.obszary-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
}
.obszar-box-title,
.obszar-box-more {
	text-align: center;
	width: 100%;
}
.obszar-box-more {
	margin: 40px 0;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}
.obszar-box-more a {
	color: #fff;
	padding: 12px 0;
	transition: ease-in-out 0.25s;
}
.obszar-box-more a:after {
	color: #fff;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 8px;
}
.obszar-box-more a:hover {
	letter-spacing: 3px;
}
.obszar-box-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}
.obszar-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 8px solid #fff;
	margin-bottom: 24px;
}
.obszar-icon img {
	height: 50px;
	padding: 12px;
}
.obszar-box-desc {
	font-size: 16px;
	line-height: 26px;
}
/* Formularz kontaktowy */
.rsform-block {
	float: left;
	width: 50%;
}
.formularz-kontakt.formResponsive label {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #8CB020;
	margin-bottom: 8px !important;
	display: block;
	font-weight: 500;
}
.formularz-kontakt.formResponsive input {
	width: 100%;
	background: #ffffff;
	color: #575179;
	border: 1px solid #c3cad9;
	border-radius: 6px;
	padding: 17px 20px 16px 20px;
	transition: .35s;
}
.rsform-block.rsform-block-tresc div.formBody,
.rsform-block.rsform-block-tresc {
	width: 100% !important;
}
.rsform-block.rsform-block-tresc div.formBody {
	display: block;
	box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}
.rsform-block div.formBody {
	width: 100%;
}
.rsform-block.rsform-block-tresc div.formBody textarea {
	width: 100%;
	resize: none;
	border-radius: 5px;
	background: #ffffff;
	color: #575179;
	border-color: #c3cad9;
	border-radius: 5px;
	padding: 17px 20px 16px 20px;
	transition: .35s;
}
.formularz-kontakt.formResponsive input[type="checkbox"] {
	width: auto;
	margin-right: 8px;
}
.formularz-kontakt .rsform-block.rsform-type-checkboxgroup {
	width: 100%;
}
.formularz-kontakt .rsform-block.rsform-type-checkboxgroup label:hover {
	cursor: pointer;
}
/* dodane */
form.formularz-kontakt {
	display: flex;
	flex-wrap: wrap;
	margin-left: -18px;
	margin-right: -18px;
}
form.formularz-kontakt .rsform-block {
	display: block;
	width: 50%;
	padding: 0 18px;
	box-sizing: border-box;
}

.formularz-kontakt.formResponsive input:focus-visible {
outline: 2px solid #2d79ff!important;
outline-offset: -2px!important;
}
.ask-for-more {
	padding: 8px 32px 8px 32px;
}
.ask-for-more:hover {
	color: #fff !important;
}
.ask-for-more:after {
	color: #fff;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 8px;
}

/* Language select */
.language-select {
	position: absolute;
	right: 0;
	top: -4px;
	z-index: 9999;
}
.language-select img {
	width: 20px;
	border: 1px solid #e9eaf1;
}
.custom.lang-select {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 999;
}
/* END Language select */

/* People block */
.people-container-4,
.people-container-3,
.people-container-4 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.people-container-4 h3,
.people-container-3 h3,
.people-container-2 h3 {
	/* margin: 64px 0 !important; */
	
}
.people-container-2 .icon-point {
	margin-bottom: 64px;
	margin-left: -20px;
}
.people-container-4 .person {
	width: 25%;
	margin-bottom: 42px;
}
.people-container-3 .person {
	width: 33%;
}
.people-container-2 .person {
	width: 50%;
}
.people-container-4 a {
	color: #575179
}
.person {
	display: block;
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
}
.person-image img {
	border-radius: 6px;
}
.person-name {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin-top: 8px;
	color: #8CB020;
}
.person-job {
	font-weight: 600;
	font-size: 13px;
}
.person-desc {
	margin-top: 12px;
	text-align: justify;
	word-wrap: break-word;
}
/* People Container 2 */
.people-container-2 .person {
	margin-bottom: 48px;
}
.people-container-2 a {
	color: #575179
}
.people-container-2 .person-image img {
	float: left;
	width: 60px;
	padding-right: 12px;
}
.people-container-2 .person-name {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin-top: -4px;
	line-height: 1.6;
	color: #8CB020;
}
.people-container-2 .person-job {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
}
.people-container-2 .person-desc {
	margin-top: 8px;
	text-align: left;
	word-wrap: break-word;
}
.people-container-2.mh-165 .person {
	min-height: 165px;
}
.people-container-2.mh-195 .person {
	min-height: 195px;
}
.people-container-2.mh-220 .person {
	min-height: 220px;
}
.people-container-2.mh-250 .person {
	min-height: 250px;
}
.people-container-2.mh-260 .person {
	min-height: 260px;
}
.people-container-2 .person.person-blank {
	width: 0%;
	margin-bottom: 0;
	min-height: 0;
}
/* Loga partnera */
.loga-partnerzy-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.logo-partnera {
	width: 25%;
	display: inline-block;
	text-align: center;
	
}
.logo-partnera img {
	padding-top: 10px;
}
.logo-partnera.logo-erce img {
	height: auto;
}
#gkBottom1 .box.loga-partnerow {
	margin-bottom: 64px;
	border-top: 1px solid #e5eaf4 !important;
	padding-top: 62px !important;
}
.logo-podpis {
	text-align: center;
	color: #575179;
	font-size: 18px;
}
.logo-podpis-title {
	margin-top: 12px;
	position: relative;
	font-size: 18px;
	color: #583400;
}
/* END Loga partnera */

#gkHighlights .custom.header-index-no-border {
	border-bottom: 0px;
	/* padding: 80px 0 0 0; */
	margin-bottom: 64px;
}
.footer-logo img {
	max-height: 80px;
	padding-left: 12px;
}
.footer-project-info {
	padding-left: 30px;
}

.social-icons {
	text-align: right;
}
.social-icons span {
	padding: 12px;
	display: inline-block;
}
.twitter,
.facebook,
.youtube {
	font-family: 'Font Awesome 5 Brands';
}
.facebook::before {
	content: '\f39e';
}
.twitter::before {
	content: '\f099';
}
.youtube::before {
	content:'\f167';
}
.download-ico {
	font-family: 'Font Awesome 5 Free';
	width: 120px !important;
}
.download-ico::before {
	content:'\f15c';
	margin-right: 8px;
}
span.txt {
	font-family: 'Montserrat', sans-serif;
}
/* Baza wiedzy */
.baza-wiedzy .blog .items-leading {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.baza-wiedzy .blog .items-leading > div {
	width: 33%;
}
.baza-wiedzy #gkMainbody .blog .items-leading > div {
	box-sizing: border-box;
	clear: none!important;
	margin-top: 0 !important;
	margin-bottom: 24px;
	padding: 0 12px;
}
.baza-wiedzy .blog .items-leading .page-header {
	float: left;
	margin: 8px 0 12px;
	width: 100%;
}
.baza-wiedzy .blog .items-leading h2 {
	font-size: 18px;
}
.baza-wiedzy .blog .items-leading h2 span::after {
	content: '...';
}
.baza-wiedzy .blog .items-leading .prezentacja-lead {
	padding-bottom: 24px;
}
.baza-wiedzy .blog .items-leading img {
	border-radius: 8px;
}
.baza-wiedzy .item-page .item-image img {
	max-width: 320px;
	border-radius: 8px;
}
.baza-wiedzy .item-page .prezentacja-lead {
	display: none;
}
.baza-wiedzy .item-page div[itemprop="articleBody"] {
	float: left;
	width: 70%;
	padding-left: 24px;
}
.baza-wiedzy .item-page .page-header {
	margin-bottom: 48px;
}
.baza-wiedzy #gkMainbodyBottom {
	padding: 32px 0;
}
.baza-wiedzy #gkMainbody{
	padding: 32px 8px 64px;
}
.baza-wiedzy .box li {
	border-bottom: 0;
}
.prezentacja-autor span.type-info {
	font-weight: 600;
}
.prezentacja-opis {
	margin-top: 12px;
	margin-bottom: 24px;
}
.prezentacja-pobierz-btn a:after {
	color: #fff;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 8px;
}
.prezentacja-pobierz-btn {
	float: left;
	padding: 2px 18px!important;
}
.prezentacja-pobierz-btn a {
	color: #fff;
}
.search input[type="submit"] {
	float: right;
	width: 100px;
	padding: 13px 10px;
}
/* Do pobrania */
.lp-downloads-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}
.lp-downloads-container > div > div {
	width: 25%;
	float: left;
	padding: 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5eaf4;
}
.lp-downloads-row,
.lp-downloads-row-subheader {
	width: 100%;
	position: relative;
}
.lp-downloads-row-header {
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 700;
	background: #e9eaf1;
	border-bottom: 1px solid #e5eaf4;
}
.lp-downloads-row-subheader {
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 700;
	background: #f2f3f7;
	padding: 8px 12px;
	border-bottom: 1px solid #e5eaf4;
}
.lp-downloads-row:hover {
	background: #f2f3f7;;
}
.lp-downloads-thumb {
	text-align: center;
}
.lp-downloads-row > div {
	height: 88px;
}
.lp-downloads-thumb img {
	max-height: 64px;
	display: inline-block;
	height: auto;
}
.lp-downloads-row span {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.lp-downloads-type {
	width: 25% !important;
}
.lp-downloads-name {
	width: 30% !important;
}
.lp-downloads-row-subheader a {
	text-align: right;
	float: right;
	padding-right: 55px;
	font-size: 14px;
}

.djev_list .djev_item {
	display: flex;
	flex-wrap: wrap;
	padding: 36px 36px 28px !important;
}
.djev_list .djev_image_wrap {
	width: 20%;
}
.djev_list .djev_item_content {
	width: 70%;
}
.djev_list .djev_image_wrap {
	float: none !important;
	margin: 0 !important;
	padding: 5px 30px 5px 0;
}
.djev_list .djev_time {
	font-size: 14px !important;
}
.djev_list .djev_city {
	border: 0 !important;
}
.djev_url.djev_infoline {
	font-weight: 400 !important;
}
#djevents > h3 {
	margin-bottom: 32px;
}
/* Obszary działania - headery */
.lp-header-icon,
.lp-header-icon img {
	width: 120px !important;
	float: left !important;
}
.lp-header-icon.ico-ograniczenie-presji-gospodarki img {
	padding-top: 70px;
}
.lp-header-icon.ico-ograniczenie-presji-rolniczej img {
	padding-top: 25px;
}
.lp-header-icon.ico-przywracanie-droznosci img {
	padding-top: 68px;
}
.lp-header-icon.ico-budowa-potencjalu img {
	padding-top: 43px;
}
.lp-header-icon.ico-monitoring-wplywu img {
	padding-top: 71px;
}
.lp-header-icon.ico-zarzadzanie-projektem img {
	padding-top: 77px;
}
.lp-blocks-obszary-header .lp-block.lp-block-spoiler-100 {
	width: auto !important;
	margin-left: 24px;
}
.icon-point {
	width: 100% !important;
	float: left;
}
.icon-point img {
	float: left !important;
	width: 48px !important;
}
.icon-point h3 {
	margin: 10px 0 0 6px;
	float: left;
}
.lp-product {
	width: 100% !important;
	background: #f2f3f7;
	padding: 0 20px 32px;
	margin-top: 24px;
	border-radius: 8px;
	float: left;
	box-sizing: border-box;
}
.icon-point-product {
	float: left;
	width: 100%;
	margin-top: 32px;
}
.icon-point-product img {
	float: left !important;
	width: 32px !important;
}
.icon-point-product h3 {
	margin: 4px 0 0 6px !important;
	float: left;
	font-size: 20px;
}
.lp-product-desc {
	width: 100% !important;
	float: left;
	padding-left: 38px;
	box-sizing: border-box;
}

/* Menu mobilne */

#TopNav {
	position: relative;
}
/* .dj-megamenu-offcanvas {
	float: right;
} */
.dj-mobile-nav .language-select {
	position: relative;
	text-align: center;
	width: 100%;
}
.dj-mobile-nav .language-select img {
	width: 28px;
}
.dj-mobile-nav .language-select a {
	padding: 8px 12px;
}

.dj-mobile-nav a[aria-expanded="true"] .title {
	font-weight: 700;
}
.dj-megamenu-offcanvas.dj-megamenu-offcanvas-light {
	text-align: right;
} 
.dj-mobile-open-icon:focus-visible,
.dj-mobile-open-btn:focus-visible,
.dj-offcanvas-close-btn:focus-visible {
	outline: 0px !important;
}
.dj-mobile-open-btn {
	padding-top: 30px !important;
}
.mobile-Logo {
	text-align: left;
	padding-left: 6px;
}
.mobile-Logo img {
	max-height: 42px;
	text-align: left;
	position: absolute;
	top: 18px;
}
@media screen and (max-width: 1170px) {
#TopNav .language-select {
	display: none;
}
}
.lgd-credits p {
	text-align: center;
	font-size: 18px;
}

/* MODAL */

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.fade {
	transition: opacity .15s linear;
}
:where(:not([class*=uk-],[class*=tm-])), :where(:not([class*=uk-],[class*=tm-]))::after, :where(:not([class*=uk-],[class*=tm-]))::before {
	box-sizing: border-box;
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		/* margin: 1.75rem auto; */
		margin: 20% auto 0;
	}
}
.modal-dialog {
	position: relative;
	width: auto;
	pointer-events: none;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #e5e5e7;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}
.modal-header {
	background-color: inherit;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}
.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}
.djc_cart_popup {
	position: relative;
	height: 100%;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
	background-color: inherit;
	color: inherit;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: .5;
}
div#djc_cart_popup .modal-header {
	display: none;
}
.mod_djc2cart.mod_djc2cart-img {
display: inline-block;
}
div#gkUserPanel {
	position: absolute;
	top: 10px;
	right: 84px;
	z-index: 999;
}
.custom.user-login-ico {
	display: inline-block;
}
.custom.user-login-ico a {
  position: relative;
  display: inline-block;
}
.custom.user-login-ico img {
	max-width: 50px;
	width: 100%;
}
.custom.user-login-ico .user-icon,
.custom.user-login-ico .fav-icon {
	display: inline-block;
	padding-right: 5px;
}
@media screen and (max-width: 1239px) {
	.dj-megamenu-modern li a.dj-up_a {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 1179px) {
	#gkSearchProd #mod_djcatsearch {
		width: 420px !important;
	}
	#gkSearchProd {
		left: 240px !important;
		width: 420px !important;
		top: 11px; !important;
	}
	.mobile-Logo img {
		max-height: 66px !important;
		top: 5px !important;
		left: -24px;
	}
	.mobile-Logo {
		padding-left: 0px !important;
	}
	div#gkUserPanel {
		top: 2px;
	}
}
.djc_cart-login > div {
	display: flex;
	flex-wrap: wrap;
}
.djc_cart-login > div .col-md-6 {
	width: 50%;	
	padding: 0 24px;
}
div#form-login-username input {
	margin: 12px 0;
}
.control-group.register-info-text,
.control-group.as-guest-info-text {
	margin: 12px 0;
}
.no-registration-btn {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 5px 2px 2px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	padding: 15px 24px 14px;
	background-color: #b8c858;
	color: #fff;
	transform-origin: right;
	letter-spacing: 2px;
	border-radius: 20px 0 20px;
}
.no-registration-btn:hover {
	letter-spacing: 3px;
}
.djc_cart-login {
	margin-bottom: 64px;
}
#gkHighlights .lp-block.lp-module-title-left {
	padding: 0 12px;
}

.djc_producer__title {
	font-size: 42px;
	margin: -4px 0 24px;
}


.djc_producer_products_btn_cont {
	text-align: center;	
}
.djc_producer_products_btn {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 5px 2px 2px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	padding: 15px 24px 14px;
	background-color: #b8c858;
	color: #fff;
	transform-origin: right;
	letter-spacing: 2px;
	border-radius: 20px 0 20px;
}
.djc_producer_products_btn a {
	color: #fff;
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.djc_producer_products_btn a:hover {
	letter-spacing: 3px;
}
.djc_producer_boxes th {
	padding: 0;
}

/* PRODUCERS TABSY */
.djc_producer_tabs th {
	padding: 0;
}
.djc_producer_tabs .tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
}

.djc_producer_tabs .tab {
  display: none;
}
.djc_producer_tabs .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.djc_producer_tabs .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.djc_producer_tabs .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.djc_producer_tabs .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.djc_producer_tabs .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.djc_producer_tabs .tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.djc_producer_tabs .tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.djc_producer_tabs .tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.djc_producer_tabs .tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.djc_producer_tabs .tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.djc_producer_tabs .tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.djc_producer_tabs .tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}

/* KONIEC TABSÓW */

.djc_producer_boxes {
	display: flex;
	flex-wrap: wrap;
}
.djc_producer_box_desc h2 {
	margin: 24px 0 12px;
}
.djc_producer_box_desc,
.djc_producer__images,
.djc_producer_products_btn_cont {
	width: 75%;
	box-sizing: border-box;
	min-width: 320px;
}
.djc_producer_box_contact {
	width: 25%;
	box-sizing: border-box;
	padding-left: 32px;
}

.djc_producer_box_desc p {
	text-align: justify;
}
.djc_producer_products_btn_cont {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 8px;
}
.djc_single-item .djc_thumbnails {
	grid-template-columns: repeat(2, 1fr) !important;
}
.djc_item .djc_thumbnail {
	max-width: 200px !important;
}
.eb-entry {
	padding: 0 32px 0 6px;
}
.eb-posts {
	padding-right: 26px;
}
#eb .eb-posts .eb-post-thumb {
	margin-bottom: 20px !important;
}
#eb.eb-view-latest .eb-post .eb-post-thumb {
	margin-bottom: 0 !important;
}
#eb.eb-layout-listings .eb-post {
	margin-bottom: 32px;
}
.mod_djc_items.djc_grid .djc_item.mod_djc_item {
	max-width: 31.69%;
}
#eb.mod-easyblogimagewall .ezb-card {
	border-radius: 8px;
	height: 200px;
	margin-bottom: 8px !important;
}
.mod-easyblogimagewall .ezb-grid a::after {
	background: none !important;
}
.ezb-post-title {
	font-weight: 500;
	margin: 0 0 24px;
	color: #583400;
	font-family: 'Ubuntu';
	font-size: 16px;
	line-height: 1.3 !important;
}

#eb.undernews .ezb-grids {
	display: flex;
	flex-wrap: wrap;
}
#eb.undernews .ezb-grid {
	width: 33% !important;
}
#eb.undernews .ezb-grids>.ezb-grid {
	padding: 0 12px 0 0 !important;
}

#eb.undernews .ezb-grids>.ezb-grid:nth-child(3n) {
	padding-right: 0 !important;
}
.eb-modules-mobile-after-content .moduletableundernews h3 {
	margin-bottom: 12px;
	width: 100%;
}
#eb .video-js .vjs-big-play-button::before {
	width: 45px;
	height: 45px;
	border-style: solid;
	border-width: 37px;
	border-color: transparent transparent transparent #202020;
	display: block !important;
}

/* VIDEO PLAYER */

#gkMainbodyTop .box.video-list {
	padding: 0 16px;
}
#gkMainbodyTop .avs.videos > div,
#gkContent .avs.videos .row-fluid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

#gkMainbodyTop .avs.videos .thumbnails,
#gkContent .avs.videos .row-fluid .thumbnails {
	box-sizing: border-box;
	width: 33.333333%;
	padding: 32px 20px 32px 20px;
	border: 0 !important;
}
.avs.video .page-header {
	margin-bottom: 32px;
}
#gkMainbodyTop .avs.videos .thumbnails .avs-thumbnail,
#gkContent .avs.videos .row-fluid .thumbnails .avs-thumbnail {
	margin-bottom: 16px;
}

#gkMainbodyTop .avs.videos .thumbnails h4,
#gkContent .avs.videos .row-fluid .thumbnails h4 {
	text-align: center;
}
@media screen and (max-width: 1024px) {
	#gkMainbodyTop .avs.videos .thumbnails,
	#gkContent .avs.videos .row-fluid .thumbnails {
		width: 50%;
	}
}
@media screen and (max-width: 670px) {
	#gkMainbodyTop .avs.videos .thumbnails,
	#gkContent .avs.videos .row-fluid .thumbnails {
		width: 100%;
	}
}
@media screen and (max-width: 820px) {
	.djc_producer_box_contact {
		padding-left: 0px;
		text-align: center;
	}
	.djc_producer_box_desc,
	.djc_producer__images,
	.djc_producer_products_btn_cont {
		width: 100%;
		min-width: auto;
	}
	.djc_producer_box_contact {
		width: 100%;
	}
	#gkPageContent > div {
		width: 100% !important;
	}
	.eb-entry {
		padding: 0 6px !important;
	}
	.eb-posts {
		padding: 6px !important;
	}
}
@media screen and (max-width: 1240px) {
	.mod_djc_items.djc_grid .djc_item.mod_djc_item {
		max-width: 31%;
	}
}
@media screen and (max-width: 1024px) {
	.mod_djc_items.djc_grid .djc_item.mod_djc_item {
		max-width: 30.69%;
	}
}
@media screen and (max-width: 820px) {
	.mod_djc_items.djc_grid .djc_item.mod_djc_item {
		max-width: 47%;
	}
}
@media screen and (max-width: 670px) {
	.mod_djc_items.djc_grid .djc_item.mod_djc_item {
		max-width: 100%;
	}
	#eb.undernews .ezb-grid {
		width: 50% !important;
	}
	#eb.undernews .ezb-grids>.ezb-grid:nth-child(2n) {
		padding-right: 0 !important;
	}
	#eb.undernews .ezb-grids>.ezb-grid:nth-child(3n) {
		padding-right: 12px !important;
	}
}
@media screen and (max-width: 520px) {
	#eb.undernews .ezb-grids>.ezb-grid,
	#eb.undernews .ezb-grids>.ezb-grid:nth-child(2n),
	#eb.undernews .ezb-grids>.ezb-grid:nth-child(3n) {
		width: 100% !important;
		padding-right: 0 !important;
	}
}
.djc_items_labels li span {
	background: #b9c858;
	padding: 2px 14px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
}
/* AcyMailing */
.box.newsletter-mod {
	padding: 32px 32px 48px;
}
.newsletter-mod h3.header {
	font-family: 'Ubuntu', sans-serif;
	color: #8CB020;
	font-weight: 700;
	float: left;
	width: 100%;
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 30px;
	text-transform: none;
}
.acym_introtext {
	color: #575179;
	font-size: 18px;
	width: 100%;
	margin-bottom: 30px;
}
.newsletter-mod .acym_module_form .onefield {
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter-mod .acym__users__creation__fields__title {
	margin-right: 16px;
}
.newsletter-mod .acysubbuttons input.subbutton {
	padding: 19px 32px 19px 32px;
}
.acym__user__edit__email {
	width: 380px;
}
.newsletter-mod div.acym_module_success {
	color: #fff;
	background-color: #b8c858;
	border-radius: 12px;
	font-size: 14px !important;
}
.ph-video-container,
.ph-video-container iframe {
	width: 100% !important;
	min-height: 480px !important;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	border: 0 !important;
}
/* HIKA */
#hikashop_cart_product_listing tfoot tr td {
	background: #f5f5f5;
	padding: 12px;
	border-radius: 4px;
}
#hikashop_product_price_main {
	display: block;
	padding: 32px 16px;
	font-size: 18px;
	font-weight: 700;
}
.hikashop_product_price_full {
	display: block;
	width: 100%;
}

.hikashop_product_msrp_price_title,
.hikashop_product_our_price_title {
	color: #583400;
}
input.hikashop_compare_checkbox {
	margin-right: 8px;
	display: inline-block;
}
.hikashop_product_quantity_field {
	padding: 8px !important;
}
.hika_cpanel_main_top {
	margin-bottom: 16px;
}
h3.hika_cpanel_main_data_title {
	font-size: 18px;
}
div#paypal-select-message {
	margin: 0px 5px 16px;
}
.hikamarket_section_container h3 {
	font-size: 18px;
}
.hikamarket_cpanel_title h1 {
	font-size: 18px;
	margin-bottom: 16px;
	padding-left: 12px;
}
.hikamarketcpanel h2 {
	font-size: 24px;
	margin-bottom: 24px;
	padding-left: 12px;
}
.hika_cpanel_icon .fa-stack-1x,
.hika_cpanel_icon .fa-stack-2x {
	font-size: 1.3em !important;
	top: 7px !important;
	left: 7px !important;
}
.hika_cpanel_icon .hk-icon .hk-icon-dark,
.hika_cpanel_icon .hk-icon .fa-inverse,
.hika_cpanel_icon .hk-icon .fa-file-alt,
.hika_cpanel_icon .hk-icon .fa-dollar-sign {
	display: none;
}
div.hikashop_main_image_div,
div.hikashop_main_file_div {
	text-align: center;
}
div.hikashop_uploader_image_add,
div.hikashop_uploader_file_add {
	padding: 64px 0 0;
	float: none !important;
}
div.hikashop_uploader_image_add > a.hikabtn.hikabtn-primary {
	display: none;
}

/* Edycja produktu */
.djc_itemform input, .djc_itemform select, .content_vote select, .djc_delivery_split select, .djc_contact_form input, .djc_coupon__form input[type="text"], .djc_billing_details input, .djc_billing_details select, .djc_checkout_notes input, .djc_checkout_notes select, .djc_delivery_form select, #djc_delivery_fields input {
	height: 45px !important;
}
.djc_itemform .control-group.formelm {
	margin: 24px 0;
}
.djc_itemform .control-group.formelm label {
	margin-bottom: 6px;
	position: relative;
	float: left;
	width: 100%;
}

.djc_itemform .control-group.formelm .control-label + .control-label label {
	margin-top: 12px;
}
div.mod_djc2filters label, div.mod_djc2fw label {
	display: block;
	margin: 16px 0 8px 0 !important;
}
label.mod_djc2filters_group_label {
	background: #f2f2f2;
	padding: 4px 8px;
	width: 100%;
	border-radius: 4px;
}
.control-group.mod_djc2filters_attribute .controls.checkbox label span {
	padding-top: 3px;
	display: block;
}