*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'nexa_boldregular';
  src: url('../fonts/Nexa_Free_Bold-webfont.eot');
  src: url('../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff'), url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'), url('../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_lightregular';
  src: url('../fonts/Nexa_Free_Light-webfont.eot');
  src: url('../fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa_Free_Light-webfont.woff') format('woff'), url('../fonts/Nexa_Free_Light-webfont.ttf') format('truetype'), url('../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  min-height: 100%;
  /*height: 100%;*/
}
body {
  background: #353535 url("../img/bg.jpg") repeat-x;
  font-family: Arial;
  color: #353535;
  font-size: 12px;
}
.wrapper {
  width: 950px;
  margin: auto;
}
header {
  padding: 30px 10px;
  position: relative;
}
header h1 {
  float: left;
  text-indent: -99999;
  margin: 0 57px 0 0;
}
header h1 a {
  width: 321px;
  height: 39px;
  display: block;
  text-indent: -9999px;
  background: url("../img/logo.jpg") no-repeat;
}
header nav ul {
  float: left;
  font-family: 'nexa_lightregular';
  margin: 0;
}
header nav ul li {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
header nav ul li a {
  color: #a2a1a1;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding-bottom: 13px;
  border-bottom: 1px solid #f1f0f0;
  transition: all 0.2s ease-out;
}
header nav ul li.current a,
header nav ul li a:hover {
  color: #be1522;
  border-color: #be1522;
}
header nav ul li.current a:before,
header nav ul li a:hover:before {
  content: ' ';
  display: block;
  width: 10px;
  height: 11px;
  position: absolute;
  background: #fff url("../img/arrow.jpg") no-repeat;
  top: -10px;
  left: -11px;
}

header a.fb {
  margin-left: 30px;
  display: inline-block;
  width: 36px;
  height: 34px;
  overflow: hidden;
  background: url('../img/fb-icon.png') 0 -35px no-repeat;
}

.top {
  height: 300px;
  background: #fbfbfb url("../img/image.jpg") left center no-repeat;
  border-top: 1px solid #be1522;
  position: relative;
}
.top img {
  width: 380px;

  position: absolute;
  top: 93px;
  right: 0;
}
.top p strong {
  font-family: 'nexa_boldregular';
}
article,
footer {
  background: #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #be1522;
  margin-top: 10px;
  font-size: 12px;
}
article {
  width: 230px;
  margin-left: 10px;
  float: left;
  position: relative;
  min-height: 195px;
}
article:first-child, article.first-box {
  margin-left: 0;
}

article.main h1 {
	font-family: 'nexa_lightregular';
	font-size: 14px;
}

article.main p {
	text-align: justify;
}

article .title {
  font-family: 'nexa_lightregular';
  background: #be1522;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
}
article p {
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #353535;
  margin: 0;
  font-size: 12px;
}
article a.more {
  display: block;
  position: absolute;
  color: #be1522;
  text-decoration: none;
  font-size: 12px;
  right: 25px;
  bottom: 20px;
}
article a.more:hover {
  text-decoration: underline;
}
.oferta article {
  min-height: 300px !important;
}
article.about_company, article.list-container {
  width: 710px;
}
article.about_company .columns {
  width: 340px;
  display: inline-block;
}
article.about_company .signature {
  margin-left: 170px;
}

p.oferta-column-left {
  margin-left: 10px;
}

/* Promocje */

.promocje-lista {
  list-style: none;
  line-height: 30px;
  padding-right: 20px;
}


/* Oferta */

.oferta-container {
  padding: 20px 0;
}

.oferta .list-container p {
  cursor: pointer;
  padding: 5px 20px;
  font-weight: bold;
  line-height: 14px;
}

/* Uprawenienia */

.uprawnienia-container {
    margin-left: 20px; 
    margin-top: 20px;
}

.uprawnienia-container a {
    margin: 0 10px;
}

.uprawnienia-container img {
    vertical-align: top;
}

/* Cennik */

.cennik table {
    border: 2px solid #353535;
    margin: 30px auto 0;
}

.cennik td {
    border: 1px solid #353535;
    text-align: center;
    font-size: 14px;
    padding: 5px 20px;
}

.cennik p {
  text-align: center;
}

/* Contact */

article.contact, article.cennik, article.main {
  width: 950px;
}

article.contact p {
  padding: 0;
}

.contact-box {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #f4f4f4;
  background: white;
  overflow: hidden;
}

.contact-box p, .contact-box ol, .contact-box ul, .contact-box dl, .contact-box form, .contact-box table, .contact-box blockquote {
  margin-bottom: 1.2em;
  line-height: 14px;
}


.contact-col-left {
  margin: 10px 0;
  padding: 0 0px 0 19px;
  float: left;
}


.contact-col-right {
  width: 430px;
  margin: 10px 0;
  padding: 0 25px 0 35px;
  border-left: 1px solid #f4f4f4;
  float: right;
}

#google-map {
    width: 100%;
    height: 360px;
}

form{width:350px; margin: 20px auto; }
form input[type=text],form input[type=password],form input[type=email],form textarea{font-size:12px;border:1px solid #9c9b9f;color:#9c9b9f;padding:15px;margin-bottom:10px;width:410px;font-family:Arial,sans-serif;display:block;transition:border .2s ease-in}
form input[type=text]:focus,form input[type=email]:focus,form textarea:focus{border:1px solid #5d5d5d;outline:0}
form input[type=text] textarea,form input[type=email] textarea,form textarea textarea{height:120px}
form input[type=submit]{border:0;background:#c3c3c3;display:block;width:410px;height:45px;line-height:45px;transition:background .2s ease-in;color:#fff;font-family:Arial,sans-serif}
form input[type=submit]:hover{background:#9d9d9d}
input.error,textarea.error{border:1px solid red!important;color:red}
label.error{font-size:12px;display:block;margin-top:-10px;margin-bottom:10px;color:red;font-family:Arial,sans-serif}



footer {
  /*height: 49px;*/
  line-height: 28px;
  color: #a2a1a1;
  text-align: center;
}
footer strong {
  display: none;
}
