/*
Theme Name: Marina Tower
Theme URI: https://radudragomir.com
Author: Radu Dragomir
Version: 1.1
Text Domain: tomis
*/

*:hover, *:focus {
    outline: 0 !important;
}
.container {
    max-width: none;
}
body {
    margin: 0;
    color: #1d293c;
    font-size: 22px;
    line-height: 37px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #13536e;
    font-weight: 300;
}
body.active {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
::selection {
    background: #dcf5ff;
    color: #13536e;
}
::-moz-selection {
    background: #dcf5ff;
    color: #13536e;
}
img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
a {
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #09131d;
}
a:hover {
    text-decoration: none;
}
header {
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.special-font {
    font-family: 'sailor', serif;
    font-weight: 700;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.burger {
    width: 93px;
    height: 87px;
    background: #101a24;
    /*border: 1px solid #e2c795;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.burger span {
    display: inline-block;
    background: url(img/burger.png) no-repeat center;
    width: 40px;
    height: 31px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.burger.active span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.responsive-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 2000;
    background: #09131d;
}
.nav-inner {
    height: 100%;
}
.responsive-nav.active {
    visibility: visible;
    opacity: 1;
}
.responsive-nav a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', Sans-serif;
    width: 450px;
    padding: 20px 0;
    font-size: 48px;
    position: relative;
    /*border-bottom: 1px solid #e2c795;*/
}
.responsive-nav a:hover {
    text-decoration: none;
    color: #47b29c;
}

header.active {
    position: fixed !important;
    z-index: 2001;
    background: none !important;
}

header.active .logo, header.active .alpha {
    opacity: .1;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 420px;
}
.hero-content h1 {
    line-height: 70px;
    font-size: 60px;
}
.hero-bottom {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}
.hero-bottom h3 {
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
}
.select-rooms {
    background: #15212e;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    border: 1px solid #a6886b;
    width: auto;
    padding: 20px 35px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.available {
    background: #13536e;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;

    padding: 20px 35px;
}

.button-group-second ul li {
    position: relative;
}
.button-group-second ul li a {
    background: #15212e;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    border: 1px solid #a6886b;
    width: auto;
    padding: 20px 35px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.button-group-second > ul > li > a {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-group-second ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.button-group-second ul li.active ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.button-group-second > ul > li.active > a {
    background: #263b52;
}
.button-group-second ul li ul li a {
    padding: 6px 10px;
    display: block;
    text-align: center;
    background: #263b52;
    margin-top: 4px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.button-group-second ul li svg {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.button-group-second ul li.active svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.available:hover {
    background: #130f07;
    color: #fff;
}

.hideforce {
    display: none !important;
}


.title h2 {
    text-transform: uppercase;
    font-size: 60px;
}
.banner-section {
    margin-top: 500px;
    background: #dcf5ff;
}
.banner-section .slider {
    margin-top: -390px;
}
.slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.slick-dots li {
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    background: #0F1A25;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
}
.slick-dots li:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 1px;
    left: 1px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
}
.slick-dots li.slick-active:before {
    background: #47B29C;
}
.banner-info h3 {
    font-size: 55px;
    text-transform: uppercase;
}
.banner-info h4 {
    font-size: 30px;
}
.button {
    text-transform: uppercase;
    background: #101a24;
    color: #fff;
    font-weight: 300;
    padding: 20px 80px;
    /*border: 1px solid #a6886b;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;*/
    /*border-radius: 15px;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ap-solicita-oferta {
    margin-top: 100px;
}
.ap-solicita-oferta .button {
    padding: 24px 50px;
}
.button:hover {
    text-decoration: none;
    color: #fff;
    background: #130f07;
}
.constructie, .locatie {
    background: #1a495c;
}
.constructie .select-rooms {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.accordion dt {
    margin: 10px 0;
}
.accordion dt button {
    padding: 24px 20px;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid #0a526e;
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
}
.harta .accordion dt button {
    padding: 20px;
    color: #09131d;
}
.accordion dt button.active {
    background: #0a526e;
    color: #ffffff;
}
.accordion dt button.active svg {
    fill: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
dd {
    margin: 0;
    padding: 0 15px;
}
dd p {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
}
.constructie .accordion dt button {
    background: #101a24;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}
.constructie .accordion dt button.active {
    background: #263b52;
}
.constructie dd {
    background: #263b52;
    color: #fff;
    text-align: left;
    border: 1px solid #e2c795;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.constructie dd p, .constructie dd li {
    font-size: 22px;
    font-weight: 300;
    line-height: 39px;
}
.constructie dd li::marker {
    color: #e2c795;
}
.contact {
    margin-top: 400px;
    background: #dcf5ff;
}
.contact .slider {
    margin-top: -390px;
}
input, select, textarea {
    width: 100%;
    padding: 15px;
    color: #151414;
    font-size: 22px;
    font-weight: 300;
    background: #fff;
    border: 2px solid #79a8bb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #151414;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #151414;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #151414;
}
:-moz-placeholder { /* Firefox 18- */
    color: #151414;
}
textarea {
    height: 70px;
}
.wpcf7-submit {
    background: #14212d;
    color: #ffffff;
    width: auto;
    text-transform: uppercase;
    padding: 15px 40px;
}
footer {
    background: #1a495c;
    padding: 100px 0 50px;
}
.small-footer-border {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .5;
}
.footer-links a {
    color: #fff;

}
.apt-item {
    /*background: url(img/apt-bg-holder.png) no-repeat center;*/
    /*height: 912px;*/
    position: relative;
}
.apt-item > a {
    text-align: center;
    position: relative;
    top: 120px;
    /*left: 50%;*/
    width: 100%;
    /*-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.apt-content {
    /*width: 350px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 20% 3rem 3rem;
    background: #0a526e;
}
.apt-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.apt-content .price {
    /*color: #ccb297;*/
    text-transform: uppercase;
}
.unavailable .apt-content .price {
    color: #fff;
}
.unavailable h4 {
    display: none;
}
.unavailable h2, .unavailable .price, .unavailable ul {
    opacity: .3;
}
.apt-content li {
    font-weight: 300;
    line-height: 29px;
}
.apt-content h4 {
    text-transform: uppercase;
    font-weight: 700;
}
.apt-content .etaje {
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    padding: .5rem 0;
    font-size: 16px;
}
.slick-arrow {
    text-indent: -9999px;
    background: none;
    padding: 0;
    border: none;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-next {
    right: -120px;
    background: url(img/next.png) no-repeat center;
}
.slick-prev {
    left: -120px;
    background: url(img/prev.png) no-repeat center;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance input {
    display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    display: block;
    padding-left: 45px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    color: #47b29c;
    position: absolute;
    top: 7px;
    left: 0;
    width: 32px;
    height: 32px;
    background: #243442;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
    content: '✔';
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border-color: #f87b89;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
}
input:focus, select:focus, textarea:focus {
    -webkit-box-shadow: 1px 18px 16px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1px 18px 16px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 18px 16px rgba(0, 0, 0, 0.13);
}

/*.concept .description {*/
/*    width: 700px;*/
/*    margin: auto;*/
/*}*/
.banner-info p {
    width: 900px;
    margin: auto;
}

#lg-download, .lg-actions .lg-prev:after, .lg-actions .lg-next:before {
    display: none !important;
}
.lg-backdrop {
    background: #15212E;
}
.lg-actions .lg-prev, .lg-actions .lg-next {
    width: 31px;
    height: 33px;
}
.lg-actions .lg-prev {
    background: url(img/prev.png) no-repeat center;
}
.lg-actions .lg-next {
    background: url(img/next.png) no-repeat center;
}


sub, sup {
    font-size: 65%;
}
.apartamente-info .button-group-second {
    margin-bottom: 70px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover {
    color: #f87a16;
    text-decoration: none;
}

.page-template-content-page header {
    position: relative;
    background: #1a495c;
    padding-bottom: 60px;
}
.ap-slider-prev, .ap-slider-next {
    display: inline-block;
    width: 33px;
    height: 33px;
}
.ap-slider-prev {
    background: url(img/prev.png) no-repeat center;
}
.ap-slider-next {
    background: url(img/next.png) no-repeat center;
}
.mr-9 {
    margin-right: 9rem!important;
}

@media screen and (max-width: 1441px) {
    .slick-prev {
        left: -60px;
    }
    .slick-next {
        right: -60px;
    }
}
@media screen and (max-width: 1500px) {
    p br {
        display: none;
    }
    footer p br {
        display: block;
    }
}

@media screen and (max-width: 1366px) {
    .hero-content {
        padding-top: 300px;
    }
    .hero-content h1 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .hero-content {
        padding-top: 300px;
    }
    .banner-section, .banner-section .slider, .contact .slider, .contact {
        margin-top: 0;
    }

    .hero-bottom {
        bottom: 50px;
    }
    .apartamente-info form {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1025px) {
    .hero-content h1 br {
        display: none;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .hero-bottom h3 {
        font-size: 34px;
    }
    .hero-content h1 {
        font-size: 30px;
        line-height: normal;
    }
    .locatie p {
        padding: 0 100px;
    }
    /*.wpcf7-form {*/
    /*    padding: 0 100px;*/
    /*}*/
    /*.wpcf7-form .row > div {*/
    /*    max-width: 100%;*/
    /*    -ms-flex: 0 0 100%;*/
    /*    flex: 0 0 100%;*/
    /*    margin-left: 0;*/
    /*    margin-right: 0;*/
    /*    margin-top: 1.5rem!important;*/
    /*}*/

}

@media screen and (max-width: 991px) {
    .concept .description, .banner-info p {
        width: 100%;
    }
}
@media screen and(min-width: 767px) and (max-width: 769px) {

}
@media screen and (max-width: 768px) {

    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
}
.responsive-arrows {
    display: none;
}
@media screen and (max-width: 769px) {
    .apartamente-info .button-group-second {
        margin-bottom: 0;
    }
    .ap-solicita-oferta {
        margin-top: 50px;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .responsive-arrows {
        display: block;
    }
    .mr-9 {
        margin-right: 7rem !important;
    }
    .page-template-content-page header {
        padding-bottom: 20px;
    }
    .logo img {
        max-width: 137px;
    }
    .burger {
        width: 60px;
        height: 57px;
    }
    .hero-content {
        padding-top: 200px;
    }
    .responsive-nav a {
        font-size: 20px;
        width: 200px;
        padding: 5px 0;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .locatie p {
        padding: 0;
    }
    .banner-info h3 br {
        display: block;
    }
    .banner-info h3 {
        font-size: 40px;
    }

}

@media screen and (max-width: 767px) {
    .button-group {
        width: 100%;
    }
    .button-group button {
        width: 100%;
    }
    .select-rooms, .button-group-second > ul > li > a {
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .available {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .button {
        padding: 20px 30px;
    }
    .title h2 {
        font-size: 40px;
    }
    .apt-item {
        /*background: url(img/apt-bg-holder-responsive.png) no-repeat center;
        height: 801px;*/
    }
    .apt-content {
        margin-bottom: 70px;
        width: auto;
    }
    /*.ap-solicita-oferta {
        margin-top: 100px;
    }*/
}

/*@media screen and (min-width: 1555px) and (max-width: 2400px){*/
/*    .slider-apartamente-img >img {*/
/*        bottom: 40px;*/
/*        position: relative;*/
/*        right: 65px;*/
/*        max-width: 620px;*/
/*        width: 140%;*/
/*    }*/
/*}*/
@media screen and (max-width: 1366px){
    .hero-content h1 {
        line-height: 48px;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1440px){

    body > div.hero.position-relative > div.hero-bottom.px-lg-0.px-4 > div > h3{
        font-style: italic;
        font-weight: 300;
        font-size: 29px;
    }
    body > div.hero.position-relative > div.hero-bottom.px-lg-0.px-4{
        position: absolute;
        bottom: 100px;
        left: 57px;
        width: 91%;
    }

}

@media screen and (max-width: 481px) {
    .hero-content h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-info h3 {
        font-size: 25px;
    }
    .wpcf7-acceptance {
        display: block;
        width: 100%;
        margin: auto;
    }
    .hero-content {
        padding-top: 200px;
    }
    .apt-item>a {
        top: 80px;
    }
    .apt-item {
        /*background: url(img/apt-bg-holder-small.png) no-repeat center;*/
        /*height: 661px;*/
    }
    .apt-item ul {
        margin-top: 10px !important;
    }
    .apt-item ul span {
        font-size: 16px;
    }
    .apt-content li {
        line-height: 22px;
    }
    .apt-content .price {
        font-size: 18px;
    }
    .apt-content h4 {
        margin-top: 10px !important;
        font-size: 16px;
    }
    .apt-content .etaje {
        font-size: 14px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .apt-content h2 {
        font-size: 20px;
        margin-bottom: -5px !important;
    }
    .ap-solicita-oferta .button {
        padding: 20px;
    }
}

/*cosmin*/


.sticky-burger {
    z-index: 1000;
    position: fixed;

    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lg-toolbar {
    background-color: #15212E;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (min-width: 1920px) {
    .slider-item> img{
        width: 2400px;
    }
}
@media screen and (min-width: 1440px) {
    .hero-content h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .shopping-word{
        max-width: 50%;
    }
}
@media screen and (max-width: 2560px) and (min-width: 1680px) {
    .hero-content h1 {
        font-size: 60px;
        line-height: 65px;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1366px) {
    .hero-content h1 {
        font-size: 50px;
        line-height: 55px;
    }
}
@media screen and (max-width: 1366px) {
    .hero-content h1 {
        font-size: 45px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .hero-content h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .hero-content {
        padding-top: 230px;
    }
}
@media screen and (max-width: 768px) {
    .hero-content {
        padding-top: 170px;
    }

}

@media screen and (max-width: 480px) {
    .hero-content h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
@media screen and (max-width: 430px) {
    /*.hero-content h1 {
        font-size: 35px;
        line-height: 40px;
    }*/
}
@media screen and (max-width: 375px) {
    .apt-item {
        /*background: url(img/apt-bg-holder-extrasmall.png) no-repeat center;*/
    }
    .apt-content {
        margin-bottom: 80px;
    }
}


.success {
    background: #1a495c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}