@charset "utf-8";
/* CSS Document by Karol Huszał - huszal.com */
* {
	margin:0px;
	padding:0px;
}

a, img {
	border:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bcg.png);
	background-repeat:repeat-x;
	background-color:#fff3c8;
	overflow-x:hidden;
}

.center {
	width:1000px;
	margin:0 auto;
}
/* TOP */
.navbar {
	padding-top:0;
	padding-bottom:0;
}

.navbar-brand {
	padding-top:0;
	padding-bottom:0;
}

#mini_kontakt {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	color:#fff;
	float:right;
	text-align:right;
	line-height:14px;
	margin-right:15px;
}

#mini_kontakt a {
	color:#fff;
	text-decoration:none;
}

#mini_kontakt a:hover {
	color:#ccc;
	text-decoration:underline;
}

#mini_kontakt span {
	color:#999;
	margin:0 10px 0 10px;
}
/* end TOP */

/*TOP*/
#top {
	background-color:#0e0e0f;
	height:102px;
	width:100%;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
}

#logo {
	float:left;
	margin-left:-60px;
}

#logo a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main_menu {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#212121;
	height:40px;
	background-color:##0e0e0f;
}

#main_menu ul {
	list-style:none;
	padding:0px;
	width:1000px;
	margin:0 auto;
}

#main_menu li {
	float:left;
}

#main_menu li a {
	display:block;
	height:40px;
	line-height:40px;
	color:#666;
	text-align:center;
	padding:0 40px 0 40px;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#212121;
	text-decoration:none;
	font-size:14px;
}
#main_menu li a:first-child {
	border-left:1px;
	border-left-style:solid;
	border-left-color:#212121;
}

#main_menu li a:hover, #main_menu li a.current {
	background-image: linear-gradient(bottom, #E5E5E5 0%, #F2F2F2 50%, #FFFFFF 75%);
	background-image: -o-linear-gradient(bottom, #E5E5E5 0%, #F2F2F2 50%, #FFFFFF 75%);
	background-image: -moz-linear-gradient(bottom, #E5E5E5 0%, #F2F2F2 50%, #FFFFFF 75%);
	background-image: -webkit-linear-gradient(bottom, #E5E5E5 0%, #F2F2F2 50%, #FFFFFF 75%);
	background-image: -ms-linear-gradient(bottom, #E5E5E5 0%, #F2F2F2 50%, #FFFFFF 75%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E5E5E5),
		color-stop(0.5, #F2F2F2),
		color-stop(0.75, #FFFFFF)
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E5E5E5'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E5E5E5')"; /* IE8 */
	color:#212121;
}
/*end TOP*/

/*BANER*/
#banner {
	margin:0 auto;
	margin-top:100px;
	margin-bottom:0px;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
}
/*end BANER*/

/*BAR*/
#bar {
	background:url(../images/bar_bcg.png);
	margin:0 auto;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
	padding:30px;
}

#bar_txt {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	color:#999;
	/*width:600px;
	height:36px;*/
	line-height:24px;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#343434;
}

#bar_txt span {
	color:#fff;
}

.btn_big {
	display:block;
	height:50px;
	line-height:49px;
	text-align:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -o-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -moz-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -webkit-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -ms-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0, #414242),
		color-stop(0.5, #4F5151),
		color-stop(0.75, #606363)
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#606363', endColorstr='#414242'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#606363', endColorstr='#414242')"; /* IE8 */
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 2px 4px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 2px 4px rgba(0, 0, 0, 0.75);
}

.btn_big a {
	float:left;
	display:block;
	/*width:211px;*/
	height:50px;
	width:100%;
	line-height:52px;
	background:url(../images/arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	padding:0 15px 0 15px;
}

.btn_big:hover {
	background-image: linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -o-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -moz-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -webkit-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -ms-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0, #606363),
		color-stop(0.5, #4F5151),
		color-stop(0.75, #414242)
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#414242', endColorstr='#606363'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#414242', endColorstr='#606363')"; /* IE8 */
	
}
/*end BAR*/

/*MAIN*/
#main {

	margin:0 auto;
	background-image: linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -o-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -moz-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -webkit-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -ms-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #1C1C1C),
		color-stop(0.5, #2E2E2E),
		color-stop(0.75, #434343)
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#434343', endColorstr='#1C1C1C'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#434343', endColorstr='#1C1C1C')"; /* IE8 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
}

.shadow {
	height:15px;
	width:973px;
	background:url(../images/shadow.png);
}

.can1, .can2, .can3 {
	width:304px;
	float:left;
	padding-left:15px;
}

.title {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	margin-top:10px;
}

.image img {
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 2px 4px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 2px 4px rgba(0, 0, 0, 0.75);
}

.image img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.can_txt {
	margin-top:10px;
	padding:5px;
}

.can_txt span {
	color:#fff;
	font-size:14px;
	clear:both;
}

.small_btn {
	float:left;
	display:block;
	width:132px;
	height:30px;
	line-height:32px;
	text-align:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url("border-radius.htc");
	background-image: linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -o-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -moz-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -webkit-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -ms-linear-gradient(right bottom, #414242 0%, #4F5151 50%, #606363 75%);
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0, #414242),
		color-stop(0.5, #4F5151),
		color-stop(0.75, #606363)
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#606363', endColorstr='#414242'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#606363', endColorstr='#414242')"; /* IE8 */
	padding:0 15px 0 15px;
	margin:10px 0 0 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 2px 4px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 2px 4px rgba(0, 0, 0, 0.75);
}

.small_btn a {
	float:left;
	display:block;
	width:132px;
	height:30px;
	line-height:32px;
	background:url(../images/arrow_small.png);
	background-position:right;
	background-repeat:no-repeat;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.small_btn:hover {
	background-image: linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -o-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -moz-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -webkit-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -ms-linear-gradient(right bottom, #606363 0%, #4F5151 50%, #414242 75%);
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0, #606363),
		color-stop(0.5, #4F5151),
		color-stop(0.75, #414242)
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#414242', endColorstr='#606363'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#414242', endColorstr='#606363')"; /* IE8 */
}

.line1 {
	width:973px;
	height:1px;
	background-color:#080808;
	clear:both;
	margin-top:25px;
}

.line2 {
	width:973px;
	height:1px;
	background-color:#414141;
	clear:both;
	margin-bottom:15px;
}
/*end MAIN*/

/*MAIN BOTTOM*/
#social {
	padding:15px;
}

#social_txt {
	height:31px;
	line-height:31px;
	float:left;
}

.social_icon {
	float:left;
	margin-left:5px;
}

.social_icon a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#cards {
	float:right;
	padding:15px;
	text-align:right;
}

#cards_txt {
	float:right;
	height:31px;
	line-height:31px;
}

.card {
	float:right;
	margin-left:10px;
	margin-top:2px;
}
/*end MAIN BOTTOM*/

/*FOOTER*/
#footer_bcg {
	background:url(../images/footer_bcg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#footer {
	margin:0 auto;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7a7a7a;
	padding-bottom:100px;
}

#footer_can1 {
	float:left;
}

#footer_can2 {
	text-align:right;
}

#footer_can2 a {
	color:#7a7a7a;
	text-decoration:none;
}

#footer_can2 a:hover {
	color:#a90305;
	text-decoration:underline;
}
/*end FOOTER*/

/*GALERIA*/
#galeria {
	width:100%;
	margin-top:40px;
	margin-bottom:25px;
	background-image: linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -o-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -moz-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -webkit-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -ms-linear-gradient(bottom, #1C1C1C 0%, #2E2E2E 50%, #434343 75%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #1C1C1C),
		color-stop(0.5, #2E2E2E),
		color-stop(0.75, #434343)
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#434343', endColorstr='#1C1C1C'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#434343', endColorstr='#1C1C1C')"; /* IE8 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
}

#galeria .imageRow {
  *zoom: 1;
}

#galeria .imageRow:after {
  content: "";
  display: table;
  clear: both;
}

#galeria .imageRow .single {
  float: left;
}

#galeria .imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#galeria .imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#galeria .imageRow .single a:hover {
  background-color: #8ad459;
}

#galeria .imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#galeria .imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}

#galeria .imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

#galeria .imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

#galeria .imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#galeria .imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*end GALERIA*/

/*SUBPAGE*/
#subpage {
	width:100%;
	background-color:#fff;
	padding:25px;
	margin-top:100px;
	margin-bottom:25px;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
	color:#555;
	font-size:14px;
	line-height:1.5;
	text-align:justify;
}

#subpage h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#131313;
	padding-bottom:10px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:25px;
}

#subpage h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#131313;
	padding-bottom:10px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:25px;
}

#subpage p img {
	float:right;
	margin:0 0 15px 25px;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);
}

#subpage ul {
	list-style:square;
	margin:25px;
	font-size:18px;
	font-weight:bold;
}

#subpage ul.cennik {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.cennik li {
	height:50px;
	line-height:50px;
	border:1px solid #8ad459;
	margin-bottom:5px;
	font-weight:normal;
	width:500px;
	padding-left:25px;
}

ul.cennik li span {
	float:right;
	padding:0 15px 0 15px;
	background-color:#8ad459;
	color:#fff;
	font-weight:bold;
}

p.left {
	text-align:right;
	width:520px;
}
/*end SUBPAGE*/

/*KONTAKT*/
/*FORMULARZ*/
#contact-wrapper {
    position: relative;
    display: block;
}

#contact-wrapper a {
	color:#131313;
	text-decoration:underline;
}

#contact-wrapper a:hover {
	color:#a90305;
	text-decoration:none;
}

.form-wrapper {
    float: left;
    width: 500px;
	height:500px;
    position: relative;
}

.address-wrapper {
    float: left;
    width: 400px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    margin-top: 0px;
}


#contact-wrapper h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 9px 0;
    letter-spacing: -1px;
    color: #333;
    font-weight: bold;
}

#contact-wrapper h2.success {
    color: #5791fc;
}

p.success {
    font-size: 16px;
    color: #666;
}

#map-outer {
    width: 260px;
    height: 200px;
    padding: 6px;
    border: 1px solid #ccc;
    clear: both;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    float:right;
    
}

#map {
    margin-bottom:25px;

}

#map-big {
    width: 912px;
    height: 312px;
    float: right;
}

.street-address {
    font-size: 16px;
    margin: 9px 0;
    color: #131313;
    text-align: left;
    margin-bottom: 12px;
    width: 100%;
}

.directions-form {
    display: none;
    clear: both;
    padding: 12px 0;
    height: 60px;
}

.directions-form ul {
    width: 100%;
    margin-bottom: 12px;
}

.directions-form li {
    width: 441px;
    display: block;
    float: left;
}

.directions-form input, .directions-form select {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.2;
}

.directions-form input {
    width: 425px;

}

.directions-form li:first-child {
    margin-right: 10px;
}

.directions-form li:last-child {
    margin-left: 18px;
}

.directions-form .filters{
    margin-bottom:12px;
}

.dir-label {
    color: #444;
    font-weight: bold;
    margin-bottom: 3px;
}

.directions-form select {
    width: 20%;
    display: block;
    float: left;
    margin-right: 12px;
}

#get-directions {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #444444;
    display: block;
    float: right;
    height: 30px !important;
    padding: 6px;
    text-shadow: 1px 1px 0 #EEEEEE;
    width: 100px;
}

#get-directions:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.directions {
    clear: both;
    display: none;
}

#dir-container {
    display: none;
    clear: both !important;
}

.get-directions-button, .submit input {
    width: 260px;
    text-align: center;
    padding: 6px;
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
    background-color: #f1f1f1;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff 1px, #f4f4f4 30px);
    border: 1px solid #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #ddd;
    -moz-box-shadow: 0px 1px 4px #ddd;
    text-shadow: 1px 1px 0px #fff;
    display: block;
    margin: 12px 0;
    text-align: center;
    cursor: pointer;
    float:right;
}

.submit input{
    padding: 6px 3px;
    height: 36px;
    cursor: pointer;
    width: 96px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff 1px, #f4f4f4 30px);
    border: 1px solid #ccc;
    font-weight:bold;
    color:#666;
}

#company-street-address{
    display:none;
}

input, textarea, select {
    font: 16px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    width: 340px;
    padding: 8px 6px;
    margin: 0;
    color: #999999;
    text-shadow: 0 0 1px #FFFFFF;
    border: 1px solid #ddd;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

input {
    height: 16px;
}

select {
    width: 353px;
    padding: 6px 6px;
}

textarea {
    width: 340px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);

}

input:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0px 0px 5px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}

.field {
    margin: 18px 0;
    position: relative;
    width: 490px;
}

label {
    display: block;
    width: 112px;
    padding-right: 24px;
    float: left;
    color: #666;
    text-align: right;
    font: 16px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
}

.error, .tooltip {
    height: 16px;
    width: 178px;
    background-color: #FFCFCF;
    border: 1px solid #E5A3A3;
    font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    color: #801B1B;
    padding: 8px 10px 8px 10px;
    margin-left: -2px;
    border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    z-index: 9999;
}

.tooltip {
    background: #F2F2F2;
    border-color: #DBDBDB;
    color: #666;
}

.overlay {
    display: none;
    z-index: 10000;
    /*background-color: #fff;*/
    width: 912px;
    padding: 24px;
    min-height: 200px;
    border: 1px solid #666;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f4f4f4, #ffffff 1px, #f4f4f4 95%);
    border: 1px solid #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #ddd;
    -moz-box-shadow: 0px 1px 4px #ddd;
}


.overlay .close:before {
    content: 'X';
}

.overlay .close {
    background: #eee;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    height: 23px;
    padding-top: 5px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 29px;
}

#exposeMask{
    position:fixed !important;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}

fieldset {
	border:0px;
}

#map-overlay {
	width:912px;
}

#rezerwacja {
	height:600px;
	margin-left:250px;
}
/*end FORMULARZ*/
/*end KONTAKT*/
.fixBox {
	clear:both;
}