﻿/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {
    /* GLOBAL STYLES */
    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 315px;
            margin: 0 10px 0 5px;
            text-align: right;
        }
        
        .inputs .input-box {
            display: inline-block;
        }

    .master-wrapper-main {
        margin: 20px auto 0;
        position: relative;
    }
    .master-home-page .master-wrapper-main{
        margin:0 auto;
        overflow:hidden;
    }

  

    .master-wrapper-page.master-home-page {
        width: 100%;
    }

    .master-home-page .master-wrapper-content {
        width: 100%;
    }

    .master-wrapper-content {
        margin: auto;
        width: 1000px;
    }

    .master-home-page .home-page .topic-html-content,
    .master-home-page .home-page .home-page-category-grid,
    .master-home-page .home-page .home-page-product-grid,
    .master-home-page .home-page .bestsellers,
    .master-home-page .home-page .products-carousel,
    .master-home-page .home-page .news-list-homepage,
    .master-home-page .home-page .categories-carousel,
    .master-home-page .home-page .manufacturers-carousel{
        width: 1000px;
        margin: 0 auto 20px;
    }

    .master-home-page .home-page .todays-poll-box {
    }


    /* HEADER */
    .h-wrapper {
        width: 100%;
        background: #fff;
        padding-top: 10px;
    }

    .header {
        margin: 0 auto 0px;
        text-align: left;
        width: 100%;
    }
    .header-links-wrapper {
        float: left;
        width: 100%;
    }

    .header-content-wrapper {
        width: 1000px;
        margin: auto;
    }

    .header-links-wrapper .header-selectors-wrapper {
        float: right;
    }
    .header-links-wrapper .header-selectors-wrapper>div{
        width:52px;
        overflow:hidden;
        white-space:nowrap;
    } 

    .header-links li {
        background: #eee;
        position: relative;
        transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    .header-links li#topcartlink{
        float:right;
    }
    .header-links li#topcartlink:after{
        content:'';
        display:block;
        clear:both;
    }

        .header-links li span {
            overflow: hidden;
            font-family: open sans;
            color: #888;
            padding-left: 0px;
            margin-left: 0px;
        }

        .header-links li span {
            margin-left: 5px;
        }

        .header-links li#topcartlink span + span {
            padding-left: 25px;
            margin-left: 0;
        }

        .header-links li#topcartlink:hover {
            background: transparent;
            overflow: visible;
            vertical-align:top;
        }

        .header-links li#topcartlink .cart-qty {
            background: url(../img/shopping_cart_icon.png);
            background-repeat: no-repeat;
            background-position: 0 center;
        }

        .header-links li a {
            color: #777;
            font-family: 'Open Sans',sans-serif;
            overflow: hidden;
            transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s;
        }

        .header-links li:hover a,
        .header-links li:hover span {
            color: #d52a4e;
        }

    .flyout-cart {
        display: none;
        position: absolute;
        top: 32px;
        right: 0;
        z-index: 99999;
        width: 320px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        background: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 10px 0 0;
        font-size: 11px;
    }

        .mini-shopping-cart * {
            line-height: normal !important;
        }

        .mini-shopping-cart a {
        }


        .mini-shopping-cart .count {
            padding: 15px 10px;
            background: #eeece7;
            font-family: 'open sans';
            font-size: 14px;
            color: #888;
        }


            .mini-shopping-cart .count a {
                font-weight: bold;
                padding: 0;
            }

        .mini-shopping-cart .items {
            height: auto;
            /*display: inline-block;*/
        }

        .mini-shopping-cart .item {
            border-bottom: 1px dotted #d4cbc3;
            overflow: hidden;
            padding: 10px 4px;
        }

            .mini-shopping-cart .item.first {
            }

        .mini-shopping-cart .picture {
            float: left;
            width: 90px;
            text-align: center;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            border: 1px solid transparent;
        }

        .mini-shopping-cart .item:hover .picture {
            border: 1px solid #D1E7A0;
        }

        .mini-shopping-cart .picture a {
            display: block;
            height: 100%;
            padding: 0;
        }
        .mini-shopping-cart .picture a img{
            max-width:100%;
        }

        .mini-shopping-cart .picture + .product {
            margin: 0 0 0 95px;
        }

            .mini-shopping-cart .picture + .product .price,
            .mini-shopping-cart .picture + .product .quantity {
                color: #888;
                max-height: 20px;
            }

            .mini-shopping-cart .picture + .product .name a {
                margin: 0;
                padding: 0;
                color: #888;
                font-family: 'open sans';
                font-size: 16px;
                font-weight: lighter;
                height: auto;
                max-height: 45px;
            }

            .mini-shopping-cart .picture + .product .name:hover a {
                color: #baaea3;
            }

        .mini-shopping-cart .name {
            margin: 0 0 10px;
            font-size: 12px;
            font-weight: bold;
            max-height: 45px;
            overflow: hidden;
        }

        .mini-shopping-cart .attributes {
            color: #888888;
            font-family: 'open sans';
            font-size: 10px;
            padding: 5px;
        }

        .mini-shopping-cart .price span,
        .mini-shopping-cart .quantity span {
            color: #d52a4e;
            font-size: 16px;
            font-family: 'open sans';
            display: inline;
        }

        .mini-shopping-cart .totals {
            margin: 8px 0 12px;
            font-size: 12px;
            text-align: right;
            color: #888;
            font-family: 'open sans';
            padding-right: 5px;
        }

            .mini-shopping-cart .totals strong {
                color: #d52a4e;
                font-size: 16px;
            }

        .mini-shopping-cart .buttons {
            margin: 10px;
            text-align: right;
        }

        .mini-shopping-cart input[type="button"] {
            background: none repeat scroll 0 0 #A59B92;
            border: 1px solid #C9C3BE;
            color: #FFFFFF;
            font-family: 'open sans';
            font-size: 16px;
            outline: 4px solid #A59B92;
            padding: 4px 19px;
            text-shadow: 0 1px 1px #847C75;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .mini-shopping-cart input[type="button"]:hover {
                border: 1px solid #fff;
                text-shadow: none;
            }

    .desktop-header-right {
        float:right;
    }
    .search-box input.search-box-text{
        width:320px !important;
        padding:0 80px 0 5px;
    }
    .search-box .search-box-button{
        position:static;
    }
    .search-box,
    .desktop-cart {
        float: right;
        margin-right:5px;
    }

    .header-selectors-wrapper,
    .header-links {
        float: left;
        max-width:51%;
    }

        .header-selectors-wrapper > div {
            float: left;
            margin: 0 0 0 5px;
        }

    .responsive-nav-wrapper-parent {
        display: none;
    }

    .header-menu .close-menu {
        display: none;
    }
    /*custom select*/
    .custom-select{
        position:absolute;
        right:72px;
        display:inline-block;
        /*width:120px;*/
        height:36px;
        vertical-align:top;
        border-bottom:1px solid #eee;
        border-left:1px solid #eee;
        background: #fff url(../img/ddown.png);
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    .custom-select #instant-search-categories{
        position:absolute;
        top:0;
        left:0;
        opacity:0;
        cursor:pointer;
    }
    .custom-select .custom-select-text{
        /*color:#bbb;*/
        font-size: 14px;
        /*font-style: italic;*/
        line-height: 36px;
        padding-left:5px;
        padding-right:20px;
        white-space:nowrap;
        overflow:hidden;
        /*width:85%;*/
    }

    /* HEADER MENU */



    .overlayOffCanvas {
        display: none !important;
    }

    .header-menu {
        text-align: left;
        position: relative;
        z-index: 1001;
    }

        .header-menu > ul {
            width: 100%;
            margin: 0 auto;
            font-size: 0;
            text-align: center;
            box-shadow: 0 2px 3px rgba(239,239,239,.9);
              background: none repeat scroll 0 0 #d52a4e;
        }

            .header-menu > ul > li {
                display: inline-block;
                transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                margin-bottom: 10px;
            }

            /*.header-menu > ul li a:before{
                display: inline-block;
                margin-right: 2px;
                opacity: 0;
                transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
                -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
                content: url(../img/leaves_hover_new.png);
                transform: translateX(5px);
                -webkit-transform: translateX(5px);
                -ms-transform: translateX(5px);
                height:36px;
                position:absolute;
                left:0;
                top:0;
            }*/

            .header-menu > ul li a:hover:before,
            .header-menu > ul li a:focus:before{
                opacity: 1;
                transform: translateX(0);
                -webkit-transform: translateX(0);
                display: inline-block;
            }


            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                display: block;
                padding: 5px 15px;
                font-size: 18px; /*reset zeroing*/
                cursor: pointer;
                font-family: open sans;
                text-transform: uppercase;
                color: black;
                font-weight: lighter;
            }
            .header-menu > ul > li > a{
                position:relative;
            }


        .header-menu .sublist {
            display: none;
            position: absolute;
            top: 32px;
            z-index: 1001;
            width: 200px;
            background: #fff;
            padding: 10px 0;
            box-shadow: 0 2px 3px #666;
        }

        .header-menu .sublist.active{
            display:block;
        }

    .top-menu {
        display: block;
    }

    .header-menu .sublist li {
        position: relative;
    }

    .header-menu .sublist .back-button {
        display: none;
    }

    .header-menu .sublist li a {
        display: block;
        background: url('../img/arrow.png') 12px center no-repeat;
        padding: 5px 20px 5px 25px;
        font-size: 12px;
        color: #333;
    }

    .header-menu .sublist li:hover > a {
        color: #000;
        background: #f3f3f3 url('../img/arrow.png') 12px center no-repeat;
    }

    .header-menu .sublist .sublist {
        top: 0px;
        left: 100%;
    }

    /* LEFT/RIGHT COLUMN */

    .block .listbox {
        display: block;
    }

    .block .product-picture {
        display: inline-block;
        vertical-align: middle;
    }

        .block .product-picture img {
            display: block;
        }

    .block-recently-viewed-products div + a {
        width: 82%;
        vertical-align: middle;
    }

    .block-recently-viewed-products .list .product-name {
        float: right;
        padding-left: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .listbox .list .product-picture a {
        padding: 2px;
    }

    .block-recently-viewed-products .listbox .list li:hover .product-name {
        color: #baaea3;
        padding-left: 2px;
    }

    .block-recently-viewed-products .listbox .list li .product-picture img {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    .block-recently-viewed-products .listbox .list li .product-picture img {
        border: 1px solid transparent;
        padding: 0 3px 0 0;
    }

    .block-recently-viewed-products .listbox .list li:hover .product-picture img {
        border: 1px solid #D1E7A0;
        background: #D1E7A0;
    }

    /* CATEGORY PAGE & GRIDS */
    .item-box .picture{
        min-height:300px;
    }
    .home-page .product-grid.home-page-category-grid .item-grid .item-box {
        background: none;
        padding-bottom: 40px;
        height: 290px;
        width: 33.33%;
        margin: 0;
        margin-bottom:20px;
    }

    .home-page-category-grid .item-box .category-item {
        overflow: hidden;
        height: 100%;
    }

    .home-page-category-grid .item-box .title {
        height: auto;
        bottom: -10px;
        position: absolute;
        width: 100%;
    }

    .home-page-category-grid .picture {
        display: block;
        margin: 0 auto 10px;
        min-height: 250px;
    }

    .breadcrumb li * {
        line-height: normal;
    }

    .category-page .item-box .details {
        width: 100%;
    }

    .category-page .product-list .item-box .details {
        float: right;
        padding-left: 5px;
        position: static;
        width: auto;
        width: 540px;
    }

    .category-page .product-list .item-box .picture {
        float: left;
        height: auto;
        min-height: 0;
        width: 165px;
        position:relative;
        height:100%;
    }

    .category-page .product-list .item-box .product-item {
        padding: 5px;
    }

    .category-page .product-list .item-box .buttons,
    .product-list .item-box .buttons {
        position: absolute;
        bottom: 0px;
        left: 185px;
        top: auto;
    }

    .category-page .product-list .item-box:hover,
    .product-list .item-box:hover {
        background: rgba(248,241,238,.4);
    }

        .category-page .product-list .item-box:hover .details,
        .product-list .item-box:hover .details {
            background: none;
        }

    .category-page .product-list .item-box .product-title,
    .category-page .product-list .item-box .product-title a {
        height: auto;
        max-height: 44px;
    }

    .category-page .product-list .item-box .description {
        max-height: 58px;
    }
    .home-page-category-grid .item-box .picture a{
        transform:translateZ(0);
        -webkit-transform:translateZ(0);
        -moz-transform:translateZ(0);
        -ms-transform:translateZ(0);      
    }

    /*category grid item box animated*/
    .home-page-category-grid .item-box .picture a:before {
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        -ms-transition: all ease .4s;
        transition: all ease .4s;
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        padding-top: 0;
        z-index:10;
    }

    .home-page-category-grid .item-box .picture a:hover:before {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.35) inset;
        box-shadow: 0 0 0 30px rgba(255, 255, 255, .35) inset;
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        -ms-transition: all ease .4s;
        transition: all ease .4s;
        z-index: 10;
    }

    .manufacturer-list-page .manufacturer-grid .item-box:nth-child(3n) {
        margin-left: 0;
    }


     .product-selectors select{
        top:-33px;
        left:-5px;
        opacity:0;
        width:100%;
    }
     .product-selectors select{
        top:0;
        opacity:1;
        width:auto;
    }
     .product-selectors .custom-select{
        right:0;
        top:0;
        border:1px solid #ddd;
    }

     .product-selectors span{
        line-height:36px;
    }
    /* PRODUCT PAGE */

    .product-details-page .gallery {
        float: left;
    }
    .product-details-page .gallery > .picture:only-child,
    .product-details-page .gallery > .picture-wrapper:only-child{
        float:none;
        max-width:none;
        margin:auto;
    }
    .product-details-page .overview {
        float: right;
    }
    .product-essential .gallery .picture {
        float: right;
        width: 80%;
    }


    .item-box:hover {
        z-index: 15;
    }


    .product-grid .item-box .product-item .buttons {
        text-align: center;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        position:relative;
        top:155px;
        height:0;
        opacity:0;
        margin-left:0;
    }

    .product-grid .item-box:hover .buttons {
        text-align: center;
        z-index: 16;
        opacity:1;
    }


    .home-page-product-grid .item-box,
    .bestsellers .item-box {
    }

    
    .product-grid .item-box .details {
        padding: 0 5px 0;
        text-align: center;
        width: 100%;
        text-align: left;
        
    }


    .item-box .product-item {
        padding-bottom: 0;
        padding: 10px;
        position:static !important;
    }
    
    .home-page .product-grid .item-grid .item-box {
        width: 25%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
    }

    .product-grid .item-grid .item-box {
        width: 33%;
        padding: 0;
        margin-left:0;
    }
    .product-grid .item-grid .item-box:nth-child(4n+1){
        clear:both;
    }
    .center-2 .item-grid .item-box:nth-child(4n+1){
        clear:none;
    }
    .shopping-cart-page .product-grid .item-grid .item-box {
        width: 25%;
        margin: 0 0 20px 0;
    }

    .also-purchased-products-grid.product-grid .item-grid .item-box,
    .related-products-grid.product-grid .item-grid .item-box {
        width: 25%;
    }

    .also-purchased-products-grid.product-grid .item-box .details {
        padding:0 5px 10px;
    }


    .home-page .product-grid .item-box .details {
        padding: 0;
    }
    .product-grid .item-box:nth-child(3n-1) {
        margin: 0;
    }


    .product-collateral .item-box:nth-child(3n+1) {
        clear: none;
    }

    .home-page .item-box:nth-child(3n+1) {
        clear: none;
    }
    .product-grid .item-box .description {
        min-height: 0px;
    }

    .product-grid .item-grid {
        margin-bottom: 25px;
    }

    .product-grid.home-page-category-grid .item-grid {
        margin-bottom: 30px;
    }
    .overview .qty-input, 
    .variant-overview .qty-input {
        /*margin-right:14px;*/
    }
    .overview .add-to-cart-button, 
    .variant-overview .add-to-cart-button {
        /*margin-left:-4px;*/
    }

    /*end here*/

    /*ANIMATION*/

    .item-box .description {
        position: relative;
    }

    .item-box:hover .product-rating-box {
        height: 16px;
        opacity: 1;
        position: relative;
        left: 0;
        margin-bottom: 5px;
    }

    .item-box .product-title {
        height: 24px;
        overflow: hidden;
    }

    .product-list .item-box .product-title {
        margin-bottom: 5px;
    }

    .product-grid .item-box:hover .product-title {
        height: 24px;
        margin-bottom: 5px;
    }

    .item-box .add-info {
        border: none;
        padding: 0;
        border-top: 1px dotted #D8CFC8;
    }


        .item-box:hover .add-info .prices {
            margin: 0 0 14px 0;
        }



    /*item-box in list*/
    .product-list .item-box .description,
    .product-list .item-box .add-info {
        left: 0;
    }

    .product-list .item-box .buttons {
        position: absolute;
        text-align: left;
        top: auto;
    }



    /* QUICK TABS */
    /* ATTRIBUTES */
    /* GIFT CARD */
    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
        display: none;
    }

    /* PASSWORD PROTECTION */
    /* CONTACT PAGE & EMAILaFRIEND */
    .contact-page .page-body label {
        font-size: 14px;
        padding-top: 10px;
        vertical-align: top;
        width: 180px;
    }

    .email-a-friend-page .inputs {
        margin: auto;
        width: 350px;
    }

        .email-a-friend-page .inputs label {
            margin: 10px auto 5px;
            text-align: left;
            width: 350px;
            display: block;
        }

    .password-recovery-page .inputs label {
        width: 175px;
    }
    /* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    #username-availabilty {
        position: absolute;
        top: 0px;
        left: 700px;
    }

    .login-page .inputs.reversed > * {
        width: auto;
        margin: 0 5px;
        vertical-align: middle;
    }

    .return-request-page label {
        width: 315px;
    }

    .address-edit-page .inputs {
        display: block;
        margin: auto;
        /*width: 360px;*/
        width:100%;
    }

        .address-edit-page .inputs label {
            display: block;
            text-align: left;
            width: 350px;
        }
        .account-page.address-edit-page .inputs{
            margin:0 0 10px;
        }
        .account-page.address-edit-page .inputs label{
            display:inline-block;
            width:175px;
            text-align:right;
        }

    .customer-info-page .inputs label,
    .change-password-page .inputs label {
        width: 175px;
        overflow:hidden;
    }

    .customer-info-page .inputs .option-list label {
        width: auto;
        max-width:100px;
    }

    .customer-info-page .inputs .gender label {
        line-height: 0;
    }

    .change-password-page .inputs {
        width: auto;
    }
    .gender{
        position:relative;
        top:0px;
    }
    .login-page .returning-wrapper .inputs.reversed span {
        position: static;
    }



    /* SHOPPING CART & CHECKOUT */

    .shopping-cart-page .common-buttons,
    .checkout-attributes {
        text-align: right;
        color: #888;
        font-family: 'open sans';
        overflow:hidden;
    }
    .order-details-page .tax-shipping-info{
        text-align:right;
    }

        .checkout-attributes li {
            margin: 0 0 0 10px;
        }

        .shopping-cart-page .common-buttons input {
            margin: 10px 5px 10px 10px;
        }

    .shopping-cart-page .totals {
        margin: 0;
    }

    .cart-collaterals {
        width: 660px;
        margin: 0;
    }

        .cart-collaterals .deals {
            float: left;
            width: 300px;
            margin: 0;
        }

        .cart-collaterals .shipping {
            float: right;
            width: 340px;
            margin: 0;
        }

            .cart-collaterals .shipping label {
                width: 100px;
                margin: 0;
                text-align: left;
            }

                .cart-collaterals .shipping label + * {
                    width: 235px;
                }

    .checkout-page .edit-address label {
        width: 300px;
    }

    .checkout-page .selected-checkout-attributes {
        text-align: right;
    }

    .checkout-page .totals {
        float: right;
    }

    .checkout-data .order-review-data > ul {
        display: inline-block;
        margin: 0 5%;
        width: 39%;
    }

    .shopping-cart-page .cross-sells .item-box .details {
        /*position: absolute;
        width: 100%;
        left: 0;*/
    }
    .shopping-cart-page .cross-sells .item-box:nth-child(3n+1) {
        clear: none;
    }
    .shopping-cart-page .cross-sells .item-box:nth-child(5n) {
        clear: both;
    }
    .checkout-page .inputs.custom-attributes .option-list label,
    .account-page.address-edit-page .custom-attributes ul label{
        max-width:75px;
        width:auto;
        min-width:30px;
        text-align:left;
    }

    /* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
        width: 350px;
    }

    .advanced-search .price-range {
        margin-left: 48px;
    }

        .advanced-search .price-range input {
            height: auto;
        }

    .search-page .inputs label {
        display: block;
        margin: 0 0 5px 0;
    }

    .search-page .inputs.reversed label {
        display: inline-block;
        width: auto;
        text-align: left;
        margin: 0 0 0 5px;
    }
    .sitemap-page .entity-body li {
        min-width: 13%;
        width: auto;
    }
    /* BLOG & NEWS */

    .news-item-page .inputs:first-child label {
        display: inline-block;
    }

    .news-item-page textarea {
        display: block;
        margin: auto;
    }

    .field-validation-error {
        text-align: center;
    }

    .news-item-page {
        text-align: left;
    }

        .news-item-page .new-comment .inputs label {
            width: 170px;
            overflow: hidden;
        }
    /* FOOTER */
    .footer-upper .fu-wrapper {
        width: 320px;
        float: right;
        overflow: hidden;
    }

    .footer-upper.full-width .fu-wrapper {
        width: 1000px;
    }

    .fu-wrapper-left {
        float: left;
        width: 660px;
        height:208px;
    }
    .fu-wrapper-left .jcarousel-container.jcarousel-container-horizontal{
        height:167px;
    }
    .fu-wrapper-left .nop-jcarousel .nop-jcarousel .jcarousel-container{
        height:165px;
    }  
    .fm-wrapper {
        margin: auto;
        width: 1000px;
    }

    .footer-middle .fm-wrapper > div {
        float: left;
        margin: 50px 5px 0;
        width: 240px;
        min-height: 230px;
        text-align: left;
        position:relative;
    }
    /*test*/
    .fm-wrapper>div h3>span{
        transition:all 0.6s ease;
        -webkit-transition:all 0.6s ease;
        -ms-transition:all 0.6s ease;
    }
    .fm-wrapper>div:hover h3>span{
        background-position:-13px center;
    }
    .fm-wrapper>div h3{
        position:relative;
    }
    .fm-wrapper>div h3>span:before{
        content: url("../img/leaves_footer.png");
        background-repeat:no-repeat;
        background-position:0 center;
        display: inline-block;
        height: 20px;
        left: 20px;
        opacity: 0;
        position: absolute;
        width: 20px;
        transition:all .8s ease;
        -webkit-transition:all .8s ease;
        -ms-transition:all .8s ease;
    }
    .fm-wrapper>div:hover h3>span:before{
        left:0;
        opacity:1;
    }
    /*end*/
    .footer-middle .soc-icon li {
        margin: 10px 1.5px;
    }
    .footer-middle .fm-wrapper > div:nth-child(2n+1) {
        clear: none;
    }

    .footer-middle {
        background: url(../img/footer-mid-bg.png) #fff;
        background-repeat: repeat-x;
    }
    .fb-two>ul,
    .fb-three>ul,
    .fb-four>ul{
        margin-top:10px;
    }
        .footer-middle h3 {
            background: none;
            border-bottom: none;
        }
    .footer-upper {
        width: 1000px;
        margin: 0 auto 80px;
    }
    
} 

