*,
body {
    font-family: Roboto, sans-serif
}

.fullscreen,
body,
html {
    height: 100%;
    width: 100%
}

body {
    color: #878c94;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400
}

body ::selection {
    /*background-color: #f7f7f7;
    color: #35404f*/
    background-color: #5b9118;
    color: #ffffff
}
body ::-moz-selection {
    /*background-color: #f7f7f7;
    color: #35404f;*/ 
    background-color: #5b9118;
    color: #ffffff
}

.toggleButtonSettings,
.toggleSettings {
    right: 0;
    background: #35404f;
    color: #fff;
    z-index: 9999
}

.content {
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.content .title-header {
    padding-bottom: 0;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px
}

.content .title-header .title {
    margin-bottom: 10px;
    margin-top: -5px
}

@media (min-width:767px) {
    .content .title-header .form-horizontal div[class^=col-] {
        padding-right: 0
    }
}

.fullscreen {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0
}

.section.fullscreen {
    padding: 0
}

.middle {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 70px 0
}

@media (min-width:767px) {
    .display-table {
        display: table;
        width: 100%
    }

    .vertical-align {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

@media (max-width:991px) {
    .container {
        width: 100%
    }
}

@media (min-width:991px) {
    .container-fluid.padding {
        padding: 0 60px
    }
}

@media (max-width:767px) {
    div[class^=col-] {
        margin-bottom: 30px
    }

    div[class^=col-]:last-child {
        margin-bottom: 0
    }
}

.grid-space-0 div[class^=col-] {
    padding: 0;
    margin: 0
}

.grid-space-5 div[class*=col-] {
    padding: 5px;
    margin-bottom: 5px
}

.grid-space-10 div[class*=col-] {
    padding: 10px;
    margin-bottom: 10px
}

.toggleSettings {
    position: fixed;
    height: auto;
    width: 240px;
    overflow: auto;
    top: 160px;
    margin-right: -240px;
    padding: 20px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

@media (max-width:480px) {
    .toggleSettings {
        max-height: 250px
    }
}

.toggleSettings a {
    float: left;
    margin: 1%
}

.toggleSettings a.color {
    width: 31.33333%;
    height: 40px;
    display: block;
    cursor: pointer
}

.toggleSettings a.homePage {
    width: 48%;
    height: auto
}

.toggleSettings .themeColors {
    padding: 20px 0;
    overflow: hidden;
    clear: both
}

.toggleButtonSettings {
    position: fixed;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
    text-align: center;
    top: 200px;
    cursor: pointer;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace .pace-progress {
    background: #5b9118;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.home-slide.carousel .item,
.image-background,
.swiper-container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    opacity: 1;
    -webkit-box-shadow: 0 0 10px #5b9118, 0 0 5px #5b9118;
    -moz-box-shadow: 0 0 10px #5b9118, 0 0 5px #5b9118;
    -ms-box-shadow: 0 0 10px #5b9118, 0 0 5px #5b9118;
    box-shadow: 0 0 10px #5b9118, 0 0 5px #5b9118;
    -ms-transform: rotate(3deg) translate(0, -4px);
    -webkit-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #5b9118;
    border-left-color: #5b9118;
    border-radius: 10px;
    -webkit-animation: pace-spinner .4s linear infinite;
    -moz-animation: pace-spinner .4s linear infinite;
    -ms-animation: pace-spinner .4s linear infinite;
    -o-animation: pace-spinner .4s linear infinite;
    animation: pace-spinner .4s linear infinite
}

#back-to-top,
.pace-inactive {
    display: none
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#back-to-top {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 20px;
    background-color: #262d37;
    width: 50px;
    height: 35px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-align: center;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

#back-to-top i {
    color: #f7f7f7;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#back-to-top:hover {
    background-color: #5b9118
}

.column-4 div[class^=col-]:nth-child(4n+1) {
    clear: left
}

@media (min-width:480px) and (max-width:991px) {

    .column-3 div[class^=col-]:nth-child(2n+1),
    .column-4 div[class^=col-]:nth-child(2n+1) {
        clear: left
    }
}

.topBar {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-size: 13px
}

.topBar ul {
    margin: 0
}

.topBar ul li {
    line-height: 42px
}

.topBar ul li a {
    display: block
}

.topBar ul.topBarNav {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.topBar ul.topBarNav li {
    position: relative;
    display: inline-block;
    margin-right: -1px;
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.topBar ul.topBarNav li:last-child {
    border-right: none;
    margin-right: 0;
}

.topBar ul.topBarNav li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px
}

.topBar ul.topBarNav li ul {
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: auto;
    right: 4px;
    margin: 10px -4px 0 0;
    padding: 0;
    list-style-type: none;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08)
}

.member2 figure,
.middleBar .header-items .header-item a sub {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.topBar ul.topBarNav li ul li {
    display: block;
    line-height: 30px;
    width: 100%;
    border: none
}

.topBar ul.topBarNav li ul li a {
    background-color: inherit
}

.topBar ul.topBarNav li ul li a:active,
.topBar ul.topBarNav li ul li a:focus,
.topBar ul.topBarNav li ul li a:hover {
    background-color: rgba(0, 0, 0, .02)
}

.topBar ul.topBarNav li ul li.active a {
    background-color: rgba(0, 0, 0, .02);
    color: #35404f
}

.topBar ul.topBarNav li ul li.divider {
    height: 1px;
    background-color: rgba(0, 0, 0, .05)
}

.topBar ul.topBarNav li ul.w-100 {
    width: 100px
}

.topBar ul.topBarNav li ul.w-150 {
    width: 150px
}

.topBar ul.topBarNav li ul.w-200 {
    width: 200px
}

.topBar ul.topBarNav li ul.w-250 {
    width: 250px
}

.topBar ul.topBarNav li ul.w-300 {
    width: 300px
}

.topBar ul.topBarNav li ul.cart {
    background-color: #fff;
    padding: 0
}

.topBar ul.topBarNav li ul.cart p {
    margin: 0
}

.topBar ul.topBarNav li ul.cart .cart-items {
    padding: 10px;
    height: 200px;
    overflow: auto
}

.topBar ul.topBarNav li ul.cart .cart-items .items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.topBar ul.topBarNav li ul.cart .cart-items .items li {
    overflow: hidden;
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image {
    width: 60px;
    float: left
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image img {
    width: 100%
}

.topBar ul.topBarNav li ul.cart .cart-items .items li a {
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    display: inline
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details {
    position: relative;
    margin-left: 60px;
    padding: 0 15px 0 10px
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: normal
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details .product-name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.topBar ul.topBarNav li ul.cart .cart-items .items li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.topBar ul.topBarNav li ul.cart .cart-footer {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .02)
}

.topBar ul.topBarNav li ul.cart .cart-footer a {
    text-align: center;
    padding: 10px 20px;
    margin: 0;
    background-color: transparent
}

.topBar ul.topBarNav li.linkdown:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.topBar a {
    color: #878c94
}

.topBar a:active,
.topBar a:focus,
.topBar a:hover {
    color: #35404f
}

.topBar.inverse {
    background-color: #35404f
}

.topBar.inverse a {
    color: #878c94
}

.topBar.inverse a:active,
.topBar.inverse a:focus,
.topBar.inverse a:hover {
    color: #5b9118
}

.topBar.inverse ul.topBarNav li {
    border-color: rgba(255, 255, 255, .08)
}

.topBar.inverse ul.topBarNav li a:active,
.topBar.inverse ul.topBarNav li a:focus,
.topBar.inverse ul.topBarNav li a:hover {
    color: #f7f7f7
}

.topBar.inverse ul.topBarNav li ul li a:active,
.topBar.inverse ul.topBarNav li ul li a:focus,
.topBar.inverse ul.topBarNav li ul li a:hover {
    color: #35404f
}

.middleBar {
    padding: 10px 0 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.middleBar .header-items {
    text-align: right
}

@media (max-width:767px) {
    .topBar ul.topBarNav>li>a .mr-5 {
        margin-right: 0
    }

    .middleBar .header-items {
        text-align: center
    }
}

.middleBar .header-items .header-item {
    display: inline-block
}

.middleBar .header-items .header-item a {
    position: relative;
    display: block;
    border: 1px solid rgba(0, 0, 0, .08);
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #35404f
}

.middleBar .header-items .header-item a sub {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #5b9118;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-size: 9px;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.pager li a,
.yamm li .dropdown-menu {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in
}

.middleBar .header-items .header-item a:hover {
    background-color: #5b9118;
    color: #fff
}

.yamm .navbar-nav>li.active>a,
.yamm .navbar-nav>li>a {
    color: #35404f;
    font-weight: 400
}

.middleBar .header-items .header-item a:hover sub {
    bottom: 5px;
    right: 5px;
    visibility: hidden;
    opacity: 0
}

.yamm {
    z-index: 300;
    width: 100%;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    min-height: 72px
}

.yamm .navbar-brand {
    height: 70px;
    font-size: 20px;
    line-height: 40px;
    margin-right: 25px
}

.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
    position: static
}

.alt-list li,
.swiper-container,
.yamm .container,
.yamm .dropdown-submenu {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .dropdown.yamm-fw .dropdown-menu,
.yamm .yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

.yamm .navbar-nav>li {
    margin: 0 2px
}

.yamm .navbar-nav>li.active>a {
    background-color: transparent
}

.yamm .navbar-nav>li.active>a:active,
.yamm .navbar-nav>li.active>a:focus,
.yamm .navbar-nav>li.active>a:hover {
    background-color: transparent;
    font-weight: 400
}

@media (max-width:767px) {

    .yamm .navbar-nav>li.dropdown.active.open>a,
    .yamm .navbar-nav>li.dropdown.open .dropdown-menu>.active>a,
    .yamm .navbar-nav>li.dropdown.open>a {
        color: #5b9118;
        background-color: transparent
    }
}

.yamm .navbar-nav>li.left .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%
}

@media (min-width:767px) {
    .yamm {
        min-height: 70px
    }

    .yamm .navbar-nav>li>a {
        border-top: 2px solid transparent;
        padding: 14px;
        line-height: 50px;
    }

    .yamm .navbar-nav>li.active>a,
    .yamm .navbar-nav>li.active>a:active,
    .yamm .navbar-nav>li.active>a:focus,
    .yamm .navbar-nav>li.active>a:hover,
    .yamm .navbar-nav>li>a:hover {
        border-top: 2px solid #5b9118
    }

    .yamm .navbar-nav>li.dropdown.open>a {
        background-color: transparent;
        border-color: transparent
    }

    .yamm .navbar-nav>li.dropdown.open>a:hover {
        background-color: transparent;
        border-color: #5b9118
    }

    .yamm .navbar-nav>li.dropdown.active.open>a,
    .yamm .navbar-nav>li.dropdown.active.open>a:hover {
        border-color: #5b9118
    }

    .yamm .navbar-nav>li.right .dropdown-menu .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%
    }

    .yamm li .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px
    }
}

.yamm .nav .open>a,
.yamm .nav .open>a:active,
.yamm .nav .open>a:focus,
.yamm .nav .open>a:hover {
    background-color: transparent
}

.yamm li .dropdown-menu {
    padding: 0;
    font-size: 14px;
    background-color: #fff;
    color: #878c94;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    transition: all .1s ease-in
}

.yamm li .dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .05)
}

.yamm li .dropdown-menu li a {
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
    font-weight: 600;
    color: #878c94
}

.yamm li .dropdown-menu li a:active,
.yamm li .dropdown-menu li a:focus,
.yamm li .dropdown-menu li a:hover {
    background-color: rgba(0, 0, 0, .02);
    color: #35404f
}

.yamm li .dropdown-menu li.active>a {
    background-color: rgba(0, 0, 0, .02)
}

.yamm li .dropdown-menu .yamm-content {
    padding: 20px 30px
}

.yamm li .dropdown-menu .yamm-content a {
    padding: 0
}

.yamm li .dropdown-menu .yamm-content a:hover {
    background-color: transparent
}

.yamm li .dropdown-menu .yamm-content ul {
    list-style-type: none
}

.yamm li .dropdown-menu .yamm-content ul li.title {
    margin: 5px 0
}

.yamm li .dropdown-menu .yamm-content ul li a {
    padding: 7px 0;
    display: block;
    line-height: normal
}

.yamm li .dropdown-menu .yamm-content ul li a:active,
.yamm li .dropdown-menu .yamm-content ul li a:focus,
.yamm li .dropdown-menu .yamm-content ul li a:hover,
.yamm li .dropdown-menu .yamm-content ul li.active a {
    background-color: transparent;
    color: #35404f
}

.yamm li:hover>a:after {
    border-left-color: #878c94
}

@media (min-width:767px) {
    .yamm li:hover>.dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

    .yamm .dropdown-submenu>.dropdown-menu {
        margin-top: -6px;
        margin-left: -1px
    }
}

.yamm .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #dedede;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

@media (max-width:767px) {
    .navbar-collapse .nav.navbar-nav > li:nth-child(2) a {
        background-image: none;
        padding-left: 15px!important;
    }
    .yamm .dropdown-submenu>.dropdown-menu {
        margin-left: 5px
    }

    .yamm .navbar-collapse {
        max-height: 340px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top-color: rgba(0, 0, 0, .08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        -webkit-overflow-scrolling: touch;
    }

    .yamm .navbar-toggle {
        background-color: #35404f;
        border-color: #35404f;
        margin-top: 18px;
        position: relative;
        z-index: 9999;

    }

    .yamm .navbar-toggle:active,
    .yamm .navbar-toggle:focus,
    .yamm .navbar-toggle:hover {
        background-color: #5b9118;
        border-color: #5b9118
    }

    .yamm .navbar-toggle .icon-bar {
        background-color: #f7f7f7
    }

    .yamm div[class^=col-] {
        margin-bottom: 20px
    }

    .yamm div[class^=col-]:last-child {
        margin-bottom: 0
    }
}

.title-wrap,
figure {
    overflow: hidden
}

.navbar-vertical .nav {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08)
}

.navbar-vertical .nav .open a,
.navbar-vertical .nav .open a:active,
.navbar-vertical .nav .open a:focus,
.navbar-vertical .nav .open a:hover {
    border-color: #fff
}

.navbar-vertical .nav li {
    margin: 0
}

.navbar-vertical .nav li.header {
    background-color: #fff;
    padding: 16px 13px;
    color: #fff
}

.navbar-vertical .nav li.header h6 {
    margin: 0;
    color: #35404f;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35)
}

.navbar-vertical .nav li a {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #878c94;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
    padding: 10px 13px;
    font-size: 14px
}

.navbar-vertical .nav li a:active,
.navbar-vertical .nav li a:focus,
.navbar-vertical .nav li a:hover {
    background-color: #fff;
    color: #35404f
}

.navbar-vertical .nav li a i {
    font-size: 16px;
    margin-top: 2px
}

.navbar-vertical .nav li .dropdown-menu {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none
}

.box-shadow,
.countdown li {
    -webkit-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px
}

.navbar-vertical .nav li .dropdown-menu li a {
    background-color: #fff;
    border-color: #fff;
    font-size: 14px;
    color: #878c94
}

.navbar-vertical .nav li .dropdown-menu li a:active,
.navbar-vertical .nav li .dropdown-menu li a:focus,
.navbar-vertical .nav li .dropdown-menu li a:hover {
    background-color: #fff;
    color: #35404f
}

.navbar-vertical .nav li .dropdown-menu li.divider {
    background-color: #fff
}

@media (min-width:767px) {
    .navbar-vertical .nav .open .dropdown-menu {
        visibility: hidden;
        opacity: 0;
        display: none
    }

    .navbar-vertical .nav li .dropdown-menu {
        top: 0;
        left: 100%
    }

    .navbar-vertical .nav li:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block
    }

    .blog .blog-content .blog-meta .meta-info {
        float: left
    }
}

.swiper-container {
    width: 100%;
    height: 700px
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-size: cover;
    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;
    width: 100%;
    height: 100%;
    background-color: inherit
}

.swiper-container .swiper-slide .slider-content {
    display: table;
    height: 100%
}

.swiper-container .swiper-slide .slider-content .box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px 0 150px
}

.swiper-container .swiper-slide .big-title {
    font-size: 5em
}

.swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background-color: #f7f7f7;
    opacity: 1
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #5b9118
}

.blog .blog-title {
    margin-bottom: 20px
}

.blog .blog-content .blog-meta {
    border-top: 1px solid rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    margin: 20px 0;
    padding: 5px 0
}

.blog .blog-content .blog-meta ul li {
    margin: 0
}

.blog .blog-content .blog-description {
    clear: both;
    margin-bottom: 20px
}

.comments {
    margin: 20px 0
}

.comments .comment-image {
    width: 100px;
    float: left;
    border: 1px solid rgba(0, 0, 0, .02)
}

.comments .comment-content {
    margin-left: 105px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .08)
}

.comments .comment-content .comment-content-head .comment-title {
    float: left
}

.comments .comment-content .comment-content-head .comment-meta {
    text-align: right
}

@media (max-width:767px) {
    .swiper-container .swiper-slide .big-title {
        font-size: 4em
    }

    .comments .comment-image {
        width: 100%
    }

    .comments .comment-content {
        margin-left: 0
    }
}

.footer {
    padding: 50px 0 20px;
    background-color: #35404f;
    color: #878c94
}

.footer hr {
    background-color: rgba(255, 255, 255, .1)
}

.footer hr.no-border {
    background-color: transparent
}

.footer .title {
    color: #f7f7f7
}

.footer a {
    color: #878c94
}

.footer a:active,
.footer a:focus,
.footer a:hover {
    color: #5b9118
}

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

.footer.light hr.no-border {
    background-color: transparent
}

.footer.light .title {
    color: #35404f
}

.footer.light a:active,
.footer.light a:focus,
.footer.light a:hover {
    color: #5b9118
}

a,
dl dt {
    color: #35404f
}

.alt-font {
    font-family: Dosis, sans-serif
}

p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px
}

.title-wrap label,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif
}

blockquote {
    font-size: 18px;
    border-color: #5b9118;
    padding: 20px 40px;
    text-align: left
}

.thin {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.regular.h4 {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #35404f
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 32px
}

h4, h4 {
    font-size: 28px
}

h5, .h5 {
    font-size: 24px
}

h6, .h6 {
    font-size: 18px
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:active,
a:focus,
a:hover {
    color: #5b9118;
    text-decoration: none
}

.text-sm {
    font-size: 14px
}

.text-xs {
    font-size: 12px
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, .08) 0 1px 3px
}

.list {
    padding-left: 19px
}

.list li {
    line-height: 30px;
    margin-bottom: 5px
}

.list.list-unstyled {
    margin: 0;
    padding: 0
}

.alt-list li {
    list-style: none;
    padding-left: 8px
}

.alt-list li i:first-child {
    position: absolute;
    left: -18px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 11px;
    text-align: center
}

.list-inline {
    padding: 0
}

.list-inline.alt-list li {
    margin-right: 18px
}

.list-inline.alt-list li:last-child {
    margin-right: 0
}

dl dt {
    margin-bottom: 5px
}

dl dd {
    margin-bottom: 10px
}

.dl-horizontal dd,
.dl-horizontal dt {
    margin-bottom: 10px;
    text-align: left
}

.checkbox-input label::after,
.dropcap,
.member,
.member2,
.title-wrap {
    text-align: center
}

.dropcap {
    float: left;
    font-size: 26px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 5px 15px 0 0
}

.title-wrap {
    margin-bottom: 40px
}

.title-wrap .title.lines {
    display: inline-block;
    padding: 0 25px;
    position: relative
}

.title-wrap .title.lines:after,
.title-wrap .title.lines:before {
    background-color: rgba(0, 0, 0, .08);
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 500%
}

.section,
.section-big,
.section-medium,
hr {
    position: relative
}

.title-wrap .title.lines:before {
    right: 100%
}

.title-wrap .title.lines:after {
    left: 100%
}

.title-wrap .subtitle {
    color: #878c94;
    font-weight: 400;
    margin: 0
}

.title-wrap label {
    font-weight: 400;
    font-size: 18px
}

.subtitle {
    margin-bottom: 25px
}

hr {
    border-color: rgba(0, 0, 0, .1)
}

hr.no-border {
    border-color: transparent
}

.spacer-5 {
    margin: 5px auto
}

.spacer-10 {
    margin: 10px auto
}

.spacer-20 {
    margin: 20px auto
}

.spacer-30 {
    margin: 30px auto
}

.spacer-40 {
    margin: 40px auto
}

.spacer-50 {
    margin: 50px auto
}

.spacer-60 {
    margin: 60px auto
}

.spacer-70 {
    margin: 70px auto
}

.spacer-80 {
    margin: 80px auto
}

.spacer-90 {
    margin: 90px auto
}

.spacer-100 {
    margin: 100px auto
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.primary-background {
    background-color: #5b9118;
    color: #fff
}

.white-background {
    background-color: #fff
}

.light-background {
    background-color: #f7f7f7;
    color: #35404f
}

.gray-background {
    background-color: #878c94;
    color: #fff
}

.dark-background {
    background-color: #35404f;
    color: #fff
}

.success-background {
    background-color: #5b9118;
    color: #fff
}

.info-background {
    background-color: #64d5f6;
    color: #fff
}

.warning-background {
    background-color: #fcbe66;
    color: #fff
}

.danger-background {
    background-color: #e31e24;
    color: #fff
}

.text-primary {
    color: #5b9118
}

.text-dark {
    color: #35404f
}

.text-gray {
    color: #878c94
}

.text-light {
    color: #f7f7f7
}

.text-white {
    color: #fff !important
}

.text-success {
    color: #5b9118
}

.text-info {
    color: #64d5f6
}

.text-warning {
    color: #fcbe66
}

.text-danger {
    color: #e31e24
}

.label-default {
    background-color: rgba(0, 0, 0, .1);
    color: #35404f
}

.label-primary {
    background-color: #5b9118;
    color: #fff
}

.label-warning {
    background-color: #fcbe66;
    color: #fff
}

.label-info {
    background-color: #64d5f6;
    color: #fff
}

.label-success {
    background-color: #5b9118;
    color: #fff
}

.label-danger {
    background-color: #e31e24;
    color: #fff
}

.round {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.semi-circle {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.tooltip .tooltip-inner {
    padding: 4px 7px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, .8)
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, .8)
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, .8)
}

.section {
    padding: 70px 0
}

.section-medium {
    padding: 140px 0
}

.section-big {
    padding: 280px 0
}

.layer-dark::before,
.layer-white::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.white-backgorund {
    background-color: #fff
}

.light-backgorund {
    background-color: #f7f7f7
}

.image-background {
    background-size: cover;
    color: #f7f7f7
}

.image-background.fixed {
    background-attachment: fixed
}

.layer-white::before {
    background-color: rgba(255, 255, 255, .5)
}

.layer-dark::before {
    background-color: rgba(0, 0, 0, .5)
}

.quote,
figure {
    position: relative
}

figure img {
    width: 100%
}

figure figcaption {
    color: #878c94;
    font-size: 13px;
    padding: 5px 0
}

figure.zoom-in img {
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

figure.zoom-in:hover img {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

figure.zoom-out img {
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

figure.zoom-out:hover img {
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.btn {
    padding-left: 23px;
    padding-right: 23px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.table tbody tr td,
.table tbody tr th,
.table thead tr th {
    padding: 18px;
    line-height: 1.42857143;
    vertical-align: middle
}

.btn.round {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.btn.semi-circle {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.btn.btn-default {
    color: #fff;
    background-color: #5b9118;
    border: 1px solid #5b9118
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
    color: #fff;
    background-color: #73d11e;
    border: 1px solid #73d11e
}

.btn.btn-dark {
    color: #fff;
    background-color: #35404f;
    border: 1px solid #35404f
}

.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:hover {
    color: #fff;
    background-color: #2b3440;
    border: 1px solid #2b3440
}

.btn.btn-gray {
    color: #fff;
    background-color: #878c94;
    border: 1px solid #878c94
}

.btn.btn-gray:active,
.btn.btn-gray:focus,
.btn.btn-gray:hover {
    color: #fff;
    background-color: #7a7f88;
    border: 1px solid #7a7f88
}

.btn.btn-light {
    color: #35404f;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7
}

.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover {
    color: #35404f;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-success {
    color: #fff;
    background-color: #5b9118;
    border: 1px solid #5b9118
}

.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
    color: #fff;
    background-color: #E31E24;
    border: 1px solid #E31E24;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-info {
    color: #fff;
    background-color: #64d5f6;
    border: 1px solid #64d5f6
}

.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
    color: #fff;
    background-color: #4ccef5;
    border: 1px solid #4ccef5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-warning {
    color: #fff;
    background-color: #fcbe66;
    border: 1px solid #fcbe66
}

.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
    color: #fff;
    background-color: #fcb34d;
    border: 1px solid #fcb34d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-danger {
    color: #fff;
    background-color: #e31e24;
    border: 1px solid #e31e24
}

.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
    color: #fff;
    background-color: #e24944;
    border: 1px solid #e24944;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-default-outline {
    color: #5b9118;
    background-color: transparent;
    border: 1px solid #5b9118
}

.btn.btn-default-outline:active,
.btn.btn-default-outline:focus,
.btn.btn-default-outline:hover {
    color: #fff;
    background-color: #5b9118;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-dark-outline {
    color: #35404f;
    background-color: transparent;
    border: 1px solid #35404f
}

.btn.btn-dark-outline:active,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:hover {
    color: #fff;
    background-color: #35404f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-gray-outline {
    color: #878c94;
    background-color: transparent;
    border: 1px solid #878c94
}

.btn.btn-gray-outline:active,
.btn.btn-gray-outline:focus,
.btn.btn-gray-outline:hover {
    color: #fff;
    background-color: #878c94;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-light-outline {
    color: #878c94;
    background-color: transparent;
    border: 1px solid #f7f7f7
}

.btn.btn-light-outline:active,
.btn.btn-light-outline:focus,
.btn.btn-light-outline:hover {
    color: #35404f;
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-success-outline {
    color: #5b9118;
    background-color: transparent;
    border: 1px solid #5b9118
}

.btn.btn-success-outline:active,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:hover {
    color: #fff;
    background-color: #5b9118;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-info-outline {
    color: #64d5f6;
    background-color: transparent;
    border: 1px solid #64d5f6
}

.btn.btn-info-outline:active,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:hover {
    color: #fff;
    background-color: #64d5f6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-warning-outline {
    color: #fcbe66;
    background-color: transparent;
    border: 1px solid #fcbe66
}

.btn.btn-warning-outline:active,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:hover {
    color: #fff;
    background-color: #fcbe66;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-danger-outline {
    color: #e31e24;
    background-color: transparent;
    border: 1px solid #e31e24
}

.btn.btn-danger-outline:active,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:hover {
    color: #fff;
    background-color: #e31e24;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-dark-outline-transparent {
    color: #35404f;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .2)
}

.btn.btn-dark-outline-transparent:active,
.btn.btn-dark-outline-transparent:focus,
.btn.btn-dark-outline-transparent:hover {
    color: #35404f;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-light-outline-transparent {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2)
}

.btn.btn-light-outline-transparent:active,
.btn.btn-light-outline-transparent:focus,
.btn.btn-light-outline-transparent:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.alert-danger,
.alert-info,
.alert-success,
.alert-warning {
    border: none;
    color: #fff
}

.btn.btn-facebook {
    color: #fff;
    background-color: #3b5998
}

.btn.btn-facebook:active,
.btn.btn-facebook:focus,
.btn.btn-facebook:hover {
    color: #fff;
    background-color: #4264aa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-twitter {
    color: #fff;
    background-color: #1da1f2
}

.btn.btn-twitter:active,
.btn.btn-twitter:focus,
.btn.btn-twitter:hover {
    color: #fff;
    background-color: #35abf3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-google-plus {
    color: #fff;
    background-color: #d44032
}

.btn.btn-google-plus:active,
.btn.btn-google-plus:focus,
.btn.btn-google-plus:hover {
    color: #fff;
    background-color: #d85447;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-linkedin {
    color: #fff;
    background-color: #1b85bd
}

.btn.btn-linkedin:active,
.btn.btn-linkedin:focus,
.btn.btn-linkedin:hover {
    color: #fff;
    background-color: #1e95d3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-pinterest {
    color: #fff;
    background-color: #bd081c
}

.btn.btn-pinterest:active,
.btn.btn-pinterest:focus,
.btn.btn-pinterest:hover {
    color: #fff;
    background-color: #d50920;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-behance {
    color: #fff;
    background-color: #1769ff
}

.btn.btn-behance:active,
.btn.btn-behance:focus,
.btn.btn-behance:hover {
    color: #fff;
    background-color: #3179ff;
    opacity: .9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-dribbble {
    color: #fff;
    background-color: #e14984
}

.btn.btn-dribbble:active,
.btn.btn-dribbble:focus,
.btn.btn-dribbble:hover {
    color: #fff;
    background-color: #e55f93;
    opacity: .9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn.btn-instagram {
    color: #fff;
    background-color: #f4b97a
}

.btn.btn-instagram:active,
.btn.btn-instagram:focus,
.btn.btn-instagram:hover {
    color: #fff;
    background-color: #f6c592;
    opacity: .9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn-amazon,
.btn-app-store,
.btn-google-play,
.btn-windows {
    display: inline-block;
    width: 130px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat
}

.btn-app-store {
    background-image: url(../img/market_logo/app-store.png)
}

.btn-google-play {
    background-image: url(../img/market_logo/google-play.png)
}

.btn-windows {
    width: 160px;
    background-image: url(../img/market_logo/windows.png)
}

.btn-amazon {
    background-image: url(../img/market_logo/amazon.png)
}

.alert-success {
    background-color: #5b9118
}

.alert-success .close {
    text-shadow: none;
    opacity: .4
}

.alert-success .close:hover {
    color: #fff;
    opacity: 1
}

.alert-info {
    background-color: #64d5f6
}

.alert-info .close {
    text-shadow: none;
    opacity: .4
}

.alert-info .close:hover {
    color: #fff;
    opacity: 1
}

.alert-warning {
    background-color: #fcbe66
}

.alert-warning .close {
    text-shadow: none;
    opacity: .4
}

.alert-warning .close:hover {
    color: #fff;
    opacity: 1
}

.alert-danger {
    background-color: #e31e24
}

.table tbody tr td,
.table tbody tr th,
.table thead tr th,
.table.table-bordered,
.table.table-bordered tbody tr td,
.table.table-bordered tbody tr th,
.table.table-bordered thead tr th {
    border-color: rgba(0, 0, 0, .02)
}

.alert-danger .close {
    text-shadow: none;
    opacity: .4
}

.alert-danger .close:hover {
    color: #fff;
    opacity: .9
}

.table thead tr th {
    color: #35404f
}

.table thead tr.active td,
.table thead tr.active th {
    background-color: rgba(240, 240, 240, .5)
}

.table thead tr.success td,
.table thead tr.success th {
    background-color: #5b9118;
    color: #fff
}

.table thead tr.info td,
.table thead tr.info th {
    background-color: #64d5f6;
    color: #fff
}

.table thead tr.warning td,
.table thead tr.warning th {
    background-color: #fcbe66;
    color: #fff
}

.table thead tr.danger td,
.table thead tr.danger th {
    background-color: #e31e24;
    color: #fff
}

.table tbody tr th {
    color: #35404f
}

.table tbody tr.active td,
.table tbody tr.active th {
    background-color: rgba(240, 240, 240, .5)
}

.table tbody tr.success td,
.table tbody tr.success th {
    background-color: #5b9118;
    color: #fff
}

.table tbody tr.info td,
.table tbody tr.info th {
    background-color: #64d5f6;
    color: #fff
}

.table tbody tr.warning td,
.table tbody tr.warning th {
    background-color: #fcbe66;
    color: #fff
}

.table tbody tr.danger td,
.table tbody tr.danger th {
    background-color: #e31e24;
    color: #fff
}

.pager li a,
.table.no-border td,
.table.no-border th {
    border: none
}

.table.table-hover tbody tr:hover,
.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .03)
}

.pagination li a {
    border: none;
    background-color: transparent;
    color: #878c94;
    margin-left: 12px;
    margin-bottom: 7px;
    padding: 0
}

.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
    color: #35404f;
    background-color: transparent
}

.pagination li.active a,
.pagination li.active a:active,
.pagination li.active a:focus,
.pagination li.active a:hover {
    background-color: transparent;
    color: #5b9118
}

.pagination li.disabled a {
    background-color: transparent;
    color: #878c94
}

.pagination li.disabled a:active,
.pagination li.disabled a:focus,
.pagination li.disabled a:hover {
    background-color: transparent;
    color: #35404f
}

.pager li a {
    background-color: transparent;
    color: #878c94;
    margin-left: 7px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    transition: all .1s ease-in
}

.pager li a:active,
.pager li a:focus,
.pager li a:hover {
    background-color: transparent;
    color: #35404f
}

.pager li.disabled a,
.pager li.disabled a:active,
.pager li.disabled a:focus,
.pager li.disabled a:hover {
    background-color: transparent;
    color: #878c94
}

.quote {
    padding: 0 20px
}

.quote .quote-mark {
    font-size: 6em;
    line-height: 0;
    position: absolute;
    left: -15px;
    top: 35px;
    color: #5b9118
}

.quote p {
    font-style: italic
}

.quote .quote-author {
    clear: both;
    display: table;
    margin-top: 20px;
    margin-left: 20px
}

.quote .quote-author .author-img {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    margin-right: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 10px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 10px;
    -ms-box-shadow: rgba(0, 0, 0, .2) 0 2px 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 10px
}

.quote .quote-author .author-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.form-control:active,
.form-control:focus,
.form-control:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.form-control:active,
.form-control:focus {
    border: 1px solid #35404f
}

.form-control.input-lg {
    font-size: 15px
}

.input-group-addon {
    padding: 6px 12px;
    color: #878c94;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.has-success .checkbox-inline,
.has-success .checkbox-input,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox-inline label,
.has-success.checkbox-input label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #5b9118
}

.has-success .form-control {
    border-color: #5b9118;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.has-success .form-control:active,
.has-success .form-control:focus,
.has-success .form-control:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #5b9118
}

.has-warning .checkbox-inline,
.has-warning .checkbox-input,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox-input label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #fcbe66
}

.has-warning .form-control {
    border-color: #fcbe66;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.has-warning .form-control:active,
.has-warning .form-control:focus,
.has-warning .form-control:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #fcbe66
}

.has-error .checkbox-inline,
.has-error .checkbox-input,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox-inline label,
.has-error.checkbox-input label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #e31e24
}

.has-error .form-control {
    border-color: #e31e24;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.has-error .form-control:active,
.has-error .form-control:focus,
.has-error .form-control:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #e31e24
}

.checkbox-input {
    padding-left: 5px
}

.checkbox-input label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: 400
}

.checkbox-input label::after,
.checkbox-input label::before {
    position: absolute;
    margin-left: -20px;
    display: inline-block;
    left: 0
}

.checkbox-input label::before {
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #878c94;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
    -ms-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox-input label::after {
    width: 18px;
    height: 18px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #878c94
}

.checkbox-input.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-input.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-input.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-input.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-input.checkbox-warning input[type=checkbox]:checked+label::after,
input[type=checkbox] .styled:checked+label::after,
input[type=checkbox] .styled:checked+label::before,
input[type=radio] .styled:checked+label::after,
input[type=radio] .styled:checked+label::before {
    color: #fff
}

.checkbox-input.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #5b9118;
    border-color: #5b9118
}

.checkbox-input.checkbox-primary label::before {
    border: 1px solid #5b9118
}

.checkbox-input.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #5b9118;
    border-color: #5b9118
}

.checkbox-input.checkbox-success label::before {
    border: 1px solid #5b9118
}

.checkbox-input.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #64d5f6;
    border-color: #64d5f6
}

.checkbox-input.checkbox-info label::before {
    border: 1px solid #64d5f6
}

.checkbox-input.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #fcbe66;
    border-color: #fcbe66
}

.checkbox-input.checkbox-warning label::before {
    border: 1px solid #fcbe66
}

.checkbox-input.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #e31e24;
    border-color: #e31e24
}

.checkbox-input.checkbox-danger label::before {
    border: 1px solid #e31e24
}

.checkbox-input.checkbox-inline {
    margin-top: 0;
    padding-left: 20px
}

.radio-input {
    padding-left: 5px
}

.radio-input label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: 400
}

.radio-input label::after,
.radio-input label::before {
    position: absolute;
    margin-left: -20px;
    display: inline-block
}

.radio-input label::before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #878c94;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -moz-transition: border .15s ease-in-out;
    -ms-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio-input label::after {
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #878c94;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio-input.radio-primary input[type=radio]:checked+label::after,
.radio-input.radio-success input[type=radio]:checked+label::after {
    background-color: #5b9118
}

.radio-input input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio-input input[type=radio]:focus+label::before {
    outline: 0
}

.radio-input input[type=radio]:checked+label::after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio-input input[type=radio]:disabled+label {
    opacity: .65
}

.member figure .social-icons,
.member figure::after {
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    left: 0
}

.radio-input input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio-input.radio-inline {
    margin-top: 0;
    padding-left: 20px
}

.radio-input.radio-primary input[type=radio]:checked+label::before {
    border-color: #5b9118
}

.radio-input.radio-primary label::before {
    border: 1px solid #5b9118
}

.radio-input.radio-success input[type=radio]:checked+label::before {
    border-color: #5b9118
}

.radio-input.radio-success label::before {
    border: 1px solid #5b9118
}

.radio-input.radio-info input[type=radio]:checked+label::before {
    border-color: #64d5f6
}

.radio-input.radio-info input[type=radio]:checked+label::after {
    background-color: #64d5f6
}

.radio-input.radio-info label::before {
    border: 1px solid #64d5f6
}

.radio-input.radio-warning input[type=radio]:checked+label::before {
    border-color: #fcbe66
}

.radio-input.radio-warning input[type=radio]:checked+label::after {
    background-color: #fcbe66
}

.radio-input.radio-warning label::before {
    border: 1px solid #fcbe66
}

.radio-input.radio-danger input[type=radio]:checked+label::before {
    border-color: #e31e24
}

.radio-input.radio-danger input[type=radio]:checked+label::after {
    background-color: #e31e24
}

.radio-danger input[type=radio]+label::after,
.radio-danger input[type=radio]:checked+label::after {
    background-color: #d9534f
}

.radio-input.radio-danger label::before {
    border: 1px solid #e31e24
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #d9534f
}

.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #5bc0de
}

.radio-warning input[type=radio]+label::after,
.radio-warning input[type=radio]:checked+label::after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #f0ad4e
}

.radio-success input[type=radio]+label::after,
.radio-success input[type=radio]:checked+label::after {
    background-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::before {
    border-color: #5cb85c
}

input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
    font-family: FontAwesome;
    content: "\f00c"
}

.box-banner figure:after,
.box-banner-img a:after,
.member figure::after {
    content: ' '
}

.member {
    padding: 0 10px;
    margin-bottom: 30px
}

.member.zoom-in img {
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member.zoom-in:hover img {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.member figure {
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 5px 7px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 5px 7px;
    -ms-box-shadow: rgba(0, 0, 0, .1) 0 5px 7px;
    box-shadow: rgba(0, 0, 0, .1) 0 5px 7px
}

.member figure .social-icons {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9
}

.member figure::after {
    background-color: rgba(255, 255, 255, .6);
    top: 0;
    right: 0;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.member:hover figure .social-icons {
    bottom: 10px;
    visibility: visible;
    opacity: 1
}

.member:hover figure::after {
    visibility: visible;
    opacity: 1
}

.member .member-content {
    margin: 0;
    padding: 10px 0
}

.member .member-content h5 {
    font-size: 20px;
    margin: 0 0 10px
}

.member .member-content h6 {
    font-size: 16px;
    margin: 0;
    color: #878c94
}

.member2,
.widget {
    margin-bottom: 30px
}

.member2 {
    padding: 0 10px
}

.member2 figure {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 7px 20px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 7px 20px;
    -ms-box-shadow: rgba(0, 0, 0, .2) 0 7px 20px;
    box-shadow: rgba(0, 0, 0, .2) 0 7px 20px;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.member2:hover figure {
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.nav-tabs.style1 {
    border-bottom: 2px solid rgba(0, 0, 0, .04)
}

.nav-tabs.style1 li {
    float: none;
    display: inline-block;
    margin-bottom: -2px
}

.nav-tabs.style1 li a {
    color: #878c94;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid transparent
}

.nav-tabs.style1 li a:active,
.nav-tabs.style1 li a:focus,
.nav-tabs.style1 li a:hover {
    color: #35404f;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs.style1 li.active a,
.nav-tabs.style1 li.active a:active,
.nav-tabs.style1 li.active a:focus,
.nav-tabs.style1 li.active a:hover {
    color: #35404f;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #35404f
}

.nav-tabs.style2.tabs-left {
    border-right: 1px solid transparent
}

.nav-tabs.style2.tabs-right {
    border-left: 1px solid transparent
}

.nav-tabs.style2 li {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.nav-tabs.style2 li a {
    color: #878c94;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.nav-tabs.style2 li a:active,
.nav-tabs.style2 li a:focus,
.nav-tabs.style2 li a:hover {
    color: #35404f;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs.style2 li.active a,
.nav-tabs.style2 li.active a:active,
.nav-tabs.style2 li.active a:focus,
.nav-tabs.style2 li.active a:hover {
    color: #35404f;
    cursor: pointer;
    background-color: transparent;
    border: none
}

.nav-tabs.style3 {
    border-bottom: none;
}
.nav-tabs.style3 li {
    float: none;
    display: block;
    margin-bottom: 5px;
}

.nav-tabs.style3 li a {
    color: #fff;
    margin: 0;
    border: 1px solid #5b9118;
    border-radius: 4px;
    background: #5b9118;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: -1px;
    font-size: 18px;
    
}
.nav-tabs.style3>li.active>a,
.nav-tabs.style3>li.active>a:focus,
.nav-tabs.style3>li.active>a:hover {
    color: #5b9118;
    border: 1px solid #42a307;
    background: #f7f7f7;
}

.tab-content {
    padding: 40px 0
}

.tab-content.style2 {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .08)
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}

.accordion.panel-group .panel,
.toggle.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.accordion.style1 .panel,
.toggle.style1 .panel {
    border: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.accordion.style1 .panel .panel-heading,
.toggle.style1 .panel .panel-heading {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent
}

.accordion.style1 .panel .panel-heading a,
.toggle.style1 .panel .panel-heading a {
    display: block;
    text-decoration: none;
    outline: 0;
    padding: 5px 0 5px 30px;
    position: relative;
    color: #35404f
}

.accordion.style1 .panel .panel-heading .panel-title a::before,
.toggle.style1 .panel .panel-heading .panel-title a::before {
    font-family: FontAwesome;
    content: "\f056";
    display: block;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #5b9118
}

.accordion.style1 .panel .panel-heading .panel-title a.collapsed,
.toggle.style1 .panel .panel-heading .panel-title a.collapsed {
    color: #878c94
}

.accordion.style1 .panel .panel-heading .panel-title a.collapsed::before,
.toggle.style1 .panel .panel-heading .panel-title a.collapsed::before {
    content: "\f055";
    color: #878c94
}

.accordion.style1 .panel .panel-body,
.toggle.style1 .panel .panel-body {
    border-top: none !important;
    background-color: transparent
}

.accordion.style2 .panel,
.toggle.style2 .panel {
    border-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.accordion.style2 .panel .panel-heading,
.toggle.style2 .panel .panel-heading {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background-color: rgba(0, 0, 0, .08)
}

.accordion.style2 .panel .panel-heading a,
.toggle.style2 .panel .panel-heading a {
    display: block;
    text-decoration: none;
    outline: 0;
    padding: 15px;
    position: relative;
    background-color: rgba(0, 0, 0, .06);
    color: #35404f
}

.accordion.style2 .panel .panel-heading .panel-title a.collapsed,
.toggle.style2 .panel .panel-heading .panel-title a.collapsed {
    color: #878c94
}

.accordion.style2 .panel .panel-body,
.toggle.style2 .panel .panel-body {
    background-color: #fff
}

.accordion.style3 .panel,
.toggle.style3 .panel {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.accordion.style3 .panel .panel-heading,
.toggle.style3 .panel .panel-heading {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 0
}

.accordion.style3 .panel .panel-heading a,
.toggle.style3 .panel .panel-heading a {
    display: block;
    text-decoration: none;
    outline: 0;
    padding: 15px 10px 15px 0;
    position: relative;
    color: #5b9118
}

.accordion.style3 .panel .panel-heading .panel-title a::after,
.toggle.style3 .panel .panel-heading .panel-title a::after {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5b9118
}

.accordion.style3 .panel .panel-heading .panel-title a.collapsed,
.toggle.style3 .panel .panel-heading .panel-title a.collapsed {
    color: #878c94
}

.accordion.style3 .panel .panel-heading .panel-title a.collapsed::after,
.toggle.style3 .panel .panel-heading .panel-title a.collapsed::after {
    content: "\f105";
    color: #878c94
}

.accordion.style3 .panel .panel-body,
.toggle.style3 .panel .panel-body {
    border-top: none !important;
    background-color: transparent
}

.nav-pills.style1 {
    display: inline-block
}

.nav-pills.style1 li {
    margin-left: -1px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-left-color: rgba(0, 0, 0, .04);
    border-right-color: rgba(0, 0, 0, .04)
}

@media (max-width:767px) {
    .nav-pills.style1 {
        display: block
    }

    .nav-pills.style1 li {
        float: none
    }
}

.nav-pills.style1 li:last-child {
    border-right-color: rgba(0, 0, 0, .06)
}

.nav-pills.style1 li:first-child {
    border-left-color: rgba(0, 0, 0, .06)
}

.nav-pills.style1 li a {
    background-color: rgba(0, 0, 0, .04);
    padding: 15px 50px;
    color: #35404f;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.nav-pills.style1 li a:active,
.nav-pills.style1 li a:focus,
.nav-pills.style1 li a:hover,
.nav-pills.style1 li.active a:active,
.nav-pills.style1 li.active a:focus,
.nav-pills.style1 li.active a:hover {
    background-color: transparent
}

.nav-pills.style1 li.active {
    position: relative
}

.nav-pills.style1 li.active a {
    background-color: transparent;
    color: #35404f
}

.nav-pills.style1 li.active a .icon {
    opacity: .3
}

.nav-pills.style2 li a {
    font-size: 20px;
    background-color: rgba(0, 0, 0, .04);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 20px;
    color: #35404f
}

.nav-pills.style2 li a .icon {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-size: 30px;
    opacity: .1
}

.nav-pills.style2 li a:active,
.nav-pills.style2 li a:focus,
.nav-pills.style2 li a:hover {
    background-color: rgba(0, 0, 0, .06)
}

.nav-pills.style2 li.active {
    position: relative
}

.nav-pills.style2 li.active a {
    background-color: #5b9118;
    color: #fff
}

.nav-pills.style2 li.active a .icon {
    opacity: .3
}

.nav-pills.style2 li.active a:active,
.nav-pills.style2 li.active a:focus,
.nav-pills.style2 li.active a:hover {
    background-color: #5b9118
}

@media (min-width:767px) {

    .nav-pills.style2 li.active a:after,
    .nav-pills.style2 li.active a:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .nav-pills.style2 li.active a:after {
        border-color: #5b9118 transparent transparent;
        border-width: 8px
    }

    .nav-pills.style2 li.active a:before {
        border-color: #5b9118 transparent transparent;
        border-width: 12px;
        opacity: .2
    }
    
    .nav-tabs.style3 {
        border-bottom: 1px solid #42a307;
    }
    .nav-tabs.style3 li {
        display: inline-block;
        margin-bottom: 0;
    }
    .nav-tabs.style3 li a {
        margin: 0 5px -1px 0;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.style3>li.active>a,
    .nav-tabs.style3>li.active>a:focus,
    .nav-tabs.style3>li.active>a:hover {
        border-bottom-color: #f7f7f7;
    }
}

.home-slide.carousel .item {
    height: 550px;
    background-size: cover
}

.home-slide.carousel .item .item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5))
}

.home-slide.carousel .carousel-indicators li {
    margin: 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: none
}

.home-slide.carousel .carousel-indicators li.active {
    background-color: #5b9118
}

@media screen and (min-width:768px) {
    .home-slide.carousel .item .carousel-caption {
        right: 15%;
        left: 15%;
        padding-bottom: 40px
    }

    .home-slide.carousel .carousel-indicators {
        bottom: 0
    }
}

.owl-carousel {
    position: relative
}

.owl-carousel .item {
    margin-left: 4px;
    margin-right: 4px
}

.owl-carousel.owl-theme .owl-nav {
    margin: 0
}

.owl-carousel.owl-theme .owl-nav div {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    display: inline-block;
    text-align: center;
    zoom: 1;
    padding: 0;
    width: 30px;
    height: 70px;
    line-height: 70px;
    font-size: 70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.owl-carousel:hover.owl-theme .owl-nav div,
.owl-carousel:hover.owl-theme.slider .owl-nav div {
    opacity: .6;
    visibility: visible;
    background-color: transparent
}

.box-info a .box-info-inner,
.box-info a .box-info-inner h6 {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

.product-slider .carousel-inner,
.thumbnail.store.style2 {
    border: 1px solid rgba(0, 0, 0, .08)
}

.owl-carousel.owl-theme .owl-nav div.owl-prev {
    position: absolute;
    left: 0;
    color: #35404f
}

.owl-carousel.owl-theme .owl-nav div.owl-next {
    position: absolute;
    right: 0;
    color: #35404f
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: rgba(0, 0, 0, .08)
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #5b9118
}

.owl-carousel.owl-theme.slider .owl-nav div.owl-prev {
    position: absolute;
    left: 30px;
    color: #fff
}

.owl-carousel.owl-theme.slider .owl-nav div.owl-next {
    position: absolute;
    right: 30px;
    color: #fff
}

.owl-carousel.owl-theme.slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%
}

.owl-carousel.owl-theme.slider .owl-dots .owl-dot span {
    background-color: #f7f7f7
}

.owl-carousel.owl-theme.slider .owl-dots .owl-dot.active span {
    background-color: #5b9118
}

.owl-carousel:hover.owl-theme .owl-nav div.owl-prev {
    position: absolute;
    left: -10px
}

.owl-carousel:hover.owl-theme .owl-nav div.owl-next {
    position: absolute;
    right: -10px
}

.owl-carousel:hover.owl-theme.slider .owl-nav div.owl-prev {
    position: absolute;
    left: 20px
}

.owl-carousel:hover.owl-theme.slider .owl-nav div.owl-next {
    position: absolute;
    right: 20px
}

.product-slider {
    width: 100%
}

.product-slider .carousel-inner {
    position: relative
}

.product-slider .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x
}

.product-slider .carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x
}

.product-slider .carousel-control .fa-angle-left,
.product-slider .carousel-control .fa-angle-right,
.product-slider .carousel-control .icon-next,
.product-slider .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    display: inline-block;
    font-size: 30px
}

.product-slider .carousel-control .fa-angle-right,
.product-slider .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

@media screen and (min-width:767px) {

    .product-slider .carousel-control .fa-angle-left,
    .product-slider .carousel-control .fa-angle-right,
    .product-slider .carousel-control .icon-next,
    .product-slider .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        font-size: 60px
    }

    .product-slider .carousel-control .fa-angle-right,
    .product-slider .carousel-control .icon-next {
        margin-right: -10px
    }

    .product-slider .carousel-control .fa-angle-left,
    .product-slider .carousel-control .icon-next {
        margin-left: -10px
    }
}

.product-slider .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

.product-slider .carousel-indicators li {
    border-color: rgba(0, 0, 0, .08);
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto
}

.product-slider .carousel-indicators li img {
    display: block;
    opacity: .5;
    height: auto;
    width: 64px
}

.product-slider .carousel-indicators li:hover img {
    opacity: .75
}

.product-slider .carousel-indicators li.active img {
    opacity: 1
}

.box-info {
    text-align: center
}

@media (max-width:991px) and (min-width:767px) {
    .box-info {
        margin-bottom: 30px
    }
}

.box-info a {
    color: #878c94
}

.box-info a .box-info-inner {
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: all .2s ease-in
}

.box-info a .box-info-inner h6 {
    margin: 0 10px;
    display: inline-block;
    color: #35404f;
    transition: all .2s ease-in
}

.box-info a .box-info-inner i {
    color: #878c94;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.box-info a:active,
.box-info a:focus,
.box-info a:hover {
    text-decoration: none;
    color: #fff
}

.box-info a:active .box-info-inner,
.box-info a:focus .box-info-inner,
.box-info a:hover .box-info-inner {
    background-color: #5b9118;
    border: 1px solid #5b9118
}

.panel,
.thumbnail {
    -moz-border-radius: 0;
    -ms-border-radius: 0
}

.box-info a:active .box-info-inner h6,
.box-info a:active .box-info-inner i,
.box-info a:focus .box-info-inner h6,
.box-info a:focus .box-info-inner i,
.box-info a:hover .box-info-inner h6,
.box-info a:hover .box-info-inner i {
    color: #fff
}

@media (max-width:991px) and (min-width:767px) {
    .box-banner {
        margin-bottom: 30px
    }
}

.box-banner figure {
    position: relative
}

.box-banner figure figcaption {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%
}

.box-banner figure figcaption.box-top {
    top: 20px
}

.box-banner figure figcaption.box-middle {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

.box-banner figure figcaption.box-bottom {
    bottom: 20px
}

.box-banner figure figcaption .banner-content {
    position: relative;
    z-index: 9
}

.box-banner figure figcaption .banner-content .title {
    font-weight: 800;
    margin: 10px 0;
    text-transform: uppercase
}

.box-banner figure figcaption .banner-content .subtitle {
    margin: 10px 0
}

.box-banner figure img {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.box-banner figure:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.box-banner figure:hover:after {
    background-color: rgba(255, 255, 255, .6)
}

.countdown li,
.countdown-coming-soon li {
    background-color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-family: Dosis, sans-serif
}

.box-banner figure:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width:991px) and (min-width:767px) {
    .grid-space-0 .box-banner {
        margin: 0
    }
}

@media (min-width:767px) {
    .grid-space-1 div[class*=col-] {
        padding: 0 1px
    }
}

.box-banner-wide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 50px
}

.box-banner-wide h1,
.box-banner-wide h2,
.box-banner-wide h3,
.box-banner-wide h4,
.box-banner-wide h5,
.box-banner-wide h6 {
    font-weight: 800
}

.countdown {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.countdown li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 70px;
    padding: 7px 0;
    box-shadow: rgba(0, 0, 0, .08) 0 1px 3px
}

.countdown li span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #35404f
}

.countdown li p {
    margin: 0;
    font-size: 14px
}

.countdown-coming-soon {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.countdown-coming-soon li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    padding: 7px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, .08) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .08) 0 1px 3px
}

.countdown-coming-soon li span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #35404f
}

.countdown-coming-soon li p {
    margin: 0;
    font-size: 14px;
    color: #878c94
}

.box-banner-img {
    position: relative
}

.box-banner-img a:after {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    visibility: hidden;
    opacity: 1
}

.box-banner-img:hover a:after {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 0;
    background-color: rgba(255, 255, 255, .4)
}

@media (max-width:991px) and (min-width:767px) {
    .icon-boxes {
        margin-bottom: 30px
    }
}

.icon-boxes.style1 {
    position: relative
}

.icon-boxes.style1 .icon {
    font-size: 42px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.icon-boxes.style1 .box-content {
    margin-left: 70px
}

.icon-boxes.style1 h1,
.icon-boxes.style1 h2,
.icon-boxes.style1 h3,
.icon-boxes.style1 h4,
.icon-boxes.style1 h5,
.icon-boxes.style1 h6,
.icon-boxes.style2 h1,
.icon-boxes.style2 h2,
.icon-boxes.style2 h3,
.icon-boxes.style2 h4,
.icon-boxes.style2 h5,
.icon-boxes.style2 h6 {
    margin: 5px 0
}

.icon-boxes.style1:hover .icon {
    top: -5px
}

.icon-boxes.style2 {
    text-align: center;
    padding: 10px
}

.icon-boxes.style2 .icon {
    font-size: 42px
}

.thumbnail {
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

.thumbnail.store {
    margin-bottom: 20px;
    border: none
}

.thumbnail.store .header {
    position: relative
}

.thumbnail.store .header .badges {
    font-size: 12px
}

.thumbnail.store .header .badges .product-badge {
    padding: 2px 10px;
    position: absolute;
    z-index: 99
}

.thumbnail.store .header .badges .product-badge.top {
    top: 10px
}

.thumbnail.store .header .badges .product-badge.right {
    right: 10px
}

.thumbnail.store .header .badges .product-badge.bottom {
    bottom: 10px
}

.thumbnail.store .header .badges .product-badge.left {
    left: 10px
}

.thumbnail.store .header figure img.front {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.thumbnail.store .header figure img.back {
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail.store .header figure.layer::after {
    content: ' ';
    position: absolute;
    background-color: rgba(255, 255, 255, .6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.thumbnail.store .header figure.zoom-in img {
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.thumbnail.store.style1 .header .icons,
.thumbnail.store.style3 .header .icons {
    position: absolute;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    left: 0;
    text-align: center
}

.thumbnail.store .header .countdown-product {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, .4);
    display: table
}

.thumbnail.store .header .countdown-product li {
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    text-align: center
}

.thumbnail.store .header .countdown-product li p {
    margin-bottom: 0
}

.thumbnail.blog .caption .author-category,
.thumbnail.store .caption h6 {
    margin-bottom: 5px
}

.thumbnail.store .header .countdown-product li:last-child {
    border-right: none
}

.thumbnail.store:hover .countdown-product {
    visibility: hidden
}

.thumbnail.store .caption {
    padding: 5px 0;
    color: #878c94
}

.thumbnail.store .caption .price {
    margin: 0 0 5px
}

.thumbnail.store .caption .price .amount {
    font-size: 20px;
    font-family: Dosis, sans-serif
}

.thumbnail.store .caption .price .amount.off {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 14px
}

.thumbnail.store:hover .header figure img.front {
    visibility: hidden;
    opacity: 0
}

.thumbnail.store:hover .header figure img.back,
.thumbnail.store:hover .header figure::after {
    visibility: visible;
    opacity: 1
}
.thumbnail.store:hover .header figure.zoom-in img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.thumbnail.store.style1 .header {
    border: 1px solid rgba(0, 0, 0, .03)
}

.thumbnail.store.style1 .header .icons {
    top: 45%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail.store.style1 .header .icons .icon {
    background-color: #fff;
    width: 60px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .04) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, .04) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .04) 0 1px 3px
}

.account .modal-content .modal-body .inner-content .or,
.thumbnail.store.style3 {
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.thumbnail.store.style1:hover .header .icons {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.thumbnail.store.style2 .icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    height: 0;
    display: table;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    z-index: 99
}

.thumbnail.store.style2 .icons .icon {
    padding: 0 5px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.thumbnail.store.style2 .icons .icon:active,
.thumbnail.store.style2 .icons .icon:focus,
.thumbnail.store.style2 .icons .icon:hover {
    color: #5b9118
}

.thumbnail.store.style2 .icons .icon:last-child {
    border: none
}

.thumbnail.store.style2 .caption {
    padding: 5px 10px
}

.thumbnail.store.style2:hover .icons {
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1
}

.thumbnail.store.style3 {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.thumbnail.store.style3 .header {
    border: 1px solid rgba(0, 0, 0, .03)
}

.thumbnail.store.style3 .header .icons {
    top: 45%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail.store.style3 .header .icons .icon {
    background-color: #35404f;
    color: #fff;
    width: 60px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .04) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, .04) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .04) 0 1px 3px
}

.modal-content,
.noUi-target {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none
}

.thumbnail.store.style3 .caption {
    padding-left: 20px;
    padding-right: 20px
}

.thumbnail.store.style3:hover .header .icons {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.thumbnail.blog {
    border: none
}

.thumbnail.blog .header {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden
}

.thumbnail.blog .header .meta {
    font-size: 14px;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    padding: 7px 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
    text-align: center;
    display: table;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 99
}

.thumbnail.blog .header .meta span {
    padding: 0 5px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.thumbnail.blog .header .meta span:last-child {
    border: none
}

.thumbnail.blog .caption {
    padding: 10px 0
}

.thumbnail.blog:hover .header .meta {
    visibility: visible;
    opacity: 1;
    bottom: 0
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 10px
}

.social-icons li a {
    display: block;
    margin-left: 10px;
    color: #35404f
}

.social-icons li a:active,
.social-icons li a:focus,
.social-icons li a:hover {
    color: #35404f
}

.social-icons li.facebook a {
    color: inherit
}

.social-icons li.facebook a:active,
.social-icons li.facebook a:focus,
.social-icons li.facebook a:hover {
    color: #3b5998
}

.social-icons li.linkedin a {
    color: inherit
}

.social-icons li.linkedin a:active,
.social-icons li.linkedin a:focus,
.social-icons li.linkedin a:hover {
    color: #1b85bd
}

.social-icons li.flickr a {
    color: inherit
}

.social-icons li.flickr a:active,
.social-icons li.flickr a:focus,
.social-icons li.flickr a:hover {
    color: #ff0084
}

.social-icons li.skype a {
    color: inherit
}

.social-icons li.skype a:active,
.social-icons li.skype a:focus,
.social-icons li.skype a:hover {
    color: #01aef2
}

.social-icons li.tumblr a {
    color: inherit
}

.social-icons li.tumblr a:active,
.social-icons li.tumblr a:focus,
.social-icons li.tumblr a:hover {
    color: #34465e
}

.social-icons li.vimeo a {
    color: inherit
}

.social-icons li.vimeo a:active,
.social-icons li.vimeo a:focus,
.social-icons li.vimeo a:hover {
    color: #0491bc
}

.social-icons li.soundcloud a {
    color: inherit
}

.social-icons li.soundcloud a:active,
.social-icons li.soundcloud a:focus,
.social-icons li.soundcloud a:hover {
    color: #fe531b
}

.social-icons li.yahoo a {
    color: inherit
}

.social-icons li.yahoo a:active,
.social-icons li.yahoo a:focus,
.social-icons li.yahoo a:hover {
    color: #572c73
}

.social-icons li.dropbox a {
    color: inherit
}

.social-icons li.dropbox a:active,
.social-icons li.dropbox a:focus,
.social-icons li.dropbox a:hover {
    color: #0089d1
}

.social-icons li.joomla a {
    color: inherit
}

.social-icons li.joomla a:active,
.social-icons li.joomla a:focus,
.social-icons li.joomla a:hover {
    color: #0266bb
}

.social-icons li.wordpress a {
    color: inherit
}

.social-icons li.wordpress a:active,
.social-icons li.wordpress a:focus,
.social-icons li.wordpress a:hover {
    color: #464646
}

.social-icons li.vine a {
    color: inherit
}

.social-icons li.vine a:active,
.social-icons li.vine a:focus,
.social-icons li.vine a:hover {
    color: #00a478
}

.social-icons li.xing a {
    color: inherit
}

.social-icons li.xing a:active,
.social-icons li.xing a:focus,
.social-icons li.xing a:hover {
    color: #126567
}

.social-icons li.stumbleupon a {
    color: inherit
}

.social-icons li.stumbleupon a:active,
.social-icons li.stumbleupon a:focus,
.social-icons li.stumbleupon a:hover {
    color: #f74425
}

.social-icons li.foursquare a {
    color: inherit
}

.social-icons li.foursquare a:active,
.social-icons li.foursquare a:focus,
.social-icons li.foursquare a:hover {
    color: #0072b1
}

.social-icons li.twitter a {
    color: inherit
}

.social-icons li.twitter a:active,
.social-icons li.twitter a:focus,
.social-icons li.twitter a:hover {
    color: #1da1f2
}

.social-icons li.instagram a {
    color: inherit
}

.social-icons li.instagram a:active,
.social-icons li.instagram a:focus,
.social-icons li.instagram a:hover {
    color: #f4b97a
}

.social-icons li.youtube a {
    color: inherit
}

.social-icons li.youtube a:active,
.social-icons li.youtube a:focus,
.social-icons li.youtube a:hover {
    color: #cc181e
}

.social-icons li.dribbble a {
    color: inherit
}

.social-icons li.dribbble a:active,
.social-icons li.dribbble a:focus,
.social-icons li.dribbble a:hover {
    color: #e14984
}

.social-icons li.behance a {
    color: inherit
}

.social-icons li.behance a:active,
.social-icons li.behance a:focus,
.social-icons li.behance a:hover {
    color: #1769ff
}

.social-icons li.pinterest a {
    color: inherit
}

.social-icons li.pinterest a:active,
.social-icons li.pinterest a:focus,
.social-icons li.pinterest a:hover {
    color: #bd081c
}

.social-icons li.google-plus a {
    color: inherit
}

.social-icons li.google-plus a:active,
.social-icons li.google-plus a:focus,
.social-icons li.google-plus a:hover {
    color: #d44032
}

.social-icons.style1 li.facebook a {
    color: #3b5998
}

.social-icons.style1 li.twitter a {
    color: #1da1f2
}

.social-icons.style1 li.linkedin a {
    color: #1b85bd
}

.social-icons.style1 li.flickr a {
    color: #ff0084
}

.social-icons.style1 li.skype a {
    color: #01aef2
}

.social-icons.style1 li.tumblr a {
    color: #34465e
}

.social-icons.style1 li.vimeo a {
    color: #0491bc
}

.social-icons.style1 li.soundcloud a {
    color: #fe531b
}

.social-icons.style1 li.yahoo a {
    color: #572c73
}

.social-icons.style1 li.dropbox a {
    color: #0089d1
}

.social-icons.style1 li.joomla a {
    color: #0266bb
}

.social-icons.style1 li.wordpress a {
    color: #464646
}

.social-icons.style1 li.vine a {
    color: #00a478
}

.social-icons.style1 li.xing a {
    color: #126567
}

.social-icons.style1 li.stumbleupon a {
    color: #f74425
}

.social-icons.style1 li.foursquare a {
    color: #0072b1
}

.social-icons.style1 li.instagram a {
    color: #f4b97a
}

.social-icons.style1 li.youtube a {
    color: #cc181e
}

.social-icons.style1 li.dribbble a {
    color: #e14984
}

.social-icons.style1 li.behance a {
    color: #1769ff
}

.social-icons.style1 li.pinterest a {
    color: #bd081c
}

.social-icons.style1 li.google-plus a {
    color: #d44032
}

.panel .panel-heading a:active,
.panel .panel-heading a:focus,
.panel .panel-heading a:hover,
.social-icons.style2 li a:active,
.social-icons.style2 li a:focus,
.social-icons.style2 li a:hover {
    color: #fff
}

.social-icons.style2 li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff
}

.social-icons.style2 li.facebook a {
    background-color: #3b5998
}

.social-icons.style2 li.twitter a {
    background-color: #1da1f2
}

.social-icons.style2 li.dribbble a {
    background-color: #e14984
}

.social-icons.style2 li.linkedin a {
    background-color: #1b85bd
}

.social-icons.style2 li.youtube a {
    background-color: #cc181e
}

.social-icons.style2 li.behance a {
    background-color: #1769ff
}

.social-icons.style2 li.google-plus a {
    background-color: #d44032
}

.social-icons.style2 li.flickr a {
    background-color: #ff0084
}

.social-icons.style2 li.skype a {
    background-color: #01aef2
}

.social-icons.style2 li.tumblr a {
    background-color: #34465e
}

.social-icons.style2 li.vimeo a {
    background-color: #0491bc
}

.social-icons.style2 li.instagram a {
    background-color: #f4b97a
}

.social-icons.style2 li.pinterest a {
    background-color: #bd081c
}

.social-icons.style2 li.soundcloud a {
    background-color: #fe531b
}

.social-icons.style2 li.yahoo a {
    background-color: #572c73
}

.social-icons.style2 li.dropbox a {
    background-color: #0089d1
}

.social-icons.style2 li.joomla a {
    background-color: #0266bb
}

.social-icons.style2 li.wordpress a {
    background-color: #464646
}

.social-icons.style2 li.vine a {
    background-color: #00a478
}

.social-icons.style2 li.xing a {
    background-color: #126567
}

.social-icons.style2 li.stumbleupon a {
    background-color: #f74425
}

.social-icons.style2 li.foursquare a {
    background-color: #0072b1
}

.panel {
    -webkit-border-radius: 0;
    border-radius: 0
}

.panel .panel-heading {
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.panel .panel-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .1)
}

.panel.panel-default {
    border-color: rgba(0, 0, 0, .2)
}

.panel.panel-default .panel-heading {
    background-color: rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .1)
}

.panel.panel-primary,
.panel.panel-success,
.panel.panel-success .panel-heading {
    border-color: #bababa
}

.panel.panel-default .panel-heading a:active,
.panel.panel-default .panel-heading a:focus,
.panel.panel-default .panel-heading a:hover {
    color: #35404f
}

.panel.panel-primary .panel-heading {
    background-color: #5b9118;
    border-color: #5b9118
}

/*.panel.panel-success .panel-heading {*/
/*    background-color: #5b9118;*/
/*    color: #fff*/
/*}*/

.panel.panel-success .panel-heading {
    background-color: #fff;
    color: #7f7f7f;
}

.panel.panel-success .panel-heading > i {
    display: none;
}

.panel.panel-info {
    border-color: #64d5f6
}

.panel.panel-info .panel-heading {
    background-color: #64d5f6;
    border-color: #64d5f6;
    color: #fff
}

.panel.panel-warning {
    border-color: #fcbe66
}

.panel.panel-warning .panel-heading {
    background-color: #fcbe66;
    border-color: #fcbe66;
    color: #fff
}

.panel.panel-danger {
    border-color: #e31e24
}

.panel.panel-danger .panel-heading {
    background-color: #e31e24;
    border-color: #e31e24;
    color: #fff
}

.navbar-default {
    margin: 0
}

.breadcrumbs {
    margin: 0;
    background-color: #f7f7f7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 14px
}

.breadcrumbs ul li:after {
    font-family: FontAwesome;
    content: '\f105';
    margin: 0 4px 0 8px
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: red;
    background: url(../img/loading.gif) top left no-repeat;
    border: none
}

.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: rgba(0, 0, 0, .1)
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fcbe66;
    white-space: nowrap;
    overflow: hidden
}

.rating-disabled .rating {
    cursor: not-allowed
}

.rating-rtl {
    float: right
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-animate .filled-stars {
    -webkit-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -ms-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease
}

.rating-xl {
    font-size: 3em
}

.rating-lg {
    font-size: 2.5em
}

.rating-md {
    font-size: 2em
}

.rating-sm {
    font-size: 1.5em
}

.rating-xs {
    font-size: 1.2em
}

.rating-container .clear-rating {
    color: rgba(0, 0, 0, .1);
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px
}

.rating-container .caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -.6em;
    margin-left: 5px;
    margin-right: 0
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #e31e24
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.modal-content {
    position: relative;
    background-color: #f7f7f7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #878c94
}

.modal-content .modal-header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.modal-content .modal-header button.close {
    position: absolute;
    top: -14px;
    right: -14px;
    background-color: #35404f;
    width: 28px;
    height: 28px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.modal-content .modal-header button.close:active,
.modal-content .modal-header button.close:focus,
.modal-content .modal-header button.close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.shop-category .category-img,
.widget .panel-title a::before {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.modal-content .modal-footer {
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.account .modal-content {
    background-color: #fff
}

.account .modal-content .modal-body {
    overflow: hidden;
    padding: 0
}

.account .modal-content .modal-body .display-table {
    margin-left: 0
}

.account .modal-content .modal-body .inner-content {
    padding: 100px 40px;
    position: relative
}

.account .modal-content .modal-body .inner-content .or {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -35px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 999;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.account .modal-content .modal-body .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    z-index: 999;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

.widget ul li {
    line-height: 18px;
    margin-bottom: 15px
}

.widget ul li:last-child {
    margin-bottom: 0
}

.widget ul li .checkbox-input .color {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px
}

.widget ul li a {
    color: #878c94
}

.widget ul li a:active,
.widget ul li a:focus,
.widget ul li a:hover,
.widget ul li.active a {
    color: #35404f
}

.widget .price-range .ui-range-values {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #35404f
}

.widget .price-range .ui-range-values .ui-range-value-max,
.widget .price-range .ui-range-values .ui-range-value-min {
    display: inline-block;
    width: 45%
}

.widget .price-range .ui-range-slider {
    margin-bottom: 15px
}

.widget .items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.widget .items li {
    overflow: hidden;
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.widget .items li .product-image {
    width: 60px;
    float: left
}

.noUi-base,
.widget .items li .product-image img {
    width: 100%
}

.widget .items li .product-details {
    position: relative;
    margin-left: 60px;
    padding: 0 15px 0 10px
}

.widget .items li .product-details .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px
}

.widget .items li .product-details .product-name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.widget .items li .product-details .rate {
    margin-top: 3px;
    font-size: 12px
}

.widget .items li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.widget .tags {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.widget .tags li {
    display: inline-block;
    margin-bottom: 5px
}

.widget .panel-title {
    position: relative
}

.widget .panel-title a::before {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.widget .panel-title a.collapsed::before {
    content: "\f105"
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none
}

.noUi-connect,
.noUi-handle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none
}

.noUi-base {
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    -moz-transition: top .3s, right .3s, bottom .3s, left .3s;
    -ms-transition: top .3s, right .3s, bottom .3s, left .3s;
    -o-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 8px
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -7px
}

.noUi-connect {
    background: #35404f;
    box-shadow: none;
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -ms-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    position: relative;
    z-index: 1;
    border: 2px solid #35404f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    cursor: default;
    box-shadow: none
}

.noUi-active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.shop-category {
    position: relative;
    padding: 0;
    text-align: center;
    height: 350px;
    overflow: hidden
}

.shop-category .category-img {
    position: absolute;
    top: 50%;
    left: -75%;
    text-align: right;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.shop-category .category-img img {
    height: 350px
}

.shop-category .category-name {
    z-index: 99;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    width: 75%;
    padding: 10px 30px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.shop-category:after,
.shop-category:hover:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.shop-category .category-name .title {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.shop-category:hover .category-img {
    left: 0
}

.shop-category:hover .category-name {
    width: 100%;
    color: #f7f7f7
}

.shop-category:hover .category-name .title {
    color: #fff
}

.shop-category:hover:after {
    background-color: #5b9118;
    opacity: .9
}

.shop-category:after {
    background-color: rgba(12, 212, 210, 0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cat-item {
    position: relative
}

.cat-item .cat-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.cat-item .cat-title h6 {
    margin: 0;
    font-weight: 400
}

.cat-item .cat-title a {
    display: block;
    background-color: rgba(0, 0, 0, .4);
    padding: 12px 0;
    color: #fff
}

.cat-item-style2 {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.cat-item-style2 .title {
    border-top: 1px solid #f7f7f7;
    text-align: center;
    margin: 0;
    padding: 5px 0
}

.map {
    position: relative;
    width: 100%;
    height: 520px
}

.alert-warning.search-section-alert {
    background-color: transparent;
    display: flex;
    align-items: center;
}

.alert-warning.search-section-alert p {
    color: black;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding-left: 15px;
    line-height: 1.4;
}

.alert-warning.search-section-alert img {
    max-width: 140px;
}

.search-section-alert-description span {
    color: #668E2D;
    font-size: 20px;
}

@media (max-width: 768px) {
    .alert-warning.search-section-alert {
        flex-direction: column;
    }
}
