/*
    Author     : Krystian Szybiak
*/

.fl { float: left;}
.fr { float: right!important;}
.no-margin { margin:0!important;}
.reset { display: block; overflow: hidden;}
.clear { clear: both;}
form, fieldset, img { border: none; margin:0; padding: 0;}
a { text-decoration: none;}
a:hover {text-decoration: underline;}

body {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	background: #363e41;
	margin:0;
	padding:0;
}

.cookies {
	height: 38px;
	background: #363e41;
	width: 100%;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	color: #fff;
}

.cookies a {
	color: #00baff;
    cursor: pointer;
}

.cookies .content, .top .content {
	margin: 0px auto;
	width: 980px;
}

.top .content {
  position: relative;
}


.top .content .jezyki {
  position: absolute;
  top: 20px;
  right: 12px;
}

    .top .content .jezyki a img {
      border: 1px #f1f1f1 solid;
    }

.cookies .content p {
	float: left;
}

.cookies .content img {
	float: right;
	margin-right: 10px;
}

.bg {
	background: url('../img/main-bg.png') no-repeat top center #fff;
	width: 100%;
    padding: 0 0 20px 0;
}

.sub-bg {
    width: 100%;
}

.top {
	background: #fff;
	height: 104px;
	border-bottom: 1px solid #218ec7;
}

.top .logo {
	width: 300px;
	height: 104px;
	float: left;
}

.top .top-menu {
	height: 104px;
	float: right;
}

.top .top-menu ul {
	list-style-type: none;
    margin: 55px 0 0;
    padding: 0;
}

.top .top-menu ul li {
    float: left;
    position: relative;
}

.top .top-menu a {
    color: #777777;
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    text-decoration: none;
	border-bottom: 7px solid #ffffff;
}

.top .top-menu ul ul a {
	font-family: Tahoma;
    font-size: 13px;
    color: #fff;
    padding: 0 9px 0 9px;
    line-height: 18px;
}

.top .top-menu li:hover > a {
	border-bottom: 7px solid #0192c8;
    color: #0192C8;
}

.top .top-menu ul ul li:hover > a {
	border:none;
    text-decoration: underline;
    color: #ffffff;
}

.top .top-menu ul ul {
    display: none;
    background: url(../img/top-menu-bg.png) repeat-x #086B93;
    float: left;
    left: 0px;
    position: absolute;
    top: -6px;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 120px;
}

.top .top-menu ul ul li {
  margin: 0;
  padding: 5px 0 5px 0;
  width: 120px;
}

.top .top-menu ul ul li a {
  border: none;
}

.top .top-menu  ul li:hover > ul {
    display: block;
}

.top .top-menu .active {
	border-bottom: 7px solid #dc0000;
    color: #DA0201;
}

.top .top-menu ul ul .active {
	border: none;
    text-decoration: underline;
    color: #ffffff;
}

.main {
	margin: 0px auto;
	width: 980px;
}

.slider {
    width: 980px;
    height: 385px;
    position: relative;
}

.slider ul {
    margin:0;
    padding:0;
    list-style-type: none;
}

.slider ul li {
    position: absolute;
    width: 980px;
    height: 385px;
    display: none;
}
.slider ul li:first-of-type {
	display: block;
}

.slider-text {
    width:365px;
    height: 385px;
    float: left;
    font-family: Tahoma;
    font-size: 14px;
    color: #626262;
    padding:0 10px 0 15px;
}

.slider-text p {
	line-height: 20px;
}

.slider-text a {
	font-family: Tahoma;
	font-size: 13px;
	color: #fff;
	background: #898989;
    padding: 4px 14px 5px 14px;
	margin-top: 5px;
	display: inline-block;
}

.slider-text h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	color: #0179a5;
	font-weight: 300;
	margin: 60px 0 0 0px;
}

.slider-img {
	float: right;
    width:564px;
    height: 385px;
    text-align: right;
}

.addition-box {
    float: left;
    color: #fff;
    height: 93px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
}

.addition-box a {
  color: #ffffff;
  font-weight: normal;
}

.addition-box .overlay .name {
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    font-weight: 300;
    padding: 10px 0 0 20px;
}

.addition-box .overlay .opis {
  padding: 7px 0 0 0;
  position: absolute;
  top:0;
  right: 0;
  list-style-type:  none;
  width: 170px;
  max-height: 86px;
}


.addition-box .overlay .opis ul {
  margin: 0;
  padding: 13px 0 0 0;
  list-style: none;
}

.contact {
    padding-left: 20px;
    margin-top: 40px;
    width: 300px;
    height: 235px;
    float: left;
}

.naglowek {
    background: url('../img/naglowek-bg.jpg') repeat-x 0 17px;
}

.naglowek h2 {
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    padding: 0 20px 0 0;
    color: #017097;
    display: inline;
    background: #fff;
    font-weight: 400;
}

.contact .contact-content {
    background: url('../img/contact-bg.jpg') no-repeat top left;
    height: 185px;
    padding-left: 85px;
    padding-top: 10px;
    font-family: Tahoma;
    font-size: 13px;
    color: #707070;
}

.contact .contact-content p { 
    margin-bottom: 25px;
}

.contact .contact-content .phone-number {
    font-family: Tahoma;
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 35px;
}

.contact .contact-content .phone-number .colorize { 
    font-size: 24px;
    color: #016990;
}

.contact .contact-content a {
    color: #016990;
}

.about-us {
    margin-top: 40px;
    width: 640px;
    float: right;
}

.about-us .opis {
  padding: 5px 0 0 0;
  height: 120px;
}

.about-us .content {
    float: left;
    width: 230px;
    font-family: Tahoma;
    font-size: 13px;
    color: #3a3a3a;
    margin-top: 5px;
}

.about-us .img { 
    float: right;
    margin-top: 10px;
}

.read-more {
    background: none repeat scroll 0 0 #898989;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma;
    font-size: 13px;
    margin-top: 5px;
    padding: 4px 14px 5px 14px;
}

.sub-header {
    height: 206px;
}

.sub-header h1 {
    font-family: 'Open Sans',sans-serif;
    font-size: 48px;
    color: #fff;
    font-weight: 100;
    margin: 55px 0 0 0;
    min-width: 330px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    background: url('../img/header-bg.png');
}

.breadcrumps {
    padding-bottom: 25px;
    padding-left: 25px;
}

.breadcrumps ul  {
    margin: 20px 0 0 0;
    padding: 0;
}

.breadcrumps ul li {
    list-style-type: none;
    float: left;
}

.breadcrumps ul li a { 
    font-family: Tahoma;
    font-size: 11px;
    color: #9d9ea1;
    text-transform: uppercase;
}

.breadcrumps ul li:last-child a  {
    font-weight: bold;
} 

.breadcrumps .slash {
    font-family: Tahoma;
    font-size: 11px;
    color: #9d9ea1;
    padding: 0 30px 0 30px;
}

.sub-content {
    padding-bottom: 50px;
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.sub-content .tresc {
  padding: 10px 0 0 25px;
}


.sub-content .naglowek h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #017097;
    display: inline;
    font-family: Tahoma!important;
    font-size: 24px;
    padding: 0 20px 0 25px;
    line-height: 26px;
}

.naglowek h2 a {
    color: #017097;
}

.sub-content .left-text {
    float: left;
    width: 625px;
}

.sub-content .right-img {
    margin-top: 12px;
    text-align: right;
    float: right;
    width: 310px;
}

.sub-content .right-img img { 
    padding: 10px;
    border:1px solid #e3e3e3;
}

.sub-content img {
    padding: 10px;
    border:1px solid #e3e3e3;
}


.contact-left {
    float: left;
    width: 300px;
}

.contact-left a {
    color: #dc0000;
}

.contact-map {
    float: right;
    width: 630px;
}

.footer {
    margin:0px auto;
    width: 980px;
    min-height: 170px;
}

.footer .footer-logo {
    width: 265px;
    float: left;
}

.footer .footer-menu {
    float: left;
    width: 715px;
}

.footer .footer-menu ul {
    float: left;
    list-style-type: none;
    margin: 30px 0 0 40px;
    padding: 0 0 25px 18px;
    border-left: 1px solid #484f52;
    width: 110px;
    min-height: 90px;
}

.footer .footer-menu ul li a {
    font-family: Tahoma;
    font-size: 14px;
    color: #dedede;
}

.footer .footer-menu ul ul li a {
    font-family: Tahoma;
    font-size: 12px;
    color: #7d7d7d;
}

.footer .footer-menu ul li .active {
  text-decoration: underline;
}

.footer .footer-menu ul ul {
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    border:none;
    float: none;
    min-height: 2px;
}

.footer .copy, .footer .copy a {
    font-family: Tahoma;
    font-size: 11px;
    color: #afafaf;
    text-align: right;
    margin-top: 25px;
    padding-bottom: 20px;
}

.form {
  padding: 20px 0 0 0;
  clear: both;
  display: block;
  overflow: hidden;
  width: 625px;
}

    .form .field {
      padding: 0 0 10px 0;
      display: block;
      overflow: hidden;
    }

        .form label {
          padding: 4px 10px 0 0;
          float: left;
          width: 120px;
          cursor: pointer;
        }

            .form span {
              color: #068BBF;
            }

        .form input[type=text] {
          margin: 2px 0 0 0;
          padding: 4px 10px;
          border: solid 1px #DEDEDE;
          width: 180px;
          font-family: "Tahoma";
          font-size: 12px;
          color: #7E7D7F;
          float: left;
        }

        .form select {
          margin: 2px 0 0 0;
          padding: 3px 4px 3px 6px;
          border: solid 1px #DEDEDE;
          width: 202px;
          font-family: "Tahoma";
          font-size: 12px;
          color: #7E7D7F;
          float: left;
        }

        .form textarea {
          margin: 2px 0 0 0;
          border: solid 1px #DEDEDE;
          padding: 10px 10px;
          width: 473px;
          height: 120px;
          min-height: 120px;
          resize: vertical;
          font-family: "Tahoma";
          font-size: 12px;
          color: #7E7D7F;
          float: left;
        }

        .form .field-ok {
          margin: 6px 0 0 10px;
          background: url("../img/form_field_ok.png") no-repeat;
          width: 16px;
          height: 16px;
          float: left;
        }

        .form .field-error {
          margin: 8px 0 0 130px;
          padding: 1px 0 0 24px;
          clear: both;
          background: url("../img/form_field_error.png") no-repeat;
          min-width: 16px;
          min-height: 16px;
          float: left;
          color: #F72902;
          font-size: 12px;
        }

    .form .submit {
      margin: 0 0 0 0;
      padding: 10px 0 0 0;
      overflow: hidden;
      display: inline;
      float: right;
    }

    .form input[type=submit] {
      margin: 0;
      padding: 0 58px 0 20px;
      border: 0;
      background: url("../img/form_submit.png") right no-repeat;
      font-family: "Tahoma";
      font-size: 12px;
      color: #E6F0E3;
      float: right;
      height: 34px;
      line-height: 34px;
      cursor: pointer;
      text-transform: uppercase;
    }

    .form .field .agreement {
      padding: 15px 0 0 0;
      display: block;
      overflow: hidden;
    }

        .form .field input[type=checkbox] {
          margin: 4px 0 0 0;
          padding: 0;
          border: 0;
          float: left;
        }

        .form .field .agreement label {
          margin: 0;
          padding: 0 0 0 12px;
          border: 0;
          width: 557px;
          float: left;
        }

    .form .required {
      padding: 15px 0 0 0;
    }

.komunikat {
  padding: 12px 0 0 0;
  color: red;
  font-weight: bold;
}

.potwierdzenie {
  color: green;
}

.main-header
{
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	padding: 0 0 5px 0;
	color: #017097;
	display: inline;
	background: white;
	font-weight: 400;
	height:20px;
}
.main-page-box
{
	margin-top:10px;
}

.slider
{
	height:355px;
}

.social_widgets .gplus,
.social_widgets .fblike
{
	display:inline-block;
}

.social_widgets
{
	margin-left:60px;
}

.vcard
{
	font-size:11px;
	color:#7D7D7D;
	margin: -15px 0 0 60px;
}

