/*
Theme Name: 	standard2-theme
Version: 		2.0
Author: 		Robert Ryba (ryboxx design)
Author URI: 	roobert.ryba@gmail.com
*/
body {
	font-family: Verdana;
	font-size: 12px;
	color: #353535;
	background: #ffffff;
}

ul {
	margin: 0;
	padding: 0;
}

h1 {
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.read-more {
	display: inline-block;
	background: url(images/read-more-bg.jpg) 0 0 repeat-x;
	color: #F9F9F8;
	float: right;
	height: 29px;
	line-height: 26px;
	margin-top: 15px;
	padding: 0 10px;
}

a {
	text-decoration: none;
}

#body-line {
	position: absolute;
	width: 100%;
	height: 380px;
	background: #efeeee;
	background-image:url("images/tynk.png");
	top: 170px;
}

#body-line.subpage {
	height: 252px;
}

.top-bar.graphic {
	position: absolute;
	width: 100%;
}

.top-bar.graphic .left, .top-bar.graphic .right {
	float: left;
	height: 40px;
}

.top-bar.graphic .left {
	width: 45%;
	background: #9d9fa2;
}

.top-bar.graphic .right {
	width: 55%;
}

.top-bar.content {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 900;
}

.top-bar.content .left {
	float: left;
	width: 41%;
	min-height: 40px;
}

.top-bar.content .right {
	float: left;
	width: 59%;
	height: 40px;
}

.top-bar.graphic .right, .top-bar.content .right {
	background: #08aa76;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

header {
	height: 130px;
	overflow: hidden;
}

header .logo-box {
	float: left;
	width: 30%;
}

header .logo-box img {
	margin-top: 25px;
}

header nav {
	float: left;
	width: 70%;
}

nav ul {
	float: right;
	display: block;
	margin-top: 45px;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #353535;
}

nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current-page-ancestor a {
	background: #00854a;
	color: #f9f9f8;
}

#slideshow {
	width: 100%;
	height: 380px;
	position: absolute;
}

#slideshow.subpage {
	height: 252px;
	overflow: hidden;
	
}

#slideshow .caption-box {
	color: #f9f9f8;
	position: absolute;
	z-index: 800;
	right: 40px;
	top: 160px;
	text-align: right;
	
}

#slideshow.subpage .caption-box {
	top: 30px;
}

#slideshow .caption-box .title {
	display: inline-block;
	font-size: 25px;
	padding: 25px 30px;
	background: #00854a;
	margin-top: ;
	
}

#slideshow .caption-box .description {
	display: inline-block;
	font-size: 15px;
	padding: 15px 20px;
	background: #9d9fa2;

}

#content {
	min-height: 300px;
	background: url(images/content-bg.png) 0 0 no-repeat;
	position: relative;
	margin-top: 223px;
	padding-top: 125px;
	z-index: 500;
}

#content.home .left-column {
	float: left;
	width: 48%;
}

#content.home .right-column {
	float: left;
	width: 52%;
}

#content.subpage {
	margin-top: 78px;
	padding: 220px 30px 30px;
}

#content.subpage h1 {
	font-size: 18px;
	border-bottom: 1px solid #DFDFDE;
	padding-bottom: 15px;
	padding-left: 10%;
}

#content.subpage.aside {
	background: url(images/content-aside-bg.png) 0 0 no-repeat;
	padding: 220px 0px 30px;
}

.inside-content {
	padding: 20px;
	padding-bottom: 80px;
}

.inside-content.contact {
	padding: 0;
	padding-bottom: 80px;
}

.center {
	width: 960px;
	margin: 0 auto;
}

aside {
	float: left;
	width: 257px;
	padding: 0px 20px 40px;
	background: #fff;
}

#content.subpage.aside .right-column {
	float: left;
	width: 603px;
	margin: 0px 30px;
}

footer {
	width: 100%;
	padding: 40px 0px;
	background: #9d9fa2;
}

footer .center {
	width: 920px;
	padding: 0px 20px;
}

footer h1 {
	color: #ffffff;
	margin-bottom: 25px;
}

#bottom-bar {
	background: #00854a;
	color: #ffffff;
	font-size: 11px;
}

#bottom-bar a {
	color: #ffffff;
	font-weight: bold;
}


#bottom-bar .center {
	width: 920px;
	padding: 15px 20px;
}

#bottom-bar .cookie, #bottom-bar .copyright {
	float: left;
	padding-top: 2px;
}

#bottom-bar .cookie {
	background: url(images/info-icon.png) 0 0 no-repeat;
	min-height: 30px;
	padding-left: 4%;
	width: 60%;
}

#bottom-bar .copyright {
	text-align: right;
	width: 36%;
}

.contact-page .left-column {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.contact-page .right-column {
	float: left;
	width: 50%;
}

.contact-page .txt {
	padding: 0 20px;
	padding-top: 20px;
}

/* ----- MODULES ----- */

.lang-module {
	margin-top: 7px;
	margin-left: 30px;
}

.lang-module a {
	display: inline-block;
	padding: 5px 7px;
	background: #f9f9f8;
	text-transform: uppercase;
	color: #353535;
	margin-right: 3px;
}

.lang-module a:hover, .lang-module a.current {
	background: #00cc75;
	color: #f9f9f8;
}

.lang-module a, nav ul li a, .access-module ul li a, .menu-module ul li a, .form-module .submit {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.headcontact-module a {
	color: #f9f9f8;
}

.headcontact-module .item {
	float: left;
	margin-right: 30px;
}

.headcontact-module .item .icon {
	float: left;
	display: block;
	width: 55px;
	height: 40px;
	background: #ffffff url(images/phone-email.png) 0 0 no-repeat;
	overflow: hidden;
}

.headcontact-module .item.email .icon {
	background-position: 0px -40px;
}

.headcontact-module .txt {
	float: left;
	line-height: 40px;
	padding-left: 30px;
}

.offer-modules {
	width: 100%;
	padding: 40px 0px;
	background: #efeeee;
}

.offer-modules .center {
	width: 920px;
	padding: 0 20px;
}

.offer-modules .item {
	float: left;
	width: 45%;
}

.offer-modules .item:first-child {
	margin-right: 10%;
}

.offer-modules .item .icon {
	float: left;
	width: 25%;
}

.offer-modules .item .info {
	float: left;
	width: 75%;
}

.offer-modules .item h1 {
	margin-bottom: 15px;
}

.offer-modules .item .txt {
	height: 99px;
	overflow: hidden;
}

.aboutus-module {
	margin-top: 80px;
	margin-bottom: 80px;
}

.aboutus-module .icon {
	float: left;	
	width: 15%;
}

.aboutus-module h1 {
	float: left;
	width: 80%;
	border-bottom: 1px solid #DFDFDE;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-left: 5%;
	padding-bottom: 15px;
}

.access-module, .contactus-module, .gps-module {
	float: left;
}

.access-module {
	width: 27%;
}

.access-module ul {
	list-style: none;
}

.access-module ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	color: #ffffff;
	background: url(images/footer-menu-li.png) 10px 10px no-repeat;
	border-bottom: 1px solid #484646;
}

.access-module ul li a:hover {
	color: #00854a;
}

.contactus-module {
	width: 31%;
	margin: 0% 3%;
}

.contactus-module a {
	color: #353535;
}

.contactus-module .box {
	height: 30px;
	margin-bottom: 5px;
	padding: 10px 15px;
	overflow: hidden;
	padding-left: 50px;
}


.contactus-module .box.phone {
	background: #fff url(images/phone.png) 10px 15px no-repeat;
}

.contactus-module .box.email2 {
	background: #fff url(images/email.png) 10px 15px no-repeat;
	line-height: 25px
}

.contactus-module .box.email {
	background: #fff url(images/email.png) 10px 15px no-repeat;
	line-height: 25px;
}

.gps-module {
	width: 35%;
	min-height: 200px;
	background: url(images/tablet.png) 0 65px no-repeat;
}

.gps-module .txt {
	color: #ffffff;
	height: 70px;
	overflow: hidden;
	text-align: right;
}

.gps-module .map-button {
	display: inline-block;
	background: #00854a;
	padding: 10px 13px;
	text-align: center;
	color: #ffffff;
	float: right;
	margin-top: 90px;
}

.menu-module {
	margin-bottom: 50px;
}

.menu-module .headline {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 11px 35px;
	background: #00854a;
	position: relative;
}

.menu-module ul {
	list-style: none;
}

.menu-module .headline span {
	position: absolute;
	width: 18px;
	height: 12px;
	right: 15px;
	top: 15px;
	display: none;
}

.menu-module .headline span.show {
	background: url(images/show.png) 0 0 no-repeat;	
}

.menu-module .headline span.hide {
	background: url(images/hide.png) 0 0 no-repeat;	
}

.menu-module ul li a {
	display: block;
	height: 33px;
	line-height: 33px;
	padding-left: 35px;
	border-bottom: 1px solid #A6A6A5;
	overflow: hidden;
	color: #353535;
	background: url(images/footer-menu-li.png) 10px 10px no-repeat;
}

.menu-module ul li a:hover, .menu-module ul li.current_page_item a {
	background: #efeeee url(images/footer-menu-li.png) 10px 10px no-repeat;
}

.gallery {
	margin-top: 50px;
}

.gallery .item {
	float: left;
	width: 47%;
	margin-bottom: 4%;
	height: 150px;
}

.gallery.page .item {
	width: 31%;
	margin-right: 3%;
}

.gallery .item:nth-child(2n) {
	margin-left: 4%;
}

.gallery.page .item:nth-child(2n) {
	margin-left: 0;
}


.gallery.page .item:nth-child(3n) {
	margin-right: 0;
}
*/
.gallery .item .img-box {
	background: #fff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
	height: 110px;
	overflow: hidden;
}

.gallery .item .img-box .calibrationFill {
	width: 100%;
	height: 200px;
}

.gallery .item .description {
	font-size: 11px;
	border-radius: 5px;
	background: #eeede7;
	font-style: italic;
	margin-top: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #888888;
}

.gallery.home {
	padding-left: 100px;
	padding-right: 70px;
}

.gallery.home h1 {
	margin-bottom: 20px;
}

.gallery.home .item {
	float: none;
	width: 100%;
	margin-bottom: 10%;
}

.gallery.home .item:nth-child(2n) {
	margin-left: 0;
}

.gallery.home .gallery-more {
	float: right;
	margin-bottom: 50px;
}

.form-module input, .form-module textarea {
	border: 1px solid #DFDFDE;
}

.form-module input {
	width: 185px;
	padding: 0 20px;
	height: 35px;
	margin-bottom: 7px;
}

.form-module textarea {
	width: 285px;
	padding: 10px 20px;
	height: 90px;
	margin-bottom: 7px;
}

.form-control {
  border: 1px solid #DFDFDE;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #e5a61b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #e5a61b, 0 0 8px #e5a61b;
  box-shadow: inset 0 1px 1px #e5a61b, 0 0 8px #e5a61b;
}

.form-module .submit {
	margin-left: 141px;
	background: #00854a;
	color: #ffffff;
	border: 1px solid #00854a;
}

.form-module .submit:hover {
	background: #ffffff;
	color: #00854a;
	border: 1px solid #00854a;
}

.form-message {
	margin-bottom: 30px;
    padding: 30px;
    background: none repeat scroll 0 0 #F1FFF0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 30px;
}

.form-message .error {
	font-weight: normal;
	font-size: 15px;
}

.form-message.red {
	background: #ed7066;
}

#map {
	margin-top: 50px;
}

#content.subpage #map h1 {
	padding-left: 5%;
	margin-bottom: 20px;
}

/* ---------- FACEBOOK ---------- */

#face-slider {
	position:fixed;
	right:-302px;
	top: 200px;
	z-index: 900;
}

#face-slider #tab {
	cursor:pointer;
	height:110px;
	width:35px;
	float:left;
	background: url(images/facebook.png) no-repeat center center;
}

#face-code {
	padding:5px;
	border: solid #232a43 3px;
	background: #fff;
	float:left;
	width:286px;
	height:420px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
}

.slicknav_menu {
	display: none;
}

.form-box {
	width: 60%;
	margin: 0 auto;
}

.form-box .left, .form-box .right {
	float: left;
}

.form-box .left {
	text-align: right;
	width: 25%;
	margin-right: 5%;
	font-weight: bold;
}

.form-box span {
	color: red;
}

.form-box .right {
	width: 60%;
}

.form-box .nadawca {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.form-box input {
	width: 100%;
	height: 25px;
	margin-bottom: 7px;
	padding: 0 10px;
}

.form-box textarea {
	width: 100%;
	height: 125px;
	padding: 5px 10px;
}

.form-box .submit {
	border: none;
	width: 175px;
	height: 40px;
	margin-left: 375px;
	background: #00854a;
	border-radius: 5px;
	color: #fff;
	margin-top: 25px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}

.form-box .submit:hover {
	background: #086c4c;
}

.error-box {
	margin-bottom: 50px;
	text-align: center;
}

.error-box .error {
	color: #d62f4d;
	font-size: 15px;
}

/* ----- CLEARFIX ----- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.dziecko {
    position:absolute;
    left: 120px;
    top: -174px;
}
.dziecko2 {
    position:absolute;
    left: 60px;
    top: 55px;
    z-index: 999;
}