/*
	Theme Name: EuroHelp
	Author: Kościół Hosanna | mate.palaczyk@gmail.com
	Version: 1.0
*/

@font-face {
    font-family: 'archivo_narrowbold';
    src: url('fonts/archivonarrow-bold-webfont.eot');
    src: url('fonts/archivonarrow-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/archivonarrow-bold-webfont.woff') format('woff'),
         url('fonts/archivonarrow-bold-webfont.ttf') format('truetype'),
         url('fonts/archivonarrow-bold-webfont.svg#archivo_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'archivo_narrowregular';
    src: url('fonts/archivonarrow-regular-webfont.eot');
    src: url('fonts/archivonarrow-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/archivonarrow-regular-webfont.woff') format('woff'),
         url('fonts/archivonarrow-regular-webfont.ttf') format('truetype'),
         url('fonts/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 12px;
	font-family: 'Archivo Narrow', sans-serif;
	color: #564338;
	background: #d1d4d3;
}

body.page { background: #e0ded9; }

#page { width: 100%; position: relative; }

img.alignleft { 
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
}

blockquote {
	background: #faf4e1 url(images/blockquote.png) 12px 26px no-repeat;
	padding: 11px 20px 11px 40px;
	margin: 30px 0;
}

blockquote p {
	font: italic 12px Tahoma !important;
	color: #564338 !important;
	line-height: 22px !important;
	padding: 9px 0;
}

hr {
	background: url(images/hr-bg.png) repeat-x;
	width: 100%;
	height: 5px;
	border: none;
	margin: 0 0 5px;
}

h1 {
	font: normal 26px 'archivo_narrowbold';
	color: #5b525f;
	text-transform: uppercase;
}

body.page h2 {
	font: normal 30px 'archivo_narrowbold';
	color: #313251;
	margin: 0 0 30px;
	padding: 0;
}

h3 {
	font: normal 22px 'archivo_narrowbold';
	color: #564338;
}

h4 {
	font: normal 16px 'archivo_narrowregular';
	color: #fff;
	width: 920px;
	background: url(images/headline-lane-bg.png) center center repeat-x;
	text-align: center;
	margin: 30px 30px 0;
}

h4 span {
	display: inline-block;
	background: #313251;
	padding: 5px 8px;
	font-size: 22px;
}

img.alignleft { float: left; }
img.alignright { float: right; }

.auto-headline {
	width: 920px;
	height: 30px;
	background: #4b4b4b;
	clear: both;
	margin: 0 30px 20px;
}

.auto-headline h2 {
	background: #f8f1e8 !important;
	background-image: none !important;
	font: normal 20px 'archivo_narrowbold';
	color: #564338 !important;
	margin: 0 !important;
	height: 30px !important;
	line-height: 30px !important;
	float: left;
	padding: 0 20px 0 0 !important;
	width: auto !important;
	text-transform: uppercase;
}

.beige-button {
	cursor: pointer;
	color: #fff !important;
	padding: 20px 60px 22px 5px;
	background: #bc1815 url(images/beige-button-pattern.png) right top no-repeat;
	border: 1px solid #76572c;
	border-bottom: none;
	margin-right: 25px;
	position: relative;
	-webkit-user-select: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	font: normal 25px 'archivo_narrowbold';
	text-transform: uppercase;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 0;
	display: inline-block;
	max-height: 31px;
}

.beige-button img {
	position: relative;
	top: 13px;
}

.beige-button:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	background-position: right 0px;
	padding-bottom: 18px;
	top: 2px;
}

.beige-button:active {
	position: relative;
	top: 3px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.45);
}

.blue-button {
	cursor: pointer;
	color: #fff !important;
	padding: 20px 60px 22px 5px;
	background: #bc1815 url(images/blue-button-pattern.png) right top no-repeat;
	border: 1px solid #187c83;
	border-bottom: none;
	position: relative;
	-webkit-user-select: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	font: normal 25px 'archivo_narrowbold';
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 0;
	display: inline-block;
}

.blue-button img {
	position: relative;
	top: 3px;
}

.blue-button:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	top: 2px;
	text-decoration: none !important;
	padding-bottom: 18px;
}

.blue-button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	background-position: right 0px;
	padding-bottom: 18px;
	position: relative;
	top: 3px;
}

.green-button {
	cursor: pointer;
	color: #fff !important;
	padding: 9px 12px 13px 10px;
	background: #bc1815 url(images/green-button-pattern.png) repeat-x;
	border: 1px solid #79964f;
	border-bottom: none;
	position: relative;
	-webkit-user-select: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	font: normal 25px 'archivo_narrowbold';
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 0;
	display: inline-block;
}

.green-button:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	top: 2px;
	text-decoration: none !important;
	padding-bottom: 9px;
}

.green-button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	background-position: right 0px;
	padding-bottom: 9px;
	position: relative;
	top: 3px;
}

.violet-button {
	cursor: pointer;
	color: #5b525f !important;
	padding: 9px 12px 13px 10px;
	background: #bc1815 url(images/violet-button-pattern.png) repeat-x;
	border: 1px solid #665b69;
	border-bottom: none;
	position: relative;
	-webkit-user-select: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: normal 25px 'archivo_narrowbold';
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 0;
	display: inline-block;
}

.violet-button:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	top: 2px;
	text-decoration: none !important;
	padding-bottom: 9px;
}

.violet-button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	background-position: right 0px;
	padding-bottom: 9px;
	position: relative;
	top: 3px;
}

.narrow-blue-button {
	cursor: pointer;
	color: #fff !important;
	padding: 5px 50px 9px 5px;
	background: #bc1815 url(images/bluenarrow-button-pattern.png) right top no-repeat;
	border: 1px solid #187c83;
	border-bottom: none;
	position: relative;
	-webkit-user-select: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	font: normal 22px 'archivo_narrowbold';
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 0;
	display: inline-block;
}

.narrow-blue-button img {
	position: relative;
	top: 3px;
}

.narrow-blue-button:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	top: 2px;
	text-decoration: none !important;
	padding-bottom: 5px;
}

.narrow-blue-button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	background-position: right 0px;
	padding-bottom: 5px;
	position: relative;
	top: 3px;
}

.narrow-red-button {
	cursor: pointer;
	color: #fff !important;
	padding: 9px 45px 10px 10px;
	background: #bc1815 url(images/rednarrow-button-pattern.png) right top no-repeat;
	border: 1px solid #b32a2a;
	border-bottom: none;
	position: relative;
	-webkit-user-select: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	font: normal 22px 'archivo_narrowbold';
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 0;
	display: inline-block;
}

.narrow-red-button:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	top: 2px;
	text-decoration: none !important;
	padding-bottom: 6px;
}

.narrow-red-button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45);
	background-position: right 0px;
	padding-bottom: 5px;
	position: relative;
	top: 3px;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 100%;
	background: #2d2d2d;
	min-height: 90px;
	position: relative;
	z-index: 2;
}

#header .logo {
	background: url(images/eurohelp-logo.png) no-repeat;
	width: 119px;
	height: 62px;
	display: block;
	float: left;
	margin: 15px 0 0 40px;
}

#header .header-support {
	float: right;
	margin-top: 19px;
	margin-left: 30px;
}

/* Search Box */

#search-box { 
	float: right;
	border-top: 3px solid #838587;
	border-left: 3px solid #838587;
	margin-top: 21px;
}

#search-box input[type=text] {
	background: #e8e7e7;
	width: 190px;
	height: 38px;
	float: left;
	border: none;
	padding-left: 5px;
	
	font: normal 12px Tahoma;
	color: #000;
	line-height: 40px;
	border-right: 1px solid #222;
}

#search-box input[type=submit] {
	background: #4d4f52 url(images/search-icon.png) center center no-repeat;
	width: 44px;
	height: 40px;
	float: left;
	border: none;
	text-align: center;
	text-indent: -10000px;
	cursor: pointer;
}

#search-box input[type=submit]:hover {
	background-position: 15px 13px;
}

#search-box label { display: none; }

/* End Search Box */

/* End Header */

/* Navigation */

#navigation {
	width: 100%;
	height: 44px;
	background: url(images/menu-bg.png);
	position: absolute;
	top: 90px;
	z-index: 2;
}

#navigation .menu {
	margin-left: 20px;
}

#navigation .menu a {
	font: normal 18px 'archivo_narrowbold';
	color: #000000;
	text-transform: uppercase;
	line-height: 44px;
	padding: 0 10px;
	height: 44px;
	display: block;
	min-width: 60px;
	text-align: center;
}

#navigation .menu .current-page-ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu a:hover { color: #c4161c; }

#navigation .menu-item {
	float: left;
	border-right: 1px solid #938d84;
	border-left: 1px solid #938d84;
	position: relative;
	max-height: 44px;
}

#navigation .menu-item:hover .sub-menu {
	display: block !important;
}

#navigation .menu-first { border-left: none; }
#navigation .menu-last { border-right: none; }

#navigation .sub-menu {
	position: absolute;
	left: -1px;
	top: 46px;
	width: 242px;
	border-bottom: 2px solid #b49770;
	display: none;
}

#navigation .sub-menu .menu-item {
	width: 225px;
	height: 40px;
	text-align: left;
	background: #e3c296;
	margin: 0;
	padding-left: 15px;
	border-top: none;
	border-bottom: 1px solid #b49770;
	border-left: 1px solid #b49770;
	border-right: 1px solid #b49770;
}

#navigation .sub-menu .menu-item:hover {
	background: #f8e3c6;
}

#navigation .sub-menu .menu-item a {
	font: normal 15px 'archivo_narrowbold';
	color: #564338;
	text-transform: none;
	padding: 0;
	text-align: left;
	line-height: 40px;
}

/* End Navigation */

/* Slideshow */

#slideshow {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#slideshow .wp-caption,
#slideshow li {
	position: relative;
	width: auto !important;
}

#slideshow li img {
	max-width: 100%;
	height: auto;
	display: block;
}

#slideshow .wp-caption-text {
	position: absolute;
	left: 10%;
	bottom: 20%;
}

#slideshow .slideshow-text {
	font: normal 20px 'archivo_narrowregular';
	color: #fff;
}

#slideshow .wp-caption-text .sign {
	font: normal 20px 'archivo_narrowregular';
	color: #fff;
	padding-left: 255px;
	display: block;
}

#slideshow .wp-caption-text a {
	color: #fff;
	padding: 12px 60px 16px 20px;
	background: #bc1815 url(images/red-button-pattern.png) right top no-repeat;
	border: none;
	margin-right: 25px;
	position: relative;
	-webkit-user-select: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	font: normal 25px 'archivo_narrowbold';
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 40px;
	left: 180px;
}

#slideshow .wp-caption-text a:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	background-position: right 0px;
	padding-bottom: 12px;
	top: 41px;
}

#slideshow .wp-caption-text a:active {
	position: relative;
	top: 43px;
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.9);
}

#slideshow-bottom img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

/* End Slideshow */

/* Home Banners */

#home-banners p {
	padding: 0;
	float: left;
	display: block;
}

#home-banners img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

#home-banners .home-banner {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home-banner4 {
	background: #fff;
	float: left;
}

#home-banner4 .wrapper div {
	padding: 30px 0;
}

#home-banner4 .wrapper div p {
	font: normal 16px 'archivo_narrowregular';
	color: #685c53;
	margin: 0 0 22px;
	text-align: justify;
}

/* End Home Banners */

/* Content */

#content {
	position: relative;
	z-index: 1;
	padding: 0;
	overflow: hidden;
}

.home-content hr { width: 920px; display: inline-block; }

.entry-content {
	padding: 20px 0 100px 0;
}

body.search-results .entry-content { padding-bottom: 20px; }

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	padding: 0 30px;
}

.entry-content h3 {
	margin-top: 10px;
}

.entry-content a { color: #44434e; }
.entry-content a:hover { text-decoration: underline; }
.entry-content h2 a:hover { text-decoration: none; color: #848294; }

.entry-content li {
	font: normal 18px 'archivo_narrowbold';
	color: #685c53;
	list-style: disc;
	padding-left: 15px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.entry-content p {
	font: normal 18px 'archivo_narrowbold';
	color: #685c53;
}

.entry-summary p {
	padding: 8px 0;
	font: normal 14px Tahoma;
	color: #271f18;
}

.entry-summary .gallery {
	text-align: center;
	background: #ccc;
	border: 1px solid #aaa;
	padding: 6px;
	margin: 15px 0;
}

.entry-summary .gallery-item {
	display: inline-block;
	margin: 0 3px;
}

.entry-summary .gallery-item img {
	width: 100px;
	height: auto;
}

.entry-attachment {
	float: left;
	margin: 0 10px 10px 0;
}

.entry-summary ul {
	clear: both;
}

.entry-summary li {
	font: normal 14px Tahoma;
	color: #271f18;
}

/* End Content */

/* Page Contact */

.page-kontakt #googlemaps {
	float: left;
}

.page-kontakt .foundation-address {
	float: right;
	width: 280px;
	margin-right: 30px;
}

.page-kontakt .foundation-address p {
	padding: 0;
	font: normal 14px 'archivo_narrowbold';
	color: #313251;
}

.page-kontakt .foundation-address h3 {
	padding: 0;
	margin-top: 0;
	color: #313251;
}

.page-kontakt .foundation-address h5 {
	font: normal 14px 'archivo_narrowbold';
	color: #b6aa9b;
	margin: 10px 0;
}

.page-kontakt .contact-form {
	clear: both;
	margin: 0 30px;
	width: 920px;
}

.page-kontakt .contact-form h3 {
	padding: 0;
	margin-top: 20px;
	float: left;
	clear: both;
	width: 100%;
}

.page-potrzebujesz-pomocy .wpcf7-form {
	margin-top: 30px;
}

.page-potrzebujesz-pomocy .wpcf7-form p,
.page-kontakt .contact-form p {
	padding: 0;
}

.page-potrzebujesz-pomocy .wpcf7-form .wpcf7-left {
	width: 675px;
	float: left;
}

.page-kontakt .contact-form .wpcf7-left {
	float: left;
	width: 600px;
}

.page-potrzebujesz-pomocy .wpcf7-form .wpcf7-right,
.page-kontakt .contact-form .wpcf7-right {
	float: right;
	width: 280px;
}

.page-potrzebujesz-pomocy .wpcf7-form textarea,
.page-kontakt .contact-form textarea {
	width: 570px;
	max-width: 570px;
	height: 110px;
	line-height: 40px;
	font: normal 12px Tahoma;
	color: #564338 !important;
	border: 1px solid #665b69;
	padding: 15px;
	background: #dfdedb;
	margin-top: 5px;
	margin-bottom: 20px;
}

.page-potrzebujesz-pomocy .wpcf7-form textarea {
	width: 645px;
	max-width: 645px;
}

.page-potrzebujesz-pomocy .wpcf7-form input[type=email],
.page-kontakt .contact-form input[type=email],
.page-potrzebujesz-pomocy .wpcf7-form input[type=text],
.page-kontakt .contact-form input[type=text] {
	width: 248px;
	height: 30px;
	line-height: 40px;
	font: normal 12px Tahoma;
	color: #564338 !important;
	border: 1px solid #665b69;
	padding: 15px;
	background: #dfdedb;
	margin-top: 5px;
}

.page-potrzebujesz-pomocy .wpcf7-form-control-wrap.email,
.page-kontakt .contact-form .wpcf7-form-control-wrap.email {
	margin-top: 12px !important;
	position: relative;
	display: block;
}

.page-potrzebujesz-pomocy .wpcf7-form input[type=submit],
.page-kontakt .contact-form input[type=submit] {
	float: right;
	margin-bottom: 50px;
	margin-top: 10px;
}

/* End Page Contact */

/* Search Results */

div.search-results {
	padding: 50px 0 !important; 
}

.search-results h1 {
	margin: 0 30px;
}

.result-header h2 {
	font: normal 20px 'archivo_narrowbold';
	color: #564338;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	background: none;
	height: auto;
}

.result-content {
	width: 920px;
	margin: 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5b525f;
	margin-bottom: 20px;
	font: normal 
}

.result-content p {
	padding: 9px 0;
}

.result-link a {
	font: normal 11px Tahoma;
	color: #5b525f;
}

.result-count {
	width: 920px;
	margin: 0 30px;
	font: normal 16px 'archivo_narrowregular';
	margin-bottom: 40px;
}

.no-results {
	margin: 50px 0;
}

.no-results p {
	text-align: center;
	font: normal 20px 'archivo_narrowbold';
}

.no-results form {
	text-align: center;
	margin-top: 20px;
}

.no-results input[type=email],
.no-results input[type=text] {
	width: 203px;
	height: 38px;
	line-height: 40px;
	font: normal 12px Tahoma;
	color: #a99479 !important;
	border: 1px solid #3c291c;
	padding-left: 15px;
	margin-bottom: 10px;
	background: #684d3a url(images/input-bg.png) 0 top repeat-x;
}

#searchform input[type=text]::-webkit-input-placeholder,
.no-results input[type=text]::-webkit-input-placeholder {
	color: #000;
}

#searchform input[type=text]:-moz-placeholder,
.no-results input[type=text]:-moz-placeholder {
	color: #000;
}

#searchform input[type=text]:-ms-input-placeholder,
.no-results input[type=text]:-ms-input-placeholder {
	color: #000;
}

.no-results input[type=email],
.no-results input[type=text] {
	width: 203px;
	height: 34px;
	line-height: 40px;
	font: normal 12px Tahoma;
	color: #5b525f;
	border: 1px solid #665b69;
	padding-left: 15px;
	margin-bottom: 10px;
	background: #dfdedb;
}

.no-results input[type=submit] {
	width: 88px;
	height: 38px;
	line-height: 40px;
	font: normal 15px 'archivo_narrowbold';
	color: #5b525f;
	border: 1px solid #665b69;
	text-align: center;
	background: url(images/submit-bg.png) 0 top repeat-x;
	cursor: pointer;
	margin-top: 8px;
}

/* End Search Results */

/* Want Need Help */

#want-need-help {
	background: #2d2d2d;
	padding-bottom: 30px;
	max-width: 100%;
	overflow: hidden;
}

body.home #want-need-help { background: #000; }

#want-need-help > img {
	position: relative;
	left: 50%;
	margin-left: -800px;
	margin-bottom: 20px;
	clear: both;
	display: block;
}

#want-help {
	display: inline-block;
	margin-left: 186px;
}

#need-help {
	display: inline-block;
	margin-left: 335px;
}

/* End Want Need Help */

/* Footer */

#footer {
	background: url(images/footer-bg.png) 0 top repeat-x;
	width: 100%;
	height: 315px;
	max-height: 317px;
	padding-top: 15px;
	border-top: 5px solid #e0ded9;
	overflow: hidden;
}

#footer div.wpcf7-validation-errors {
	display: none !important;
}

#footer .footer-box {
	width: 220px;
	float: left;
	margin-left: 30px;
}

#footer > .footer-box:first {
	margin-left: 0;
}

.footer-box .widget-header {
	font: normal 20px 'archivo_narrowbold';
	color: #efebe6;
	text-shadow: 1px 1px 1px #3d2e24;
	text-transform: uppercase;
	margin-bottom: 18px;
	background: none;
	height: auto;
	width: auto;
}

.footer-box .menu li {
	clear: both;
	border-bottom: 1px solid #e8e7e7;
	height: 29px;
	line-height: 29px;
}

.footer-box .menu li a {
	font: normal 14px 'archivo_narrowbold';
	color: #efebe6;
	text-shadow: 1px 1px 1px #000;
	background: url(images/footer-menu-list.png) left center no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}

.footer-box .menu li a:hover { color: #dadada; }

.footer-box .wpcf7 input[type=email],
.footer-box .wpcf7 input[type=text] {
	width: 203px;
	height: 38px;
	line-height: 40px;
	font: normal 12px Tahoma;
	color: #383838;
	border: 1px solid #3c291c;
	padding-left: 15px;
	margin-bottom: 10px;
	background: #e8e7e7 url(images/input-bg.png) 0 top repeat-x;
}

.footer-box .wpcf7 input[type=submit] {
	width: 88px;
	height: 38px;
	line-height: 40px;
	font: normal 15px 'archivo_narrowbold';
	color: #383838;
	border: 1px solid #3c291c;
	text-align: center;
	background: url(images/submit-bg.png) 0 top repeat-x;
	cursor: pointer;
	float: right;
	margin-top: 8px;
}

.footer-box .wpcf7 textarea {
	width: 188px;
	height: 38px;
	line-height: 40px;
	font: normal 12px Tahoma;
	color: #383838 !important;
	border: 1px solid #3c291c;
	padding: 15px;
	background: #e8e7e7 url(images/input-bg.png) 0 top repeat-x;
}

#footer-box1 {}
#footer-box2 {}
#footer-box3 {}
#footer-box4 {}

/* End Footer */

/* Copyrights */

#copyrights {
	height: 47px;
	background: #1a1a1a;
}

#copyrights p {
	font: normal 12px Tahoma;
	color: #0dc9e5;
	line-height: 47px;
	padding-left: 30px;
}

/* End Copyrights */

/* Zanim Zdecydujesz Boxes */

#zanimzdecydujesz-boxes {
	width: 980px;
}

#zanimzdecydujesz-boxes .zanimzdecydujesz-box:nth-child(odd) {
	clear: left;
}

.zanimzdecydujesz-box {
	width: 470px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	min-height: 345px;
}

.zanimzdecydujesz-box .box-image {
	float: left;
	margin-right: 10px;
}

.zanimzdecydujesz-box .box-title h3 {
	font: normal 24px 'archivo_narrowbold';
	color: #44434e;
	margin: 0;
}

.zanimzdecydujesz-box .box-content {
	width: 240px;
	float: right;
}

.zanimzdecydujesz-box .box-content p {
	font: normal 12px Tahoma;
	text-align: justify;
	padding: 8px 0;
	color: #44434e;
}

/* End Zanim Zdecydujesz Boxes */