﻿.logo {
    position: absolute !important;
    display: block;
    width: 110px;
    height: 110px;
    background: url(../Images/nadin_logo.png) no-repeat left;
    background-size: cover;
    left: 0;
    top: 0;
    margin: 10px 0 10px 10px;
}


.share-items {
    color: #009999;
    padding-left: 10px;
    font-size: 22px;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .logo {
        position: absolute !important;
        display: block;
        width: 70px;
        height: 70px;
        background: url(../Images/nadin_logo.png) no-repeat left;
        background-size: cover;
        left: 0;
        top: 0;
        margin: 15px;
    }
 
}
@media (max-width: 767px) {
    .share-items {
        color: #115091;
        padding-left: 10px;
        font-size: 22px;
    }
    .logo {
        position: absolute !important;
        display: block;
        width: 50px;
        height: 50px;
        background: url(../Images/nadin_logo.png) no-repeat left;
        background-size: cover;
        left: 0;
        top: 0;
        margin: 5px;
    }

    .navbar-toggle {
        position: relative;
        float: left !important;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}
