@charset "utf-8";
/* CSS Document */

body {
    overflow-y: scroll;
}

.navbar {
    border-radius: 0;
    border: 0;
    min-height: auto;
}

.navbar-nav {
    margin: 0;
}

.payments h2, .payments h3 {
    text-align: center;
}

body {
    padding-top: 0;
}

#carousel-example-generic img {
    margin: auto;
}

.modal img {
    max-height: 85vh;
    max-width: 90vw;
}
.modal-dialog {
    max-width:100vh;
    max-height: 100vh;
}

*:focus {
    outline: 0 !important;
}

.slider-container {
    height: 200px;
    border: thin red solid;
}

.slick-slide {
    width: 270px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.logo-colo .img {
    width: 100%;
}

h1 {
    font-size: 160%;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 20px;
}

h4 .small {
    line-height: 1.4;
}

.navbar-nav {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #780000;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.arch {
    display: none;
}

#arch-main {
    display: block;
}

svg a .st1 {
    opacity: 0;
}

svg a {
    opacity: 0;
    transition: 1s opacity;
    fill: rgba(255, 255, 255, 0.75);
}

svg a:hover {
    opacity: 0.3;
}

#arch-main svg a:hover {
    opacity: 0;
}

#sticky.stick {
    position: fixed;
    top: 36px;
    z-index: 10000;
    width: inherit;
}

a span.sold, a span.reserve {
    fill: #000;
    opacity: 0.35;
}

a span.reserve {
    opacity: 0.35;
}

svg a.sold,
svg a.reserve,
svg a.sold:hover,
svg a.reserve:hover {
    opacity: 0.6;
    fill: #2a2a2a;
}


.modal-header {
    padding-bottom: 0;
    border-bottom: none;
}

.modal-dialog {
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

a:hover, a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
}

.row.arch a {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.arch-drawings img {
    margin: 20px;
}

#moover {
    transition: opacity 1s ease-in-out;
    opacity: 0;
    position: fixed;
    padding: 8px 15px;
    background: #eeeeeed9;
    box-shadow: 2px 2px 2px black;
    z-index: 10;
    border-radius: 9px;

}

svg#arch-main-svg a:hover {
    /*opacity:0.2;*/

}

/* 2 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    svg {
        width: 100%;
        height: 400px;
    }

    svg#arch-main-svg {
        width: 100%;
        height: 900px;
    }
}

.btn-group .btn-primary {
    font-weight: bold;
    letter-spacing: 0.0825em;
}

.logo-col img {
    height: 60px;
}

body > div:nth-child(2) > div {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    margin-top: 10px;
}

.button_free {
    display: none;
}

.row.arch h3 {
    margin-top: 0;
}

.row.arch svg {
    margin-top: 10px;
}

@media screen and (max-width: 760px) {
    #arch-main-svg a {
        display: none;
    }
    .button_free {
        display: initial;
    }

    #moover,
    .contact-col {
        display: none !important;
    }

    * {
        text-align: center;
    }

    .nav > li > a {
        padding: 8px 8px;
    }

    .logo-col img {
        margin: 0 auto 20px auto;
    }

    .form-group input {
        margin-bottom: 25px;
    }

    body > div:nth-child(2) > div {
        flex-direction: column;
    }

    .logo-col img {
        margin-bottom: 20px;
    }

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: inline;
        width: auto;
    }

    .btn-group-justified > .btn button, .btn-group-justified > .btn-group button {
        border-radius: 0;
    }
}

body > div:nth-child(2) > div > div {
    width: auto;
}

a {
    color: #000;
}

a:hover {
    color: #780000;
}

.row.arch a.arch-drawings {
    margin-bottom: 30px;
}

a.arch-drawings:before {
    content: "";
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-image: url('images/drawings/pdf.svg');
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}


.btn-primary {
    background-color: #000;
    border-color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.pressed-mo {
    background-color: #780000 !important;
    border-color: #fff !important;
}

.buttons-et {
    margin-top: 5px;
}

.buttons-et button {
    width: auto;
}

@media screen and (max-width: 1200px) {
    .row.arch .col-md-3 a {
        font-size: 10px;
        line-height: 24px;
    }
}

.modal-dialog {
    margin: 2px auto;
}


/* Contact form */

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #780000;
    margin-top: 5px;
}

.contact-p {
    margin-top: 30px;
    font-size: 120%;
    margin-bottom: 20px;
}

#contact-form {
    margin-top: 10px;
}

#contact-form *:focus {
    outline: 0;
    border: none;
}
