/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Shoom theme
Version:    1.0

[Table of contents]

    1. Base
        1.1 Base css
        1.2. Heading
        1.3. Buttons
        1.4. Inputs
        1.5. Page preloader
    2. Header
        2.1 Header top
        2.2. Navigation, .navigation
        2.3 Navigation button, .nav-button
        2.4 Full screen navigation, .full-screen-nav
        2.5 Side header, .side-header
    3. Body
        3.1 Blog slider, .blog-slider
        3.2 Blog item, .article item
        3.3 Side bar, .section-side-bar
        3.4 Widget styles
        3.5 Search form
        3.6 Image carousel, .image-carousel
        3.7 Blog post widget, .blog-post-widget
        3.8 Pagination, .pagination
        3.9 Post on map, .map-blog
        3.10 Category item, .category-item
        3.11 Button group, .button-group
        3.12 Blog metro, .button-group
        3.13 Subscribe form, .subscribe-form
        3.14 Banner, .banner
        3.15 Diveder line, .fw-divider-line
        3.16 Gallery
        3.17 Countdown, .countdownHolder
        3.18 Post bottom, .post-bottom
        3.19 Comments
        3.20 Sticky
        3.21 Image slide, .image-slider
        3.22 Icon box, .icon-box
        3.23 Mincart / .header-minicart
        3.24 Category item type2 / .category-item-type2
        3.25 Category-item-metro / .category-item-metro
        3.25 Minified product item / .product-item-min
        3.26 Icon box2 / .icon-box2
        3.27 Testimonials / .testimonials-items
        3.28 App items / .app-items
        3.29 Rating item, .rating-item
        3.30 Rating item, .rating-item
        3.31 Price list, price-list-item
        3.32 Team item, .team-item
        3.33 Video, .video-wrapper
        3.34 Tabs area, .tabs-area
        3.35 Sound item, .sound-item
        3.36 Album items, .album-items
        3.37 Timetable, .timetable
        3.38 Rest menu wrap, .rest-menu-wrap
        3.39 Contacts row, .contacts-row
        3.40 Testimonials style2, .testimonials-item-s2
        3.41 Accordion, .accordion-item
        3.42 Inline icon, .icon-inline
        3.43 Book item, .booking-item
    4. Footer

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Base ]
*/

/*------------------------------------------------------------------
[1.1 Base css ]
*/

aside, nav, footer, header, section {
    display: block
}
body {
    margin: 0;
    font-family: 'Poppins';
    font-size: 14px;
    color: #1b2124;
}

body.site_nav_side {
    background: #fff;
}

body.site-dark {
    background: #000;
    color: #fff;
}
a {
    color: inherit;
}
img {
    border: none;
    height: auto;
}
input, textarea, button, select,a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: inherit;
}
input, textarea, button, select {
    font-family: inherit;
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
}

.no-padding {
    padding: 0;
}

.padding-on {
    padding: 0 30px;
}

.dark-bg {
    color: #fff;
}

.dark-overlay {
    background-color: #67686d;
    color: #fff;
}

.dark-overlay2 {
    background-color: #67686d;
    color: #fff;
}

.wrap-overlay {
    background-color: #f3f3f3; 
}

.site-style2 .dark-overlay {
    background-color: #576b6b;
}

.site-style2 .dark-overlay2 {
    background-color: #435353;
    color: #fff;
}

.header-space {
    height: 61px;
}

figure {
    margin: 0;
}

pre {
    background: #ccc;
    padding: 10px 20px;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

table {
    width: 100%;
    border: 1px solid #3c3c3b;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #3c3c3b;
    padding: 5px 15px;
}

pre {
    width: 100%;
}

.gallery .gallery-item {
    margin: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.gallery .gallery-item .wp-caption-text {
    display: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
} 

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery .gallery-icon {}

.gallery .gallery-icon a {
    position: relative;
}

blockquote {
    font-size: 1.143em;
    margin: 20px 0px 40px;
    line-height: 1.875em;
    position: relative;
    text-align: left;
    padding: 25px 55px;
    font-weight: 300;
    font-style: italic;
    background: #fff;
    border: 1px solid #dedede;
    font-family: "Open Sans";
}

blockquote:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid #dedede;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: -35px;
    right: -1px;
}

blockquote:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid #ffffff;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: -33px;
    right: 0px;
}

blockquote .h5 {
    font-style: normal;
    font-size: 0.750em;
    margin-bottom: 0;
    margin-top: 25px;
}

blockquote i {
    font-style: italic;
    font-size: 0.500em;
    display: block;
}

blockquote p {
    margin: 10px 0;
    line-height: inherit !important;
}

#all {
    position: relative;
    overflow: hidden;
}

.side-image {}

.side-image .video-wrapper {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
}

select {
    -webkit-appearance: none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    max-width: 100%;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    height: 35px;
    padding: 0 60px 0 25px;
    background: #fff url(../images/select.png) right 0 top 50% no-repeat;
    background-size: 48px auto;
    border-radius: 0;
    color: #565656;
    width: 100%;
    height: 45px;
    margin: 0 0 20px;
}

@media screen and (min-width: 768px){
    .side-image > div {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
        background-size: cover;
        background-position: 50%;
        z-index: 1;
    }

.side-image.pr0 > div {
    right: 0;
}

.side-image.pl0 > div {
    left: 0;
}
    
    .side-image > div > img {
        display: none;
    }
}


.p-text {
    font-size: 1.143em;
    line-height: 2.250em;
    font-weight: 300;
    margin: 25px 0;
}

.p-text p {
    margin: 0 0 1em 0;
}

.p-text-big {
    font-size:  1.714em;
    line-height: 2em;
}

.p-text-big p {
    margin: 0 0 1em 0;
}

.p-text14 {
    font-size: 0.778em;
    line-height: 1.667em;
    font-weight: 300;
}

.page-items {
    text-align: center;
}

.page-items .img {
    margin-bottom: 25px;
}

.page-items .img a {}

.page-items .img img {
    display: block;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-items article:hover .img img {
    box-shadow: none;
}

.page-items .name {
    font-size: 1.286em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 40px;
}

.ic-item {
    text-align: center;
    margin-bottom: 30px;
}

.ic-item a {
    display: block;
    text-decoration: none;
}

.ic-item a .image {
    display: block;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 65%;
    margin-bottom: 15px;
}

.ic-item a .h6 {
    font-weight: bold;
    font-size: 1.286em;
}

.site-content {
    position: relative;
}

.site-content p {line-height: 1.875em;}

.site-content .image img {
    width: auto;
    max-height: 800px;
    vertical-align: bottom;
}

.site-content ul {
    padding-left: 0;
}

.site-content ul ul {
    padding-left: 15px;
}

.site-content ul li {
    display: block;
    margin: 5px 0;
}

.site-content ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    box-shadow: inset 0 0 0 5px;
    border-radius: 50%;
    margin-right: 10px;
}

.fw-main-row {
    background-size: cover;
    background-position: 50%;
}

.bg-top {
    background-position: 50% 0% !important;
}

.bg-centered {
    background-position: 50% 50% !important;
}

.bg-bottom {
    background-position: 50% 100% !important;
}

.bg-auto {
    background-size: auto;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.load-items-area {
    position: static !important;
    display: none !important;
}

.popup-link,
.zoom-overlay {
    position: relative;
    display: inline-block;
}

.popup-link img {
    vertical-align: bottom;
}

.popup-link div,
.zoom-overlay div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2.5em;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-link:hover div,
.zoom-overlay:hover div {
    opacity: 1;
    visibility: visible;
}

.popup-link div:after,
.zoom-overlay div:after {
    content: "\e94f";
    font-family: 'controls-iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}

.fw-container:not(.disable-padding) .fw-container,
.fw-container:not(.disable-padding) .fw-container-fluid,
.fw-container-fluid:not(.disable-padding) .fw-container,
.fw-container-fluid:not(.disable-padding) .fw-container-fluid  {
    padding: 0;
}

#wp-calendar {
    font-size: 0.7em;
    text-align: center;
}

#wp-calendar caption {
    font-size: 1.5em;
    margin-bottom: 10px;
}

#wp-calendar td,
#wp-calendar th {
    padding: 3px 0;
}

.row-contact {
    font-size: 1.286em;
    font-weight: 300;
    margin: 15px 0;
}

.row-contact i {
    margin-right: 5px;
}

.decor-line {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    padding-bottom: 25px;
}

.decor-line.type-h5,
.decor-line.type-h6 {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.decor-line:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid;
    width: 60px;
    height: 1px;
    left: 0;
}

.decor-line.type-h5:after,
.decor-line.type-h6:after {
    width: 30px;
}

.decor-line.tac:after,
.tac .decor-line:after {
    margin-left: -30px;
    left: 50%;
}

.decor-line.type-h5.tac:after, .decor-line.type-h6.tac:after {
    margin-left: -15px;
}

.decor-line.tar:after,
.tar .decor-line:afte {
    left: auto;
    right: 0;
}

.comments-area .decor-line {
    margin-bottom: 30px;
}

.decor-line span {
    position: relative;
}

.decor-line.tar span {
    padding: 0 0 0 25px;
}

.decor-line.tac span {
}

.decor-line.default-font {
    font-family: inherit;
}


.decor-line.tar {
    padding-left: 0;
}

.decor-line * {
    font-family: inherit;
    margin: 0;
}

.decor-line span:after {
    right: auto;
    left: 100%;
}

.decor-line.tac:before {
    top: 100%;
    left: 50%;
    margin-left: -9px;
}

.decor-line.tar:before {
    left: auto;
    right: 0;
}

main.fw-main-row {
    padding-top: 30px;
}

/*------------------------------------------------------------------
[1.2. Heading ]
*/

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    margin: 20px 0;
}

.dark-bg h1,.dark-bg .h1,
.dark-bg h2,.dark-bg .h2,
.dark-bg h3,.dark-bg .h3,
.dark-bg h4,.dark-bg .h4,
.dark-bg h5,.dark-bg .h5,
.dark-bg h6,.dark-bg .h6 {
    color: #fff;
}

h1 a,.h1 a,
h2 a,.h2 a,
h3 a,.h3 a,
h4 a,.h4 a,
h5 a,.h5 a,
h6 a,.h6 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 4.2857142857143em; /* 14px/60px */
    line-height: 1em;
    font-weight: 300;
    font-family: 'Poppins';
}

h2,
.h2 {
    font-size: 3.4285714285714em; /* 14px/48px */
    line-height: 1.3em;
    font-weight: 300;
    font-family: 'Poppins';
}

h3,
.h3 {
    font-size: 2.5714285714286em; /* 14px/36px */
    line-height: 1em;
    font-weight: 300;
    font-family: 'Poppins';
}

h4,
.h4 {
    font-size: 2.1428571428571em; /* 14px/30px */
    line-height: 1.5em;
    font-weight: 300;
    font-family: 'Poppins';
}

h5,
.h5 {
    font-size: 1.7142857142857em; /* 14px/24px */
    line-height: 1.5em;
    font-weight: 300;
    font-family: 'Poppins';
}

h6,
.h6 {
    font-size: 1.2857142857143em; /* 14px/18px */
    line-height: 1.5em;
    font-weight: 300;
    font-family: 'Poppins';
}

.heading-decor {
    overflow: hidden;
    font-weight: bold;
}

.heading-decor * {
    font-family: inherit;
    font-weight: 700;
}

.heading-decor.line {
    margin: 25px 0 35px;
}

.heading-decor.line:after {
    content: "";
    width: 25px;
    display: inline-block;
    vertical-align: bottom;
    height: 1px;
    box-shadow: inset 0 0 0 10px;
    color: #545e75;
    margin-top: 20px;
}

.dark-bg .heading-decor.line:after {
    color: #fff;
}

.heading-decor.line * {
    margin: 10px 0;
}

.heading-decor.line h5.sub {
    font-weight: bold;
    color: #b59a6c;
    text-transform: uppercase;
    font-size: 0.750em;
    margin-bottom: 15px;
}

.heading-text {
    line-height: 1.875em;
    font-weight: 300;
    margin: -10px 0 30px;
    font-size: 1.286em;
}

.heading-text span {
    /* max-width: 870px; */
    display: inline-block;
}

#cancel-comment-reply-link {
    font-size: 0.8em;
    text-decoration: none;
    float: right;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0 0 15px;
}

.container-404 {
    padding: 0 15px 0 !important;
}

.site-dark .container-404 {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.container-404 .button-style1 {
    /* width: 260px; */
}

/*------------------------------------------------------------------
[1.3. Buttons ]
*/

[type="button"], 
[type="submit"], 
button {
        
}

.dark-bg [type="button"], 
.dark-bg [type="submit"], 
.dark-bg button {
    /* background: #fff; */
    /* color: #2c2c2c; */
}

[type="button"], 
[type="submit"], 
button,
.button-style1 {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    position: relative;
    line-height: 41px;
    text-align: center;
    padding: 0 25px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    border: 2px solid;
    background: transparent;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style1.light {
    border-color: #fff;
    color: #fff;
}

.button-style1.ios,
.button-style1.android {
    font-weight: 300;
    background: #3ed3ff;
    color: #fff !important;
    border: none;
    text-transform: none;
    line-height: normal;
    padding: 15px 30px 15px 70px;
    position: relative;
    font-family: "Ubuntu";
    text-align: left;
}

.button-style1.ios:hover {
    background: #329fbf !important;
}

.button-style1.android {
    background: #84c318;
}

.button-style1.android:hover {
    background: #659612 !important;
}

.button-style1.ios:before,
.button-style1.android:before {
    content: "\e910";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 30px;
    margin-top: -15px;
}

.button-style1.android:before {
    content: "\e906";
}

.button-style1.ios small,
.button-style1.android small {
    font-size: 14px;
    display: block;
    line-height: 1em;
    margin-bottom: 2px;
}

.button-style1.ios span,
.button-style1.android span {
    font-size: 24px;
    line-height: 1em;
    display: block;
}

.button-style1.min {
    font-size: 12px;
    padding: 0 20px;
    line-height: 36px;
}

.button-style1.brown {
    background-color: #0892a5;
    color: #fff;
}

.button-style1:hover {
    background-color: #323232;
    color: #fff;
    border-color: #323232;
}

.button-style1.dark {
    color: #2c2c2c;
}

.button-style1.dark:hover {
    background-color: #323232;
    color: #fff;
}

.button-style2 {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    position: relative;
    line-height: 41px;
    text-align: center;
    padding: 0 25px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    border: 2px solid;
    background: transparent;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #323232;
    border-color: #323232;
    color: #fff;
}

.button-style2.block {
    display: block;
    width: 100%;
}

.button-style2:hover {
    background-color: #696969;
    border-color: #696969;
}

.dark-bg .button-style2 {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
}

.dark-bg .button-style2:hover {
    background-color: #eee;
    border-color: #eee;
}

.button-style2.green {
    background-color: #84c318;
    border-color: #84c318;
    color: #fff;
}

.button-style2.green:hover {
    background-color: #649215;
    border-color: #649215;
}

/*------------------------------------------------------------------
[1.4. Inputs ]
*/

input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="search"], 
input[type="time"], 
input[type="url"] {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: left;
    background: #fff;
    border: 1px solid #dedede;
    color: #2d2d2d;
    padding: 10px 20px;
    line-height: 23px;
}

input.style1,
textarea.style1 {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    background: transparent;
    border: none;
    margin-bottom: 25px;
    text-align: left;
    color: inherit;
    border-bottom: 2px solid;
}

.wpcf7-form input.style1, 
.wpcf7-form textarea.style1 {
}

input.style1.wr,
textarea.style1.wr {
    border-radius: 5px;
}

.dark-bg input.style1,
.dark-bg textarea.style1 {
    /* border-color: #d0d0d0; */
    /* border-color: #ffffff; */
}

input.style1 {
    padding: 10px 20px;
    height: 45px;
}

textarea.style1 {
    padding: 15px 20px;
}

input.style2,
textarea.style2 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    border: 1px solid #dedede;
    color: #2d2d2d;
    padding: 10px 20px;
    line-height: 23px;
}

input.style2 {}

textarea.style2 {
    padding: 15px 20px;
}

/*------------------------------------------------------------------
[1.5. Page preloader ]
*/

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

#page-preloader .spinner {
    max-width: 210px;
}

/*------------------------------------------------------------------
[2. Header ]
*/

.header {
    background: #fff;
    position: fixed;
    z-index: 22;
    width: 100%;
    color: #2d2d2d;
}

body.single .header,
body:not(.page-template-template-landing) .header {
    border-bottom: 1px solid #e2e2e2;
}

.header.dark {
    color: #fff;
    background: #000;
}

.header .logo,.footer-logo {
    float: left;
    font-size: 2.875em;
    text-transform: uppercase;
    color: #292929;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.logo_center .logo,.footer-logo {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 3.2em;
    padding: 0;
}

.header.logo_center .logo {
    position: absolute;
    width: auto;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 2;
}

.header.logo_center.fixed .logo {
}

.header.logo_center .logo span,.footer-logo span {
    font-size: 12px;
    display: block;
    line-height: 1em;
    text-transform: none;
    margin-top: 15px;
    text-transform: uppercase;
}

.header.dark .logo {
    color: #fff;
}

.header-left-mode .logo {
    float: left;
}

.header-center-mode .logo {
    margin: 0 auto;
    width: 160px;
    float: none;
    text-align: center;
}

.header .logo a, .side-header .logo a,.footer-logo a {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    line-height: 1em;
}

.footer-logo a {height: auto;}

.header.fixed .logo a {
}

.header .logo img,
.footer .footer-logo img,
.side-header .logo img {
    max-width: 125px;
    max-height: 40px;
    display: block;
}

.footer .footer-logo img {
    margin: 0 auto;
}

.header.logo_center .logo img {margin: 0 auto;}

.header .logo img.light,
.footer .footer-logo img.light,
.side-header .logo img.light,
.site-dark .footer .footer-logo img.dark {
    display: none;
}

.header .logo img.dark,
.footer .logo img.dark,
.side-header .logo img.dark {}

.header.light .logo img.dark,
.footer.light .logo img.dark,
.side-header.light .logo img.dark,
.header.dark .logo img.light,
.footer.dark .footer-logo img.light,
.side-header.dark .logo img.light,
.site-dark .footer .footer-logo img.light {
    display: block;
}

.side-header.light .logo img.dark {
}

.header.light .logo img.ligth,
.footer.light .logo img.ligth,
.side-header.light .logo img.ligth,
.header.dark .logo img.dark,
.footer.dark .footer-logo img.dark,
.side-header.dark .logo img.dark {
    display: none;
}

/*------------------------------------------------------------------
[2.1 Header top ]
*/

.header-top {
    background: #292929;
    color: #fff;
    padding: 14px 0;
}

.header.dark .header-top {
    border-bottom: 2px solid #eee;
}

.social-button {
    color: #343e5b;
    font-size: 22px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

.textwidget .social-button {
    margin-bottom: 30px;
}

.social-button a {
    text-decoration: none;
    margin-right: 10px;
}

.social-button a i {vertical-align: middle;}

.header-top .social-button {
    float: left;
}

.header-search {
    float: left;
    position: relative;
}

.logo_center .header-search {
}

.header-search .searchform {
    float: left;
    position: absolute;
    right: 0;
    padding: 5px 0 5px 35px;
    margin: 16px 0 16px 15px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo_center .header-search .searchform {
    left: -10px;
    right: auto;
    padding-left: 10px;
    z-index: 4;
    margin-left: 0;
}

.header.dark .header-search .searchform {
    background: #292929;
}

.header-search.active .searchform {
    opacity: 1;
    visibility: visible;
}

.header-search .searchform .submit {
    float: right;
    padding: 0;
    background: none;
    color: inherit;
    font-size: 20px;
    width: auto;
    height: auto;
    border: none;
    margin-top: -1px;
}

.logo_center .header-search .searchform .submit {
    float: left;
}

.header-search .searchform .submit i {
    display: block;
}

.header-search .searchform div {
    margin-right: 35px;
}

.logo_center .header-search .searchform div {
    margin: 0 0 0 35px;
}

.header-search .searchform .input {
    border: none;
    border-left: 1px solid;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    padding: 0 10px;
    line-height: 19px;
    display: block;
    height: auto;
    width: auto;
    background: transparent;
}

.header.dark .header-search .searchform .input {
    color: #fff;
}

.header-search .header-search-open {
    font-size: 20px;
    cursor: pointer;
    margin: 20px 0 0 25px;
}

.logo_center .header-search .header-search-open {
    margin-left: 0;
}

.header-search .header-search-open i {
    display: block;
}

/*------------------------------------------------------------------
[2.2. Navigation, .navigation ]
*/

.navigation {
    float: left;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation.min {
    max-width: 830px;
    height: 60px;
}

.navigation-centered {
    float: none;
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.navigation.active,
.navigation-centered {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.navigation ul,
.centered-menu,
.centered-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.right .centered-menu {
    float: right;
}

.navigation ul li,
.centered-menu li {
    display: block;
}

.navigation ul li a,
.centered-menu li a {
    text-decoration: none;
    display: block;
    position: relative;
    color: inherit;
}

.navigation > ul {
    float: left;
}

.navigation-centered > ul {
    float: none;
    display: block;
}

.navigation > ul > li,
.centered-menu > li {
    float: left;
    position: relative;
}

.navigation-centered > ul > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.navigation > ul > li + li,
.centered-menu > li + li {
    margin-left: 20px;
}

.navigation.min > ul > li + li, .centered-menu.min > li + li {
    margin-left: 15px;
}

.navigation-centered > ul > li + li {
    margin: 0;
}

.navigation > ul > li > a,
.centered-menu > li > a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 0 5px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    max-width: 120px;
    text-align: center;
    line-height: 1em;
}

.navigation.min > ul > li > a, .centered-menu.min > li > a {
    font-size: 12px;
}

.navigation-centered > ul > li > a {
    height: 45px;
}

.header.fixed .navigation > ul > li > a {
    position: relative;
}

.navigation > ul > li .sub-menu, 
.navigation > ul > li .children,
.centered-menu > li .sub-menu, 
.centered-menu > li .children {
    position: absolute;
    left: -20px;
    top: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    width: 175px;
    color: #565656;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation-centered > ul > li .sub-menu, 
.navigation-centered > ul > li .children {
    left: 5px;
}

.site-dark .navigation > ul > li .sub-menu, 
.site-dark .navigation > ul > li .children,
.site-dark .centered-menu > li .sub-menu, 
.site-dark .centered-menu > li .children {
    color: #fff;
}

.header.dark .navigation > ul > li .sub-menu, 
.header.dark .navigation > ul > li .children,
.header.dark .centered-menu > li .sub-menu, 
.header.dark .centered-menu > li .children {
    background: #323232;
    color: #fff;
}

.site-dark .side-header .navigation > ul > li .sub-menu, 
.site-dark .side-header .navigation > ul > li .children {
    background: transparent;
}

.navigation > ul > li .sub-menu .sub-menu, 
.navigation > ul > li .children .children,
.centered-menu > li .sub-menu .sub-menu, 
.centered-menu > li .children .children {
    top: -1px;
    left: 100%;
}

.navigation > ul li:hover > .sub-menu, 
.navigation > ul li:hover > .children,
.centered-menu li:hover > .sub-menu, 
.centered-menu li:hover > .children {
    opacity: 1;
    visibility: visible;
}

.navigation > ul > li > .sub-menu li, 
.navigation > ul > li > .children li,
.centered-menu > li > .sub-menu li, 
.centered-menu > li > .children li {
    position: relative;
}

.navigation > ul > li > .sub-menu li + li, 
.navigation > ul > li > .children li + li,
.centered-menu > li > .sub-menu li + li, 
.centered-menu > li > .children li + li {
    border-top: 1px solid #d7d7d7;
}

.navigation > ul > li > .sub-menu li > a, 
.navigation > ul > li > .children li > a,
.centered-menu > li > .sub-menu li > a, 
.centered-menu > li > .children li > a {
    padding: 5px 20px;
    display: table-cell;
    height: 39px;
    vertical-align: middle;
    width: 300px;
}

.navigation > ul > li > .sub-menu li:hover > a, 
.navigation > ul > li > .children li:hover > a {}

.navigation .sub-menu li.menu-item-has-children > a:after,
.navigation .children li.page_item_has_children > a:after,
.centered-menu .sub-menu li.menu-item-has-children > a:after,
.centered-menu .children li.page_item_has_children > a:after {
    content: "\e908";
    font-family: 'base-icons' !important;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.navigation > ul > li.current-menu-item > a, 
.navigation > ul > li.current-menu-ancestor > a, 
.navigation > ul > li:hover > a,
.navigation .sub-menu li.current-menu-item > a, 
.navigation .sub-menu li.current-menu-ancestor > a, 
.navigation .sub-menu li:hover > a,
.navigation .children li.current_page_item > a, 
.navigation .children li.current-menu-ancestor > a, 
.navigation .children li:hover > a,
.centered-menu > li.current-menu-item > a, 
.centered-menu > li.current-menu-ancestor > a, 
.centered-menu > li:hover > a,
.centered-menu .sub-menu li.current-menu-item > a, 
.centered-menu .sub-menu li.current-menu-ancestor > a, 
.centered-menu .sub-menu li:hover > a,
.centered-menu .children li.current_page_item > a, 
.centered-menu .children li.current-menu-ancestor > a, 
.centered-menu .children li:hover > a {
    color: #0892a5;
}

.center-nav {
    margin: 0 100px;
    /* overflow: hidden; */
}

.center-nav .fw-row {
    margin: 0;
}

.center-nav .fw-col-xs-6 {
    padding: 0 0 0 140px;
}

.center-nav .fw-col-xs-6.right {
    padding: 0 140px 0 0;
}

/*------------------------------------------------------------------
[2.3 Navigation button, .nav-button ]
*/

.nav-button {
    float: left;
    width: 15px;
    height: 12px;
    position: relative;
    margin: 25px 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo_center .nav-button {
    display: none;
}

.header.fixed .nav-button {
}

.nav-button div {
    height: 2px;
    background: #0f0f0f;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-button.active div {
    transform: scaleX(0);
}

.nav-button:after,
.nav-button:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: #0f0f0f;
    height: 2px;
    /* transform-origin: 0px 1px; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.dark .nav-button:after, 
.header.dark .nav-button:before, 
.header.dark .nav-button div {
    background: #fff;
}

.nav-button.active:before {
    transform: rotate(45deg);
    transform-origin: 50%;
    top: 5px;
}

.nav-button.active:after {
    transform: rotate(-45deg);
    bottom: 5px;
}

.nav-button:after {
    top: auto;
    bottom: 0;
}

/*------------------------------------------------------------------
[2.4 Full screen navigation, .full-screen-nav ]
*/

.full-screen-nav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    z-index: 20;
    display: none;
}

.fsn-container {
    position: absolute;
    top: 110px;
    bottom: 10px;
    left: 0;
    right: -50px;
    overflow: auto;
    padding-right: 50px;
}

.admin-bar .fsn-container {
    margin-top: 32px;
}

.full-screen-nav ul {
    margin: 0;
    padding: 0;
}

.full-screen-nav .fsn-container > ul {
    width: 3800px;
}

.full-screen-nav ul li {
    display: block;
}

.full-screen-nav ul li a {
    text-decoration: none;
}

.full-screen-nav .fsn-container > ul > li {
    margin: 5px 0;
}

.full-screen-nav .fsn-container > ul > li > a {
    position: relative;
    font-size: 3.000em;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2em;
    padding: 0 0.2em;
    padding-bottom: 0.1em;
    font-weight: bold;
}

.full-screen-nav .fsn-container > ul > li a[href="#empty-row"] {
    display: none;
}

.full-screen-nav .fsn-container > ul > li:hover > a {
    color: #0892a5;
}

.full-screen-nav .fsn-container > ul > li:hover > a:after {
    width: 100%;
    opacity: 1;
}

.full-screen-nav .fsn-container > ul > li.current-menu-item > a,
.full-screen-nav .fsn-container > ul > li.current-menu-parent > a,
.full-screen-nav .fsn-container > ul > li.current-menu-ancestor > a {
    color: #0892a5;
}

.full-screen-nav ul li ul.sub-menu,
.full-screen-nav ul li ul.children {
    display: none;
    font-weight: bold;
    color: #8e909b;
    font-size: 1.500em;
}

.full-screen-nav ul li ul.sub-menu li:hover > a, 
.full-screen-nav ul li ul.children li:hover > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-item > a, 
.full-screen-nav ul li ul.children li.current_menu_item > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-ancestor > a, 
.full-screen-nav ul li ul.children li.current_menu_ancestor > a {
    color: #67686d;
}

.full-screen-nav ul li ul.sub-menu ul.sub-menu,
.full-screen-nav ul li ul.children ul.children {
    font-size: 0.8em;
}

.full-screen-nav ul li.current-menu-item > ul.sub-menu,
.full-screen-nav ul li.current_menu_item > ul.children {
    /* display: block; */
}

.full-screen-nav ul li ul.sub-menu li,
.full-screen-nav ul li ul.children li {
    margin: 5px 0;
}

.full-screen-nav ul li ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e98c";
    font-family: 'iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 0.5em;
    color: #9b9c9f;
    margin-top: 0.5em;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: -19px;
    margin-top: 0.9em;
}

/*------------------------------------------------------------------
[2.5 Side header, .side-header ]
*/

.side-header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 290px;
    text-align: left;
    overflow: hidden;
}

.side-header.dark {
    background: #272727;
    color: #fff;
}

.header-side-mode {
    display: none;
}

.site-dark .side-header {
    background: #000;
}

.admin-bar .side-header {
    top: 32px;
}

.side-header > .container {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -50px;
}

.side-header > .container > .cell {
    width: 290px;
    padding-right: 60px;
    padding-left: 80px;
}

.side-header .logo {
    float: none;
    text-align: right;
}

.side-header .logo a {
    width: 250px;
}

.side-header .logo img {}

.side-header .logo img.light {}

.side-header .logo img.dark {}

.side-header .navigation {
    width: 100%;
    float: none;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.side-header .navigation > ul {
    float: none;
}

.side-header .navigation > ul > li {
    float: none;
    margin: 20px 0;
}

.side-header .navigation > ul > li .sub-menu,
.side-header .navigation > ul > li .children {
    display: none;
    color: #9f9f9f;
    font-size: 12px;
    text-transform: uppercase;
    margin: 15px 0 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    border: navajowhite;
    left: 0;
    top: 0;
    width: auto;
}

.side-header .navigation > ul > li .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    border: none;
    width: 100%;
}

.side-header .navigation > ul > li .sub-menu li,
.side-header .navigation > ul > li .children li {
    margin: 5px 0;
    padding: 0;
    border: none;
}

.side-header .navigation > ul > li > a {
    padding: 0 0;
    font-size: 14px;
    position: relative;
    display: block;
    height: auto;
    max-width: none;
    text-align: inherit;
}

.side-header .navigation > ul > li > a[href="#empty-row"] {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.side-header .navigation > ul > li.current_menu_item > a,
.side-header .navigation > ul > li.current_page_item > a {
    position: relative;
}

.side-header .navigation .sub-menu li.current-menu-item > a,
.side-header .navigation .children li.current_page_item > a {
    color: #353535;
}

.site-dark .side-header .navigation .sub-menu li.current-menu-item > a,
.site-dark .side-header .navigation .children li.current_page_item > a {
    color: #fff;
}

.side-header .navigation > ul > li.menu-item-has-children > a:after,
.side-header .navigation > ul > li.page_item_has_children > a:after {
    content: "\e907";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    right: 0;
    /* right: 2px; */
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transform-origin: 50%;
}

.side-header .navigation > ul > li > .sub-menu li > a, 
.side-header .navigation > ul > li > .children li > a {
    padding: 0;
    height: inherit;
}

.side-header .navigation .sub-menu li.menu-item-has-children > a:after,
.side-header .navigation .children li.page_item_has_children > a:after {
    right: 0;
}

.side-header .navigation > ul > li > a.active:after,
.side-header .navigation .sub-menu li.menu-item-has-children > a.active:after, 
.side-header .navigation .children li.page_item_has_children > a.active:after {
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.side-header .navigation > ul > li.current-menu-ancestor > ul {
    /* display: block; */
    visibility: visible;
    opacity: 1;
    position: static;
    width: auto;
    border: none;
}

.side-container {
    margin-left: 290px;
}

.side-container .fw-container {
    margin: 0;
}

.side-container .fw-container-fluid {}

/*------------------------------------------------------------------
[3.1 Blog slider, .blog-slider ]
*/

.blog-slider {}

.blog-slider .item {
    /* height: 605px; */
    /* width: 970px; */
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.blog-slider .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.blog-slider .item .fw-container {
    height: 605px;
    width: 1140px;
}

.blog-slider.full .item .fw-container {
    width: 100%;
}

.blog-slider.type2 .item,
.blog-slider.type3 .item {
    width: 100%;
    height: auto;
}

.blog-slider.type2 .item .fw-container,
.blog-slider.type3 .item .fw-container {
    height: 555px;
}

.blog-slider .item .content {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    /* width: 100%; */
    max-width: 1110px;
    min-width: 770px;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.blog-slider .item .content.top {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
}

.blog-slider .item .content.bottom {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    top: auto;
}

.blog-slider.type2 .item .content {
    left: -195px;
}

.blog-slider.type3 .item .content {
    left: auto;
    right: 15px;
    bottom: 0;
    top: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.blog-slider .active.center .item .content,
.blog-slider .center .item .content {
    opacity: 1;
    visibility: visible;
}

.blog-slider .item .content h1,
.blog-slider .item .content h2,
.blog-slider .item .content h3,
.blog-slider .item .content h4,
.blog-slider .item .content h5,
.blog-slider .item .content h6 {
    margin: 0 0 15px;
}

.blog-slider .item .content h3 a {}

.blog-slider .item .detail {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 30px 0 20px;
}

.post-detail,
.ar-detail {
    font-size: 0.857em;
    margin: 25px 0 5px 0;
    line-height: 1em;
}

.post .post-detail {
    margin: 25px 0 15px;
}

.ar-detail {
    font-size: 1em;
    margin-bottom: -10px;
}

.post-detail > *,
.ar-detail > * {
    display: inline-block;
    margin: 0 0 10px 0;
}

.post-detail > *:not(:last-of-type) {
    border-right: 1px solid #dddddd;
    padding-right: 10px;
    margin-right: 10px;
}

.post-detail .category {
}

.post-detail .category a {
    text-decoration: none;
}

.post-detail .date,
.ar-detail .date {
    color: #84c318;
}

.ar-detail .date {
    text-transform: none;
    margin-right: 10px;
}

.post-detail .author,
.ar-detail .author {
}

.ar-detail .author {
    font-size: 0.857em;
}

.post-detail .author a,
.ar-detail .author a {
    color: #d62246;
}

.blog-slider .item .category {
    display: inline-block;
    border-right: 1px solid;
    padding-right: 8px;
    margin-right: 3px;
}

.blog-slider .item .date {
    display: inline-block;
}

.blog-slider .item .text {
    line-height: 1.875em;
    font-size: 1.143em;
    margin-bottom: 25px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    /* color: #fff; */
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.750em;
    /* margin-top: -35px; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-prev.disabled, .owl-next.disabled {
    
opacity: 0.5;
}

.image-carousel .owl-prev,
.image-carousel .owl-next,
.team-items .owl-prev,
.team-items .owl-next {
    color: #fff;
}

.banner .owl-prev, .banner .owl-next {
    font-size: 2.571em;
}

.banner-parallax .owl-prev, 
.banner-parallax .owl-next {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.owl-prev {
    left: 25px;
}

.owl-next {
    right: 25px;
}

.blog-slider .owl-prev,
.blog-slider .owl-next {
    color: #fff;
}

.products .owl-prev, .products .owl-next {
    font-size: 2.429em;
    color: #748b75;
}

.products .owl-prev {
    left: -15px;
}

.products .owl-next {
    right: -15px;
}

/*------------------------------------------------------------------
[3.2 Blog item, .article item ]
*/

.blog-items.owl-carousel {
    margin: 0;
}

.blog-items .owl-prev,
.blog-items .owl-next {color: #dfdfdf;font-size: 16px;}

.blog-items .owl-prev {
    left: -75px;
}

.blog-items .owl-next {
    right: -75px;
}

.owl-nav {
    position: static !important;
}

.article-item,
.article-item-type2 {
    margin-bottom: 20px;
}

.article-item.w-border {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 30px;
}

.blog-items.owl-carousel .article-item {
    width: 100%;
    padding: 0;
}

.article-item.horizontal {
    padding: 0 15px;
}

.article-item.horizontal.type2 {
    margin: 15px 0;
}

.article-wrap {
    background: #fff;
    padding: 0 25px;
    position: relative;
    color: #2d2d2d;
}

.site-dark .article-wrap {
    background: #2f2f2f;
    color: #fff;
}

.horizontal-type2 .article-wrap {
}

.article-item.type2 .article-wrap {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.site-dark .article-item.type2 .article-wrap {
    border-color: #fff;
}

.blog-items.owl-carousel .article-item .article-wrap {
    border-bottom: 0 !important;
}

.article-item.horizontal .article-wrap {
    /* padding: 0; */
    overflow: hidden;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #dbdbdb; */
    padding-bottom: 25px;
}

.article-item-type2 .article-wrap {
    padding: 15px 30px 0;
}

.article-wrap .image-masonry {
    margin: 0 -25px;
    position: relative;
}

.article-wrap .image-masonry img {
    vertical-align: bottom;
}

.article-wrap .image {
    margin: 0 -25px;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.horizontal-type2 .article-wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 375px;
    max-height: 600px;
    margin: 0;
}

.article-item.horizontal .article-wrap .image {
    margin-bottom: 15px;
}

.article-item.type2 .article-wrap .image {
    margin-bottom: 30px;
}

.article-item.horizontal.type2 .image {
    width: auto;
    right: 400px;
}

.article-item.horizontal.type2:nth-child(even) .image {
    left: 400px;
    right: 0;
}

.article-wrap .image a {
    display: block;
    padding-bottom: 80%;
}

.grid-min .article-wrap .image a {
    padding-bottom: 65%;
}

.horizontal-type2 .article-wrap .image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}

.article-item.type2 .article-wrap .image a {
    padding-bottom: 65%;
}

.article-item.horizontal .article-wrap .image a {
     padding-bottom: 50%;
}

.article-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 1.750em;
}

.article-icon i {}

.article-text {
    /* margin-right: 200px; */
    overflow: hidden;
}

.article-right {
    float: right;
    max-width: 190px;
}

.article-right .row {
    color: #9c9c9c;
    font-size: 0.857em;
    margin: 15px 0;
}

.article-right .row i {
    font-size: 1.750em;
    vertical-align: middle;
    margin-right: 10px;
    margin: 0;
    width: 35px;
    display: inline-block;
}

.image + .article-text {
}

.horizontal-type2 .image + .article-text {
    margin: 0 0 0 375px;
    overflow: visible;
    padding: 0.1px 0;
}

.article-item.horizontal.type2 .article-text {
    width: 400px;
    margin: 0;
    float: right;
}

.article-item.horizontal.type2:nth-child(even) .article-text {
    float: left;
}

.article-wrap h1,
.article-wrap h2,
.article-wrap h3,
.article-wrap h4,
.article-wrap h5,
.article-wrap h6 {
    color: inherit;
}

.article-wrap h4 {
    margin: 10px 0 15px;
}

.article-wrap h4 a {}

.article-wrap .post-detail {
}

.grid-min .article-wrap .post-detail {
    margin: 15px 0 5px 0;
}

.grid-min .article-wrap h6 {
    margin: 0 0;
}

.article-item-type2 .post-detail {
    font-size: 0.875em;
}

.tags {
    color: #9c9c9c;
    position: relative;
}

.tags a {
    text-decoration: none;
}

.article-wrap .article-right .tags i {
    float: left;
    margin: 0;
}

.article-wrap .article-right .tags span {
    margin-left: 35px;
    display: block;
}

.post-detail .tags {
    font-size: 1em;
    top: -1px;
}

.tags i {
    font-size: 1.750em;
    vertical-align: middle;
    margin-right: 10px;
}

.article-wrap .tags a {}

.article-wrap .text {
    color: #565656;
    line-height: 1.714em;
    margin: 5px 0 15px;
}

.site-dark .article-wrap .text {
    color: #fff;
}

.article-item-type2 .text {
    font-size: 1em;
    line-height: 1.875em;
    margin: 20px 0;
}

.article-wrap .bottom {
    margin: 15px -25px 0;
    overflow: hidden;
    font-size: 0.857em;
    text-align: justify;
    border-top: 1px solid #dcdcdc;
    padding: 15px 25px 0;
    color: #222629;
}

.site-dark .article-wrap .bottom {
    color: #fff;
}

.article-item.type2 .article-wrap .bottom {
    text-align: left;
}

.article-item.horizontal.type2 .readmore {
    padding: 18px 0;
    color: #be8f28;
    border-bottom: 1px solid #eeeeee;
}

.article-item.horizontal.type2 .readmore a {
}

.article-wrap .bottom .col {
    /* float: left; */
    /* width: 33.3333%; */
    padding: 0 0;
    display: inline-block;
    text-align: left;
    margin: 5px 0;
}

.article-wrap .bottom .last {
    display: inline-block;
    width: 100%;
}

.article-item-type2 .bottom .col {
    width: 33.333%;
}

.article-item-type2 .bottom .col {
    color: #be8f28;
}

.article-wrap .bottom .col:not(:last-of-type) {
}

.article-item.type2 .article-wrap .bottom .col:not(:last-of-type) {
    margin-right: 45px;
}

.article-wrap .bottom i {
    font-size: 1.500em;
    vertical-align: middle;
    margin-right: 7px;
    color: #7c7c7c;
}

.article-wrap .bottom span {}

.read-more-button {
    color: #d62246;
}

.zilla-likes {
    text-decoration: none;
}

.post .site-content .zilla-likes {
    background: #84c318;
    color: #fff;
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 500;
}

.zilla-likes.active {
    color: #0892a5;
}

.article-wrap .zilla-likes {
    pointer-events: none;
}

.zilla-likes i {}

.post .site-content .zilla-likes
 i {
    font-size: 1.4em;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    /* top: -0.1em; */
}

.zilla-likes span {}

/*------------------------------------------------------------------
[3.3 Side bar, .section-side-bar ]
*/

.section-side-bar {
    float: left;
    width: 370px;
    padding: 30px;
    position: relative;
}

.site-dark .section-side-bar {
    color: #fff;
}

.section-side-bar.right {
    float: right;
}

.section-side-bar + .section-content {
    margin-left: 400px;
    overflow: hidden;
    padding: 30px 0;
}

.section-side-bar.right + .section-content {
    margin-right: 370px;
    margin-left: 0;
}

.section-side-bar-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 4000px;
    background: #eeeeee;
}

.site-dark .section-side-bar-overlay {
    background: #3e3e3e;
}

.right > .section-side-bar-overlay {
    right: auto;
    left: 0;
}

/*------------------------------------------------------------------
[3.4 Widget styles ]
*/

.widget {}

.widget > h5 {
    font-weight: 600;
}

.widget > h6 {
    font-weight: 600;
    margin: 0px 0 15px;
    text-transform: uppercase;
}

.widget_archive {}

.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_nav_menu ul, .widget_recent_entries ul, #recentcomments {
    margin: 0;
    padding: 0;
    color: #969696;
}

.widget_pages ul,
.widget_nav_menu ul {font-size: 1em;}

.widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_recent_entries ul li,#recentcomments li {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 13px 0;
}

.widget_categories ul li,
.widget_meta ul li {
    position: relative;
}

.widget_pages ul li,
.widget_nav_menu ul li {
    text-align: left;
}

.widget_archive ul li:last-of-type,
.widget_categories ul li:last-of-type,
.widget_pages ul li:last-of-type,
.widget_meta ul li:last-of-type,
.widget_nav_menu ul li:last-of-type,
.widget_recent_entries ul li:last-of-type {
    border-bottom: none;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
    text-decoration: none;
}

.widget_categories ul li a {
    display: inline-block;
    position: relative;
}

.widget_categories ul li a:after {
    display: none;
}

.widget_nav_menu ul li a, .widget_pages ul li a {
    position: relative;
    display: block;
}

.widget_recent_entries ul li a {
    position: relative;
    display: block;
    text-align: left;
}

.widget_nav_menu ul li .children,
.widget_pages ul li .children {}

.widget_nav_menu ul li ul li,
.widget_pages ul li ul li {
    padding: 5px 10px;
}

.widget_nav_menu ul li .children a:after, 
.widget_pages ul li .children a:after {
    font-size: 0.7em;
}

.widget-title {
    margin-top: 0;
}

.widget_rss {}

.widget_rss ul {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.714em;
    padding: 0;
}

.widget_rss ul li {
    display: block;
    margin: 15px 0;
}

.widget_rss ul li a {
    color: #0892a5;
}

.widget_text .textwidget {
    font-size: 0.875em;
    line-height: 1.714em;
}}

.calendar_wrap table {
    margin-bottom: 0;
}

.widget_black_studio_tinymce .textwidget {
}

.widget_black_studio_tinymce .textwidget img {
    vertical-align: bottom;
}

.widget_black_studio_tinymce .textwidget p {
    line-height: 1.714em;
}

.tagcloud {}

.tagcloud a {
    background: #f9f9f9;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    font-size: 1em !important;
    text-transform: uppercase;
    margin: 0 12px 12px 0;
    color: #9c9c9c;
    padding: 5px 15px;
}

/*------------------------------------------------------------------
[3.5 Search form ]
*/

.searchform {
    overflow: hidden;
}

.site-content .searchform {
    margin-bottom: 30px;
}

.widget_search .searchform {
}

.searchform .submit {
    float: right;
    color: #fff;
    background: #292929;
    font-size: 20px;
    padding: 0 0;
    height: 47px;
    width: 47px;
    border: none;
}

.searchform .submit i {
    display: block;
}

.searchform div {
    margin-right: 47px;
}

.searchform .input {
    margin-bottom: 0;
    width: 100%;
    line-height: 25px;
    border: 1px solid #e3e3e3;
}

/*------------------------------------------------------------------
[3.6 Image carousel, .image-carousel ]
*/

.image-carousel {}

.image-carousel .item {
    background-size: cover;
    background-position: 50%;
    color: #fff;
}

.image-carousel a {
    padding-bottom: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.image-carousel i {
    font-size: 5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-carousel .item:hover a {
    background: rgba(0, 0, 0, 0.3);
}

.image-carousel .block {
    padding: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.image-carousel .block strong {
    display: block;
    margin: 0;
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: inherit;
}

.image-carousel .item:hover .block strong {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.image-carousel .block span {
    margin: 5px 0;
    display: block;
    font-style: italic;

    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.image-carousel .item:hover .block span {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

/*------------------------------------------------------------------
[3.7 Blog post widget, .blog-post-widget ]
*/

.blog-post-widget {}

.blog-post-widget .item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.blog-post-widget .item:first-of-type {
    padding-top: 10px;
}

.blog-post-widget .item:last-of-type {
    border-bottom: none;
}

.blog-post-widget .image {
    float: left;
}

.blog-post-widget .image img {
    display: block;
}

.blog-post-widget .text {
    margin-left: 130px;
    overflow: hidden;
}

.blog-post-widget .text h5 {
    margin: 15px 0 5px;
}

.blog-post-widget .text a {
    text-decoration: none;
}

.blog-post-widget .blog-detail {
    font-size: 11px;
    color: #0892a5;
    font-weight: bold;
}

/*------------------------------------------------------------------
[3.8 Pagination, .pagination ]
*/

.pagination {
    font-size: 1em;
    overflow: hidden;
    margin: 10px 0 40px;
}

.pagination a,
.pagination > span {
    text-decoration: none;
    float: left;
    padding: 0 3px 0;
    line-height: 28px;
    border: 1px solid #3c3c3b;
    margin-right: -1px;
    min-width: 28px;
    height: 28px;
    text-align: center;
    color: inherit;
}

.pagination a.active,
.pagination a:hover,
.pagination > span {
    background: #2c2c2c;
    color: #fff;
}

.pagination a.active {
    pointer-events: none;
}

.pagination i {
    font-size: 0.7em;
    display: inline-block;
}

/*------------------------------------------------------------------
[3.9 Post on map, .map-blog ]
*/

.post-on-map {
    height: 710px;
}

.map-blog {
    width: 230px;
    padding: 6px 0 0;
}

.map-blog .image {
    display: block;
    background-size: cover;
    background-position: 50%;
}

.map-blog .image a {
    display: block;
    padding-bottom: 75%;
}

.map-blog .text {}

.map-blog .text h5 {
    margin: 10px 0;
}

.map-blog .text h5 a {}

/*------------------------------------------------------------------
[3.10 Category item, .category-item ]
*/

.category-items {
    margin-bottom: 25px;
}

.category-item {
    margin: 15px 0;
}

.owl-carousel .category-item {
    width: 100%;
    padding: 0;
}

.category-item a {
    display: block;
    position: relative;
    text-decoration: none;
    padding-bottom: 56%;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
    font-size: 1.714em;
    font-weight: 600;
}

.category-item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-item:hover a:after {
    opacity: 1;
    visibility: visible;
}

.category-item a span {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    background: #fff;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 5px 25px;
}

.category-items .owl-prev,
.category-items .owl-next {
    color: #2d2d2d;
    font-size: 2.286em;
    background: #fff;
    line-height: 65px;
    width: 65px;
    text-align: center;
}

.category-items .owl-prev {
    left: -20px;
}

.category-items .owl-next {
    right: -20px;
}

.category-items .owl-dots {
    margin-top: 0;
}

/*------------------------------------------------------------------
[3.11 Button group, .button-group ]
*/

.button-group {
    margin: 0 0 15px;
}

.button-group button {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.button-group.tac button {
    margin: 0 15px;
}

.button-group.tal button {
    margin: 0 30px 0 0;
}

.button-group.tar button {
    margin: 0 0 0 30px;
}

.button-group button.active {}

/*------------------------------------------------------------------
[3.12 Blog metro, .button-group ]
*/

.article-item-metro {
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: 50%;
    color: #fff;
}

.article-item-metro .article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-item-metro:hover .article-overlay,
.article-item-metro:nth-child(12n+4):hover .article-overlay,
.article-item-metro:nth-child(12n+9):hover .article-overlay,
.article-item-metro:nth-child(12n+10):hover .article-overlay {
    opacity: .6;
    visibility: visible;
}

.article-item-metro:nth-child(12n+4) .article-overlay,
.article-item-metro:nth-child(12n+9) .article-overlay,
.article-item-metro:nth-child(12n+10) .article-overlay {
    opacity: 1;
    visibility: visible;
}

.article-item-metro .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-item-metro:nth-child(12n+4) .content,
.article-item-metro:nth-child(12n+9) .content,
.article-item-metro:nth-child(12n+10) .content {
    opacity: 1;
    visibility: visible;
}

.article-item-metro:hover .content {
    opacity: 1;
    visibility: visible;
}

.article-item-metro .content .category {}

.article-item-metro .content .category:after {
    background: #fff;
}

.article-item-metro .content h4 {}

.article-item-metro .content .date {
    font-size: 1.286em;
    color: inherit;
}

.article-item-metro:nth-child(12n+1) {
    width: 25%;
}

.article-item-metro:nth-child(12n+2) {
    width: 25%;
}

.article-item-metro:nth-child(12n+3) {}

.article-item-metro:nth-child(12n+4) {}

.article-item-metro:nth-child(12n+5) {
    width: 25%;
}

.article-item-metro:nth-child(12n+7) {
    width: 25%;
}

.article-item-metro:nth-child(12n+6) {
    width: 25%;
}

.article-item-metro:nth-child(12n+8) {
    width: 25%;
}

.article-item-metro:nth-child(12n+9) {}

.article-item-metro:nth-child(12n+10) {
    width: 25%;
}

.article-item-metro:nth-child(12n+11) {
    width: 25%;
}

.article-item-metro:nth-child(12n) {}

.article-item-metro:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.article-item-metro:nth-child(12n+1):after {}

.article-item-metro:nth-child(12n+2):after {}

.article-item-metro:nth-child(12n+3):after {}

.article-item-metro:nth-child(12n+4):after {
    padding-bottom: 50%;
}

.article-item-metro:nth-child(12n+5):after {}

.article-item-metro:nth-child(12n+6):after {
    padding-bottom: 200%;
}

.article-item-metro:nth-child(12n+7):after {}

.article-item-metro:nth-child(12n+8):after {}

.article-item-metro:nth-child(12n+9):after {
    padding-bottom: 50%;
}

.article-item-metro:nth-child(12n+10):after {
    padding-bottom: 200%;
}

.article-item-metro:nth-child(12n+11):after {}

.article-item-metro:nth-child(12n):after {
    padding-bottom: 50%;
}

.article-item-metro .article-wrap {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.article-item-metro .article-wrap h4 {}

.article-item-metro .article-wrap a {}

.article-item-metro .post-detail {}

.article-item-metro .text {}

.blog-metro + .fw-row .load-button {
    margin: 30px 0;
}

.owl-dots {
    text-align: center;
    position: absolute;
    top: 100% !important;
    width: 100%;
    margin-top: -25px;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background: #615c5c;
}

.dark-bg .owl-dots .owl-dot {
    background: #fff;
}

.owl-dots .owl-dot.active {
    background: #8e8e8e;
}

/*------------------------------------------------------------------
[3.13 Subscribe form, .subscribe-form ]
*/

.subscribe-form {
    max-width: 500px;
}

.tac .subscribe-form {
    margin: 0 auto;
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}

.subscribe-form .ajax-loader {
    display: none !important;
}

.subscribe-form .button-style1,
.subscribe-form .button-style2 {
    float: right;
    width: 130px;
    padding: 0;
}

.subscribe-form .button-style1:hover {
}

.subscribe-form > div {
    margin-right: 150px;
}

.subscribe-form .style1 {
    margin-bottom: 0;
    height: 45px;
}

/*------------------------------------------------------------------
[3.14 Banner, .banner ]
*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner.coming-soon,.banner.coming-soon .item {
    min-height: 600px;
}

.banner .item {
    background-size: cover;
    background-position: 50%;
}

.banner .item.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

.banner .item.dark-bg.overlay:after {
    background: rgba(0, 0, 0, 0.4);
}

.banner p {font-size: 1.286em;}

.banner .container-404 p {
    margin: -5px 0 20px;
    font-size: 1.286em;
}

.banner-price {
    font-size: 2.571em;
    margin: -10px 0 35px;
}

.banner-price del {
    font-size: 0.500em;
    vertical-align: middle;
}

.banner-price ins {
    background: none;
}

.banner-content {}

.banner-content.left-form {}

.banner-content.right-form {
    margin-right: 550px;
}

.banner-form {
    position: absolute;
    width: 470px;
    background: #fbfbfb;
    padding: 15px 50px;
    color: #2d2d2d;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.banner-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.143em;
}

.banner-form h1,
.banner-form h2,
.banner-form h3,
.banner-form h4,
.banner-form h5,
.banner-form h6 {
    color: inherit;
}

.banner-form.left {}

.banner-form.right {
    float: right;
    right: 0;
}

.product-countdown {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    padding: 35px 45px 30px;
    color: #2d2d2d;
}

.product-countdown .h {
    font-weight: 500;
    padding: 0 15px;
    line-height: 25px;
    background: #2d2d2d;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-transform: uppercase;
}

.product-countdown .countdownHolder {
    margin: 0;
}

.product-countdown .countdownHolder > *:not(:last-of-type) {
    margin: 0 30px 0 0;
}

.product-countdown .countdownHolder .position {
    font-size: 3.429em;
    width: 0.58em;
}

.product-countdown .countdownHolder .name {
    font-size: 1em;
    text-transform: lowercase;
}

/*------------------------------------------------------------------
[3.15 Diveder line, .fw-divider-line ]
*/

.fw-divider-line {
    background: #0892a5;
    width: 18px;
    margin-left: 6px;
    margin: 40px auto;
    height: 2px;
}

.fw-divider-line hr {
    display: none;
}

/*------------------------------------------------------------------
[3.16 Gallery ]
*/

.filtering-wrap {}

.filter-button-group {
    margin: 35px 0;
}

.products .filter-button-group {
    margin: 0px 0 20px;
}

.filter-button-group button,
.filter-button-group a {
    border: none;
    background: none;
    font-weight: 500;
    color: inherit;
    padding: 8px 0;
    text-decoration: none;
    line-height: normal;
    font-size: 1.286em;
    text-transform: none;
    color: #7d7d7d;
}

.filter-button-group.tac button, .filter-button-group.tac a {
    margin: 0 20px 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type) {
    margin-right: 20px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type) {
    margin-left: 20px;
}

.filter-button-group button.active,
.filter-button-group a.active {
    border-bottom: 2px solid;
    color: inherit;
}

.filter-button-group button:not(.active):hover {
    color: inherit;
}

.filter-button-group + .portfolio-items {
}

.filter-button-group .button-style1 {
    color: #8a8a8a;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    background: #fff;
    /* margin-left: 0; */
    line-height: 33px;
    min-width: 65px;
    font-weight: normal;
    margin-left: 0;
}

.filter-button-group .button-style1:after {
    opacity: 0;
}

.filter-button-group .button-style1.active,
.filter-button-group .button-style1:hover {
    border-color: #e2e2e2;
    background: #efefef;
}

.filter-button-group .button-style1.active:after {
    opacity: 0.15;
}

.portfolio-items {
    /* margin: 30px 0; */
}

.portfolio-items.fw-row {
    margin: 0 0px;
}

.portfolio-items.fw-row.indents-on {
    margin: 0 -15px;
}

.portfolio-items.grid {}

.portfolio-items.grid-masonry {}

.portfolio-items.grid > article {
    padding: 0;
}

.load-button {
    margin: 0 0 30px;
}

.packery-gallery + .load-button {
    margin-top: 15px;
}

.portfolio-items:not(.indents-on) + .load-button {
    margin: 30px 0 30px;
}

.portfolio-item {
    background-size: cover;
    background-position: 50%;
    padding: 0;
    overflow: hidden;
}

.indents-on .portfolio-item {
    padding: 0 15px;
}

.indents-on .portfolio-item {
    margin-bottom: 30px;
}

.packery-gallery.indents-on .portfolio-item {
    margin-bottom: 0;
}

.masonry .portfolio-item img {
    width: 100%;
    vertical-align: bottom;
}

.horizontal-gallery .portfolio-item {
    padding: 0;
    margin: 0;
}

.horizontal-gallery.indents-on .portfolio-item .a-img,
.horizontal-gallery.indents-on .portfolio-item:before {
    left: 0;
    right: 0;
}

.horizontal-gallery .portfolio-item img {
    width: auto;
    max-width: none;
}

.horizontal-gallery .owl-prev,
.horizontal-gallery .owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    /* background: #ada8a8; */
    /* background: rgba(173, 168, 168, 0.29); */
    font-size: 1.8em;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.horizontal-gallery .owl-prev:hover,
.horizontal-gallery .owl-next:hover {
    background: rgba(173, 168, 168, 0.5);
}

.horizontal-gallery .owl-prev {
    left: 5px;
}

.horizontal-gallery .owl-next {
    right: 5px;
}

.portfolio-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-dark .portfolio-item:before {
    background: rgba(255, 255, 255, 0.3);
}

.indents-on .portfolio-item:before {
    bottom: 0;
    top: 0;
    left: 15px;
    right: 15px;
}

.packery-gallery.indents-on .portfolio-item:before {
    top: 15px;
    bottom: 15px;
}

.portfolio-item:hover:before {
    content: "";
    opacity: 1;
    visibility: visible;
}

.portfolio-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.portfolio-item .a-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.portfolio-item .a-img div {
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-item.bg-center .a-img div {
    background-position: 50%;
}

.portfolio-item.bg-left .a-img div {
    background-position: 0% 50%;
}

.portfolio-item.bg-right .a-img div {
    background-position: 100% 50%;
}

.portfolio-item.bg-top-center .a-img div {
    background-position: 50% 0%;
}

.portfolio-item.bg-bottom-center .a-img div {
    background-position: 50% 100%;
}

.portfolio-item img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-item .img {
    overflow: hidden;
}

.grayscale .portfolio-item .a-img div,
.grayscale .portfolio-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grayscale .portfolio-item:hover .a-img div,
.grayscale .portfolio-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.sepia .portfolio-item .a-img div,
.sepia .portfolio-item img {
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
}

.sepia .portfolio-item:hover .a-img div,
.sepia .portfolio-item:hover img {
    -webkit-filter: sepia(0%);
    -moz-filter: sepia(0%);
    -ms-filter: sepia(0%);
    -o-filter: sepia(0%);
    filter: sepia(0%);
}

.zoomin .portfolio-item .a-img div,
.zoomin .portfolio-item img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.zoomin .portfolio-item:hover .a-img div,
.zoomin .portfolio-item:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zoomout .portfolio-item .a-img div,
.zoomout .portfolio-item img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zoomout .portfolio-item:hover .a-img div,
.zoomout .portfolio-item:hover img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.grayscale-zoomin .portfolio-item .a-img div,
.grayscale-zoomin .portfolio-item img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grayscale-zoomin .portfolio-item:hover .a-img div,
.grayscale-zoomin .portfolio-item:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.grayscale-zoomout .portfolio-item .a-img div,
.grayscale-zoomout .portfolio-item img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grayscale-zoomout .portfolio-item:hover .a-img div,
.grayscale-zoomout .portfolio-item:hover img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.indents-on .portfolio-item .a-img {
    left: 15px;
    right: 15px;
}

.packery-gallery.indents-on .portfolio-item .a-img {
    top: 15px;
    bottom: 15px;
}

.portfolio-item .a-img:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: #fff;
    box-shadow: inset 2px 2px 0 0 #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.type1 .portfolio-item .a-img:before {
    -webkit-transform: rotate(0) translate(-50%, -50%);
    -moz-transform: rotate(0) translate(-50%, -50%);
    -ms-transform: rotate(0) translate(-50%, -50%);
    -o-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    padding-bottom: 65%;
    width: 65%;
    transform-origin: 0% 0%;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.9);
}

.type1 .portfolio-item:hover .a-img:before {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    -o-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
}

.type2 .portfolio-item .a-img:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}

.type3 .portfolio-item .a-img:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
}

.type4 .portfolio-item .a-img:before {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.type4 .portfolio-item .a-img:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.4); */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.type4 .portfolio-item:hover .a-img:after {
    visibility: visible;
    opacity: 1;
    box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.4);
}

.type5 .portfolio-item .a-img:before {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
}

.type5 .portfolio-item .a-img:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    border: 1px solid #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.type5 .portfolio-item:hover .a-img:after {
    opacity: 1;
    visibility: visible;
}

.type6 .portfolio-item .a-img:before {
    background: #fff;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
}

.type6 .portfolio-item:hover .a-img:before {
    opacity: .6;
    border: 15px solid #000;
}

.type7 .portfolio-item .a-img:before {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    padding-bottom: 0;
    width: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}

.type7 .portfolio-item:hover .a-img:before {
    width: 85%;
    padding-bottom: 85%;
}

.type8 .portfolio-item .a-img:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
}

.site-dark .portfolio-item .a-img:before {
    box-shadow: inset 2px 2px 0 0 #323232;
}

.portfolio-item:hover .a-img:before {
    visibility: visible;
    opacity: 1;
}

.portfolio-item .centered-container {
    width: auto !important;
    min-width: 100%;
    padding: 0 40px;
    text-align: center;
    color: #3e3e3d;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.type2 .portfolio-item .centered-container:before,
.type2 .portfolio-item .centered-container:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 25px;
    width: 1px;
    background: #3e3e3d;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.type2 .portfolio-item:hover .centered-container:before, .type2 .portfolio-item:hover .centered-container:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.type2 .portfolio-item .centered-container:before {
    top: -20px;
}

.type2 .portfolio-item .centered-container:after {
    bottom: -30px;
}

.type3 .portfolio-item .centered-container,
.type4 .portfolio-item .centered-container {
    text-align: left;
    padding: 0 45px;
}

.type5 .portfolio-item .centered-container {
    padding: 0 70px;
}

.type3 .portfolio-item .centered-container {
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -webkit-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
}

.type3 .portfolio-item:hover .centered-container {
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -webkit-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}

.type4 .portfolio-item .centered-container,
.type8 .portfolio-item .centered-container {
    padding: 0 35px;
    top: auto;
    left: 0;
    bottom: 25px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.type4.indents-on .portfolio-item .centered-container, .type8.indents-on .portfolio-item .centered-container {
    padding: 0 50px;
}

.type7 .portfolio-item .centered-container {
    padding: 0 75px;
}

.type8 .portfolio-item .centered-container {
    padding: 0 35px;
    text-align: left;
    bottom: 30px;
}

.portfolio-item .centered-container > * {
    color: #3e3e3d;
}

.type1 .portfolio-item .centered-container h4 {
    display: inline-block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 21px 0;
    margin: 0;
}

.type2 .portfolio-item .centered-container > * {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.type2 .portfolio-item:hover .centered-container > * {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.type3 .portfolio-item .centered-container > *,
.type4 .portfolio-item .centered-container > *,
.type5 .portfolio-item .centered-container > *,
.type8 .portfolio-item .centered-container > * {
    color: #fff;
}

.portfolio-item .centered-container h4:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #3e3e3d;
    margin: 25px auto;
}

.type1 .portfolio-item .centered-container h4:after,
.type2 .portfolio-item .centered-container h4:after {
    display: none;
}

.type3 .portfolio-item .centered-container h4:after,
.type4 .portfolio-item .centered-container h4:after {
    background: #fff;
    margin: 25px 0;
}

.type5 .portfolio-item .centered-container h4:after {
    background: #fff;
    display: none;
}

.type8 .portfolio-item .centered-container h4 {
    margin-bottom: 0;
}

.type8 .portfolio-item .centered-container h4:after {
    display: none;
}

.portfolio-item .centered-container p {
    font-style: italic;
}

.type1 .portfolio-item .centered-container p {
    display: none;
}

.type8 .portfolio-item .centered-container p {
    display: none;
}

.site-dark .portfolio-item .centered-container {
    color: #000;
}

.portfolio-item:hover .centered-container {
    opacity: 1;
}

.portfolio-items.grid .portfolio-item {
}

.portfolio-items.grid .portfolio-item:after {
    content: "";
    display: block;
    padding-bottom: 90%;
}

.horizontal-gallery {
    overflow: hidden;
    background: #fff;
    padding: 3px 0;
}

.site-dark .horizontal-gallery {
    background: #323232;
}

.packery-gallery .portfolio-item.fw-col-md-3.item1:after {padding-bottom: 180%;}

.packery-gallery .portfolio-item.fw-col-md-3.item2 {
    width: 50%;
}

.packery-gallery .portfolio-item.fw-col-md-3.item2:after {padding-bottom: 45%;}

.packery-gallery .portfolio-item.fw-col-md-3.item3:after {padding-bottom: 180%;}

.packery-gallery .portfolio-item.fw-col-md-3.item4:after {
}

.packery-gallery .portfolio-item.fw-col-md-3.item5:after {
}

.packery-gallery .portfolio-item.fw-col-md-3.item6:after {
}

.packery-gallery .portfolio-item.fw-col-md-3.item7:after {
}

.packery-gallery .portfolio-item.fw-col-md-3.item8 {
    width: 50%;
}

.packery-gallery .portfolio-item.fw-col-md-3.item8:after {
    padding-bottom: 45.1%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item1:after {
    padding-bottom: 65%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item2:after {
    padding-bottom: 50%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item3:after {
    padding-bottom: 120%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item4:after {
    padding-bottom: 55%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item5:after {
    padding-bottom: 90%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item6:after {
    padding-bottom: 145%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item7:after {
    padding-bottom: 60%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item8:after {
    padding-bottom: 95%;
}

.packery-gallery .portfolio-item.fw-col-md-4.item9:after {
    padding-bottom: 70%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item1:after {
    padding-bottom: 65%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item2:after {
    padding-bottom: 50%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item3:after {
    padding-bottom: 120%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item4:after {
    padding-bottom: 55%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item5:after {
    padding-bottom: 90%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item6:after {
    padding-bottom: 145%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item7:after {
    padding-bottom: 60%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item8:after {
    padding-bottom: 95%;
}

.packery-gallery .portfolio-item.fw-col-md-6.item9:after {
    padding-bottom: 50%;
}

.portfolio-items.grid .portfolio-item.height-2x:after {
    padding-bottom: 136%;
}

.portfolio-items.grid .portfolio-item.width-2x:after {
    padding-bottom: 34%;
}

.portfolio-slider .owl-prev,
.portfolio-slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    font-size: 2em;
}

.portfolio-slider .owl-prev {
    left: -50px;
}

.portfolio-slider .owl-next {
    right: -50px;
}

.post-img-item {
    margin-bottom: 30px;
}

.owl-item .post-img-item {
    margin: 0;
}

.post-img {
    margin-bottom: 25px;
}

.post-img.owl-carousel {
    margin: 25px 0;
}

.post-img a {
    display: block;
}

.post-img img {
    display: block;
}

.post-img .owl-prev {
    left: -75px;
    font-size: 2.571em;
}

.post-img .owl-next {
    right: -75px;
    font-size: 2.571em;
}

.post-img-item a {
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
}

.post-img-item img {
    display: block;
}

/*------------------------------------------------------------------
[ 3.17 Countdown, .countdownHolder ]
*/

.countdownHolder{
    margin: 0 auto 25px;
    font-weight: 300;
    text-align: center;
}

.countdownHolder.medium {
    margin-bottom: 45px;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.countdownHolder > *:not(:last-of-type) {
    margin: 0 30px 0 0;
}

.countdownHolder .position{
    display: inline-block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    width: 0.68em;
    font-size: 3.429em;
    margin: 0 -0.02em;
}

.countdownHolder.medium .position {
    font-size: 8.714em;
}

.countdownHolder .digit{
    /* position: relative; */
    display:block;
    width: 100%;
    text-align:center;
    letter-spacing:-1px;
}

.countdownHolder .name {
    display: block;
    font-size: 1em;
    text-transform: lowercase;
}

.countdownHolder.medium .name {
    font-size: 1.286em;
}

.countdownHolder .digit.static{
}

.countdownHolder .countDiv{
    display: none;
    width:16px;
    height:1.6em;
    position:relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after{
    position:absolute;
    width:5px;
    height:5px;
    background-color:#444;
    border-radius:50%;
    left:50%;
    margin-left:-3px;
    top:0.5em;
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
    content:'';
}

.countdownHolder .countDiv:after{
    top:0.9em;
}

/*------------------------------------------------------------------
[ 3.18 Post bottom, .post-bottom ]
*/

.post-bottom {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    color: #9c9c9c;
    font-weight: 500;
    font-size: 12px;
}

.post-bottom .col {
    float: left;
    margin-right: 50px;
    padding: 27px 0;
}

.post-bottom .col i {
    font-size: 1.8em;
    vertical-align: middle;
    margin-right: 10px;
}

.post-bottom .social-button {
    float: right;
    background: #fff;
    font-size: 1.688em;
    color: #969696;
    padding: 7px 5px;
}

.post-bottom .social-button a {
    float: left;
    margin: 0 15px;
    position: relative;
}

.post-bottom .social-button span {
    float: left;
    font-size: 0.6em;
    margin-right: 10px;
    margin-top: 0.2em;
}

.post-bottom .social-button a:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background: #f4f4f4;
}

.post-bottom .social-button a i {
    display: block;
}

.post-nav {
    color: #b2b2b2;
    font-size: 1.143em;
    font-weight: 500;
    margin: 25px 0 40px;
}

.post-nav a {
    text-decoration: none;
    margin-right: 40px;
}

.post-nav a span {
    text-decoration: underline;
}

.post-nav a:last-of-type {float: right;margin-right: 0;}

.post-nav a i {
    font-size: 0.7em;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    line-height: 37px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dbdbdb;
}

.post-nav a span + i {
    margin-left: 10px;
    margin-right: 0;
}

.post-author {
    font-size: 12px;
    color: #afafaf;
    font-style: italic;
    font-weight: 600;
}

.post-author a {
    color: #d62246;
}

.pb-right {
    float: right;
}

.pb-right .zilla-likes {
    background: #fff;
    line-height: 65px;
    display: block;
    padding: 0 30px;
    height: 65px;
}

.pb-right .zilla-likes i {
    margin-right: 10px;
    color: #0892a5;
    font-size: 1.188em;
    vertical-align: middle;
    display: inline-block;
}

.pb-right .zilla-likes span {
    vertical-align: middle;
    display: inline-block;
}

/*------------------------------------------------------------------
[3.19 Comments ]
*/

.comment-items-wrap {
    margin-bottom: 45px;
}

.comment-items {
    margin: 0;
    padding: 0;
}

.comment-items .comment-item {
    display: block;
    padding: 35px 0;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.comment-items .comment-item .comment-respond {
    background: #fff;
    padding: 15px 15px;
    border-radius: 3px;
    margin-left: 120px;
}

.comment-items .comment-item:last-of-type {
    border-bottom: none;
}

.comment-items .comment-item .image {
    float: left;
    width: 95px;
    background-size: cover;
}

.comment-items .comment-item .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.comment-items .comment-item .text {
    margin-left: 120px;
    position: relative;
    min-height: 85px;
    overflow: hidden;
}

.comment-items .comment-item .text h6 {
    margin: 0px 0 5px;
    color: #565656;
    font-weight: 600;
}

.comment-items .comment-item .text h6 .date {
    font-size: 0.778em;
    font-weight: 300;
    display: inline-block;
}

.comment-items .comment-item .text .content {
    line-height: 2.143em;
    padding: 0;
    color: #565656;
}

.comment-items .comment-item .button-style4 {
    position: absolute;
    top: 3px;
    right: 0;
    color: #d62246;
    text-transform: uppercase;
    font-size: 0.857em;
}

.comment-items .children {
    margin: 0;
    padding: 0 0 0 35px;
    border-bottom: 1px solid #eaeaea;
}

.comment-items .children:last-of-type {
    border-bottom: none;
}

.comment-items .comment-item + .children {
    margin-top: -1px;
    position: relative;
    /* overflow: hidden; */
}

.comment-items .children .comment-item {
}

.comment-items .children .comment-item + .comment-item {
    margin-top: 25px;
}

.comment-items .children .comment-item:not(:first-of-type):before {
    display: none;
}

.comment-form {overflow: hidden;}

.comment-respond {
    margin-bottom: 20px;
}

.comment-item .heading-decor {
    text-align: left;
}

.comment-respond .style1 {
}

/*------------------------------------------------------------------
[3.20 Sticky ]
*/

.sticky-a {
}

.sticky-a i {
    display: inline-block;
    text-align: center;
    /* line-height: 30px; */
}

/*------------------------------------------------------------------
[3.21 Image slide, .image-slider ]
*/

.image-slider {
    overflow: hidden;
}

.image-slider .item {position: relative;}

.image-slider .item .bg {
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-slider .slide-heading {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 1.286em;
    line-height: 25px;
    background: #fff;
    padding: 25px 30px;
    font-weight: 600;
}

.image-slider.centered .slide-heading {
    left: 50%;
    bottom: 85px;
    width: 185px;
    text-align: center;
    margin-left: -92.5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0s;
}

.image-slider.centered .active .slide-heading {
    visibility: visible;
    opacity: 1;
    transition-delay: .3s;
}

.site-dark .image-slider .slide-heading {
    background: #323232;
    color: #fff;
}

.image-slider-controls {
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.centered .image-slider-controls {
    left: 50%;
    right: auto;
    margin-left: -92.5px;
}

.image-slider-controls .play,
.image-slider-controls .pause,
.image-slider-controls .next,
.image-slider-controls .prev {
    display: inline-block;
    width: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    margin-left: 20px;
    font-size: 2.143em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: text-bottom;
}

.image-slider-controls .next, .image-slider-controls .prev {
    font-size: 2.500em;
}

.site-dark .image-slider-controls .play, 
.site-dark .image-slider-controls .pause, 
.site-dark .image-slider-controls .next, 
.site-dark .image-slider-controls .prev {
    background: #323232;
    color: #fff;
}

.image-slider-controls .play:hover,
.image-slider-controls .pause:hover,
.image-slider-controls .next:hover,
.image-slider-controls .prev:hover {
    opacity: .8;
}

.image-slider-controls i {
    vertical-align: middle;
}

.image-slider-controls .prev {
    margin-left: 0;
}

.image-slider-controls .play {
    display: none;
}

.image-slider-controls .pause {}

.image-slider-controls .next {}

/*------------------------------------------------------------------
[3.22 Icon box, .icon-box ]
*/

.icon-box-items {}

.icon-box {
    text-align: center;
    margin: 35px 0;
}

.icon-box .icon {
    display: inline-block;
    width: 85px;
    line-height: 85px;
    font-size: 4em;
    border-radius: 50%;
}

.icon-box .icon i {
    display: block;
    line-height: 85px;
}

.icon-box h5 {
    font-weight: 600;
}

/*------------------------------------------------------------------
[3.23. Mincart / .header-minicart ]
*/

.header-minicart {
    float: left;
    padding: 21px 0;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed .header-minicart {
}

.header-minicart a {
    text-decoration: none;
}

.hm-cunt {
    display: block;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.hm-cunt i {
    display: block;
}

.hm-cunt span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: -9px;
    right: -10px;
    background: #84c318;
    color: #fff;
    line-height: 20px;
    height: 19px;
    min-width: 19px;
    padding: 0 2px;
    border-radius: 50%;
}

.header-minicart .minicart-wrap {
    /* display: none; */
    position: absolute;
    background: #fbfbfb;
    top: 100%;
    right: 0;
    border: 2px solid #e2e2e2;
    padding: 5px 15px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #252a31;
    width: 310px;
}

.site-dark .header-minicart .minicart-wrap {
    background: #323232;
    color: #fff;
}

.header-minicart:hover .minicart-wrap,
.minicart-wrap:hover {
    opacity: 1;
    visibility: visible;
}

.minicart-wrap {}

.minicart-wrap .cart_list.product_list_widget {
    margin: 0 -15px;
}

.minicart-wrap .cart_list .mini_cart_item,
.widget_shopping_cart_content .mini_cart_item {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

.minicart-wrap .cart_list .mini_cart_item .remove,
.widget_shopping_cart_content .cart_list .mini_cart_item .remove {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    font-size: 1.3em;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image,
.widget_shopping_cart_content .cart_list .mini_cart_item .wp-post-image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    width: 40px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image img {}

.minicart-wrap .cart_list .mini_cart_item .quantity,
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    font-size: 1.143em;
    display: block;
    margin-left: 50px;
}

.widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {
}

.site-dark .minicart-wrap .cart_list .mini_cart_item .quantity span, 
.site-dark .widget_shopping_cart_content .cart_list .mini_cart_item .quantity span,
.site-dark .minicart-wrap .total span, 
.site-dark .widget_shopping_cart_content .total span {
    color: #fff;
}

.minicart-wrap .cart_list .mini_cart_item .variation,
.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
    border: none;
    margin: 5px 0 0;
    padding: 0;
    margin-left: 50px;
    float: none;
    display: block;
    font-size: 0.778em;
}

.minicart-wrap .cart_list .mini_cart_item dt,
.widget_shopping_cart_content .cart_list .mini_cart_item dt {
    float: left;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item dd,
.widget_shopping_cart_content .cart_list .mini_cart_item dd, {
    float: none;
    display: block;
    /* margin-left: 45px; */
    margin-bottom: 0;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item p,
.widget_shopping_cart_content .cart_list .mini_cart_item p {
    margin: 0;
}

.minicart-wrap .total,
.widget_shopping_cart_content .total {
    font-size: 1.143em;
    margin: 15px 0;
}

.minicart-wrap .total strong {
    font-weight: 600;
}

.minicart-wrap .total span,
.widget_shopping_cart_content .total span {
    color: #2d2d2d;
    float: right;
}

.minicart-wrap .buttons,
.widget_shopping_cart_content .buttons {
    margin: 0 0 0;
}

.minicart-wrap a.button,
.widget_shopping_cart_content a.button {
    font-size: 1em;
    background: #252a31;
    color: #fff;
    font-weight: normal;
    /* border-radius: 5px 5px 0 0; */
    margin: 0 0 5px;
    width: 100%;
    text-align: center;
}

.minicart-wrap a.checkout,
.widget_shopping_cart_content a.checkout {
    background: #84c318;
    /* border-radius: 0 0 5px 5px; */
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[3.24. Category item type2 / .category-item-type2 ]
*/

.category-items-type2 {}

.category-items-type2.no-indents {
    margin: 0;
}

.category-item-type2 {
    margin-bottom: 30px;
}

.category-items-type2.no-indents .category-item-type2 {
    margin: 0;
    padding: 0;
}

.category-item-type2 > div {
    position: relative;
    padding-bottom: 55%;
    background-size: cover;
    background-position: 50%;
}

.category-items-type2.medium .category-item-type2 > div {
    padding-bottom: 75%;
}

.category-item-type2 > div > div {
    position: absolute;
    padding: 15px 35px;
}

.category-item-type2.right > div > div {
    right: 0;
    text-align: right;
}

.category-item-type2.bottom > div > div {
    bottom: 15px;
}

.category-item-type2 h3 {
    text-transform: uppercase;
}

.category-item-type2 a {}

/*------------------------------------------------------------------
[3.25. Category-item-metro / .category-item-metro ]
*/

.category-items-metro {}

.category-item-metro {
    padding: 0;
}

.category-item-metro > div {
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.category-item-metro:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.category-item-metro.horizontal:after {
    padding-bottom: 50%;
}

.category-item-metro.vertical:after {
    padding-bottom: 125%;
}

.category-item-metro > div > div {
    position: absolute;
    top: 0;
    left: 0;
}

.category-item-metro.bottom > div > div {
    top: auto;
    bottom: 0;
}

.category-item-metro.right > div > div {
    left: auto;
    right: 0;
    text-align: right;
}

.category-item-metro h3 {
    text-transform: uppercase;
    margin: 30px;
}

/*------------------------------------------------------------------
[3.25. Minified product item / .product-item-min ]
*/

.product-item-min {
    margin-bottom: 25px;
}

.product-item-min .image {
    float: left;
    width: 110px;
}

.product-item-min .image a {
    display: block;
    height: 135px;
    background-size: cover;
    background-position: 50%;
}

.product-item-min .text {
    margin-left: 130px;
    overflow: hidden;
}

.product-item-min .text h3 {
    font-size: 1em;
    margin: 0 0 5px;
}

.product-item-min .text a {
    font-weight: 500;
    text-decoration: none;
    font-size:  1.143em;
}

.product-item-min .price {
    font-size: 12px;
}

.product-item-min .price ins {
    background: none;
}

.product-item-min .price del {
    color: #b7b7b7;
    font-size: 10px;
}

/*------------------------------------------------------------------
[3.26. Icon box2 / .icon-box2 ]
*/

.icon-box2 {
    margin-bottom: 70px;
}

.icon-box2 .icon {
    float: left;
    font-size: 45px;
}

.icon-box2 .icon i {}

.icon-box2 .title {
    margin-left: 70px;
    font-size: 1.714em;
    font-weight: 500;
    margin-bottom: 15px;
}

.icon-box2 p {
    margin: 0 0 0 70px;
    color: #5b5b5b;
    line-height: 1.714em;
}

/*------------------------------------------------------------------
[3.27. Testimonials / .testimonials-items ]
*/

.testimonials-items {margin-bottom: 30px !important;}

.testimonials-items {}

.testimonials-items .item {
    padding: 0 50px;
}

.testimonials-items .item blockquote {
    margin-bottom: 40px;
}

.testimonials-bottom {
    margin-top: -65px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.testimonials-bottom .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-position: 50%;
    background-size: cover;
    float: left;
}

.testimonials-bottom .h6 {
    margin: 45px 0 0;
    font-weight: 600;
    font-size: 1.286em;
}

.testimonials-bottom .image + .h6 {
    margin-left: 110px;
}

.testimonials-bottom .h6 span {
    font-size: 0.778em;
    font-weight: 300;
}

.testimonials-items .owl-prev {
    color: #9faea0;
    left: -25px;
}

.testimonials-items .owl-next {
    color: #9faea0;
    right: -25px;
}

/*------------------------------------------------------------------
[3.28. App items / .app-items ]
*/

.app-items {}

.app-items.owl-carousel {}

.app-items .item {
    text-align: center;
}

.app-items .item h5 {
    font-weight: bold;
}

.app-items .item p {
    line-height: 1.714em;
    margin: 20px 45px 30px;
}

.app-phone {
    position: relative;
    z-index: 1;
    margin: 0 30px;
}

.app-phone:before {
    content: "";
    display: block;
    padding-bottom: 210%;
    background: url(../images/screen-overlay.png) no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.app-phone div {
    position: absolute;
    top: 13%;
    left: 13%;
    right: 11%;
    bottom: 23%;
    background-size: cover;
    background-position: 50% 0;
}

.app-items .owl-prev {
    left: -25px;
}

.app-items .owl-next {
    right: -25px;
}

/*------------------------------------------------------------------
[3.29 Rating item, .rating-item ]
*/

.rating-item {
    overflow: hidden;
    margin: 0 0 20px;
}

.rating-item .name {
    float: left;
    font-size: 1.286em;
    font-weight: 600;
}

.rating-item .value {
    float: right;
    font-size:  1.286em;
    margin-top: 5px;
    font-weight: 600;
}

.rating-item .line {
    height: 4px;
    background: #eaeaea;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

.rating-item .line div {
    height: 4px;
    background: #2d2d2d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.8s ease;
    transition-delay: 0.3s;
}

.rating-item .text {
    line-height: 1.714em;
    font-weight: 300;
    margin-top: 15px;
}

/*------------------------------------------------------------------
[3.30 Rating item, .rating-item ]
*/

.icon-box3 {
    text-align: center;
    padding: 15px 0;
}

.icon-box3 i {
    font-size: 3.214em;
}

.icon-box3 .num {
    font-size: 3.429em;
    font-weight: 300;
    margin: 10px 0 0;
}

.icon-box3 .text {
    font-size: 1.286em;
    font-weight: 600;
    text-transform: uppercase;
}

.icon-box3 .text:before {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    border-bottom: 2px solid;
    margin: 0 auto 15px;
}

/*------------------------------------------------------------------
[3.31 Price list, price-list-item ]
*/

.pricelist-items {}

.price-list-item {
    background: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    margin-top: 35px;
    color: #090702;
}

.primary .price-list-item {
    margin-top: 0;
}

.price-list-item .top {
    background: #615e5e;
    color: #fff;
    text-align: center;
    margin: -1px -1px 0;
}

.price-list-item .top .cell {
    height: 130px;
    width: 1200px;
}

.primary .price-list-item .top .cell {
    height: 145px;
}

.price-list-item .top span {
    display: block;
    font-size: 1.286em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-list-item .top i {
    font-size: 3.214em;
}

.price-list-item .price {
    text-align: center;
    font-size: 5.143em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    padding: 20px 0 10px;
}

.primary .price-list-item .price {
    padding: 36px 0 27px;
}

.price-list-item .price .currency {
    font-size: 0.500em;
    font-weight: normal;
    vertical-align: top;
    line-height: 1em;
    margin-top: 2%;
    margin-right: -3%;
    display: inline-block;
}

.price-list-item .price .pm {
    font-size: 0.333em;
    vertical-align: top;
    margin: 10% 0 0 -3%;
    display: inline-block;
    line-height: 1em;
}

.price-list-item .rows {
    background: #f5f5f5;
    text-align: center;
    font-size: 1.286em;
}

.price-list-item .row {
    border-bottom: 1px solid #dddddd;
}

.price-list-item .row:last-of-type {
    border-bottom: 0;
}

.price-list-item .row div {
    height: 70px;
    width: 1200px;
    display: table-cell;
    vertical-align: middle;
}

.price-list-item .bottom {
    text-align: center;
    padding: 20px 0;
}

.primary .price-list-item .bottom {
    padding: 25px 0;
}

.price-list-item .button-style1 {}

/*------------------------------------------------------------------
[3.32 Team item, .team-item ]
*/

.team-item {
    background-size: cover;
    background-position: 50%;
    text-align: center;
    padding: 0;
    background: #fff;
    position: relative;
    background-size: cover;
    background-position: 50%;
    color: #fff;
}

.team-item:after {
    content: "";
    display: block;
    padding-bottom: 110%;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-item:hover:after {
    opacity: 0.5;
}

.team-item .centered-container {
    z-index: 2;
    width: 100%;
}

.team-item .post {
    margin: 5px 0 10px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.team-item:hover .post {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-item .post:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin: 15px auto 20px;
    background: #fff;
}

.team-item h3 {
    margin: 0 0 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    -webkit-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    opacity: 0;
    visibility: hidden;
}

.team-item:hover h3 {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
    visibility: visible;
}

.team-item p {}

.team-item .social-buttons {
    font-size: 1.714em;
    margin: 15px 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    opacity: 0;
    visibility: hidden;
}

.team-item:hover .social-buttons {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
    visibility: visible;
}

.team-item .social-buttons a {
    opacity: 1;
    margin: 0 5px;
    text-decoration: none;
}

/*------------------------------------------------------------------
[3.33 Video, .video-wrapper ]
*/

.video-wrapper {}

.video-wrapper iframe {
    margin: 0 auto;
    display: block;
}

.video-wrapper a {
    display: block;
    padding-bottom: 56.25%;
    background: #8e8e8e;
    position: relative;
    background-size: cover;
    background-position: 50%;
    margin: 0 auto;
    color: #fff;
}

.side-image .video-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-wrapper a:after {
    content: "\e905";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5em;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pswp__zoom-wrap {
    text-align: center;
}

.pswp__zoom-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pswp .wrapper {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.pswp .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 100%;
}
.pswp .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pswp video {
    width: 100% !important;
    height: auto !important;
}

/*------------------------------------------------------------------
[3.34 Tabs area, .tabs-area ]
*/

.tabs-area {
    margin-bottom: 30px;
}

.tabs-head {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 1px #000;
}

.site-dark .tabs-head {
    color: #fff;
    background: #000;
    border-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.tabs-head li {
    display: block;
    padding: 14px 15px;
    border: 1px solid #000;
    cursor: pointer;
}

.site-dark .tabs-head li {
    border-color: #fff;
}

.tabs-head li.active-tab {
    background: #000;
    color: #fff;
}

.site-dark .tabs-head li.active-tab {
    background: #565656;
}

.tab-contents {}

.tab-content {
    display: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    border: 2px solid #000;
    border-top: 0;
}

.site-dark .tab-content {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 2px solid #fff;
    border-top: 0;
}

.tab-content.visible {
    display: block;
}

.sc-row {
    border-bottom: 2px solid #000;
    overflow: hidden;
}

.site-dark .sc-row {
    border-bottom-color: #fff;
}

.sc-row:last-of-type {
    border: none;
}

.sc-row .col {
    float: left;
    padding: 0 20px;
    position: relative;
}

.sc-row .col:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 12px;
    background: #000;
    margin-top: -6px;
}

.sc-row .col:last-of-type:after {
    display: none;
}

.site-dark .sc-row .col:after {
    background: #fff;
}

.sc-row .col1 {
    font-size: 0.857em;
    text-align: center;
    font-weight: 300;
    width: 17%;
}

.sc-row .cell {
    height: 90px;
    width: 1200px;
    padding: 5px 0;
}

.sc-row .col2 {
    font-size: 1.286em;
    font-weight: 600;
    text-align: center;
    width: 22%;
}

.sc-row .col3 {
    width: 61%;
    padding: 0 40px;
}

/*------------------------------------------------------------------
[3.35 Sound item, .sound-item ]
*/

.sound-items {
    max-width: 605px;
    margin: 0 auto !important;
}

.sound-items .owl-prev,.sound-items .owl-next {
    background: #fff;
    line-height: 58px;
    width: 58px;
    text-align: center;
}

.sound-items .owl-prev {
    left: -70px;
}

.sound-items .owl-next {
    right: -70px;
}

.sound-item {
    max-width: 605px;
    margin: 0 auto 30px;
}

.sound-item .label {
    text-align: center;
    margin-bottom: 35px;
}

.sound-item .cover-img {
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    box-shadow: inset 0 0 0 9px #fff;
    background-color: #ababab;
}

.sound-item .cover-img:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sound-item:hover .cover-img:before {
    opacity: 0.1;
    visibility: visible;
}

.sound-item .jp-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sound-item .jp-controls .jp-play {
    border: none;
    padding: 0;
    font-size: 3.5em;
    color: #fff;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
}

.sound-item .jp-controls .jp-play-i {
    display: block;
}

.sound-item .jp-state-playing .jp-controls .jp-play-i {
    display: none;
}

.sound-item .jp-controls .jp-pause-i {
    display: none;
}

.sound-item .jp-state-playing .jp-controls .jp-pause-i {
    display: block;
}

.sound-item .jp-progress {
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.sound-item .jp-progress .jp-seek-bar {
    background: #fff;
    height: 9px;
}

.sound-item .jp-progress .jp-play-bar {
    height: 9px;
    background: #2d2d2d;
}

/*------------------------------------------------------------------
[3.36 Album items, .album-items ]
*/

.album-items {
    margin-bottom: 120px !important;
}

.album-items .owl-prev {
    left: -80px;
}

.album-items .owl-next {
    right: -80px;
}

.album-items .owl-dots {
    margin-top: 50px;
}

.album-item {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    color: #292929;
    padding: 60px 60px 50px;
    overflow: hidden;
    margin-bottom: 30px;
}

.owl-item .album-item {
    margin-bottom: 0;
}

.album-item .left-col {
    float: left;
    width: 50%;
    text-align: center;
    padding-right: 30px;
}

.album-item .image {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 35px;
}

.album-item .button-row {}

.album-item .button-style1 {
    margin: 0 10px 10px;
}

.album-item .right-col {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.album-item .label {
    color: inherit;
    margin: 0 0 15px;
}

.album-item .date {
    font-size: 0.857em;
    font-weight: 500;
    margin: 15px 0;
}

.album-item .date span {
    color: #84c318;
}

.album-item .desc {
    line-height: 2.143em;
    margin: 15px 0 25px;
}

.jp-track {
    overflow: hidden;
    max-width: 330px;
    position: relative;
    padding-bottom: 25px;
}

.jp-track .jp-audio {}

.jp-track .jp-play {
    border: none;
    background: #292929;
    color: #fff;
    padding: 0;
    width: 33px;
    line-height: 33px;
    float: left;
}

.jp-track .jp-play-i {
    display: block;
    line-height: 33px;
}

.jp-track.jp-state-playing .jp-play-i {
    display: none;
}

.jp-track .jp-pause-i {
    display: none;
    line-height: 33px;
}

.jp-track.jp-state-playing .jp-pause-i {
    display: block;
}

.jp-track .jp-name {
    font-size: 1.286em;
    margin: 0 60px;
}

.jp-track .jp-name .cell {
    height: 33px;
}

.jp-track .jp-progress {
    position: absolute;
    bottom: 17px;
    background: #ccc;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.jp-track.started .jp-progress {
    opacity: 1;
    visibility: visible;
}

.jp-track .jp-seek-bar {
    cursor: pointer;
}

.jp-track .jp-play-bar {
    height: 3px;
    background: #292929;
}

.jp-track .jp-time-holder {
    float: right;
    font-size: 1.286em;
    position: absolute;
    top: 0;
    right: 0;
}

.jp-track .jp-current-time {
    display: none;
}

.jp-track.started .jp-current-time {
    display: block;
}

.jp-track .jp-duration {}

.jp-track.started .jp-duration {
    display: none;
}

/*------------------------------------------------------------------
[3.37 Timetable, .timetable ]
*/

.timetable {
    background: #272727;
    background: rgba(39, 39, 39, 0.95);
    color: #fff;
    font-size: 1.714em;
    padding: 70px 90px;
    font-weight: 300;
}

.timetable .t-row {
    overflow: hidden;
    position: relative;
    margin: 25px 0;
}

.timetable .label {
    float: left;
}

.timetable .value {
    float: right;
}

.timetable .dotted {
    position: absolute;
    bottom: 0.4em;
    left: 155px;
    right: 135px;
    border-bottom: 2px dotted;
}

/*------------------------------------------------------------------
[3.38 Rest menu wrap, .rest-menu-wrap ]
*/

.rest-menu-wrap {}

.rest-menu-wrap .owl-prev,
.rest-menu-wrap .owl-next {
    font-size: 2.8em;
}

.rest-menu-wrap .owl-prev {
    left: -95px;
}

.rest-menu-wrap .owl-next {
    right: -95px;
}

.rest-menu-wrap .owl-dots {
    margin-top: -45px;
}

.rest-menu-wrap .owl-dot {
    border-radius: 0;
}

.rest-menu-item {
    background: #272727;
    background: rgba(39, 39, 39, 0.95);
    color: #fff;
    margin-bottom: 30px;
    padding: 5px 35px 0;
}

.owl-item .rest-menu-item {
    margin-bottom: 0;
    padding-bottom: 65px;
}

.rest-menu-item .decor-line {
    margin-bottom: 60px;
}

.rest-menu-item .decor-line:after {
    color: #fff;
}

.rest-menu-item .rest-menu-row {}

.rest-menu-item .rest-menu {
    margin-bottom: 40px;
}

.rest-menu-item .rest-menu .image {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid;
}

.rest-menu-item .rest-menu .image
 + .text {
    margin-left: 100px;
}

.rest-menu-item .rest-menu .text {}

.rest-menu-item .rest-menu .top {
    overflow: hidden;
    font-size: 1.286em;
    font-weight: 500;
    position: relative;
    margin: 5px 0 10px;
}

.rest-menu-item .rest-menu .label {
    float: left;
}

.rest-menu-item .rest-menu .value {
    float: right;
}

.rest-menu-item .rest-menu .dotted {
    position: absolute;
    bottom: 0.45em;
    border-bottom: 2px dotted;
    left: 210px;
    right: 100px;
}

.rest-menu-item .rest-menu .desc {}

/*------------------------------------------------------------------
[3.39 Contacts row, .contacts-row ]
*/

.contacts-row {}

.contoct-row {
    line-height:  1.714em;
    margin-bottom: 10px;
}

.contoct-row .icon {
    float: left;
    color: #afafaf;
    font-size: 1.1em;
    margin-top: 0.1em;
}

.contoct-row .text {
    margin-left: 25px;
}

.contoct-row .text strong {}

/*------------------------------------------------------------------
[3.40 Testimonials style2, .testimonials-item-s2 ]
*/

.testimonials-item-s2 {
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.owl-item .testimonials-item-s2 {
    margin-bottom: 0;
}

.testimonials-item-s2 .image {
    margin: 0 auto;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 20px;
}

.testimonials-item-s2 .text {
    font-size: 1.143em;
    line-height: 2.250em;
    margin-bottom: 20px;
}

.testimonials-item-s2 .name {
    font-size: 1.286em;
    font-weight: 500;
}

/*------------------------------------------------------------------
[3.41 Accordion, .accordion-item ]
*/

.accordion-items {
    margin: 40px 0;
}

.accordion-item {
    border: 1px solid #e2e2e2;
    border-bottom: 0;
}

.accordion-item:last-of-type {
    border-bottom: 1px solid #e2e2e2;
}

.accordion-item .name {
    font-size: 1.286em;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.accordion-item .name .cell {
    height: 95px;
    padding: 10px 100px 10px 50px;
}

.accordion-item .name:after {
    content: "\e90f";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 35px;
    font-size: 1.857em;
    color: #bebebe;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.accordion-item.active .name {}

.accordion-item.active .name:after {
    content: "\e907";
}

.accordion-item .text {
    line-height: 1.714em;
    padding: 15px 50px 30px;
    margin-top: -30px;
    display: none;
}

/*------------------------------------------------------------------
[3.42 Inline icon, .icon-inline ]
*/

.icon-inline {
    font-size: 22px;
}

.icon-inline br {
    display: none;
}

.icon-inline-item {
    margin: 0 15px 0 0;
}

/*------------------------------------------------------------------
[3.43 Book item, .booking-item ]
*/

.book-items {}

.book-items.owl-loaded {
    padding-bottom: 40px;
}

.book-items .owl-prev, .book-items .owl-next {font-size: 36px;margin-top: -40px;}

.book-items .owl-prev {
    left: -70px;
}

.book-items .owl-next {
    right: -70px;
}

.book-items .owl-item > div {
    padding: 0;
}

.booking-item {
    overflow: hidden;
    position: relative;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding: 45px 45px;
    margin-bottom: 30px;
    color: #2d2d2d;
}

.booking-item.grid {
    padding: 0 0 15px;
}

.owl-item .booking-item {
    margin-bottom: 0;
}

.booking-item .wrap {
    position: relative;
}

.booking-item .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
}

.booking-item.grid .image {
    position: relative;
    width: 100%;
    height: 320px;
}

.booking-item .image .owl-dots {
    margin-top: -45px;
}

.booking-item .image .item {
    background-size: cover;
    background-position: 50%;
}

.booking-item .image .item.alone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.booking-item .text {
    margin-left: 45%;
    padding-left: 35px;
}

.booking-item.grid .text {
    margin-left: 0;
    padding: 30px 25px 0;
}

.booking-item .text h1,
.booking-item .text h2,
.booking-item .text h3,
.booking-item .text h4,
.booking-item .text h5,
.booking-item .text h6 {
    margin-top: 0;
    color: inherit;
}

.booking-item .desc {
    font-size: 1.143em;
    line-height: 1.875em;
}

.booking-item .bottom {
    overflow: hidden;
}

.booking-item .price .wceb-price-format {
    font-size: 0.500em;
}

.booking-item .price {
    font-size: 2.571em;
    float: left;
}

.booking-item .button-style2 {
    float: right;
    color: #fff;
    background: #84c318;
    border: #84c318;
}

/*------------------------------------------------------------------
[4. Footer ]
*/

.footer {
    background: #fff;
    padding: 55px 0 25px;
}

body.single .footer,
body:not(.page-template-template-landing) .footer {
    border-top: 1px solid #e2e2e2;
}

.site-dark .footer {
    background: #000;
    color: #fff;
}

.footer .fw-container {
    min-height: 75px;
}

.footer .copyright {
    color: #212121;
    font-size: 0.857em;
    line-height: 2em;
    float: left;
    margin: 15px 0;
}

.site-dark .footer .copyright {
    color: #fff;
}

.footer-logo {
}

.site-dark .footer-logo {
    color: #fff;
}

.footer .widget_archive ul, 
.footer .widget_categories ul, 
.footer .widget_pages ul, 
.footer .widget_meta ul, 
.footer .widget_nav_menu ul, 
.footer .widget_recent_entries ul {
    background: none;
    color: inherit;
}

.footer .widget_archive ul li, 
.footer .widget_categories ul li, 
.footer .widget_pages ul li, 
.footer .widget_meta ul li, 
.footer .widget_nav_menu ul li, 
.footer .widget_recent_entries ul li {
    padding: 5px 0px;
    border: none;
}

.footer-text {
    font-size: 0.875em;
    line-height: 1.714em;
    margin-bottom: 20px;
}

.footer .social-button {
    color: #afafaf;
    margin: 0 0 15px;
}

.social-button.decor-none {
    color: #afafaf;
}

.footer .social-button a:after,
.social-button.decor-none a:after {
    display: none !important;
}

.footer .social-button a:not(:last-of-type) {
    margin-right: 15px;
}

.social-button a:not(:last-of-type):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #dbdbdb;
    vertical-align: middle;
    margin-left: 15px;
}

.social-buttons-widget {
    margin-bottom: 30px;
}

.footer .social-buttons-widget {
    margin-bottom: 15px;
}