/* RESET CSS */

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

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* COOKIES DIRECTIVE */

#cookiesEU-box {
    background: #F5F5F5 !important;
    position: fixed !important;
    bottom: 0 !important;
}

#cookiesEU-box .cookiesEU-text {
    text-align: center;
    font-size: 14px !important;
    padding: 1% 5% 1% 2% !important;
    line-height: 1.5em;
}

#cookiesEU-box .cookiesEU-text a {
    background: #A6C932;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 300px;
    text-align: center;
    margin: 10px auto 0 auto;
    text-decoration: none;
}

a.cookiesEU-close {
    background: #A6C932 !important;
}
/* UI TO TOP */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -40px;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}
/* SITE */

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    border-top: 4px solid #d9961a;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:link,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    margin: 0 0 20px 0;
    line-height: 1.55em;
    text-transform: lowercase;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
    line-height: 1.75em;
    letter-spacing: 1px;
}

ul {
    padding: 0 20px;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

header a {
    max-width: 33%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
}

/* MENU */

nav.main{
    width:100%;
    margin:0 auto;
    background: #F4F5F5;
    z-index: 999999999999999;
}
nav.main ul{
    text-align:center;
    
}

/* KONIEC MENU */

section.slider {
    width: 100%;
    height: auto;
}

section.slider img {
    width: 100%;
    height: auto;
}

section.content {
    padding: 30px 0;
}

section.content table {
    width: 100%;
    margin: 30px 0;
    color: #fff;
}

section.content table tr td {
    padding: 10px;
}

section.content table tr:nth-of-type(odd) {
    background: #f1cc89;
}

section.content table tr:nth-of-type(even) {
    background: #d3cbbd;
}

section.content ul {
    list-style: url(../images/list.png);
    padding: 0 0 20px 20px;
}

section.content ul li {
    padding: 5px 0 5px 10px;
    line-height: 1.75em;
    letter-spacing: 1px;
}

section.contact-form {
    background: #969696;
    padding: 30px 0;
    color: #fff;
}

footer {
    background: #f5f5f5;
    padding: 30px 0;
    color: #000;
    text-align: center;
}

footer p {
    margin-top: 10px;
    font-size: 12px;
}

footer p a {
    color: #000;
}

footer p a:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .container {
        width: 80%;
        margin: 0 auto;
    }
    header a {
        max-width: 44%;
    }
    nav.main ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
    header a {
        max-width: 55%;
    }
}
/* SLIDER */

#banner_auto_slider_main div:nth-of-type(3) {
    display: none !important;
}

.tp-leftarrow.default {
    background: url(../images/poprzedni.png) no-repeat center center !important;
    left: 0 !important;
    width: 60px !important;
    height: 60px !important;
}

.tp-rightarrow.default {
    background: url(../images/kolejny.png) no-repeat center center !important;
    right: 0 !important;
    width: 60px !important;
    height: 60px !important;
}
/* CONTACT FORM */

#contact-form .control-label {
    display: none;
}

#contact-form .controls {
    margin-left: 0;
}

#contact-form .controls input[type=text],
#contact-form .controls input[type=email] {
    color: #434343;
    max-width: 400px;
    width: 90%;
    height: 40px;
    padding-left: 20px;
}

#contact-form .controls textarea {
    color: #434343;
    max-width: 500px;
    width: 90%;
    height: 120px;
    padding: 20px 0 0 20px;
    ;
}

#contact-form .controls button[type=submit] {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 25px;
    cursor: pointer;
}

#contact-form .close {
    background: none;
    border: none;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #626365;
    font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
    color: #626365;
    font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder {
    color: #626365;
    font-family: 'Open Sans', sans-serif;
}

input:-moz-placeholder {
    color: #626365;
    font-family: 'Open Sans', sans-serif;
}

*::-webkit-selection {
    background: rgba(0, 0, 0, .22);
    color: #fff;
}

*::-moz-selection {
    background: rgba(0, 0, 0, .22);
    color: #fff;
}

*::selection {
    background: rgba(0, 0, 0, .22);
    color: #fff;
}
/* ALERTY */

.alert {
    background: #FFEFEF;
    border: 1px solid #FFD7D7;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}

.alert h4 {
    margin-bottom: 0;
}

.alert a {
    position: absolute;
    right: 20px;
}
/* MIESZKANIA */

.mieszkania-wrapper {
    width: 100%;
    margin-bottom: 30px;
}

.mieszkania-wrapper h2 {
    margin-bottom: 0;
    color: #555
}

.mieszkania-wrapper h3 {
    color: #888
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:18px;
}

.mieszkania {
    width: 100%;
}

.mieszkania:before,
.mieszkania:after {
    display: table;
    content: "";
}

.mieszkania:after {
    clear: both;
}

.dostepny{
    width: 200px;
    height: 100px;
    background: #B2D629 url(../images/dostepny.png) no-repeat center 60px;
  width: 17%; /* Musisz określić szerokość, żeby wiedziały ile miejsca zająć */
  vertical-align: top; /* Ważne: wyrównuje divy do góry */
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0 5px 5px 0;
}

.rezerwacja{
    width: 200px;
    height: 100px;
    background: #ffb400 url(../images/rezerwacja.png) no-repeat center 60px;
    
  width: 17%; /* Musisz określić szerokość, żeby wiedziały ile miejsca zająć */
  vertical-align: top; /* Ważne: wyrównuje divy do góry */
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0 5px 5px 0;
}

.niedostepny {
   width: 200px;
    height: 100px;
    background: #D62929 url(../images/niedostepny.png) no-repeat center 60px;
  
  width: 17%; /* Musisz określić szerokość, żeby wiedziały ile miejsca zająć */
  vertical-align: top; /* Ważne: wyrównuje divy do góry */
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0 5px 5px 0;
}

.planowany {color: #8b0909;
   width: 200px;
    height: 100px;
    background: #FFFF66 url(../images/niedostepny.png) no-repeat center 60px;
    
  width: 17%; /* Musisz określić szerokość, żeby wiedziały ile miejsca zająć */
  vertical-align: top; /* Ważne: wyrównuje divy do góry */
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    
    text-align: center;
    margin: 0 5px 5px 0;
}

.dostepny a, .niedostepny a, .rezerwacja a{
    display:block;
    color:#fff;
    width: 200px;
    padding-top: 15px;
    height:85px;
}

.planowany a{
    display:block;
    color:red;
    width: 200px;
    padding-top: 15px;
    height:85px;
}

.legenda {
    margin: 40px 0 30px 0;
}

.legenda .zielony {
    background: #B2D629 url(../images/dostepny.png) no-repeat 10px center;
    color: #fff;
    padding: 10px 20px 10px 50px;
    display: inline-block;
    margin-bottom: 10px;
}

.legenda .czerwony {
    background: #D62929 url(../images/niedostepny.png) no-repeat 10px center;
    color: #fff;
    padding: 10px 20px 10px 50px;
    display: inline-block;
}

.legenda .pomaranczowy {
    background: #ffb400 url(../images/rezerwacja.png) no-repeat 10px center;
    color: #fff;
    padding: 10px 20px 10px 50px;
    display: inline-block;
}

.legenda .zolte {
    background: #FFFF66 url(../images/rezerwacja.png) no-repeat 10px center;
    color: red;
    padding: 10px 20px 10px 50px;
    display: inline-block;
}