/*------------------------------------------------------------------
[Table of contents]

1. Common styles
2. Top banner
3. Header
  3.1 Nav on top.product-list li .left-block
  3.2 Top header
  3.3 Main header
  3.4 Main menu
    3.4.1  Vertical megamenus
    3.4.1  Main menu
4. Nav menu

5. Home slider
6. Page top
  6.1 Latest deals
  6.2 Popular tabs
7. Services
8. Product
9. Owl carousel
10. Banner advertisement
11. Page content
  11.1 Category featured
    11.1.1 Banner featured
    11.1.2 Product featured
  11.2 Banner bootom
12. Brand showcase
13. Hot categories
14. Footer
15. Breadcrumb
16. Columns
  16.1 Left column
  16.2 Center column
17. Order page
18. Product page
19. Contact page
20. Blog page
21. Login page
22. Blog
23. Footer2
24. Hot deals style 3
25. Box product
-------------------------------------------------------------------*/

/* ----------------
 [1. Common styles]
 */
body {
    font-family: 'Arial', sans-serif;
    font-size: 12pt;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: fontUTM;
    src: url('../fonts/UTMBebas.ttf');
}

body.is-ontop {
    margin-top: 53px;
}
iframe {
    width: 100%;
}
h1 {
    font-size: 44px;
}
li.block-container.col-sm-4 {
    width: 100%;
}
.owl-item.active li {
    width: 280px;
        padding: 5px;
}
div#relatedposttags {
    border: 1px dashed #8c7aa0;
}
div#thong-so-ki-thuat tr:nth-child(2n+1) {
    background: rgba(205,205,205,.29);
}
div#thong-so-ki-thuat tr:nth-child(1) {
    background: #dbe5f1!important;
    font-weight: 700;
}
div#thong-so-ki-thuat tr {
    line-height: 15px;
    text-align: left;
}
div#thong-so-ki-thuat {
    width: 100%;
    margin-top: 10px;
    float: left;
}
div#thong-so-ki-thuat td {
    padding: 8px 5px 8px 15px!important;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #ccc;
}
.dv-container {
    width: 120px;
}
h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

a {
    color: #333;
}
ul.row.product-list.grid {
    margin-left: -30px;
    margin-right: -75px;
}
option2 a:hover {
    color: #f00;
    text-decoration: none;
    transition: all 0.25s;
}

a:focus {
    text-decoration: none;
}

.fa {
    line-height: inherit;
}

.bold {
    font-weight: bold;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
.entry-detail img {
    height: auto;
    margin: auto;
    display: block;
}
.btn-fb-login {
    width: 65px;
    height: 22px;
    background: url('../images/fb.jpg') no-repeat;
    display: inline-block;
    margin-top: 5px;
    font-size: 0;
    border: none !important;
}

.button {
    padding: 8px 10px;
    /*border: 1px solid #eaeaea;*/
    background: #f00;
    color: #fff;
    border-radius: 5px;
}

.button-sm {
    padding: 8px 10px;
}
p.title{
    margin: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #004da1;
    padding-bottom: 10px;
    text-align: left;
    color: #004da1;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
}
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.button:hover {
    background: #c51a1d;
    /*border: 1px solid #c51a1d;*/
}

.input {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.button .fa {
    line-height: inherit;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}
.tab-container img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}
img.alignleft {
    margin: 0 20px 15px 0;
}

img.alignright {
    margin: 0 0 15px 20px;
}

.clearfix:before {
    content: "";
    display: table;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('../images/Preloader_4.gif') 50% 50% no-repeat;
}

.banner-opacity {
    position: relative;
}

    .banner-opacity img {
        max-width: 100%;
    }
    /*.onsale{}
.banner-sale
{
  max-height:350px;
  overflow:hidden;
  padding:15px 5px;
   position: relative;
   line-height:40px;
}
.banner-sale .boxes-nd{line-height:22px;padding-top:15px;}
.banner-sale:hover{right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;}
.banner-sale::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #fff;
}

.banner-sale::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

.banner-sale::-webkit-scrollbar-thumb
{
	background-color: #3f71ae;
    border-radius:10px;
}*/
    .banner-opacity a:before {
        display: block;
        position: absolute;
        -webkit-transition: all 0.1s ease-in 0.1s;
        transition: all 0.1s ease-in 0.1s;
        /*background: rgba(0,0,0,0.1);*/
        opacity: 0;
        filter: alpha(opacity=0);
        left: 0px;
        top: 0px;
        content: "";
        height: 0%;
        width: 100%;
        left: 0%;
        top: 50%;
    }

    .banner-opacity a:hover:before {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transition: all 0.2s ease-in 0.1s;
        transition: all 0.2s ease-in 0.1s;
        height: 100%;
        left: 0%;
        top: 0%;
    }

.tab-container {
    position: relative;
}

    .tab-container .tab-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .tab-container .active {
        opacity: 1;
        visibility: inherit;
        position: inherit;
        -vendor-animation-duration: 0.3s;
        -vendor-animation-delay: 1s;
        -vendor-animation-iteration-count: infinite;
    }

.hover-zoom {
    -webkit-transition: 0.7s all ease-in-out;
    transition: 0.7s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: hidden;
}

    .hover-zoom:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }

.banner-boder-zoom {
    position: relative;
    overflow: hidden;
}

    .banner-boder-zoom a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
        color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom a:after {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        content: "";
        display: block;
        z-index: 10;
        border: 1px solid #fff;
        opacity: 0;
    }

    .banner-boder-zoom a img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .banner-boder-zoom:hover a:before {
        opacity: 1;
    }

    .banner-boder-zoom:hover a:after {
        opacity: 0;
    }

.banner-boder-zoom2 {
    position: relative;
    overflow: hidden;
}

    .banner-boder-zoom2 a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom2 a:after {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        content: "";
        display: block;
        z-index: 10;
        border: 1px solid #fff;
        opacity: 0;
    }

    .banner-boder-zoom2 a img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom2:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .banner-boder-zoom2:hover a:before {
        opacity: 1;
    }

    .banner-boder-zoom2:hover a:after {
        opacity: 0;
    }

.icon-up,
.icon-down {
    width: 100%;
    height: 17px;
    display: block;
}

.icon-up {
    background: url("../images/up.png") no-repeat center center;
}

.icon-down {
    background: url("../images/down.png") no-repeat center center;
}

.image-hover2 a {
    position: relative;
    display: table;
    width: 100%;
}

    .image-hover2 a:after {
        overflow: hidden;
        position: absolute;
        top: 0;
        content: "";
        z-index: 100;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 1;
    }

    .image-hover2 a:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: "\f002";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        color: #fff;
        ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

    .image-hover2 a:hover:after {
        visibility: visible;
        opacity: 0.8;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .image-hover2 a:hover:before {
        opacity: 1;
    }

/* ----------------
 [2. Top banner]
 */
.top-banner {
    height: 150px;
    background: url('../images/bg-top-banner.jpg') no-repeat top center;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}

.top-banner .container {
    position: relative;
    padding-top: 35px;
}

.top-banner h1 {
    color: #f00;
    font-weight: bold;
    line-height: auto;
}

.top-banner h2 {
    font-weight: bold;
}

.top-banner span {
    font-size: 12px;
    color: #999;
}

.top-banner .btn-close {
    width: 24px;
    height: 24px;
    background: #2d2c2e url("../images/btn-close.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/* ----------------
 [3. Header]
 */
/*-----------------
 [ 3.1 Nav on top]
 */
.nav-ontop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 0px;
    height: 40px;
    background: #eee;
    z-index: 101;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
}

    .nav-ontop span.notify-right {
        top: 2px;
    }

    .nav-ontop > .container {
        position: relative;
    }

    .nav-ontop #box-vertical-megamenus {
        width: 80px;
        padding: 0;
    }

        .nav-ontop #box-vertical-megamenus .title {
            background: #eee;
            color: #999;
            padding: 0;
            overflow: hidden;
            border-left: 1px solid #eaeaea;
        }

            .nav-ontop #box-vertical-megamenus .title.active {
                background: #fff;
            }

            .nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
                margin-right: 15px;
            }

            .nav-ontop #box-vertical-megamenus .title .title-menu {
                display: none;
            }

        .nav-ontop #box-vertical-megamenus .vertical-menu-content {
            min-width: 270px;
            position: absolute;
            display: none;
            border-top: none;
            border-bottom: 1px solid #eaeaea;
            border-right: 1px solid #eaeaea;
            padding-bottom: 15px;
            border-left: 1px solid #eaeaea;
        }

            .nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list {
                border-left: none;
            }

            .nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category {
                margin-left: 20px;
            }

#shopping-cart-box-ontop {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

    #shopping-cart-box-ontop .fa {
        line-height: 50px;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        width: 100%;
        color: #999;
    }

    #shopping-cart-box-ontop .shopping-cart-box-ontop-content {
        position: absolute;
        right: 0;
        top: 100%;
    }

    #shopping-cart-box-ontop:hover .cart-block {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
    }

#user-info-opntop {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 50px;
}

    #user-info-opntop a.current-open span {
        display: none;
    }

    #user-info-opntop a.current-open {
        height: 50px;
        padding-top: 17px;
        width: 50px;
        float: left;
        text-align: center;
        font-size: 0;
    }

        #user-info-opntop a.current-open:hover .dropdown-menu {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -khtml-transform: translateY(0px);
            opacity: 1;
            z-index: 2;
        }

        #user-info-opntop a.current-open:before {
            font: normal normal normal 18px/1 FontAwesome;
            content: "\f095";
            color: #999;
        }


    #user-info-opntop .dropdown {
        height: 50px;
    }

    #user-info-opntop .dropdown-menu {
        border-radius: 0;
        border: none;
        top: 48px;
        right: 0;
        left: auto;
        border-top: 2px solid #f00;
        transition: all 0.4s ease-out 0s;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        opacity: 0;
        display: block;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -khtml-transform: translateY(50px);
        z-index: 0;
        visibility: hidden;
    }

    #user-info-opntop .dropdown.open > .dropdown-menu {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        opacity: 1;
        z-index: 2;
        visibility: inherit;
    }

.option2 #main-menu .nav.navbar-nav.navbar-right {
    margin-right: 15px;
}

    .option2 #main-menu .nav.navbar-nav.navbar-right > li:hover {
        background: none;
    }

#form-search-opntop {
    position: absolute;
    top: 0;
    right: 0px;
    height: 30px;
    color: #f00;
    margin-top: 4px;
}

    #form-search-opntop .form-category {
        display: none;
    }

    #form-search-opntop div.form-inline {
        margin-top: 0px;
        border: 1px solid transparent;
        padding-right: 10px;
        font-size: 13px;
        color: #f00;
    }

    #form-search-opntop a.btn-search {
        margin-right: -10px;
        margin-left: -5px;
        background: #eb3136 !important;
        border-radius: 5px;
        text-decoration: none;
    }

        #form-search-opntop a.btn-search:hover {
            background: #ff9900 !important;
        }

        #form-search-opntop a.btn-search:before {
            font: normal normal normal 18px/1 FontAwesome;
            content: "\f002";
            color: #f00;
            height: 30px;
            width: 30px;
            display: block;
            padding-top: 6px;
            padding-left: 6px;
        }

    #form-search-opntop .input-serach {
        height: 30px;
        padding: 5px 5px 0 15px;
    }

        #form-search-opntop .input-serach input {
            width: 0px;
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
        }

            #form-search-opntop .input-serach input::-webkit-input-placeholder {
                color: #999;
            }

            #form-search-opntop .input-serach input:-moz-placeholder { /* Firefox 18- */
                color: #999;
            }

            #form-search-opntop .input-serach input::-moz-placeholder { /* Firefox 19+ */
                color: #999;
            }

            #form-search-opntop .input-serach input:-ms-input-placeholder {
                color: #999;
            }

    #form-search-opntop:hover div.form-inline {
        border: 1px solid #dfdfdf;
        background: #fafafa;
        font-size: 13px;
        color: #000;
        line-height: 20px;
        border-radius: 5px;
    }

    #form-search-opntop:hover .input-serach input {
        width: 150px;
        color: #000;
    }

.top-search {
    /*background: #b0d3ff;*/
    background: linear-gradient(180deg, #77b3fe 10%, #b0d3ff 75%);
    border-bottom: solid 1px #82baff;
}
/*-----------------
 [ 3.2 Top header]
 */
.top-header {
    background: #f6f6f6;
    border-bottom: 1px solid #f00;
}

    .top-header .nav-top-links,
    .top-header .language,
    .top-header .currency,
    .top-header .user-info,
    .top-header .support-link,
    .top-header .top-bar-social {
        width: auto;
        display: inline-block;
        line-height: 34px;
    }

        .top-header .top-bar-social .fa {
            line-height: inherit;
        }

        .top-header .top-bar-social a {
            border: none;
            padding: 0;
            color: #999;
            font-size: 14px;
        }

    .top-header .support-link {
        float: right;
    }

    .top-header img {
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 5px;
    }

    .top-header a {
        border-right: 1px solid #e0e0e0;
        padding-right: 10px;
        margin-left: 10px;
    }

        .top-header a.first-item {
            margin-left: 0;
        }

        .top-header a.current-open {
            color: #f00;
            border-right: none;
            font-weight: 600;
            font-size: 18px;
        }
    /*.top-header a.current-open:after{
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 17px;
      vertical-align: 0;
      padding-left: 15px;
      font-weight: bold;
}*/
    .top-header .dropdown {
        width: auto;
        display: inline-block;
    }

    .top-header .dropdown-menu {
        border-radius: 0;
        border: none;
        top: 100%;
        left: 0;
        border-top: 2px solid #f00;
        transition: all 0.4s ease-out 0s;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        opacity: 0;
        display: block;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -khtml-transform: translateY(50px);
        z-index: 0;
        visibility: hidden;
    }

    .top-header .dropdown.open > .dropdown-menu {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        opacity: 1;
        z-index: 2;
        visibility: inherit;
    }

    .top-header .dropdown-menu a {
        border: none;
        margin: 0;
        padding: 0;
        padding: 5px 10px;
    }
/*-----------------
 [ 3.3 Main header]
 */
.header {
    background: #fff;
}

.main-header {
    padding: 10px 0 15px 0;
}

    .main-header .header-search-box {
        margin-top: 17px;
        padding-left: 45px;
        padding-right: 45px;
    }

        .main-header .header-search-box .form-inline {
            height: 41px;
            border: 1px solid #eaeaea;
            position: relative;
        }

            .main-header .header-search-box .form-inline .form-category {
                background: #f6f6f6;
                height: 39px;
            }

            .main-header .header-search-box .form-inline .select2 {
                border-right: 1px solid #eaeaea;
                min-width: 152px;
                height: 40px;
            }

                .main-header .header-search-box .form-inline .select2 .select2-selection {
                    border: none;
                    background: transparent;
                    margin-top: -1px;
                }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 15px;
}

.select2-dropdown {
    border: 1px solid #eaeaea;
}

.select2-container--open .select2-dropdown {
    left: -1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.main-header .header-search-box .form-inline .input-serach {
    width: calc(100% - 260px);
}

    .main-header .header-search-box .form-inline .input-serach input {
        border: none;
        padding-left: 15px;
        width: 100%;
    }

.main-header .header-search-box .form-inline .btn-search {
    width: 41px;
    height: 41px;
    background: #f00 url("../images/search.png") no-repeat center center;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -1px;
    right: -1px;
}

    .main-header .header-search-box .form-inline .btn-search:hover {
        opacity: 0.8;
    }

.main-header .shopping-cart-box {
    margin-top: 17px;
    margin-top: 17px;
    padding: 0;
    margin-right: 15px;
    margin-left: -15px;
    line-height: normal;
}

    .main-header .shopping-cart-box:hover .cart-block {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
    }

    .main-header .shopping-cart-box a.cart-link {
        height: 41px;
        width: 100%;
        border: 1px solid #eaeaea;
        display: block;
        position: relative;
        padding: 2px 41px 0 15px;
    }

        .main-header .shopping-cart-box a.cart-link:hover:after {
            opacity: 0.8;
        }

        .main-header .shopping-cart-box a.cart-link .title {
            width: 100%;
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            margin-top: 2px;
        }

        .main-header .shopping-cart-box a.cart-link:after {
            content: '';
            width: 41px;
            height: 41px;
            background: #f00 url('../images/cart.png') no-repeat center center;
            position: absolute;
            top: -1px;
            right: -1px;
        }

.cart-block {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    max-height: 500px;
    overflow-y: auto;
    background: #FFF;
    color: #666;
    width: 300px;
    opacity: 0;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 0;
    display: block;
    visibility: hidden;
}

    .cart-block .cart-block-content {
        padding: 20px;
        overflow: hidden;
    }

        .cart-block .cart-block-content .cart-title {
            text-transform: uppercase;
            font-size: 12px;
        }

        .cart-block .cart-block-content .cart-block-list {
        }

        .cart-block .cart-block-content .product-info {
            margin-top: 10px;
            border-bottom: 1px solid #eaeaea;
            display: block;
            overflow: hidden;
            padding-bottom: 10px;
        }

            .cart-block .cart-block-content .product-info .p-left {
                width: 100px;
                float: left;
                position: relative;
            }

                .cart-block .cart-block-content .product-info .p-left .remove_link {
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                    .cart-block .cart-block-content .product-info .p-left .remove_link:after {
                        content: '';
                        background: url("../images/delete_icon.png") no-repeat center center;
                        font-size: 0;
                        height: 9px;
                        width: 9px;
                        display: inline-block;
                        line-height: 24px;
                    }

            .cart-block .cart-block-content .product-info .p-right {
                margin-left: 110px;
                line-height: 25px;
            }

                .cart-block .cart-block-content .product-info .p-right .p-rice {
                    color: #f00;
                }

                .cart-block .cart-block-content .product-info .p-right .change_quantity {
                    margin-top: 10px;
                }

                    .cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_down,
                    .cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_up {
                        float: left;
                        width: 20px;
                        height: 30px;
                        border: 1px solid #ccc;
                        padding-top: 2px;
                        text-align: center;
                    }

                    .cart-block .cart-block-content .product-info .p-right .change_quantity .cart_quantity_input_text {
                        width: 60px;
                        border: 1px solid #ccc;
                        margin-left: -1px;
                        margin-right: -1px;
                        height: 30px;
                        line-height: 100%;
                        float: left;
                        text-align: center;
                    }

        .cart-block .cart-block-content .toal-cart {
            margin-top: 10px;
        }

            .cart-block .cart-block-content .toal-cart .toal-price {
                font-size: 18px;
                color: #999;
            }

        .cart-block .cart-block-content .cart-buttons {
            overflow: hidden;
            width: 100%;
        }

            .cart-block .cart-block-content .cart-buttons a {
                width: 50%;
                float: left;
                margin-top: 12px;
                text-transform: uppercase;
                font-size: 13px;
                padding: 10px 0;
                text-align: center;
            }

                .cart-block .cart-block-content .cart-buttons a:hover {
                    opacity: 0.8;
                }

                .cart-block .cart-block-content .cart-buttons a.btn-my-cart {
                    background: #eee;
                }

                .cart-block .cart-block-content .cart-buttons a.btn-check-out {
                    background: #f00;
                    color: #fff;
                }

span.notify {
    width: 32px;
    height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: normal;
    font-size: 11px;
    padding-top: 3px;
    z-index: 1;
}

span.notify-left {
    background: url('../images/notify.png') no-repeat;
    right: 25px;
    top: -8px;
}

span.notify-right {
    background: url('../images/notify-right.png') no-repeat;
    right: 0px;
    top: -7px;
}

/*-----------------
 [ 3.4 Main menu]
 */
.nav-top-menu {
    background: #3078c4;
}
/*-----------------
 [ 3.4.1 Vertical megamenus]
 */
.box-vertical-megamenus {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1000;
    /*background: #fff;*/
}

    .box-vertical-megamenus .title {
        background: #000;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: 1px;
        overflow: hidden;
    }

        .box-vertical-megamenus .title .btn-open-mobile > .fa {
            line-height: inherit;
        }

            .box-vertical-megamenus .title .btn-open-mobile > .fa:hover {
                color: #ccc;
            }

        .box-vertical-megamenus .title .btn-open-mobile {
            font-size: 32px;
            cursor: pointer;
            line-height: 50px;
            color: #333;
        }

    .box-vertical-megamenus .vertical-menu-content {
        border-top: 4px solid #f00;
        background: #fff;
        display: none;
        padding-bottom: 15px;
    }

.home .box-vertical-megamenus .vertical-menu-content {
    display: block;
}

.box-vertical-megamenus .vertical-menu-list {
    border-left: 1px solid #eaeaea;
}

    .box-vertical-megamenus .vertical-menu-list li {
        display: block;
        line-height: 34px;
        margin-left: -1px;
        position: relative;
    }

    .box-vertical-megamenus .vertical-menu-list > li:hover {
        background: #f00;
    }

        .box-vertical-megamenus .vertical-menu-list > li:hover > a {
            color: #fff;
            border-color: #f00;
        }

            .box-vertical-megamenus .vertical-menu-list > li:hover > a.parent:before {
                color: #fff;
            }

    .box-vertical-megamenus .vertical-menu-list > li > a {
        padding-left: 20px;
        line-height: 36px;
        display: block;
    }

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 8px;
    color: #666;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:after {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0;
}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after {
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther {
    display: none;
}


.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding-right: 15px;
}

.box-vertical-megamenus .all-category {
    text-align: center;
    margin-top: 14px;
    padding-right: 20px;
}

    .box-vertical-megamenus .all-category span {
        height: 40px;
        width: 100%;
        line-height: 39px;
        border: 1px solid #eaeaea;
        text-align: center;
        display: block;
        cursor: pointer;
    }

        .box-vertical-megamenus .all-category span:hover {
            background: #f00;
            color: #fff;
            border-color: #f00;
        }

        .box-vertical-megamenus .all-category span:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f105";
            font-weight: bold;
            margin-left: 20px;
        }
form#searchform {
    background: #3078c4;
    margin-top: 6px;
    margin-left: 3px;
}
#searchform #s {
    color: black;
}
.vertical-dropdown-menu {
    position: absolute;
    top: -15px;
    left: 100%;
    z-index: 900;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

    .vertical-dropdown-menu .vertical-groups {
        padding: 24px 15px;
    }

    .vertical-dropdown-menu .mega-group-header {
        border-bottom: 1px solid #E8E8E8;
        font-size: 17px;
        margin-bottom: 10px;
        display: table;
        width: 100%;
    }

        .vertical-dropdown-menu .mega-group-header span {
            padding-bottom: 10px;
            border-bottom: 1px solid #f00;
            float: left;
            margin-bottom: -1px;
        }

    .vertical-dropdown-menu .group-link-default {
        border: none !important;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

        .vertical-dropdown-menu .group-link-default.lhgt {
            line-height: 18px;
        }

    .vertical-dropdown-menu p.lhgt {
        line-height: 18px;
    }

    .vertical-dropdown-menu .group-link-default.nhomsp-left {
        border: none !important;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
        margin-bottom: 15px;
        min-height: 180px;
        max-height: 180px;
        overflow: hidden;
    }

        .vertical-dropdown-menu .group-link-default.nhomsp-left:hover {
            right: 0;
            top: 0;
            overflow-x: hidden;
            overflow-y: scroll;
        }

        .vertical-dropdown-menu .group-link-default.nhomsp-left::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.1);
            background-color: #fff;
        }

        .vertical-dropdown-menu .group-link-default.nhomsp-left::-webkit-scrollbar {
            width: 5px;
            background-color: #fff;
        }

        .vertical-dropdown-menu .group-link-default.nhomsp-left::-webkit-scrollbar-thumb {
            background-color: #3f71ae;
            border-radius: 10px;
        }
.owl-stage-outer li{list-style: outside none none;}
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu.groupsp {
    background: #fff url(../images/dong-phong-viet-nam.png) no-repeat bottom right;
}

.vertical-dropdown-menu .group-link-default li {
    border: none !important;
    padding-left: 0 !important;
    line-height: 28px !important;
}

.vertical-dropdown-menu .mega-products .mega-product {
    border-right: 1px solid #eaeaea;
    margin-top: 15px;
    line-height: 18px;
}

    .vertical-dropdown-menu .mega-products .mega-product:last-child {
        border-right: none;
    }

    .vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
        width: auto;
        display: inline-block;
        color: #f00;
    }

    .vertical-dropdown-menu .mega-products .mega-product .product-price .old-price {
        color: #999;
        text-decoration: line-through;
        width: auto;
        display: inline-block;
        padding-left: 20px;
    }

    .vertical-dropdown-menu .mega-products .mega-product .product-star {
        margin-top: 5px;
        color: #ff9900;
    }

    .vertical-dropdown-menu .mega-products .mega-product .product-name.tintuc {
        text-align: center;
        padding-top: 5px;
    }

/*-----------------
 [ 3.4.2 Main menu]
 */
#main-menu {
    padding: 0;
    /*margin-left: 15px;*/
    font-size: 14px;
    /*text-transform: uppercase;*/
}

    #main-menu .container-fluid {
        padding: 0;
    }

    #main-menu .navbar-header {
        display: none;
    }

    #main-menu .navbar {
        border: none;
        margin: 0;
        background: none;
    }

    #main-menu .navbar-collapse {
        padding: 0;
    }

    #main-menu .navbar .navbar-nav > li > a {
        color: #333;
        margin: 10px 0;
        padding: 0;
        border-right: 1px solid #cacaca;
        padding: 0 20px;
        background: transparent;
    }

    #main-menu .navbar .navbar-nav > li:first-child > a {
        padding-left: 15px;
    }

    #main-menu .navbar .navbar-nav > li:last-child > a {
        border-right: none;
    }

    #main-menu .navbar .navbar-nav > li:hover,
    #main-menu .navbar .navbar-nav > li.active {
        background: #f00;
        color: #fff;
    }

        #main-menu .navbar .navbar-nav > li:hover > a,
        #main-menu .navbar .navbar-nav > li.active > a {
            color: #fff;
            border-right: 1px solid transparent;
        }

    #main-menu .nav,
    #main-menu .collapse,
    #main-menu .dropup,
    #main-menu .dropdown {
        position: static;
    }

    #main-menu .dropdown-menu {
        border-radius: 0 0 5px 5px;
        min-width: 200px;
        border-top: none;
        left: auto;
        padding: 15px 7px;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        -webkit-transform: translate(0,40px);
        -moz-transform: translate(0,40px);
        -o-transform: translate(0,40px);
        -ms-transform: translate(0,40px);
        transform: translate(0,40px);
        display: block;
        visibility: hidden;
        opacity: 0;
        background: #fff;
    }

        #main-menu .dropdown-menu.container-fluid {
            padding: 15px 15px;
        }

    #main-menu .navbar-nav > li:hover .dropdown-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
        z-index: 10000;
    }

    #main-menu .mega_dropdown .block-container {
        padding: 0 15px;
    }

        #main-menu .mega_dropdown .block-container .block {
            border-right: 0px solid #f50840;
        }

    #main-menu .mega_dropdown .group_header {
        text-transform: uppercase;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 13px;
        margin-top: 15px;
    }

        #main-menu .mega_dropdown .group_header:first-child {
            margin-top: 0;
        }

    #main-menu .mega_dropdown .img_container {
        padding: 0 0 5px;
    }

    #main-menu .dropdown-menu .block-container .link_container > a {
        line-height: 32px;
    }

    #main-menu .dropdown-menu .block-container .link_container:hover > a {
        color: #f00;
        text-decoration: none;
    }

    #main-menu .dropdown-menu .block-container .group_header > a {
        line-height: 32px;
        border-bottom: 1px solid #f00;
        display: inline-block;
        margin-bottom: -1px;
    }
    /*#main-menu li.dropdown>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  vertical-align: 0;
  padding-left: 7px;
}*/
    #main-menu li.dropdown:before {
        content: "\f0de";
        font-family: "FontAwesome";
        font-size: 15px;
        color: #fff;
        padding-left: 7px;
        position: absolute;
        bottom: -13px;
        right: 48%;
        display: none;
        z-index: 1001;
    }

    #main-menu li.dropdown:hover:before {
        display: none;
    }

/*---------------
[4. Nav menu]
*/
.nav-menu {
    border: none;
}

    .nav-menu .container-fluid {
        padding: 0;
    }

    .nav-menu .navbar-collapse {
        z-index: 10000;
        padding: 0;
        margin: 0;
        border: none;
    }

    .nav-menu .nav > li:last-child a {
        background-image: none;
    }

    .nav-menu .nav > li > a {
        padding: 15px 25px;
        background: url('../images/kak.png') no-repeat right center;
    }

    .nav-menu .navbar-toggle {
        background: url('../images/bar.png') no-repeat left center;
        height: 50px;
        margin: 0;
        padding-right: 3px;
    }

    .nav-menu .navbar-brand {
        font-size: 14px;
        font-weight: bold;
        display: none;
        text-transform: uppercase;
    }

        .nav-menu .navbar-brand a {
            color: #fff;
        }

    .nav-menu .toggle-menu {
        float: right;
        line-height: 39px;
        max-height: 40px;
    }

        .nav-menu .toggle-menu:before {
            font: normal normal normal 17px/1 FontAwesome;
            content: "\f0c9";
            line-height: inherit;
            color: #fff;
        }

.floor-elevator {
    width: 70px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    /*background: url("../images/floor-elevator.png") no-repeat left center;*/
    padding-left: 38px;
    padding-right: 22px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #999;
    padding-top: 5px;
}

    .floor-elevator .fa {
        font-weight: bold;
    }

    .floor-elevator .btn-elevator {
        cursor: pointer;
    }

        .floor-elevator .btn-elevator:hover, .floor-elevator .disabled {
            color: #ccc;
        }

    .floor-elevator .down {
        margin-top: -6px;
    }
/** default nav **/
.nav-menu-default {
    height: 50px;
    background: #f00;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

    .nav-menu-default .navbar-collapse {
        background: #eee;
    }

    .nav-menu-default ul > li > a:hover,
    .nav-menu-default ul > li.active > a,
    .nav-menu-default ul > li.selected > a {
        background: #f00;
        color: #fff;
    }

/** read nav **/
.nav-menu-red {
    height: 53px;
    background: #f00;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-red .navbar-collapse {
        background: #fff;
    }

    .nav-menu-red li a:hover,
    .nav-menu-red li.active a,
    .nav-menu-red li.selected a {
        background: #f00;
        color: #fff;
    }
/**green nav**/
.nav-menu-green {
    height: 53px;
    background: #339966;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-green .navbar-collapse {
        background: #fff;
    }

    .nav-menu-green li a:hover,
    .nav-menu-green li.active a,
    .nav-menu-green li.selected a {
        background: #339966;
        color: #fff;
    }
/**orange nav**/
.nav-menu-orange {
    height: 53px;
    background: #ff6633;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-orange .navbar-collapse {
        background: #fff;
    }

    .nav-menu-orange li a:hover,
    .nav-menu-orange li.active a,
    .nav-menu-orange li.selected a {
        background: #ff6633;
        color: #fff;
    }
/** blue nav**/
.nav-menu-blue {
    height: 53px;
    background: #3366cc;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-blue .navbar-collapse {
        background: #fff;
    }

    .nav-menu-blue li a:hover,
    .nav-menu-blue li.active a,
    .nav-menu-blue li.selected a {
        background: #3366cc;
        color: #fff;
    }
/**gray nav**/
.nav-menu-gray {
    height: 53px;
    background: #6c6856;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-gray .navbar-collapse {
        background: #fff;
    }

    .nav-menu-gray li a:hover,
    .nav-menu-gray li.active a,
    .nav-menu-gray li.selected a {
        background: #6c6856;
        color: #fff;
    }
/**blue2 nav**/
.nav-menu-blue2 {
    height: 53px;
    background: #669900;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-blue2 .navbar-collapse {
        background: #fff;
    }

    .nav-menu-blue2 li a:hover,
    .nav-menu-blue2 li.active a,
    .nav-menu-blue2 li.selected a {
        background: #669900;
        color: #fff;
    }

.show-brand .navbar-brand {
    display: block;
    width: 234px;
    background: #000;
    margin-left: 0 !important;
    text-transform: uppercase;
    padding: 0;
    padding-left: 20px;
    line-height: 45px;
    font-size: 16px;
}

    .show-brand .navbar-brand a {
        color: #fff;
        line-height: 45px;
    }

    .show-brand .navbar-brand img {
        vertical-align: middle;
        margin-right: 15px;
    }

/*----------------
[5. Home slide]
*/
#home-slider {
    margin: 0;
    max-height: 400px;
    overflow: hidden;
}

.header-top-right {
    /*margin-left: -15px;
    padding: 0;*/
    border-top: 3px solid #f00;
}

    .header-top-right .homeslider {
        width: 100%;
        float: left;
    }

    .header-top-right .header-banner {
        width: 25%;
        float: left;
        padding: 0 15px;
    }

        .header-top-right .header-banner img {
            width: 100%;
            height: auto;
        }

    #contenhomeslider li {
        left: 0;
    }
    .header-top-right .homeslider .bx-wrapper .bx-viewport ul li {
        left: 0;
    }
    .header-top-right .homeslider .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: none;
        border: 0;
        left: 0;
        background: #fff;
    }

    .header-top-right .homeslider .bx-controls-direction .bx-prev,
    .header-top-right .homeslider .bx-controls-direction .bx-next {
        background: #f00;
        text-indent: 0px !important;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
    }

    .header-top-right .homeslider .bx-controls-direction .bx-prev {
        left: 50%;
    }

    .header-top-right .homeslider .bx-controls-direction .bx-next {
        right: 50%;
    }

    .header-top-right .homeslider:hover .bx-controls-direction .bx-next {
        right: 10px;
        opacity: 1;
        visibility: inherit;
    }

    .header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
        left: 10px;
        opacity: 1;
        visibility: inherit;
    }

    .header-top-right .homeslider .bx-controls-direction .bx-prev:hover,
    .header-top-right .homeslider .bx-controls-direction .bx-next:hover {
        opacity: 0.8;
    }

    .header-top-right .homeslider .bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
        display: block;
    }

    .header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
        padding-left: 25px;
    }

        .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
            width: 20px;
            height: 20px;
            border-radius: 90%;
            margin-right: 5px;
            line-height: 20px;
        }

            .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
                width: 100%;
                height: 100%;
                float: left;
                background: transparent;
                margin: 0;
                padding: 0;
                text-align: center;
                text-indent: 0px;
                border-radius: 90%;
                color: #fff;
                border: 1px solid #999;
                padding-left: 1px;
            }

        .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #f00;
            color: #fff;
            border: 1px solid #fff;
        }

.bx-wrapper {
    margin: 0;
}
/*caption*/
.header-top-right .homeslider .bx-wrapper .banner-content {
    position: absolute;
    width: 30%;
    top: 0;
    margin-top: 2%;
    margin-bottom: 5%;
    bottom: 0;
    text-align: left;
    background: rgba(2, 58, 128, 0.67);
    padding: 10px 20px;
    border-radius: 3%;
    overflow: hidden;
}
.header-top-right .homeslider .bx-wrapper .banner-content:hover {
    overflow-y:scroll;
}
.header-top-right .homeslider .bx-wrapper .banner-content::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.3);
            background: none;
             border-radius: 5px;
        }

        .header-top-right .homeslider .bx-wrapper .banner-content::-webkit-scrollbar {
            width: 5px;
            background: none;
             border-radius: 5px;
        }

        .header-top-right .homeslider .bx-wrapper .banner-content::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 5px;
        }
    .header-top-right .homeslider .bx-wrapper .banner-content .banner-title {
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 2px 1px #141414;
    }

    .header-top-right .homeslider .bx-wrapper .banner-content .banner-desc {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        margin-top: -2px;
    }

    .header-top-right .homeslider .bx-wrapper .banner-content .banner-button {
        height: 36px;
        /*border: 1px solid #f00;*/
        padding: 0 22px;
        line-height: 35px;
        text-transform: uppercase;
        display: inline-block;
        width: auto;
        color: #333;
        margin-top: 14px;
        background: rgba(255, 255, 255, 0.6);
        float: right;
    }

        .header-top-right .homeslider .bx-wrapper .banner-content .banner-button:hover {
            background: #0088cc;
            color: #fff;
            border-color: #0088cc;
        }
/*---------------
[6. Page top]
*/
.boxes-nd {
    position: relative;
}

.job-img-inputs {
    padding: 5px 0;
}

.boxes-nd .job-img-inputs .bottom-5 {
    margin-bottom: 10px;
}

.job-img-inputs a.button {
    line-height: 33px;
}

.job-img-inputs a.button-sm {
    line-height: 33px;
}

.job-img-inputs a.button:hover {
    color: #fff;
}

.boxes-nd .job-img-inputs .center {
    text-align: center;
    float: none;
}

.job-img-inputs .input-group .input-group-addon {
    border-radius: 0;
}

.job-img-inputs .input-group .form-control {
    border-radius: 0;
    font-weight: 300;
    padding: 6px 5px;
}
/*------------------
[6.1 Latest deals]
*/
.latest-deals {
}

    .latest-deals .latest-deal-title {
        height: 54px;
        background: url("../images/latest-deal-title.png") no-repeat left center;
        padding: 0;
        margin: 0;
        line-height: 54px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        padding-left: 52px;
        margin-left: 8px;
    }

    .latest-deals .product-list li {
        padding-right: 0;
        border: none;
    }

    .latest-deals .latest-deal-content {
        border: 3px solid #f00;
        padding: 20px 15px 10px 15px;
    }

    .latest-deals .count-down-time {
        text-align: center;
        padding-bottom: 15px;
    }

        .latest-deals .count-down-time span {
            height: 24px;
            background: #999;
            color: #fff;
            width: auto;
            display: inline-block;
            line-height: 24px;
            margin: 0 3px;
            font-size: 18px;
            letter-spacing: 17px;
            padding-left: 7px;
            position: relative;
        }

            .latest-deals .count-down-time span:after {
                content: '';
                height: 24px;
                width: 2px;
                position: absolute;
                left: 25px;
                top: 0;
                background: #fff;
            }

            .latest-deals .count-down-time span:before {
                content: '';
                height: 24px;
                width: 11px;
                position: absolute;
                right: 0;
                top: 0;
                background: #fff;
            }

            .latest-deals .count-down-time span:first-child {
                margin-left: 10px;
            }

        .latest-deals .count-down-time b {
            margin-left: -8px;
            position: relative;
        }

            .latest-deals .count-down-time b:after {
                position: absolute;
                right: -1px;
                top: 0;
                content: ':';
            }

    .latest-deals .product-list .owl-controls {
        width: 100%;
        top: 40%;
    }

    .latest-deals .product-list li .right-block {
        padding: 0;
    }

    .latest-deals .content_price {
        width: 100% !important;
    }

    .latest-deals .colreduce-percentage {
        float: right;
        padding-right: 20px;
    }

    .latest-deals .owl-prev,
    .latest-deals .owl-next {
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        display: block;
        opacity: 0;
    }

    .latest-deals .owl-next {
        right: -50px;
    }

    .latest-deals .owl-prev {
        left: -50px;
    }

    .latest-deals:hover .owl-prev {
        left: -15px;
        opacity: 1;
    }

    .latest-deals:hover .owl-next {
        right: -15px;
        opacity: 1;
    }

/*-------------------
[6.2. Popular tabs]
*/
.popular-tabs .owl-controls .owl-next {
    top: -46px;
}

.popular-tabs .owl-controls .owl-prev {
    top: -46px;
    left: inherit;
    right: 26px;
}

.popular-tabs .nav-tab {
    margin: 0;
    padding: 0;
}

.popular-tabs .nav-tab {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

    .popular-tabs .nav-tab li {
        list-style: none;
        display: inline;
        border-bottom: 3px solid #ccc;
        margin-right: 2px;
        height: 45px;
        line-height: 45px;
        float: left;
        padding: 0 15px;
    }

        .popular-tabs .nav-tab li:hover, .popular-tabs .nav-tab li.active {
            border-bottom: 3px solid #f00;
        }

            .popular-tabs .nav-tab li:hover a, .popular-tabs .nav-tab li.active a {
                color: #333;
            }

        .popular-tabs .nav-tab li a {
            font-size: 16px;
            text-transform: uppercase;
            color: #333;
            font-weight: bold;
        }

.popular-tabs .tab-container {
    padding-top: 30px;
}

.popular-tabs .product-list li .left-block {
}

.popular-tabs .product-list li {
    border: 1px solid #eaeaea;
    padding-bottom: 10px;
    overflow: hidden;
}
/*--------------------
[7. Services]
*/
.service {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    padding: 19px 0;
    font-size: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .service .service-item {
        padding-left: 35px;
        border-right: 1px solid #ccc;
        overflow: hidden;
    }

        .service .service-item .icon {
            width: 40px;
            height: 40px;
            float: left;
        }

        .service .service-item .info {
            padding-left: 15px;
            margin-left: 40px;
            padding-top: 2px;
        }

        .service .service-item h3 {
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

        .service .service-item:last-child {
            border-right: none;
        }


/*----------------
[8. Product]
*/
.product-list li {
}

    .product-list li:hover .add-to-cart {
        bottom: 0;
    }

    .product-list li:hover .quick-view a.heart {
        margin-left: 0;
    }

    .product-list li:hover .quick-view a.compare {
        margin-left: 0;
    }

    .product-list li:hover .quick-view a.search {
        margin-left: 0;
    }

    .product-list li .left-block {
        position: relative;
        overflow: hidden;
        width: 280px;
        height: 210px;
    }

        .product-list li .left-block a {
            display: block;
            overflow: hidden;
        }





    .product-list li .right-block {
        padding: 0 15px;
        margin-top: 15px;
    }

    .product-list li .quick-view {
        position: absolute;
        right: 20px;
        top: 20%;
        width: 32px;
        overflow: hidden;
    }

        .product-list li .quick-view a {
            width: 32px;
            height: 32px;
            float: left;
            border-radius: 90%;
            margin-top: 5px;
            text-align: center;
            line-height: 32px;
            color: #fff;
        }

            .product-list li .quick-view a.heart {
                -webkit-transition: margin-left 0.4s ease 0.4s;
                -moz-transition: margin-left 0.4s ease 0.4s;
                -ms-transition: margin-left 0.4s ease 0.4s;
                -o-transition: margin-left 0.4s ease 0.4s;
                transition: margin-left 0.4s ease 0.4s;
                margin-left: 200px;
                background: rgba(0,0,0,0.4);
            }

                .product-list li .quick-view a.heart:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f08a";
                    font-weight: bold;
                }

            .product-list li .quick-view a.compare {
                background: rgba(0,0,0,0.4);
                -webkit-transition: margin-left 0.3s ease 0.3s;
                -moz-transition: margin-left 0.3s ease 0.3s;
                -ms-transition: margin-left 0.3s ease 0.3s;
                -o-transition: margin-left 03s ease 0.3s;
                transition: margin-left 0.3s ease 0.3s;
                margin-left: 200px;
            }

                .product-list li .quick-view a.compare:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f012";
                }

            .product-list li .quick-view a.search {
                background: rgba(0,0,0,0.4);
                -webkit-transition: margin-left 0.2s ease 0.2s;
                -moz-transition: margin-left 0.2s ease 0.2s;
                -ms-transition: margin-left 0.2s ease 0.2s;
                -o-transition: margin-left 0.2s ease 0.2s;
                transition: margin-left 0.2s ease 0.2s;
                margin-left: 200px;
            }

                .product-list li .quick-view a.search:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f002";
                }

            .product-list li .quick-view a:hover {
                background-color: #f00;
            }

    .product-list li .add-to-cart {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        color: #fff;
        text-align: center;
        line-height: 30px;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

        .product-list li .add-to-cart:hover {
            background-color: rgba(255,51,102,0.5);
        }

        .product-list li .add-to-cart a {
            height: 32px;
            line-height: 32px;
            color: #fff;
            width: auto;
            display: inline-block;
            vertical-align: middle;
        }

    .product-list li .product-name {
        overflow: hidden;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: bold;
    }

    .product-list li .product-info {
        padding: 0 5px;
    }

    .product-list li .content_price {
        width: auto;
        display: inline-block;
    }

    .product-list li .product-price {
        font-size: 16px;
        color: #f00;
    }

    .product-list li .old-price {
        text-decoration: line-through;
        margin-left: 8px;
        line-height: 22px;
        color: #666;
    }

    .product-list li .colreduce-percentage {
        line-height: 28px;
    }

    .product-list li .group-price {
        position: absolute;
        position: absolute;
        top: 10px;
        left: 10px;
        height: auto;
    }

        .product-list li .group-price .price-percent-reduction {
            width: 36px;
            height: 36px;
            background: #ff6600;
            color: #fff;
            float: left;
            border-radius: 90%;
            line-height: normal;
            text-align: center;
            font-size: 12px;
            padding-top: 5px;
            margin-bottom: 5px;
        }

    .product-list li .price-percent-reduction2 {
        width: 52px;
        height: 44px;
        background: url("../images/price-percent-br.png") no-repeat center center;
        color: #fff;
        line-height: normal;
        text-align: center;
        font-size: 14px;
        position: absolute;
        top: 10px;
        right: 0;
        font-family: 'Arial Narrow', Arial, sans-serif;
        padding-left: 5px;
        padding-top: 2px;
    }

    .product-list li .group-price .product-new {
        color: #fff;
        float: left;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 10px;
        background: #f00;
        height: 22px;
    }

    .product-list li .group-price .product-sale {
        color: #fff;
        float: left;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0px 10px;
        background: #ff4318;
        height: 22px;
    }

 .product-list li .product-star {
    width: auto;
    float: right;
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
    color: #004da1;
    font: 16px/1em fontUTM, 'BebasRegular', Myriad pro condesed, Helvetica;
    letter-spacing: 0.035em;
}

        .product-list li .product-star span.leftT {
            font-size: 12px;
            padding-top: 5px;
            float: left;
        }

        .product-list li .product-star span.rightM {
            font-size: 12px;
            padding-top: 5px;
            float: right;
        }

            .product-list li .product-star span.leftT b, .product-list li .product-star span.rightM b {
                color: #f00;
            }
/*------------------
[9. Owl carousel]
*/
.owl-controls {
}

    .owl-controls .owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .owl-controls .owl-next {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .owl-controls .owl-prev,
    .owl-controls .owl-next {
        background: #004da1;
        width: 24px;
        height: 24px;
        color: #fff;
        text-align: center;
        line-height: 24px;
    }

        .owl-controls .owl-prev:hover,
        .owl-controls .owl-next:hover {
            background: #f00;
            color: #fff;
        }

        .owl-controls .owl-prev .fa,
        .owl-controls .owl-next .fa {
            font-weight: bold;
        }

/*-----------------
[10. Banner advertisement]
*/
.banner a {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}

    .banner a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,300%,0);
    }

    .banner a:hover:before {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-300%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-300%,0);
    }

.banner-img,
.banner-img2 {
    position: relative;
}

    .banner-img a:before,
    .banner-img2 a:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        transform: scale(0, 1);
    }

    .banner-img2 a:before {
        border-width: 3px 0 3px 0;
    }

    .banner-img a:after,
    .banner-img2 a:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        border-left: 1px solid rgba(255, 255, 255, 0.8);
        border-right: 1px solid rgba(255, 255, 255, 0.8);
        transform: scale(1, 0);
    }

    .banner-img2 a:after {
        background: rgba(0, 0, 0, 0.1);
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
    }

    .banner-img a:hover:before,
    .banner-img a:hover:after,
    .banner-img2 a:hover:before,
    .banner-img2 a:hover:after {
        transform: scale(1);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }


/*-----------------
[11. Page content]
*/
.content-page {
    background: #eaeaea;
    margin-top: 2px;
    padding-bottom: 10px;
    padding-top: 15px;
}
/*------------------
[11.1 Category featured]
*/
.category-featured {
    margin-top: 20px;
}

    .category-featured.f1 {
        margin-top: 10px;
    }

        .category-featured.f1.cstop1 {
            margin-top: 0;
        }
/*------------------
[11.1.1 Banner featured]
*/
.category-banner {
    overflow: hidden;
}

    .category-banner .banner {
        padding: 0;
        overflow: hidden;
    }

.featured-text {
    position: absolute;
    right: -5px;
    top: -5px;
    background: url('../images/featured2.png') no-repeat;
    width: 75px;
    height: 75px;
    z-index: 100;
}

    .featured-text span {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        width: 100%;
        height: 20px;
        line-height: 24px;
        float: left;
        margin-top: 24px;
        margin-left: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        color: #003366;
        font-weight: bold;
        text-indent: -999px;
    }
/*------------------
[11.1.2 Product featured]
*/
.product-featured {
    margin-top: 10px;
    background: #fff;
}

    .product-featured .product-featured-content {
        width: 100%;
        float: right;
    }

        .product-featured .product-featured-content .product-featured-list {
            margin-left: 234px;
            overflow: hidden;
        }

    .product-featured .banner-featured {
        width: 234px;
        float: left;
        margin-right: -100%;
        position: relative;
    }

    .product-featured .product-list li {
        border-right: 1px solid #eaeaea;
        padding-bottom: 10px;
        min-height: 350px;
    }

    .product-featured .product-list .owl-stage .active:last-child li {
        border: none;
    }

    .product-featured .owl-prev,
    .product-featured .owl-next {
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        opacity: 0;
        visibility: hidden;
    }

    .product-featured .owl-next {
        right: -50px;
    }

    .product-featured .owl-prev {
        left: -50px;
    }

    .product-featured .owl-carousel:hover .owl-prev {
        left: 0;
        opacity: 1;
        visibility: inherit;
    }

    .product-featured .owl-carousel:hover .owl-next {
        right: 0;
        opacity: 1;
        visibility: inherit;
    }

/*
[11.2 Banner bootom]
*/
.banner-bottom {
    margin-top: 30px;
}

.owl-carousel .item {
    background: #eaeaea;
}



/*----------------
[12. Brand showcase]
*/
.brand-showcase {
    margin-top: 30px;
}

    .brand-showcase .brand-showcase-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        border-bottom: 3px solid #f00;
        line-height: 40px;
        padding-left: 10px;
    }

.brand-showcase-box {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding-bottom: 30px;
}

    .brand-showcase-box .brand-showcase-logo {
    }

        .brand-showcase-box .brand-showcase-logo .owl-item:last-child {
            margin-right: 0 !important;
        }

        .brand-showcase-box .brand-showcase-logo li {
            background: #eaeaea;
            cursor: pointer;
        }

            .brand-showcase-box .brand-showcase-logo li:hover, .brand-showcase-box .brand-showcase-logo li.active {
                background: #fff;
            }

        .brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev,
        .brand-showcase-box .brand-showcase-logo .owl-controls .owl-next {
            top: -18px;
        }

        .brand-showcase-box .brand-showcase-logo .owl-controls .owl-next {
        }

        .brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev {
            left: inherit;
            right: 26px;
        }

        .brand-showcase-box .brand-showcase-logo .owl-controls .fa {
            font-weight: bold;
        }

.brand-showcase-content .brand-showcase-content-tab {
    display: none;
}

.brand-showcase-content .active {
    display: block;
}

.trademark-info {
    padding-left: 45px !important;
}

    .trademark-info .trademark-logo,
    .trademark-info .trademark-desc {
        border-bottom: 1px dotted #999999;
        padding-bottom: 20px;
    }

    .trademark-info .trademark-logo {
        margin-top: 30px;
    }

    .trademark-info .trademark-desc {
        line-height: 18px;
        margin-top: 20px;
    }

    .trademark-info .trademark-link {
        line-height: 30px;
        text-transform: uppercase;
        border: 1px solid #999;
        padding: 0 10px 0 15px;
        margin-top: 20px;
        float: left;
    }

        .trademark-info .trademark-link:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f0da";
            padding-left: 12px;
        }

.trademark-product {
    padding-right: 45px;
}

    .trademark-product .product-item {
        margin-top: 30px;
    }

    .trademark-product .image-product {
        float: left;
        width: 40%;
    }

    .trademark-product .info-product {
        float: right;
        width: 60%;
        padding-left: 20px;
        line-height: 35px;
        padding-top: 20px;
    }

        .trademark-product .info-product .product-price {
            font-size: 18px;
            color: #F36;
            font-weight: bold;
        }

        .trademark-product .info-product .product-star {
            color: #ff9900;
            font-size: 13px;
        }

        .trademark-product .info-product .quick-view a {
            width: 25px;
            height: 25px;
            display: inline-block;
            background: rgba(0,0,0,0.7);
            color: #fff;
            text-align: center;
        }

        .trademark-product .info-product .btn-view-more {
            height: 26px;
            text-align: center;
            line-height: 24px;
            padding: 0 15px;
            display: inline-block;
            border: 1px solid #eaeaea;
        }

            .trademark-product .info-product .btn-view-more:hover {
                background: #f00;
                color: #fff;
            }

        .trademark-product .info-product .quick-view a .fa {
            text-align: center;
            line-height: 25px;
        }

        .trademark-product .info-product .quick-view a:hover {
            background: #f00;
        }


/*------------------
[12. Hot categories]
*/
#hot-categories {
    margin-top: 30px;
}

.group-title-box {
    margin-bottom: 20px;
}

.group-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    padding-bottom: 7px;
}

    .group-title span {
        border-bottom: 3px solid #f00;
        text-transform: uppercase;
        padding: 5px 10px;
    }

.cate-box {
    padding-bottom: 20px;
}

    .cate-box .cate-tit {
        background: #f4f4f4;
        height: 110px;
        overflow: hidden;
    }

        .cate-box .cate-tit .div-1 {
            width: 46%;
            float: left;
            padding-left: 25px;
            padding-right: 15px;
        }

.cate-name-wrap {
    display: table;
    margin-bottom: 18px;
}

.cate-box .cate-name {
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    display: table-cell;
    vertical-align: bottom;
}

.cate-box .cate-link {
    padding: 4px 4px 3px 7px;
    background: #999999;
    text-decoration: none;
    color: #fff;
}

    .cate-box .cate-link:hover {
        background: #f00 !important;
    }

.cate-link span {
    padding-right: 12px;
    background: url('../data/cate-readmore-arrow.png') right 2px top 50% no-repeat;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}

.cate-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .cate-content ul {
        list-style: none;
    }

        .cate-content ul li a:before {
            display: inline-block;
            font-family: FontAwesome;
            content: "\f105";
            padding: 0 10px;
            font-weight: bold;
        }

.cate-box .div-2 {
    width: 54%;
    float: left;
    padding-top: 10px;
    overflow: hidden;
}


/*
[14. footer]
*/
#footer {
    background: #eee;
}

/** add-box **/
#address-list .tit-name {
    float: left;
    font-weight: bold;
    width: 70px;
    padding-right: 5px;
}

#address-list {
    margin-top: 0px;
}

    #address-list .tit-contain {
        display: flex;
    }
/** #introduce-box **/
#introduce-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.introduce-title {
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
}

.introduce-list li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.introduce-list {
    padding-left: 16px;
    list-style: inherit;
}
/** contact-box **/
#mail-box {
    margin-bottom: 30px;
}

    #mail-box input {
        height: 30px;
        background: #fff;
        width: 100%;
        padding-left: 10px;
    }

    #mail-box .btn {
        font-weight: bold;
        color: #fff;
        height: 30px;
        border-radius: 0;
        background: #f00;
        border: none;
        outline: none;
    }

        #mail-box .btn:hover {
            z-index: 0;
            opacity: 0.8;
            transition: 0.3s;
        }

#search-box {
    margin-bottom: 30px;
}

    #search-box input {
        height: 30px;
        background: #fff;
        width: 100%;
        padding-left: 10px;
    }

    #search-box .btn {
        font-weight: bold;
        color: #fff;
        height: 30px;
        border-radius: 0;
        background: #f00;
        border: none;
        outline: none;
    }

        #search-box .btn:hover {
            z-index: 0;
            opacity: 0.8;
            transition: 0.3s;
        }
/** /#introduce-box **/
/** #trademark-box **/
#trademark-text-box {
    font-size: 13px;
}

#trademark-list {
    list-style: outside none none;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    margin-top: 30px;
}

    #trademark-list li {
        display: inline-block;
        padding: 10px 11px;
    }

        #trademark-list li:last-child {
            padding-right: 0;
        }

    #trademark-list #payment-methods {
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 0px;
    }

.trademark-text-tit {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.trademark-list {
    list-style: none;
    margin-bottom: 10px;
}

    .trademark-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-right: 1px solid #666666;
    }

        .trademark-list li:first-child {
            border-right: none;
            padding-right: 0;
            padding-left: 0;
        }

        .trademark-list li:last-child {
            border-right: 0;
            padding-right: 0;
        }

.social-link a:hover {
    opacity: 0.8;
}

.social-link .fa {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.social-link .fa-facebook {
    background: #415a99;
}

.social-link .fa-pinterest-p {
    background: #cb222a;
}

.social-link .fa-vk {
    background: #5b7fa6;
}

.social-link .fa-twitter {
    background: #00caff;
}

.social-link .fa-google-plus {
    background: #da4735;
}

/** #footer-menu-box **/
#footer {
    background: #fff;
}

    #footer .footer-top {
        padding: 0px 0;
        background-color: #fff;
        border-top: 1px solid #eaeaea;
    }

        #footer .footer-top .footer-menu {
            font-size: 14px;
            font-weight: bold;
        }

            #footer .footer-top .footer-menu li {
                display: inline;
                float: left;
                padding: 0 15px;
                margin: 10px 0;
                border-right: 1px solid #eaeaea;
            }

                #footer .footer-top .footer-menu li:hover a {
                    text-decoration: underline;
                }

                #footer .footer-top .footer-menu li:first-child {
                    padding-left: 0;
                }

                #footer .footer-top .footer-menu li:last-child {
                    border-right: none;
                }

    #footer .footer-social li {
        display: inline;
        float: left;
    }

        #footer .footer-social li > a .fa {
            line-height: inherit;
        }

        #footer .footer-social li > a {
            color: #fff;
            width: 32px;
            height: 32px;
            background: #415a99;
            float: left;
            text-align: center;
            line-height: 32px;
            margin-left: 5px;
        }

            #footer .footer-social li > a:hover {
                opacity: 0.8;
            }

            #footer .footer-social li > a.twitter {
                background: #00caff;
            }

            #footer .footer-social li > a.youtbe {
                background: #cb222a;
            }

            #footer .footer-social li > a.rss {
                background: #5b7fa6;
            }

            #footer .footer-social li > a.google-plus {
                background: #da4735;
            }
    #footer .footer-bottom{
        padding: 0px 0;
        background-color: #fff;
        border-top: 1px solid #eaeaea;
    }
#footer-menu-box {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    color: #666;
}

    #footer-menu-box span {
        line-height: 30px;
    }

.footer-menu-list {
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}

    .footer-menu-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-right: 1px solid #0066cc;
    }

        .footer-menu-list li:last-child {
            border-right: none;
        }

        .footer-menu-list li a {
            color: #0066cc;
        }

            .footer-menu-list li a:hover {
                text-decoration: underline;
                transition: all 0.3s;
            }

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999;
    right: 5px;
    bottom: 50px;
    background: #c51a1d;
    display: none;
}

    .scroll_top:hover {
        background: #F36;
    }

    .scroll_top:before {
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 14px;
        color: #fff;
        text-align: center;
        width: 34px;
        height: 34px;
        line-height: 34px;
        display: block;
    }


/*------------------
[15. Breadcrumb]
*/
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    line-height: normal;
    border-bottom: 1px solid #eaeaea;
}

    .breadcrumb .navigation-pipe:before {
        content: "\f105";
        font-size: 14px;
        display: inline-block;
        text-align: right;
        width: 6px;
        color: #666;
        font-family: "FontAwesome";
        padding: 0 15px;
    }

/*------------------
[16. Columns]
*/
#columns {
    padding-top: 16px;
    padding-bottom: 10px;
}

/*--------------
16.1 Left column
*/
#left_column .left-module, .banner-sale .left-module {
    margin-bottom: 10px;
    overflow: hidden;
}

    #left_column .left-module .owl-dots {
        bottom: 5px;
    }

    #left_column .left-module:last-child {
        margin-bottom: 0;
    }

    #left_column .left-module img {
        margin: 0 auto;
    }

#left_column .block {
    background-color: #fff;
    border: 1px dashed #8c7aa0;
}

    #left_column .block .title_block {
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        font: 1.5em/1.8em Myriad pro condesed, fontUTM, 'BebasRegular', Helvetica;
        letter-spacing: 0.09em;
        background: #004da1;
    text-align: center;
    }

.banner-sale .block .title_block {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 8px;
    color: #333;
    text-align: center;
}

#left_column .block .block_content {
    padding: 5px 10px;
}

.layered .layered_subtitle {
    color: #666;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.layered .layered-content {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}

    .layered .layered-content:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .layered .layered-content:first-child {
    }

.layered-category .layered-content {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.block_content {
    margin: 10px 0;
}

    .block_content.tt-home {
        height: 284px;
        overflow: hidden;
    }

        .block_content.tt-home:hover {
            overflow-y: scroll;
        }

        .block_content.tt-home::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.3);
            background-color: #fff;
        }

        .block_content.tt-home::-webkit-scrollbar {
            width: 5px;
            background-color: #fff;
        }

        .block_content.tt-home::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 3px;
        }

.tree-menu li {
    line-height: 24px;
}

.tree-menu > li {
    text-transform: uppercase;
    font: 16px/2em Myriad pro condesed, fontUTM, 'BebasRegular', Helvetica;
    font-weight: 500;
    letter-spacing: 0.025em;
	list-style: outside none none;
	
}

.tree-menu li.nhanhieu a img {
    height: 50px;
}

.tree-menu li.nhanhieu a {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

    .tree-menu li.nhanhieu a:hover {
        -webkit-filter: grayscale(80%);
    }

.tree-menu li:hover > a,
.tree-menu li.active > a,
.tree-menu li:hover > span:before,
.tree-menu li.active > span:before {
    color: #f00;
}

.tree-menu > li > span:before {
    content: "\f105";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    font-family: "FontAwesome";
    padding-right: 6px;
    color: #008918;
    font-weight: bold;
    cursor: pointer;
}

.tree-menu > li > span.open:before {
    content: "\f107";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    font-family: "FontAwesome";
    padding-right: 12px;
    color: #008918;
    font-weight: bold;
    cursor: pointer;
}
.desccate .row {
    margin-left: 0px;
    margin-right: 0px;
}
.osearch:hover{
	background:none !important;
}
.tree-menu > li > ul {
    padding-left: 17px;
    display: none;
}

    .tree-menu > li > ul > li {
        border-bottom: 1px dotted #eaeaea;
        font-weight: normal;
        text-transform: none;
    }

        .tree-menu > li > ul > li:last-child {
            border: none;
        }

        .tree-menu > li > ul > li > span:before {
            content: "\f0da";
            font-size: 14px;
            display: inline-block;
            text-align: right;
            font-family: "FontAwesome";
            padding-right: 12px;
            color: #008918;
        }
.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
    width: 60%;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 60%;
}
.tree-news li {
    list-style: outside none none;
    margin-left: -40px;
}		
.page-subheading {
    padding-left: 0px;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    margin: 24px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
}
ul.tree-news {
    list-style-type: disc;
}

.tree-news > li {
    display: list-item;
}

    .tree-news > li > a {
        color: #004da1;
        font-size: 16px;
    }
    .tree-news > li > a:hover{color:#f00;}
.tree-thongke{margin-left:-10px;margin-right:-10px;margin-top:-10px; padding:0 10px;background: linear-gradient(180deg, #eaeaea 15%, #fff 55%);}
.tree-thongke div.row {
    border-bottom: 1px solid #eaeaea;
    line-height: 30px;
}
.tree-thongke div.row:first-child{line-height:50px;font-size:18px;}
/** FILTER PRICE **/
.layered-filter-price .amount-range-price {
    padding: 15px 0;
}

.layered-filter-price .slider-range-price {
    height: 7px;
    background: #f00;
    border: none;
    border-radius: 0;
}

    .layered-filter-price .slider-range-price .ui-widget-header {
        background: #ccc;
        height: 7px;
    }

    .layered-filter-price .slider-range-price .ui-slider-handle {
        border: none;
        border-radius: 0;
        background: url("../images/range-icon.png") no-repeat;
        cursor: pointer;
    }

.check-box-list {
    overflow: hidden;
}

    .check-box-list li {
        line-height: 24px;
    }

    .check-box-list label {
        display: inline-block;
        cursor: pointer;
        line-height: 12px;
    }

        .check-box-list label:hover {
            color: #f00;
        }

    .check-box-list input[type="checkbox"] {
        display: none;
    }

        .check-box-list input[type="checkbox"] + label span.button {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 13px;
            background: url("../images/checkbox.png") no-repeat;
            padding: 0;
            border: none;
        }

        .check-box-list input[type="checkbox"]:checked + label span.button {
            background: #f00 url("../images/checked.png") no-repeat center center;
        }

        .check-box-list input[type="checkbox"]:checked + label {
            color: #f00;
        }

    .check-box-list label span.count {
        color: #a4a4a4;
        margin-left: 2px;
    }

.filter-color ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.filter-color li {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px;
}

    .filter-color li label {
        border: 1px solid #eaeaea;
        width: 20px;
        height: 20px;
        padding-top: 6px;
        padding-left: 6px;
        float: left;
    }

    .filter-color li input[type="checkbox"] + label span.button {
        background: none;
        margin: 0;
    }

    .filter-color li input[type="checkbox"]:checked + label {
        border-color: #f00;
    }

.filter-size {
    max-height: 200px;
    overflow-y: auto;
}

    .filter-size li {
        width: 50%;
        float: left;
    }

.owl-controls .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .owl-controls .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: #adadad;
        display: inline-block;
        margin: 0 6px;
        border-radius: 90%;
    }

        .owl-controls .owl-dots .owl-dot.active {
            background: #f00;
        }

/** special-product**/
.products-block {
    overflow: hidden;
}

    .products-block .products-block-left {
        width: 75px;
        float: left;
    }

    .products-block .products-block-right {
        margin-left: 85px;
    }

    .products-block .product-price {
        font-size: 14px;
        color: #f00;
        font-weight: bold;
        line-height: 35px;
    }

.best-sell .products-price {
    width: auto;
    display: inline-block;
    letter-spacing: -1px;
}

    .best-sell .products-price .old-price {
        text-decoration: line-through;
        margin-left: 6px;
        color: #666;
        line-height: 35px;
    }

.products-block .product-star {
    color: #ff9900;
}

.products-block-bottom {
    padding-top: 15px;
}

.products-block .link-all {
    height: 35px;
    width: 120px;
    border: 1px solid #f00;
    line-height: 33px;
    font-size: 14px;
    color: #f00;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    background: #f00;
    color: #fff;
}

    .products-block .link-all:hover {
        opacity: 0.8;
    }

    .products-block .link-all:after {
        font: normal normal normal 13px/1 FontAwesome;
        content: "\f101";
        margin-left: 10px;
    }

.best-sell li {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0;
    display: inline-block;
}

    .best-sell li:first-child {
        padding-top: 0;
    }

    .best-sell li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.owl-best-sell {
    padding-bottom: 35px;
}

#left_column .block .block_content.product-onsale {
    padding: 15px 20px;
}

    #left_column .block .block_content.product-onsale .product-list {
        padding-bottom: 40px;
    }

        #left_column .block .block_content.product-onsale .product-list .product-container {
            border: none;
        }

            #left_column .block .block_content.product-onsale .product-list .product-container .right-block {
                padding: 0;
            }

.product-bottom {
    padding-top: 10px;
    text-align: center;
}

.btn-add-cart {
    height: 35px;
    width: auto;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: #F36;
}

    .btn-add-cart:hover {
        color: #fff;
        opacity: 0.8;
    }

    .btn-add-cart:before {
        width: 16px;
        height: 100%;
        float: left;
        background: url("../images/cart.png") no-repeat scroll left center;
        content: " ";
        margin-right: 15px;
    }

/** tags **/
.tags {
    line-height: 26px;
}

    .tags span {
        padding: 0 5px;
    }

    .tags .level1 {
        font-size: 12px;
    }

    .tags .level2 {
        font-size: 16px;
    }

    .tags .level3 {
        font-size: 18px;
    }

    .tags .level4 {
        font-size: 20px;
    }

    .tags .level5 {
        font-size: 24px;
    }

/** testimonials **/
.testimonials {
    padding-bottom: 38px;
}

    .testimonials .client-mane {
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }

    .testimonials .client-avarta {
        margin-top: 10px;
        text-align: center;
    }

        .testimonials .client-avarta img {
            width: 110px;
            height: 110px;
            border: 3px solid #eaeaea;
            border-radius: 90%;
            margin: 0 auto;
        }

/*--------------------
[16.2 Center column]
*/

.category-slider .owl-controls .owl-prev,
.category-slider .owl-controls .owl-next {
    background: #aaa;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

    .category-slider .owl-controls .owl-prev:hover,
    .category-slider .owl-controls .owl-next:hover {
        background: #f00;
    }

.category-slider .owl-controls .owl-prev {
    left: 50%;
}

.category-slider .owl-controls .owl-next {
    right: 50%;
}

.category-slider:hover .owl-controls .owl-next {
    right: 0;
    visibility: inherit;
    opacity: 1;
}

.category-slider:hover .owl-controls .owl-prev {
    left: 0;
    visibility: inherit;
    opacity: 1;
}

/** subcategories **/
.subcategories {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}

    .subcategories ul {
        overflow: hidden;
    }

    .subcategories li {
        display: inline;
        float: left;
    }

        .subcategories li a {
            height: 34px;
            float: left;
            line-height: 34px;
            padding: 0 40px;
            font-size: 13px;
        }

            .subcategories li a:hover {
                background: #f2f2f2;
                color: #666;
            }

        .subcategories li.current-categorie {
            position: relative;
        }

            .subcategories li.current-categorie:after {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f0da";
                position: absolute;
                right: -5px;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #000;
            }

            .subcategories li.current-categorie a {
                background: #000;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

.view-product-list {
    margin-top: 15px;
    position: relative;
}

    .view-product-list .noidung {
        padding: 15px 0 0 0;
    }
.qchome{padding:10px 0;}
.page-heading {
    min-height: 31px;
    line-height: 30px;
    position: relative;
    font-size: 20px;
    padding-top: 10px;
}

    .page-heading span.page-heading-title {
        border-bottom: 3px solid #f00;
        position: absolute;
        bottom: -1px;
        padding: 0 12px 0 0;
    }

    .page-heading span.page-heading-title2 {
        text-transform: uppercase;
    }

.no-line {
    border-bottom: none;
}

.view-product-list .display-product-option {
    position: absolute;
    top: 0;
    right: 0;
}

/** botton view option **/
.display-product-option {
    width: 63px;
    height: 30px;
}

    .display-product-option li.view-as-grid span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        cursor: pointer;
        text-indent: -9999px;
        background: url("../images/grid-view-bg.png") 0 0 #666;
        border: none;
        float: left;
    }

    .display-product-option li.view-as-list span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        cursor: pointer;
        text-indent: -9999px;
        background: url("../images/list-view-bg.png") 0 0 #666;
        border: none;
        float: right;
    }

    .display-product-option li.selected span,
    .display-product-option li:hover span {
        background-color: #f00;
        background-position: 0 -30px;
    }

.view-product-list .product-list.grid {
    margin-top: -10px;
}

.product-list .product-container {
    overflow: hidden;
    padding-bottom: 10px;
}

.product-list .info-orther {
    display: none;
}

.product-list.grid li {
    margin-top: 30px;
}

.product-list.grid .info-orther {
    display: none;
}

.product-list.list li {
    width: 100%;
    margin-top: -1px;
}

    .product-list.list li .product-container {
        border: none;
        border-bottom: 1px solid #eaeaea;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
    }

    .product-list.list li:first-child .product-container {
        margin-top: 20px;
    }

    .product-list.list li:hover .product-container {
        border: 1px solid #eaeaea;
    }

.product-list.list .left-block {
    width: 29%;
    float: left;
    position: inherit;
}

.product-list.list .add-to-cart {
    top: 70px;
    right: 36px;
    left: inherit;
    bottom: inherit;
    width: 129px;
    height: 36px;
    background: #f00;
    line-height: 36px;
    position: absolute;
}

    .product-list.list .add-to-cart a {
        height: 36px;
        /*background: url("../images/cart.png") no-repeat left center;
  margin-left: 15px;
  padding-left: 15px;*/
        width: 114px;
    }

.product-list.list .quick-view {
    width: 129px;
    right: 36px;
    top: 120px;
    text-align: center;
    padding-left: 5px;
    display:none;
}

    .product-list.list .quick-view a {
        margin: 0 10px;
    }

        .product-list.list .quick-view a:last-child {
            margin: 0;
        }

        .product-list.list .quick-view a.heart {
            margin-left: inherit;
        }

        .product-list.list .quick-view a.compare {
            margin-left: inherit;
        }

        .product-list.list .quick-view a.search {
            margin-left: inherit;
        }

.product-list.list .group-price {
    top: 34px;
    left: 25px;
}

.product-list.list .product-star {
    float: right;
    text-align: right;
    display:inline-block;
    font-size: 14px;
    line-height: 26px;
}

.product-list.list li .content_price {
    margin-top: -3px;
}

.product-list.list .right-block {
    width: 71%;
    float: left;
    margin-top: 5px;
    line-height: 26px;
}

.product-list.list .info-orther {
    display: block;
}

.product-list.list .right-block .product-name {
    font-size: 18px;
}

.product-list.list .right-block .availability span {
    color: #009966;
}

.product-list.list .right-block .product-desc {
    line-height: 22px;
    margin-top: 5px;
}
.product-tab h2 {
    font-weight: bold;
}
.product-list.style2.grid .add-to-cart {
    position: inherit;
    background: none;
    margin-top: 5px;
}

    .product-list.style2.grid .add-to-cart a {
        background: #f00;
        padding: 0 15px;
    }

        .product-list.style2.grid .add-to-cart a:hover {
            opacity: 0.8;
        }

        .product-list.style2.grid .add-to-cart a:before {
            content: '';
            width: 16px;
            height: 100%;
            background: url("../images/cart.png") no-repeat left center;
            float: left;
            margin-right: 10px;
        }

/** sortPagiBar **/
.sortPagiBar {
    margin-top: 20px;
}

    .sortPagiBar p.showsl {
        background: transparent;
        padding: 0 10px;
        height: 29px;
        display: inline-block;
        font-size: 13px;
        margin-top: 6px;
    }

    .sortPagiBar .page-noite {
        line-height: 30px;
    }

    .sortPagiBar .sort-product,
    .sortPagiBar .show-product-item {
        float: right;
        border: 1px solid #eaeaea;
        height: 31px;
        margin-left: 23px;
    }

    .sortPagiBar select {
        background: transparent;
        padding: 0 10px;
        height: 29px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/dropdown.png") no-repeat right center #fafafa;
        padding-right: 20px;
        display: inline-block;
        font-size: 13px;
    }

    .sortPagiBar .sort-product .sort-product-icon {
        display: inline-block;
        width: 38px;
        text-align: center;
        float: right;
        height: 29px;
        border-left: 1px solid #eaeaea;
        background: #fafafa;
        padding-top: 4px;
    }

    .sortPagiBar .bottom-pagination {
        width: auto;
        float: right;
        margin-left: 23px;
    }

        .sortPagiBar .bottom-pagination .pagination {
            padding: 0;
            margin: 0;
            border-radius: 0;
        }

            .sortPagiBar .bottom-pagination .pagination a:hover {
                background: #f00;
                color: #fff;
            }

            .sortPagiBar .bottom-pagination .pagination .active a {
                background: #f00;
                color: #fff;
            }

            .sortPagiBar .bottom-pagination .pagination > li:first-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:first-child > span {
                margin-left: 0px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

            .sortPagiBar .bottom-pagination .pagination > li > a,
            .sortPagiBar .bottom-pagination .pagination > li > span {
                position: relative;
                float: left;
                padding: 5px 12px;
                margin-left: -1px;
                line-height: 1.42857;
                color: #999;
                text-decoration: none;
                background-color: #fafafa;
                border: 1px solid #eaeaea;
            }

            .sortPagiBar .bottom-pagination .pagination > li:last-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:last-child > span {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }



/*----------------------
[17. Order page]
*/
.page-content {
    margin-top: 30px;
}

.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden;
}

    .page-order ul.step li {
        display: inline;
        line-height: 30px;
        width: 20%;
        float: left;
        text-align: center;
        border-bottom: 3px solid #ccc;
    }

        .page-order ul.step li.current-step {
            border-bottom: 3px solid #f00;
        }

.page-order .heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 0px;
}

.page-order .cart_navigation input {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
}

.page-order .cart_avail {
    text-align: center;
}

    .page-order .cart_avail .label {
        white-space: normal;
        display: inline-block;
        padding: 6px 10px;
        font-size: 14px;
        border-radius: 0px;
    }

.page-order .product-name {
    font-size: 16px;
}

.page-order .cart_description {
    font-size: 14px;
}

.page-order .cart_avail .label-success {
    background: #FFF;
    border: 1px solid #55c65e;
    color: #48b151;
    font-weight: normal;
}

.page-order .cart_navigation input.next-btn {
    float: right;
    background: #f00;
    color: #fff;
    border: 1px solid #f00;
}

    .page-order .cart_navigation input.next-btn:hover {
        opacity: 0.8;
    }

.page-order .cart_navigation input.prev-btn {
    float: left;
}

    .page-order .cart_navigation input.prev-btn:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f104";
        padding-right: 15px;
    }

.page-order .cart_navigation input.next-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-left: 15px;
}

.page-order .cart_navigation input:hover {
    background: #f00;
    color: #fff;
}

.cart_summary > tbody > tr:first-child {
    background: #f7f7f7;
    font-size: 14px;
    font-weight: bold;
}

.cart_summary > tbody > th {
    border-bottom-width: 1px;
    padding: 20px;
}

.cart_summary td {
    vertical-align: middle !important;
    padding: 20px;
}

.cart_summary .table > tbody > tr > td, .table > tbody > tr > th,
.cart_summary .table > tfoot > tr > td, .table > tfoot > tr > th,
.cart_summary .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px;
}

.cart_summary img {
    max-width: 100px;
}

.cart_summary td.cart_product {
    width: 120px;
    padding: 15px;
}

.cart_summary .price {
    text-align: right;
}

.cart_summary .qty {
    text-align: center;
    width: 170px;
}

    .cart_summary .qty span {
        float: left;
    }

    .cart_summary .qty input {
        text-align: center;
        max-width: 64px;
        margin: 0 auto;
        border-radius: 0px;
        border: 1px solid #eaeaea;
    }

.order-detail-content .total {
    background: #f7f7f7;
    padding: 10px;
    border-bottom: 1px solid #ff9900;
}

.cart_summary .qty input.input-sm {
    padding-right: 2px;
}

.cart_summary .qty a {
    padding: 8px 10px 5px 10px;
    border: 1px solid #eaeaea;
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

    .cart_summary .qty a:hover {
        background: #f00;
        color: #fff;
    }

.cart_summary .action {
    text-align: center;
}

    .cart_summary .action a {
        background: url("../images/delete_icon.png") no-repeat center center;
        font-size: 0;
        height: 9px;
        width: 9px;
        display: inline-block;
        line-height: 24px;
    }

.cart_summary tfoot {
    text-align: right;
}

.cart_navigation {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.tree-menu li {
    margin-left: -35px;
}
.blog-list-sidebar.clearfix li {
    margin-left: -50px;
}
/*
[18. Product page]
*/
#product .pb-right-column {
    line-height: 30px;
}
#product .primary-box {
    margin: 0 auto;
}
img#product-zoom {
    width: 100%;
}
    #product .pb-right-column .fa {
        line-height: inherit;
    }

    #product .primary-box .product-name {
        
    padding-top: 10px;
       font-weight: bold;
    text-transform: uppercase;
    color: #004da1;
    font: 1.5em/1.8em Myriad pro condesed, fontUTM, 'BebasRegular', Helvetica;
    letter-spacing: 0.09em;
    border-bottom: 1px solid #ccc;
    margin-bottom:15px;
    }
   #product .primary-box .product-name-style2{padding-bottom:15px;}
    #product .pb-right-column .product-comments .product-star,
    #product .pb-right-column .product-comments .comments-advices {
        width: auto;
        display: inline-block;
    }

    #product .pb-right-column .product-comments .product-star {
        color: #ff9900;
    }

    #product .pb-right-column .product-comments .comments-advices a {
        /*border-right: 1px solid #eaeaea;*/
        padding-left: 5px;
        /*padding-right: 15px;*/
    }

        #product .pb-right-column .product-comments .comments-advices a:last-child {
            border-right: none;
        }

    #product .pb-right-column .product-price-group .price,
    #product .pb-right-column .product-price-group .old-price,
    #product .pb-right-column .product-price-group .discount {
        display: inline-block;
        margin-right: 15px;
    }

    #product .pb-right-column .product-price-group .price {
        font-size: 18px;
        font-weight: bold;
        color: #f00;
    }

    #product .pb-right-column .product-price-group .old-price {
        text-decoration: line-through;
    }

    #product .pb-right-column .product-price-group .discount {
        background: #ff9900;
        color: #fff;
        padding: 0 15px;
        text-align: center;
        line-height: inherit;
        margin-right: 0;
        height: 23px;
        line-height: 23px;
    }

    #product .pb-right-column .info-orther {
        padding-bottom: 5px;
    }

    #product .pb-right-column .product-desc {
        margin-top: 15px;
    }

    #product .pb-right-column .info-orther p {
        border-bottom: 1px solid #ccc;
    }

    #product .pb-right-column .info-orther a.productMaSP {
        color: #f00;
        font-weight: 600;
        float: right;
    }

    #product .pb-right-column .info-orther span.productMaSP {
        color: #333;
        font-weight: 600;
        float: right;
    }

    #product .pb-right-column .form-option,
    #product .pb-right-column .form-action,
     #product .pb-center{margin:0;display:block;clear:both;}
    #product .form-share {
        border-top: 1px solid #eaeaea;
        padding: 10px 0;
    }

    #product .pb-right-column .product-desc {
        border-top: 1px solid #eaeaea;
        padding: 10px 0;
    }

    #product .form-share .sendtofriend-print a {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    #product .form-share .sendtofriend-print {
        float: right;
        display:inline-block;
    }

    #product .form-share .network-share {
        width:auto;
    }

    #product .pb-right-column .form-option #size_chart {
        color: #f00;
        text-decoration: underline;
        margin-left: 15px;
    }

    #product .pb-right-column .product-desc {
        line-height: 24px;
        border-top: 1px solid #eaeaea;
    }

    #product .pb-right-column .form-option .attributes {
        clear: both;
        padding: 5px 0;
        overflow: hidden;
    }

        #product .pb-right-column .form-option .attributes:first-child {
            padding-top: 0;
        }

        #product .pb-right-column .form-option .attributes .attribute-label {
            width: 80px;
            float: left;
        }

    #product .pb-right-column .form-option .form-option-title {
        font-weight: bold;
        line-height: 20px;
    }

    #product .pb-right-column .form-option .attributes select {
        padding: 0px 0px 0px 10px;
        height: 29px;
        line-height: 23px;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #FAFAFA url("../images/dropdown.png") no-repeat scroll right center;
        display: inline-block;
        border: 1px solid #eaeaea;
        min-width: 95px;
    }

    #product .pb-right-column .form-option .qty {
        width: 80px;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

    #product .pb-right-column .form-option .product-qty {
        border: 1px solid #eaeaea;
        width: 80px;
        margin-left: 10px;
        overflow: hidden;
        background: #FAFAFA;
        float: left;
    }

    #product .pb-right-column .form-option .qty2 {
        width: 50px;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

    #product .pb-right-column .form-option .product-qty2 {
        border: 1px solid #eaeaea;
        width: 50px;
        margin-left: 10px;
        overflow: hidden;
        background: #FAFAFA;
        float: left;
    }

    #product .pb-right-column .form-option .attribute-click {
        float: right;
        width: 140px;
    }

    #product .pb-right-column .form-option .attributes .btn-plus {
        width: 18px;
        height: 29px;
        float: left;
        display: inline-block;
        margin-top: -5px;
    }

    #product .pb-right-column .form-option .btn-plus a {
        width: 18px;
        height: 10px;
        float: left;
        text-align: center;
        cursor: inherit;
    }

    #product .pb-right-column .form-option .attributes input {
        max-width: 100%;
        padding: 0 5px;
        text-align: center;
    }

    #product .pb-right-column .form-option .list-color {
        overflow: hidden;
        padding-top: 5px;
    }

        #product .pb-right-column .form-option .list-color li {
            width: 20px;
            height: 20px;
            border: 1px solid #eaeaea;
            float: left;
            margin-right: 10px;
        }

            #product .pb-right-column .form-option .list-color li:hover,
            #product .pb-right-column .form-option .list-color li.active {
                border: 1px solid #f00;
            }

            #product .pb-right-column .form-option .list-color li a {
                width: 20px;
                height: 20px;
                float: left;
                text-indent: -9999px;
            }

    #product .pb-right-column .form-action {
        padding: 0;
        padding-bottom: 5px;
    }

        #product .pb-right-column .form-action .button-group {
            margin: 10px 0;
            overflow: hidden;
            vertical-align: middle;
            padding: 0;
            text-align: center;
        }

            #product .pb-right-column .form-action .button-group .wishlist,
            #product .pb-right-column .form-action .button-group .compare {
                min-width: 50px;
                padding-right: 15px;
                text-align: center;
                float: left;
            }

                #product .pb-right-column .form-action .button-group .wishlist .fa,
                #product .pb-right-column .form-action .button-group .compare .fa {
                    font-size: 18px;
                    width: 30px;
                    height: 30px;
                    color: #fff;
                    line-height: 30px;
                    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
                    border-radius: 90%;
                }

                #product .pb-right-column .form-action .button-group .wishlist:hover .fa,
                #product .pb-right-column .form-action .button-group .compare:hover .fa {
                    background: #f00;
                }

    #product .pb-right-column .form-share .fa {
        font-size: 18px;
    }

    #product .pb-right-column .form-share .sendtofriend-print a {
        margin-right: 15px;
        margin-bottom: 15px;
    }

#product .pb-left-column .product-image .product-full {
    border: 1px solid #eaeaea;
    padding: 0;
}

#product .pb-left-column .product-image .product-img-thumb {
    margin-top: 15px;
    padding: 0 10px;
}

    #product .pb-left-column .product-image .product-img-thumb li {
        border: 1px solid #eaeaea;
        padding: 0;
		list-style: outside none none;
    }

#product .pb-left-column .product-image .owl-next {
    right: -10px;
}

#product .pb-left-column .product-image .owl-prev {
    left: -10px;
}

.product-tab {
    margin-top: 10px;
}
.product-tab .product-name-style2{padding-bottom:15px; color:#004da1;font-weight:600;}
.product-tab .product-title{padding-bottom:15px; color:#004da1;font-weight:600;padding-top:15px;}
    .product-tab .nav-tab {
        width: 100%;
        overflow: hidden;
        z-index: 100;
        position: relative;
    }

        .product-tab .nav-tab > li {
            height: 40px;
            line-height: 40px;
            float: left;
            display: inline;
            background: #e2e2e2;
            border: 1px solid #e2e2e2;
            color: #333333;
            text-transform: uppercase;
            text-align: center;
            margin-right: 8px;
            font-weight: bold;
        }

            .product-tab .nav-tab > li:last-child {
                margin-right: 0;
            }

            .product-tab .nav-tab > li > a {
                color: #333333;
                padding: 0 16px;
                height: 40px;
                float: left;
            }

            .product-tab .nav-tab > li:hover > a,
            .product-tab .nav-tab > li.active > a {
                background: #fff;
            }

    .product-tab .tab-container {
        padding: 10px;
        border: 1px solid #e2e2e2;
        margin-top: -1px;
        z-index: 1;
    }

        .product-tab .tab-container p {
            margin: 0 0 10px;
        }

        .product-tab .tab-container td p {
            margin: 0;
        }

        .product-tab .tab-container .table {
            margin-bottom: 0;
        }

        .product-tab .tab-container .tab-panel {
            line-height: 24px;
            display: none;
        }

            .product-tab .tab-container .tab-panel.active {
                line-height: 24px;
                display: block;
            }

        .product-tab .tab-container .product-img {
            max-height: 400px;
            overflow: hidden;
        }

        .product-tab .tab-container .product { /*min-height:150px;*/
            border-bottom: 1px solid #ccc;
            margin-bottom: 15px;
            padding-top: 10px;
        }

            .product-tab .tab-container .product .vdetail {
                max-height: 120px;
                overflow: hidden;
            }

                .product-tab .tab-container .product .vdetail:hover {
                    overflow-y: scroll;
                    overflow-x: visible;
                }

                .product-tab .tab-container .product .vdetail::-webkit-scrollbar {
                    width: 5px;
                }

                .product-tab .tab-container .product .vdetail::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                }

                .product-tab .tab-container .product .vdetail::-webkit-scrollbar-thumb {
                    background-color: darkgrey;
                    outline: 1px solid slategrey;
                }

.product-comments-block-tab {
    overflow: hidden;
}

    .product-comments-block-tab .fa {
        line-height: inherit;
    }

    .product-comments-block-tab .reviewRating {
        color: #ff9900;
    }

    .product-comments-block-tab .comment {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px dotted #eaeaea;
    }

        .product-comments-block-tab .comment:first-child {
            padding-top: 0;
        }

        .product-comments-block-tab .comment:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

        .product-comments-block-tab .comment .author {
            border-right: 1px solid #eaeaea;
        }

    .product-comments-block-tab .btn-comment {
        padding: 5px 15px;
        border: 1px solid #eaeaea;
        float: left;
        margin-top: 15px;
    }

.page-product-box {
    margin-top: 20px;
}
ul.product-list.owl-carousel.owl-theme.owl-loaded {
    padding-left: 0;
}
    .page-product-box .heading {
        font-size: 16px;
        color: #333333;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 17px;
    }

    .page-product-box .owl-next {
        top: -20px;
    }

    .page-product-box .owl-prev {
        top: -20px;
        left: inherit;
        right: 26px;
    }

    .page-product-box .product-list li {
        margin-bottom: 1px;
		list-style: outside none none;
    }

/* ----------------
 [19. Contact page]
 */
#contact {
    margin-top: 20px;
}

    #contact .page-subheading {
        padding-left: 0px;
        border: none;
        margin: 24px 0 15px;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 7px;
    }

    #contact .contact-form-box {
        padding: 0;
        margin: 0 0 30px 0;
    }

        #contact .contact-form-box label {
            padding-bottom: 5px;
        }

        #contact .contact-form-box .form-selector {
            padding-bottom: 15px;
        }

    #contact input,
    #contact select,
    #contact textarea {
        border-radius: 0;
        border-color: #ccc;
        box-shadow: inherit;
        outline: 0 none;
    }

        #contact input:focus,
        #contact select:focus,
        #contact textarea:focus,
        #contact input:hover,
        #contact select:hover,
        #contact textarea:hover {
            outline: 0 none;
            border-color: #66afe9;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

    #contact .form-selector input.btn {
        background: #c51a1d;
        color: #fff;
    }

    #contact #btn-send-contact {
        font-size: 14px;
        line-height: 18px;
        color: white;
        padding: 0;
        font-weight: normal;
        background: #666;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        padding: 10px 25px;
    }

        #contact #btn-send-contact:hover {
            background: #F36;
        }

#contact_form_map ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic;
}

    #contact_form_map ul.store_info {
        list-style: none;
        font-style: normal;
        color: #696969;
    }

        #contact_form_map ul.store_info i {
            display: inline-block;
            width: 30px;
            line-height: inherit;
        }

.store_info a {
    color: #004da1;
}

#message-box-conact .fa {
    line-height: inherit;
}

.content-text {
    padding: 5px 0;
    text-align: justify;
}

    .content-text p {
        margin-bottom: 15px;
    }

.right-sidebar #left_column {
    float: right;
}

/* ----------------
 [20. Bolog page]
 */
.blog-posts {
    line-height: 24px;
    margin-top: 20px;
}

    .blog-posts .post-item {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        margin-top: -1px;
    }

        .blog-posts .post-item:first-child {
            border-top: 0px;
        }

        .blog-posts .post-item .entry-meta-data {
            padding: 5px 0;
            color: #666;
            font-size: 13px;
        }

            .blog-posts .post-item .entry-meta-data span {
                margin-right: 5px;
            }

            .blog-posts .post-item .entry-meta-data .author .fa {
                opacity: 0.7;
            }

            .blog-posts .post-item .entry-meta-data .fa {
                line-height: inherit;
            }

        .blog-posts .post-item .post-star {
            font-size: 13px;
        }

            .blog-posts .post-item .post-star .fa {
                line-height: inherit;
                color: #ff9900;
            }

        .blog-posts .post-item .entry-excerpt {
            text-align: justify;
        }

        .blog-posts .post-item .entry-more a {
            border: 1px solid #eaeaea;
            padding: 10px 12px;
            background: #eee;
        }

        .blog-posts .post-item .entry-more {
            margin-top: 15px;
        }

            .blog-posts .post-item .entry-more a:hover {
                background: #f00;
                color: #fff;
            }

        .blog-posts .post-item .entry-thumb img {
            border: 1px solid #eaeaea;
        }

/** post sidebar **/
.blog-list-sidebar {
}

    .blog-list-sidebar li {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .blog-list-sidebar li:last-child {
            border: none;
            margin-bottom: 0px;
        }

        .blog-list-sidebar li .post-thumb {
            width: 80px;
            float: left;
            border: 1px solid #eaeaea;
            padding: 4px;
            background: #fcfcfc;
        }
        .blog-list-sidebar li .post-thumb img{
			width:70px;
		}
        .blog-list-sidebar li .post-info {
            margin-left: 90px;
            color: #999;
        }

            .blog-list-sidebar li .post-info .post-meta {
                font-size: 12px;
                margin-top: 5px;
            }

            .blog-list-sidebar li .post-info .fa {
                line-height: inherit;
            }
/* Recent Comments*/
.recent-comment-list li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .recent-comment-list li:last-child {
        border: none;
        margin-bottom: 0px;
    }

    .recent-comment-list li .author {
        color: #666;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .recent-comment-list li .comment {
        margin-top: 5px;
        color: #666;
    }

    .recent-comment-list li > h5 > a {
        color: #333;
    }

/** Blog detail **/
.entry-detail {
    margin-top: 20px;
}

    .entry-detail .entry-photo img.img-responsive {
        float: left;
        margin-right: 15px;
        max-width: 50%;
    }

    .entry-detail .entry-photo img {
        border: 1px solid #eaeaea;
    }

    .entry-detail .entry-meta-data {
        padding: 10px 0;
        color: #666;
    }

        .entry-detail .entry-meta-data .fa {
            line-height: inherit;
        }

        .entry-detail .entry-meta-data span {
            margin-right: 10px;
        }

        .entry-detail .entry-meta-data .author .fa {
            opacity: 0.7;
        }

        .entry-detail .entry-meta-data .post-star {
            float: right;
        }

            .entry-detail .entry-meta-data .post-star .fa {
                color: #ff9900;
            }

            .entry-detail .entry-meta-data .post-star span {
                margin: 0;
            }

/** COMMMENT list**/
.single-box {
    margin-top: 20px;
}

    .single-box > h2 {
    }

.comment-list {
    margin-top: 20px;
}

    .comment-list ul {
        padding-left: 80px;
    }

        .comment-list ul li {
            overflow: hidden;
            margin-bottom: 15px;
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 15px;
        }

            .comment-list ul li:last-child {
                margin-bottom: 0;
                border: none;
                padding: 0;
            }

    .comment-list > ul {
        padding-left: 0;
    }

    .comment-list .avartar {
        width: 80px;
        border: 1px solid #eaeaea;
        padding: 4px;
        float: left;
    }

    .comment-list .comment-body {
        margin-left: 90px;
    }

    .comment-list .comment-meta {
        color: #ccc;
    }

        .comment-list .comment-meta .author a {
            font-weight: bold;
        }

.coment-form {
    margin-top: 20px;
}

    .coment-form label {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .coment-form input,
    .coment-form textarea {
        border-radius: 0px;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .coment-form .btn-comment {
        padding: 6px 15px;
        border: 1px solid #eaeaea;
        background: #c51a1d;
        color: #fff;
        margin-top: 15px;
    }

        .coment-form .btn-comment:hover {
            background: #f00;
            border: 1px solid #f00;
        }
/**Related Posts**/

.related-posts {
    margin-top: 20px;
    padding-left: 0;
}

    .related-posts .entry-thumb img {
        border: 1px solid #eaeaea;
    }

    .related-posts .entry-ci {
        margin-top: 10px;
    }

    .related-posts .entry-meta-data {
        color: #999;
        font-size: 13px;
        margin-top: 10px;
        float:left;
    }
    .related-posts .entry-more{color:#c51a1d;text-align:right;float: right;
    margin-top: 7px;}
        .related-posts .entry-meta-data .fa {
            line-height: inherit;
        }

    .related-posts .entry-ci .entry-excerpt {
        padding: 10px 0;
    }

    .related-posts .entry-title {
        font-size: 14px;
    }

    .related-posts .owl-next {
        top: -31px;
    }

    .related-posts .owl-prev {
        top: -31px;
        left: inherit;
        right: 26px;
    }

/* ----------------
 [21. Login page]
 */
.box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 320px;
}

    .box-authentication .linka a.linkabt {
        margin-top: 25px;
        display: inline-block;
    }

    .box-authentication > h3 {
        margin-bottom: 15px;
    }

    .box-authentication label {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .box-authentication .forgot-pass {
        margin-top: 15px;
    }

    .box-authentication input,
    .box-authentication textarea {
        border-radius: 0px;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        width: 49%;
    }

    .box-authentication .button {
        margin-top: 15px;
    }


.box-border {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
}

.box-wishlist label,
.box-wishlist .button {
    margin-top: 15px;
    margin-bottom: 5px;
}

.box-wishlist {
    margin-top: 20px;
}

.table-wishlist {
    margin-top: 20px;
}

    .table-wishlist th {
        background: #fafafa;
    }

.list-wishlist {
    margin-top: 20px;
}

    .list-wishlist li {
        margin-top: 30px;
    }

        .list-wishlist li .product-img {
            border: 1px solid #eee;
            padding: 10px;
        }

        .list-wishlist li .product-name,
        .list-wishlist li .qty,
        .list-wishlist li .priority,
        .list-wishlist li .button {
            margin-top: 10px;
        }

        .list-wishlist li .button-action {
            position: relative;
        }

            .list-wishlist li .button-action a {
                position: absolute;
                right: 10px;
                top: 15px;
            }

                .list-wishlist li .button-action a .fa {
                    line-height: inherit;
                }

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle;
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #ff9900;
}

.table-compare .price {
    font-weight: bold;
    color: #f00;
}

.table-compare .add-cart {
    background: #f00;
    color: #fff;
}

    .table-compare .add-cart:hover {
        opacity: 0.8;
    }

.checkout-page .checkout-sep {
    padding-bottom: 15px;
    text-transform: uppercase;
}

.checkout-page .box-border {
    margin-bottom: 15px;
}

    .checkout-page .box-border .button {
        margin-top: 15px;
    }

    .checkout-page .box-border label {
        margin-top: 5px;
    }

    .checkout-page .box-border p,
    .checkout-page .box-border h4 {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .checkout-page .box-border .fa {
        line-height: inherit;
    }

    .checkout-page .box-border input[type="radio"] {
        margin-right: 10px;
    }

/** cat-short-desc**/
.cat-short-desc {
    margin-top: 20px;
}

    .cat-short-desc .cat-short-desc-products {
        margin-top: 20px;
    }

        .cat-short-desc .cat-short-desc-products li .product-container {
            border: 1px solid #eaeaea;
            padding: 10px;
        }

            .cat-short-desc .cat-short-desc-products li .product-container .product-name {
                margin-top: 10px;
            }

/**today-deals**/
.today-deals {
    position: relative;
}

    .today-deals .deals-product-list .product-info {
        margin-top: 10px;
    }

        .today-deals .deals-product-list .product-info .show-count-down {
            text-align: center;
        }

            .today-deals .deals-product-list .product-info .show-count-down .box-count {
                display: inline-block;
                margin-right: 2px;
                color: #f00;
            }

            .today-deals .deals-product-list .product-info .show-count-down .dot {
                display: none;
            }

            .today-deals .deals-product-list .product-info .show-count-down .box-count .number {
                width: 100%;
                float: left;
                background: #eaeaea;
                padding: 5px 0;
                font-size: 16px;
            }

            .today-deals .deals-product-list .product-info .show-count-down .box-count .text {
                background: #eaeaea;
                font-size: 12px;
                margin-top: 1px;
                width: 100%;
                float: left;
                padding: 5px 0;
                color: #666;
            }

        .today-deals .deals-product-list .product-info .product-name {
            margin-top: 15px;
        }

        .today-deals .deals-product-list .product-info .product-meta {
            margin-top: 7px;
            line-height: 18px;
        }

            .today-deals .deals-product-list .product-info .product-meta .fa {
                line-height: inherit;
            }

            .today-deals .deals-product-list .product-info .product-meta .price {
                color: #f00;
                font-size: 18px;
            }

            .today-deals .deals-product-list .product-info .product-meta .old-price {
                text-decoration: line-through;
                margin-left: 11px;
                color: #666;
            }

            .today-deals .deals-product-list .product-info .product-meta .star {
                float: right;
                font-size: 13px;
                color: #ff9900;
            }

    .today-deals .owl-next {
        top: -55px;
    }

    .today-deals .owl-prev {
        top: -55px;
        left: inherit;
        right: 26px;
    }

.group-button-header {
    margin-top: 17px;
}

    .group-button-header .btn-cart,
    .group-button-header .btn-heart,
    .group-button-header .btn-compare {
        width: 39px;
        height: 39px;
        float: right;
        position: relative;
        margin-right: 16px;
    }

    .group-button-header .btn-cart {
        background: url("../images/icon-cart-round.png") no-repeat center center;
        position: relative;
    }

    .group-button-header .face,
    .group-button-header .youtube,
    .group-button-header .google {
        width: 39px;
        height: 39px;
        float: right;
        position: relative;
        margin-right: 16px;
    }

    .group-button-header .face {
        background: url("../images/facebook.png") no-repeat center center;
        position: relative;
    }

    .group-button-header .google {
        background: url("../images/google.png") no-repeat center center;
        text-indent: -999px;
        display: inline-block;
        font-size: 0;
    }

    .group-button-header .youtube {
        background: url("../images/youtube.png") no-repeat center center;
        text-indent: -999px;
        margin-right: 0;
        display: inline-block;
        font-size: 0;
    }

    .group-button-header .btn-cart:after {
        content: "";
        width: 100%;
        height: 10px;
        display: block;
        position: absolute;
        bottom: -10px;
    }

    .group-button-header .btn-cart .notify-right {
        top: -12px;
        right: -12px;
    }

    .group-button-header .btn-heart {
        background: url("../images/icon-heart-round.png") no-repeat center center;
        text-indent: -999px;
        display: inline-block;
        font-size: 0;
    }

    .group-button-header .btn-compare {
        background: url("../images/icon-compare-round.png") no-repeat center center;
        text-indent: -999px;
        margin-right: 0;
        display: inline-block;
        font-size: 0;
    }

.main-header .group-button-header .btn-cart > a {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 0;
}

.main-header .group-button-header .btn-cart:hover .cart-block {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

/*----------------
[7. Blogs]
*/
.blog-list {
    margin-top: 30px;
}

    .blog-list .page-heading {
        text-transform: uppercase;
    }

    .blog-list .blog-list-wapper {
        margin-top: 30px;
    }

        .blog-list .blog-list-wapper ul li {
            border: 1px solid #eaeaea;
            line-height: 30px;
        }

            .blog-list .blog-list-wapper ul li .post-desc {
                padding: 15px;
            }

                .blog-list .blog-list-wapper ul li .post-desc .post-title a {
                    font-size: 14px;
                    color: #333;
                }

                    .blog-list .blog-list-wapper ul li .post-desc .post-title a:hover {
                        color: #f96d10;
                    }

                .blog-list .blog-list-wapper ul li .post-desc .post-meta {
                    color: #919191;
                    font-size: 13px;
                }

                    .blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before {
                        font: normal normal normal 13px/1 FontAwesome;
                        content: "\f1ec";
                        padding-right: 5px;
                    }

                    .blog-list .blog-list-wapper ul li .post-desc .post-meta .comment:before {
                        font: normal normal normal 13px/1 FontAwesome;
                        content: "\f0e5";
                        padding-right: 5px;
                        padding-left: 15px;
                    }

            .blog-list .blog-list-wapper ul li .readmore {
                text-align: right;
            }

                .blog-list .blog-list-wapper ul li .readmore a {
                    color: #f96d10;
                }

                    .blog-list .blog-list-wapper ul li .readmore a:after {
                        font: normal normal normal 14px/1 FontAwesome;
                        content: "\f178";
                        padding-left: 10px;
                    }

        .blog-list .blog-list-wapper .owl-controls .owl-next {
            top: -50px;
        }

        .blog-list .blog-list-wapper .owl-controls .owl-prev {
            left: inherit;
            right: 26px;
            top: -50px;
        }
/*Doitac*/
.dt-list.owl-carousel {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
}

    .dt-list.owl-carousel .owl-controls .owl-prev {
        position: absolute;
        left: -30px;
        top: 50%;
        opacity: 0;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
    }

    .dt-list.owl-carousel .owl-controls .owl-next {
        position: absolute;
        right: -30px;
        top: 50%;
        opacity: 0;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
    }

    .dt-list.owl-carousel:hover .owl-controls .owl-prev {
        left: 0;
        opacity: 1;
    }

    .dt-list.owl-carousel:hover .owl-controls .owl-next {
        right: 0;
        opacity: 1;
    }
/*-------------
[23. footer2]
---------*/
#footer2 {
    margin-top: 15px;
    background: #fff;
}

    #footer2 .footer-top {
        padding: 10px 0;
    }

        #footer2 .footer-top .footer-menu {
            margin-top: 25px;
        }

            #footer2 .footer-top .footer-menu li {
                display: inline;
                float: left;
                padding: 0 10px;
            }

    #footer2 .footer-social {
        margin-top: 18px;
    }

        #footer2 .footer-social li {
            display: inline;
            float: left;
        }

            #footer2 .footer-social li > a .fa {
                line-height: inherit;
            }

            #footer2 .footer-social li > a {
                color: #fff;
                width: 32px;
                height: 32px;
                background: #415a99;
                float: left;
                text-align: center;
                line-height: 32px;
                margin-left: 5px;
            }

                #footer2 .footer-social li > a:hover {
                    opacity: 0.8;
                }

                #footer2 .footer-social li > a.twitter {
                    background: #00caff;
                }

                #footer2 .footer-social li > a.pinterest {
                    background: #cb222a;
                }

                #footer2 .footer-social li > a.youtube {
                    background: #f00;
                }

                #footer2 .footer-social li > a.google-plus {
                    background: #da4735;
                }

    #footer2 .footer-paralax {
        /*background: url("../images/brand_prlx_bg-small.jpg") 50% 0 no-repeat fixed;*/
        color: #fff;
    }

    #footer2 .footer-row {
        padding: 25px 0;
        background-color: #D9D9D9;
        background: #D9D9D9);
        color: black;
        border-bottom:#004da1 3px solid;
             border-top:#004da1 2px solid;
    }

    #footer2 .footer-center {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        background: rgba(0, 0, 0, 0.6);
    }

        #footer2 .footer-center h3 {
            text-transform: uppercase;
            padding-bottom: 20px;
        }

        #footer2 .footer-center p {
            color: #dedede;
            padding-bottom: 20px;
        }

    #footer2 .footer-row .form-subscribe {
        width: 540px;
        margin: 0 auto;
        border: 1px solid #999;
        line-height: normal;
    }

        #footer2 .footer-row .form-subscribe .form-group {
            width: 100%;
            position: relative;
        }

        #footer2 .footer-row .form-subscribe .form-control {
            width: 100%;
            background: transparent;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
            padding-right: 40px;
            color: #fff;
        }

        #footer2 .footer-row .form-subscribe .btn {
            position: absolute;
            top: 1px;
            right: 0;
            background: transparent;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
            color: #fff;
            border-left:1px solid #999;
            background:#004da1;
        }
        #footer2 .footer-row .widget-body a{color:black;}
    #footer2 .widget-title {
        text-transform: uppercase;
        padding-bottom: 20px;
            color: black;
    }
     #footer2 .widget-body.bostom{
         text-align: justify;
    text-justify: inter-word;
    max-height:450px;
    overflow:hidden;
     }

        #footer2 .widget-body.bostom:hover {
            overflow-y: scroll;
        }

       #footer2 .widget-body.bostom::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.3);
            background-color: none;
        }

        #footer2 .widget-body.bostom::-webkit-scrollbar {
            width: 3px;
            background-color: none;
        }

       #footer2 .widget-body.bostom::-webkit-scrollbar-thumb {
            background-color: #999;
            border-radius: 3px;
        }
       #ff_PanelFace{overflow:hidden;}
     #imap .smap  {
  margin: 0;
  padding: 0;
  height: 100%;
  width:100%;
}
     #imap .modal-header{padding:10px;color:#004da1;}
      #imap .modal-footer{padding:5px;}
     #imap .modal-footer p{float:left;font-size:16px;color:red;line-height:32px;padding-left:15px;}
    #footer2 .widget-body ul {
        padding-left: 25px;
    }

    #footer2 .widget-body li {
        line-height: 26px;
        list-style-type: disc;
    }
       #footer2 .widget-body.fist li {
        list-style-type: none;
    }
        #footer2 .widget-body li a {
            color: #dedede;
            margin-left: -25px;
            text-decoration:none;
        }

            #footer2 .widget-body li a:hover {
                color: #fff;
            }

            #footer2 .widget-body li a:before {
                font-family: 'FontAwesome';
                font-size: 14px;
                content: "\f105";
                margin-right: 7px;
            }

            #footer2 .widget-body li a.location:before {
                content: "\f041";
            }

            #footer2 .widget-body li a.phone:before {
                content: "\f095";
            }

            #footer2 .widget-body li a.email:before {
                content: "\f003";
            }

            #footer2 .widget-body li a.mobile:before {
                content: "\f10b";
            }

    #footer2 .footer-bottom {
        background-color: #fff;
        background: #fff;
        color: #333;
    }

        #footer2 .footer-bottom .footer-bottom-wapper {
            border-top: 0px solid #333333;
            padding: 10px 0;
        }

        #footer2 .footer-bottom .footer-payment-logo {
            text-align: left;
        }

.block-banner {
    margin-top: 30px;
}

    .block-banner .block-banner-left,
    .block-banner .block-banner-right {
        width: 50%;
        float: left;
    }

    .block-banner .block-banner-left {
        padding-right: 5px;
    }

    .block-banner .block-banner-right {
        padding-left: 5px;
    }

/*----------------
[24. Hot deals]
-----------------*/
.hot-deals-row {
    margin-top: 30px;
}

.hot-deals-box {
    border: 1px solid #eaeaea;
}

    .hot-deals-box .hot-deals-tab {
        display: table;
        width: 100%;
    }

        .hot-deals-box .hot-deals-tab .hot-deals-title {
            width: 45px;
            display: table-cell;
            text-transform: uppercase;
            font-size: 24px;
            text-align: center;
            background: #0088cc;
            color: #fff;
            padding-top: 40px;
        }

            .hot-deals-box .hot-deals-tab .hot-deals-title > span {
                width: 100%;
                float: left;
                text-align: center;
            }

                .hot-deals-box .hot-deals-tab .hot-deals-title > span.yellow {
                    color: #ffcc00;
                }

        .hot-deals-box .hot-deals-tab .hot-deals-tab-box {
            display: table-cell;
            padding: 25px;
        }

            .hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li {
                line-height: 40px;
                border-bottom: 1px solid #eaeaea;
                text-transform: uppercase;
                padding-left: 15px;
            }

                .hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li.active > a {
                    color: #0099cc;
                }

        .hot-deals-box .hot-deals-tab .box-count-down {
            margin-top: 20px;
            float: left;
            padding-left: 4px;
        }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count {
                width: 67px;
                height: 67px;
                border: 1px solid #eaeaea;
                float: left;
                border-radius: 90%;
                text-align: center;
                padding: 10px;
                position: relative;
                color: #fff;
                margin-left: -4px;
                background: #fff;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .dot {
                display: none;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:before {
                width: 100%;
                height: 100%;
                background: #0088cc;
                float: left;
                content: '';
                border-radius: 90%;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
                content: '';
                width: 23px;
                height: 1px;
                background: #fff;
                position: absolute;
                top: 34px;
                left: 20px;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .number {
                position: absolute;
                width: 100%;
                left: 0;
                top: 15px;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .text {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 16px;
                font-size: 10px;
            }

    .hot-deals-box .hot-deals-tab-content-col {
        padding-left: 0;
    }

    .hot-deals-box .hot-deals-tab-content {
        padding: 30px 30px 0 0;
    }

    .hot-deals-box .product-list .left-block {
        border: 1px solid #eaeaea;
        padding: 0;
    }

    .hot-deals-box .product-list .right-block {
        padding: 0;
    }


/*---------------
[25. Box product]
*/
/** box-products**/
.box-products {
    margin-top: 30px;
}

    .box-products .box-product-head {
        height: 30px;
        border-bottom: 1px solid #eaeaea;
    }

        .box-products .box-product-head .box-title {
            color: #333;
            text-transform: uppercase;
            border-bottom: 3px solid #ff3300;
            padding-bottom: 5px;
            font-size: 18px;
            padding-left: 10px;
            padding-right: 5px;
        }

    .box-products .box-tabs {
        float: right;
    }

        .box-products .box-tabs li {
            display: inline;
            text-transform: uppercase;
            height: 30px;
            float: left;
        }

            .box-products .box-tabs li > a {
                position: relative;
                padding: 0 10px;
                display: block;
                line-height: normal;
                background: url('../images/kak3.png') no-repeat center right;
                float: left;
                height: 30px;
                line-height: 30px;
            }

                .box-products .box-tabs li > a:after {
                    content: "\f0d8";
                    font-family: 'FontAwesome';
                    font-size: 13px;
                    color: #0088cc;
                    position: absolute;
                    bottom: -12px;
                    left: 50%;
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    display: none;
                }

                .box-products .box-tabs li > a:before {
                    content: '';
                    height: 1px;
                    background: #0088cc;
                    position: absolute;
                    bottom: 0;
                    left: 10px;
                    right: 10px;
                    transform: scale(0, 1);
                }

            .box-products .box-tabs li:last-child > a {
                background: none;
            }

                .box-products .box-tabs li:last-child > a:before {
                    right: 0;
                }

            .box-products .box-tabs li:last-child > a {
                border-right: none;
                padding-right: 0;
            }

            .box-products .box-tabs li > a:hover:before,
            .box-products .box-tabs li.active > a:before {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .box-products .box-tabs li > a:hover,
            .box-products .box-tabs li.active > a {
                color: #333;
            }

                .box-products .box-tabs li > a:hover:after,
                .box-products .box-tabs li.active > a:after {
                    display: block;
                }

    .box-products .box-product-content {
        margin-top: 20px;
    }

        .box-products .box-product-content .box-product-adv {
            width: 226px;
            float: left;
        }

        .box-products .box-product-content .box-product-list {
            margin-left: 236px;
        }

            .box-products .box-product-content .box-product-list .product-list li {
                border: 1px solid #eaeaea;
                padding-bottom: 10px;
                overflow: hidden;
            }

                .box-products .box-product-content .box-product-list .product-list li .right-block {
                    margin-top: 30px;
                }

.option3 .product-list li .price-percent-reduction2 {
    right: -8px;
}

/** option color **/
/*new-arrivals*/
.box-products.new-arrivals .box-tabs li > a:after {
    color: #ff3300;
}

.box-products.new-arrivals .box-tabs li > a:before {
    background: #ff3300;
}

.box-products.new-arrivals .box-product-head .box-title {
    border-bottom: 3px solid #ff3300;
}

/**top-sellers**/
.box-products.top-sellers .box-tabs li > a:after {
    color: #ffcc00;
}

.box-products.top-sellers .box-tabs li > a:before {
    background: #ffcc00;
}

.box-products.top-sellers .box-product-head .box-title {
    border-bottom: 3px solid #ffcc00;
}
/**special-products**/
.box-products.special-products .box-tabs li > a:after {
    color: #009966;
}

.box-products.special-products .box-tabs li > a:before {
    background: #009966;
}

.box-products.special-products .box-product-head .box-title {
    border-bottom: 3px solid #009966;
}
/*recommendation*/
.box-products.recommendation .box-tabs li > a:after {
    color: #ff66cc;
}

.box-products.recommendation .box-tabs li > a:before {
    background: #ff66cc;
}

.box-products.recommendation .box-product-head .box-title {
    border-bottom: 3px solid #ff66cc;
}

/** Blog **/
.option3 .blog-list .page-heading {
    font-size: 18px;
}

.option3 .blog-list .blog-list-wapper ul li .readmore a {
    color: #0099cc;
}

.option3 .blog-list .page-heading span.page-heading-title {
    border-color: #0099cc;
}


.block-popular-cat {
    border: 1px solid #eaeaea;
    padding: 15px;
}

    .block-popular-cat .parent-categories {
        text-transform: uppercase;
        font-size: 16px;
        text-decoration: underline;
        padding-bottom: 15px;
    }

    .block-popular-cat .image {
        width: auto;
        display: inline-block;
    }

    .block-popular-cat .sub-categories {
        width: auto;
        display: inline-block;
        line-height: 30px;
    }

        .block-popular-cat .sub-categories > ul > li > a:before {
            content: '';
            background: #008a90;
            border-radius: 50%;
            width: 4px;
            height: 4px;
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 3px;
        }

    .block-popular-cat .more {
        height: 36px;
        width: 70px;
        line-height: 36px;
        color: #fff;
        background: #00abb3;
        margin-top: 10px;
        display: block;
        text-align: center;
    }

        .block-popular-cat .more:hover {
            color: #fff;
            opacity: 0.8;
        }

.block-quickview {
    padding: 15px;
    background: #fff;
}
/*errors binh luan*/
.coment-form .errors {
    position: absolute;
    top: 40px;
    right: 25px;
    color: red;
}

.checkout-page .errors {
    position: absolute;
    top: 40px;
    right: 25px;
    color: red;
    margin-top: -13px;
}

.errorslh {
    position: absolute;
    display: block;
    right: 25px;
    margin-top: -25px;
    color: red;
}
.errorh {
    position: absolute;
}
.errors4 {
    position: absolute;
    display:inline-block;
    margin-top: -25px;
    right: -155px;
    color:#f00;
}

.columns-container .text-left {
    float: left;
    margin-top: 35px;
}
/*Sale*/
h3.titlesale {
    padding-top: 5px;
    font-size: 22px;
    line-height: 30px;
    font: 1.5em/1.8em Myriad pro condesed, fontUTM, 'BebasRegular', Helvetica;
    letter-spacing: 0.09em;
}

    h3.titlesale span {
        color: #999;
        line-height: 39px;
        font-weight: normal;
        font-size: 12px;
    }

    h3.titlesale p.cs-tel {
        color: #f00;
        font-size: 28px;
        position: relative;
    }

.agent_desc p {
    padding-top: 0px;
}

.agent_desc {
    padding-bottom: 10px;
}

.boxes.clearfix {
    border-bottom: 1px dashed #ccc;
}

.agent_desc a.cstel {
    font-size: 18px;
    color:#f00;
}

    .agent_desc span.xm-email a {
        white-space: nowrap;
        font-size: 12px;
    }

.boxes .image img.img-thumb {
    float: left;
    margin-right: 10px !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
/*#product-detail table{max-width:100% !important;}
 #product-detail table tr td{border:1px solid #ddd;padding:3px 5px;}*/
#information table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
#information tr:nth-of-type(odd) {
    background: #eee;
}

#information th {
    background: #333;
    color: white;
    font-weight: bold;
}

#information td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    white-space: normal;
}

.content-text table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
.content-text tr:nth-of-type(odd) {
    /*background: #eee;*/
}

.content-text th {
    /*background: #333;*/
    color: white;
    font-weight: bold;
}

.content-text td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    white-space: normal;
}

.box-border .chbox input {
    margin-top: 8px;
}

.blog-posts .banner.dtac a img {
    border: 1px solid #eaeaea;
}

.blog-posts .banner.dtac a {
    padding: 6px 15px;
}

.blog-posts .banner.dtac p.dtacname {
    text-align: center;
    padding-bottom: 15px;
}

.formsearch-option4 .input-serach input {
    width: 100%;
}
.widget-container{padding-bottom:15px;}
.widget-container.widget2 {
    padding-bottom: 15px;
}
/*Left-right*/
#center_column {
    float: right;
}

#left_column {
    float: left;
    margin-top: 10px;
}
/*Thanh vien*/
.box-border.thongtintv p {
    line-height: 32px;
}

    .box-border.thongtintv p i {
        color: #f00;
        padding-right: 10px;
    }

.box-border.thongtintv {
    height: 272px;
}

.latest-deals .boxtimnhanh {
    height: 272px;
}

    .latest-deals .boxtimnhanh .centbox {
        vertical-align: middle;
        padding: 0;
        text-align: center;
        margin-top: 70px;
    }
.ts {

    border: 1px solid #bcd7e1;
    background: #e6eef1;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    text-align: justify;

}
.ts1 {

    border: 1px solid #bcd7e1;
    background: #D9D9D9;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    text-align: justify;

}
.taisao {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #192E61;

}
.taisao1 {

    font-size: 18px;
    font-weight: bold;

}

.btnb {
    color: #686660;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 25px;
    margin: 0 10px;
    text-transform: uppercase;
    font-family: "Open Sans";
    border: 1px solid #95938c;
    border-radius: 0;
    -webkit-transition: all 0.2s linear 0s; /* Safari and Chrome */
    -moz-transition: all 0.2s linear 0s; /* Firefox 4 */
    -o-transition: all 0.2s linear 0s; /* Opera */
    transition: all 0.2s linear 0s;
    min-width: 150px;
}

    .btnb:hover {
        color: #fff;
        background: #e61446;
        border-color: #e61446;
    }

    .btnb.btn-alt {
        background-color: #e61446;
        border-color: #e61446;
        color: #fff;
        -webkit-transition: all 0.2s linear 0s; /* Safari and Chrome */
        -moz-transition: all 0.2s linear 0s; /* Firefox 4 */
        -o-transition: all 0.2s linear 0s; /* Opera */
        transition: all 0.2s linear 0s;
    }

.acpage .pageview td {
    width: 40px;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
}

    .acpage .pageview td span {
        color: red;
        font-weight: 600;
    }
/*#Ads {display:block;
}*/
.right, .left {
    position: absolute;
}
/* Lists danh muc */
ul.styled {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    /*margin-top:20px;*/
}

    ul.styled > li {
        position: relative;
        background: #f5f5f5;
        list-style: none;
        margin-bottom: 3px;
    }

        ul.styled > li.active, ul.styled > li.active:hover {
            background-color: #eb3136;
        }

    ul.styled li > ul {
        display: block;
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0;
        left: 0;
        background: #f0f0f0;
        padding: 20px 15px;
        padding-top: 10px;
        padding-left: 15px;
        border-bottom: 2px solid #c51a1d;
        font-size: 14px;
        text-transform: uppercase;
    }

        ul.styled li > ul > li {
            list-style: none;
        }

            ul.styled li > ul > li + li {
                margin-top: 10px;
                display: block;
            }

    ul.styled li:hover > ul {
        display: block;
    }

    ul.styled > li.active > a {
        color: #fff;
        font-size: 16px;
        padding: 10px 10px;
        text-shadow: 0px 1px 0px #666;
        text-transform: uppercase;
    }

    ul.styled li > ul > li > a {
        font-weight: 600;
        text-shadow: 0px 1px 0px #ccc;
        text-transform: none;
    }

    ul.styled > li:hover {
        background: #e3e3e3;
    }

    ul.styled > li a:hover {
        color: #c51a1d;
    }

    ul.styled > li.active a:hover {
        color: #fff;
    }

    ul.styled > li.active:after {
        background: #fff;
        opacity: 0.5;
    }

    ul.styled > li:after {
        content: "";
        display: block;
        width: 4px;
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: #e3e3e3;
    }

    ul.styled > li > a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'arial', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #f00;
        padding: 7px 5px 8px 10px;
        border-bottom: 1px solid #999;
        text-shadow: 0px 1px 0px #ccc;
    }

.gioithieu h1, .gioithieu h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #888;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.gioithieu h3 a {
    padding: 0 10px;
}

.gioithieu .nav-tabs {
    text-align: center;
    border-bottom: 0;
    display: block;
    clear: both;
}

    .gioithieu .nav-tabs > li {
        float: none;
        display: inline-block;
        border: 1px solid #eee;
        border-right: 4px solid #eee;
        margin-right: 5px;
        background: #fff;
    }

        .gioithieu .nav-tabs > li:first-child {
            margin-top: 20px;
        }

        .gioithieu .nav-tabs > li + li {
            margin-top: 20px;
        }

        .gioithieu .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #fff;
            cursor: default;
            border: none;
        }

            .gioithieu .nav-tabs > li.active > a:after {
                content: "";
                display: block;
                position: absolute;
                width: 4px;
                top: -1px;
                bottom: -1px;
                right: -4px;
                background: #fff;
                opacity: 0.5;
            }

        .gioithieu .nav-tabs > li.active {
            border-color: #c51a1d;
        }

            .gioithieu .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                background-color: #c51a1d;
            }

        .gioithieu .nav-tabs > li > a {
            position: relative;
            border: none;
            border-radius: 0;
            margin-right: 0px;
            text-transform: uppercase;
            font-family: 'arial', sans-serif;
            font-weight: 700;
            font-size: 12px;
            padding: 10px 20px;
            background: #ec3138;
            color: #fff;
        }

.inner-offset {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
}
/* Team */
.team > div > div.userpic {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    width: 100%;
}

    .team > div > div.userpic img.img-thumb {
        max-width: 100%;
    }

.team .user-info + a.btn {
    margin-right: 30px;
}

.team .user-info p a {
    color: #f00;
    font-size: 20px;
}

.team.style-2 > div > div:hover span {
    display: block;
    top: 0px;
}

.team > div > div span {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px 15px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    background-color: rgba(0,0,0,0.8);
}

.team .user-info {
    padding: 15px 0 10px 2px;
}

    .team .user-info h4, .team .user-info h4 small {
        font-family: 'arial', sans-serif;
    }

        .team .user-info h4 small {
            line-height: 20px;
        }

    .team .user-info p {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
    }

    .team .user-info h4 {
        margin-top: 5px;
    }

.team .soc-icons {
    display: inline-block;
}

    .team .soc-icons i {
        margin-right: 6px;
    }

.team.style-2 div:hover .user-info p, .team.style-2 div .soc-icons {
    display: none;
}

.team.style-2 div:hover .soc-icons {
    display: block;
}

.gioithieu h2.teams {
    margin-top: 15px;
    color: #333;
}

.gioithieu h2 small {
    line-height: 23px;
}
/*albums*/
.product-style4 {
    border: 1px solid transparent;
    padding-bottom: 15px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: relative;
}

    .product-style4 .product-thumb {
        position: relative;
        overflow: hidden;
    }

        .product-style4 .product-thumb img {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
            display: inherit;
        }

        .product-style4 .product-thumb .secondary_image {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .product-style4:hover .product-thumb .secondary_image {
        opacity: 1;
    }

    .product-style4 .btn-add-to-cart {
        padding: 12px 0;
        background-color: rgba(207,161,69,0.7);
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: -50px;
        left: 17px;
        right: 17px;
        font-weight: 300;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

        .product-style4 .btn-add-to-cart:before {
            content: '';
            width: 20px;
            height: 16px;
            display: inline-block;
            background: url('../images/cart12.png') no-repeat center center;
            margin-right: 5px;
        }

        .product-style4 .btn-add-to-cart:hover {
            background-color: #cfa145;
            color: #fff;
        }

    .product-style4:hover .btn-add-to-cart {
        bottom: 0;
    }

    .product-style4 .group-button-control {
        width: auto;
        position: absolute;
        bottom: 64px;
        right: 17px;
    }

        .product-style4 .group-button-control a {
            width: 39px;
            height: 34px;
            display: block;
            margin-top: 10px;
            background-color: #ddd;
            line-height: 34px;
            font-size: 0;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -webkit-transform: scale(0,1);
            transform: scale(0,1);
            opacity: 0;
            filter: alpha(opacity=0);
            border: 1px solid #d6d6d6;
        }

            .product-style4 .group-button-control a:hover {
                background-color: #cfa145;
                color: #fff;
            }

    .product-style4:hover .group-button-control a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .product-style4 .status {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        display: inline-block;
        font-family: 'Oswald';
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .product-style4 .status.sale {
            background-color: #ff6666;
            top: 15px;
            right: 15px;
        }

        .product-style4 .status.new {
            background-color: #cc9933;
            top: 15px;
            left: 15px;
        }

    .product-style4 .product-info {
        padding-top: 15px;
    }

    .product-style4 .product-name {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
        min-height: 34px;
    }

    .product-style4 .price {
        font-size: 16px;
        color: #333;
    }

        .product-style4 .price ins {
            text-decoration: none;
            margin-right: 5px;
        }

        .product-style4 .price del {
            color: #999;
        }

    .product-style4:hover {
        border-color: #cc9933;
        text-align: center;
        background-color: #eee;
    }

.visibleNearby {
    width: 100%;
    background: #141414;
    color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .visibleNearby img {
        -webkit-backface-visibility: hidden;
    }

.royalSlider > .rsImg {
    visibility: hidden;
}


/* Scaling transforms */
.visibleNearby .rsSlide img {
    opacity: 0.45;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.visibleNearby .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
    #gallery-1 {
        padding: 12px 0 12px;
    }

        #gallery-1 .rsOverflow,
        .royalSlider#gallery-1 {
            height: 400px !important;
        }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    #gallery-1 .rsOverflow,
    .royalSlider#gallery-1 {
        height: 300px !important;
    }
}

.album-detail {
    background: rgba(0, 0, 0, 0.85);
    color: #eeeeee;
    left: 0;
    margin: 0;
    opacity: 1;
    padding: 7px 0;
    position: relative;
    visibility: visible;
    width: 100%;
    clear: both;
}

    .album-detail h1 {
        font-size: 22px;
    }

    .album-detail p.mta {
        color: #aaa;
        font-style: italic;
    }

    .album-detail.hide {
        opacity: 0;
        visibility: hidden;
    }

    .album-detail.video-type {
        position: relative;
        background: #A79C94;
        color: #fff;
        padding: 40px 20px;
    }

        .album-detail.video-type .album-title {
            margin-bottom: 1.5em;
            font-size: 1.8em;
            text-align: center;
        }

    .album-detail .album-title {
        position: relative;
        margin: 0 0 10px 0;
        padding: 0;
        color: #fff;
        text-align: left;
        font-weight: 300;
    }

    .album-detail ul {
        margin: 0 0 10px 0;
        font-size: 12px;
        font-weight: 600;
    }

        .album-detail ul > li {
            margin: 0 20px 0 0;
            padding: 0;
        }

            .album-detail ul > li .fa {
                margin-right: 5px;
            }

            .album-detail ul > li > a, .main-video ul > li > a {
                color: #fff;
            }

                .album-detail ul > li > a:hover, .main-video ul > li > a:hover {
                    text-decoration: underline;
                    color: #c51a1d;
                }

    .album-detail .album-info {
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .album-detail .album-info li {
            color: #fff;
        }

            .album-detail .album-info li a {
                color: #fff;
            }

                .album-detail .album-info li a:hover {
                    color: #fff;
                }

    .album-detail.slogan {
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        display: inline-block;
    }

        .album-detail.slogan h2 {
            margin: 1rem auto;
            font-family: 'Bolton', serif;
            font-weight: 300;
            font-size: 1.5rem;
        }

.album-detail-hide-icon {
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    bottom: 65px;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #777777;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    .album-detail-hide-icon:hover {
        color: #fff;
    }

    .album-detail-hide-icon.on-hide {
        bottom: 0;
    }

/*Main video*/
.video-clip .boxes-video {
    margin-bottom: 15px;
}

    .video-clip .boxes-video h3.video-name {
        padding-top: 15px;
        text-align: center;
    }

.main-video {
    background: rgba(0, 0, 0, 0.75);
    min-height: 500px;
}

    .main-video h1 {
        color: #fff;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 22px;
        margin-top: 20px;
    }

.owl-carousel.linkqc .cslink > a:hover {
    -webkit-filter: grayscale(80%);
}
/*Dich vu home*/
.dv-container{margin-bottom:15px;border-bottom: 1px solid #eaeaea;}
.dv-container .dv-left-block img:hover {
    -webkit-filter: grayscale(80%);
    border:2px solid #60ff00;
}
.dv-container .dv-left-block img{border-radius:20%;border:2px solid #004da1;width: 65px;
    height: 65px;
    -webkit-box-shadow: 0 28px 30px -18px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 28px 30px -18px rgba(0, 0, 0, 0.5);
    box-shadow: 0 28px 30px -18px rgba(0, 0, 0, 0.5);
    margin:0 auto;
   display: block;
    margin: 0 auto;
}
.dv-container .dv-left-block{padding-bottom:5px;}
.dv-container .dv-right-block{padding-top:5px;text-align:center;}
.navigation li {
    border: 1px solid gray;
    border-radius: 3px;
    float: left;
    margin-right: 1px;
    padding: 6px;
	list-style: outside none none;
}
.product .post-item {
    list-style: outside none none;
}
.col-sm-4 img {
    width: 100%;
}
.entry-detail h2 {
    font-size: 18px;
    font-weight: bold;
}
.entry-detail h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: arial;
}
.entry-detail h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: arial;
}
.product-list li {
    list-style: outside none none;
}
.desccate {
    text-align: justify;
    line-height: 1.5;
    font-size: 15px;
    padding: 10px;
    font-family: arial;
}
.row img {
    height: auto;
    max-width: 100%;
    margin: auto;
	display: block;
}
.row img {
    vertical-align: middle;
}
.entry-detail h4 {
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
    font-family: arial;
}
.navigation .active {
    background: #3078C4 none repeat scroll 0 0;
}
a:focus, a:hover {
    border: medium none;
    color: #191919;
    outline: medium none;
    text-decoration: none;
}
.Clear {
    clear: both;
}
.lvhd ul, ol {
    list-style: outside none none;
}
.lvhd {
    text-align: justify;
    line-height: 1.8;
}
.mangxh {
        margin: 0;
        padding: 0;
        border-top: 1px solid #d0d0d0;
        padding-top: 10px;
    }

.mangxh li.xht {
            list-style: none;
            display: inline-block;
            vertical-align: top;
            padding-right: 15px;
            text-align: left;}
.mangxh li .goxl{margin-top:-17px;}
.t {
        padding-top: 0px;
        margin-top:2px;
}
.t.tw {margin-top: 0px;}
#content .t img {border: 0;width: 40px;}
.animated {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.animated.infinite {

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

}



.animated.hinge {

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

}



.animated.bounceIn,

.animated.bounceOut {

  -webkit-animation-duration: .75s;

  animation-duration: .75s;

}



.animated.flipOutX,

.animated.flipOutY {

  -webkit-animation-duration: .75s;

  animation-duration: .75s;

}



@-webkit-keyframes bounce {

  0%, 20%, 53%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    -webkit-transform: translate3d(0,0,0);

    transform: translate3d(0,0,0);

  }



  40%, 43% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);

  }



  70% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);

  }



  90% {

    -webkit-transform: translate3d(0,-4px,0);

    transform: translate3d(0,-4px,0);

  }

}



@keyframes bounce {

  0%, 20%, 53%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    -webkit-transform: translate3d(0,0,0);

    transform: translate3d(0,0,0);

  }



  40%, 43% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);

  }



  70% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);

  }



  90% {

    -webkit-transform: translate3d(0,-4px,0);

    transform: translate3d(0,-4px,0);

  }

}



.bounce {

  -webkit-animation-name: bounce;

  animation-name: bounce;

  -webkit-transform-origin: center bottom;

  transform-origin: center bottom;

}



@-webkit-keyframes flash {

  0%, 50%, 100% {

    opacity: 1;

  }



  25%, 75% {

    opacity: 0;

  }

}



@keyframes flash {

  0%, 50%, 100% {

    opacity: 1;

  }



  25%, 75% {

    opacity: 0;

  }

}



.flash {

  -webkit-animation-name: flash;

  animation-name: flash;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@-webkit-keyframes pulse {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes pulse {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.pulse {

  -webkit-animation-name: pulse;

  animation-name: pulse;

}



@-webkit-keyframes rubberBand {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);

  }



  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);

  }



  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);

  }



  65% {

    -webkit-transform: scale3d(.95, 1.05, 1);

    transform: scale3d(.95, 1.05, 1);

  }



  75% {

    -webkit-transform: scale3d(1.05, .95, 1);

    transform: scale3d(1.05, .95, 1);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes rubberBand {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);

  }



  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);

  }



  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);

  }



  65% {

    -webkit-transform: scale3d(.95, 1.05, 1);

    transform: scale3d(.95, 1.05, 1);

  }



  75% {

    -webkit-transform: scale3d(1.05, .95, 1);

    transform: scale3d(1.05, .95, 1);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.rubberBand {

  -webkit-animation-name: rubberBand;

  animation-name: rubberBand;

}



@-webkit-keyframes shake {

  0%, 100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  10%, 30%, 50%, 70%, 90% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }



  20%, 40%, 60%, 80% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }

}



@keyframes shake {

  0%, 100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  10%, 30%, 50%, 70%, 90% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }



  20%, 40%, 60%, 80% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }

}



.shake {

  -webkit-animation-name: shake;

  animation-name: shake;

}



@-webkit-keyframes swing {

  20% {

    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg);

  }



  40% {

    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg);

  }



  60% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }



  80% {

    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg);

  }



  100% {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);

  }

}



@keyframes swing {

  20% {

    -webkit-transform: rotate3d(0, 0, 1, 15deg);

    transform: rotate3d(0, 0, 1, 15deg);

  }



  40% {

    -webkit-transform: rotate3d(0, 0, 1, -10deg);

    transform: rotate3d(0, 0, 1, -10deg);

  }



  60% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }



  80% {

    -webkit-transform: rotate3d(0, 0, 1, -5deg);

    transform: rotate3d(0, 0, 1, -5deg);

  }



  100% {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);

  }

}



.swing {

  -webkit-transform-origin: top center;

  transform-origin: top center;

  -webkit-animation-name: swing;

  animation-name: swing;

}



@-webkit-keyframes tada {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  10%, 20% {

    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

  }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }



  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes tada {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  10%, 20% {

    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

  }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }



  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.tada {

  -webkit-animation-name: tada;

  animation-name: tada;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@-webkit-keyframes wobble {

  0% {

    -webkit-transform: none;

    transform: none;

  }



  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

  }



  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

  }



  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

  }



  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

  }



  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes wobble {

  0% {

    -webkit-transform: none;

    transform: none;

  }



  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

  }



  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

  }



  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

  }



  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

  }



  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.wobble {

  -webkit-animation-name: wobble;

  animation-name: wobble;

}



@-webkit-keyframes bounceIn {

  0%, 20%, 40%, 60%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }



  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }



  40% {

    -webkit-transform: scale3d(.9, .9, .9);

    transform: scale3d(.9, .9, .9);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);

  }



  80% {

    -webkit-transform: scale3d(.97, .97, .97);

    transform: scale3d(.97, .97, .97);

  }



  100% {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes bounceIn {

  0%, 20%, 40%, 60%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }



  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }



  40% {

    -webkit-transform: scale3d(.9, .9, .9);

    transform: scale3d(.9, .9, .9);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);

  }



  80% {

    -webkit-transform: scale3d(.97, .97, .97);

    transform: scale3d(.97, .97, .97);

  }



  100% {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.bounceIn {

  -webkit-animation-name: bounceIn;

  animation-name: bounceIn;

}



@-webkit-keyframes bounceInDown {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);

  }



  75% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }



  90% {

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes bounceInDown {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);

  }



  75% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }



  90% {

    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.bounceInDown {

  -webkit-animation-name: bounceInDown;

  animation-name: bounceInDown;

}



@-webkit-keyframes bounceInLeft {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);

  }



  75% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }



  90% {

    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes bounceInLeft {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);

  }



  75% {

    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);

  }



  90% {

    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.bounceInLeft {

  -webkit-animation-name: bounceInLeft;

  animation-name: bounceInLeft;

}



@-webkit-keyframes bounceInRight {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);

  }



  75% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }



  90% {

    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes bounceInRight {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);

  }



  75% {

    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);

  }



  90% {

    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);

  }



  100% {

    -webkit-transform: none;

    transform: none;

  }

}



.bounceInRight {

  -webkit-animation-name: bounceInRight;

  animation-name: bounceInRight;

}



@-webkit-keyframes bounceInUp {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }



  75% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }



  90% {

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes bounceInUp {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);

  }



  60% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }



  75% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }



  90% {

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.bounceInUp {

  -webkit-animation-name: bounceInUp;

  animation-name: bounceInUp;

}



@-webkit-keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(.9, .9, .9);

    transform: scale3d(.9, .9, .9);

  }



  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }

}



@keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(.9, .9, .9);

    transform: scale3d(.9, .9, .9);

  }



  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }

}



.bounceOut {

  -webkit-animation-name: bounceOut;

  animation-name: bounceOut;

}



@-webkit-keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



@keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



.bounceOutDown {

  -webkit-animation-name: bounceOutDown;

  animation-name: bounceOutDown;

}



@-webkit-keyframes bounceOutLeft {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



@keyframes bounceOutLeft {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



.bounceOutLeft {

  -webkit-animation-name: bounceOutLeft;

  animation-name: bounceOutLeft;

}



@-webkit-keyframes bounceOutRight {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



@keyframes bounceOutRight {

  20% {

    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



.bounceOutRight {

  -webkit-animation-name: bounceOutRight;

  animation-name: bounceOutRight;

}



@-webkit-keyframes bounceOutUp {

  20% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



@keyframes bounceOutUp {

  20% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }



  40%, 45% {

    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



.bounceOutUp {

  -webkit-animation-name: bounceOutUp;

  animation-name: bounceOutUp;

}



@-webkit-keyframes fadeIn {

  0% {

    opacity: 0;

  }



  100% {

    opacity: 1;

  }

}



@keyframes fadeIn {

  0% {

    opacity: 0;

  }



  100% {

    opacity: 1;

  }

}



.fadeIn {

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

}



@-webkit-keyframes fadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInDown {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

}



@-webkit-keyframes fadeInDownBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInDownBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInDownBig {

  -webkit-animation-name: fadeInDownBig;

  animation-name: fadeInDownBig;

}



@-webkit-keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInLeft {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}



@-webkit-keyframes fadeInLeftBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInLeftBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInLeftBig {

  -webkit-animation-name: fadeInLeftBig;

  animation-name: fadeInLeftBig;

}



@-webkit-keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInRight {

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

}



@-webkit-keyframes fadeInRightBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInRightBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInRightBig {

  -webkit-animation-name: fadeInRightBig;

  animation-name: fadeInRightBig;

}



@-webkit-keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInUp {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

}



@-webkit-keyframes fadeInUpBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInUpBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInUpBig {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

}



@-webkit-keyframes fadeOut {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

  }

}



@keyframes fadeOut {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

  }

}



.fadeOut {

  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;

}



@-webkit-keyframes fadeOutDown {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



@keyframes fadeOutDown {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



.fadeOutDown {

  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown;

}



@-webkit-keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



@keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);

  }

}



.fadeOutDownBig {

  -webkit-animation-name: fadeOutDownBig;

  animation-name: fadeOutDownBig;

}



@-webkit-keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

}



@keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

}



.fadeOutLeft {

  -webkit-animation-name: fadeOutLeft;

  animation-name: fadeOutLeft;

}



@-webkit-keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



@keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);

  }

}



.fadeOutLeftBig {

  -webkit-animation-name: fadeOutLeftBig;

  animation-name: fadeOutLeftBig;

}



@-webkit-keyframes fadeOutRight {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

}



@keyframes fadeOutRight {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

}



.fadeOutRight {

  -webkit-animation-name: fadeOutRight;

  animation-name: fadeOutRight;

}



@-webkit-keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



@keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);

  }

}



.fadeOutRightBig {

  -webkit-animation-name: fadeOutRightBig;

  animation-name: fadeOutRightBig;

}



@-webkit-keyframes fadeOutUp {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

}



@keyframes fadeOutUp {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

}



.fadeOutUp {

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;

}



@-webkit-keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



@keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);

  }

}



.fadeOutUpBig {

  -webkit-animation-name: fadeOutUpBig;

  animation-name: fadeOutUpBig;

}



@-webkit-keyframes flip {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }



  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }



  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }



  80% {

    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);

    transform: perspective(400px) scale3d(.95, .95, .95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }



  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

}



@keyframes flip {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }



  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

  }



  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }



  80% {

    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);

    transform: perspective(400px) scale3d(.95, .95, .95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }



  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

  }

}



.animated.flip {

  -webkit-backface-visibility: visible;

  backface-visibility: visible;

  -webkit-animation-name: flip;

  animation-name: flip;

}



@-webkit-keyframes flipInX {

  0% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }



  40% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }



  60% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1;

  }



  80% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

  }



  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



@keyframes flipInX {

  0% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }



  40% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }



  60% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1;

  }



  80% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

  }



  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



.flipInX {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInX;

  animation-name: flipInX;

}



@-webkit-keyframes flipInY {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }



  40% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }



  60% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;

  }



  80% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

  }



  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



@keyframes flipInY {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

    opacity: 0;

  }



  40% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    -webkit-transition-timing-function: ease-in;

    transition-timing-function: ease-in;

  }



  60% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;

  }



  80% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

  }



  100% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}



.flipInY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInY;

  animation-name: flipInY;

}



@-webkit-keyframes flipOutX {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }



  30% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}



@keyframes flipOutX {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }



  30% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}



.flipOutX {

  -webkit-animation-name: flipOutX;

  animation-name: flipOutX;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

}



@-webkit-keyframes flipOutY {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }



  30% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;

  }

}



@keyframes flipOutY {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }



  30% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;

  }

}



.flipOutY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipOutY;

  animation-name: flipOutY;

}



@-webkit-keyframes lightSpeedIn {

  0% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;

  }



  60% {

    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;

  }



  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1;

  }



  100% {

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes lightSpeedIn {

  0% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;

  }



  60% {

    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;

  }



  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

    opacity: 1;

  }



  100% {

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.lightSpeedIn {

  -webkit-animation-name: lightSpeedIn;

  animation-name: lightSpeedIn;

  -webkit-animation-timing-function: ease-out;

  animation-timing-function: ease-out;

}



@-webkit-keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }



  100% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

  }

}



@keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }



  100% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

  }

}



.lightSpeedOut {

  -webkit-animation-name: lightSpeedOut;

  animation-name: lightSpeedOut;

  -webkit-animation-timing-function: ease-in;

  animation-timing-function: ease-in;

}



@-webkit-keyframes rotateIn {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateIn {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateIn {

  -webkit-animation-name: rotateIn;

  animation-name: rotateIn;

}



@-webkit-keyframes rotateInDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInDownLeft {

  -webkit-animation-name: rotateInDownLeft;

  animation-name: rotateInDownLeft;

}



@-webkit-keyframes rotateInDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInDownRight {

  -webkit-animation-name: rotateInDownRight;

  animation-name: rotateInDownRight;

}



@-webkit-keyframes rotateInUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInUpLeft {

  -webkit-animation-name: rotateInUpLeft;

  animation-name: rotateInUpLeft;

}



@-webkit-keyframes rotateInUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



@keyframes rotateInUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

  }

}



.rotateInUpRight {

  -webkit-animation-name: rotateInUpRight;

  animation-name: rotateInUpRight;

}



@-webkit-keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;

  }

}



@keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;

  }

}



.rotateOut {

  -webkit-animation-name: rotateOut;

  animation-name: rotateOut;

}



@-webkit-keyframes rotateOutDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

}



@keyframes rotateOutDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

}



.rotateOutDownLeft {

  -webkit-animation-name: rotateOutDownLeft;

  animation-name: rotateOutDownLeft;

}



@-webkit-keyframes rotateOutDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



@keyframes rotateOutDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



.rotateOutDownRight {

  -webkit-animation-name: rotateOutDownRight;

  animation-name: rotateOutDownRight;

}



@-webkit-keyframes rotateOutUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



@keyframes rotateOutUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



.rotateOutUpLeft {

  -webkit-animation-name: rotateOutUpLeft;

  animation-name: rotateOutUpLeft;

}



@-webkit-keyframes rotateOutUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0;

  }

}



@keyframes rotateOutUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 90deg);

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0;

  }

}



.rotateOutUpRight {

  -webkit-animation-name: rotateOutUpRight;

  animation-name: rotateOutUpRight;

}



@-webkit-keyframes hinge {

  0% {

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }



  20%, 60% {

    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }



  40%, 80% {

    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;

  }



  100% {

    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;

  }

}



@keyframes hinge {

  0% {

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }



  20%, 60% {

    -webkit-transform: rotate3d(0, 0, 1, 80deg);

    transform: rotate3d(0, 0, 1, 80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

  }



  40%, 80% {

    -webkit-transform: rotate3d(0, 0, 1, 60deg);

    transform: rotate3d(0, 0, 1, 60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;

  }



  100% {

    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;

  }

}



.hinge {

  -webkit-animation-name: hinge;

  animation-name: hinge;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@-webkit-keyframes rollIn {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes rollIn {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.rollIn {

  -webkit-animation-name: rollIn;

  animation-name: rollIn;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@-webkit-keyframes rollOut {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

  }

}



@keyframes rollOut {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

  }

}



.rollOut {

  -webkit-animation-name: rollOut;

  animation-name: rollOut;

}



@-webkit-keyframes zoomIn {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }



  50% {

    opacity: 1;

  }

}



@keyframes zoomIn {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }



  50% {

    opacity: 1;

  }

}



.zoomIn {

  -webkit-animation-name: zoomIn;

  animation-name: zoomIn;

}



@-webkit-keyframes zoomInDown {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInDown {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInDown {

  -webkit-animation-name: zoomInDown;

  animation-name: zoomInDown;

}



@-webkit-keyframes zoomInLeft {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInLeft {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInLeft {

  -webkit-animation-name: zoomInLeft;

  animation-name: zoomInLeft;

}



@-webkit-keyframes zoomInRight {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInRight {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInRight {

  -webkit-animation-name: zoomInRight;

  animation-name: zoomInRight;

}



@-webkit-keyframes zoomInUp {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInUp {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInUp {

  -webkit-animation-name: zoomInUp;

  animation-name: zoomInUp;

}



@-webkit-keyframes zoomOut {

  0% {

    opacity: 1;

  }



  50% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }



  100% {

    opacity: 0;

  }

}



@keyframes zoomOut {

  0% {

    opacity: 1;

  }



  50% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

    transform: scale3d(.3, .3, .3);

  }



  100% {

    opacity: 0;

  }

}



.zoomOut {

  -webkit-animation-name: zoomOut;

  animation-name: zoomOut;

}



@-webkit-keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomOutDown {

  -webkit-animation-name: zoomOutDown;

  animation-name: zoomOutDown;

}



@-webkit-keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);

    transform: scale(.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;

  }

}



@keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);

    transform: scale(.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;

  }

}



.zoomOutLeft {

  -webkit-animation-name: zoomOutLeft;

  animation-name: zoomOutLeft;

}



@-webkit-keyframes zoomOutRight {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);

    transform: scale(.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;

  }

}



@keyframes zoomOutRight {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);

    transform: scale(.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;

  }

}



.zoomOutRight {

  -webkit-animation-name: zoomOutRight;

  animation-name: zoomOutRight;

}



@-webkit-keyframes zoomOutUp {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomOutUp {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);

    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomOutUp {

  -webkit-animation-name: zoomOutUp;

  animation-name: zoomOutUp;

}



@-webkit-keyframes slideInDown {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes slideInDown {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.slideInDown {

  -webkit-animation-name: slideInDown;

  animation-name: slideInDown;

}



@-webkit-keyframes slideInLeft {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes slideInLeft {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.slideInLeft {

  -webkit-animation-name: slideInLeft;

  animation-name: slideInLeft;

}



@-webkit-keyframes slideInRight {

  0% {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes slideInRight {

  0% {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.slideInRight {

  -webkit-animation-name: slideInRight;

  animation-name: slideInRight;

}



@-webkit-keyframes slideInUp {

  0% {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes slideInUp {

  0% {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible;

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.slideInUp {

  -webkit-animation-name: slideInUp;

  animation-name: slideInUp;

}



@-webkit-keyframes slideOutDown {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



@keyframes slideOutDown {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



.slideOutDown {

  -webkit-animation-name: slideOutDown;

  animation-name: slideOutDown;

}



@-webkit-keyframes slideOutLeft {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

}



@keyframes slideOutLeft {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }

}



.slideOutLeft {

  -webkit-animation-name: slideOutLeft;

  animation-name: slideOutLeft;

}



@-webkit-keyframes slideOutRight {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

}



@keyframes slideOutRight {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

  }

}



.slideOutRight {

  -webkit-animation-name: slideOutRight;

  animation-name: slideOutRight;

}



@-webkit-keyframes slideOutUp {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

}



@keyframes slideOutUp {

  0% {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

}



.slideOutUp {

  -webkit-animation-name: slideOutUp;

  animation-name: slideOutUp;

}



@-webkit-keyframes zoom-image {

    0%   {

      -webkit-transform: scale(1.22);

    }

    25%  {

      -webkit-transform: scale(1.23);

    }

    75%  {

      -webkit-transform: scale(1.24);

    }

    100% {

      -webkit-transform: scale(1.25);

    }

}



/* Standard syntax */

@keyframes zoom-image {

    0%   {

      -moz-transform: scale(1.22);

      -ms-transform: scale(1.22;

      -o-transform: scale(1.22);

      transform: scale(1.22);

    }

    25%  {

      -moz-transform: scale(1.23);

      -ms-transform: scale(1.23;

      -o-transform: scale(1.23);

      transform: scale(1.23);

    }

    75%  {

      -moz-transform: scale(1.24);

      -ms-transform: scale(1.24;

      -o-transform: scale(1.24);

      transform: scale(1.24);

    }

    100% {

      -moz-transform: scale(1.25);

      -ms-transform: scale(1.25;

      -o-transform: scale(1.25);

      transform: scale(1.25);

    }

}
.sb {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -219px;
  width: 700px;
  min-height: 438px;
  /*background: white;*/
  /*padding: 25px;*/
  /*box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);*/
  z-index: 1999;
  opacity: 0;
  /*background: url(../images/newletter.jpg) no-repeat center center;*/
}

.sb h2 {
  margin-top: 0;
}

.sb p {
  font-size: 20px;
}

.sb input[type='text'], .sb input[type='password'], .sb input[type='email'], .sb textarea{
  margin: 30px 0 0;
  border: none;
  background: #f7f7f7;
  padding: 10px 10px;
  font-size: 16px;
  width: 49%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.sb input[type='submit']{
  padding: 10px 10px;
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: black;
  color: white;
  width: 20%;
  margin: 0;
}

.sb .sb-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 5px 3px 7px;
  background: red; 
  color: #fff;
  font-size: 15px;
}

.sb.sb-withoverlay {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -250px;
}
.subscribe-me label {
    color: #333;
    font-size: 18px;
    line-height: normal;
    margin: 10px 0 40px;
    letter-spacing: 1px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 2px #fff;
}

.subscribe-me .promotions1 {
    letter-spacing: 13px;
}
.subscribe-me .promotions {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    color: #999999;
    text-transform: uppercase;
    margin: 0 ;
    text-align: left;
}
.subscribe-me .promotions2 {
    color: #cc3366;
    line-height: 83px;
    font-size: 120px;
    letter-spacing: -5px;
}
.subscribe-me .promotions2 {
    font-size: 90px;
    line-height: 90px;
}
.subscribe-me .promotions2 span {
    font-size: 60px;
    line-height: 1;
    margin-left: 15px;
}
.subscribe-me h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    text-align: left;
    font-weight: 500;
    margin: 20px 0 10px;
}
.sb-open.sb-open-with-overlay {
  overflow: hidden;
}

.sb-open .sb-overlay {
  opacity: 1;
}

.sb-open .sb {
  opacity: 1;
}

.sb-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: auto;
}

.sb-close-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
	.sb{
		/*background: #fff;*/
		width: 90%;
		margin-left: -45%;
	}
	.subscribe-me label,.subscribe-me h3{width: 100%;text-align: center;}
	.subscribe-me .promotions{text-align: center;line-height: 70px;}
	.subscribe-me{text-align: center;}
	.sb input[type='text'], .sb input[type='password'], .sb input[type='email'], .sb textarea{
		margin-top: 50px;
	}
}
@media (max-width: 450px) {
	.subscribe-me label{
		margin: 10px 0 20px;
		font-size: 13px;
	}
	.sb{
		 min-height: 316px;
		 margin-top: -158px;
	}
	.subscribe-me .promotions{
		font-size: 40px;
		line-height: 40px;
	}
	.subscribe-me .promotions2 {
	    font-size: 60px;
	    line-height: 1;
	}
	.subscribe-me .promotions2 span {
	    font-size: 40px;
	    line-height: 1;
	    margin-left: 15px;
	}
	.subscribe-me h3{
		margin: 10px 0 0;
	}
	.sb input[type='text'], .sb input[type='password'], .sb input[type='email'], .sb textarea {
	    margin-top: 10px;
	    width: 100%;
	    padding: 5px 10px;
	    margin-bottom: 5px;
	}
	.sb input[type='submit']{
		width: 100%;
	    padding: 5px 10px;
	}
}
[class^="sb-animation-"], [class*=" sb-animation-"] {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
}

.sb-animation-flyInRight {
  -webkit-animation-name: flyInRight;
	-moz-animation-name: flyInRight;
	-o-animation-name: flyInRight;
	animation-name: flyInRight;
}

.sb-animation-flyOutRight {
  -webkit-animation-name: flyOutRight;
	-moz-animation-name: flyOutRight;
	-o-animation-name: flyOutRight;
	animation-name: flyOutRight;
}

.sb-animation-flyInLeft {
  -webkit-animation-name: flyInLeft;
	-moz-animation-name: flyInLeft;
	-o-animation-name: flyInLeft;
	animation-name: flyInLeft;
}

.sb-animation-flyOutLeft {
  -webkit-animation-name: flyOutLeft;
	-moz-animation-name: flyOutLeft;
	-o-animation-name: flyOutLeft;
	animation-name: flyOutLeft;
}

.sb-animation-flyInUp {
  -webkit-animation-name: flyInUp;
	-moz-animation-name: flyInUp;
	-o-animation-name: flyInUp;
	animation-name: flyInUp;
}

.sb-animation-flyOutUp {
  -webkit-animation-name: flyOutUp;
	-moz-animation-name: flyOutUp;
	-o-animation-name: flyOutUp;
	animation-name: flyOutUp;
}

.sb-animation-flyInDown {
  -webkit-animation-name: flyInDown;
	-moz-animation-name: flyInDown;
	-o-animation-name: flyInDown;
	animation-name: flyInDown;
}

.sb-animation-flyOutDown {
  -webkit-animation-name: flyOutDown;
	-moz-animation-name: flyOutDown;
	-o-animation-name: flyOutDown;
	animation-name: flyOutDown;
}
/*=================================================
Animation Library
=================================================*/

@-webkit-keyframes flyInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(3000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes flyInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(3000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes flyInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(3000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes flyInRight {
	0% {
		opacity: 0;
		transform: translateX(3000px);
	}

	100% {
		transform: translateX(0);
	}
}

@-webkit-keyframes flyOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
	  opacity: 0;
		-webkit-transform: translateX(3000px);
	}
}

@-moz-keyframes flyOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
	  opacity: 0;
		-moz-transform: translateX(3000px);
	}
}

@-o-keyframes flyOutRight {
	0% {
		-o-transform: translateX(0);
	}

	100% {
	  opacity: 0;
		-o-transform: translateX(3000px);
	}
}

@keyframes flyOutRight {
	0% {
		transform: translateX(0);
	}

	100% {
	  opacity: 0;
		transform: translateX(3000px);
	}
}

@-webkit-keyframes flyInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-3000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes flyInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-3000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes flyInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-3000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes flyInLeft {
	0% {
		opacity: 0;
		transform: translateX(-3000px);
	}

	100% {
		transform: translateX(0);
	}
}
@-webkit-keyframes flyOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-3000px);
	}
}

@-moz-keyframes flyOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-3000px);
	}
}

@-o-keyframes flyOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-3000px);
	}
}

@keyframes flyOutLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-3000px);
	}
}

@-webkit-keyframes flyInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes flyInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes flyInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes flyInUp {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes flyOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes flyOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes flyOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes flyOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}


@-webkit-keyframes flyInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes flyInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes flyInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes flyInDown {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes flyOutDown {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes flyOutDown {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes flyOutDown {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes flyOutDown {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}
*{margin:0;padding:0;border:none;}article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background: transparent;border: 0 none;font-weight: inherit;margin: 0;padding: 0;border: 0;outline: 0;vertical-align: top;}a{text-decoration:none;outline: none !important;}b, strong{font-weight:bold !important;}ul,ol{list-style: outside none none;}q {quotes: none;}table, table td { padding:0 5px;border:1px solid #ccc;border-collapse:collapse;}img{vertical-align:top; max-width:100%;}embed{ vertical-align:top;}input,textarea{font-family:inherit;}input,button{outline: none;background:transparent;}button::-moz-focus-inner{border:0;}th{text-align:left;}textarea{outline:none !important;}.clearfix::after{content:""; display: block; clear:both;}button{cursor: pointer;}#_atssh{display: none !important;}
p.comment-form-comment {
    width: 100%;
    margin-left: 5px;
}
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 40px;
}
#formcmmaxweb {
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
	text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
	margin: 30px 0;
	font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
	float: left;
	clear: both;
	z-index: 2;
	position: relative;
	text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
	margin-bottom: 10px;
}
.commentlist .children {
	margin-top: 10px;
}
.commentBody em {
	color: red;
}
.commentBody {
	position: relative;
	margin-left: 35px;
	overflow: hidden;
}
.comment-meta.commentmetadata {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
	border-color: #D98D8D;
	background-color: #FFCECE;
	background-position: left -792px;
	color: #665252;
	padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
	position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
	opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}
div#comment-4 {
    display: flex;
}
div#comment-4 .commentBody {
    padding-left: 20px;
}
ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
	margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
	margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
	display: none;
}
.tools_comment a:last-child{
	padding: 0;
	margin: 0;
}
.noidungcomment p {
    margin: 0px 10px 0px 0px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
	cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
	color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
	width: 100%;
	background: transparent;
	outline: none;
	font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
	border: 1px solid #d7d7d7;
	color: #2e2e2e;
	display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
	border-color: #337ab7;
}
#formcmmaxweb p{
	margin-bottom: 10px;
	text-align: center;
}
#formcmmaxweb #commentform p{	
	overflow: hidden;
}
#formcmmaxweb .name-email p{
	width: 50%;
	float: left;
}
#formcmmaxweb .name-email p:first-child{
	padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
	padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
	background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}