#menu ul, #menu li{
    list-style-type:none; 
    margin:0; 
    padding:0; 
}
#menu ul{     
    float: right;
    display: inline-table;
    border: 0px solid #4B77BE;   
}

#menu li{   
    display: inline;
    border: 0px solid pink;       
}

#menu li a{       
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;      
    transition-duration: 0.5s;
    font-weight: bold;
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#menu .hoverable:hover{    
    color: white;   
    background: #ff6b6b;
}
#menu .active, .slicknav_nav .active{    
    color: white;   
    background: #ff6b6b;
}

#menu img{
    border: 0px solid pink;
    vertical-align: middle;
}


img{
    max-width: 100%;
}

.imageHarden{   
    max-width: 95%;
}

.smallHR{
    transition-duration: 0.5s;
    width: 10%;
    margin: 0 auto;
    height: 0.1em;    
    background: #BBB;
    margin-top: 2em;
    margin-bottom: 2em;
}

.smallHR:hover{
    width: 20%;
}

.marginLOW{
    margin: 1em;
}

.marginSmall{
    margin: 0.75em;
}
.marginMID{
    margin: 2em;
}

.marginBIG{
    margin: 3em;
}

.marginTopMID{
    margin-top: 2em;
}

.marginTopBIG{
    margin-top: 3em;
}
.marginBottomBIG{
    margin-bottom: 3em;
}

marginTopNone{
    margin-top: 0;
}

.marginBottomMIN{
    margin-bottom: 0.5em;
}

.marginAuto{
    margin: Auto;
}

.marginLeftBig{
    margin-left: 3em;
}

.marginRightBig{
    margin-right: 3em;
}

.noBorder{
    border: none;
}

.noBackground{
    background: none;
}

.list-style-none{
    list-style-type: none;
}

.inline-block{
    display: inline-block;
}

.ulfooter {
    padding: 0.2em;
}

.ulfooter li{
    margin: 0;
    padding: 0.2em;
}

.ulfooter li a{
    color: #4B5FA6;
    text-decoration: none;
}

.ulfooter li a:hover{
    color: #2F3E72;
    text-decoration: underline;
}

#footerend a{
    color: #4B5FA6;
    text-decoration: none;
    padding-left: 2em;
}
#footerend a:hover{
    color: #2F3E72;
    text-decoration: underline; 
}


.footer-img-small{
    vertical-align: middle;
    height: 1.5em;
    margin: 0.2em;
    margin-right: 0.5em;   
}

.footer-img-mid{
    vertical-align: middle;
    height: 2em;
    margin: 0.4em;
    margin-right: 0.5em;
}

.footer-img-big{
    vertical-align: middle;
    height: 4em;
    margin: 0.2em;
    margin-right: 0.5em;
}


.imgSmall{
    height: 2em;
}

.contactFORM{  
    border: 0px solid black;       
    margin: 0 auto;   
}
.contactFORM input[type="text"], .contactFORM input[type="email"], .contactFORM input[type="tel"]
{
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 90%;
    max-width: 50em;
    height: 1em;    
    margin: 0.5em;
    padding: 0.5em;
    color: #6C7A89;
    border: 1px solid #AAA;  
}
.contactFORM textarea{
    width: 90%;
    max-width: 50em;
    height: 8em;    
    margin: 0.5em;
    padding: 0.5em;
    color: #6C7A89;
    -moz-appearance: none;
    -webkit-appearance: none;

}

.contactFORM select{
    width: 90%;
    max-width: 50em;
    padding: 0.25em;
    margin: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none; 
}

.button{
    line-height: 3em;
    padding: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    background: #ff6b6b;
    border: none;
    border-bottom: 0.25em solid #EE5B5B;
    border-radius: 0.25em;
    color: white;
    font-weight: bold;    
    transition-duration: 0.5s; 
    -moz-appearance: none;
    -webkit-appearance: none;
}

.button:hover{
    background: #EE5B5B;
    border-bottom: 0.25em solid #EC4C4C;
    cursor: pointer;
}

.button2{
    background: #e84747;
    border-bottom: 0.25em solid #D23434;    
    border-radius: 0em;
    -moz-appearance: none;
    -webkit-appearance: none;
}
