/* Theme Name: Men'z Saloon - HTML 5 Template
Author: iThemesLab
Author URI: http://ithemeslab.com
Author Email: ithemeslab@gmail.com */


/* 
----------Table of Content------------
======================================
01  Global Styles
    1.1 global & override
    1.2 typography
    1.3 margins & paddings
    1.4 backgrounds
02  Navbar Styles
    2.1 navbar global
    2.2 navbar on lg screen
    2.3 navbar on sm & xs screen
03  Element Styles
    3.1 service-box
    3.2 service-col
    3.3 team-box
    3.4 animated counter
    3.5 feedback
    3.6 forms
    3.7 dropcap
    3.8 pricing box
    3.9 call to action
04  Footer
05  Responsive
======================================
*/


/*! sass-bem-constructor - version : 1.1.0 - 2016-02-07 */


/* 1.1  global & override */

body {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6em;
    -webkit-backface-visibility: hidden;
}

::-moz-selection {
    background: #1bbde8;
    color: #fff;
    text-shadow: none;
    outline: none;
}

::selection {
    background: #1bbde8;
    color: #fff;
    text-shadow: none;
    outline: none;
}

.header {
    background: rgba(0, 0, 0, 0.5);
}

.alert {
    border-radius: 0;
}

.main-container {
    overflow: hidden;
}

.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary {
    background: #337ab7;
    color: #fff;
}

.panel {
    border: 0;
    box-shadow: none;
}

.panel-heading {
    padding: 0;
}

.panel-title a,
.panel-title a:focus {
    background-color: #f6d014;
    color: #fff;
    border: 0;
}

.panel-title a.collapsed,
.panel-title a.collapsed:focus {
    background-color: #232323;
    color: #fff;
    border: 1px solid #ddd;
}

.panel-title a,
.panel-title a:focus {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 14px 60px 14px 22px;
    border: 1px solid #337ab7;
    background-color: #337ab7;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.panel-title a[aria-expanded="true"]:before {
    content: '\f107';
    font-family: fontawesome;
}

.panel-title a:before {
    content: '\f105';
    font-family: fontawesome;
    margin-right: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.panel-body {
    line-height: 19px;
    background: #000;
}

.collapse {
    padding: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.nav-tabs {
    border-bottom: 1px solid #585858;
}

.nav-tabs > li > a {
    color: #fff;
    background: #585858;
    border-radius: 0;
    border: 0;
    margin-right: 1px;
    font-family: "Playfair Display", serif;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: #337ab7;
    color: #fff;
    border: 0;
}

.nav-tabs > li.active > a {
    background: #337ab7;
    color: #fff;
    border: 0;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #337ab7;
    color: #fff;
    border: 0;
}

.nav-tabs.nav > li > a {
    padding: 14px 24px;
}

.tab-content {
    background: #292929;
    padding: 20px;
    border: 1px solid #585858;
    border-top: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.fa-ul li {
    padding: 5px 0;
}

.fa-ul li .fa-li {
    margin-top: 8px;
    color: #337ab7;
}

.flex-control-thumbs {
    margin: 20px 0 0;
    position: static;
    overflow: visible;
}

.flex-control-thumbs li {
    float: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transform: rotate(-45deg);
    margin: 0 8px;
}

.flex-control-thumbs img {
    border: 2px solid #545454;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}

.flex-control-thumbs img.flex-active {
    border: 2px solid #337ab7;
    z-index: 1;
}

.flex-control-thumbs img:hover {
    border: 2px solid #337ab7;
    z-index: 1;
}

.hvr-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #337ab7;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2125;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-in:hover,
.hvr-in:focus,
.hvr-in:active {
    color: white;
}

.hvr-in:hover:before,
.hvr-in:hover:before,
.hvr-in:hover:before,
.hvr-in:focus:before,
.hvr-in:focus:before,
.hvr-in:focus:before,
.hvr-in:active:before,
.hvr-in:active:before,
.hvr-in:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.hvr-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #337ab7;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-out:hover,
.hvr-out:focus,
.hvr-out:active {
    color: white;
}

.hvr-out:hover:before,
.hvr-out:hover:before,
.hvr-out:hover:before,
.hvr-out:focus:before,
.hvr-out:focus:before,
.hvr-out:focus:before,
.hvr-out:active:before,
.hvr-out:active:before,
.hvr-out:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sbtn-hvr-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #585858;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sbtn-hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #337ab7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sbtn-hvr-out:hover,
.sbtn-hvr-out:focus,
.sbtn-hvr-out:active {
    color: white;
}

.sbtn-hvr-out:hover:before,
.sbtn-hvr-out:hover:before,
.sbtn-hvr-out:hover:before,
.sbtn-hvr-out:focus:before,
.sbtn-hvr-out:focus:before,
.sbtn-hvr-out:focus:before,
.sbtn-hvr-out:active:before,
.sbtn-hvr-out:active:before,
.sbtn-hvr-out:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#map {
    height: 600px;
    width: 100%;
}

#map-side {
    height: 300px;
    width: 100%;
}


/* 1.2  Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin: 0;
}

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

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

.img-center {
    margin-left: auto;
    margin-right: auto;
}

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

.ttu {
    text-transform: uppercase;
}

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #ffffff;
    outline: 0;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
    font-size: 33px;
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #f3f3f3;
}

.section-title.white h3 {
    color: #fff;
}

.section-title span i:before {
    font-size: 40px;
    color: #337ab7;
}

.section-title-left {
    margin-bottom: 40px;
}

.section-title-left h3 {
    font-size: 33px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #f3f3f3;
}

.section-title-left.white h3 {
    color: #fff;
}

.section-title-left span i:before {
    font-size: 40px;
    color: #337ab7;
}

.white-text {
    color: #fff;
}


/* 1.3 Margins & Paddings */

.mt15 {
    margin-top: 15px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.pad80 {
    padding: 80px 0;
}

.pad120 {
    padding: 120px 0;
}

.pad-t90 {
    padding-top: 90px;
}

.pad-t120 {
    padding-top: 120px;
}

.mass-head-pad {
    padding: 210px 0 100px;
}

.rotate-45deg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 1.4 Backgrounds */

.bg-color-1 {
    background: #1f2125;
}

.bg-color-2 {
    background: #111010;
}

.bg-drk-trns {
    background: rgba(0, 0, 0, 0.8);
}

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}

.mass-head-bg-1 {
    background-image: url("../images/others/mass-head-bg-1.jpg");
}

.mass-head-bg-2 {
    background-image: url("../images/others/mass-head-bg-2.jpg");
}

.mass-head-bg-3 {
    background-image: url("../images/others/mass-head-bg-3.jpg");
}

.bg-1 {
    background-image: url("../images/background/bg-1.jpg");
}

.bg-3 {
    background-image: url("../images/background/bg-3.jpg");
}

.bg-4 {
    background-image: url("../images/background/bg-4.jpg");
}

.bg-5 {
    background-image: url("../images/background/bg-5.jpg");
}


/* 2.1 navbar global */

.navbar {
    margin-bottom: 0;
}

.navbar.navbar-default {
    border: 0;
    background-color: transparent;
}

.navbar.navbar-default .navbar-nav {
    padding-right: 20px;
}

.navbar.navbar-default .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    line-height: 100px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.navbar.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: transparent;
}

.navbar.navbar-default .navbar-nav > li:after {
    content: '';
    display: block;
    width: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.navbar.navbar-default .navbar-nav > li:hover:after {
    width: 100%;
    background: #337ab7;
}

.navbar.navbar-default .navbar-nav .active > a {
    color: #fff;
    background: transparent;
}

.navbar.navbar-default .navbar-nav .active:after {
    content: '';
    display: block;
    width: 100%;
    background: #337ab7;
}

.navbar.navbar-default .navbar-nav > .open > a {
    color: #fff;
    background: transparent;
}

.navbar.navbar-default .navbar-nav .dropdown > a:after {
    content: '\f107';
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu {
    border: 0;
    background: #000;
    padding: 0;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:hover {
    color: #fff;
    background: #337ab7;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li.active > a {
    color: #fff;
    background: #337ab7;
}

.navbar.navbar-default .navbar-toggle {
    background: #337ab7;
    border: 0;
}

.navbar.navbar-default .navbar-toggle .icon-bar {
    background: #000;
}

.top-right-contact {
    font-size: 13px;
    color: #fff;
    line-height: 100px;
    font: 600px;
}

.top-right-contact i {
    padding-right: 5px;
}


/* 2.2 navbar on lg screen */

@media screen and (min-width: 768px) {
    .navbar.navbar-default .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar.navbar-default .navbar-nav > li {
        display: inline-block;
        float: none;
    }
    .navbar.navbar-default .navbar-nav > li:after {
        height: 2px;
    }
    .navbar.navbar-default .navbar-nav > li a {
        line-height: 40px;
    }
    .navbar.navbar-default .navbar-nav .active:after {
        height: 2px;
    }
}


/* 2.3 navbar on sm & xs screen */

@media screen and (max-width: 767px) {
    .navbar {
        margin-bottom: 0;
    }
    .navbar.navbar-default .navbar-brand > img {
        width: 30%;
    }
    .navbar.navbar-default .navbar-collapse {
        border: 0;
        box-shadow: none;
    }
    .navbar.navbar-default .navbar-collapse.collapse {
        padding-left: 0;
        margin: 0;
    }
    .navbar.navbar-default .navbar-nav {
        padding-right: 0;
        margin: 0;
    }
    .navbar.navbar-default .navbar-nav > li > a {
        line-height: 30px;
        margin-left: 20px;
    }
    .navbar.navbar-default .navbar-nav > li:after {
        height: 0px;
    }
    .navbar.navbar-default .navbar-nav > li .active:after {
        height: 0;
    }
    .navbar.navbar-default .navbar-nav .active > a {
        color: #fff;
        background: #337ab7;
    }
    .navbar.navbar-default .navbar-nav .dropdown > a:after {
        content: '\f105';
        font-family: "FontAwesome";
        display: inline-block;
        margin-left: 5px;
    }
    .navbar.navbar-default .navbar-nav .dropdown > a:focus:after {
        content: '\f107';
    }
    .navbar.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
        padding: 5px 30px;
    }
}

img {
    max-width: 100%;
}


/* 3.1 service-box start */

.service-box.center-style .service-icon i {
    color: #337ab7;
}

.service-box.center-style .service-icon i:before {
    border: 2px solid #337ab7;
    font-size: 60px;
    width: 100px;
    height: 100px;
    padding: 35px 20px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
}

.service-box.center-style .service-img {
    border: 2px solid #337ab7;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    padding-top: 14px;
}

.service-box.center-style .service-content h4 {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    line-height: 24px;
    color: #f3f3f3;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-box.center-style .service-content p {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 30px;
}


/* 3.1 service-box end */


/* 3.2 service-col start */

.service-col {
    border: 1px solid #585858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-col .service-content {
    padding: 20px;
}

.service-col .service-content h2 {
    color: #fff;
    margin-bottom: 10px;
    float: left;
}

.service-col .service-content .time {
    font-size: 14px;
    margin-top: 5px;
    float: right;
}

.service-col .service-content p {
    display: inline-block;
    text-align: center;
}

.service-col .service-content .service-btn {
    margin-top: 10px;
}

.service-col .service-content .service-btn .btn-primary {
    background: #585858;
    border: 1px solid #585858;
    padding: 12px 20px;
}

.service-col .service-content .service-btn .btn-primary:focus {
    outline: none;
}

.service-col.alt h2 {
    color: #fff;
    margin-bottom: 10px;
    float: left;
    font-size: 18px;
}

.service-col.alt .time {
    font-size: 14px;
    margin-top: 0;
    float: right;
}

.service-col:hover {
    border: 1px solid #337ab7;
}


/* 3.2 service-col end */


/* 3.3 team-box start */

.team-box {
    border: 1px solid #444;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-box .team-img {
    position: relative;
    border-bottom: 1px solid #444;
}

.team-box .team-img .overley {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.team-box .team-img .overley:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.team-box .team-img .overley .team-social {
    position: absolute;
    bottom: 20px;
    right: 24px;
    margin-top: -20px;
}

.team-box .team-img .overley .team-social a i {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-box .team-img .overley .team-social a:hover i {
    color: #337ab7;
    border: 2px solid #337ab7;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.team-box .team-img:hover .overley {
    opacity: 1;
}

.team-box .team-content h4 {
    color: #f3f3f3;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    padding-top: 20px;
}

.team-box .team-content p {
    padding-bottom: 20px;
}

.team-box:hover {
    border-color: #337ab7;
}

.team-box:hover .team-img {
    border-color: #337ab7;
}


/* 3.3 team-box end */


/* 3.4 animated counter start */

.counter-box .counter-icon {
    margin-bottom: 15px;
}

.counter-box .counter-icon i:before {
    font-size: 60px;
    color: #337ab7;
}

.counter-box .counter-content .counter {
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
}

.counter-box .counter-content h4 {
    color: #fff;
    letter-spacing: 1px;
}


/* 3.4 animated counter end */


/* 3.5 feedback start */

.feedback-carousel h4 {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

.thumb {
    display: block;
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.thumb img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
}


/* 3.5 feedback end */


/* 3.6 forms start */

.booking-form input[type="text"],
.booking-form input[type="email"] {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10px;
    color: #ffffff;
}

.booking-form select {
    color: #ffffff;
    background: #1f2125;
    border: 1px solid #337ab7;
    box-shadow: none;
    border-radius: 0;
    height: 42px;
    border: 1px solid #545454;
}

.booking-form input[type="text"]:focus,
.booking-form input[type="email"]:focus,
.booking-form select:focus {
    box-shadow: none;
    border: 1px solid #337ab7;
}

.booking-form .btn-primary {
    width: 100%;
    background: #337ab7;
    border: 1px solid #337ab7;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.booking-form .btn-primary:hover {
    color: #fff;
    background: #337ab7;
}

.booking-form .btn-primary:focus {
    outline: none;
    background: #337ab7;
}

.booking-form .btn-primary.disabled:hover,
.booking-form .btn-primary.disabled:focus {
    background: #337ab7;
    border: 1px solid #337ab7;
}

.booking-form .form-control {
    border-color: #585858;
}

.booking-form .form-control:focus {
    box-shadow: none;
}

.booking-form .has-error .form-control {
    border-color: #a94442;
}

.contact-address h3 {
    border-bottom: 1px solid #585858;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.career-form label,
.contact-form label {
    font-weight: 400;
}

.career-form input[type=text],
.career-form input[type=email],
.career-form textarea,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
}

.career-form input[type=text],
.career-form input[type=email],
.contact-form input[type=text],
.contact-form input[type=email] {
    height: 50px;
    font-size: 18px;
}

.career-form textarea,
.contact-form textarea {
    font-size: 18px;
    height: 100px;
}

.career-form .btn-primary,
.contact-form .btn-primary {
    width: 100%;
    color: #ffffff;
    background: #337ab7;
    border: 1px solid #337ab7;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.career-form .btn-primary:hover,
.contact-form .btn-primary:hover {
    color: #fff;
    background: #337ab7;
}

.career-form .btn-primary:focus,
.contact-form .btn-primary:focus {
    outline: none;
    background: #337ab7;
}

.career-form .btn-primary.disabled:hover,
.career-form .btn-primary.disabled:focus,
.contact-form .btn-primary.disabled:hover,
.contact-form .btn-primary.disabled:focus {
    background: #337ab7;
    border: 1px solid #337ab7;
}

.career-form .form-control,
.contact-form .form-control {
    border-color: #585858;
}

.career-form .form-control:focus,
.contact-form .form-control:focus {
    box-shadow: none;
}

.career-form .has-error .form-control,
.contact-form .has-error .form-control {
    border-color: #a94442;
}


/* 3.6 forms end */


/* 3.7 dropCap start */

.dropcap {
    float: left;
    width: 55px;
    height: 55px;
    margin: 7px 10px 0 0;
    padding: 6px 10px 0 16px;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
}

.dropcap.square {
    background: #337ab7;
    color: #fff;
}

.dropcap.circle {
    background: #337ab7;
    color: #fff;
    border-radius: 100%;
}

.dropcap.rounded {
    background: #337ab7;
    color: #fff;
    border-radius: 4px;
}


/* 3.7 dropCap end */


/* 3.8 pricing box start */

.pricing-box {
    border: 1px solid #585858;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-box .price-title {
    font-size: 20px;
    padding: 30px 0;
}

.pricing-box .price-tag {
    background: #585858;
    padding: 10px 0 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-box .price-tag h5 {
    font-size: 40px;
    color: #fff;
}

.pricing-box .price-tag h5 span {
    font-size: 24px;
}

.pricing-box .price-description {
    padding: 20px;
}

.pricing-box .btn-primary {
    padding: 10px 30px;
    border: 0;
}

.pricing-box .btn-primary:hover {
    background: #337ab7;
}

.pricing-box:hover {
    border: 1px solid #337ab7;
}

.pricing-box:hover .price-tag {
    background: #337ab7;
}

.price-carousel.style-1 .price-item {
    margin: 10px;
    border: 2px solid #b2b2b2;
}

.price-carousel.style-1 .price-item .title {
    padding: 25px 0;
}

.price-carousel.style-1 .price-item .title h4 {
    font-size: 18px;
}

.price-carousel.style-1 .price-item .price {
    background: #b2b2b2;
    padding: 25px 0 35px;
}

.price-carousel.style-1 .price-item .price h5 {
    color: #1f2125;
    font-size: 34px;
    font-weight: 700;
}

.price-carousel.style-1 .price-item .price h5 span {
    font-size: 18px;
    line-height: 20px;
}

.price-carousel.style-1 .price-item .time {
    padding: 25px 0;
}

.price-carousel.style-1 .price-item .time p {
    margin: 0;
}

.price-carousel.style-2 .price-item {
    margin: 10px;
    border: 2px solid #272b31;
}

.price-carousel.style-2 .price-item .title {
    padding: 25px 0;
}

.price-carousel.style-2 .price-item .title h4 {
    font-size: 18px;
}

.price-carousel.style-2 .price-item .price {
    background: #272b31;
    padding: 25px 0 35px;
}

.price-carousel.style-2 .price-item .price h5 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.price-carousel.style-2 .price-item .price h5 span {
    font-size: 18px;
    line-height: 20px;
}

.price-carousel.style-2 .price-item .time {
    padding: 25px 0;
}

.price-carousel.style-2 .price-item .time p {
    margin: 0;
}


/* 3.8 pricing box end */


/* 3.9 call to action start */

.c2a {
    padding-left: 80px;
}

.c2a h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}

.c2a p {
    margin-bottom: 40px;
}

.c2a .btn-primary {
    color: #ffffff;
    background: #337ab7;
    border: 1px solid #fff;
    padding: 12px 30px;
    text-transform: uppercase;
}

.c2a .btn-primary:hover {
    color: #fff;
}

.c2a .btn-primary:focus {
    outline: none;
}

.c2a .c2a-img {
    position: relative;
    height: 365px;
}

.c2a .c2a-img img {
    width: 200px;
    border: 2px solid #337ab7;
}

.c2a .c2a-img .img-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.c2a .c2a-img .img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* 3.9 call to action end */


/* 3.10 others start */

.store-timing h4 {
    font-family: "Playfair Display", serif;
    color: #f3f3f3;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mass-head {
    position: relative;
}

.mass-head .mass-head-icon {
    width: 45px;
    height: 45px;
    background: #337ab7;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -23px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 999;
}

.mass-head .mass-head-icon i:before {
    color: #000;
    font-size: 26px;
    position: absolute;
    bottom: 9px;
    left: 9px;
}

.mass-head-content img {
    margin-left: auto;
    margin-right: auto;
}

.mass-head-content h2.page-title {
    color: #337ab7;
    font-size: 36px;
    line-height: 68px;
    text-transform: uppercase;
}

.gallery-item img {
    border: 2px solid #337ab7;
}


/* 3.10 others end */


/* 04 footer start */

.footer a {
    color: #ffffff;
}

.footer-icon i:before {
    color: #337ab7;
    font-size: 60px;
    line-height: 50px;
}

.footer-contact p {
    margin-bottom: 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

.footer-social ul li a i {
    width: 40px;
    height: 40px;
    color: #000;
    background: #c5c5c5;
    font-size: 24px;
    line-height: 38px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social ul li a:hover i {
    color: #fff;
    background: #337ab7;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

#back-to-top {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#back-to-top i {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 42px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #585858;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#back-to-top i:hover,
#back-to-top i:active,
#back-to-top i:focus {
    background: #337ab7;
    color: #fff;
    outline: 0;
}

#back-to-top.reveal {
    opacity: 1;
}


/* 04 footer start */

.cta-buttons {
    padding: 50px 0;
    text-align: center;
    background-color: #1f2125;
}

.cta-buttons a {
    display: inline-block;
    width: 195px;
    height: 170px;
    position: relative;
    border: 1px solid #939298;
    border-radius: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.cta-buttons a img {
    margin-bottom: 5px;
}

.cta-buttons a span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-row {
    background-color: #111010;
    padding: 20px 0;
}

.section-black {
    background-color: #111010;
}

.section-gray {
    background-color: #1f2125;
}

.products {
    margin-top: 20px;
}

.products__item {
    border: 1px solid #3e372b;
}

.products__image {
    line-height: 148px;
    text-align: center;
    background-color: #ffffff;
    padding: 5px;
}

.products__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.products__title {
    background-color: black;
    padding: 8px;
    text-align: center;
    color: #ffffff;
}

.font-size-medium {
    font-size: 18px;
    line-height: 26px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.menu li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: inline-block;
}

.menu a {
    display: inline-block;
    line-height: 38px;
    color: #ffffff;
    padding: 0 10px;
}

#contact-us .container:nth-child(2) {
    background: url("../images/contact-bg.png") no-repeat center;
}

.credit {
    margin-top: 40px;
}

.header {
    background-color: #1f2125;
}

.top-bar {
    line-height: 48px;
    border-bottom: 1px solid #979397;
    color: #ffffff;
    background-color: #262626;
}

.top-bar a {
    color: white;
}

.top-bar__right {
    text-align: right;
}

.top-bar__socials {
    list-style: none;
    margin: 0;
}

.top-bar__socials ul {
    margin: 0;
    padding: 0;
}

.top-bar__socials li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.top-bar__socials a {
    display: inline-block;
    width: 38px;
    text-align: center;
}

.header-logos {
    line-height: 135px;
}

.woocommerce .button {
    font-size: 18px !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: center;
    background-color: #337ab7 !important;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 20px !important;
    color: #ffffff !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #b2b2b2 !important;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #ffffff !important;
}

.woocommerce .woocommerce-products-header {
    margin: 0 0 20px !important;
}

.woocommerce form.woocommerce-ordering select {
    color: #000;
}

.woocommerce ul.products li.product {
    float: left;
    width: 32% !important;
    margin: 0 0 40px 2% !important;
    text-align: center;
}

.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: both;
    margin-left: 0 !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.woocommerce ul.products li.product span.woocommerce-Price-amount {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.woocommerce ul.products li.product .button.product_type_simple {
    margin-top: 10px !important;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward {
    display: block;
    margin-top: 10px;
    color: #fff;
}

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
    width: 100% !important;
    margin-bottom: 16px;
    margin-left: 0 !important;
}

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    clear: both;
    width: 23.5% !important;
    margin-left: 2% !important;
}

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2):nth-child(2) {
    margin-left: 0 !important;
}

.woocommerce .product .summary h1.product_title,
.woocommerce .product .summary h2.product_title,
.woocommerce .product .summary h3.product_title,
.woocommerce .product .summary h4.product_title,
.woocommerce .product .summary h5.product_title,
.woocommerce .product .summary h6.product_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.woocommerce .product .summary .price {
    font-size: 26px !important;
    font-weight: bold;
    color: #fff !important;
}

.woocommerce .product .summary form.cart {
    margin-top: 20px;
}

.woocommerce .product .summary form.cart .quantity .qty {
    height: 40px;
    margin-right: 6px;
}

.woocommerce .product .summary form.cart .single_add_to_cart_button {
    margin-top: 0 !important;
}

.woocommerce .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    background: transparent;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h1,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h3,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h4,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h5,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h6,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h3,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h4,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h5,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h6 {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul {
    padding-bottom: 14px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul li {
    margin-bottom: 6px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > h2:first-child {
    font-weight: bold;
}

.woocommerce .product-summary-detail {
    clear: both;
}

.woocommerce .product-summary-detail h3 {
    font-weight: bold;
}

.woocommerce .related.products {
    clear: both;
}

.woocommerce .related.products > h2 {
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.woocommerce table.shop_table {
    border: 1px solid #fff !important;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #fff !important;
}

.woocommerce table.shop_table .coupon input[type='text']#coupon_code {
    width: 120px;
    height: 40px;
}

.woocommerce table.shop_table .cart-subtotal td {
    border-top: none !important;
}

.woocommerce .cart-collaterals .cart_totals > h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-shipping-fields > h3,
.woocommerce .woocommerce-account-fields > h3,
.woocommerce .woocommerce-additional-fields > h3 {
    font-weight: bold;
    margin-bottom: 16px;
}

.woocommerce .woocommerce-billing-fields .woocommerce-form__input.input-checkbox,
.woocommerce .woocommerce-shipping-fields .woocommerce-form__input.input-checkbox,
.woocommerce .woocommerce-account-fields .woocommerce-form__input.input-checkbox,
.woocommerce .woocommerce-additional-fields .woocommerce-form__input.input-checkbox {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
}

.woocommerce #order_review_heading {
    font-weight: bold;
    margin: 20px 0;
}

.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
    background-color: #999 !important;
}

.woocommerce .woocommerce-Address .title h3 {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-error li {
    margin-bottom: 8px;
}

.woocommerce .form-row.woocommerce-invalid label {
    color: #fff !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
    border-color: #000;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a {
    color: #000;
    background-color: #f7f7f7;
    padding: 10px 12px !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
    color: #fff;
    background-color: #337ab7;
    padding: 10px 12px !important;
}

.woocommerce.columns-4 ul.products li.product,
.woocommerce .columns-4 ul.products li.product {
    width: 23.5% !important;
    text-align: center;
}

.woocommerce.columns-4 ul.products li.product:nth-child(3n+1),
.woocommerce .columns-4 ul.products li.product:nth-child(3n+1) {
    clear: none;
    margin-left: 2% !important;
}

.woocommerce.columns-4 ul.products li.product:nth-child(4n+1),
.woocommerce .columns-4 ul.products li.product:nth-child(4n+1) {
    clear: both;
    margin-left: 0 !important;
}

.widget-item.widget_product_search .woocommerce-product-search label.screen-reader-text {
    display: none;
}

.widget-item.widget_product_search .woocommerce-product-search input[type='search'] {
    width: 100%;
    padding: 8px 0;
    text-indent: 6px;
}

.widget-item.widget_product_search .woocommerce-product-search input[type='submit'] {
    display: none;
}

.widget-item.widget_product_categories ul {
    margin: 0;
    padding: 0;
}

.widget-item.widget_product_categories ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-item.widget_product_categories ul li a {
    display: block;
    padding: 8px 10px;
    color: #000;
    background-color: #f7f7f7;
    border-top: 1px solid #000;
}

.widget-item.widget_product_categories ul li a:hover {
    color: #fff;
    background-color: #999;
}

.widget-item.widget_product_categories ul li.current-cat a {
    color: #fff;
    background-color: #999;
}

.widget-item.widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
    margin-top: 12px;
}

.widget-item.widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:first-child {
    margin-top: 0;
}

.widget-item.widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a {
    color: #fff !important;
}

.widget-item.widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove_from_cart_button {
    color: red !important;
}

.widget-item.widget_shopping_cart .woocommerce-mini-cart__total {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
    border-top: 2px solid #fff !important;
    padding: 16px 0 5px !important;
}

.widget-item.widget_shopping_cart .woocommerce-mini-cart__buttons::after {
    clear: both;
    content: "";
    display: table;
}

.widget-item.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    width: 48% !important;
    margin-bottom: 12px !important;
}

.widget-item.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward {
    float: left;
}

.widget-item.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout.wc-forward {
    float: right;
}

.widget-item.widget_shopping_cart .woocommerce-mini-cart__buttons .wcppec-cart-widget-button {
    display: block;
}

@media (max-width: 767px) {
    .woocommerce .button {
        font-size: 15px !important;
        font-weight: normal !important;
    }
    .woocommerce ul.products li.product {
        width: 49% !important;
        margin: 0 0 30px 2% !important;
    }
    .woocommerce ul.products li.product:nth-child(3n+1) {
        clear: none;
        margin-left: 2% !important;
    }
    .woocommerce ul.products li.product:nth-child(2n+1) {
        clear: both;
        margin-left: 0 !important;
    }
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 18px;
    }
    .woocommerce ul.products li.product span.woocommerce-Price-amount {
        font-size: 18px;
    }
    .woocommerce.columns-4 ul.products li.product,
    .woocommerce .columns-4 ul.products li.product {
        width: 49% !important;
    }
    .woocommerce.columns-4 ul.products li.product:nth-child(3n+1),
    .woocommerce .columns-4 ul.products li.product:nth-child(3n+1) {
        clear: none;
        margin-left: 2% !important;
    }
    .woocommerce.columns-4 ul.products li.product:nth-child(2n+1),
    .woocommerce .columns-4 ul.products li.product:nth-child(2n+1) {
        clear: both;
        margin-left: 0 !important;
    }
}

.gform_wrapper {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.gform_wrapper .gform_body .gfield {
    width: 100%;
    clear: none;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gform_body .gfield:before {
    display: none;
}

.gform_wrapper .gform_body .gfield.full {
    clear: both;
    float: none;
    width: 100%;
}

.gform_wrapper .gform_body .gfield.full .ginput_container {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gfield label.gfield_label {
    font-weight: normal;
    display: none;
}

.gform_wrapper .gform_body .gfield .ginput_container,
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gfield .ginput_container.ginput_container_name label,
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container.ginput_container_name label {
    display: none;
}

.gform_wrapper .gform_body .gfield .ginput_container input[type='text'],
.gform_wrapper .gform_body .gfield .ginput_container select,
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container input[type='text'],
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container select {
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gform_wrapper .gform_body .gfield .ginput_container input[type='text']:focus,
.gform_wrapper .gform_body .gfield .ginput_container select:focus,
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container input[type='text']:focus,
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container select:focus {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gform_wrapper .gform_body .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container textarea {
    height: 150px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gform_wrapper .gform_body .gfield .ginput_container textarea:focus,
.gform_wrapper .gform_body .gfield .gfield_captcha_input_container textarea:focus {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.gform_wrapper .gform_footer input[type='submit'] {
    font-size: 20px !important;
    font-weight: 600;
    min-width: 180px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    color: #fff;
    margin-right: 0 !important;
    padding: 0px 10px;
    position: relative;
    background: #1f2125;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.gform_wrapper .gform_footer input[type='submit']:hover {
    background-color: #337ab7;
}

.gform_wrapper .gfield_required,
.gform_wrapper div.validation_error {
    color: #f00 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    display: none !important;
}

.gform_wrapper .gfield_required {
    display: inline-block !important;
}

.gform_wrapper .custom-error-message .gfield_description.validation_message {
    display: block !important;
}

.gform_wrapper .gform_body .custom-error input,
.gform_wrapper .gform_body .custom-error select,
.gform_wrapper .gform_body .custom-error textarea {
    border: 1px solid #f00 !important;
}

.gform_wrapper .gform_body .custom-error .validation_message {
    color: #f00 !important;
    margin-top: 0px !important;
    padding: 5px 0px !important;
    display: none !important;
}

.gform_wrapper .gform_ajax_spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.gform_confirmation_message {
    font-size: 22px;
    line-height: 30px;
}

input[type='search'],
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='password'] {
    height: 40px;
    line-height: 40px;
    text-indent: 6px;
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
    border: none;
    outline: 0;
}

input[type='search']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

input[type='search']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='password']::-moz-placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

input[type='search']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

input[type='search']:-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='password']:-moz-placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

select {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.btn {
    font-size: 18px !important;
    font-weight: bold;
    margin: 0 !important;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #337ab7 !important;
}

a {
    color: #b2b2b2;
}

a:hover {
    color: #fff;
}

.metis.tparrows {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
}

.metis.tparrows.tp-leftarrow {
    left: -15px !important;
}

.metis.tparrows.tp-rightarrow {
    left: auto !important;
    right: -55px !important;
}

ul.menu {
    text-transform: uppercase;
}

.top-bar {
    line-height: 32px;
    padding: 5px 0;
}

.top-bar ul,
.top-bar li {
    margin: 0;
    padding: 0;
}

.top-bar .cart-menu {
    float: right;
    border-left: 1px solid #fff;
    margin-left: 10px;
}

.top-bar .cart-menu ul {
    margin-left: 0;
    padding-left: 0;
}

.top-bar .cart-menu ul li {
    list-style: none;
    display: inline;
    margin-left: 20px;
}

.top-bar .cart-menu .cart-number {
    font-size: 20px;
    display: inline-block;
    line-height: 32px;
    min-width: 32px;
    padding: 0 8px;
    margin-left: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f56600;
    vertical-align: top;
}

h1.page-title,
h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title,
h6.page-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.middle {
    padding: 30px 0;
    color: #ffffff;
    background-color: #1f2125;
}

.middle--vc-content {
    padding: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-bottom: 20px;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content ul {
    padding-bottom: 14px;
}

.post-content ul li {
    margin-bottom: 6px;
}

.section-content__wrapper {
    margin: 0 15px;
}

.section-content__wrapper-full-width {
    margin: 0 auto;
}

.section-content__element {
    max-width: 1200px;
    margin: 0 auto;
}

.section-content__element--full-width {
    max-width: none;
}

.logo-feature__inner {
    max-width: 200px;
    height: 180px;
    position: relative;
    border: 1px solid #939298;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 auto;
}

.logo-feature__content {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.logo-feature__url {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.logo-feature__img {
    margin-bottom: 16px;
}

.logo-feature__img img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
}

.logo-feature__title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.featured-cat-product__image {
    text-align: center;
    margin-bottom: 35px;
}

.featured-cat-product__list {
    margin-bottom: 20px;
}

.featured-cat-product__view-all {
    text-align: center;
}

.featured-cat-product__view-all a {
    text-transform: uppercase;
    min-width: 220px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    margin-bottom: 20px;
}

.post-entry p {
    margin-bottom: 20px;
}

.post-entry ul {
    padding-bottom: 14px;
}

.post-entry ul li {
    margin-bottom: 6px;
}

.post-entry > h2:first-child {
    font-weight: bold;
}

.page-content.page-vc-content > .vc_row {
    padding: 50px 0;
    margin-bottom: 0;
    overflow: hidden;
}

.page-content.page-vc-content > .vc_row > .vc_column_container > .vc_column-inner {
    margin: 0 15px;
}

.page-content.page-vc-content > .vc_row.full-width .wpb_wrapper {
    max-width: none;
}

.page-content.page-vc-content > .vc_row.full-width .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.page-content.page-vc-content > .vc_row.full-width .vc_row {
    margin: 0;
}

.page-content.page-vc-content > .vc_row .vc_row.vc_inner {
    margin-bottom: 35px;
}

.page-content.page-vc-content > .vc_row .vc_row.vc_inner:last-child {
    margin-bottom: 0;
}

.page-content.page-vc-content > .vc_row .row-content-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.page-content.page-vc-content > .vc_row .wpb_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-content.page-vc-content > .vc_row .vc_column-inner {
    width: auto !important;
    max-width: 100% !important;
    padding-top: 0 !important;
}

.page-content.page-vc-content > .vc_row .wpb_content_element:last-child {
    margin-bottom: 0;
}

.page-content.page-vc-content > .vc_row .vc_btn3 {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.page-content.page-vc-content > .vc_row.white-text {
    color: #fff;
}

.page-content.page-vc-content > .vc_row.white-text a {
    color: #fff;
}

.page-content.page-vc-content > .vc_row .intro-text {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.page-content.page-vc-content > .vc_row .contact-intro {
    color: #b2b2b2;
}

.page-content.page-vc-content > .vc_row .contact-intro h2 {
    line-height: 1.4;
}

.page-content.page-vc-content > .vc_row .contact-intro a {
    color: #b2b2b2;
}

.page-content.page-vc-content > .vc_row .contact-intro a:hover {
    color: #fff;
}

.page-content.page-vc-content > .vc_row.contact-us {
    background: url("../images/contact-bg.png") no-repeat center bottom;
}

.vc_heading h2,
.vc_heading h3,
.vc_heading h4,
.vc_heading h5,
.vc_heading h6,
h2.wpb_heading,
h3.wpb_heading {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left;
}

.white-text .vc_heading h2,
.white-text .vc_heading h3,
.white-text .vc_heading h4,
.white-text .vc_heading h5,
.white-text .vc_heading h6,
.white-text h2.wpb_heading,
.white-text h3.wpb_heading {
    color: #fff !important;
}

.title-align-left .vc_heading h2,
.title-align-left .vc_heading h3,
.title-align-left .vc_heading h4,
.title-align-left .vc_heading h5,
.title-align-left .vc_heading h6,
.title-align-left h2.wpb_heading,
.title-align-left h3.wpb_heading {
    text-align: left;
}

.title-align-center .vc_heading h2,
.title-align-center .vc_heading h3,
.title-align-center .vc_heading h4,
.title-align-center .vc_heading h5,
.title-align-center .vc_heading h6,
.title-align-center h2.wpb_heading,
.title-align-center h3.wpb_heading {
    text-align: center;
}

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

.sidebar .widget-item {
    margin-top: 50px;
}

.sidebar .widget-item:first-child {
    margin-top: 0;
}

.sidebar .widget-item h3.widget-title {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-menu {
    margin-top: 40px;
}

.credit {
    margin-top: 10px;
}

.sitemap-view ul,
.post-entry .sitemap-view ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.sitemap-view ul:before,
.post-entry .sitemap-view ul:before {
    width: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #ffffff;
}

.sitemap-view ul li,
.post-entry .sitemap-view ul li {
    margin: 0;
    padding: 0 0 0 25px;
    line-height: 32px;
    display: block;
    text-align: left;
    position: relative;
}

.sitemap-view ul li a,
.post-entry .sitemap-view ul li a {
    color: #ffffff;
}

.sitemap-view ul li a:hover,
.post-entry .sitemap-view ul li a:hover {
    color: #f3f3f3;
}

.sitemap-view ul li:before,
.post-entry .sitemap-view ul li:before {
    width: 16px;
    content: "";
    display: block;
    height: 0;
    border-top: 1px solid #ffffff;
    margin-top: 0px;
    position: absolute;
    top: 15px;
    left: 0;
}

.sitemap-view ul li:last-child:before,
.post-entry .sitemap-view ul li:last-child:before {
    height: auto;
    top: 1em;
    bottom: 0;
    background-color: #1f2125;
}

.sitemap-view ul.menu,
.post-entry .sitemap-view ul.menu {
    margin-left: 0;
}

.sitemap-view ul.menu:before,
.post-entry .sitemap-view ul.menu:before {
    display: none;
}

.sitemap-view ul.menu > li:before,
.post-entry .sitemap-view ul.menu > li:before {
    display: none;
}

@media (max-width: 767px) {
    .top-bar {
        text-align: center;
    }
    .top-bar__left {
        margin-bottom: 10px;
    }
    .header-logos {
        line-height: 95px;
    }
    .section-content__inner {
        max-width: 480px;
    }
    .section-content__inner--full-width {
        max-width: none;
    }
    .logo-feature {
        margin-bottom: 10px;
    }
    .page-content.page-vc-content > .vc_row {
        padding: 30px 0;
    }
    .page-content.page-vc-content > .vc_row.full-width .wpb_wrapper {
        max-width: none;
    }
    .page-content.page-vc-content > .vc_row.small-content-width .wpb_wrapper {
        max-width: 480px;
    }
    .page-content.page-vc-content > .vc_row.box-content-width .wpb_wrapper {
        max-width: 480px;
    }
    .page-content.page-vc-content > .vc_row .vc_row.vc_inner {
        margin-bottom: 20px;
    }
    .page-content.page-vc-content > .vc_row .vc_row.vc_inner:last-child {
        margin-bottom: 0;
    }
    .page-content.page-vc-content > .vc_row .row-content-inner {
        max-width: 480px;
    }
    .page-content.page-vc-content > .vc_row .wpb_wrapper {
        max-width: 480px;
    }
    .page-content.page-vc-content > .vc_row .intro-text {
        font-size: 22px;
        line-height: 28px;
    }
    .vc_heading h2,
    .vc_heading h3,
    .vc_heading h4,
    .vc_heading h5,
    .vc_heading h6,
    h2.wpb_heading,
    h3.wpb_heading {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .sidebar {
        margin-top: 30px;
    }
}


/*# sourceMappingURL=style.css.map */

.wc_payment_method.payment_method_payitlater label::before {
    content: url(../images/logo.small.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.wc_payment_method.payment_method_payitlater label img {
    display: none;
}

.wc_payment_method.payment_method_payitlater label {
    font-size: 12px;
    margin-left: 0!important;
    font-style: italic;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    margin-left: 10px;
}
body.single-product.woocommerce div.product p.stock {
    font-size: 16px;
    font-weight: bold;
}
li.cat-item.cat-item-32 {
    display: none;
}
@media all and ( max-width: 690px) {
    body .woocommerce-checkout #payment ul.payment_methods li input {
        margin: 17px 10px 0 0;
        float: left;
    }
    .wc_payment_method.payment_method_payitlater label {
        font-size: 12px;
        margin-left: 10px;
        font-style: italic;
        float: left;
        width: calc(100% - 23px);
    }
    body .woocommerce-checkout #payment ul.payment_methods li label {
        float: left;
        width: calc(100% - 23px);
    }
    body .woocommerce-checkout #payment ul.payment_methods li input#payment_method_bacs {
        margin-top: 7px;
    }
    body .woocommerce-checkout #payment div.payment_box {
        margin: 3em 0;
    }
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        width: calc(100% - 66px);
    }
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        margin-left: 0;
    }
}
.products li.rotate.deg_180 a img{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.products li.rotate.deg_90 a img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.products li.rotate.deg_0 a img{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.products li.rotate.deg_-90 a img{
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.products li.rotate.deg_-180 a img{
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
#fancybox-title {
    display: none !important;
}
.divover img {
    position: absolute;
	z-index: 999999999;
}
.divover {
    position: relative;
}