@media (max-width:767px) {
    .body-bg,
    .container {
        width:100%;
    }
    .box-shadow {
        box-shadow:none;
        -webkit-box-shadow:none;
    }
    .contactDefault{
        position: relative
    }
    .social-icons,
    .contactDefault,
    .personalArea {
        float:right;
        margin-right:10px;
        margin-left:0;
    }
    .social-icons .content,
    .contactDefault .content {
        display:none;
    }
    .contactList li {
        display:block;
    }
    .contactList li .fa, .contactList li [class^="icon-"], .contactList li [class*=" icon-"] {
        width:20px !important
    }
    .breadcrumbs{
        display:none
    }
    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display:none !important;
    }

    header {
        margin-top: 40px;
    }
    
    .header-register {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 900;
        background: #ed1c24;
        border-bottom: 1px solid #d41b22;
    }

    .header-register .navbar-toggle {
        float: left;
        margin: 3px 0 2px 0;
    }

    .header-register .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
        width: 25px;
    }

    .header-register .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .header-register a.button {
        color: #fff;
    }

    .header-register .personalArea {
        line-height: 1;
        margin-right: 5px;
    }

    .header-register .personalArea a {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 4px;
    }

    .header-register .personalArea a[data-toggle="tip"] {
        font-size: 35px;
        padding: 0 10px;
    }

    .header-register .personalArea a[data-toggle="tip"] em {
        font-size: inherit;
        line-height: 20px;
    }

    .header-register a.login {
        background-image: url(../images/icon-login.png);
        background-repeat: no-repeat;
        background-position: left 3px center;
        font-weight: bold;
        font-size: 15px;
        padding-left: 18px;
    }

    .header-register a.register {
        background-image: url(../images/icon-register.png);
        background-repeat: no-repeat;
        background-position: left 3px center;
        margin-top: 5px;
        margin-bottom: 4px;
        font-weight: bold;
        padding-left: 22px;
    }

    .header-register a.btn {
        font-size: 15px;        
    }

    #header .logo {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #header .logo img {
        max-height: 60px;
        width: auto;
    }

    #menusite {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        z-index: 1000;
        background: #1d5998;
        transition: left ease-in-out .5s;
        -webkit-transition: left ease-in-out .5s;
        -moz-transition: left ease-in-out .5s;
        -ms-transition: left ease-in-out .5s;
        -o-transition: left ease-in-out .5s;
        overflow: auto;
    }

    #menusite.active {
        left: 0;
    }

    #menusite .navbar-default .navbar-nav {
        margin: 0;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    #tip,
    #ftip {
        background: #fff;
    }

    #tip .bg {
        border-bottom: none;
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
}
@media (min-width:500px) {
    .nv-infodie {
        width:500px;
        left:50%;
        margin-left:-250px;
    }
}
@media (min-height:500px) {
    .nv-infodie {
        height:500px;
        top:50%;
        margin-top:-250px;
    }
}