html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: Arial, serif;
    background: url('../img/slide.jpg') center 84px no-repeat;
    
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clear  {
    clear: both;
}

a.more  {
    display: block;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff9000;
    padding: 5px 5px;
    font-size: 11px;
    font-weight: bold;
    float: right;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
}

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

header  {
    width: 980px;
    margin: 0 auto;
    height: 84px;
}

header h1   {
    float: left;
    width: 228px;
    margin-top: 10px;
}

header #info-top    {
    float: right;
    text-align: right;
    width: 55%;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #d5d5d5;
    padding-right: 50px;
    background: url('../img/top-icon.jpg') center right no-repeat;
}

header #info-top p  {
    color: #646464;
    font-size: 14px;
}

header #info-top p span {
    color: #ff9000;
    font-size: 14px;
}

header nav ul   {
    float: right;
    margin-top: 10px;
}

header nav ul li    {
    display: inline;
    float: left;
}

header nav ul li a  {
    display: block;
    color: #003e74;
    font-size: 13px;
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

header nav ul li a:hover    {
    background-color: #c3d9ff;
    border-radius: 5px;
    color: #fff;
}

#register-form  {
    padding: 35px 0;
}

#main-form  {
    width: 690px;
    height: 430px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 2px #939298
}

#main-form h1   {
    color: #454545;
    font-size: 36px;
    text-align: center;
    padding: 20px 0 10px 0;
}

#main-form #text-search {
    width: 586px;
    padding: 15px;
    margin: 0 auto;
    background-color: #dceffa;
    border: 1px solid #cee0ea;
    border-radius: 5px;
    box-shadow: inset 0px 0px 4px #cee0ea;
}

#main-form #text-search #left-search   {
    float: left;
    width: 50%;
    
}

#main-form #text-search #right-search   {
    float: left;
    width: 50%;
}

#main-form #text-search input   {
    clear: both;
    display: block;
    width: 276px;
    padding: 4px;
    height: 24px;
    border: 1px solid #b0cfe1;
    border-radius: 4px;
    margin-right: 14px;
    
}

#main-form #text-search label   {
    font-size: 12px;
    padding-bottom: 2px;
    display: block;
    text-transform: uppercase;
}

#main-form  .ui-tabs-panel input {
    border: 1px solid #b0cfe1;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    color: #828282;
    width: 130px;
}

#main-form  .ui-tabs-panel input[type='checkbox']   {
    width: 10px;
}

#main-form  .ui-tabs-panel label    {
    color: #454545;
    font-size: 11px;
}

#main-form  .ui-tabs-panel img  {
    position: relative;
    left: -25px;
    top: 2px;
}

#main-form #parameters  {
    margin: 4px 35px;
}

#main-form #parameters label    {
    color: #454545;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    display: block;
}

#main-form #parameters label  span  {
    color: #a7a7a7;
    font-weight: normal;
}

#main-form #parameters .parameters-option   {
    width: 25%;
    float: left;
}

#main-form #parameters select   {
    border: 1px solid #b0cfe1;
    border-radius: 4px;
    padding: 4px 8px;
    width: 142px;
}

#main-form input.sumbit {
    display: block;
    width: 167px;
    height: 41px;
    background: url('../img/btn-search.png') top left no-repeat;
    margin: 10px 35px;
    border: none;
    float: left;
    cursor: pointer
}

#main-form a.more_search    {
    float: right;
    color: #454545;
    padding: 18px 35px;
    font-size: 18px;
    text-decoration: none;
}

#main-form h2   {
    color: #b1b1b1;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#offer  {
    padding: 30px 0;
}

#offer h1{
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 2px solid #d5d5d5;
    color: #454545;
    z-index: 0;
}

#offer .flexslider ul.slides li {
    margin: 5px 25px 5px 0;
    width: 223px!important;
}

#offer .flexslider ul.slides li h1 {
    color: #454545;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px dotted #d5d5d5;

}

#offer .flexslider ul.slides li ul  {
    list-style: none;
}

#offer .flexslider ul.slides li ul li {
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 5px;
    position: relative;
}

#offer .flexslider ul.slides li ul li a {
    color: #1e5aae;
    font-size: 14px;
    text-decoration: none;
}

#offer .flexslider ul.slides li ul li span  {
    display: block;
    clear: both;
    font-size: 11px;
    color: #a0a0a0;
    padding-top: 3px;
    width: 60%;
}

#offer .flexslider ul.slides li ul li p.price   {
    position: absolute;
    right: 5px;
    top:-5px;
    color: #1e5aae;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}
#news   {
    padding: 10px 0 40px 0;
    background-color: #fafafa;
    border-top: 2px solid #d9d9d9;
}

#news h1    {
    font-size: 24px;
    padding: 10px 0 20px 0;
    color: #454545;
}

#news h1 a  {
    text-decoration: none;
}

#news .flexslider ul.slides li  {
    border: 1px solid #dde4e5;
    margin: 5px;
    width: 233px!important;
    box-shadow: 0 3px 2px #edf0f1
}

#news .flexslider ul.slides li h1 a   {
    font-size: 16px;
    color: #1e5aae;
    padding: 15px;
    font-weight: normal;
}

#news .flexslider ul.slides li img   {
    
}

#news .flexslider ul.slides li p   {
    font-size: 12px;
    color: #6e7476;
    line-height: 140%;
    padding: 15px;
}

#news .flexslider ul.slides li p span   {
    font-weight: bold;
    color: #7aa226;

}

#newsletter {
    background-color: #dceffa;
    margin-bottom: 35px;
    height: 65px;
    padding-top: 20px;
}

#newsletter img {
    float: left;
    position: absolute;
    top: -35px;
    left: 0;
}

#newsletter p   {
    color: #454545;
    font-size: 18px;
    padding: 10px 0 10px 140px;
    width: 60%;
    float: left;
}

aside h1    {
    color: #454545;
    font-family: Arial, serif;
    font-size: 11px;
    font-weight: bold;
    padding:0px 0 5px 0;
}

aside p    {
    color: #b6b6b6;
    font-family: Arial, serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 140%;
    padding-bottom: 20px;
}

aside p strong  {
    color: #454545;
    font-family: Arial,serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 5px;
    
    
}

footer  {
    
    background-color: #003e74;
}

footer nav ul li    {
    display: inline;
    float: left;
    margin-right: 10px;
    line-height: 11px;
    padding: 15px 0;
}

footer nav ul li a  {
    text-decoration: none;
    color: #fff;
    font-family: Arial, serif;
    font-size: 11px;
}

footer p    {
    float: right;
    color: #fff;
    font-family: Arial, serif;
    font-size: 11px;
    padding: 15px 0;
}

footer nav ul li a:hover    {
    text-decoration: underline;
}

section#subpage {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    width: 945px;
    margin: 30px auto;
    min-height: 500px;
}

section#subpage h1  {
    font-size: 30px;
    color: #003e74;
    padding: 10px 0;
    margin: 10px 0;
}

section#subpage h2  {
    font-size: 16px;
    color: #003e74;
}

section#subpage p   {
    line-height: 150%;
    color: #1b1b1b;
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
    float: left;
    clear: both;
}

section#subpage #map    {
    float: right;
    border-top:  4px solid #ff9000;
    border-bottom: 4px solid #003e74;
    position: relative;
    top: -80px;
}

section#subpage #contact-info   {
    width: 925px;
    height: 208px;
    background: url('../img/img-kontakt.jpg') top left no-repeat;
}

section#subpage #contact-info h1    {
    padding: 60px 20px 20px 20px;
    color: #ff9000;
}

section#subpage #contact-info h2    {
    padding: 10px 20px;
    font-weight: normal;
}

section#subpage #contact-info h2 span   {
    margin-left: 50px;
}

section#subpage #contact-info h2:nth-child(3) span  {
    margin-left: 150px;
}

section#subpage form    {
    padding: 40px 15px;
    background-color: #e0eaf0;
    border-radius: 5px;
    border-top:  4px solid #ff9000;
    border-bottom: 4px solid #003e74;
    margin-bottom: 10px;
}

section#subpage form textarea   {
    width: 45%;
    height: 76px;
    float: left;
    border: none;
    margin-right: 20px;
}

section#subpage form input  {
    border: none;
    padding: 6px 8px;
    
    width: 200px;
    margin: 0 20px 20px 0;
}

section#subpage form input.submit2  {
    color: #fff;
    text-decoration: none;
    background-color:#ff9000;
    padding: 4px 15px;
    width: 70px;
    border-right: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    float: right;
}

.offer-category    {
    display: block;
    width: 150px;
    height: 150px;
    color: #fff;
    text-decoration: none;
    float: left;
    margin:20px 75px 0 10px;
    border-radius: 85px;
    text-align: center;
    line-height: 150px;
    font-size: 25px;
    border: 10px solid #fff;
}

.offer-category:nth-child(4) {
    margin-right: 20px;
}

.blue   {
    background-color: #0095e5;
}

.orange {
    background-color: #ff9000;
}

.red    {
    background-color:#ff4200;
}

.granat {
    background-color: #003e74;
}


.hide{
    display: none;
}

.change-country {
    width: 980px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: 30px;
    z-index: 99
}

.change-country a {
    display: block;
    padding: 10px 20px;
    color: #003e74;
    font-size: 13px;
    text-align: center;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 2px;
    
}

.change-country a:hover {
    background-color: #c3d9ff;
    border-radius: 4px;
}

#newslletter_form   {
    float: right;
    width: 240px;
    position: relative;
  
    padding-bottom: 5px;
    padding-top: 0px;
}

#newslletter_form input {
    padding: 3px 80px 3px 5px;
    border: 1px solid #b0cfe1;
    border-radius: 5px;
    width: 154px;
    height: 30px;
    
}

#newslletter_form .button2  {
    position: absolute;
    right: 5px;
    top: 10px;
    background-color: #ff9000;
    display: block;
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}


.errors {
    font-size: 11px;
    color: red;
    width: 100%;
}

.errors li  {
    list-style: none;
    line-height: 130%;
    padding-top: 4px;
}

#newsletter p.errors    {
    width: 100%;
   font-size: 11px;
    color: red;
    width: 100%;
    padding: 3px 0;
}

#page_content p img {
   
    padding: 5px;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    display: block;
    margin-left: 140px;
    
}

#wait   {
    background: url('../img/ajax-loader.gif') top left no-repeat;
    width: 66px;
    height: 66px;
    margin: 100px auto;
    display: block;
}

.facebook_z1p {
  background: url("../img/bg_facebook.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 390px;
  left: -210px;
  padding: 5px 30px 5px 0;
  position: absolute;
  top: 220px;
  width: 205px;
  z-index: 100;
}

.pfr {
    margin: 50px auto 20px auto;
    width: 960px;
    height: 200px;
    background: url(https://lucky.com.pl/img/pfr.jpg) no-repeat;
    background-size: contain;
}