html {
	padding: 0;
	margin: 0;
}

body 
{
	padding: 0px;
	margin: 0;
	background-image: url(../img/bkg.png);
}

.clearer {
	height: 1px;
	font-size: 1px;
	border: none;
	visibility: hidden;
	clear: both;
}

* {
	font-family: 'Exo 2', serif !important;
	-webkit-font-smoothing: antialiased;
	zzz-webkit-text-stroke: 0.1px;
}

.pfr {
	background-color: white;
}

.pfr img {
	max-width: 100%;
}

ul { 
	margin: 0;
}

a {
	text-decoration: none;
}

p, h1, h2, h3, h4 {
	margin-top: 0;
}

#top_bkg {
	position: absolute;
	top: 0;
	height: 3px;
	left: 0;
	right: 0;
	background-image: url(../img/bkg_top.png);
	background-position: top center;
}

#top {
	position: relative;
	margin: auto;
	margin-top: 3px;
	max-width: 1080px;
}

/* colors */

/* orange */
.orange, .orange *, #content h2 { color: #FE401E; }
#slider_slogan .slogan_1, 
#slider_navi span.cycle-pager-active 
{ background-color: #FE401E; }

/* blue */
.blue, .blue * { color: #03ABF2; }
#slider_slogan .slogan_2, 
#slider_navi span 
{ background-color: #03ABF2; }

/* dark blue */
#top #menu ul li a, #content h1#pageTitle { color: #005e9a; }
#slider_slogan .slogan_3 {
	background-color: #005e9a;
}

h1, h2, h3, h4 {
	font-weight: 400;
}

#top #logo {
	display: none;
}

#top #menu li a { 
	line-height: 40px;
	text-transform: uppercase;
	font-size: 24px;
}

#top #menu ul li:first-child { 
	height: 40px;
	background-image:url(../img/mobileMenu.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#top #menu ul li { 
	zzdisplay: none;
}

#top #menu ul { 
	height: 40px;
	transition: height 0.5s;
	padding-left: 0;
	text-align: center;
	list-style-type: none; 
	background-color: #2F2219;
	position: fixed;
	display: block;
	overflow: hidden;
	
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}


#slider_inner {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

#slider {
	position: relative;
	margin-top: 40px;	/* miejsce na mobile menu */
}

#slider img {
	width: auto;
	height: 100%;
}

#slider_navi span {
	width: 15px;
	height: 15px;
	cursor: pointer;
	display: inline-block;
	color: transparent;
	margin-right: 5px;
}
#slider_navi_inner {	
	text-align: center;
}
#slider_navi {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	z-index: 10;
	/*
	top: 20px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	*/
}


#slider_slogan {
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	z-index: 20;
	text-align: center;
}

#slider_slogan span {
	display: block;
	margin: 0;
	padding: 4px 10px 10px 10px;
	color: #fff;
	font-size: 40px;
	font-weight: 100;
}

#slider_slogan span.slogan_4 {
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

#content #smallSlider {
	max-width: 459px;
	margin: auto;
}
#content #smallSlider img {
	width: 100%;
}

#content #smallSliderNavi span {
	font-size: 1px;
	color: transparent;
	display: inline-block;
	margin-right: 2px;
	width: 7px;
	height: 7px;
	background-color: #8F8378; /* #2F2318 */
	border: 1px solid #CCC6BD;
	cursor: pointer;
}

#content #smallSliderNavi span.cycle-pager-active {
	background-color: #2F2318;
}

#content * {
	color: #333;
}

#content h1 {
	line-height: 120%;
}

#content h1, #content h2, #content h3 {
	letter-spacing: 2px;
}

#content p, 
#content h3, 
#content h2, 
#content h1
{
	padding-left: 20px;
	padding-right: 20px;
}


#content p {
	letter-spacing: 1px;
	font-size: 13px;
}

.page_kontakt #content p {
	font-size: 15px;
	line-height: 1.5;
}

#content h1 img {
	margin-top: 18px;
}

#content h1#pageTitle {
	font-weight: 300;
	font-size: 32px;
	margin: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

#content h2.paragraphDiv { text-align: center; }

#content {
	max-width: 1056px;
	margin: 0 auto;
}

#footer {
	color: #fff;
	text-align: center;
	padding-top: 18px;
	background-image: url(../img/bkg_top.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #2f2318;
}

#footer #disclaimer img {
	margin-bottom: -8px;
}
#footer #disclaimer {
	color: #f1d9c3;
	font-size: 9px;
	line-height: 26px;
	margin-bottom: 0;
}


.row { margin-bottom: 50px; }

.page_kontakt #content #row_1 .pic {
	box-shadow: 0px 0px 6px #cccccc;
}

#content .pic {
	background-image: url(../img/bottomBar.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

#content #row_2 .pic {
	margin: auto;
	text-align: center;
	background-position: bottom right;
}

.row div.text {
	background-image: url(../img/divider.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 34px;
	display: inline;
}

#footer p {
	font-size: 18px;
}
#footer p.main {
	font-size: 26px;
}


@media all and (min-height: 250px) {
	#top #menu li a { line-height: 50px; }
	#top #menu ul li:first-child { height: 50px; }
	#top #menu ul { height: 50px; }
	#slider { margin-top: 50px;	}
}

@media all and (min-height: 320px) {
	#top #menu li a { line-height: 60px; }
	#top #menu ul li:first-child { height: 60px; }
	#top #menu ul { height: 60px; }
	#slider { margin-top: 60px;	}
}

@media all and (min-width: 800px) {

	#top {
		margin-top: 22px;
		margin-bottom: 28px;
		height: 100px;
	}
	
	#top #logo {
		position: absolute;
		display: block;
		left: 20px;
	}
	
	/* ------------------------------------ SLOGAN */
	
	#slider_slogan {
		top: 20%;
	}
	
	#slider_slogan span {
		display: inline-block;
		margin: 0;
		padding: 4px 10px 10px 10px;
		color: #fff;
		font-size: 40px;
		font-weight: 100;
	}

	#slider_slogan span.slogan_4 {
		font-size: 20px;
		font-weight: 300;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
	}
	
	
	/* ------------------------------------ SLIDER */
	
	#slider {
		margin-top: 0;
	}
	
	#slider img {
		width: 100%;
		height: auto;
	}
	
	/* ------------------------------------ CONTENT  */
	
	#content p, 
	#content h3, 
	#content h2, 
	#content h1
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#page_3 #row_1>div, #page_5 #row_1>div { float: left; }
	#page_3 #row_2>div, #page_5 #row_2>div { float: right; }

	#page_2 #row_1>div { float: right; }
	#page_2 #row_2>div { float: left; }


	#page_5 #row_1>div.pic, #page_3 #row_1>div.pic, #page_2 #row_2>div.pic { margin-right: 68px; }
	#page_2 #row_1>div.pic, #page_3 #row_2>div.pic, #page_5 #row_2>div.pic { margin-left: 68px; }
	
	/* ------------------------------------ MENU */
	
	#top #menu ul li:first-child { 
		display: none;
	}
	
	#top #menu ul li { 
		display: list-item;
	}
	
	#top #menu ul { 
		overflow: visible;
		cursor: auto;
		background: none;
		margin-left: 160px;
		position: static;
	}
	
	#top #menu li#item_0 a {	background-image: url(../img/menuItem_1.png);	}
	#top #menu li#item_1 a {	background-image: url(../img/menuItem_2.png);	}
	#top #menu li#item_2 a {	background-image: url(../img/menuItem_3.png);	}
	#top #menu li#item_3 a {	background-image: url(../img/menuItem_4.png);	}

	#top #menu li a:hover {
		text-decoration: underline;
		background-position: center 48px;
	}

	#top #menu li a {
		line-height: 100%;
		padding-top: 20px;
		background-repeat: no-repeat;
		background-position: center 54px;
		transition: background-position 0.2s;
		text-transform: none;
		font-size: 19px;
		font-weight: 300;
		display: block;
		text-align: center;
		width: 148px;
		padding-bottom: 40px;
		text-transform: uppercase;
	}
	#top #menu li {
		float: left;
		width: 148px;
		text-align: center;
	}

	#top #menu li#item_1 {
		
	}
}

@media all and (min-width: 1060px) {
	
	#slider_slogan {
		top: 40%;
	}
	
	#slider_slogan span {
		display: inline-block;
		margin: 0;
		padding: 4px 10px 10px 10px;
		color: #fff;
		font-size: 80px;
		font-weight: 100;
	}

	#slider_slogan span.slogan_4 {
		font-size: 30px;
		font-weight: 300;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
	}
	
	#top #logo {
		position: absolute;
		margin-left: -60px;
		display: block;
		left: 50%;
	}
	
	#top #menu ul {
		margin-left: 0px;
	}
	
	#top #menu li a {
		width: 208px;
	}
	
	#top #menu li {
		width: 208px;
	}

	#top #menu li#item_1 {
		margin-right: 208px;
	}
}