.head_tag {
    font-size: 18px;
    margin-top: -3px !important;
}

#PortalCustLogin a{
    color: white;
}

#logo {
    margin-top: 5px;
}



#nav {
    margin-top: -4px;
}

.sf-menu li {
    font-size: 14px;
    text-shadow: 1px 1px 2px #292929;
    line-height: 1.1em !important;
    min-width: 110px;
    text-align: center;
}

.sf-menu li ul li{
    line-height: 1em !important;
}

.sf-menu li ul {
    margin-top: 4px;
    min-width: 200px !important;
}
/******************/
/***SOCIAL ICONS***/
/******************/

.socialicons {
    margin-top: 20px;
}


/***SOCIAL FACEBOOK***/
.social_facebook {
    background-image: url("../E082361E/facebook2.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px !important;
    margin-top: -8px !important;
margin-right: 5px !important;
}

.social_facebook img {
    visibility: hidden;
}

.social_facebook a {
    display: block !important;
    height: 32px;
}

/***SOCIAL TWITTER***/
.social_twitter {
    background-image: url("../E082361E/twitter2.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px !important;
    margin-top: -8px !important;
margin-right: 5px !important;
}

.social_twitter img {
    visibility: hidden;
}

.social_twitter a {
    display: block !important;
    height: 32px;    
}

/***SOCIAL LINKEDIN***/
.social_linkedin {
    background-image: url("../E082361E/linkedin2.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px !important;
    margin-top: -8px !important;
margin-right: 5px !important;
}

.social_linkedin img {
    visibility: hidden;
}

.social_linkedin a {
    display: block !important;
    height: 32px;    
}

/***SOCIAL YELP***/
.social_yelp {
    background-image: url("../E082361E/yelp2.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px !important;
    margin-top: -8px !important;
margin-right: 5px !important;
}

.social_yelp img {
    visibility: hidden;
}

.social_yelp a {
    display: block !important;
    height: 32px;    
}



/***SOCIAL GOOGLE PLUS***/
.social_googleplus {
    background-image: url("../E082361E/google_plus2.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px !important;
    margin-top: -8px !important;
margin-right: 5px !important;
}

.social_googleplus img {
    visibility: hidden;
}

.social_googleplus a {
    display: block !important;
    height: 32px;    
}


.homeimg {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.homeimg:hover {
box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.5); 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: .9;
}

.slideshow img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.slideshow img:hover {
box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.5); 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: .9;
}