﻿@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800";

html, body {
    height: 100%;
    font-family: Century Gothic,Verdana,Microsoft JhengHei,MS PGothic,Helvetica,sans-serif;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    color: #444;
}

a {
    transition: all .3s ease 0;
    text-decoration: none;
}

    a:hover {
        color: #337AB7;
        text-decoration: none;
    }

    a:active, a:hover {
        outline: 0 none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

body {
    color: #555;
    font-family: Century Gothic,Verdana,Microsoft JhengHei,MS PGothic,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.search-box input[placeholder] {
    color: #fff !important;
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.top-cart-title {
    background: rgba(0,0,0,0) url(img/cart/top-cart2.png) no-repeat scroll 0 50%;
}

.top-cart-title-2 {
    background: rgba(0,0,0,0) url(img/cart/top-cart2.png) no-repeat scroll 0 50%;
}

.top-cart-title-3 {
    background: rgba(0,0,0,0) url(img/cart/top-cart3.png) no-repeat scroll 0 50%;
}

.top-search-title {
    background: rgba(0,0,0,0) url(img/cart/searchsm.png) no-repeat scroll 0 50%;
}

@media (max-width:767px) {
    .top-search-title {
        background: rgba(0,0,0,0) url(img/cart/searchxs.png) no-repeat scroll 0 50%;
    }
}

.btn-remove {
    background: #404040 url(img/cart/btn_remove.png) no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    float: right;
    margin-left: 3px;
}

    .btn-remove:hover {
        background: #F4A137 url(img/cart/btn_remove.png) no-repeat scroll 0 0;
    }

.newletter-area {
    background: url(img/bg-1.jpg)no-repeat scroll center center / cover;
}

.subscribe-social a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 55px;
    line-height: 48px;
    margin-right: 6px;
    text-align: center;
    transition: all 300ms ease-in-out 0;
    width: 55px;
}

    .subscribe-social a:hover {
        background: #fff;
        color: #444;
    }

    .subscribe-social a i {
        font-size: 20px;
    }

#scrollUp {
    background: rgba(236,236,251,0.4) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 70px;
    color: #555;
    height: 50px;
    line-height: 52px;
    right: 30px;
    text-align: center;
    width: 50px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

    #scrollUp i {
        font-size: 24px;
    }

    #scrollUp:hover {
        background: rgba(255,38,103,0.8);
        color: #fff;
    }

#googleMap {
    height: 350px !important;
}

.single-tab-item {
    float: left;
    width: 33.3333%;
    overflow: hidden;
}

#social_block {
    position: fixed;
    right: -5px;
    top: 8%;
    transform: translateX(135px);
    width: 185px;
    z-index: 10050000;
}

    #social_block ul li {
        list-style: outside none none;
    }

        #social_block ul li a {
            border: 0 none;
            border-radius: 3px;
            color: #fff;
            display: inline-block;
            height: 45px;
            line-height: 45px;
            overflow: hidden;
            padding: 0;
            width: 180px;
            text-transform: capitalize;
            text-align: center;
        }

            #social_block ul li a:hover {
                transform: translateX(-131px);
                transition: all 300ms ease-in 0;
            }

            #social_block ul li a::before {
                border-right: 1px solid #fff;
                display: inline-block;
                float: left;
                font-family: "FontAwesome";
                font-size: 20px;
                font-weight: 400;
                width: 45px;
            }

    #social_block ul .facebook a {
        background: #425f9c none repeat scroll 0 0;
    }

        #social_block ul .facebook a::before {
            content: "";
            transition: all 300ms ease-in 0;
        }

    #social_block ul .cart a {
        background: #2292B3 none repeat scroll 0 0;
    }

        #social_block ul .cart a::before {
            content: "\f07a";
        }

    #social_block ul .inbox a {
        background: #FF135A none repeat scroll 0 0;
    }

        #social_block ul .inbox a::before {
            content: "\f01c";
        }

    #social_block ul .file-text a {
        background: #F4A137 none repeat scroll 0 0;
    }

        #social_block ul .file-text a::before {
            content: "\f15c";
        }

    #social_block ul .heart a {
        background: #fa0850 none repeat scroll 0 0;
    }

        #social_block ul .heart a::before {
            content: "\f004";
        }

    #social_block ul .comments a {
        background: #85B200 none repeat scroll 0 0;
    }

        #social_block ul .comments a::before {
            content: "\f086";
        }

    #social_block ul .trans a {
        background: #337AB7 none repeat scroll 0 0;
    }

        #social_block ul .trans a::before {
            content: "\f0d1";
        }

    #social_block ul .phone a {
        background: #EBCF4E none repeat scroll 0 0;
    }

        #social_block ul .phone a::before {
            content: "\f095";
        }

    #social_block ul .twitter a {
        background: #00aced none repeat scroll 0 0;
    }

        #social_block ul .twitter a::before {
            content: "";
        }

    #social_block ul .rss a {
        background: #f90 none repeat scroll 0 0;
        text-transform: uppercase;
    }

        #social_block ul .rss a::before {
            content: "";
        }

    #social_block ul .youtube a {
        background: #e22d26 none repeat scroll 0 0;
    }

        #social_block ul .youtube a::before {
            content: "";
        }

    #social_block ul .google-plus a {
        background: #ed5757 none repeat scroll 0 0;
    }

        #social_block ul .google-plus a::before {
            content: "";
        }

    #social_block ul .pinterest a {
        background: #c21a21 none repeat scroll 0 0;
    }

        #social_block ul .pinterest a::before {
            content: "";
        }

.wishlist-share ul li a.facebook {
    background: url(img/icon/facebook.png) no-repeat scroll 0 0;
}

.wishlist-share ul li a.twitter {
    background: url(img/icon/googleplus.png) no-repeat scroll 0 0;
}

.wishlist-share ul li a.pinterest {
    background: url(img/icon/pinterest.jpg) no-repeat scroll 0 0;
}

.wishlist-share ul li a.googleplus {
    background: url(img/icon/googleplus.jpg) no-repeat scroll 0 0;
}

.wishlist-share ul li a.email {
    background: url(img/icon/email.jpg) no-repeat scroll 0 0;
}

.wishlist-share ul li a:hover {
    background-position: left bottom;
}

.blog-page-area {
    background: #fff none repeat scroll 0 0;
}

#shopping_block {
    position: fixed;
    bottom: 0;
    z-index: 10050000;
}

#menu-float {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 888888;
    width: 100%;
}

#record_block {
    position: fixed;
    right: 22px;
    top: 52%;
    transform: translateX(140px);
    width: 190px;
    z-index: 10050000;
}

#leftad_block {
    position: fixed;
    left: 10px;
    top: 28%;
    transform: translateX(20px);
    width: 110px;
    z-index: 1000;
}

#leftadg_block {
    position: fixed;
    left: 10px;
    top: 28%;
    transform: translateX(20px);
    width: 110px;
    z-index: 999;
}

#list li {
    display: none;
}

    #list li:last-child {
        display: block;
    }

    #list li:nth-last-child(2) {
        display: block;
    }

    #list li:nth-last-child(3) {
        display: block;
    }

    #list li:nth-last-child(4) {
        display: block;
    }
.alignfull {
    display: block;
    margin: 0px;
    padding: 0px;
}