@import url(responsive.css);

/* GENERAL */

/* FONTS */
@font-face {
    font-family: 'DIN Pro Bold';
    src: url('../fonts/DINPro/dinpro-bold-webfont.eot');
    src: url('../fonts/DINPro/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro/dinpro-bold-webfont.woff2') format('woff2'),
    url('../fonts/DINPro/dinpro-bold-webfont.woff') format('woff'),
    url('../fonts/DINPro/dinpro-bold-webfont.ttf') format('truetype'),
    url('../fonts/DINPro/dinpro-bold-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN Pro Light';
    src: url('../fonts/DINPro/dinpro-light-webfont.eot');
    src: url('../fonts/DINPro/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro/dinpro-light-webfont.woff2') format('woff2'),
    url('../fonts/DINPro/dinpro-light-webfont.woff') format('woff'),
    url('../fonts/DINPro/dinpro-light-webfont.ttf') format('truetype'),
    url('../fonts/DINPro/dinpro-light-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN Pro Medium';
    src: url('../fonts/DINPro/dinpro-medium-webfont.eot');
    src: url('../fonts/DINPro/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro/dinpro-medium-webfont.woff2') format('woff2'),
    url('../fonts/DINPro/dinpro-medium-webfont.woff') format('woff'),
    url('../fonts/DINPro/dinpro-medium-webfont.ttf') format('truetype'),
    url('../fonts/DINPro/dinpro-medium-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN Pro', sans-serif;
    src: url('../fonts/DINPro/dinpro-webfont.eot');
    src: url('../fonts/DINPro/dinpro-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro/dinpro-webfont.woff2') format('woff2'),
    url('../fonts/DINPro/dinpro-webfont.woff') format('woff'),
    url('../fonts/DINPro/dinpro-webfont.ttf') format('truetype'),
    url('../fonts/DINPro/dinpro-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* END FONTS */

html, body {
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'DIN Pro Light', sans-serif;
    font-size: 16px;
    height: 100%;
    width: 100%;
}

h2, h3, h4, h5 {
    margin: 0;
}

h1 {
    font-size: 9vw;
    text-transform: uppercase;
}

h2 {
    font-size: 3vw;
}

h3 {
    font-family: 'DIN Pro Light', sans-serif;
    font-size: 1.6vw;
}

h4 {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 1.4vw;
}

h5 {
    font-family: 'DIN Pro Light', sans-serif;
    font-size: 18px;
}

section#properties h2,
section#about h2 {
    margin-bottom: 20px;
}

.navbar-header {
    display: inline-block;
}

.navbar-inverse {
    background: #1c1d1f;
    border: 0;
    height: 60px;
    max-width: 100%;
}

.navbar-inverse button {
    background: transparent;
    border: 0;
    padding-top: 6px;
}

.navbar-inverse #callto {
    display: none;
}

.navbar-inverse button a {
    text-decoration: none;
}

.navbar-inverse .icon-mail {
    color: #8e8e8f;
    font-size: 34px;
    transition: .3s;
    border: 0;
    outline: none;
}


.navbar-inverse .icon-mail:hover,
.navbar-inverse .icon-mail:focus,
.navbar-inverse .icon-phone:hover,
.navbar-inverse .icon-phone:focus {
    color: #fff;
    border: 0;
    outline: none !important;
}

.navbar-inverse .icon-phone {
    color: #8e8e8f;
    font-size: 24px;
    transition: .3s;
    border: 0;
    outline: none;
    position: relative;
    top: 6px;
}

.navbar button,
.navbar button:focus,
.navbar button:focus i {
    list-style: none;
    padding-top: 12px !important;
    outline: 0;
    color: white !important;
}

.navbar-brand img {
    height: 40px;
    position: relative;
    top: -5px;
}

.navbar button img {
    width: 45px !important;
    margin-top: -5px;
  }

/* END GENERAL */

/* BANNER SECTION */

section#banner {
    width: 100%;
    height: 88%;
    background: url(../images/Fabbri_Icaro20_Render_banner_1920x800.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    background-size: cover;
}

section#banner div#banner-text {

    background: url(../images/banner_gris.png) no-repeat right center;
    background-size: cover;
    display: inline-block;
    height: 100%;
    padding: 17% 80px 80px 80px;
    position: relative;
    max-width: 100%;
}

section#banner div#banner-text p {
    font-size: 36px;
    text-transform: uppercase;
}

section#banner div#banner-text h1 {
    margin: 0;
    line-height: 90px;
    left: -9px;
    position: relative;
}

section#banner div#banner-text .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 700px 0 0 150px;
    border-color: transparent transparent transparent #56be9b;
    position: absolute;
    right: -150px;
    top: 0;
    display: none;
    opacity: .9;
}

section#address {
    text-align: center;
    padding: 25px 0;
    color: #222222;
}

section#address h2 {
    font-size: 2vw;
    margin: 0;
}

/* END BANNER SECTION */

/* FEATURE SECTION */

section#about {
    background: #333333;
    padding: 100px 0 100px 0;
}

section#about h2 {
    color: #fcf8e3s;
    font-size: 3.5vw;
    text-transform: uppercase;
}

section#about p {
    font-size: 16px;
}

section#properties {
    background: #f0f0e1;
    color: #474a4c;
}

section#properties .block-title {
    padding: 24px 0 6px 0;
    color: #474a4c;
    background: white;
}

.block-title h2 span {
    font-size: 1.4vw;
    margin-left: 14px;
    position: relative;
    top: -3px;
}

section#properties div#data {
    margin-top: 40px;
    font-size: 16px;
}

section#properties div#data .row {
    margin: 20px 0;
    border-bottom: 1px solid white;
    padding-bottom: 6px;
}

section#properties div#data .row:last-child {
    border: 0;
}

section#properties div#data ul {
  /*  list-style-image: url(../images/list-line.png);*/
  list-style: none;
}


section#properties div#data p.level-title {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 20px;
}



/* END FEATURE SECTION */

/* GALLERY SECTION */

section#slider {
    padding: 20px 0 18px;
    color: #222222;
}

.pag-1 {
    display: none;
}

section#slider p {
    text-transform: uppercase;
    text-align: center;
}

section#slider .swiper-slide p {
    font-size: 3vw;
    font-family: 'DIN Pro Medium', sans-serif;

}
.plantapng {
  text-align: center;
}

/* END GALLERY SECTION */

.block-title {
    background: lightgrey;
    color: white;
    padding: 35px 0;
}

section#specification {
    background: #f0f0e1;
    color: #333333;
    padding-bottom: 60px;
}

section#specification ul {
    padding: 0;
    list-style-image: url(../images/list-dot.png);
}

section#specification h4 {
    color: #2B2A2D;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section#specification #aside-image {
    max-width: 100%;
    width: 100%;
}

section#specification .block-title {
    background: #20201e;
    color: white;
    margin-bottom: 30px;
    padding: 24px 0;
}

section#map {
    color: #262729;
}

section#map .block-title {
    background: #E21D35;
    color: white;
    padding: 24px 0;
}

section#map #map-intro {
    padding: 40px 0;
}

section#map #map-intro h2 {
    color: #b40707;
    text-transform: uppercase;
}

#map-wrap {
    position: relative;
    text-align: center;
    margin-bottom:20px;
}

#map-wrap a img {
    max-width: 100%;
}

#see-on-google .big-button {
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    background: #e5ded6;
    color: #4c4e51;
    font-family: 'DIN Pro Bold', sans-serif;
}

#see-on-google {
    text-decoration: none;
}

#see-on-google:hover .big-button,
#see-on-google:focus .big-button {
    background: #c9c5c1;
}

.my-gallery {
    top: 40px;
}

.my-gallery a > img {
    max-width: 100%;
}

footer {
    background: #eeeeee;
    padding: 60px 0;
    text-align: center;
    color: #111111;
}

footer img {
    margin-bottom: 30px;
}

footer p {
    margin: 0;
    font-size: 1.3vw;
}
footer p img {
    width: 40px;
    margin: 0 0 8px;
}

#photo-gallery {
    position: relative;
}

#photo-gallery a {
    margin: 0;
    width: 100%;
}

#photo-gallery a img {
    margin: 15% 0 0 0;
    width: 100%;
}

#photo-gallery a:first-child img {
    margin-top: 0;
}

.pswp {
    z-index: 999999999999999999999999999999999999999999999999999999999999 !important;
}

section#floors {
    color: #464a4c;
}

section#floors img {
    max-height: 400px;
}

section#floors .block-title {
    padding: 24px 0;
    background: #2B2A2D;
}

section#floors .floor-info {
    text-align: left;
}

section#floors .floors {
    padding: 30px 0;
}

section#floors .floor-info .floor {
    font-size: 28px;
}

section#floors .floor-info ul {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

section#floors .floor-info ul li.title {
    font-family: 'DIN Pro Bold', sans-serif;
    margin-top: 20px;
}

section#floors .floor-info ul li a {
    color: #E21D35;
}

div#contact-form-section {
    position: fixed;
    top: -100%;
    z-index: 9999999999;
    background: #ffffff;
    color: #151515;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 20px 10px;
    width: 360px;
    right: 6%;
    transition: .3s;

}

div#contact-form-section .container {
    max-width: 100%;
}

div#contact-form-section form {
    margin-top: 10px;
}

div#contact-form-section form input,
div#contact-form-section form textarea {
    background: #eeeeee;
    border-radius: 0;
    border: 0;
    resize: none;
}

div#contact-form-section form .btn-green {
    background: #52bf99;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    padding: 8px 30px;
}

div#contact-form-section.toggle-contact {
    top: 60px !important;
    right: 6% !important;
}

textarea:focus, input:focus {
    outline: 0;
    outline: none;
    border-color: transparent;
    box-shadow: 0 0 0 #9ecaed;
}

div#contact-form-section #close-form {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    padding: 0 2px 0 4px;
    cursor: pointer;
}

div#contact-form-section #close-form:hover {
    background: black;
    color: white;
}


/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Loader
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.loader {
    background: #1c1d1f;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .loader img {
        top: 40%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .loader img {
        top: 40%;
    }
}


.map-container iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
    pointer-events: auto;
}

.map {
    width: 100%;
    height: 600px;
}

.easyzoom {
    position: relative;

    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error  img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plantacontainer{
  display: flex;
  justify-content: flex-start;
}

.plantaitem{
  flex-basis:20%;
}
