﻿.baricons a {
       margin: 0px 15px;
}

.baricons .mailinglist{
    background: url('../images/MailingList.png');
    width: 158px;
    height:29px;
    float:left;
}
.baricons .mailinglist:hover{
    background: url('../images/MailingList_hover.png');
    float:left;
}

.baricons .signup{
    background: url('../images/signup.png');
    width: 210px;
    height:38px;
    float:left;
}
.baricons .signup:hover{
    background: url('../images/signup_hover.png');
    float:left;
}

.baricons .events{
    background: url('../images/Events.png');
    width: 34px;
    height:40px;
    float:right;
}
.baricons .events:hover{
    background: url('../images/Events_hover.png');
    float:right;
}

.baricons .runs{
    background: url('../images/runs.png');
    width: 62px;
    height:41px;
    float:right;
}
.baricons .runs:hover{
    background: url('../images/runs_hover.png');
    float:right;
}

.baricons .movies{
    background: url('../images/movies.png');
    width: 46px;
    height:41px;
    float:right;
}
.baricons .movies:hover{
    background: url('../images/movies_hover.png');
    float:right;
}

.baricons .jobs{
    background: url('../images/jobs.png');
    width: 26px;
    height:41px;
    float:right;
}
.baricons .jobs:hover{
    background: url('../images/jobs_hover.png');
    float:right;
}

.baricons .resources{
    background: url('../images/resources.png');
    width: 50px;
    height:40px;
    float:right;
}
.baricons .resources:hover{
    background: url('../images/resources_hover.png');
    float:right;
}

.baricons .facebook{
    background: url('../images/facebook.png');
    width: 29px;
    height:38px;
    float:right;
}
.baricons .facebook:hover{
    background: url('../images/facebook_hover.png');
    float:right;
}

.baricons .appstore{
    background: url('../images/apple_appstore.png');
    width: 30px;
    height:30px;
    float:right;
}
.baricons .appstore:hover{
    background: url('../images/apple_appstore_hover.png');
    float:right;
}

.baricons .playstore{
    background: url('../images/google_playstore.png');
    width: 30px;
    height:30px;
    float:right;
}
.baricons .playstore:hover{
    background: url('../images/google_playstore_hover.png');
    float:right;
}

.baricons .youtube{
    background: url('../images/youtube.png');
    width: 90px;
    height:38px;
    float:right;
}
.baricons .youtube:hover{
    background: url('../images/youtube_hover.png');
    float:right;
}


.baricons .dineonthego, .baricons .dineonthegomidlant{
    background: url('../images/dineonthego.png');
    width: 86px;
    height:30px;
    float:right;
}
.baricons .dineonthego:hover, .baricons .dineonthegomidlant:hover{
    background: url('../images/dineonthego_hover.png');
    float:right;
}

.baricons .sponsorship{
    background: url('../images/sponsorship.png');
    width: 60px;
    height:39px;
    float:right;
}
.baricons .sponsorship:hover{
    background: url('../images/sponsorship_hover.png');
    float:right;
}

.baricons .newsletter{
    background: url('../images/newsletter.png');
    width: 56px;
    height:38px;
    float:right;
}
.baricons .newsletter:hover{
    background: url('../images/newsletter_hover.png');
    float:right;
}

