/*
#------------------------------------------------------------------------
# Magazine - January Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
 
/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	/*width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2 {
	/* Positions blocks -clearing */
	clear: both;
}

#gkTop1,
#gkTop2 {
	overflow: hidden;
}

#gkTop1 + #gkBreadcrumb,
#gkTop2 + #gkBreadcrumb {
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
}

/* clearfix */
#gkPageContent::after,
#gkContent::after,
#gkSidebar::after,
footer::after,
header::after,
section::after,
aside::after,
article::after,
.box::after,
.itemSocialSharing::after,
#gkTopMenu::after,
article header ul::after,
#gkTop1 > div::after,
#gkTop2 > div::after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
section#gkContent,
section#gkComponentWrap,
aside#gkSidebar {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
#gkInset {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: right;
	padding: 25px 0 0 25px;
}
#gkSidebar {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 25px;
}
#gkSidebar > div {
	padding-top: 50px;
}

#gkContent.gkColumnLeft {
	float: right;
}
#gkContent.gkColumnLeft + #gkInset {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#gkContentWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	padding: 0 15px;
}
#gkContentWrap > section:first-child {
	padding-top: 26px;
}

#gkContentWrap + #gkSidebar {
	float: left;
	padding-left: 38px;
}
#gkContentWrap.gkSidebarLeft {
	float: right;
}
#gkContentWrap.gkSidebarLeft + #gkSidebar {
	float: left;
	padding-left: 0;
	padding-right: 25px;
}

#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding-left: 0;
	padding-right: 0;
}

#gkMainbody .box {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}

#gkMainbodyTop + #gkMainbody {
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	padding-top: 25px;
}

#gkMainbody + #gkMainbodyBottom {
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	padding-top: 25px;
}

/* Module groups */
#gkTop1 > div,
#gkTop2 > div {
	margin: 0 -10px;
}

#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box {
	/* Columns in the positions blocks */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-bottom: 30px;
} 

/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
section#gkPage > section:first-child,
section#gkContent > section:first-child,
section#gkComponentWrap > section:first-child {
	margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 10px;
	padding-right: 10px;
}
/* top/bottom modules */

/* 3-column layout */
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols3 .box.gkmod-1 {
	width: 100%;	
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}

/* 4-column layout */
.gkCols4 .box.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols4 .box.gkmod-1 {
	width: 100%;	
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}

/* 6-column layout */
.gkCols6 .box.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols6 .box.gkmod-1 {
	width: 100%;	
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
	clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66%!important;
}
#gkSidebar div.banneritem{
    border: 0;
}
.button-1{
    height: 21px;
    padding: 0 5px;
    line-height: 21px;
    display: block;
    background: #FE724D;
    float: left;
    color: #ffffff !important;
    font-size: 11px;
    text-transform: uppercase;
}
.gs-button-1{
    height: 56px !important;
    line-height: 56px !important;
}
#k2Container article.gsSprzetList .itemBlock header h2{
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
#k2Container article.gsSprzetList .itemBlock header{
    margin-bottom: 0;
}
#k2Container article.gsSprzetList p:first-child{
    margin-top: 0;
}
#k2Container article.gsSprzetList p:last-child{
    margin-bottom: 0;
}
.gsSprzetList .itemIntroText{
    margin-bottom: 0;
}
.itemView.gsSprzetList{
    margin-top: 20px!important;
    padding-top: 51px;
}
.gsSprzetListCat h2.gsSprzetListCatTitle{
    margin-bottom: 35px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e5e5e5;
}
.catItemBlockSubcategoryPlatnosci img{
    display: block;
}
.catItemBlockSubcategoryPlatnosci .catItemBlockItemPlatnosci{
    margin-right: 2px;
}
.catItemBlockSubcategoryPlatnosci div:last-child{
    margin-right: 0;
}
.catItemBlockSubcategoryPlatnosci{
    overflow: hidden;
    margin-left: 15px;
}
.catItemBlockSubcategoryPlatnosci .catItemTitle a{
    display: block;
    width: 100%;
    background: #4D90FE;
    color: #ffffff!important;
    font-size: 11px;
    font-weight: 600;
}
.gsPlatnosciMainList .catItemHeader{
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.gsPlatnosciMainList .catItemHeader img{
    display: block;
}
.gsPlatnosciMainList .catItemHeader .catItemTitle{
    opacity: 0.95;
    filter:alpha(opacity=95);
	-moz-opacity:0.95;
    color: #ffffff;
    padding-right: 21px;
    padding-left: 19px;
    background: #4d90fe;
    line-height: 51px;
    height: 51px;
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: 20px;
}
.gsPlatnosciMainList .catItemBody{
    font-size: 13px;
    line-height: 22px;
}
.gsPlatnosciMainList .catItemView{
    margin-bottom: 45px;
}
.gsPlatnosciMainList .itemListCategory{
    margin-bottom: 35px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e5e5e5;
}
div.content .custom p{
    margin-bottom: 0;
}
.box .grey_block,
.box .mod_slownik{
    background: #F5F5F5;
}
.box .grey_block .header,
.box .mod_slownik .header{
    font-size: 12px;
    color: #ffffff;
}
.box .grey_block a{
    display: block;
    line-height: 22px;
    font-size: 11px;
} 
.box .mod_slownik ul{
    padding-left: 24px;
    padding-bottom: 14px;
}
.box .grey_block li,
.box .mod_slownik li{
    border: 0;
    list-style-image: url(../images/bullet-blue.png);
    padding-bottom: 6px;
    height: 11px;
}

.box .grey_block li a,
.box .mod_slownik li a{
    color:#555;
    display: block;
}
.box .grey_block li a{
    font-weight: bold;
}
.box .mod_slownik li a:hover{
    text-decoration: underline;
}
.box .mod_slownik .info{
    color: #4d90fe;
    list-style:none;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: -11px;
}
.box .grey_block span a {
    font-size: 19px;
}
.box.headlines,
.box .grey_block{
    padding:  20px 18px 18px 20px !important;
}
.box.nsp .header,
.box .grey_block  .header{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.box .grey_block li{
    padding:0;
    height: auto;
}
.box.headlines{
    background: #F5F5F5;
}
#gkContentWrap____{
    width:  73%!important;
}
#gkSidebar___{
    width:  27%!important;
}
.gs-realizacja a,
.gs-realizacja{
    color: #888888;
    font-size: 11px;
    text-align: right;
}
.gs-realizacja a:hover{
    color: #888888;
    text-decoration: underline;
}
