@font-face {
    font-family:Sen;
    src:url(../fonts/sen-regular.otf);
}
@font-face {
    font-family:SenB;
    src:url(../fonts/sen-bold.otf);
}
@font-face {
    font-family:SenEB;
    src:url(../fonts/sen-extrabold.otf);
}
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
}
body {
    font: 400  90%/1.8 "Sen", "Consolas", Arial,sans-serif;
    color: #1b1b1b;
    height:100%;
    overflow-x:hidden;
}
a:link, a:visited {
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: inherit;
}
a:hover, a:active, a:focus {
    color: #ff7f32;
}
a img {
}
#wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.wrp1000 {
    width:1000px;
    margin:0 auto;
    position: relative;
}
#top {
    height: 75px;
    width: 100%;
    position: fixed;
    display: block;
    z-index: 9999;
}
.hide {
}
.submenu {
    background-color: #ff7f32;
    color: #fff;
    font: 400 12px / 18px Sen;
    text-transform: uppercase;
    height: 20px;
    box-sizing: border-box;
}
.submenu a:hover {
    color: #000;
}
.mainmenu {
    background-color: rgba(27, 27, 27, 0.95);
    color: #ededed;
    font: 400 16px / 12px Sen;
    height: 55px;
    position: relative;
    display: block !important;
    overflow: hidden;
}
.logo {
    float: left;
    position: relative;
    top:-6px
}
.goRight {
    float: right;
}
.goLeft {
    float: left;
}
.fat {
    font-family: SenEB;
}
.orange {
    color: #ff7f32;
}
#main_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu {
    float: right;
    top:22px;
    position: relative;
    text-transform: uppercase;
}
.domek {
    margin-right: 2px;
    padding-top: 0 !important;
}
ul#main_nav li {
    float: left;
    margin-left: 15px;
    position: relative;
    padding-top: 6px;
}
.clearfix:after {
    content: " "; 
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.flat:before {
    content: "Mieszkanie";
    color: #4d4d4d;
    font: 400 13px / 12px Sen;
    position: absolute;
    top:-12px;
    text-transform: none;
}
.garage:before {
    content: "Parking";
    color: #4d4d4d;
    font: 400 13px / 12px Sen;
    position: absolute;
    top:-12px;
    text-transform: none;
}
.garage {
    padding-left: 15px;
}

#banner {
    background: url(../images/bg5.jpg) 50% 50% no-repeat #1C1C1C;
    position: relative;
    width: 100%;
    height: 380px;
    background-size: cover;
}
#banner2 {
    background: url(../images/bg1.png) 50% 50% no-repeat #1C1C1C;
    position: relative;
    width: 100%;
    height: 380px;
    background-size: cover;
}
.mask {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 30%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 1px solid #fff;
    outline: 1px solid transparent;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(5.2deg);
    transform:    skewY(5.2deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mask7 {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 30%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 1px solid #fff;
    outline: 1px solid transparent;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(-5.2deg);
    transform:    skewY(-5.2deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mask3 {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 30%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 1px solid #DFDFDF;
    outline: 1px solid transparent;
    border-radius: 0;
    background: #DFDFDF;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(5.2deg);
    transform:    skewY(5.2deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mask5 {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 30%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 1px solid #ededed;
    outline: 1px solid transparent;
    border-radius: 0;
    background: #ededed;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(5.2deg);
    transform:    skewY(5.2deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mask2 {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 70%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    right: 0;
    margin: 0;
    padding: 0;
    outline: 1px solid transparent;
    overflow: visible;
    border: 1px #fff solid;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(-2.3deg);
    transform:    skewY(-2.3deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mask8 {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 70%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    right: 0;
    margin: 0;
    padding: 0;
    outline: 1px solid transparent;
    overflow: visible;
    border: 1px #fff solid;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(2.3deg);
    transform:    skewY(2.3deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mask4 {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 70%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    right: 0;
    margin: 0;
    padding: 0;
    outline: 1px solid transparent;
    overflow: visible;
    border: 1px #DFDFDF solid;
    border-radius: 0;
    background: #DFDFDF;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(-2.2deg);
    transform:    skewY(-2.2deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mask6 {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 70%;
    height: 48px;
    position: absolute;
    content: "";
    top: -45px;
    right: 0;
    margin: 0;
    padding: 0;
    outline: 1px solid transparent;
    overflow: visible;
    border: 1px #ededed solid;
    border-radius: 0;
    background: #ededed;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform:    skewY(-2.2deg);
    transform:    skewY(-2.2deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
#plan {
    position: relative;
    padding-top: 30px;
    margin-top: -30px;
}
#plan a {
    text-transform: uppercase;
    color: #ff7f32;
    text-decoration: underline;
    z-index: 998;
    position: relative;
}
#plan a:hover {
    color: #000;
}
h1 {
    font: 400 72px / 74px Sen;
    color: #ededed;
    position: relative;
    top:130px;
}
h6 {
    font: 400 72px / 74px Sen;
    color: #ededed;
    position: relative;
    top:10px;
}
.prename {
    top:170px;
    position: relative;
    color: #ededed;
    font: 400 24px / 12px Sen;
}
.description {
    color: #999999;
    font: 400 18px / 20px Sen;
    display: block;
    width: 100%;
}
.moveme {
    position: relative;
    top:100px;
    left:80px;
}
.moveme2 {
    position: relative;
    top:-140px;
    left:80px;
}
#nav {
    position:absolute;
    right:10px;
    top:-10px;
    list-style:none;
    z-index: 999;
    width: 20px;
    padding: 10px 10px 0px 10px;
    border-left:#999999 1px solid;
}
#nav a {
    background-color: #999999;
    border-radius: 50%;
    border: 2px #999 solid;
    display: block;
    background-clip: content-box;
    padding: 0.1em;
    text-decoration: none;
    width: 10px;
    height: 10px;
    margin-bottom: 8px;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#nav a:hover {
    background: #ff7f32;
    border: 2px #ff7f32 solid;
}
#nav .active a {
    background-color: #ff7f32;
    border-radius: 50%;
    border: 2px #ff7f32 solid;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background-clip: content-box;
    padding: 0.1em;
}
#contact {
    min-height: 400px;
    background: #1b1b1b;
    color: #ededed;
    position: relative;
    margin-top: -33px;
    padding-top: 60px;
    box-sizing: border-box;
}
.moving_nav {
    position: fixed !important;
    top:20%  !important;
}
h2 {
    color: #ff7f32;
    font: 400 23px / 30px Sen;
    text-transform: uppercase;
    position: relative;
}
h2:before {
    content: "";
    position: absolute;
    top:-10px;
    width: 280px;
    height: 3px;
    display: block;
    left:0;
    background-color: #ff7f32;
}
.big {
    font-size: 120%;
}.bigger {
    font-size: 200%;
}
.col-4 {
    width: 35%;
    box-sizing: border-box;
}
.helper {
    height:20px;
    display: block;width: 100%;
    position:relative;
    margin-bottom: 30px;
    top:20px;
}
.helper2 {
    height:20px;
    display: block;width: 100%;
    position:relative;
    margin-bottom: 30px;
    top:37px;
    z-index: 99;
}
.helper4 {
    height:20px;
    display: block;width: 100%;
    position:relative;
    margin-bottom: 30px;
    top:37px;
    z-index: 99;
}

.helper3 {
    height:20px;
    display: block;width: 100%;
    position:relative;
    margin-bottom: 30px;
    top:15px;
    z-index: 99;
}
.helper5 {
    height:20px;
    display: block;width: 100%;
    position:relative;
    margin-bottom: 30px;
    top:-7px;
    z-index: 99;
}
#metraz {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.capitalize {
    text-transform: uppercase;
    padding-left:10px;
}
.pow {
    width:80px;
    text-align: right;
}
.col-8 {
    width: 65%;
    box-sizing: border-box;
    padding-left: 20px;
}
.col-8 img {
}
.gotoNext {
    height: 40px;
    border-top: #999999 dashed 1px;
    line-height: 44px;
    color: #999999;
    margin-top: 20px;
    position: relative;
    z-index: 999;
}
.gotoNext a {
    color: #999 !important;
    text-decoration: none !important;
}
.gotoNext a:hover {
    color: #ff7f32 !important;
}
#wizual {
    background: #dfdfdf;
    padding-bottom: 0px;
}
.gotoRight {
    float: right;
}
.gotoLeft {
    float: left;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.photosGrid img {
    margin-right: 12px;
    margin-top: 10px;
}
.photosGrid {
    margin-left:40px;
}

#parking-1 {
    background: #1b1b1b url(../images/bg4.jpg);
    background-size:cover;
    position: relative;
    top:-30px;
    z-index: 1;
    height: 350px;
}
#parking-1b {
    background: #1b1b1b url(../images/bg2.png);
    background-size:cover;
    position: relative;
    top:-30px;
    z-index: 1;
    height: 350px;
}
#parking-1-content {
    background: #ededed;
    position: relative;
    top:-20px;
}
.orangeBox {
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    border: solid 3px #ff7f32;
    margin-right: 10px;
    top:9px;
    position: relative;
}
.blackBox {
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    border: solid 3px #000;
    background-color: rgba(0, 0, 0, 0.79);
    margin-right: 10px;
    top:9px;
    position: relative;
}
#parking-2 {
    padding-top: 50px;
    margin-top: -50px;
}
h5 {
    color: #ededed;
    font: 400 48px / 58px Sen;
    margin: 10px 0 30px;
    position: relative;
    text-transform: uppercase;
}
h5:after {
    content: "";
    position: absolute;
    display: block;
    width: 158px;
    height: 3px;
    background-color: #ff7f32;
    bottom:-10px;
    left:0;
}
#contact p {
    color: #999999;
    font: 400 14px Sen;
}
.one-3 {
    box-sizing: border-box;
    float: left;
    width: 33.3%;
    font: 400 19px / 24px Sen;
}
.credits {
    width: 30%;
    float: right;
    margin-top: 20px;
    clear: both;
    border-top: #4d4d4d dashed 1px;
    padding-top: 15px;
}
.credits  a:hover {
    color:#ff7f32 !important;
}
.credits a {
    text-decoration: none !important;
    color: #ededed !important;
    font-size: 14px;
    font-family: SenEB;
}
.one-3 a {
    font-size: 17px !important;
    text-decoration: none !important;
    text-transform: none !important;
    color: #ededed !important;
}
.one-3 a:hover {
    color:#ff7f32 !important;
}
.marginLeft {
    padding-left: 60px;
}
.park1, .park2 {
	
    position: relative;
}
#m17 {
    width: 36px;
    height: 72px;
    display: block;
    float: left;
    margin-right: 10px;
    top:253px;
    left: 507px;
    position: absolute;
}
#m20 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    top:111px;
    left: 44px;
    position: absolute;
}
#m21 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    top:111px;
    left: 79px;
    position: absolute;
}
#m18 {
    width: 36px;
    height: 72px;
    display: block;
    float: left;
    margin-right: 10px;
    top:253px;
    left: 546px;
    position: absolute;
}
.avaiable {
    border: solid 3px #ff7f32;
}
.unavaiable {
    border: solid 3px #000;
    background-color: rgba(0, 0, 0, 0.79);
}
#m25 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    top:111px;
    right: 189px;
    position: absolute;
}
#m26 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    top:111px;
    right: 154px;
    position: absolute;
}
#m27 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    top:111px;
    right: 108px;
    position: absolute;
}
#m28 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    top:111px;
    right: 71px;
    position: absolute;
}
#m4 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    left: 43px;
    position: absolute;
}
#m5 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    left: 79px;
    position: absolute;
}
#m6 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    left: 128px;
    position: absolute;
}
#m7 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    left: 160px;
    position: absolute;
}
#m8 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    left: 195px;
    position: absolute;
}
#m9 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    left: 245px;
    position: absolute;
}
#m10 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    right: 224px;
    position: absolute;
}
#m11 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    right: 189px;
    position: absolute;
}
#m12 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    right: 155px;
    position: absolute;
}
#m13 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    right: 107px;
    position: absolute;
}
#m14 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    right: 73px;
    position: absolute;
}
#m15 {
    width: 31px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
    bottom:90px;
    right: 23px;
    position: absolute;
}
#nav-trigger {
    display: none;
    height: 40px;
    float: left;
    width: 100%;
    cursor: pointer;
    z-index: 9999;
    color: #fff;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon4 {
    float: right;
    padding: 0;
    margin: -3px -0px 0px 7px;
    box-sizing: border-box;
}
#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 3px;
}
#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 3px;
}
.expanded {
    overflow: visible !important;
    font-size:14px !important;
    height:280px;
}
.expanded li {
    float: none;
    width: 100%;
    display: block;
    margin: 3px 0;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
}
.open {
    height:20px;
    float: left;
}
.mobile-menu {
    float: right;
}

.row-1-3 {
    width: 100%;
    height:33.3%;
    display:block;
    background: url('../images/bg1.png') no-repeat #1b1b1b;
    background-size: cover;
    text-align: center;
    font: 400 24px / 24px Sen;
    color: #ededed;
    position: relative;
    opacity: 0.8;
    -webkit-transition:all ease 0.5s;
    transition: all ease 0.5s;
}
.row-1-3:hover, .row-2-3:hover, .row-3-3:hover {
	
	opacity: 1;
}

.row-1-3 span {
    top:50%;
    position: relative;
    margin: 0 auto;
}
.row-2-3 span {
    top:50%;
    position: relative;
    margin: 0 auto;
}
.row-3-3 span {
    top:50%;
    position: relative;
    margin: 0 auto;
}

.row-2-3 {
        width: 100%;
    height:33.3%;
    display:block;
    background: url('../images/bg3.png') no-repeat #1b1b1b center;
    background-size: cover;
    text-align: center;
    font: 400 24px / 24px Sen;
    color: #ededed;
    position: relative;
    opacity: 0.8;
    -webkit-transition:all ease 0.5s;
    transition: all ease 0.5s;
}

.row-3-3 {
        width: 100%;
    height:33.3%;
    display:block;

    background: url('../images/bg5.jpg') no-repeat #1b1b1b center;
    background-size: cover;
    text-align: center;
    font: 400 24px / 24px Sen;
    color: #ededed;
    position: relative;
    
    opacity: 0.8;
    -webkit-transition:all ease 0.5s;
    transition: all ease 0.5s; 
}
