@media (max-width: 991px) 
{
    .container-fluid {padding-right: 15px !important;padding-left: 15px !important;}
    /* Header */
    .header {padding: 25px 20px;}
    .header img{width: 300px;}
    nav,.breadcrumb,.account-initial{display:none;}
    .mobile-menu { display: inline-block;}
    .menu-customer-bar{ display: block;}
    /* Banner*/
    .homebanner img {
        visibility:hidden;
    }

    .homebanner
    {
	    width: 100%;
	    height: 600px;
	    display:block;
	    background-repeat: no-repeat;
	    background-position: center bottom 45%;
	    background-size: cover;
	    -webkit-background-size:cover;
	    -moz-background-size:cover;
	    -o-background-size:cover;
	    background-size:cover;
        margin-bottom: 20px;
    }

    .Home-Listing-items {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .Home-Listing-items:nth-child(even) .col-lg-5 {order: -1;}
    .Home-Listing-items:nth-child(even) .col-lg-7 {order: 0;}

    .Newsletter input.text {
        margin-bottom: 10px;
    }

    .inner-col-4 .homeso-box p, .inner-col-4 .homeso-box h2, .third-item .homeso-box p, .third-item .homeso-box h2 {
        font-size: 20px !important;
    }

    .inner-col-4 .homeso-box p, .third-item .homeso-box p{
        font-size: 14px !important;
    }

    .button.mini {
        padding: 10px 15px;
        font-size: 10px;
    }
}

@media (max-width: 768px) 
{
    .inner-col-4{
        display: block;
    }

    h1 {
        font-size: 28px;
    }
    h2, blockquote{font-size: 24px;}
    h3{font-size: 20px;}
    h4{font-size: 18px;}
    /* Header */
    .header {padding: 25px 15px;}
    .header img{width: 200px;}

    .homebanner-inner h1 {
         font-size:26px;
         display: inline-block;
    }

    .MainDressPage {
        padding-right: 0;
        padding-left: 0;
    }

    .MainDressPage img, .MainDressPage video {
        margin-bottom: 20px;
    }

    .mat-popup-content {
        width:90%;
    }
    /* Newsletter */
    .Newsletter input[type="submit"] {
        position: relative;
        width: 100%;
        right: 0px;
        top: 0px;
    }

    /* Footer */
    .fbox {
        margin-bottom: 20px;
    }
    #copyrights,
    #redruddy {
        text-align: center;
    }

    #redruddy {
        margin-top: 20px;
    }

    .homebanner {
        max-height: 400px;
    }
    .homebanner-inner {
        width: 95%;
        padding: 20px;
        top: 80%;
    }

    .container-highlight {
        padding-right: 5px;
        padding-left: 5px;
    }

    .world-shipped{
        padding: 5px;
    }

    .world-shipped.flashBox {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .flashBox .shipping p {
        font-size: 12px;
    }

    .video-banner .video-items .homebanner-inner {
        position: relative !important;
    }

    .font-s-50 {
        font-size: 40px;
    }

    .pad-bt-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .everydress .left {
        margin-bottom: 30px !important;
    }

    #AboutTheTeam .everydress .left {
        margin-bottom: 0px !important;
    }

    #AboutTheTeam .pad-bt-30{
        padding-bottom: 0px !important;
    }

    .home-shop-online .homeso-out {
        margin-bottom: 20px;
    }
    .home-shop-online .homeso-out:last-child {
        margin-bottom: 0px !important;
    }

    .homeso-out .slide-body p{
        height: auto !important;
    }

    /**Home Page */
    #Home .home-logo-new {
        width: 200px !important;
    }

    #mobile_menu_content a, 
    #mobile_menu_content span {
        padding: 8px 0 !important;
    }

}