﻿.MahamVision {
    float: left;
    position: relative;
    top: 3px !important;
}

    .MahamVision #MahamVisionLink {
        position: relative;
        display: inline-block;
        outline: none;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        text-shadow: 0 0 1px rgba(255,255,255,0.3);
        font-size: 14px;
        min-width: 81px !important;
    }

MahamVision a:hover,
MahamVision a:focus {
    outline: none;
}

#MahamVisionLink:hover {
    color: #badc58;
}

/* Effect 5: same word slide in and border bottom */
.MahamVisionStyle a {
    overflow: hidden;
    padding: 0 4px;
}

.MahamVisionStyle #MahamVisionTitle {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 14px;
    top: -7px;
    font-weight: 500;
}

.MahamVisionStyle a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    top: 2px;
    font-weight: 500;
}

    .MahamVisionStyle a span::before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
        font-weight: 700;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        min-width: 81px !important;
    }

.MahamVisionStyle a:hover span,
.MahamVisionStyle a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.DatisCopyright {
    color: #777;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 14px;
    /*padding-right: 172px;*/
    font-weight: 500;
    vertical-align: middle !important;
    position: relative;
    top: 3px;
}

@media only screen and (min-width: 250px) {
    #navFooter {
        text-align: center !important;
    }

    .LoginFooter .col-sm-12 {
        text-align: center !important;
    }

    .MahamVision {
        float: unset;
        text-align: center !important;
    }
}

@media only screen and (min-width: 767px) {
    #navFooter {
        text-align: right !important;
    }

    .LoginFooter .col-sm-12 {
        text-align: right !important;
    }

    .MahamVision {
        float: left;
    }
}
