

/*SOCIAL BAR */
#socialBar{
    background-color: #3eb4a6;  
    padding: 5px 0px;
    
    
}
#socialBar h2{
    font-size: 22px ;
    color: #fff;
}

#socialBar #join h2{
    text-align: left;
    
}
@media (max-width:767px ) {
    #socialBar #join h2{
        text-align: center;
    }
}
@media (min-width: 768px) {
   #socialBar #join h2{
        text-align: center;   
    }
}
@media (min-width: 992px) {
   #socialBar #join h2{
        text-align: left;   
    }
}

#socialBar #share{
    font-size: 20px;
    font-family: 'houschka_alt_proextrabold';
    color: #fff;
    margin-top: 16px;
    text-align: right;
}
@media (min-width: 992px) {
    #socialBar #share{
        text-align: center;
    }
}
@media (min-width: 1200px) {
    #socialBar #share{
        text-align: right;
    }
}



#socialBar #shareButtons{
    margin-top: 10px;
}
#socialBar #shareButtons img#socialFB,
#socialBar #shareButtons img#socialTW{
       
}
#socialBar a{
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
@media (min-width: 992px) {
    #socialBar #shareButtons{
        text-align: right;   
    }
}
@media (min-width: 1200px) {
    #socialBar #shareButtons{
        text-align: left;   
    }
}

#socialBar a#ref_fb{
    margin-left: 0px;
}
#socialBar #shareButtons img#socialGP{
    
}



/*FOOTER*/

#bottomFooter{
    background-color: #4a0d66;
    color: #fff;
    padding: 60px 0 50px;
}
#bottomFooter #stayInformed h3,
#bottomFooter #contactUs h3,
#bottomFooter #contactUs2 h3,
#bottomFooter #followUs h3{
    font-family: 'houschka_alt_proextrabold';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}
#bottomFooter a{
    color: #fff;
    text-decoration: none;
}
#bottomFooter a:hover{
    text-decoration: underline;   
}
#bottomFooter p{
    line-height: 20px;  
    font-size: 12px;
    color: #fff;
}

#bottomFooter #contactUs,
#bottomFooter #followUs{
    border-left: 1px solid #fff;   
}
@media (max-width:767px ) {
    #bottomFooter #bottomLogo img{
        width: 100%;
        height: auto;
    }
    #bottomFooter #stayInformed,
    #bottomFooter #contactUs, 
    #bottomFooter #contactUs2,
    #bottomFooter #followUs{
        text-align: center;  
        color: #fff;
    }
    /**/
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        border-left: 0px;   
    }
}
@media (min-width:768px ) {
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        border-left: 0px;   
    }
}
@media (min-width: 992px) {
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        border-left: 0px;
    }
}
@media (min-width: 1200px) {
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        border-left: 1px solid #fff;
        min-height: 255px;
    }
}



