﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
    
}

@media only screen and (max-width : 992px) {
    .h-logo-text-sup {
        font-weight: bold;
        font-size: 100%;
    }

    .h-logo-text-sub {
        font-weight: bold;
        font-size: 100%;
    }
    header {
        padding: 10px 0;
    }
    .header-address {
        margin-top:10px;
    }
    .header-item {
        border-right: 0;
    }
    .blind-block {
        margin-top:0 !important;
    }
        .blind-block a {
            margin-top: 0 !important;
            margin-bottom: 5px !important;            
        }
    .flower-decr-sup {        
        font-size: 120%;
        line-height: 25px;
    }
    .index-news-btn .btn-site {
        padding: 10px;
        font-size: 90%;
    }
    .index-about img {
        float:none;
    }
    .header-qa {
        border-bottom: none !important;
    }
    .lSSlideOuter {
        min-height: 85px;
    }
    .lSSlideWrapper {
        min-height: 85px;
    }
}


@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 640px) {
}

@media only screen and (min-width : 641px) {
}

@media only screen and (max-width : 420px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
}

@media only screen and (min-width : 992px) {
    .no-left-padding {
        padding-left: 0 !important;
    }
    .navbar-nav li:last-child a {
        border-right: 0 !important;
    }
}
