/* ---///---///--- CONTACT POP ---///---///--- */


/*
.sideButtons{
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -55px;
    z-index: 90;
}

.contactBtn{
    margin-top: 2px;
    background-color: #F36F20;
    height: 55px;
    width: 55px;
    display: block;
    cursor: pointer;
}

.contactBtn img{
    width: 80%;
    margin: 10%;
}

.sideModal{
    width: 30%;
    max-width: 480px;
    min-width: 320px;
    position: fixed;
    background-color: #F36F20;
    z-index: 92;
    display: block;
    top: 50%;
    right: -120%;
    transform: translateY(-50%);
    transition: 0.3s;
    padding: 2%;
}

.sideModal.active{
    right: 0%;
}

.sideModal span{
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 2% 5% 2%;
    display: inline-block;
    text-align: left;
    width: 75%;
}

.sideModal span img{
    width: 20px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.sideModal span img:hover{
    transform: rotate(180deg);
}

.sideModal div.btnSection{
    padding: 4%;
    border: 1px solid white;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin: 2%;
    width: 36%;
    cursor: pointer;
    background-color: rgba(255,255,255,0);
    transition: 0.5s;
}

.sideModal div.btnSection:hover{
    background-color: rgba(255,255,255,0.25);
}

.sideModal div p{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}

.fullSideModal span img{
    width: 20px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.fullSideModal span img:hover{
    transform: rotate(180deg);
}

.fullSideModal{
    width: 60%;
    min-width: 320px;
    height: 100vh;
    position: fixed;
    background-color: #F36F20;
    z-index: 1111;
    display: block;
    top: 0;
    right: -120%;
    transition: 0.3s;
    padding: 5%;
    color: white;
}

.fullSideModal a.contactlink{
    font-weight: normal;
    margin-bottom: 10px;
}

.fullSideModal.active{
    right: 0%;
}

.fullSideModal .headline{
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 2% 5% 2%;
    display: inline-block;
    text-align: left;
    width: 46%;
}

.fullSideModal .backIcon{
    cursor: pointer;
    transition: 0.3s;
    margin-right: 15px;
    transform: rotate(180deg) translateX(0);
    width: 20px;
}

.fullSideModal .backIcon:hover{
    transform: rotate(180deg) translateX(8px);
}

.fullSideModal h2{
    font-weight: normal;
    margin-bottom: 0px;
    opacity: 0.8;
}

.fullSideModal h3{
    font-weight: normal;
    margin-bottom: 0px;
    opacity: 0.8;
}

.fullSideModal p{
    padding-bottom: 6px;
    opacity: 0.8;
}




.contactLink{
    padding: 3px 0 3px 0;
    display: block;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

.contactLink:hover{
    opacity: 1;
}

.contactLink img{
    width: 30px;
}

.contactLink span{
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 10px;
}

.contactGroupHolder{
    width: 40%;
    margin-right: 5%;
    float: left;
    margin-top: 30px;
}

.contactGroupHolder hr{
    margin: 0px 0 10px 0;
    border: none;
    color: white;
    opacity: 0.8;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
}

.contactGroupHolder .subHeadline{
    font-weight: bold;
    padding-left: 10px;
    margin: 3px 0 0px 0; 
}

.contactGroupHolder .contactLink{
    padding-left: 10px;
}

.fullSideModal span img{
    width: 20px;
}

.fullSideModal div.btnSection{
    padding: 4%;
    border: 1px solid white;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin: 2%;
    width: 36%;
}

.fullSideModal div p{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}*/
