/* Main section modal contact */
.modalContact{
    width: 100%;
    height: 0;
    background-color: #fafafa;
    display: none;
    padding: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*  */

/* Exit modal button contact */
.exitContact {
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    font-size: 1.1em;
    color: #010101;
    position: fixed;
    top: 2%;
    right: 20%;
    z-index: 1001;
    display: none;
    text-transform: lowercase;
    transition: all .5s ease;
}

.exitContact:hover {
    font-weight: bolder;
}
/*  */

/* Contact Content */
.contactInner {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    display: none;
    padding: 0;
}

.formSection {
    width: 100%;
    height: auto;
    padding: 3% 0 6% 0;
}

.fieldContainer {
    width: 85%;
    height: auto;
    padding: 0 0 5% 0;
    margin: 0 auto;
}

.fieldContainer input , .fieldContainer textarea{
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    color: #919191;
    border-bottom: 2px solid #d4d4d4!important;
    transition: all .5s ease;
    padding-left: 15px!important;
}

.fieldContainer input:focus , .fieldContainer textarea:focus{
    font-weight: 300;
    border-bottom: 2px solid #01eef2!important;
    box-shadow: none!important;
}

.fieldContainer input::placeholder , .fieldContainer textarea::placeholder{
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    opacity: 1; /* Firefox */
}

.fieldContainer input:-ms-input-placeholder , .fieldContainer textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.fieldContainer input::-ms-input-placeholder , .fieldContainer textarea::-ms-input-placeholder{ /* Microsoft Edge */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}
/*  */


/* Footer modal contact */
.contactFooter {
    width: 100%;
    height: 40vh;
    background-color: #000000;
    padding: 5% 0 0 0;
    position: relative;
    overflow: hidden;
}
.contactContainer {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.footerContent {
    width: 20%;
    height: auto;
    float:left;
    position: relative;
}

.footerTitle {
    width: 70%;
    height: auto;
    padding: 1px;
    border-bottom: 2px solid #04dfc8;
    margin: 0 auto;
}

.footerTitle h5 {
    font-size: 1.3em;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #d4d4d5;
}

.addressText {
    width: 70%;
    height: auto;
    padding: 1% 0 3% 0;
    text-align: right;
    margin: 0 auto;
}

.addressText p {
    font-size: 1em;
    color: #737577;
}

.contactText {
    width: 70%;
    height: auto;
    padding: 1% 0 3% 0;
    text-align: right;
    margin: 0 auto;
}

.contactText p a {
    font-size: 1em;
    color: #737577;
}

.contactText p a span{
    color: #04cdb8;
}

.siteText {
    width: 70%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.siteList {
    width: 50%;
    height: auto;
    float: left;
    text-align: right;
}

.siteList p {
    font-size: 1em;
    color: #737577;
}

.socialSites {
    width: 70%;
    height: auto;
    padding: 2px 0 0 0;
    text-align: center;
    margin: 0 auto;
}

.socialSites a {
    color: #ffffff;
    font-size: 2em;
}

.copyrightText {
    width: 70%;
    height: auto;
    text-align: right;
    margin: 0 auto;
}

.copyrightText p {
    font-size: 1em;
    color: #737577;
}

.addressRight , .contactRight {
    width: 1px;
    height: 30vh;
    background-color: #2d3032;
    position: absolute;
    top: -61%;
    right: 0;
}

.mapRight{
    width: 1px;
    height: 30vh;
    background-color: #2d3032;
    position: absolute;
    top: -50%;
    right: 0;
}

.socialRight {
    width: 1px;
    height: 20vh;
    background-color: #2d3032;
    position: absolute;
    top: -90%;
    right: 0;
}
/*  */

/* Map contact */
.contactMap {
    width: 100%;
    height: auto;
    padding: 0;
}

#map {
    width: 100%;
    height: 450px;
    padding: 0;
}
/*  */


/* Responsive */
@media screen and (max-width: 1860px) {
    .copyrightText {
        width: 75%;
    }
}

@media screen and (max-width: 1700px) {
    .contactContainer {
        width: 85%;
    }
}

@media screen and (max-width: 1600px) {
    .footerTitle {
        width: 75%;
    }
    .addressText , .contactText , .siteText , .socialSites{
        width: 75%;
    }
    .copyrightText {
        width: 80%;
    }
}

@media screen and (max-width: 1500px) {
    .contactContainer {
        width: 88%;
    }

    .addressText p, .contactText p a , .siteList p , .copyrightText p {
        font-size: 13px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1300px) {
    .addressText p, .contactText p a , .siteList p , .copyrightText p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .footerTitle {
        width: 80%;
    }
    .addressText, .contactText, .siteText, .socialSites {
        width: 80%;
    }
    .copyrightText {
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .contactContainer {
        width: 95%;
    }
}

@media screen and (max-width: 992px) {
    .contactFooter {
        line-height: 1;
    }

    .footerContent {
        width: 50%;
    }

    .footerContent:nth-child(5) {
        width: 100%;
    }
    .copyrightText {
        width: 85%;
        text-align: center;
    }

    .footerTitle {
        width: 70%;
    }
    .addressText, .contactText, .siteText, .socialSites {
        width: 70%;
    }

    .mapRight , .socialRight , .contactRight , .addressRight {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .contactFooter {
        height: 90vh;
    }

    .footerContent {
        width: 100%;
        padding: 3% 0 6% 0;
    }

    .addressText p, .contactText p a, .siteList p, .copyrightText p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 500px) {
    .contactFooter {
        height: 135vh;
    }
}

@media screen and (max-width: 330px) {
    .contactFooter {
        height: 170vh;
    }
}
/*  */

/* Responsive landscape */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .contactFooter {
        height: 135vh;
    }
}

@media screen and (max-height: 330px) and (orientation: landscape){
    .contactFooter {
        height: 300vh;
    }
}
/*  */
