/* This file will hold styles that are loaded using the same media query as the normal grid. */

body {
    font-size:85%;
}
h1.site-slogan,
h2.site-slogan {
    font-size: 3.3em;
}

/* Menu glowne i szybkie linki
********************* */
.main-nav ul li a span {
    font-size:11px
}
.main-nav ul li a {
    padding:0.15em 1.1em;
}

/* grid 2 */
.region-sidebar-first .views-exposed-form select {
    width:140px;
}

/* full node
********************* */
/* grid 4 */
.node .field-name-field-image,
.node .view-view-photo-desc,
.node .field-name-field-file {
    width: 300px;
}
/*grid 3*/
.node-teaser .field-name-field-image,
.group_basic_info,
.field-name-field-belongs-to-admin,
.view-display-id-prowadzona_dzialalnosc {
    width: 220px;
}
/*smallest*/
.view-view-authors .views-field-field-image,
.view-view-sources .views-field-field-image{
    width:90px;
}

/* galeria
******************* */
.field-name-field-gallery .field-item {
    width:140px;
}
/* kolumny
******************* */

.one_half
{
	width:48%;
}

.one_third
{
	width:30.66%;
}

.two_third
{
	width:65.33%;
}

.one_fourth
{
	width:22%;
}

.three_fourth
{
	width:74%;
}

.one_fifth
{
	width:16.8%;
}

.two_fifth
{
	width:37.6%;
}

.three_fifth
{
	width:58.4%;
}

.four_fifth
{
	width:67.2%;
}

.one_sixth
{
	width:13.33%;
}

.five_sixth
{
	width:82.67%;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth
{
	float:left;
	margin-right:4%;
	position:relative;
}

.last
{
	clear:right;
	margin-right:0!important;
}

.clearboth
{
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

.divider
{
	border-top:1px solid #e8e8e8;
	margin:bottom:30px;
	min-height:25px;
	padding:bottom:30px;
	text-align:center;
	width:100%;
}

.dividermain h4
{
	background:#fff;
	display:block;
	font-family:Arial;
	font-size:10px;
	font-weight:400;
	left:45%;
	margin-top:-12px;
	min-width:150px;
	position:absolute;
	text-align:center;
}
@media only screen  and (max-width: 959px) {

.one_half img {
    max-height: 100%;
    max-width: 100%;
}

}
