/*
 Project Name :Brand E-Comerce
 Author Company : Grow Scales
 Project Date: 18 feb, 2017
 Author Website : http://growscales.com/
 */


/* Table of Content
==================================================

 1. Fonts
 2. Common css
   a)button style
   b)Main heading
   c)Form style
   d)center
   e)Overlay
   f)Owl Carousel Navigation Style
   g)Pre Loader
   i)Breadcrumb
 2. Top Bar
 3. Banner
 4. Header
 5. Services
 6. Our Team
 7. Services
 8. Call To Action
 9.Offers
 10.Newsletter
 11.Footer
 12.Aside Widgets
 13.Products
 14.CheckOut
 15.Cart
 16.Category
 17.Search
 18.Contact
 10.Blog
 20 Join Us
 21 Coming Soon
 22 404 Page

================================================
Fonts
================================================
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/*
================================================
Common Css
================================================
*/

* {
    position: relative;
    outline: 0!important;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

:before,
:after {
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

section {
    transition: none;
    -webkit-transition: none;
}

.rev_slider * {
    transition: none;
    -webkit-transition: none;
}

ul {
    margin: 0;
}

body {
    font-family: poppins;
    font-size: 14px;
    font-weight: normal;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

a:hover {
    text-decoration: none;
    color: #F9CA3B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #34404e;
}

.row {
    clear: both;
}

.bg-color {
    background-color: #fdfcfc;
}


/*
===========================================
button style
===========================================
*/

.btn {
    background-color: transparent;
    border: 1px solid #222;
    border-radius: 0;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: unset;
    padding: 17px 35px 15px;
    text-transform: uppercase;
}

.btn.bg {
    color: #fff;
    border-color: transparent;
}

.bg .btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.btn.bg:hover {
    opacity: .9;
}

.btn.red {
    border-color: transparent;
    color: #fff;
}

.btn:hover {
    opacity: .9;
}

.radius-2x {
    border-radius: 30px;
}

.radius-4x {
    border-radius: 5px;
}

.no-radius {
    border-radius: 0;
}

.btn.icon i {
    border-right: 1px solid #333;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    width: 50px;
}

.btn.icon {
    background-color: transparent;
    border: 1px solid #0d141b;
    color: #0d141b;
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 30px;
}

.btn.icon:hover {
    background-color: #19b5fe;
    border-color: transparent;
    color: #fff;
}

.btn.icon:hover i {
    border-color: #fff;
}

.read {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}


/*
===========================================
main heading
===========================================
*/

.main-heading h2 {
    color: #1e1934;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.main-heading.two h2 {
    font-weight: 300;
    text-transform: capitalize;
}

.bg .main-heading h2 {
    color: #fff;
}

.main-heading p {
    color: #828282;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 30px;
}

.bg .main-heading p {
    color: #fff;
}

.main-heading {
    margin-bottom: 80px;
}

.heading h2 {
    color: #f6f6f6;
    font-size: 144px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
}

.heading {
    left: -10%;
    position: absolute;
    top: 30px;
}

.circul span {
    display: inline-block;
    height: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 10px;
}

.circul {
    margin-top: 10px;
}

.circul span:nth-child(2) {
    width: 40px;
}

.space .main-heading .numbering {
    top: -50px;
}

.main-heading .numbering {
    bottom: 0;
    color: #f2f2f2;
    font-family: times new roman;
    font-size: 250px;
    font-weight: 600;
    left: -50px;
    letter-spacing: 1px;
    line-height: 211px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.main-heading .numbering.left {
    left: -50px;
    right: auto;
}

.main-heading .numbering.center {
    left: 0;
    margin-left: -600px;
    right: 0;
}


/*
===========================================
Heading 2
===========================================
*/

.main-heading.two hr,
#service.three .service-block hr {
    border-radius: 99px;
    margin-bottom: 0;
    margin-left: 0;
    width: 110px;
}

.main-heading.two.text-center hr {
    margin-left: auto;
    margin-right: auto;
}

.main-heading.two p {
    margin-top: 15px;
}

.main-heading.two hr::after,
#service.three .service-block hr::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    font-family: icofont;
    font-size: 28px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -11px;
    width: 30px;
}

.main-heading.two.text-left hr {
    margin-left: 0;
}

.main-heading.two.text-center hr {
    margin-left: auto;
    margin-right: auto;
}

.main-heading.two.text-right hr {
    margin-right: 0;
}


/*
===========================================
Main Heading 3
===========================================
*/

.main-heading.three h2 {
    color: #282828;
    font-size: 47px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

.main-heading.three h6 {
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 11px;
}

.main-heading.three h3 {
    color: #000;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.main-heading.three p {
    color: #282828;
    font-size: 13px;
    line-height: 28px;
}

.main-heading.three {
    margin-bottom: 80px;
}

.main-heading.three .dot span {
    background-color: #bebebe;
    display: inline-block;
    height: 7px;
    width: 7px;
}

.main-heading.three .dot {
    margin: 15px 0;
}


/*======================================*/

img {
    vertical-align: middle;
    max-width: 100%;
}

.margin {
    display: inline-block;
    margin: 16px 0;
    width: 100%;
}

.large-margin {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.no-padding {
    padding: 0;
}

.padding-left {
    padding: 0 0 0 15px;
}

.padding-right {
    padding: 0 15px 0 0;
}

.space {
    padding: 90px 0;
}

.space-top {
    padding: 90px 0 0;
}

.half-padding {
    padding: 0 7.5px;
}

.space-bottom {
    padding: 0 0 90px 0;
}

.small-space {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

section {
    overflow: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #19B5FE;
}


/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select.form-control {
    background-color: transparent;
    border: 1px solid #eee;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 12px;
    height: 53px;
    line-height: 1.42857;
    padding: 6px 15px;
    border-radius: 0;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.checkbox label::after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
    top: 0;
}

.radio label,
.checkbox label {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}

.form-control::-moz-placeholder {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 300;
}

.contact-block form .form-group {
    margin-bottom: 14px;
}

label {
    color: #2a2d34;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: capitalize;
}

textarea.form-control {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    height: 150px;
    resize: none;
}

input:focus,
textarea.form-control:focus,
select:focus {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    /* fallback color if gradients are not supported */
    background-image: url("../images/select-arrow.png"), -webkit-linear-gradient(top, #fff, #fff);
    /* For Chrome and Safari */
    background-image: url("../images/select-arrow.png"), -moz-linear-gradient(top, #fff, #fff);
    /* For old Fx (3.6 to 15) */
    background-image: url("../images/select-arrow.png"), -ms-linear-gradient(top, #fff, #fff);
    /* For pre-releases of IE 10*/
    background-image: url("../images/select-arrow.png"), -o-linear-gradient(top, #fff, #fff);
    /* For old Opera (11.1 to 12.0) */
    background-image: url("../images/select-arrow.png"), linear-gradient(to bottom, #fff, #fff);
    /* Standard syntax; must be last */
    background-position: 96% center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/*
==========================================
center
==========================================
*/

.center,
.brand-pagination .pagination li a,
#single-product .quantity,
#single-product .cart-info form,
.quantity .bootstrap-touchspin .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
===========================================
Overlay
===========================================
*/

.black-overlay::before {
    background-color: rgba(13, 20, 27, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.white-overlay::before {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blue-overlay::before {
    background-color: rgba(0, 12, 26, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.red-overlay::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/*
===========================================
Social
===========================================
*/

.social {
    list-style: outside none none;
    padding: 0;
}

.social li {
    display: inline-block;
    margin: 0 1px;
}

.social li a {
    background-color: #293141;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 34px;
    text-align: center;
    width: 30px;
}


/*
===========================================
Owl Carousel
===========================================
*/

.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    font-size: 50px;
    height: auto;
    left: 0;
    line-height: 45px;
    margin: 0;
    opacity: .5;
    padding: 0;
    position: absolute;
    width: auto;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: transparent;
    opacity: 1;
    text-decoration: none;
}

.owl-controls {
    left: 0;
    margin: -22px 0 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
}


/*
===========================================
Pre Loader
===========================================
*/

#loading {
    background-color: #fff;
    height: 100%;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
}

.object {
    width: 20px;
    height: 20px;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.object:nth-child(2n+0) {
    margin-right: 0px;
}

#object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}

#object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}

#object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}

#object_four {
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@-webkit-keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@-webkit-keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@-webkit-keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

@keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}


/*
===========================================
Pagination
===========================================
*/

.brand-pagination .pagination > li {
    display: inline-block;
    width: 63px;
    height: 53px;
}

.brand-pagination .pagination {
    margin: 0;
}

.brand-pagination {
    margin-top: 80px;
}

.brand-pagination .pagination li a {
    background-color: #fafafa;
    border: medium none;
    border-radius: 0;
    color: #333;
    font-size: 13px;
    height: 100%;
    padding: 0;
    width: 100%;
}

.brand-pagination .pagination li:first-child a,
.brand-pagination .pagination li:last-child a {
    background-color: #383838;
    color: #fff;
    font-size: 16px;
}

.brand-pagination .pagination li a:hover {
    color: #fff;
}

.brand-pagination .pagination > li.dash::before {
    bottom: 0;
    content: "........";
    font-size: 21px;
    left: 0;
    position: absolute;
    right: 0;
    top: 6px;
}


/*
===========================================
Bread Crumb
===========================================
*/

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

#breadcrumb::after,
.banner-content::after,
#banner::after {
    background-image: url("../images/bg-top.png");
    bottom: 0;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
}

#breadcrumb {
    background-attachment: fixed;
    background-color: #f9f9f9;
    background-image: url("../images/pattern.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.page-heading h2 {
    color: #222;
    font-size: 32px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
}

.page-heading p {
    color: #222;
    font-size: 12px;
}

.breadcrumb * {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb > .active {
    color: #222;
}

.breadcrumb > li + li::before {
    color: #222;
}


/*
===========================================
Top bar
===========================================
*/

section#topbar {
    padding: 4px 0;
}

.topbar-block ul {
    list-style: outside none none;
    padding: 0;
}

#topbar .topbar-block li {
    display: inline-block;
}

#topbar .topbar-block:first-child li:not(:last-child) {
    margin-right: 20px;
}

.topbar-block li a {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
}

#topbar ul li a i {
    font-size: 17px;
    margin-right: 6px;
}

#topbar .topbar-block:last-child li:first-child {
    margin-right: 20px;
}

#topbar .topbar-block:last-child li {
    text-transform: uppercase;
}


/*
===========================================
Main Banner
===========================================
*/

#rev_slider_9_1 .metis.tparrows {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

#rev_slider_9_1 .metis.tparrows:hover {
    background: rgba(255, 255, 255, 0.75)
}

#rev_slider_9_1 .metis.tparrows:before {
    color: rgb(0, 0, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_9_1 .metis.tparrows:hover:before {
    transform: scale(1.5)
}

.tp-fullwidth-forcer {
    visibility: hidden;
}

.cp-banner {
    background-image: url("../images/banner-2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .banner-text {
    bottom: 0;
    position: absolute;
    top: 0;
}

#banner .banner-text h2 {
    font-size: 51px;
    font-weight: 300;
    line-height: 62px;
    text-transform: uppercase;
}

#banner .banner-text p {
    color: #111;
    font-size: 17px;
}

#banner .banner-text .btn {
    margin-top: 30px;
}


/*
Border
=========================== */

.header-1 nav.bootsnav .dropdown:hover > .dropdown-menu,
.header-1 nav.bootsnav .dropdown.open > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}


/*
Background
=========================== */

#navbar-menu {
    display: block;
    padding: 0;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
}

.navbar-right {
    float: none !important;
    margin-right: 0;
    text-align: right;
}

nav.navbar.bootsnav.affix .nav-full ul.nav > li > a {
    line-height: 50px;
}

.navbar-header,
.attr-nav {
    z-index: 99;
}

nav * {
    transition: none 0s ease 0s;
}

.navbar .navbar-brand {
    display: inline-block;
    float: left;
    font-size: 18px;
    margin: 20px 0 0;
    padding: 0;
}

.cart-list {
    margin-left: 15px;
}

.header-1 .cart-list a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-list h6 {
    margin-top: 0;
}

.navbar.active,
.navbar.affix {
    opacity: 1;
}

.navbar.affix {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.navbar {
    opacity: 0;
}

nav.navbar.bootsnav.affix ul.nav > li > a {
    line-height: 70px;
}

.affix .attr-nav > ul > li > a {
    line-height: 70px;
}

.navbar.affix .navbar-brand {
    margin-top: 10px;
}

nav.navbar-default {
    background-color: #fafafa;
    border-color: transparent transparent #e5e5e5;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin: 0;
}

nav.navbar-default.white {
    background-color: #fff;
}

#navbar-menu .nav {
    z-index: 9;
}

.navbar-sidebar #navbar-menu ul li a i {
    font-size: 18px;
    margin-right: 5px;
}

.navbar.fix {
    opacity: 1;
}

.dropdown-menu {
    animation: grow ease-in-out .5s;
}

nav.navbar-brand-top .navbar-brand {
    margin: 20px 0 0 !important;
}

nav.bootsnav.navbar-full.affix .navbar-toggle {
    line-height: 70px;
}

.navbar-sidebar .copyright p {
    color: #fff;
    font-family: "poppins";
    text-align: center;
}

.navbar-sidebar .copyright {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 120px;
}

nav.navbar.bootsnav li.dropdown.megamenu-fw ul.dropdown-menu {
    background-color: #fafafa;
    background-image: url("../images/pattern.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid;
}

@-webkit-keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}


/*
===========================================
Services
===========================================
*/

#service .icon {
    background-color: transparent;
    color: #fff;
    float: left;
    font-size: 20px;
    height: auto;
    line-height: 58px;
    text-align: center;
    width: 55px;
}

.service-text > p {
    color: #888;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
}

#service h3 {
    color: #222;
    font-size: 22px;
    line-height: 30px;
    margin-left: 0;
    margin-top: 10px;
}

#service .icon::after {
    border-radius: 98px 77px 0;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: -1;
}

#service h3 a {
    color: #222;
}

.service-block:not(:last-child) {
    margin-bottom: 30px;
}

#service .service-text {
    background-color: #fafafa;
    margin-left: 55px;
    padding: 15px;
}


/*
===========================================
Our Team
===========================================
*/

#our-team h4 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 0;
}

#our-team h4 a {
    color: #fff;
}

#our-team hr {
    margin: 15px auto;
    width: 50px;
}

#our-team .designation {
    font-style: italic;
    font-weight: 600;
}

#our-team .social li a {
    background-color: #fff;
}

#our-team .team-block:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
}

#our-team .team-block > .inner {
    display: flex;
}

#our-team .inner p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

#our-team.social {
    margin-top: 20px;
}

#our-team .designation {
    color: #fff;
}

#our-team .team-block:hover .team-text {
    background-color: #000;
}


/*
===========================================
Call To Action
===========================================
*/

section#call-to-action {
    padding: 20px 0;
}

#call-to-action .main-heading.two hr::after {
    background-color: #f5f3f4;
}

#call-to-action .action-base {
    display: flex;
}

#call-to-action .main-heading.two {
    margin: 0;
}

#call-to-action .read {
    color: #222;
}

#call-to-action::after {
    background-color: #f5f3f4;
    bottom: 90px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: -1;
}

#call-to-action .action-block > img {
    border: 15px solid #f5f3f4;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    height: 550px;
    object-fit: contain;
    width: 550px;
}

#call-to-action .main-heading.two h2,
#call-to-action .main-heading.two p {
    color: #222;
    text-transform: capitalize;
}

#call-to-action .main-heading.two hr {
    border-color: #333;
}

#action {
    background-attachment: fixed;
    background-image: url("../images/action.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#action .main-heading {
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    padding: 60px 40px;
}

#action .btn {
    margin-top: 30px;
}

#action-2 {
    background-image: url("../images/action-1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#action-2::after {
    background-image: url("../images/bg-top.png");
    bottom: 0;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
}

#action-2::before {
    background-image: url("../images/bg-bottom.png");
    bottom: auto;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#action-2 .main-heading.three {
    margin-bottom: 60px;
    margin-top: 60px;
}

#action-2 .btn {
    margin-top: 30px;
}


/*
===========================================
offers
===========================================
*/

#offer::after {
    background-image: url("../images/bg-top.png");
    bottom: 0;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
}

#offer .offer-block {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99;
}

#offer .inner h2 {
    color: #222;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 0;
}

#offer .inner h3 {
    color: #111;
    font-size: 42px;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}

#offer .btn {
    margin-top: 30px;
}


/*
===========================================
Newsletter
===========================================
*/

#newsletter .main-heading {
    margin-bottom: 20px;
}

.newsletter-form .form-group {
    display: flex;
    margin: 0;
}

.newsletter-form input {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 60px;
    padding-left: 30px;
    padding-right: 80px;
    border: 1px solid #c8c8d0;
    border-right: none;
}

.margin-top {
    margin-top: 50px;
}

.newsletter-form .btn {
    border-radius: 60px;
    padding: 16px 30px 13px;
    position: absolute;
    right: 3px;
    top: 3px;
    border: none;
    color: #fff;
}

#newsletter .main-heading {
    margin-bottom: 0;
}


/*
===========================================
Footer
===========================================
*/

.footer-1 {
    background-color: #000;
    padding: 30px 0;
}

.footer-1 .social {
    margin-bottom: 15px;
}

.footer-1 .footer-block p {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 2px;
}

.footer-1 .to-top {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
    border-style: solid;
    border-width: 20px 31px 37px;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -90px;
    width: 40px;
}

.footer-1 .to-top::after {
    bottom: 0;
    color: #ffffff;
    content: "";
    font-family: icofont;
    font-size: 30px;
    left: 0;
    margin-left: -14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.social.two li a:hover {
    color: #ffffff;
}


/*
===========================================
Footer
===========================================
*/

footer .footer-upper {
    background-image: url("../images/pattern.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff;
}

footer .footer-upper::after {
    background-image: url("../images/bg-bottom.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

footer .about,
footer .mailing-list {
    clear: both;
}

.widget .main-heading img {
    width: 60px;
}

footer .copyrights {
    padding: 4px 0;
}

footer .contact-list {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0;
}

footer .copy-block > p {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
    text-transform: capitalize;
}

footer .contact-list li i {
    font-size: 30px;
    margin-right: 6px;
}

footer .contact-list > li a {
    color: #222;
    line-height: 40px;
}

footer .copy-block > p a {
    color: #fff;
}

.footer-menu > ul {
    padding: 0;
    list-style: none;
}

footer .footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #fff;
    font-size: 12px;
    padding: 0 14px;
    text-transform: capitalize;
}

.footer-menu li a:hover {
    color: #222;
}

footer .main-heading h2 {
    color: #222;
    font-size: 22px;
}

footer .main-heading {
    margin-bottom: 20px;
}

.mailing-list .form-group {
    margin-bottom: 20px;
    padding: 0;
}

footer .about {
    display: inline-block;
    margin-top: 8px;
}

footer .recent-posts {
    clear: both;
}

footer .main-heading h6 {
    margin-top: 0;
}

.footer-menu {
    margin-top: 3px;
}


/*
===========================================
Widgets
===========================================
*/

article.post {
    display: inline-block;
    width: 100%;
}

.widget article.post h5 {
    font-size: 15px;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}

.widget article.post h5 a {
    color: #222;
}

.widget article.post .date {
    display: inline-block;
    font-family: arimo;
    font-size: 11px;
    font-style: italic;
}

footer .widget article.post:not(:last-child) .date {
    padding-bottom: 22px;
    border-bottom: 1px solid #777;
}

footer .widget article.post:not(:first-child) {
    padding-top: 22px;
}

.widget article:hover .date {
    color: #222;
}

.widget .about p {
    color: #222;
    font-size: 14px;
}

.widget .about p:not(:last-child) {
    margin-bottom: 10px;
}

.widget .recent-photo {
    display: inline-block;
    overflow: hidden;
}

.widget .recent-photo ul {
    padding: 0;
    list-style: none;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}

.widget .recent-photo li {
    margin-bottom: 15px;
}

.recent-photo li:hover img {
    filter: grayscale(1) opacity(0.6);
    -webkit-filter: grayscale(1) opacity(0.6);
}

.widget .mailing-list p {
    color: #222;
    font-size: 14px;
    line-height: 30px;
}

.widget .mailing-list form {
    margin-top: 30px;
}

.mailing-list input.form-control {
    background-color: rgba(58, 58, 60, 0.8);
}

footer button.black-border {
    border-color: #222;
    color: #222;
}


/*
===========================================
Products
===========================================
*/

.products .cbp-item .cbp-item-wrapper::after {
    background-image: url("../images/bg-top.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
}

.products .hover ul li {
    display: inline-block;
}

.product-block .product-image {
    overflow: hidden;
}

.products .cbp-item {
    padding: 1px;
}

.cbp.cbp-l-grid-mosaic-projects {
    clear: both;
}

.cbp-l-filters-button .cbp-filter-item {
    text-transform: capitalize;
}

.products .cbp-item .cbp-item-wrapper {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.products .hover ul {
    display: inline-block;
    height: 50px;
    padding: 11px 0 0 10px;
}

.products .product-image img {
    z-index: 1;
}

.products h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 8px 0 0;
    text-align: center;
    text-transform: capitalize;
}

.products h5 a {
    color: #282828;
}

.product-block .product-inner {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.products .hover ul li a {
    color: #222;
    font-size: 20px;
    margin-right: 10px;
}

.products .hover {
    margin-top: 15px;
}

.products .price {
    color: #222;
    float: right;
    font-size: 14px;
    height: 50px;
    text-decoration: underline;
    width: 50px;
}

.product-block .price span,
.single-block .price span {
    color: #bebebe;
    font-size: 10px;
    margin-left: 10px;
    text-decoration: line-through;
}

.products .content {
    padding: 0 15px 15px;
}


/* clear fix */

.product-base:after {
    content: '';
    display: block;
    clear: both;
}

.products .cbp-item .hover ul {
    display: inline-block;
    float: left;
    height: auto;
    padding: 0;
}

.products .cbp-item .price {
    height: auto;
    width: auto;
}

.products .cbp-item .hover {
    height: 50px;
}


/* ---- .element-item ---- */


/* 5 columns, percentage width */

.column-3 .grid-sizer {
    width: 31.5%;
}

.column-4 .grid-sizer {
    width: 22.5%;
}

.container-fluid .column-4 .grid-sizer {
    width: 23%;
}


/*
===========================================
Compare Products
===========================================
*/

.view--compare {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
}

.product-grid .pg-content {
    padding: 15px;
    text-align: center;
}


/* product */

.two.product-grid .product .inner {
    border-radius: 5px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    min-width: 16em;
    position: relative;
    vertical-align: top;
}

.product-grid .product:not(:last-child) {
    margin-bottom: 30px;
}

.product-grid .product {
    padding: 0 18px;
}

.two.product-grid .flexbox .product {
    display: block;
    -webkit-flex: 0 0 16em;
    -ms-flex: 0 0 16em;
    flex: 0 0 16em;
}


/* product info */

.product__info > span {
    display: block;
    padding: 1em 0;
}


/* since we'll be using the product info inside of the comparison, we'll hide the extra info for the grid view */

.two.product-grid .extra {
    display: none;
}

.two.product-grid .product__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.two.product-grid .product:hover .product__image {
    -webkit-animation: swing 0.6s forwards;
    animation: swing 0.6s forwards;
}

.product-price .action {
    background-color: transparent;
    color: #222;
    float: left;
    margin: 0;
    padding: 0;
}


/* https://daneden.github.io/animate.css/ */

@-webkit-keyframes swing {
    25% {
        -webkit-transform: rotate3d(0, 0, 1, 6deg);
        transform: rotate3d(0, 0, 1, 6deg);
    }
    50% {
        -webkit-transform: rotate3d(0, 0, 1, -4deg);
        transform: rotate3d(0, 0, 1, -4deg);
    }
    75% {
        -webkit-transform: rotate3d(0, 0, 1, 2deg);
        transform: rotate3d(0, 0, 1, 2deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    25% {
        -webkit-transform: rotate3d(0, 0, 1, 6deg);
        transform: rotate3d(0, 0, 1, 6deg);
    }
    50% {
        -webkit-transform: rotate3d(0, 0, 1, -4deg);
        transform: rotate3d(0, 0, 1, -4deg);
    }
    75% {
        -webkit-transform: rotate3d(0, 0, 1, 2deg);
        transform: rotate3d(0, 0, 1, 2deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.two.product-grid .product__title {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    min-height: 3em;
}

.two.product-grid .product__price {
    color: #222;
    float: right;
    font-weight: 300;
}

.product-grid .product-price {
    height: 20px;
}

.action {
    display: inline-block;
    font-size: 1em;
    white-space: nowrap;
    padding: 0.85em 1.25em;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
}

.action:focus {
    outline: none;
}

.action--button {
    background: #2C2D34;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.action__text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block;
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
}

.action--button i + span {
    margin-left: 1em;
}

.flexbox .action--buy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-transform: uppercase;
}

.compare__item .action {
    color: #222;
    display: inline-block;
    float: none;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.action--close {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    font-size: 1.5em;
    color: #ddd;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, background 0.2s;
    transition: opacity 0.3s, background 0.2s;
}

.view--compare + .compare .action--close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s;
}

.action--compare {
    margin: 0 0 0 4px;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    background-color: #34363D;
    color: #565B6C;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.compare-basket--active .action--compare {
    opacity: 1;
}

.compare-basket--active .action--compare:nth-child(3),
.compare-basket--active .action--compare:nth-child(4) {
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
}

.action--remove {
    position: absolute;
    overflow: hidden;
    color: #111;
    top: 0px;
    right: 2px;
    padding: 0;
    font-size: 0.65em;
}

.action--compare-add {
    color: #ddd;
    position: absolute;
    top: 10px;
    right: 0;
}

.action--compare-add:hover .action__text--invisible {
    opacity: 1;
    top: 35px;
    right: 10px;
    color: #ddd;
    font-size: 75%;
    letter-spacing: 0;
    background: #2F3035;
    border-radius: 2px;
    padding: 3px 5px;
}

.action--remove:hover,
.action--compare-add:hover {
    color: #5C5EDC;
}

.action--compare-add .icofont-tick-mark,
.action--compare-add input[type=checkbox]:checked ~ span.plus {
    display: none;
}

.action--compare-add input[type=checkbox]:checked ~ .icofont-tick-mark {
    display: block;
}

.action--compare-add span.plus {
    color: #222;
    font-family: times new roman;
    font-size: 30px;
    line-height: 10px;
}

.check-hidden {
    position: absolute;
    opacity: 0;
}

.compare-basket {
    width: 100%;
    padding: 0.75em;
    text-align: right;
    position: fixed;
    top: 0;
    left: 0;
    background: #fcfcfc;
    z-index: 1000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.compare-basket--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flexbox .compare-basket {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-icon {
    display: inline-block;
    vertical-align: middle;
    background: #42444F;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative;
}

.product-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: -1;
    box-shadow: -56px 0 #2C2D34;
}

.compare-basket--full .product-icon::after {
    display: none;
}

.flexbox .product-icon {
    display: block;
}


/* comparison overlay */

.compare {
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1001;
    -webkit-transition: height 0s 0.4s;
    transition: height 0s 0.4s;
}

.flexbox .compare {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.view--compare + .compare {
    pointer-events: auto;
    height: 100%;
    -webkit-transition: none;
    transition: none;
}

.compare::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.view--compare + .compare::before {
    opacity: 1;
}

.compare__item {
    height: 100%;
    width: 50%;
    background: rgb(253, 253, 253);
    text-align: center;
    cursor: default;
    padding: 2em 0;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.no-flexbox .compare__item {
    display: inline-block;
    width: 50%;
}

.compare__item:nth-of-type(2) {
    background: #fff;
}

.compare__item .product__title {
    margin: 1em 0;
    min-height: 0;
}

.compare__item .product__price {
    color: #CECECE;
}

.compare__item span[class^="product__"] {
    color: #222;
    display: block;
    padding: 0;
    transition: background-color 0.3s ease 0s;
}

.compare__item span[class^="product__"].hover {
    background: #000;
}


/* three items */

.compare__item:first-of-type:nth-last-of-type(3),
.compare__item:first-of-type:nth-last-of-type(3) ~ .compare__item {
    width: 33.3333%;
}

.flexbox .compare__item {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.compare__item:nth-child(odd) {
    -webkit-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0);
}

.compare__item:nth-child(even) {
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
}

.view--compare + .compare .compare__item:nth-child(odd),
.view--compare + .compare .compare__item:nth-child(even) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.compare__effect {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.compare__item:nth-child(odd) .compare__effect {
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0);
}

.compare__item:nth-child(even) .compare__effect {
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 0);
}

.view--compare + .compare .compare__item:nth-child(odd) .compare__effect,
.view--compare + .compare .compare__item:nth-child(even) .compare__effect {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media screen and (min-width: 59.688em) {
    .flexbox .compare__effect {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flexbox .compare__item .product__image {
        -webkit-align-self: center;
        -ms-flex-align: center;
        align-self: center;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 300px;
    }
}

@media screen and (max-width: 59.688em) {
    .product-grid {
        padding: 2em 0.5em;
        font-size: 65%;
    }
    .product {
        min-width: 13em;
    }
    .product__title {
        font-size: 115%;
    }
    .flexbox .product {
        -webkit-flex: 0 0 13em;
        -ms-flex: 0 0 13em;
        flex: 0 0 13em;
    }
    .flexbox .compare {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .no-flexbox .compare__item,
    .compare__item,
    .compare__item:first-of-type:nth-last-of-type(3),
    .compare__item:first-of-type:nth-last-of-type(3) ~ .compare__item {
        width: 100%;
    }
    .compare__item {
        text-align: left;
        padding: 1.5em;
        font-size: 90%;
    }
    .compare__item .product__image {
        height: 40px;
        float: left;
    }
    .compare__item .product__title {
        color: #222;
        margin: 20px 0;
        min-height: 0;
    }
    .compare__item .product__year {
        border-bottom: 2px solid #2E294E;
    }
    .compare__item .product__varietal {
        border-bottom: 2px solid #4B5267;
    }
    .compare__item .product__alcohol {
        border-bottom: 2px solid #3C3474;
    }
    .action--close {
        padding: 0.5em 0.75em;
    }
    .compare__item .action--buy {
        margin: 0;
        display: block;
    }
    .compare__item span[class^="product__"] {
        display: inline-block;
        padding: 0.25em;
        margin: 0 0 0.5em 0;
        font-size: 0.85em;
    }
    .compare__item:nth-child(odd) {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .compare__item:nth-child(even) {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .compare__item:nth-child(odd) .compare__effect {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
    .compare__item:nth-child(even) .compare__effect {
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
}


/*
===========================================
Single Product
===========================================
*/

#single-product .small-products {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
}

.small-products ul li {
    z-index: 99999;
}

.small-products ul li {
    display: inline-block;
    float: none;
    z-index: 99999;
}

.small-products .nav {
    border: medium none;
    text-align: center;
}

#single-product .small-products ul li a {
    padding: 0;
}

.small-products ul.nav.nav-tabs img {
    border-radius: 3px;
}

#single-product .small-products ul li a::after {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #5b5b5b;
    content: "+";
    font-family: times new roman;
    font-size: 60px;
    font-weight: 100;
    left: 0;
    line-height: 80px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#single-product .small-products ul li.active a::after,
#single-product .small-products ul li:hover a::after {
    opacity: 1;
}

#single-product .serialno {
    color: #cbcbcb;
    font-size: 14px;
}

#single-product .single-block {
    padding-left: 45px;
}

.single-block h3 {
    color: #323232;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
}

#single-product {
    background-color: #fdfcfc;
}

#single-product .single-block > ul {
    -moz-column-count: 3;
    list-style: outside none none;
    margin-bottom: 30px;
    margin-top: 22px;
    padding: 0;
}

#single-product .single-block p {
    color: #666666;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 55px;
    margin-top: 30px;
}

.revew-content-area iframe {
    height: 315px;
    width: 100%;
}

#single-product .single-block > ul * {
    color: #323232;
    font-size: 13px;
}

.quantity #demo_vertical {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    height: 52px;
    padding: 0 26px;
    text-align: center;
    width: 80px;
}

#single-product .quantity {
    padding: 0;
}

.quantity .input-group {
    display: flex;
}

.quantity .bootstrap-touchspin .input-group-btn-vertical {
    background-color: #fff;
    border-color: #d4d4d4;
    border-radius: 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 27px;
}

#single-product .price {}

.quantity .bootstrap-touchspin .btn {
    background-color: transparent;
    border: 1px solid transparent;
    color: #8c8c8c;
    height: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 28px;
}

.quantity .bootstrap-touchspin .btn.bootstrap-touchspin-down {
    margin-top: 5px;
}

.quantity .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 11px;
    font-weight: normal;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.quantity .btn .glyphicon.glyphicon-chevron-up {
    top: 8px;
}

.quantity label {
    font-size: 12px;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
}

#single-product .reviews-areas::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: -1000px;
    position: absolute;
    right: -1000px;
    top: 0;
}

.reviews-areas.space-top {
    padding: 90px 15px 0;
}

.reviews-areas .reviw-title {
    margin-bottom: 20px;
}

.reviews-areas .reviw-title ul {
    border: medium none;
}

.reviews-areas ul li.active a,
.reviews-areas .nav-tabs > li.active > a:hover,
.reviews-areas .nav-tabs > li.active > a:focus,
.reviews-areas ul li a:hover {
    background-color: transparent;
    border: medium none;
}

.reviews-areas ul li a {
    border: medium none;
    color: #282828;
    font-size: 13px;
    line-height: 60px;
    margin: 0 30px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.reviews-areas ul li a::before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 100%;
}

.reviews-areas ul li a:hover::before,
.reviews-areas ul li.active a::before {
    right: 50%;
}

.reviews-areas .tab-content p {
    font-size: 14px;
    line-height: 30px;
}


/*
===========================================
Check out
===========================================
*/

.checkout-heading p {
    color: #C1919F;
    font-size: 11px;
    text-transform: uppercase;
}

.checkout-heading h1 {
    color: #282828;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}

.checkout-heading {
    margin-top: 90px;
    margin-bottom: 55px;
}

#checkout .checkbox.form-group {
    margin: 40px 0 0;
    padding: 0;
}

.choose-block.detail {
    padding-left: 75px;
}

#checkout .checkout-inner .form-group:nth-last-child(2) {
    margin-bottom: 50px;
}

#checkout .table td,
#checkout .table th {
    border: medium none;
    font-size: 13px;
    padding: 15px 0;
    text-transform: uppercase;
}

#checkout .table th {
    padding: 20px 0;
}

.well p a {
    margin-left: 5px;
}

#checkout thead {
    background-color: #f8f8f8;
}

#checkout .table th {
    color: #282828;
    font-size: 15px;
    text-transform: uppercase;
}

#checkout .total-price {
    background-color: #fff;
    display: inline-block;
    padding: 0 30px 0 35px;
    width: 100%;
}

#checkout thead::before,
#checkout form .button::before {
    background-color: #fcfcfc;
    border-bottom: 2px solid #fff;
    content: "";
    height: 61px;
    left: -35px;
    position: absolute;
    right: -30px;
    top: 0;
}

#checkout form .button::before {
    bottom: 0;
    height: auto;
}

#checkout .table td:first-child,
#checkout .table th:first-child {
    width: 80%;
}

#checkout .table tbody tr:first-child td {
    padding-top: 30px;
}

#checkout .table td:first-child {
    font-weight: 600;
}

#checkout .table tr.shipping td:last-child {
    color: #999999;
}

#checkout .total-price .table .total td {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
}

#checkout .table .shipping td {
    padding-bottom: 30px;
}

#checkout .total-price .checkbox.form-group {
    margin: 20px 0;
    padding: 0;
}

p.well {
    color: #444444;
    line-height: 26px;
    margin-top: 30px;
    padding: 30px 50px;
}

.form-group label img {
    margin-left: 10px;
}

#checkout form .button {
    margin-top: 60px;
    padding: 10px 0;
}

#checkout form input.form-control {
    height: 60px;
}

.checkout-item textarea.form-control {
    height: 207px;
}


/*
===========================================
Cart
===========================================
*/

#cart table thead th {
    padding: 15px;
}

#cart table tbody td {
    border: medium none;
    padding: 30px 15px;
    vertical-align: middle;
}

#cart table thead th {
    background-color: #f8f8f8;
    border-bottom: 2px solid #fff;
    color: #282828;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

#cart .table thead th:first-child,
#cart table tbody tr td:first-child {
    padding-left: 70px;
}

#cart .table thead th:last-child,
#cart table tbody tr td:last-child {
    padding-right: 30px;
}

#cart .table tbody {
    background-color: #fdfcfc;
}

table td .serialno {
    color: #c7c7c7;
    font-size: 12px;
    text-transform: uppercase;
}

.table td h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.table td h5 a {
    color: #323232;
}

.table td.product-price,
.table td.product-total {
    font-size: 16px;
}

table td.option a {
    color: #c7c7c7;
    font-size: 12px;
    text-transform: uppercase;
}

#cart table {
    margin: 0;
}

#cart .button {
    background-color: #f8f8f8;
    padding: 10px 70px;
    margin-top: 2px;
}

#cart .button input.form-control {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 60px;
    height: 52px;
}

#cart .cart-total {
    margin-top: 50px;
}

#cart table td.sub-total,
#cart table td.total {
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-total td.product-price {
    font-size: 13px;
}

#cart .cart-total table td {
    padding-bottom: 0;
    padding-top: 40px;
}

#cart .cart-total table tr:last-child td {
    padding-bottom: 40px;
}

#cart .cart-total table tbody tr td:first-child {
    width: 70%;
}

#cart .video {
    margin-top: 50px;
    padding-right: 30px;
}

#cart .video iframe {
    height: 293px;
    width: 100%;
}


/*
===========================================
Category
===========================================
*/

#category {
    background-color: #fcfcfc;
}

#category.two {
    padding: 30px 0;
}

#category .hover {
    border: 1px solid transparent;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 59%;
}

#category .category-block:hover .hover {
    top: 100%;
}

#category .hover h2 {
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

.cat-image .hover-image,
.product-block .hover-image {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: scale(4);
    -webkit-transform: scale(4);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.category-block:hover .cat-image .hover-image,
.product-block:hover .hover-image {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#category .hover h2 a {
    color: #fff;
}

#category .hover h2 span {
    color: #fff;
    display: block;
    margin-top: 6px;
}

#category .hover p {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#category .category-block:hover .inner img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#category .inner {
    overflow: hidden;
}

#category {
    overflow: visible;
}


/*
===========================================
Search
===========================================
*/

section#search {
    padding: 30px 0;
}

#search .form-group {
    display: flex;
    margin: 0;
}

.search-block > h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 12px;
    text-transform: uppercase;
}

#search form button.btn {
    border: medium none;
    margin-left: 30px;
}

#search form input {
    background-color: #fff;
    border-radius: 60px;
    padding-left: 30px;
}


/*
===========================================
Inner Contact
===========================================
*/

.inner .contact-block h5 {
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
}

#googleMap {
    height: 420px;
}

#contact .contact-block p,
#contact .contact-block a {
    color: #555555;
    font-size: 13px;
    line-height: 28px;
}

#contact .contact-block a {
    display: block;
}

#map textarea.form-control {
    height: 177px;
}

#contact .icon {
    font-size: 40px;
    margin-bottom: 10px;
}

#contact h5 {
    color: #222;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

.contact-item .contact-block:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
}

#contact textarea.form-control {
    height: 200px;
}

#map::after {
    background-image: url("../images/bg-bottom.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


/*
===========================================
Blog
===========================================
*/

ul.info {
    list-style: outside none none;
    padding: 0;
}

ul.info li {
    display: inline-block;
}

ul.info li a,
ul.info li {
    color: #888888;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

ul.info li:not(:last-child) {
    margin-right: 15px;
}

ul.info li i {
    margin-right: 4px;
}

#blog .blog-block h3 {
    color: #222;
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
}

#blog .blog-block h3 a {
    color: #222;
}

#blog .blog-block p {
    color: #666;
    line-height: 28px;
    margin-top: 10px;
}

#blog.one .hover {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

#blog.one .blog-block:hover .hover {
    background-color: rgba(255, 255, 255, 0.89);
    bottom: 30px;
    left: 30px;
    opacity: 1;
    right: 30px;
    top: 30px;
}

#blog.one.columns_2 article:not(:nth-last-child(-n+2)) {
    margin-bottom: 50px;
}

#blog.one.columns_1 article:not(:last-child) {
    margin-bottom: 50px;
}

#blog.one.columns_3 article:not(:nth-last-child(-n+3)) {
    margin-bottom: 50px;
}

#blog.one.columns_4 article:not(:nth-last-child(-n+4)) {
    margin-bottom: 50px;
}

#blog.columns_2 iframe {
    border: medium none;
    display: inline-block;
    height: 200px;
    width: 100%;
}

#blog.columns_3 iframe {
    border: medium none;
    display: inline-block;
    height: 180px;
    width: 100%;
}

#blog.columns_1 iframe {
    height: 540px;
    border: medium none;
    display: inline-block;
    width: 100%;
}

#blog.columns_3 .blog-image {
    height: 177px;
}

#blog.columns_2 .blog-image {
    height: 200px;
}

#blog.one.columns_4 article {
    padding: 2px;
}

#blog.one.columns_4 iframe {
    height: 166px;
    border: medium none;
    display: inline-block;
    width: 100%;
}


/*
===========================================
Aside
===========================================
*/

.widget.search .form-group {
    margin: 0;
    padding: 0;
}

.products .wrapper-base > div:last-child {
    position: static !important;
}

.widget.offers .inner {
    background-image: url("../images/product-35.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    height: 99%;
    top: 4px;
}

.offers .hover {
    animation: 1s ease 0s normal none infinite running blink;
    border-radius: 50%;
    bottom: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 90px;
    padding-top: 16px;
    position: absolute;
    right: 30px;
    text-align: center;
    text-transform: capitalize;
    width: 90px;
}

.products aside {
    margin-top: 74px;
}

.widget.product-category ul {
    border: 1px solid #e5e5e5;
    list-style: outside none none;
    padding: 20px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.widget.search form button {
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #cccccc;
    padding: 0 22px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.widget.search input {
    height: 55px;
}

.widget.search .form-control::-moz-placeholder {
    font-size: 12px;
}

.widget.search .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.widget.search .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.widget.search .btn i {
    margin-right: 0;
}

aside .widget.blog {
    background-color: #f8f8f8;
    padding: 20px;
}

.widget.blog h5 {
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px;
    margin-top: 0;
    padding-left: 10px;
}

.widget.tags ul {
    list-style: outside none none;
    padding: 0;
}

.widget.tags li {
    display: inline-block;
    line-height: 30px;
    margin-bottom: 4px;
}

.widget.tags li a {
    border: 1px solid #eee;
    border-radius: 30px;
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 5px;
    padding: 5px 15px 2px;
    text-transform: capitalize;
}

.aside-heading h4 {
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.widget.blog h5 a {
    color: #222222;
}

.widget.blog .date {
    color: #999999;
    font-size: 11px;
}

aside .widget:not(:last-child) {
    margin-bottom: 30px;
}

.widget .blog-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.widget .blog-item:not(:first-child) {
    padding-top: 20px;
}

.widget .blog-item h5 a::before {
    content: "";
    font-family: fontawesome;
    left: -10px;
    margin-right: 8px;
    position: absolute;
    top: -2px;
}

.widget.category ul {
    list-style: outside none none;
    padding: 0;
}

.widget.category ul li a {
    color: #222222;
    display: block;
    font-size: 14px;
    padding: 20px;
}

.widget.category ul li a {
    background-color: #f9f9f9;
}

.widget.category ul li:not(:last-child) a {
    border-bottom: 1px solid #eeeeee;
}

.widget.category ul li a::before {
    content: "";
    font-family: fontawesome;
    margin-right: 7px;
}


/*
================================================
join us
================================================
*/

.modal-open #myModal {
    align-items: center;
    display: flex !important;
    justify-content: center;
    padding: 0!important;
}

#model .modal-dialog {
    margin: 0;
    transform: translate(0px);
}

.modal-body h3 {
    color: #222;
    font-weight: 700;
    margin-top: 50px;
    text-transform: uppercase;
}

#model form input {
    box-shadow: none;
}

#model form input:focus {
    border-color: #000;
}

#model .modal-dialog {
    display: inline-block;
}

#model .model-image img {
    max-width: 100%;
}

#model .modal-body {
    padding-left: 30px;
}

#model .modal-content {
    border-radius: 0;
}

#model button.close {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 40px;
    z-index: 2147483647;
    opacity: 1;
}

#model .modal-body::before {
    bottom: 17px;
    content: "";
    left: 17px;
    position: absolute;
    right: 17px;
    top: 17px;
}

.modal-open {
    padding: 0!important;
    overflow: visible;
}

.modal-open #model .modal {
    overflow-y: hidden;
}

#model button.close:hover {
    border-color: #fff;
    background-color: #000;
    color: #fff;
}

#model ul.social {
    margin-top: 30px;
}

#model form .btn {
    border: 1px solid #000;
    color: #222;
    width: 100%;
}

#model .modal-backdrop.in {
    opacity: 0.8;
}

#user-area .modal-body form .btn {
    border-color: #222;
    color: #222;
    margin-top: 20px;
    width: 100%;
}

#user-area .modal-body .checkbox.form-group > label {
    margin-right: 10px;
}

#user-area form input,
#user-area form select.form-control {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 0;
}

#user-area .modal-content {
    border-radius: 0;
    display: inline-block;
    width: 100%;
}

#user-area.modal {
    z-index: 2147483647;
}

#user-area .nav-tabs > li > a {
    color: #333;
    padding: 10px 42px;
}

#user-area button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #222;
    cursor: pointer;
    font-size: 27px;
    font-weight: 300;
    line-height: 23px;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 4px;
    z-index: 999;
}


/*
===========================================
Partner logo
===========================================
*/

#branches {
    background-image: url("../images/branchesbg.jpg");
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#branch .item {
    padding: 0 15px;
}

#branch .item .branch-inner {
    background-color: #faf8f8;
    padding: 15px 0;
}


/*
===========================================
Coming soon
===========================================
*/

#coming-soon .btn {
    margin: 0 5px;
    width: 160px;
    text-align: center;
}

#coming-soon {
    background-image: url("../images/banner-1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.soon-block .inner {
    padding: 0 80px;
}

#coming-soon .buttons {
    margin-top: 40px;
}

#countdown.countdown .count-down {
    width: 103px;
    height: 130px;
    text-align: center;
    padding-top: 18px;
}

#countdown.countdown .count-down .number {
    font-size: 60px;
    font-weight: 700;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

#countdown.countdown .count-down:not(:last-child)::after {
    content: ":";
    font-size: 50px;
    color: #222;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: 20px;
}

#countdown.countdown span.string {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    color: #222;
}

#countdown.countdown div {
    display: inline-block;
}

#countdown.countdown div:not(:last-child) {
    margin-right: 10px;
}

.soon-block img {
    margin-bottom: 30px;
    width: 80px;
}


/*
===========================================
404 Page
===========================================
*/

#error-page {
    background-color: #f9f9f9;
    background-image: url("../images/pattern.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#error-page h1 {
    color: #222;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}

#error-page .error-404 {
    color: #222;
    font-size: 200px;
    font-weight: bold;
    line-height: 190px;
}

#error-page h4 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#error-page p {
    color: #222;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#error-page form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#error-page .form-group input {
    background-color: transparent;
    border-radius: 0;
}

#error-page .form-group .btn {
    background-color: transparent;
    border-color: #eee;
    border-left: medium none #eee;
    color: #222;
    font-size: 15px;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
}

#error-page .form-group {
    margin-bottom: 50px;
}

#error-page .btn.black-border::after {
    border-color: #333;
}


/*
===========================================
Color Switcher
===========================================
*/

.colorPanel {
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0;
    min-width: 20px;
    padding: 5px;
    position: fixed;
    top: 40%;
    z-index: 100;
    box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, .2);
}

.colorPanel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: none;
}

.colorPanel ul li {
    display: block;
    margin-top: 5px;
}

.colorPanel ul a {
    display: block;
    width: 30px;
    height: 30px;
}

#cpToggle {
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4AcGEAQJTE3sPgAAB+tJREFUWMO1l3uMXFUdxz+/c+6dx75mdre7bNulL3m01S4tbigbQNLIIwYhQrABhFZiSEyIUYMREhMhMSEKxj+MogYlxsQQ/oKIPKIoYFOstNG2LK2WtnRLu7S72+7M7s7O455zfv4xM9ut3UoxcU5+OefOnTmf7+9xzr1H+B8+91+qqBLbiM3GMKyBPTaGX7wjH3su83H/sGWFUilhULai/ESEn8Zp1grw4JX6/xVwz1JldgZjI7aq8gSQF+EaEZ6J06wD+PrGjyfiggVsWay0lZFUii+hPAl0Nu+JsFGEZ1Jp1qPw0LUXLuKCBPSa7/KbD0XedW/eNVk7+KMpd6h7OjmI0zIACiAMivBMKsOnVeHhTRcm4pyqef5qRQQ0kMLQYiy5OKbz3cLI0PvTo4+2pNMXdbW2Mjp7ilPllXRkF2NjiJoWsXd35+4fb79k5GjuiltOWxMVImHaCrNGqCj490bRT10Mw18UIoDnVitAFsNtrsQasSwVyxKxXKRCd+LIXdaxrG1117LYRkIUwfDk+0yU3UIeDaysLnv66Kmx2uTp4+W4Z3nJCFNGmIyESSO8sLSHXzY9jwA0AJAV5RGF9fMnDIBRECso4LUe86xkMVI9m671dCxKuuSG8cH0tv3D6UKmJW9zPUutgDFg4UBX5kzoDYB6CI5S8JwMDoIDnWdhnjWvs5ImEmWhTCuwyHexYbwfO/oelkBkIBKwhhOxgcjMj4CHygTVzCI+xIALCQRIa4wqiNajgEJoENOkiE2zAuf1jcI6FU3yzrLTxCvWEFmDFbACRhgD2HmHnBEQPKQ6ITiOYQKjuhOJx8j568inuufATSEBiIhJiyFZoKoLcYG/XfYBM1dcTqqlHcuc94mB8XOW4b0fCOoUPMdOVEZYkXuVe1c9y6KWnzNR3Ust8ahvpKqeLkywZE10JvEN+FQ8xdvrTjK94RJSLe1EZ+BYoWINE3be4o+ag8OV3WjIjMYt25Pre/bFvfEMt/Vt48DUAf5e+Byl2s20RJ1zqRBryEpMEQUEAabTM+wZPM30wHLSqQyWOXBdhFAyQmF+3cwJKJs/kxCdvLNv72xvVMxRU6wqa7IjXBz9ir1T/9D3q3eL1QEiNRgVWiQGVQQoZcoMD00zNbCUVBTPwRtgrAGDm3XhRGn+9lMvwk2bKCSvk7Zuecq4NIkHVQgBVGnThKHWN2VVtI/h8u16Krld0E6ymsIolLM19l9fobiuh9hG9Zw3PG/CI4GK27/4QGHLdS2Tg8/mj+Up9BcaEXCOvEz1ofJNnGbmw5u9hECfjNKdeUpGajv0kHuAjA5IrV05cEOguC5PbOSMxw1rCokMOH886/tHHy5/+fkdscbvA1gdGoLxcchmv0EI9+GD4H0dvEBvvadLj8hieVPComl9eXMsJwYSrCZYDXXvMUQi9bXfsNhAKdnJ1KpX+6KeWGKJX2t7rC1EeA/5/CDOfRVVWch7gqI+UCNQyyj0Cum+0wxe/bRcs/m3HEllceUWXKkNZjqQUh4724WtdBMn3cSum7T0UPX/JJWzWOKtwB8F+X2Ec22IfAvVpf8J9z4wGzylWHEXWdIXR7T2GTJtiqpD1yhbTIVdpsqhniLSEwgEVBXnA7UalMqgJYNOx/hKQjqfBcgBjwiyJ8L7rcCtTbALganEcdoEqp0RmeVZOpel6c4bYuvBJ+AcpVTA9scsN8p9Rc8TcYokFkBRUTRqWIui3Uq9WRTTGOsQ8J0I779ACNmm1/trVcqr2+lfm6e/N0UmpQ1oAj5ACKjzlBcLnZ0xiONm69k+4dm2OHtm+o9uxUCoGrx/AOceJ0nGcI7YezqXtbLkE+1k0jIHRc9Y2XvCihibsqCG9ozlntkafQUlIv6oFmLibRHRXRb7kH2so6MAvIH32/G+R2tu5dHgbP9lOWRu752/D3smjKf1M22k283cNtwbB4onHP/KtyLWYjELtTFBfijIty12b4pUMHL4MExNBWq1t/D+3lTwDxaPFvcXx0uNff5s75PEU1oU0dKTBjWNx4khTkfcGidcfqxyVhSiurmI6FWLvcNiv5ciNbZLdvG2vF1/GMnYGHL8OO9WKtP5lSd/OTox+3lCeOGs0DfGhaonviSLjSPAzglADcsWRdwyXiRXDA1wilwxsPzQ1HNCfHda4+1ttIW35K3zvxPqk9c3v72J4J8nuBZ8At6BS9hfrbHkK0vJLY5AE6DxlkIC4jg1UeWpiSw7r1hC78hprtx3rNpbmN4sGfu7W782SXr8bN6CRxl98lpAOgn+FYLb2BQwM1vlYF+Kgfv7McbXoXMC3Nz1jn0V/lqMuCo7w9p+P9zRoTc6z4lM38lzWNFCAggBXHUSE71MCBubaTg5k+BzrXgnmIwFGqkR06gHC6KsXxWzulQj15lCrH+DP4ycsDf3L4g672FOHx8E5CqCfwWfdBEcxVKVw6Ua07mIjsvb6N/QXutemfYiPjuXjvmmSQXCncBLYJH8wXM45z+Y1ItuGPU7m0WYS8P6DvEDM+Ujky998Ou//OzQ3b6mt4H8ADG7wMzOFSUGsAfA7Dof/PwpgPq6d24WkRfRcCMaxlHdIfBivs28vmmodYTp4EkrEP8JfCfIBjA3gfksmE8i9nUyl56k/N55Mf/1PK2PrgW4FA2bCe41gtuD2Aq+gnz/+Lm/Lw5Sf/rXesANQTgC7EFjJL97Qca/AbulDEkJVwUjAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTA2VDE2OjA0OjA5KzAyOjAwGrf0aQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0wNlQxNjowNDowOSswMjowMGvqTNUAAAAASUVORK5CYII=);
    background-size: cover;
}
