body {
	min-height: 100%;
	background: #f9fbfd;
/* 	background: #f8f9fc; */
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	padding: 0;
	font-weight: normal;
	word-wrap: break-word;
}

a {
	color: #363636;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
	-webkit-transform: translateZ(0);
}

a:hover,
a:active,
a:focus {
	color: #e25b32;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2,
.componentheading {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

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

.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
}

#gkTopBelt {
	max-height: 80px;
	height: auto;
	text-align: center;
	background: #222;
}

#gkTopBelt p {
	margin: 0 !important;
	line-height: 0 !important;
}

#gkPageTop {
	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;
	min-height: 52px;
	position: relative;
	z-index: 999;
	-moz-box-shadow:    0 2px 7px rgba(0,0,0,0.13);
	-webkit-box-shadow:  0 2px 7px rgba(0,0,0,0.13);
	box-shadow:          0 2px 7px rgba(0,0,0,0.13);
}

#gkBannerTop {
	padding: 18px 0;
}

#gkHeader {
	background: #eee;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkPageContent {
/* 	border: 1px solid #edf2f9; */
	border-top: none;
	width: 100%;
}
#gkWeather {
	border: 1px solid #edf2f9;
	padding: 0 20px 10px;
}

#gkContent,
#gkPageContent {

}

/* Logo  */

#gkLogo {
	height: 52px;
	padding: 0;
	margin-top: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 120px;
	display: block;
	float: left;
}

#gkLogo img {
	display: block;
	margin: 0;
}
/* Top content */

#gkContentTop {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 14px 20px;
}

#gkTopMenu {
	background: transparent url('../images/topmenu_bg.png') repeat 0 0;
	float: left;
	line-height: 28px;
	margin-right: 30px;
}

#gkTopMenu li {
	border: none;
	color: #7a7a7a;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#gkTopMenu li:hover {
	background: none
}

#gkTopMenu li a {
	color: #7a7a7a;
	display: block;
	line-height: 28px;
	padding: 0 8px;
}

#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover,
#gkTopMenu li.active a {
	color: #e25b32;
}

/* Search */

#gkSearch {
	float: right;
}

#mod-search-searchword {
	background: transparent url('../images/search_bg.png') no-repeat right center;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-ms-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-o-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	color: #777;
	font-size: 12px;
	height: 32px;
	line-height: 33px;
	margin-top: -3px;
	padding: 0 12px
}

/* Social icons */

#gkSocial {
	float: right;
	margin-left: 24px;
}

#gkSocial p {
	margin: 0;
}

.gkTwitter,
.gkFb,
.gkGplus,
.gkPinterest {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-indent: -9999px;
	-webkit-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-moz-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-o-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	width: 28px;
}

.gkTwitter {
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 0;
}

.gkFb {
	background: transparent url('../images/style1/social_icons.png') no-repeat -28px 0;
}

.gkPinterest {
	background: transparent url('../images/style1/social_icons.png') no-repeat -56px 0;
}

.gkGplus {
	background: transparent url('../images/style1/social_icons.png') no-repeat -84px 0;
}

.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 -22px;
}

.gkFb:active,
.gkFb:focus,
.gkFb:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -28px -22px;
}

.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -56px -22px;
}

.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -84px -22px;
}

/* Group modules */

#gkBottom1,
#gkBottom2 {
	-webkit-transform: translateZ(0.001); /* With 0 the left border on Chrome dissapears O.o */
	border-top: 1px solid #e5e5e5;
	margin: 0 auto!important;
	overflow: hidden;
	padding: 36px 0;
}

#gkBottom1 .box .header,
#gkBottom2 .box .header {
	font-size: 16px
}

#gkBottom2 {
	background: #f3f3f3;
}

#gkBottom2 .box {
	color: #999;
	font-size: 12px
}

#gkBottom2 .box a {
    color: #777
}

#gkBottom2 .box a:hover {
    color: #363636
}

/* standard breadcrumb */

#gkBreadcrumb {
	background: #F9F9F9;
	border-bottom: 1px solid #e5e5e5;
	margin: -10px -18px 24px -20px;
	padding: 14px 24px 15px;
}

#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #333;
}

#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 4px!important;
	color: #ccc;
}

#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	font-weight: 600;
}

#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 {
	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;
	color: #919aa7;
	font-size: 10px;
	line-height: 16px;
	padding: 0;
	letter-spacing: 0.2px;
}
#gkFooterArea {
	padding: 14px 12px;
	box-sizing: border-box;
	font-size: 10px;
	letter-spacing: 0.2px;
}
#gkFooterArea .gkPage {
	padding: 0 12px;
	box-sizing: border-box;
}
/* Wybierz portal menu */
.select-portal {
	float: left;
	width: 100%;
}
.select-portal-label,
.select-portal-list {
	float: left;
}
.select-portal-label {
	margin: 8px 12px 0 0;
}
.select-portal-list {
	width: 150px;
}
#portal-list-menu {
	color: #363636;
	position: relative;
	top: 0;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#portal-list-menu > li {
	float: left;
	position: relative;
	width: 100%;
	list-style-type: none;
}
.portal-list-label {
	position: relative;
	display: block;
	padding: 9px 24px 8px 12px !important;
	line-height: 1.2;
	transition: background 0.3s;
	cursor: pointer;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.portal-list-label:after {
	content: "";
	position: absolute;
	display: block;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 4px solid #363636;
	border-bottom: 0 solid #363636;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transition: border-bottom .1s, border-top .1s .1s;
}
input#check01:checked ~ label,
.portal-list-label:hover {

}
input#check01:checked ~ label {
	color: #363636;
}
input#check01:checked ~ .portal-list-label:after {
	border-top: 0 solid #363636;
	border-bottom: 4px solid #363636;
	transition: border-top .1s, border-bottom .1s .1s;
}
input#check01 {
	display: none
}
input#check01:checked ~ .portal-list-submenu {
  max-height: 920px;
  transition: max-height 0.5s ease-in;
}
.portal-list-submenu {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.3);
  transition: max-height 0.5s ease-out;
  position: absolute;
  min-width: 100%;
  z-index: 9;
}
.portal-list-submenu li a {
	display: block;
	padding: 6px 12px;
	color: #363636;
	text-decoration: none;
	transition: background .3s;
	white-space: nowrap;
}
.portal-list-submenu li a:hover {
	background: #cecece;
	color: #fff;
}
/* Koniec Select portal */

/* Menu redaktora */

.redakcja-float {
	position: fixed;
	right: 0;
	bottom: 16px;
	width: 130px;
	z-index: 5;
}
@media(max-width:600px) {
	.redakcja-float {
	width: 95px;
}
}
.mod-welcome-action div {
	margin-bottom: 12px;
}
.mod-welcome-action a {
	border-radius: 50%;
	height: 62px;
	width: 62px;
	color: #fff !important;
	font-size: 26px;
	text-align: center;
	line-height: 62px !important;
}
.mod-welcome-action .add-news a {
	background-color: #5cb85c !important;
    border-color: #4cae4c !important
}
.mod-welcome-action .add-news a:hover {
	background-color: #47a447 !important;
    border-color: #398439 !important
}
.mod-welcome-action .pending-news a {
	background-color:#5bc0de !important;
    border-color:#46b8da !important
}
.mod-welcome-action .pending-news a:hover {
	background-color:#39b3d7 !important;
    border-color:#269abc !important
}
.mod-welcome-action .manage-news a {
	background-color: #ed9c28 !important;
	border-color: #d58512 !important
}
.mod-welcome-action .manage-news a:hover {
	background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.mod-welcome-action .add-news i {
	margin-right: 8px !important;
}
.mod-welcome-action .pending-news i {
	margin-right: 12px !important;
}
.mod-welcome-action .manage-news i {
	margin-left: -5px !important;
}

/* Menu redaktora koniec */

/* Reference text */
.reference-bottom {
	text-align: justify;
}

#gkFooterNav {
	clear: both;
	margin: 32px 0 0;
	padding: 0;
	text-align: left;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
#gkFooterNav .gkPage {
	padding: 0 12px;
}
#gkFooterNav li {
	display: block;
	float: none;
	font-size: 12px;
	line-height: 12px;
	margin: 8px 0;
	padding: 0;
}
#gkFooterNav li a {
	padding: 4px 0;
}
#gkFooter a {
	color: #919aa7;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #fff;
}
#gkCopyrights {
/* 	background: #161816; */
	color: #919aa7;
	float: left;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 25px;
	width: 100%;
}
#gkCopyrights .credits-line-1 {
	float: left;
	width: 100%;
}
#gkCopyrights .logo {
	float: left;
}
.local-service-credits {
	float: right;
	margin: 24px 12px 0 0;
	text-align: left;
}
.local-service-data {
	float: left;
	line-height: 1.66;
}
.nav-box {
	float: left;
	width: 25%;
	padding-right: 40px;
	box-sizing: border-box;
}
.nav-header {
	color: #222;
	font-size: 13px;
	margin-bottom: 6px;
	margin-top: 20px;
	letter-spacing: 0.6px;
}
.nav-header.portal {
	text-transform: uppercase;
}

/* Other footer elements */
#gkFrameworkLogo {
	display: inline-block;
	width: 140px;
	height: 30px;
	background: url('../images/logo_ls_footer.png') no-repeat 0 center;
	text-indent: -9999em;
	margin-bottom: 5px;
}
/*
	margin-left: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;
	
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	
}

#gkFrameworkLogo:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
	filter: grayscale(0%); 
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

*/



/* Suffixes */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	padding: 20px;
	width: 100%;
}

div.content {
	clear: both;
}

.box li a {
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin-left: 20px;
}

.box ul ul li:last-child {
	border-bottom: none!important;
}

/* Suffix vertical */

.box.vertical {
	padding: 0!important;
}

.box.vertical .header {
	color: #363636;
	float: left;
	text-transform: uppercase;
	width: 30%;
}

.box.vertical .content {
	clear: none!important;
	float: left;
	width: 70%;
}

/* default suffix */

.box .header {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 15px;
}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

.box.nomargin {
	margin: 0!important;
}

.box.nopadding {
	padding: 0!important;
}

.box.noborder {
	border: 0!important;
}
.box.mb-12 {
	margin-bottom: 12px;
}

/* nooverflow suffix */

.box.nooverflow,
.box.nooverflow > div {
	overflow: visible!important;
}

/* advertisement suffix */

.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #999!important;
	font-size: 10px!important;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 5px 0;
	min-height: 16px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix _text */

.box_text > div {
	background: #fff;
}

/* suffix dark */

.box.dark {
	background: #222!important;
	color: #999;
	padding: 20px;
}

.box.dark .header {
	background: transparent!important;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}

.box.dark ul li {
	border-top: 1px solid #444;
	position: relative;
	padding: 2px 0;
}

.box.dark ul li:first-child {
	border-top: none;
}

.box.dark a {
	color: #fff;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #e25b32;
}

.box.dark ul ul {
	margin: 0 0 0 20px;
}

.box.dark b,
.box.dark strong {
	font-weight: bold;
}

/* suffix light */

.box.light {
	background: #f8f8f8!important;
	padding: 20px;
}

#gkInset .box.light {
	margin: 1px;
	width: 99%;
}

.box.light ul {
	margin: 0;
	padding: 0;
}

.box.light ul li {
	border-top: 1px solid #ddd;
	position: relative;
}

.box.light ul li:first-child {
	border-top: none;
}

.box.light ul ul {
	margin: 0 0 0 20px;
}

.box.light b,
.box.light strong {
	font-weight: bold;
}

/* Suffix pattern */

.box.pattern {
	background: url('../images/topmenu_bg.png') repeat 0 0;
}

#gkInset .box.pattern {
	margin: 1px;
	width: 99%;
}

/* Suffix color */

.box.color .header {
	color: #e25b32;
}

/* Suffix bigtitle */

.bigtitle .header {
	color: #bbb;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-top: 12px;
	text-transform: none;
}

/* Suffix badge-new */

.box.badge-new .header,
.box.badge-popular .header,
.box.badge-top .header,
.box.badge-hot .header,
.box.badge-video .header,
.box.badge-audio .header,
.box.badge-gallery .header {
	position: relative;
}

.box.badge-new .header::after,
.box.badge-popular .header::after,
.box.badge-top .header::after,
.box.badge-hot .header::after {
	background: #9eb931;
	color: #fff;
	content: "New";
	font-size: 10px;
	font-weight: bold;
	padding: 0 6px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.box.badge-video .header::after,
.box.badge-audio .header::after,
.box.badge-gallery .header::after {
	background: url('../images/badges.png') no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	z-index: 1;
}
.box.badge-audio .header::after {
	background-position: 0 -69px
}

.box.badge-gallery .header::after {
	background-position: 0 -132px
}

.box.badge-popular .header::after {
	background: #32aae2;
	content: "Popular";
}

.box.badge-top .header::after {
	background: #e25b32;
	content: "Top";
}

.box.badge-hot .header::after {
	background: #DBAE43;
	content: "Hot";
}

/* Suffix headlines */

.box.headlines .header {
	background: #e25b32;
	-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: #fff;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
	padding: 16px 6px 12px 6px;
	position: relative;
	text-align: center;
}

.box.headlines .header::after {
	background: transparent url('../images/style1/highlight_bg.png') no-repeat 0 center;
	background-size: 100% 100%;
	bottom: -13px;
	clear: both;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* mainbody restrictions */

section#gkBreadcrumb + section#gkMainbody {
	margin-top: 0!important;
}

/* tablet/mobile suffixes */

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

#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;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}

#login-form ul li a {
	color: #999;
}

#login-form ul li a:hover {
	color: #222;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}

.gkPopupWrap .logout-button input {
	float: right
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#login-form .login-greeting {
	color: #fff;
	float: left;
	font-size: 18px;
	margin-right: 32px;
}

.gkUsermenu {
	border-top: 3px solid #E25B32;
	clear: both;
	padding-top: 4px;
	position: relative;
	top: 10px;
}

.gkUsermenu li {
	border: none;
	background: #363636;
	color: #999;
	padding-left: 16px;
	margin: 0 0 3px
}

.gkUsermenu li a {
	background: transparent !important;
	color: #fff
}

/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;

	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

.login span#fb-auth {
	margin: 6px 0 0 10px;
}

/* popup */

#gkPopupOverlay,
#gkPopupLogin {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #222;
}

#gkPopupLogin {
	position: absolute;
	top: 70px;
	width: 560px;
	margin-left: -280px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gkPopupLogin #loginForm {
	background: transparent url('../images/login.png') no-repeat 4px 6px;
	padding-left: 170px
}

#gkPopupLogin label {
	color: #fff;
	font-size: 12px;
}

#gkPopupLogin #login-form input[type="text"],
#gkPopupLogin #login-form input[type="password"] {
	float: right;
	height: 36px;
	width: 70%;

}

#gkPopupLogin #login-form fieldset p {
	padding: 0 0 18px
}

#gkPopupLogin #form-login-remember,
#gkPopupLogin #form-login-buttons {
	margin-left: 100px
}

#gkPopupLogin #form-login-buttons input.button:hover {
	background: #212121;
}

#gkPopupLogin #login-form ul {
	background: none;
	border-top: 1px solid #444;
	margin-left: 100px;
	padding: 10px 0 0
}

#gkPopupLogin #login-form ul li {
	float: left;
}

#gkPopupLogin #login-form ul li:first-child {
	margin-right: 8px
}

#gkPopupLogin #login-form ul li a:hover,
#gkPopupLogin #login-form ul li a:active,
#gkPopupLogin #login-form ul li a:focus {
	color: #fff;
}

.gkPopupWrap {
	padding: 32px;
	overflow: hidden;
}

.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

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

/* COMMON on Templates */
#gkLogowanie {
	float: right;
}
.easyorientation.alert.alert-info strong {
	color: #fff !important;
}
/* Social */
.mod-es-dropdown-menu {
	float: left;
	padding: 12px 0;
	margin-right: 12px;
}
.mod-es-oauth {
	float: left;
	padding: 10px 0;
}
#es .o-avatar-status--rounded,
#es .o-avatar--rounded,
#es .o-avatar--rounded img {
	border-radius: 4px !important;
}

#es .o-avatar {
	height: 32px !important;
	width: 32px !important;
}

#es .es-comments-wrap {
	clear: both;
	padding: 12px !important;
	background-color: #f5f5f5;
	margin-left: -20px !important;
	margin-right: -20px !important;
}
/* Social Menu */
.gkSocial-menu {
	display: block;
}
.gkSocial-menu ul {
	display: table;
	width: 100%;
	max-width: 670px;
}
.gkSocial-menu ul li {
	list-style: none;
	display: table-cell;
	text-align: center;
}
.gkSocial-menu li a {
	width: 75px;
	padding: 15px 0 15px;
	display: inline-block;
	background: #ededed;
	margin: 10px 10px 0;
	text-align: center;
}
/* Social Menu END */

/* MOBILE CUSTOMIZATION */
@media(max-width:800px){
.gkSocial-menu {
	display: none;
}
#gkContentWrap {
	padding: 0 !important;
}
.mobile-toolbar-bottom {
	background: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 56px;
	text-align: center;
	-moz-box-shadow:     0 -2px 8px 0 rgba(103,151,255,.09), 0 4px 32px 0 rgba(103,151,255,.09);
	-webkit-box-shadow:  0 -2px 8px 0 rgba(103,151,255,.09), 0 4px 32px 0 rgba(103,151,255,.09);
	box-shadow:          0 -2px 8px 0 rgba(103,151,255,.09), 0 4px 32px 0 rgba(103,151,255,.09);
	display: none !important;
	box-sizing: border-box;
	z-index: 999;
}
.mobile-toolbar-bottom .gkPage {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.mobile-toolbar-bottom .gkPage .newsy-btn-bottom,
.mobile-toolbar-bottom .gkPage .ogloszenia-btn-bottom,
.mobile-toolbar-bottom .gkPage .hide-btn-bottom,
.mobile-toolbar-bottom .gkPage .profile-btn-bottom,
.mobile-toolbar-bottom .gkPage .social-megamenu-btn-bottom  {
	height: 56px;
 	background: #ededed;
	display: table-cell;
	box-sizing: border-box;
 	border: 1px solid #fff;
	
}
.spolecznosc-mmenu-bottom {
	position: fixed;
	bottom: -50px;
	left: 50%;
	width: 140px;
	height: 140px !important;
	margin-left: -70px;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
}

.social-mmenu-plus {
	background: #fff !important;
	box-shadow: 0 2px 8px 0 rgba(103,151,255,.09), 0 4px 32px 0 rgba(103,151,255,.09);
	border-radius: 50%;
	width: 140px;
	height: 140px !important;
	position: relative;
	z-index: 11;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.social-mmenu-plus span {
	font-size: 40px;
	line-height: 2.6;
	font-weight: bold;
	background: #234678;
	background-image: -webkit-linear-gradient(to right, #009DDE 0%, #234678 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), to(#234678));
	background-image: -webkit-linear-gradient(left, #009DDE 0%, #234678 100%);
	background-image: -o-linear-gradient(left, #009DDE 0%, #234678 100%);
	background-image: linear-gradient(to right, #009DDE 0%, #234678 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009DDE', endColorstr='#234678',GradientType=1 );
	background-position: center center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-stroke: transparent;
	z-index: 10;
	display: inline-block;
	-webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s ;
    transition: all 0.5s ease-out 0.1s;
}
.spolecznosc-mmenu-opt {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(103,151,255,.09), 0 4px 32px 0 rgba(103,151,255,.09);
	width: 240px;
	height: 0px;
	z-index: 9;
	margin-left: -120px !important;
	bottom: -100px !important;
	position: fixed;
	left: 50%;
	border-radius: 16px;
	-webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s ;
    transition: all 0.5s ease-out 0.1s;
    opacity: 0;
}
.spolecznosc-mmenu-bottom:hover {
	margin-left: -120px;
	width: 240px !important;
}
.spolecznosc-mmenu-bottom:hover .social-mmenu-plus {
	border-radius: 16px;
	width: 240px;
	box-shadow: none;
}
.spolecznosc-mmenu-bottom:hover .social-mmenu-plus span {

	-webkit-transform: rotate(270deg);  
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spolecznosc-mmenu-bottom:hover .spolecznosc-mmenu-opt {
	height: 300px;
    opacity: 1;
}
.spolecznosc-mmenu-opt ul {
	margin-top: 20px;
}
.spolecznosc-mmenu-opt li {
	list-style: none;
	
}
.mmenu-hover-a {
	font-size: 18px;
	padding: 6px 0;
	display: block;
	background: #234678;
	background-image: -webkit-linear-gradient(to right, #009DDE 0%, #234678 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), to(#234678));
	background-image: -webkit-linear-gradient(left, #009DDE 0%, #234678 100%);
	background-image: -o-linear-gradient(left, #009DDE 0%, #234678 100%);
	background-image: linear-gradient(to right, #009DDE 0%, #234678 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009DDE', endColorstr='#234678',GradientType=1 );
	background-position: center center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-stroke: transparent;
}
.dj-megamenu-wrapper.mobile-off {
	display: block;
}
ul.gkwNextDays,
.mod-es-dropdown-menu {
	display: none !important;
}
.redakcja-float {
	bottom: 60px;
}
	 
}
#gkPowiadomienia {
	float: right;
	padding: 12px 16px 0 0;
}
.social-name-dropdown {
	display: none;
}
@media(max-width:580px){
	.spolecznosc-mmenu-bottom,
	.social-mmenu-plus {
		width: 72px !important;
		height: 72px !important;
	}
	.spolecznosc-mmenu-bottom {
		margin-left: -36px;
		bottom: 0;
	}
	.social-mmenu-plus span {
		line-height: 1.8;
	}
	.spolecznosc-mmenu-bottom:hover,
	.spolecznosc-mmenu-bottom:hover .social-mmenu-plus {
		width: 240px !important;
	}
}
/* EB composer styles */
#eb .eb-composer-placeholder  a.btn-browse[data-eb-thumbnails-browse] {
	display: none;
}
#eb .eb-composer-placeholder .eb-thumbs-add-thumbnail-button {
	display: inline;
}
.eb-composer-block-fieldgroup[data-type="thumbnails"] {
	display: none;
}
/* END Composer styles */

#gkSidebar .djslider-default ul.djslider-in > li {
	border: 0 !important;
	background: none;
}
#gkSidebar .djslider-default ul.djslider-in > li + li {
	border-top: 1px solid #e5e5e5 !important;
}