/*
#------------------------------------------------------------------------
# Writer - #8 2014 Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Basic elements */
*,
*:after,
*:before {
	/*-webkit-box-sizing: content-box;*/
	/*-moz-box-sizing: content-box;*/
	/*box-sizing: content-box;*/
}
html { -webkit-font-smoothing: subpixel-antialiased;  background: #383838; }
body {
	background: #383838;
	color: #f5f5f5;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.9;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
	overflow-x: hidden;
}
.single-page > header h1 {
	display: none;
}
label {
	color: #f5f5f5 !important;
}
.contact h3 {
	color: #f5f5f5 !important;
}
a,
a.inverse:active,
a.inverse:focus,
a.inverse:hover,
.itemInfo a.inverse:active,
.itemInfo a.inverse:focus,
.itemInfo a.inverse:hover,
.itemAdditionalInfo a.inverse:active,
.itemAdditionalInfo a.inverse:focus,
.itemAdditionalInfo a.inverse:hover {
	color: #e45425;
	-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;
}
.itemInfo a.inverse,
.itemAdditionalInfo a.inverse {
	color: #a8a8a8;
}
a.inverse,
a:hover,
a:active,
a:focus { color: #010101; }
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.itemBody h1,
.itemBody h2,
.itemBody h3,
.itemBody h4,
.itemBody h5,
.itemBody h6 { 
	font-weight: bold;
	margin: 100px 0 30px; 
}
h1 {
	font-size: 26px;
	text-transform: none
}
h2,
.componentheading {
	font-size: 36px;
	text-transform: none
}
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
.itemBody h1 { font-size: 36px; }
.itemBody h2 { font-size: 26px; }
.itemBody h3 { font-size: 22px; }
.itemBody h4 { font-size: 18px; }
.itemBody h5 { font-size: 16px; }
.itemBody h6 { font-size: 14px; }
b,
strong { font-weight: 600; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li { 
	font-size: 18px;
	line-height: 1.7; 
}
p { margin:0.5em 0 0em; }
iframe { max-width: 100%!important; }


/* Containers */
#gk-bg {
	width: 100%;
}
#gk-header {
	background: #fff;
	border-right: 1px solid #e5e5e5;
	float: left;
	height: 100%;
	left: 280px;
	position: absolute;
	top: 0;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	width: 75px;
	z-index: 2;
}
#gk-right {
	padding: 0 10px 0 75px;
	position: relative;
}
#gk-right-helper {
	display: none;
}
#gk-right.has-top-area {
	padding-top: 145px; 
}
#gk-right-top {
	background: #fff;
	content: "";
	display: block;
	height: 75px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#gk-right-top-bg {
	background: #fff;
	content: "";
	display: block;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
#gk-footer,
#gk-sidebar,
#gk-breadcrumb {
	-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;
}
#gk-right.popup-open #gk-footer,
#gk-right.popup-open #gk-sidebar,
#gk-right.popup-open #gk-breadcrumb {
	opacity: 0;
}
body.no-sidebar #gk-right-top-bg {
	display: none;
}

#gk-content {
	background: #383838;
	/*padding-left: 75px;*/
	/*position: relative;*/
	z-index: 1;
}
 #gk-content {
	width: 100%!important;
}

/* fixed-content suffix */
.fixed-content #gk-content {
	height: 100%;
	position: fixed;
}

.fixed-content #gk-content {
	max-width: 2000px !important;
}
#gk-content {
	width: 100% !important;
}
/* full-width suffix */
.full-width #gk-bg {
	max-width: 100%;
}
.full-width #gk-mainbody .box {
	margin: 0;
}
.full-width #gk-content {
	background: transparent;
}

/* no-bg suffix */
.no-bg #gk-content {
	background: transparent;
}
.no-bg #gk-mainbody .box {
	margin: 0!important;
}

/* Logo  */
#gk-logo {
	display: block;
	margin-right: -1px;
}
#gk-logo img {
	display: block;
	height: auto;
	max-width: 75px;
}
#gk-logo-text {
	float: left;
	font-size: 24px;
	height: 75px;
	line-height: 75px;
	margin-right: 50px;
	position: relative;
	text-transform: uppercase;
	top: 35px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	width: 1px;
	white-space: nowrap;
}

#gk-logo + #gk-logo-text {
	top: 50px;
}

#gk-logo-text.two-lines {
	line-height: 24px;
	padding: 12px 0;
}

#gk-logo-text > span {
	display: none;
}

@media (max-height: 300px) {
	#gk-logo-text {
		display: none!important;
	}
}

/* Menu bar */
#gk-menu-button {
	left: 0;
	position: absolute;
	top: 50%;
}

/* Right top area */
#gk-social,
#gk-search,
#gk-login-btn {
	float: right;
	height: 40px;
	margin: 18px 0;
}
#gk-login {
	display: none;
}
#gk-login-btn {
	display: block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 28px 20px;
	width: 20px;
}
#gk-search {
	background: #fff;
	border-right: 1px solid #d5d5d5;
	height: 40px;
	position: relative;	
	-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;
}
#gk-search .inputbox {
	border: none;
	height: 40px!important;
	line-height: 40px!important;
	outline: none;
	padding: 0 20px!important;
}
#gk-search.search-active .inputbox {
	padding: 0 20px;
	width: 100%;
}
#gk-search .inputbox:active,
#gk-search .inputbox:focus,
#gk-search .inputbox:hover {
	background: transparent!important;
}
#gk-search:after {
	color: #999;
	content: "k";
	font-family: "writer-pixellove";
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
}
#gk-social {
	line-height: 50px;
	padding: 0 40px;
}
#gk-social a {
	color: #888;
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	height: 22px;
	margin: 0 2px;
	overflow: hidden;
	text-align: center;
	width: 24px;
}
#gk-social a:active,
#gk-social a:focus,
#gk-social a:hover {
	color: #e45425;
}
#gk-search + #gk-social {
	border-right: 1px solid #d5d5d5;
}

/* Stylearea */
#gk-style-area {
	clear: both;
	display: none;
	float: left;
	line-height: 10px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
#gk-style-area a {
	display: inline-block;
	height: 9px;
	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: 9px;
}
#gk-style-area a:first-child { margin-left: 0; }
#gk-style-area 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);
}
#gk-color1 { background: #e45425; }
#gk-color2 { background: #6ac3e3; }
#gk-color3 { background: #dd9505; }

/* Group modules */
#gk-top,
#gk-bottom {
	clear: both;
	overflow: hidden;
	padding: 40px 75px;
}
#gk-mainbody {
	padding: 0px;
	position: relative;
	padding-left: 3%;
}
#gk-top + #gk-mainbody,
#gk-mainbody + #gk-bottom {
	border-top: 1px solid #e5e5e5;
}
#gk-menu-top img {
    height: auto !important;
}
/* standard breadcrumb */
#gk-breadcrumb {
	border-bottom: 1px solid #d5d5d5;
	margin: -70px 0 32px 0;
	overflow: hidden;
	padding: 10px 0;
	text-align: right;
}
.breadcrumbs {
	color: #000;
	float: left;
	font-size: 14px;
	text-align: right;
	width: 100%;
}
.breadcrumbs li.separator {
	color: #aaa;
	font-size: 14px;
	padding: 4px 6px !important;
	text-align: center;
	width: 22px;
}
.breadcrumbs > li {
	clear: none;
	display: inline-block;
	font-size: 14px;
}
.breadcrumbs li a { color: #888; }
.breadcrumbs li a:hover { color: #e45425; }

/* footer */
#gk-footer {
	border-top: 1px solid #ddd;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	padding: 0;
	text-align: right;
}
#gk-footer strong { color: #000; }
#gk-footer-nav {
	margin: 0 auto;
	padding: 15px 0;
}
#gk-footer-nav li {
	border: none;
	display: inline-block;
	float: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	margin: 0!important;
	padding: 0 10px!important;
}
#gk-footer-nav li:last-child {
	padding-right: 0!important;
}
#gk-footer a {
	color: #000;
	padding: 0!important;
}
#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover { color: #e45425; }
#gk-copyrights {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 20px 0;
	position: absolute;
    bottom: 0px;
}

/* Other footer elements */
#gk-framework-logo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Suffixes */

/* default suffix */
.box {
	font-size: 15px;
	/*line-height: 1.6;*/
	/*margin: 0 0 50px 0;*/
	width: 100%;
}
div.content { clear: both; }
.box li {
	/*border-bottom: 1px solid #ddd;*/
	line-height: 20px;
	padding: 7px 0;
}
.box li:last-child {
	line-height: 1.6;
}
.s5_am_innermenu li:last-child {

}
.s5_accordion_menu_element.vacurrentmenu {
	/*height: 250px !important;*/
	margin: 15px !important;
}
.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; }
.box .header, #loginForm > h3 {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 24px 0;
	text-transform: uppercase;
}

/* clear suffix */
.box.clear {
	border: none !important;
	clear: none;
	padding: 0!important;
}
.clear div.content { clear: both; }

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #ddd;
	color: #999!important;
	font-size: 12px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

/* suffix light */
.box.light .box-wrap {
	background: #fff;
	border: none;
	padding: 32px!important;
}

/* suffix _text */
.box_text > div { background: #fff; }

/* suffix dark */
.box.dark .box-wrap {
	background: #111;
	border: none;
	color: #999;
	padding: 32px!important;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}
.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-bottom: 1px solid #555;
	font-size: 15px;
	position: relative;
}
.box.dark ul li:last-child { border-bottom: none; }
.box.dark a { color: #ddd!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #e45425!important; }
.box.dark ul ul { margin: 0 0 0 20px; }

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Menu suffix */
.box ul.menu ul { margin: 0 0 32px 0; }
.box ul.menu li li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	padding-left: 6px;
}
.box ul.menu li.active { background: #F2F4F5 }
.box ul.menu li.active a { padding: 8px 16px }
.box ul.menu li li a { margin: 0 0 0 6px }
.box .menu .header + .content ul li:first-child { border-top: none; }
.menu li a {
	color: #000;
	display: inline-block;
	font-size: 15px;
	padding: 8px 0;
}
.menu li a:hover {
	color: #e45425 !important;
	padding-left: 10px;
}
.box .menu li li a {
	color: #666;
	font-weight: normal
}
.box .menu li strong { display: block; }

/* 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; }

#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	border-top: 1px solid #E5E5E5;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 12px 0;
}
#login-form ul li {
	color: #999;
	font-size: 12px;
	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;
}

/* Popup login */
#gkPopupLogin {
	display: none;
	left: 0;
	opacity: 0;
	margin-top: 200px;
	padding: 0 0 0 75px;
	position: absolute;
	-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%;
}
.popup-open #gkPopupLogin {
	margin-top: 45px;
	opacity: 1;
}
#gkPopupLogin span#fb-auth {
	margin-top: 0;
}
#gkPopupLogin .button:active,
#gkPopupLogin .button:focus,
#gkPopupLogin .button:hover {
	background: transparent;
}
.gkUsermenu {
	clear: both;
	float: left;
	margin: 20px 0;
}
.gkUserdata .logout-button .button,
.gkUserdata #login-form .button {
	margin: 10px 0 0 0;
}
#gkPopupLogin #form-login-buttons { clear: both}
#gkPopupLogin #form-login-buttons input.button { margin: 0 0 50px}
#gkPopupLogin #fb-auth, #gkPopupLogin .button.full { width: 95% }
#gkPopupLogin #form-login-remember { float: left;}
#gkPopupLogin #form-login-forgot { float: right; margin: 10px 5% 0 0}
#gkPopupLogin #form-login-forgot a { color: #999; font-size: 14px; }
#gkPopupLogin #form-login-forgot a:hover { color: #111}
/* 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: 17px 16px 0 10px;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	
	display: inline-block;
	color: #fff;
	line-height: 49px;
	font-size: 14px;
	font-weight: 700;
	
	padding: 0 30px 0 12px;
	cursor: pointer;
	height: 49px;
	-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;
	text-transform: uppercase;
	text-align: center;
	
}
span#fb-auth:hover { background-color: #556b9b; }

.frontpage.fixed-content #gk-mainbody {
	background: url('/images/tlo.jpg') center left no-repeat;
    background-size: contain;
}
.frontpage.fixed-content #gk-mainbody .tekstg {
	width: 310px;
	margin-left: 7%;
    margin-top: 146px;
    color: #7A7A7A;
    font-family: 'Open Sans';
}
.tekstg p:first-child {
	font-size: 20px;
}
.tekstg p:last-child {
    float: right;
    margin-top: -39px;
}
#gk-mainbody ul.uk-slideshow {
	    position: relative;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    font-family: 'Open Sans';
    width: 60%;
    /* width: 100%; */
    /* margin: 0; */
    padding: 0;
    list-style: none;
    overflow: hidden;
    touch-action: pan-y;
}
#gk-mainbody ul.uk-slideshow .podpis {
	float: right;
}
.uk-slidenav-position .uk-slidenav {
	display: block !important;
	top:19% !important;
	color:#000;
}
#gk-content .contact header {
	display: none;
}
#gk-content .contact .contact-details {
	display: block;
}
.contact {
	width: 80%;
    margin: 0 auto;
    margin-top: 9%;
}
#gk-right {
	position: absolute;
    top: 80%;
	left: 434px;
    z-index: 99;
    font-family: 'Open Sans';
}
#infokontak {
	font-size: 13px;
}
#infokontak p{
	padding:0px;
	margin:0px;
}
#social {
	display: block;
    width: 100%;
    height: 50px
}
#social p {
	float: left;
	margin: 0 12px !important;
}
#social p img {
	width: 35px;
}
#infokleft {
	margin-top: 10px;
	margin-left: 10px;
}
#infokleft p {
	float: none;
	color: #E65770;
	width: 100%;
	padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
}
#page2 #gk-mainbody {
	background: url('/images/kontakt.jpg') center center no-repeat;
    background-size: contain;
}
#page123 header {
	margin-bottom: -45px;
}
#gk-copyrights a {
	display: block;
}
#social p:first-child {
	margin-left: 0px;
}
.single-page > header h1 {
	color: #F90020 !important;
}
.itemAuthorContent h3, .itemNavigation h3 {
	display: none !important;
}
.single-page > header h1 {
	position: static !important;
}
.itemFullText {
	/*text-align: center !important;*/
}
.itemFullText p {
	font-family: 'Open Sans';
}
#sbox-overlay, #sbox-window {
	display: none !important;
}
.gkmenu.level2 li a {
	font-size: 15px;
}
@media (min-width: 1670px) {
	.itemNavigation {
		left: 42%;
	}
	.single-page > header h1 span {
		left: 42% !important;
	}
}
.itemNavigation a {
	display: block;
	border-radius: 4px;
    width: 170px;
    text-align: center;
    line-height: 26px;
}
.ot_logo_scroller {
	/*position: fixed !important;*/
    bottom: 0px;
    width: 75% !important;
    margin: 0 auto;
    top: 100px;
}
.caroufredsel_wrapper {
	left: -4% !important;
}
#gk-mainbody .box:first-child .uk-slidenav-position {
	top: 50px;
}
.uk-overlay-scale {
	width: 100% !important;
	height: 100% !important;
}
.uk-overlay.uk-overlay-hover {
	width: 100% !important;
}
.uk-grid>* {
	padding-left: 0px !important;
}
.uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel {
	margin-top: 0px !important;
}
.uk-overlay {
	vertical-align: inherit !important;
	margin-top: -13px !important;
}
.box.jmoddiv .content > div {
	    background: #383838;
}
.item-page.itemView.single-page {
	margin-top: 84px;
    width: 94%;
} 
.uk-slidenav-position .uk-slidenav {
	top: 50% !important;
}
.gkmenu.level0 > li.first.haschild.active > a {
	font-size: 25px !important;
}
.s5_accordion_menu_element.vacurrentmenu {
	overflow: visible !important;
}
#s5_accordion_menu {
	width: 106% !important;
}
#s5_accordion_menu h3.s5_am_toggler {
	overflow: visible !important;
	display: flex;
}
#s5_accordion_menu h3.s5_am_toggler .s5_accordion_menu_left > .mainlevel {
	display: block;
}
#gk-menu-top > h1 a {
	color: #03C7F2;
    font-weight: 100;
    padding-left: 9px;
    font-family: 'Raleway' !important;
}
#strona figcaption h1 a {
	display: none;
}