﻿@charset "UTF-8";

/* 
Template Name: Simple - Multipurpose Premium Html5 Template
Template URI: http://www.eonythemes.com
Description: Multipurpose Html5 Template
Author: Eon

-------- # Table Of Contents # -------- //
-------- 1-  General
-------- 2-  Typography
-------- 3-  Elements
-------- 4-  Pricing
-------- 5-  Headers
-------- 6-  Homepages
-------- 7-  About
-------- 8-  Services Pages
-------- 9-  Blog
-------- 10- Portfolio
-------- 11- Category(Shop) - Product
-------- 12- Cart
-------- 13- Compare
-------- 14- Checkout
-------- 15- Contact
-------- 16- 404
-------- 17- FaQs
-------- 18- Footers
-------- 19- Owl Carousel
-------- 20- Coming Soon
-------- # Table Of Contents # ------- //
*/

html {
    background-color: #363636;
}

/* Page Loader Animation */

#page-loader {
    background-color: #f6f6fa;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}

#page-loader.dark { background-color: #171717; }

#page-loader.white { background-color: #fff; }

.sk-wave {
    font-size: 10px;
    height: 50px;
    left: 50%;
    margin-left: -31.25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 62.5px;
}

.sk-wave .sk-rect {
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    background-color: #A26834;
    display: inline-block;
    height: 100%;
    width: 4px;
}

.sk-wave .sk-rect1 { animation-delay: -1.2s; }

.sk-wave .sk-rect2 { animation-delay: -1.1s; }

.sk-wave .sk-rect3 { animation-delay: -1s; }

.sk-wave .sk-rect4 { animation-delay: -0.9s; }

.sk-wave .sk-rect5 { animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% { transform: scaleY(0.4); }

    20% { transform: scaleY(1); }
}

/* Loader Animation End */

/* ----------- 1.General --------------
--------------------------------------*/

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #9a9a9a;
    color: #323232;
    direction: ltr;
    font: 400 13px/1.7 "Open Sans", Arial, sans-serif;
    overflow-x: hidden;
    position: relative;
}

body.edge { padding: 5px; }

@media (min-width: 768px) {
    body.edge { padding: 10px; }
}

@media (min-width: 992px) {
    body.edge { padding: 15px; }
}

body.edge.bg-white #wrapper { background-color: #f2f2fa; }

#wrapper {
    background-color: #fff;
    position: relative;
}

#wrapper, #wrapper.boxed, #wrapper.boxed-long { width: 100%; }

@media (min-width: 768px) {
    #wrapper.boxed {
        margin: 30px auto;
        width: 750px;
    }
}

@media (min-width: 992px) {
    #wrapper.boxed { width: 970px; }
}

@media (min-width: 1200px) {
    #wrapper.boxed {
        margin: 50px auto;
        width: 1170px;
    }
}

@media (min-width: 768px) {
    #wrapper.boxed-long {
        margin: 0 auto;
        width: 750px;
    }
}

@media (min-width: 992px) {
    #wrapper.boxed-long { width: 970px; }
}

@media (min-width: 1200px) {
    #wrapper.boxed-long { width: 1170px; }
}

::-moz-selection {
    background-color: #A26834;
    color: #fff;
}

::selection {
    background-color: #A26834;
    color: #fff;
}

.fullwidth-container.container,
.fullwidth-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.fullwidth-container.container .row,
.fullwidth-container.container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.fullwidth-container.container .row [class*="col-"],
.fullwidth-container.container-fluid .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row.row-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-sm [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.fullwidth-row {
    margin-left: 0;
    margin-right: 0;
}

.fullwidth-row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:focus, a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active { outline: none; }

@media (max-width: 480px) {
    .col-xss-12 {
        float: none;
        width: 100%;
    }
}

hr {
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fullscreen { min-height: 100vh; }

.fullheight { height: 100vh; }

.fullscreen.vertical-center,
.fullheight.vertical-center {
    overflow: hidden;
    position: relative;
}

.fullscreen.vertical-center .vcenter-content,
.fullheight.vertical-center .vcenter-content {
    -ms-transform: translateY(-50%);
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.fullscreen.vertical-center .vcenter-content h1,
.fullheight.vertical-center .vcenter-content h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 481px) {
    .fullscreen.vertical-center .vcenter-content h1,
    .fullheight.vertical-center .vcenter-content h1 {
        font-size: 42px;
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) {
    .fullscreen.vertical-center .vcenter-content h1,
    .fullheight.vertical-center .vcenter-content h1 {
        font-size: 52px;
        margin-bottom: 9px;
    }
}

@media (min-width: 992px) {
    .fullscreen.vertical-center .vcenter-content h1,
    .fullheight.vertical-center .vcenter-content h1 {
        font-size: 60px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1200px) {
    .fullscreen.vertical-center .vcenter-content h1,
    .fullheight.vertical-center .vcenter-content h1 { font-size: 68px; }
}

.fullscreen.vertical-center .vcenter-content p,
.fullheight.vertical-center .vcenter-content p {
    display: none;
    font-size: 13px;
    margin-bottom: 12px;
    max-width: 720px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 481px) {
    .fullscreen.vertical-center .vcenter-content p,
    .fullheight.vertical-center .vcenter-content p {
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .fullscreen.vertical-center .vcenter-content p,
    .fullheight.vertical-center .vcenter-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .fullscreen.vertical-center .vcenter-content p,
    .fullheight.vertical-center .vcenter-content p {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

.fullscreen.vertical-center .vcenter-content.text-center p,
.fullheight.vertical-center .vcenter-content.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.overflow-hidden { overflow: hidden; }

.bg-custom {
    background-color: #A26834 !important;
    color: #fff;
}

.bg-custom.border {
    border-bottom: 1px solid #003b64;
    border-top: 1px solid #003b64;
}

.bg-custom.bordered { border: 1px solid #003b64; }

.bg-custom2 {
    background-color: #c00f3c !important;
    color: #fff;
}

.bg-custom2.border {
    border-bottom: 1px solid #58071b;
    border-top: 1px solid #58071b;
}

.bg-custom2.bordered { border: 1px solid #58071b; }

.bg-dark {
    background-color: #171717 !important;
    color: #fff;
}

.bg-dark.text-muted { color: #777; }

.bg-dark.border {
    border-bottom: 1px solid #2b2b2b;
    border-top: 1px solid #2b2b2b;
}

.bg-dark.bordered { border: 1px solid #2b2b2b; }

.bg-dark hr { border-top-color: #363636; }

.bg-darker {
    background-color: #101010 !important;
    color: #fff;
}

.bg-darker.border {
    border-bottom: 1px solid #2f2f2f;
    border-top: 1px solid #2f2f2f;
}

.bg-darker.bordered { border: 1px solid #2f2f2f; }

.bg-darker hr { border-top-color: #2f2f2f; }

.bg-lightgray { background-color: #f8f8f8 !important; }

.bg-lightgray.border {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.bg-lightgray.bordered { border: 1px solid #ebebeb; }

.bg-gray { background-color: #f0f0f0 !important; }

.bg-gray.border {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.bg-gray.bordered { border: 1px solid #e3e3e3; }

.bg-gray hr { border-top-color: #d7d7d7; }

.bg-gray2 { background-color: #e1e1e1 !important; }

.bg-gray2.border {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}

.bg-gray2.bordered { border: 1px solid #d2d2d2; }

.bg-gray2 hr { border-top-color: #c8c8c8; }

.bg-white { background-color: #fff; }

.bg-white.border {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.bg-white.bordered { border: 1px solid #f0f0f0; }

.bg-image,
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax { background-attachment: fixed; }

.overlay-container { position: relative; }

.overlay-container > .container,
.overlay-container > .container-fluid {
    position: relative;
    z-index: 2;
}

.overlay-container .overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.overlay-container .overlay.dark { background-color: #000; }

.overlay-container .overlay.custom { background-color: #A26834; }

.overlay-container .overlay.custom2 { background-color: #c00f3c; }

.overlay-container .overlay.light { background-color: #fff; }

.table-row + .table-row:not(.no-border) { border-top: 1px solid #eee; }

@media (min-width: 992px) {
    .table-row {
        border: none;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}

.table-row .table-cell { padding: 40px 15px 10px; }

@media (min-width: 992px) {
    .table-row .table-cell {
        display: table-cell;
        padding: 45px 25px 15px;
        vertical-align: middle;
        width: 50%;
    }

    .table-row .table-cell.smaller { width: 25%; }

    .table-row .table-cell.larger {
        padding: 60px 45px 30px;
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .table-row .table-cell { padding: 55px 30px 25px; }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-content .row {
        float: right;
        max-width: 570px;
    }

    .table-row .table-cell.cell-content .row .row {
        float: none;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-content.larger .row {
        float: none;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-content.larger .table-cell-wrapper {
        float: right;
        max-width: 860px;
    }
}

@media (min-width: 1600px) {
    .table-row .table-cell.cell-content.larger .table-cell-wrapper { max-width: 75%; }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-content.center .row {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
}

.table-row .table-cell.cell-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}

.table-row .table-cell.cell-image h2, .table-row .table-cell.cell-image h3, .table-row .table-cell.cell-image h4, .table-row .table-cell.cell-image h5, .table-row .table-cell.cell-image h6, .table-row .table-cell.cell-image p {
    margin: 0;
    position: relative;
    z-index: 2;
}

.table-row .table-cell.cell-image.empty-cell { min-height: 240px; }

@media (min-width: 992px) {
    .table-row .table-cell.cell-image {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-image + .cell-content .row { float: none; }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-image + .cell-content.larger .table-cell-wrapper { float: none; }
}

.table-row .table-cell.cell-map-container {
    padding: 0;
    position: relative;
}

@media (max-width: 991px) {
    .table-row .table-cell.cell-map-container { height: 360px; }
}

@media (max-width: 767px) {
    .table-row .table-cell.cell-map-container { height: 260px; }
}

.table-row .table-cell.cell-map-container .cell-map {
    bottom: 0;
    height: 100% !important;
    left: 0;
    margin: 0 !important;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-map-container .cell-map { min-height: 598px; }
}

@media (min-width: 1200px) {
    .table-row .table-cell.cell-map-container .cell-map { min-height: 618px; }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-map-container + .cell-content .row { float: none; }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-map-container + .cell-content.larger .table-cell-wrapper { float: none; }
}

.trigger-video-btn {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.46), 0 4px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 72px;
    line-height: 72px;
    position: relative;
    transition: all 0.4s;
    width: 72px;
    z-index: 10;
}

.trigger-video-btn:hover, .trigger-video-btn:focus {
    background-color: rgba(0, 105, 176, 0.65);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.64), 0 4px 3px rgba(0, 0, 0, 0.7);
    color: #fff;
}

.btn.btn-primary {
    background-color: #A26834;
    border-color: #A26834;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #f5a95d;
    border-color: #f5a95d;
    color: #fff;
}

.product-price { color: #A26834; }

.inner_cart_tprijs { color: #A26834; }

/* ----------- 2.Typography -----------
--------------------------------------*/

/* Elements Typography */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #222;
    font-family: "Open Sans", Arial, sans-serif, Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small { color: inherit; }

h1,
.h1 { font-size: 24px; }

h2,
.h2 { font-size: 20px; }

h3,
.h3 { font-size: 18px; }

h4,
.h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 14px;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 12px;
    margin-bottom: 15px;
}

a {
    color: #A26834;
    transition: color 0.4s;
}

a:hover, a:focus {
    color: #001d31;
    text-decoration: none;
}

.text-custom { color: #A26834; }

.text-custom2 { color: #c00f3c; }

.text-white { color: #fff !important; }

.text-muted { color: #777 !important; }

.text-light { font-weight: 300 !important; }

.text-spaced { letter-spacing: 0.05em; }

.text-lineth { text-decoration: line-through; }

.text-underline { text-decoration: underline; }

blockquote {
    background-color: #f6f6fa;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 25px 30px 23px 30px;
    position: relative;
}

.bg-lightgray blockquote { background-color: #f0f0f0; }

@media (max-width: 767px) {
    blockquote { padding: 18px 15px 16px 15px; }
}

blockquote p { margin-bottom: 0; }

blockquote cite {
    color: #A26834;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    margin-top: 16px;
}

blockquote.blockquote-reverse {
    border: none;
    padding: 25px 30px 23px 30px;
}

@media (max-width: 767px) {
    blockquote.blockquote-reverse { padding: 18px 15px 16px 15px; }
}

p { margin-bottom: 15px; }

.highlight {
    background-color: #101010;
    color: #fff;
    padding: 0 4px;
}

.highlight.rounded { border-radius: 5px; }

.highlight.gray {
    background-color: #eaeaea;
    color: #323232;
}

.highlight.darkgray {
    background-color: #c7c7c7;
    color: #323232;
}

.highlight.custom { background-color: #A26834; }

.highlight.custom2 { background-color: #c00f3c; }

.dropcap::first-letter {
    background-color: #101010;
    color: #fff;
    float: left;
    font-size: 2.2em;
    line-height: 1.4;
    margin-right: 0.2em;
    padding: 0 0.2em;
}

.dropcap.gray::first-letter {
    background-color: #eaeaea;
    color: #222;
}

.dropcap.custom::first-letter { background-color: #A26834; }

.dropcap.custom2::first-letter {
    background-color: #c00f3c;
    color: #fff;
}

.fa-ul {
    margin-bottom: 20px;
    margin-left: 23px;
}

.fa-ul li { margin-bottom: 7px; }

.fa-ul li .fa-li {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.lead.max-width { max-width: 680px; }

.text-center .lead.max-width {
    margin-left: auto;
    margin-right: auto;
}

.lead.smaller { font-size: 15px; }

@media (min-width: 768px) {
    .lead.smaller { font-size: 17px; }
}

/* ----------- 3.Elements ------------
--------------------------------------*/

/* Elements Titles */

.title {
    padding-bottom: 15px;
    position: relative;
}

.title:after {
    background-color: #eaeaea;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.title.text-center:after {
    left: 50%;
    margin-left: -25px;
}

.title.text-right:after {
    left: auto;
    right: 0;
}

.title.custom:after { background-color: #A26834; }

.title.custom2:after { background-color: #c00f3c; }

.title.dark:after { background-color: #171717; }

.title.text-white:after, .title.white:after { background-color: #fff; }

.title.title-bottom-border:after {
    bottom: -2px;
    height: 4px;
}

.title-desc {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 720px;
}

.title-desc.text-center {
    margin-left: auto;
    margin-right: auto;
}

.title-border {
    border-left: 3px solid transparent;
    padding: 0 0 0 0.6em;
}

.title-border > span {
    background-color: #fff;
    display: inline-block;
    padding: 0 0.6em;
    position: relative;
    z-index: 1;
}

.edge.bg-white #wrapper .title-border > span { background-color: #f2f2fa; }

.bg-gray .title-border > span { background-color: #f0f0f0 !important; }

.bg-gray2 .title-border > span { background-color: #e1e1e1 !important; }

.title-border.text-right,
.text-right > .title-border {
    border-left: none;
    border-right: 3px solid transparent;
    padding: 0 0.6em 0 0;
}

.title-border.text-center,
.text-center > .title-border {
    border: none;
    padding: 0;
}

.title-border.text-center > span,
.text-center > .title-border > span {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.title-border.title-border { margin-bottom: 10px; }

.title-border.custom, .title-border.text-right.custom,
.title-border.text-center.custom > span { border-color: #A26834; }

.title-border.title-bg-line, .title-border.text-center.title-bg-line, .title-border.title-bg, .title-border.text-center.title-bg { padding: 0; }

.bg-dark .title-border > span { background-color: #171717; }

.bg-gray .title-border > span { background-color: #f0f0f0; }

.bg-lightgray .title-border > span { background-color: #f8f8f8; }

.bg-lightergray .title-border > span { background-color: #fafafa; }

.bg-gray2 .title-border > span { background-color: #e1e1e1; }

.title-bottom-border.custom { border-color: #A26834; }

.title-bg-line,
.title-underline { position: relative; }

.title-bg-line > span,
.title-underline > span { padding: 0 0.6em; }

.title-bg-line:after {
    background-color: transparent;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
}

.title-block { margin-bottom: 30px; }

.title-block .title { margin-bottom: 10px; }

.title-block > p { font-size: 1.1em; }

.title > .light,
.title-block .light { font-weight: normal; }

.title-bottom-border { border-bottom: 1px solid transparent; }

.title-bottom-border.dashed { border-bottom-style: dashed; }

.title-bottom-border.dotted { border-bottom-style: dotted; }

.title-border.dark,
.title-border.text-right.dark,
.title-border.text-center.dark > span,
.title-bottom-border.dark { border-color: #171717; }

.title-border.title-bg.dark,
.title-bg-line.dark:after { background-color: #171717; }

.title-border.gray,
.title-border.text-right.gray,
.title-border.text-center.gray > span,
.title-bottom-border.gray { border-color: #eaeaea; }

.title-border.title-bg.gray,
.title-bg-line.gray:after { background-color: #eaeaea; }

.title-border.white,
.title-border.text-right.white,
.title-border.text-center.white > span,
.title-bottom-border.white { border-color: #fff; }

.title-border.title-bg.white,
.title-bg-line.white:after { background-color: #fff; }

.title-border.title-bg.custom,
.title-bg-line.custom:after,
.bg-custom .title-border > span { background-color: #A26834; }

.title-border.title-bg.custom2,
.title-bg-line.custom2:after,
.bg-custom2 .title-border > span { background-color: #c00f3c; }

/* Breadcrumbs */

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    padding: 18px 0;
}

.breadcrumb li a { color: #A26834; }

.breadcrumb li a:hover, .breadcrumb li a:focus { color: #f5a95d; }

.breadcrumb > .active { color: #222; }

.breadcrumb li + li:before {
    color: #333;
    content: "\f101";
    font-family: 'FontAwesome';
    padding: 0 13px 0 6px;
}

/* Page Headers */

.page-header {
    background-color: #f6f6fa;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 50px;
    padding: 25px 0;
    /* Parallax + overlay */
    /* Dark background */
    /* Custom background */
    /* Custom2 background */
}

@media (min-width: 768px) {
    .page-header { margin-bottom: 60px; }
}

@media (min-width: 992px) {
    .page-header { margin-bottom: 70px; }
}

.page-header .breadcrumb { padding: 0; }

.page-header h1 {
    color: #333;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    text-transform: uppercase;
}

.page-header h1 + .breadcrumb { margin-top: 6px; }

.page-header p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.page-header.larger { padding: 40px 0; }

.page-header.largest { padding: 80px 0; }

.page-header.largest h1 { font-size: 32px; }

.page-header.larger-top { padding-top: 130px; }

@media (min-width: 768px) and (max-width: 991px) {
    .page-header.larger-top { padding-top: 200px; }
}

@media (min-width: 992px) {
    .page-header.larger-top { padding-top: 160px; }
}

.page-header.largest-top { padding-top: 160px; }

@media (min-width: 768px) and (max-width: 991px) {
    .page-header.largest-top { padding-top: 230px; }
}

@media (min-width: 992px) {
    .page-header.largest-top { padding-top: 200px; }
}

.page-header.fullheight > .container-fluid, .page-header.fullscreen > .container-fluid {
    display: table;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .page-header.fullheight > .container, .page-header.fullscreen > .container { width: 100%; }
}

.page-header.fullheight .page-header-cell, .page-header.fullscreen .page-header-cell {
    display: table-cell;
    vertical-align: middle;
}

.page-header.parallax, .page-header.bg-image { position: relative; }

.page-header.parallax:before, .page-header.bg-image:before {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0.65;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.page-header.parallax .container,
.page-header.parallax .container-fluid, .page-header.bg-image .container,
.page-header.bg-image .container-fluid {
    position: relative;
    z-index: 1;
}

.page-header.dark {
    background-color: #171717;
    border-color: #101010;
    color: #9a9a9a;
}

.page-header.dark h1 { color: #fff; }

.page-header.dark .breadcrumb li a { color: #9a9a9a; }

.page-header.dark .breadcrumb li a:hover, .page-header.dark .breadcrumb li a:focus { color: #fff; }

.page-header.dark .breadcrumb > .active { color: #fff; }

.page-header.dark .breadcrumb li + li:before { color: #bbb; }

.page-header.dark.parallax:before, .page-header.dark.bg-image:before {
    background-color: #000;
    opacity: 0.6;
}

.page-header.custom {
    background-color: #A26834;
    border-color: #0078ca;
    color: #0087e3;
}

.page-header.custom h1 { color: #fff; }

.page-header.custom .breadcrumb li a { color: #54baff; }

.page-header.custom .breadcrumb li a:hover, .page-header.custom .breadcrumb li a:focus { color: #fff; }

.page-header.custom .breadcrumb > .active { color: #fff; }

.page-header.custom .breadcrumb li + li:before { color: #0d9dff; }

.page-header.custom.parallax:before, .page-header.custom.bg-image:before { background-color: #A26834; }

.page-header.custom2 {
    background-color: #c00f3c;
    border-color: #d81143;
    color: #ed154c;
}

.page-header.custom2 h1 { color: #fff; }

.page-header.custom2 .breadcrumb li a { color: #f2577f; }

.page-header.custom2 .breadcrumb li a:hover, .page-header.custom2 .breadcrumb li a:focus { color: #fff; }

.page-header.custom2 .breadcrumb > .active { color: #fff; }

.page-header.custom2 .breadcrumb li + li:before { color: #f03b69; }

.page-header.custom2.parallax:before, .page-header.custom2.bg-image:before { background-color: #c00f3c; }

/* Added this for elements page to clear margin bottom just for this page */

.elements-page .page-header { margin-bottom: 0; }

/* Elements Collapses */

.panel-group .panel + .panel { margin-top: 4px; }

.panel-group .panel-heading + .panel-collapse > .panel-body { border-top: none; }

.panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    /* Panel Default */
    /* Panel Inverse */
    /* Panel Custom */
}

.panel .panel-heading {
    border: none;
    border-radius: 0;
    padding: 0;
}

.panel .panel-heading .panel-title {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}

.panel .panel-heading .panel-title a {
    border: 1px solid transparent;
    color: #333;
    display: block;
    padding: 12px 16px;
    transition: all 0.4s;
}

.panel .panel-heading .panel-title a:before {
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    min-width: 15px;
}

.panel .panel-heading .panel-title a.collapsed:before { content: "\f105"; }

.panel .panel-body { padding: 16px 0; }

.panel .panel-body p { margin-bottom: 13px; }

.panel .panel-body p:last-child { margin-bottom: 0; }

.panel.panel-default .panel-heading a {
    background-color: #f6f6fa;
    border-color: #f0f0fa;
    color: #333;
}

.panel.panel-default .panel-heading a:hover, .panel.panel-default .panel-heading a:focus {
    background-color: #eee;
    border-color: #e8e8e8;
    color: #333;
}

.panel.panel-inverse .panel-heading a {
    background-color: #222;
    border-color: #101010;
    color: #fff;
}

.panel.panel-inverse .panel-heading a:hover, .panel.panel-inverse .panel-heading a:focus {
    background-color: #101010;
    border-color: #000;
    color: #fff;
}

.panel.panel-custom .panel-heading a {
    background-color: #A26834;
    border-color: #f5a95d;
    color: #fff;
}

.panel.panel-custom .panel-heading a:hover, .panel.panel-custom .panel-heading a:focus {
    background-color: #f5a95d;
    border-color: #f5a95d;
    color: #fff;
}

/* Elements Tabs */

.nav.nav-tabs > li > a, .nav.nav-pills > li > a {
    color: #323232;
    padding: 9px 15px;
    transition: background 0.35s;
}

.nav.nav-tabs > li > a:hover, .nav.nav-pills > li > a:hover { background-color: #f6f6fa; }

@media (max-width: 480px) {
    .nav.nav-tabs:not(.nav-justified) > li > a, .nav.nav-pills:not(.nav-justified) > li > a {
        max-width: 70px;
        overflow: hidden;
        padding-left: 7px;
        padding-right: 7px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.nav.nav-justified > li > a {
    border-radius: 0;
    margin: 0;
}

.nav.nav-justified > li + li { margin-left: 0 !important; }

.nav-tabs {
    border-bottom-color: #e1e1e1;
    margin-bottom: 15px;
}

.nav-tabs li a {
    border-radius: 0;
    position: relative;
}

.nav-tabs li a i { margin-right: 7px; }

.nav-tabs li a:before {
    background-color: #A26834;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    top: -1px;
    transition: all 0.4s;
    visibility: hidden;
}

.nav-tabs li a:hover { border-color: #e1e1e1; }

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background-color: #fff;
    border-bottom-color: transparent;
    border-color: #e1e1e1;
}

.bg-lightgray .nav-tabs li.active a, .bg-lightgray .nav-tabs li.active a:hover, .bg-lightgray .nav-tabs li.active a:focus { background-color: #f8f8f8; }

.nav-tabs li.active a:before {
    left: -1px;
    right: -1px;
    visibility: visible;
}

.tab-content.bordered {
    border: 1px solid #e1e1e1;
    border-top: none;
    margin-top: -15px;
    padding: 15px;
}

.tab-content.bordered p:last-child { margin-bottom: 0; }

.tab-content + .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #e1e1e1;
}

.tab-content + .nav-tabs > li > a { border-top: none; }

.tab-content + .nav-tabs > li > a:before {
    bottom: -1px;
    top: auto;
}

.tab-content + .nav-tabs > li.active a, .tab-content + .nav-tabs > li.active a:hover, .tab-content + .nav-tabs > li.active a:focus {
    border: 1px solid #eee;
    border-top-color: transparent;
    margin-top: -1px;
}

.tab-content + .nav-tabs > li.active a:before {
    left: 0;
    right: 0;
    visibility: visible;
}

@media (min-width: 768px) {
    .vertical-tab { display: table; }

    .vertical-tab .nav-tabs,
    .vertical-tab .nav-pils,
    .vertical-tab .tab-content { display: table-cell; }

    .vertical-tab .nav-tabs > li,
    .vertical-tab .nav-pils > li,
    .vertical-tab .tab-content > li {
        float: none;
        white-space: nowrap;
    }

    .vertical-tab.left .tab-content { padding-left: 15px; }

    .vertical-tab.right .tab-content { padding-right: 15px; }

    .vertical-tab .nav-tabs {
        border: none;
        margin-bottom: 0;
    }

    .vertical-tab.left .nav-tabs { border-right: 1px solid #eee; }

    .vertical-tab.left .nav-tabs > li { margin: 0; }

    .vertical-tab.left .nav-tabs > li a { margin: 0; }

    .vertical-tab.left .nav-tabs > li a:before {
        bottom: 50%;
        height: auto;
        left: -1px;
        right: auto;
        top: 50%;
        width: 2px;
    }

    .vertical-tab.left .nav-tabs > li.active a,
    .vertical-tab.left .nav-tabs > li.active a:hover,
    .vertical-tab.left .nav-tabs > li.active a:focus {
        border: 1px solid #eee;
        border-right-color: transparent;
        margin: 0;
        margin-right: -1px;
    }

    .vertical-tab.left .nav-tabs > li.active a:before,
    .vertical-tab.left .nav-tabs > li.active a:hover:before,
    .vertical-tab.left .nav-tabs > li.active a:focus:before {
        bottom: -1px;
        top: -1px;
    }

    .vertical-tab.right .tab-content + .nav-tabs > li > a { border-top: 1px solid transparent; }

    .vertical-tab.right .nav-tabs { border-left: 1px solid #eee; }

    .vertical-tab.right .nav-tabs > li a {
        border-width: 1px;
        margin: 0;
    }

    .vertical-tab.right .nav-tabs > li a:before {
        bottom: 50%;
        height: auto;
        left: auto;
        right: -1px;
        top: 50%;
        width: 2px;
    }

    .vertical-tab.right .nav-tabs > li.active a,
    .vertical-tab.right .nav-tabs > li.active a:hover,
    .vertical-tab.right .nav-tabs > li.active a:focus {
        border: 1px solid #eee;
        border-left-color: transparent;
        margin: 0;
        margin-left: -1px;
    }

    .vertical-tab.right .nav-tabs > li.active a:before,
    .vertical-tab.right .nav-tabs > li.active a:hover:before,
    .vertical-tab.right .nav-tabs > li.active a:focus:before {
        bottom: -1px;
        top: -1px;
    }

    .vertical-tab .nav-pills { min-width: 110px; }

    .vertical-tab .nav-pills > li {
        display: block;
        width: 100%;
    }

    .vertical-tab .nav-pills > li + li { margin-left: 0; }
}

.nav-pills { margin-bottom: 15px; }

.nav-pills > li > a { border-radius: 0; }

.nav-pills > li + li { margin-left: 3px; }

.nav-pills > li.active a,
.nav-pills > li.active a:hover,
.nav-pills > li.active a:focus {
    background-color: #A26834;
    color: #fff;
}

/* Elements Buttons */

.btn {
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 15px;
    position: relative;
    transition: background 0.45s, border 0.45s;
    z-index: 2;
}

.btn.btn-rounded { border-radius: 5px; }

.btn.btn-border {
    border-width: 2px;
    padding: 8px 14px;
}

.btn.btn-sm {
    font-size: 11px;
    padding: 7px 10px;
}

.btn.btn-sm.btn-rounded { border-radius: 4px; }

.btn.btn-sm.btn-border {
    border-width: 2px;
    padding: 6px 9px;
}

.btn.btn-lg {
    font-size: 15px;
    padding: 11px 20px;
}

.btn.btn-lg.btn-rounded { border-radius: 7px; }

.btn.btn-lg.btn-border {
    border-width: 2px;
    padding: 10px 19px;
}

    .btn i {
        font-size: 100%;
        /*margin-right: 5px;*/
        margin-top: -10px;
        vertical-align: middle;
    }

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active { outline: none; }

.btn.min-width {
    min-width: 150px;
    text-align: center !important;
}

@media (max-width: 480px) {
    .btn.min-width { min-width: 0; }
}

.btn.min-width-sm {
    min-width: 120px;
    text-align: center !important;
}

@media (max-width: 480px) {
    .btn.min-width-sm { min-width: 0; }
}

.btn.min-width-lg {
    min-width: 170px;
    text-align: center !important;
}

@media (max-width: 480px) {
    .btn.min-width-lg { min-width: 0; }
}

.tp-caption.btn i {
    font-size: inherit;
    margin-right: 0;
    margin-top: auto;
}

.btn-group { /* Dropdown */ }

.btn-group > .btn + .btn { border-left: 1px solid rgba(255, 255, 255, 0.15); }

.btn-group .dropdown-menu {
    border-color: #eee;
    border-radius: 0;
    font-size: 13px;
    padding: 7px 0;
}

.btn-group .dropdown-menu li a {
    color: #323232;
    padding: 4px 15px;
    transition: background 0.4s;
}

.btn-group .dropdown-menu li a:hover, .btn-group .dropdown-menu li a:focus {
    background-color: #f6f6fa;
    color: #323232;
}

/* Button Colors */

.btn.btn-custom {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

.btn.btn-custom:hover, .btn.btn-custom:focus {
    background-color: #f5a95d;
    border-color: #f5a95d;
    color: #fff;
}

.btn.btn-custom.btn-border {
    background-color: transparent;
    border-color: #A26834;
    color: #A26834;
}

.btn.btn-custom.btn-border:hover, .btn.btn-custom.btn-border:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

.btn.btn-custom2 {
    background-color: #c00f3c;
    border-color: #c00f3c;
    color: #fff;
}

.btn.btn-custom2:hover, .btn.btn-custom2:focus {
    background-color: #910b2d;
    border-color: #910b2d;
    color: #fff;
}

.btn.btn-custom2.btn-border {
    background-color: transparent;
    border-color: #c00f3c;
    color: #c00f3c;
}

.btn.btn-custom2.btn-border:hover, .btn.btn-custom2.btn-border:focus {
    background-color: #c00f3c;
    border-color: #c00f3c;
    color: #fff;
}

.btn.btn-red {
    background-color: #f41d1d;
    border-color: #f41d1d;
    color: #fff;
}

.btn.btn-red:hover, .btn.btn-red:focus {
    background-color: #d40a0a;
    border-color: #d40a0a;
    color: #fff;
}

.btn.btn-red.btn-border {
    background-color: transparent;
    border-color: #f41d1d;
    color: #f41d1d;
}

.btn.btn-red.btn-border:hover, .btn.btn-red.btn-border:focus {
    background-color: #f41d1d;
    border-color: #f41d1d;
    color: #fff;
}

.btn.btn-darkred {
    background-color: #d10707;
    border-color: #d10707;
    color: #fff;
}

.btn.btn-darkred:hover, .btn.btn-darkred:focus {
    background-color: #a00505;
    border-color: #a00505;
    color: #fff;
}

.btn.btn-darkred.btn-border {
    background-color: transparent;
    border-color: #d10707;
    color: #d10707;
}

.btn.btn-darkred.btn-border:hover, .btn.btn-darkred.btn-border:focus {
    background-color: #d10707;
    border-color: #d10707;
    color: #fff;
}

.btn.btn-blue {
    background-color: #0172b8;
    border-color: #0172b8;
    color: #fff;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background-color: #015385;
    border-color: #015385;
    color: #fff;
}

.btn.btn-blue.btn-border {
    background-color: transparent;
    border-color: #0172b8;
    color: #0172b8;
}

.btn.btn-blue.btn-border:hover, .btn.btn-blue.btn-border:focus {
    background-color: #0172b8;
    border-color: #0172b8;
    color: #fff;
}

.btn.btn-lightblue {
    background-color: #2599e2;
    border-color: #2599e2;
    color: #fff;
}

.btn.btn-lightblue:hover, .btn.btn-lightblue:focus {
    background-color: #197cbb;
    border-color: #197cbb;
    color: #fff;
}

.btn.btn-lightblue.btn-border {
    background-color: transparent;
    border-color: #2599e2;
    color: #2599e2;
}

.btn.btn-lightblue.btn-border:hover, .btn.btn-lightblue.btn-border:focus {
    background-color: #2599e2;
    border-color: #2599e2;
    color: #fff;
}

.btn.btn-green {
    background-color: #49ba17;
    border-color: #49ba17;
    color: #fff;
}

.btn.btn-green:hover, .btn.btn-green:focus {
    background-color: #378d11;
    border-color: #378d11;
    color: #fff;
}

.btn.btn-green.btn-border {
    background-color: transparent;
    border-color: #49ba17;
    color: #49ba17;
}

.btn.btn-green.btn-border:hover, .btn.btn-green.btn-border:focus {
    background-color: #49ba17;
    border-color: #49ba17;
    color: #fff;
}

.btn.btn-green2 {
    background-color: #06b0aa;
    border-color: #06b0aa;
    color: #fff;
}

.btn.btn-green2:hover, .btn.btn-green2:focus {
    background-color: #047f7a;
    border-color: #047f7a;
    color: #fff;
}

.btn.btn-green2.btn-border {
    background-color: transparent;
    border-color: #06b0aa;
    color: #06b0aa;
}

.btn.btn-green2.btn-border:hover, .btn.btn-green2.btn-border:focus {
    background-color: #06b0aa;
    border-color: #06b0aa;
    color: #fff;
}

.btn.btn-lightgreen {
    background-color: #7aed47;
    border-color: #7aed47;
    color: #fff;
}

.btn.btn-lightgreen:hover, .btn.btn-lightgreen:focus {
    background-color: #58e819;
    border-color: #58e819;
    color: #fff;
}

.btn.btn-lightgreen.btn-border {
    background-color: transparent;
    border-color: #7aed47;
    color: #7aed47;
}

.btn.btn-lightgreen.btn-border:hover, .btn.btn-lightgreen.btn-border:focus {
    background-color: #7aed47;
    border-color: #7aed47;
    color: #fff;
}

.btn.btn-yellow {
    background-color: #f4b907;
    border-color: #f4b907;
    color: #fff;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus {
    background-color: #c29306;
    border-color: #c29306;
    color: #fff;
}

.btn.btn-yellow.btn-border {
    background-color: transparent;
    border-color: #f4b907;
    color: #f4b907;
}

.btn.btn-yellow.btn-border:hover, .btn.btn-yellow.btn-border:focus {
    background-color: #f4b907;
    border-color: #f4b907;
    color: #fff;
}

.btn.btn-orange {
    background-color: #f08903;
    border-color: #f08903;
    color: #fff;
}

.btn.btn-orange:hover, .btn.btn-orange:focus {
    background-color: #be6c02;
    border-color: #be6c02;
    color: #fff;
}

.btn.btn-orange.btn-border {
    background-color: transparent;
    border-color: #f08903;
    color: #f08903;
}

.btn.btn-orange.btn-border:hover, .btn.btn-orange.btn-border:focus {
    background-color: #f08903;
    border-color: #f08903;
    color: #fff;
}

.btn.btn-purple {
    background-color: #f003d7;
    border-color: #f003d7;
    color: #fff;
}

.btn.btn-purple:hover, .btn.btn-purple:focus {
    background-color: #be02aa;
    border-color: #be02aa;
    color: #fff;
}

.btn.btn-purple.btn-border {
    background-color: transparent;
    border-color: #f003d7;
    color: #f003d7;
}

.btn.btn-purple.btn-border:hover, .btn.btn-purple.btn-border:focus {
    background-color: #f003d7;
    border-color: #f003d7;
    color: #fff;
}

.btn.btn-darkpurple {
    background-color: #b0069e;
    border-color: #b0069e;
    color: #fff;
}

.btn.btn-darkpurple:hover, .btn.btn-darkpurple:focus {
    background-color: #7f0472;
    border-color: #7f0472;
    color: #fff;
}

.btn.btn-darkpurple.btn-border {
    background-color: transparent;
    border-color: #b0069e;
    color: #b0069e;
}

.btn.btn-darkpurple.btn-border:hover, .btn.btn-darkpurple.btn-border:focus {
    background-color: #b0069e;
    border-color: #b0069e;
    color: #fff;
}

.btn.btn-black {
    background-color: #181818;
    border-color: #181818;
    color: #fff;
}

.btn.btn-black:hover, .btn.btn-black:focus {
    background-color: black;
    border-color: black;
    color: #fff;
}

.btn.btn-black.btn-border {
    background-color: transparent;
    border-color: #181818;
    color: #181818;
}

.btn.btn-black.btn-border:hover, .btn.btn-black.btn-border:focus {
    background-color: #181818;
    border-color: #181818;
    color: #fff;
}

.btn.btn-gray {
    background-color: #e2e2e2;
    border-color: #e2e2e2;
    color: #333;
}

.btn.btn-gray:hover, .btn.btn-gray:focus {
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    color: #333;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #222;
}

.btn.btn-white:hover, .btn.btn-white:focus {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #222;
}

.btn.btn-white.btn-border {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-border:hover, .btn.btn-white.btn-border:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

a.cc-btn.cc-dismiss { color: #000 !important; }

/* Added elements page for margin */

.elements-page-btn .btn { margin-bottom: 4px; }

.elements-page-btn .btn-group .btn { margin-bottom: 0; }

/* Elements Forms */

.form-control {
    border-color: #eaeaea;
    border-radius: 0;
    box-shadow: none;
    color: #5a5a5a;
    font-size: 13px;
    height: 38px;
    margin-bottom: 20px;
    padding: 9px 15px;
    text-align: left;
    transition: all 0.4s;
}

.form-control.input-sm {
    font-size: 11px;
    height: 32px;
    padding: 7px 10px;
}

.form-control.input-lg {
    font-size: 15px;
    height: 43px;
    padding: 10.5px 20px;
}

.form-control:focus {
    border-color: #A26834;
    box-shadow: none;
}

.bg-gray .form-control {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.bg-gray .form-control:focus {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.bg-dark .form-control {
    background-color: #212121;
    border-color: #212121;
    color: #9e9e9e;
}

.bg-dark .form-control::-webkit-input-placeholder { color: #9e9e9e; }

.bg-dark .form-control::-moz-placeholder { color: #9e9e9e; }

.bg-dark .form-control:-ms-input-placeholder { color: #9e9e9e; }

.bg-dark .form-control::placeholder { color: #9e9e9e; }

.bg-dark .form-control:focus {
    background-color: #262626;
    border-color: #262626;
}

.input-group {
    border-radius: 0;
    margin-bottom: 20px;
}

.input-group .input-group-addon {
    background-color: #f6f6fa;
    border-color: #eaeaea;
    border-radius: 0;
    color: #4a4a4a;
    font-size: 13px;
    padding: 6px 15px;
}

.input-group.input-group-sm .input-group-addon {
    font-size: 11px;
    height: 32px;
    padding: 3px 10px;
}

.input-group.input-group-sm .form-control {
    height: 32px;
    padding: 6px 10px;
}

.input-group.input-group-lg .input-group-addon {
    font-size: 15px;
    height: 43px;
    padding: 3px 20px;
}

.input-group.input-group-lg .form-control {
    height: 43px;
    padding: 8.5px 20px;
}

.input-group .form-control { border-radius: 0; }

.input-group .form-control:last-child { border-radius: 0; }

label,
.input-desc {
    font-weight: 600;
    margin-bottom: 5px;
}

textarea.form-control { min-height: 150px; }

.textarea-container {
    padding-top: 38px;
    position: relative;
    width: 100%;
}

.textarea-container .input-group-addon {
    border-right: 1px solid #eaeaea;
    left: 0;
    padding: 11.5px 15px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 90;
}

.textarea-container .form-control { border-top-color: transparent; }

.textarea-container .form-control:focus { border-top-color: #A26834; }

/* Validation error */

label.error {
    color: #ca1515;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin: -18px 0 10px;
}

.form-control.error { border-color: #ca1515; }

/* Custom Radio & Checkbox */

.radio label.custom-radio-wrapper,
.checkbox label.custom-checkbox-wrapper { padding-left: 0; }

.input-group-addon.custom-checkbox-wrapper,
.input-group-addon.custom-radio-wrapper { line-height: 0; }

.custom-checkbox-container,
.custom-radio-container {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    position: relative;
    width: 14px;
}

.custom-radio-container { border-radius: 50px; }

.custom-checkbox-container input[type="checkbox"] {
    display: block;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.custom-checkbox-container .custom-checkbox-icon {
    border-radius: 0;
    color: #A26834;
    filter: alpha(opacity=0);
    font: 15px/1 FontAwesome;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 9;
}

.custom-checkbox-container .custom-checkbox-icon:before {
    content: "\f00c";
    left: 0;
    position: absolute;
    top: -3px;
}

.custom-radio-container input[type="radio"] {
    display: block;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.custom-radio-container .custom-radio-icon {
    -ms-transform: scale(0);
    background-color: #A26834;
    border-radius: 50%;
    display: block;
    filter: alpha(opacity=0);
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: all 0.4s;
    width: 10px;
    z-index: 9;
}

.disabled .custom-checkbox-container .custom-checkbox-icon { display: none; }

.disabled .custom-radio-container .custom-radio-icon { background-color: transparent; }

.custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon,
.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
    filter: alpha(opacity=100);
    opacity: 1;
}

.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
    -ms-transform: scale(1);
    transform: scale(1);
}

.disabled .custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon { background-color: transparent; }

.custom-checkbox-wrapper *,
.custom-radio-wrapper * { vertical-align: middle; }

.custom-checkbox-wrapper.checkbox-inline, .custom-checkbox-wrapper.radio-inline,
.custom-radio-wrapper.checkbox-inline,
.custom-radio-wrapper.radio-inline { padding-left: 0; }

/* Elements Progress Bars */

/* 2- Progress Bars */

.progress-container {
    margin-bottom: 25px;
    position: relative;
}

.progress-container .progress-title {
    color: #A26834;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.progress-container .progress-title.dark { color: #222; }

.progress-container .progress-title > span {
    float: right;
    font-weight: 400;
}

.progress {
    background-color: #e5e7f0;
    border-radius: 0;
    box-shadow: none;
    height: 24px;
    margin-bottom: 0;
    padding: 4px;
}

.progress.progress-xs {
    height: 8px;
    padding: 0;
}

.progress .progress-bar {
    background-color: #A26834;
    box-shadow: none;
}

.progress .progress-bar .progress-bar-wrapper {
    height: 100%;
    position: relative;
}

.progress .progress-bar.gradient1 {
    background: linear-gradient(to right, #A26834 0%, #c00f3c 100%);
    background-color: #A26834;
}

.progress .progress-bar.gradient2 {
    background: linear-gradient(to right, #c00f3c 0%, #A26834 100%);
    background-color: #c00f3c;
}

.progress .progress-bar.dark { background-color: #101010; }

.progress .progress-bar.custom { background-color: #A26834; }

.progress .progress-bar.custom2 { background-color: #c00f3c; }

.progress .progress-bar.gray { background-color: #c7c7c7; }

.progress .progress-bar.darkgray { background-color: #9e9e9e; }

.progress .progress-bar.white { background-color: #fff; }

.progress.dark { background-color: #101010; }

.progress.dark .dark { background-color: #4a4a4a; }

.progress.bordered {
    background-color: transparent;
    border: 1px solid #eaeaea;
}

.progress.bordered .white { background-color: #f1f1f1; }

/* Elements Sass */

.service { margin-bottom: 30px; }

.service i {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 17px;
}

.service i.custom { color: #A26834; }

.service i.custom2 { color: #c00f3c; }

.service i.gray { color: #b7b7b7; }

.service i.icon-bg {
    background-color: #e6e6e6;
    border-radius: 50%;
    color: #3e3e3e;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transition: all 0.4s;
    width: 46px;
}

.service i.icon-bg.custom {
    background-color: #A26834;
    color: #fff;
}

.service i.icon-bg.custom2 {
    background-color: #c00f3c;
    color: #fff;
}

.service i.icon-bg.dark {
    background-color: #171717;
    color: #fff;
}

.service img {
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.service .service-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service .service-title:last-child { margin-bottom: 0; }

.service p:last-child { margin-bottom: 0; }

.service.service-box {
    background-color: #f6f6fa;
    padding: 25px 17px;
    position: relative;
    text-align: center;
    transition: all 0.4s;
}

.service.service-box.service-icon-top {
    margin-bottom: 50px;
    padding-top: 45px;
}

.service.service-box.service-icon-top .icon-bg {
    left: 50%;
    margin-left: -23px;
    position: absolute;
    top: -23px;
}

.service.service-box:hover {
    background-color: #A26834 !important;
    color: #fff;
}

.service.service-box:hover .icon-bg {
    background-color: #f5a95d;
    color: #fff;
}

.service.service-box:hover .service-title { color: #fff; }

.fullwidth-row [class*="col-"]:nth-of-type(2n) .service.service-box { background-color: #eee; }

.service.service-box.custom:not(.service-border) {
    background-color: #A26834 !important;
    color: #fff;
}

.service.service-box.custom:not(.service-border) .icon-bg {
    background-color: #f5a95d;
    color: #fff;
}

.service.service-box.custom:not(.service-border) .service-title { color: #fff; }

.service.service-box.custom:not(.service-border):hover { background-color: #f5a95d !important; }

.service.service-box.custom:not(.service-border):hover .icon-bg { background-color: #002c4a; }

.service.service-box.custom2:not(.service-border) {
    background-color: #c00f3c !important;
    color: #fff;
}

.service.service-box.custom2:not(.service-border) .icon-bg {
    background-color: #910b2d;
    color: #fff;
}

.service.service-box.custom2:not(.service-border) .service-title { color: #fff; }

.service.service-box.custom2:not(.service-border):hover { background-color: #910b2d !important; }

.service.service-box.custom2:not(.service-border):hover .icon-bg { background-color: #61081e; }

.service.service-box.dark:not(.service-border) {
    background-color: #171717 !important;
    color: #fff;
}

.service.service-box.dark:not(.service-border) .icon-bg {
    background-color: #2b2b2b;
    color: #fff;
}

.service.service-box.dark:not(.service-border) .service-title { color: #fff; }

.service.service-box.dark:not(.service-border):hover { background-color: #101010 !important; }

.service.service-box.dark:not(.service-border):hover .icon-bg { background-color: #333333; }

.service.service-border {
    background-color: transparent;
    border: 1px solid #eee;
}

.service.service-border .icon-bg { background-color: #eee; }

.service.service-border:hover { border-color: #f5a95d; }

.service.service-border.custom {
    background-color: transparent !important;
    border-color: #A26834;
}

.service.service-border.custom .icon-bg {
    background-color: #A26834;
    color: #fff;
}

.service.service-border.custom:hover {
    background-color: #A26834 !important;
    border-color: #f5a95d;
}

.service.service-border.custom:hover .icon-bg { background-color: #f5a95d; }

.service.service-border.custom2 {
    background-color: transparent !important;
    border-color: #c00f3c;
}

.service.service-border.custom2 .icon-bg {
    background-color: #c00f3c;
    color: #fff;
}

.service.service-border.custom2:hover {
    background-color: #c00f3c !important;
    border-color: #910b2d;
}

.service.service-border.custom2:hover .icon-bg { background-color: #910b2d; }

.service.service-border.dark {
    background-color: transparent !important;
    border-color: #171717;
}

.service.service-border.dark .icon-bg {
    background-color: #171717;
    color: #fff;
}

.service.service-border.dark:hover {
    background-color: #171717 !important;
    border-color: black;
}

.service.service-border.dark:hover .icon-bg { background-color: #313131; }

.service.icon-left i {
    float: left;
    min-width: 30px;
}

.service.icon-left i.icon-bg + .service-title,
.service.icon-left i.icon-bg + .service-title + p { margin-left: 66px; }

.service.icon-left .service-title,
.service.icon-left p { margin-left: 45px; }

.service.icon-left.reverse { text-align: right; }

.service.icon-left.reverse i { float: right; }

.service.icon-left.reverse i.icon-bg + .service-title,
.service.icon-left.reverse i.icon-bg + .service-title + p {
    margin-left: 0;
    margin-right: 66px;
}

.service.icon-left.reverse .service-title,
.service.icon-left.reverse p {
    margin-left: 0;
    margin-right: 45px;
}

.service.icon-left:hover .icon-bg {
    background-color: #A26834;
    color: #fff;
}

.service.icon-left:hover .icon-bg.custom {
    background-color: #f5a95d;
    color: #fff;
}

.service.icon-left:hover .icon-bg.custom2 {
    background-color: #910b2d;
    color: #fff;
}

.service.icon-left:hover .icon-bg.dark {
    background-color: #2b2b2b;
    color: #fff;
}

.services-group { margin-bottom: 50px; }

.services-group .service-row { margin: 0; }

.services-group .service-row:after {
    clear: both;
    content: '';
    display: table;
}

.services-group .service-row:nth-child(2n) .service.service-box { background-color: #f1f1fa; }

.services-group .service-row:nth-child(2n) .service.service-box:nth-child(2n) { background-color: #f6f6fa; }

.services-group .service-row:nth-child(2n + 1) .service.service-box:nth-child(2n) { background-color: #f1f1fa; }

.services-group .service {
    margin-bottom: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .services-group .service {
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .services-group .service { width: 25%; }
}

.services-group.custom .service-row { margin: 0; }

.services-group.custom .service-row:nth-child(2n) .service.service-box { background-color: #005d9c; }

.services-group.custom .service-row:nth-child(2n) .service.service-box:nth-child(2n) { background-color: #A26834; }

.services-group.custom .service-row:nth-child(2n + 1) .service.service-box { background-color: #A26834; }

.services-group.custom .service-row:nth-child(2n + 1) .service.service-box:nth-child(2n) { background-color: #005d9c; }

.services-group.custom .service { color: #eee; }

.services-group.custom .service .service-title { color: #fff; }

.services-group.custom .service .icon-bg {
    background-color: #f5a95d;
    color: #fff;
}

.services-group.custom .service:hover { background-color: #00548c !important; }

.services-group.dark .service-row { margin: 0; }

.services-group.dark .service-row:nth-child(2n) .service.service-box { background-color: #1c1c1c; }

.services-group.dark .service-row:nth-child(2n) .service.service-box:nth-child(2n) { background-color: #171717; }

.services-group.dark .service-row:nth-child(2n + 1) .service.service-box { background-color: #171717; }

.services-group.dark .service-row:nth-child(2n + 1) .service.service-box:nth-child(2n) { background-color: #1c1c1c; }

.services-group.dark .service { color: #eee; }

.services-group.dark .service .service-title { color: #fff; }

.services-group.dark .service .icon-bg {
    background-color: black;
    color: #fff;
}

.services-group.dark .service:hover { background-color: #0d0d0d !important; }

/* Elements Text Blocks */

.text-block {
    margin-bottom: 30px;
    /* Table Style */
    /* Show bg image on mouseover */
}

@media (min-width: 768px) {
    .text-block { margin-bottom: 40px; }
}

@media (min-width: 768px) {
    .text-block { margin-bottom: 50px; }
}

.text-block .block-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 9px;
}

.text-block .block-title a { color: #222; }

.text-block .block-title a:hover, .text-block .block-title a:focus { color: #A26834; }

.text-block .block-title + .readmore { margin-top: 4px; }

.text-block img {
    display: inline-block;
    height: auto;
    margin-bottom: 18px;
    max-width: 100%;
}

.text-block .block-icon {
    background-color: #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #222;
    dispay: inline-block;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 18px;
    text-align: center;
    width: 48px;
}

.text-block .block-icon.custom {
    background-color: #A26834;
    color: #fff;
}

.text-block .block-icon.custom2 {
    background-color: #c00f3c;
    color: #fff;
}

.text-block .block-icon.dark {
    background-color: #171717;
    color: #fff;
}

.text-block .block-icon.circle { border-radius: 50%; }

.text-block figure {
    margin-bottom: 16px;
    position: relative;
}

.text-block figure a {
    display: block;
    position: relative;
}

.text-block figure a:after {
    background-color: rgba(255, 255, 255, 0.29);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s;
    visibility: hidden;
    z-index: 10;
}

.text-block figure img {
    display: block;
    height: auto;
    max-width: 100%;
    transition: all 0.4s;
}

.text-block figure .block-icon {
    bottom: -14px;
    margin-bottom: 0;
    position: absolute;
    right: 24px;
    z-index: 99;
}

.text-block figure .block-icon.top {
    bottom: auto;
    left: 24px;
    right: auto;
    top: -14px;
}

.text-block figure .block-icon.top-right {
    bottom: auto;
    top: -14px;
}

.text-block p { margin-bottom: 12px; }

.text-block .fa-ul {
    margin-bottom: 12px;
    margin-left: 17px;
    margin-top: -2px;
}

.text-block .fa-ul li .fa-li {
    left: -17px;
    margin-bottom: 4px;
}

.text-block .fa-ul li a {
    color: #222;
    text-decoration: underline;
}

.text-block .fa-ul li a:hover, .text-block .fa-ul li a:focus { color: #A26834; }

.text-block .readmore {
    background-color: #eaeaea;
    border-radius: 4px;
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 13px;
    transition: all 0.4s;
}

.text-block .readmore:hover, .text-block .readmore:focus, .text-block .readmore.custom {
    background-color: #A26834;
    color: #fff;
}

.text-block .readmore.custom:hover, .text-block .readmore.custom:focus {
    background-color: #f5a95d;
    color: #fff;
}

.text-block .readmore.custom2 {
    background-color: #c00f3c;
    color: #fff;
}

.text-block .readmore.custom2:hover, .text-block .readmore.custom2:focus {
    background-color: #a80d35;
    color: #fff;
}

.text-block .readmore.dark {
    background-color: #171717;
    color: #f1f1f1;
}

.text-block .readmore.dark:hover, .text-block .readmore.dark:focus {
    background-color: #313131;
    color: #fff;
}

.text-block:after {
    clear: both;
    content: '';
    display: table;
}

.text-block:hover figure a:after {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .text-block.block-table {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .text-block.block-table .block-cell {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

    .text-block.block-table .block-cell.cell-image {
        margin-bottom: 0;
        padding-right: 20px;
    }
}

.text-block.hover-bg {
    background-position: center center;
    background-size: cover;
    padding: 15px;
    position: relative;
    transition: all 0.4s;
}

.text-block.hover-bg * {
    position: relative;
    z-index: 5;
}

.text-block.hover-bg:after {
    background-color: #A26834;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s;
    visibility: hidden;
    z-index: 2;
}

.text-block.hover-bg.dark:after { background-color: #171717; }

.text-block.hover-bg.custom2:after { background-color: #c00f3c; }

.text-block.hover-bg:hover:after, .text-block.hover-bg:focus:after {
    opacity: 0.5;
    visibility: visible;
}

.text-block.hover-bg.light, .text-block.hover-bg:hover, .text-block.hover-bg:focus { color: #fff; }

.text-block.hover-bg.light .block-title, .text-block.hover-bg:hover .block-title, .text-block.hover-bg:focus .block-title { color: #fff; }

.text-block.hover-bg.light .block-title, .text-block.hover-bg:hover .block-title, .text-block.hover-bg:focus .block-title { color: #fff; }

.text-block.hover-bg.light a:not(.readmore), .text-block.hover-bg:hover a:not(.readmore), .text-block.hover-bg:focus a:not(.readmore) { color: #fff; }

.text-block.hover-bg.light a:not(.readmore):hover, .text-block.hover-bg.light a:not(.readmore):focus, .text-block.hover-bg:hover a:not(.readmore):hover, .text-block.hover-bg:hover a:not(.readmore):focus, .text-block.hover-bg:focus a:not(.readmore):hover, .text-block.hover-bg:focus a:not(.readmore):focus { color: #c00f3c; }

/* Elements Tables */

.table { margin-bottom: 30px; }

.table thead > tr {
    border-bottom: 1px solid #A26834;
    border-top: 1px solid #A26834;
}

.table thead > tr > th {
    background-color: #A26834;
    border-bottom: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 18px;
    text-transform: uppercase;
}

.table tbody > tr {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.table tbody > tr > td {
    padding: 12px 18px;
    vertical-align: middle;
}

.table tbody > tr.active > td:first-child { background-color: #f6f6fa; }

.table tbody > tr.success > td:first-child { background-color: #dff0d8; }

.table tbody > tr.danger > td:first-child { background-color: #f2dede; }

.table tbody > tr.info > td:first-child { background-color: #d9edf7; }

.table tbody > tr.warning > td,
.table tbody > tr.warning > th,
.table tbody > tr.warning > td:first-child { background-color: #fddfaf; }

.table.table-condensed > thead > tr > th,
.table.table-condensed > thead > tr > td { padding: 10px 15px; }

.table.table-condensed > tbody > tr > th,
.table.table-condensed > tbody > tr > td { padding: 10px 15px; }

.table.table-condensed > tfoot > tr > th,
.table.table-condensed > tfoot > tr > td { padding: 10px 15px; }

.table.table-bordered > thead > tr > th,
.table.table-bordered > thead > tr > td { border-color: #fff; }

.table.table-bordered > tbody > tr > th,
.table.table-bordered > tbody > tr > td { border-color: #eaeaea; }

.table.table-bordered > tfoot > tr > th,
.table.table-bordered > tfoot > tr > td { border-color: #eaeaea; }

.table.table-colored > thead > tr { border: none !important; }

.table.table-colored > thead > tr > th,
.table.table-colored > thead > tr > td {
    border: none !important;
    color: #323232;
}

.table.table-colored > tbody > tr { border: none !important; }

.table.table-colored > tbody > tr > td { border: none !important; }

.table.table-hover tbody > tr:hover { background-color: #f9f9fe; }

/* Elements Callouts */

.container > .callout {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .container > .callout {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.callout {
    background-color: #f6f6fa;
    margin-bottom: 50px;
    padding: 35px 0;
    width: 100%;
}

.callout .callout-title {
    color: #2a2a2a;
    line-height: 1.5;
}

.callout small {
    color: #323232;
    font-size: 85%;
}

.callout.callout-half { margin-bottom: 0; }

.callout.callout-half form {
    max-width: 450px;
    position: relative;
}

.callout.callout-half form .btn {
    bottom: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.callout.callout-half .form-control {
    border-color: #bbb;
    border-width: 2px;
    height: 44px;
    margin-bottom: 0;
    padding: 11px 110px 11px 20px;
}

.callout.callout-half .form-control:focus { border-color: #9a9a9a; }

.callout.callout-half small { font-size: 75%; }

.callout.callout-half.dark .form-control {
    background-color: #191919;
    border-color: #0b0b0b;
    color: #fff;
}

.callout.callout-half.dark .form-control:focus { border-color: #000; }

.callout.callout-half.custom .form-control {
    background-color: #f5a95d;
    border-color: #f5a95d;
    color: #fff;
}

.callout.callout-half.custom .form-control:focus { border-color: #00416e; }

.callout.callout-half.dark .form-control::-moz-placeholder, .callout.callout-half.custom .form-control::-moz-placeholder { color: #dedede; }

.callout.callout-half.dark .form-control:-ms-input-placeholder, .callout.callout-half.custom .form-control:-ms-input-placeholder { color: #dedede; }

.callout.callout-half.dark .form-control::-webkit-input-placeholder, .callout.callout-half.custom .form-control::-webkit-input-placeholder { color: #dedede; }

@media (min-width: 768px) {
    .callout,
    .callout > .container { display: table; }

    .callout .left,
    .callout .right {
        display: table-cell;
        vertical-align: middle;
    }

    .callout .right {
        padding-left: 20px;
        text-align: right;
    }

    .callout .callout-title { margin-bottom: 0; }

    .callout.callout-half {
        padding-bottom: 35px;
        padding-top: 35px;
        position: relative;
    }

    .callout.callout-half > .container {
        position: relative;
        table-layout: fixed;
        z-index: 1;
    }

    .callout.callout-half > .container .left {
        padding-right: 40px;
        width: 50%;
    }

    .callout.callout-half > .container .right {
        padding-left: 40px;
        width: 50%;
    }

    .callout.callout-half form {
        margin-left: auto;
        margin-right: auto;
    }

    .callout.callout-half:before {
        background-color: #eaeaea;
        bottom: 0;
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .callout.callout-half.dark:before { background-color: #131313; }

    .callout.callout-half.custom:before { background-color: #005d9c; }
}

.callout.dark {
    background-color: #202020;
    color: #9e9e9e;
}

.callout.dark .callout-title { color: #fff; }

.callout.dark small { color: #9e9e9e; }

.callout.custom {
    background-color: #A26834;
    color: #17a1ff;
}

.callout.custom .callout-title { color: #fff; }

.callout.custom small { color: #17a1ff; }

/* Elements Alerts */

.alert {
    border-radius: 0;
    padding: 10px 20px;
}

.alert.alert-dismissable {
    padding-right: 40px;
    position: relative;
}

.alert.alert-dismissable .close {
    -ms-transform: translateY(-50%);
    display: inline-block;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.alert .alert-icon {
    display: inline-block;
    font-size: 1.75em;
    margin-right: 5px;
    min-width: 30px;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .alert .alert-icon {
        font-size: 1.2em;
        min-width: 0;
    }
}

.alert.alert-success {
    background-color: #43A047;
    border-color: #1B5E20;
    color: #f1f1f1;
}

.alert.alert-success .alert-link { color: #81C784; }

.alert.alert-success .alert-link:hover, .alert.alert-success .alert-link:focus { color: #a4d7a6; }

.alert.alert-info {
    background-color: #039BE5;
    border-color: #297db3;
    color: #f1f1f1;
}

.alert.alert-info .alert-link { color: #4FC3F7; }

.alert.alert-info .alert-link:hover, .alert.alert-info .alert-link:focus { color: #80d4f9; }

.alert.alert-warning {
    background-color: #f4b907;
    border-color: #d87d1b;
    color: #f1f1f1;
}

.alert.alert-warning .alert-link { color: #FDD835; }

.alert.alert-warning .alert-link:hover, .alert.alert-warning .alert-link:focus { color: #fee268; }

.alert.alert-danger {
    background-color: #d50000;
    border-color: #c30a0a;
    color: #f1f1f1;
}

.alert.alert-danger .alert-link { color: #ef5350; }

.alert.alert-danger .alert-link:hover, .alert.alert-danger .alert-link:focus { color: #f3817f; }

/* Elements Counters */

.count-title {
    font-size: 14px;
    margin-bottom: 30px;
}

.count {
    color: #A26834;
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.count-icon {
    background-color: #f6f6fa;
    border-radius: 50%;
    color: #A26834;
    display: inline-block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    text-align: center;
    width: 36px;
}

.count-icon.custom {
    background-color: #A26834;
    color: #fff;
}

.count-icon.gray {
    background-color: #f0f0f0;
    color: #222;
}

.count-icon.dark {
    background-color: #171717;
    color: #fff;
}

@media (min-width: 481px) {
    .count-container .count-icon { float: left; }

    .count-container .count,
    .count-container .count-title { margin-left: 52px; }

    .count-container .count { margin-top: -6px; }

    .count-container:after {
        clear: both;
        content: '';
        display: table;
    }
}

@media (max-width: 479px) {
    .count-container { text-align: center; }
}

.count-box {
    background-color: #eaeaea;
    margin-bottom: 30px;
    padding: 15px 15px 25px;
    transition: background 0.4s;
    /* Custom count box */
    /* Dark count box */
}

.count-box .count-title { margin-bottom: 0; }

.count-box .count-icon { margin-top: 5px; }

.count-box:hover { background-color: #e1e1e1; }

.count-box.custom {
    background-color: #A26834;
    color: #fff;
}

.count-box.custom .count,
.count-box.custom .count-title { color: #fff; }

.count-box.custom .count-icon { background-color: #f5a95d; }

.count-box.custom:hover { background-color: #005d9c; }

.count-box.dark {
    background-color: #171717;
    color: #fff;
}

.count-box.dark .count { color: #A26834; }

.count-box.dark .count-title { color: #fff; }

.count-box.dark .count-icon {
    background-color: #A26834;
    color: #fff;
}

.count-box.dark:hover { background-color: #0e0e0e; }

/* More Elements */

/* Bootstrap Carousel */

.carousel .item img {
    max-width: none;
    width: 100%;
}

.carousel .item .carousel-caption {
    font-size: 15px;
    text-shadow: none;
}

.carousel-control {
    background-color: rgba(0, 105, 176, 0.5);
    bottom: auto;
    color: #fff;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
    opacity: 1;
    text-shadow: none;
    top: 50%;
    transition: background 0.4s;
    width: 38px;
}

.carousel-control:hover, .carousel-control:focus { background-color: rgba(16, 16, 16, 0.5); }

.carousel-control.left {
    background-image: none;
    border-radius: 0;
}

.carousel-control.right {
    background-image: none;
    border-radius: 0;
}

/* Bootstrap Tooltip */

.tooltip { font-family: "Open Sans", Arial, sans-serif; }

.tooltip-inner {
    border-radius: 0;
    padding: 4px 9px;
}

/* Bootstrap Modal*/

@media (min-width: 768px) {
    .modal-dialog { width: 480px; }

    .modal-dialog.modal-sm { width: 360px; }
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-content .modal-header {
    background-color: #A26834;
    border: none;
}

.modal-content .modal-header .modal-title { color: #fff; }

.modal-content .modal-header .close { margin-top: 2px; }

.modal-body .form-group:last-child,
.modal-body .form-group:last-child .form-control { margin-bottom: 6px; }

.modal-footer { padding: 10px 15px; }

/* Paginations */

.pagination-container {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin: 0 0 90px;
    padding: 12px 0;
}

.pagination-container label,
.pagination-container .pagination { vertical-align: middle; }

.pagination-container label {
    margin-bottom: 0;
    margin-top: 5px;
}

@media (max-width: 360px) {
    .pagination-container label { display: none; }
}

.pagination-container .pagination { float: right; }

.pagination-container:after {
    clear: both;
    content: '';
    display: table;
}

.pagination { margin: 0; }

.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #337ab7;
    color: #222;
    float: left;
    padding: 6px 13px;
    text-decoration: none;
    transition: all 0.45s;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    color: #222;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span { border-radius: 0; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    min-width: 35px;
    text-align: center;
}

.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
    font-weight: 600;
}

/* ----------- 4.Pricing --------------
--------------------------------------*/

.pricing-table {
    color: #555;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    position: relative;
    text-align: center;
}

@media (min-width: 991px) {
    .pricing-table { margin-bottom: 60px; }
}

.pricing-table header {
    background-color: #A26834;
    color: #fff;
    padding: 21px 0 22px;
}

.pricing-table header .pricing-title {
    border-bottom: 1px solid #0078ca;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 19px;
}

.pricing-table header .price {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.pricing-table header .price span {
    font-size: 50%;
    vertical-align: super;
}

.pricing-table header .price-dur {
    display: block;
    font-size: 13px;
}

.pricing-table .pricing-body {
    background-color: #f6f6fa;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 23px 25px;
}

.pricing-table .pricing-body .desc {
    font-size: 12px;
    padding: 0 20px;
}

.pricing-table .pricing-body .desc:last-child { margin-bottom: 0; }

.pricing-table .pricing-body ul { margin-bottom: 15px; }

.pricing-table .pricing-body ul:last-child { margin-bottom: 0; }

.pricing-table .pricing-body ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 7px 0;
}

.pricing-table .pricing-body ul li:first-child { border-top: 1px solid #eee; }

.pricing-table .pricing-body ul li i {
    color: #6e6e6e;
    margin-right: 8px;
}

.pricing-table .pricing-body ul li.disabled { text-decoration: line-through; }

.pricing-table .pricing-body .price-action { margin-top: 20px; }

.pricing-table .badge.hot {
    -ms-transform: rotate(14deg);
    background-color: #c00f3c;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 12px;
    transform: rotate(14deg);
    width: 54px;
}

@media (min-width: 992px) {
    .pricing-table.active { margin-top: -20px; }

    .pricing-table.active header {
        padding-bottom: 23px;
        padding-top: 30px;
    }

    .pricing-table.active header .pricing-title {
        font-weight: 400;
        margin-bottom: 21px;
        padding-bottom: 29px;
    }
}

.pricing-table.dark header { background-color: #171717; }

.pricing-table.dark header .pricing-title { border-bottom-color: #444; }

.pricing-table.dark .badge.hot { background-color: #A26834; }

/* ----------- 5.Headers ---------------
--------------------------------------*/

/* Header Main */

.header {
    background-color: #fff;
    position: relative;
}

.header a { color: #222; }

.header a:hover, .header a:focus { color: #A26834; }

.header .header-dropdown .dropdown-menu {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px;
    margin-top: 0;
}

.header .header-dropdown .dropdown-menu > li > a { padding: 4px 13px; }

.header .header-dropdown .dropdown-menu > li > a:hover, .header .header-dropdown .dropdown-menu > li > a:focus {
    background-color: #A26834;
    color: #fff;
}

.header .header-dropdown.open .dropdown-menu, .header .header-dropdown:hover .dropdown-menu, .header .header-dropdown:focus .dropdown-menu { display: block; }

/* Header Top */

.header-top {
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.header-top .header-dropdown > a {
    background-color: #f0f0fa;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #444;
    display: inline-block;
    margin-bottom: -1px;
    padding: 7.5px 13px;
}

.header-top .header-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    min-width: 100%;
    padding: 0;
}

.header-top .header-dropdown + .top-menu { margin-right: 25px; }

.header-top .header-dropdown + .top-links { margin-right: 15px; }

@media (min-width: 768px) {
    .header-top .header-dropdown + .top-links { margin-right: 25px; }
}

.header-top .header-dropdown + .header-dropdown { margin-left: -1px; }

.header-top .header-dropdown:nth-of-type(2n) > a { background-color: #f6f6fa; }

.header-top .header-dropdown.open > a, .header-top .header-dropdown:hover > a, .header-top .header-dropdown:focus > a {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

.header-top .top-menu { font-size: 0; }

@media (max-width: 767px) {
    .header-top .top-menu { display: none; }
}

.header-top .top-menu li {
    display: inline-block;
    font-size: 12px;
}

.header-top .top-menu li a {
    display: inline-block;
    padding: 7px 0;
    position: relative;
}

.header-top .top-menu li a:before {
    background-color: #A26834;
    bottom: -1px;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all 0.3s;
}

.header-top .top-menu li + li:before {
    color: #6a6a6a;
    content: '•';
    margin: 0 7px;
}

.header-top .top-menu li.active a, .header-top .top-menu li:hover a, .header-top .top-menu li:focus a { color: #A26834; }

.header-top .top-menu li.active a:before, .header-top .top-menu li:hover a:before, .header-top .top-menu li:focus a:before {
    left: 0;
    right: 0;
}

.header-top .top-text {
    color: #666;
    display: none;
    margin: 7px 0;
}

@media (min-width: 992px) {
    .header-top .top-text { display: block; }

    .header-top .top-text + .top-links { margin-left: 15px; }
}

.header-top .top-links {
    font-size: 0;
    margin: 7px 0;
}

.header-top .top-links a {
    color: #A26834;
    display: inline-block;
    font-size: 12px;
}

.header-top .top-links a:hover, .header-top .top-links a:focus { color: #323232; }

.header-top .top-links a + a:before {
    color: #6a6a6a;
    content: '/';
    margin: 0 5px;
}

.header-top .social-icons .social-icon {
    border-right: 1px solid #eee;
    color: #aeaeae;
    display: inline-block;
    line-height: 35px;
    margin: 0;
    min-width: 36px;
    text-align: center;
    transition: all 0.4s;
}

.header-top .social-icons .social-icon:first-child { border-left: 1px solid #eee; }

.header-top .social-icons .social-icon:hover, .header-top .social-icons .social-icon:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

@media (min-width: 768px) {
    .header-top .social-icons + .top-links { margin-left: 20px; }
}

/* Site Logo */

.site-logo {
    display: block;
    float: left;
    margin: 36px 0;
}

.site-logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.header-info-boxes {
    float: right;
    font-size: 0;
    margin-top: 35px;
}

.cart-dropdown + .header-info-boxes { margin-right: 15px; }

@media (max-width: 991px) {
    .header-info-boxes { display: none; }
}

.header-info-boxes .header-info-box {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding-left: 50px;
    position: relative;
}

.header-info-boxes .header-info-box i {
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #5e5e5e;
    font-size: 16px;
    height: 36px;
    left: 0;
    line-height: 37px;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 36px;
}

.header-info-boxes .header-info-box i.custom {
    background-color: #A26834;
    color: #fff;
}

.header-info-boxes .header-info-box i.dark {
    background-color: #3b3b3b;
    color: #fff;
}

.header-info-boxes .header-info-box .info-box-title {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 2px;
    text-transform: uppercase;
}

.header-info-boxes .header-info-box p { margin-bottom: 0; }

.header-info-boxes .header-info-box + .header-info-box { margin-left: 49px; }

.header-info-boxes .header-info-box + .header-info-box:before {
    background-color: #eaeaea;
    content: '';
    display: block;
    height: 24px;
    left: -25px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 1px;
}

/* Header Bottom */

.header-bottom { background-color: #f6f6fa; }

/* Search Form Dropdown */

.dropdown.search-dropdown .dropdown-menu {
    min-width: 260px;
    padding: 11px 12px;
}

.dropdown.search-dropdown .dropdown-menu form { position: relative; }

.dropdown.search-dropdown .dropdown-menu .form-control {
    border-color: #e1e1e1;
    margin-bottom: 0;
    padding-right: 53px;
}

.dropdown.search-dropdown .dropdown-menu .btn {
    font-size: 14px;
    min-width: 38px;
    padding: 8px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.dropdown.search-dropdown .dropdown-menu .btn i { margin: 0; }

/* Cart Dropdown */

.dropdown.cart-dropdown {
    float: right;
    /* Gray Cart Icon */
    /* Dark Cart Icon */
}

@media (max-width: 767px) {
    .dropdown.cart-dropdown { position: static; }

    .navbar-nav .dropdown.cart-dropdown {
        float: none;
        position: relative;
    }
}

.dropdown.cart-dropdown > a {
    color: #A26834;
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-top: 50px;
    position: relative;
}

.navbar-nav .dropdown.cart-dropdown > a {
    font-size: 28px;
    padding: 7px 15px;
}

@media (max-width: 767px) {
    .navbar-nav .dropdown.cart-dropdown > a { display: block; }
}

.dropdown.cart-dropdown > a > span {
    display: inline-block;
    position: relative;
}

.dropdown.cart-dropdown > a .dcart-total-count {
    -ms-transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    bottom: 5px;
    color: #A26834;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    left: 50%;
    line-height: 14px;
    min-width: 14px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    transition: all 0.4s;
}

.navbar-nav .dropdown.cart-dropdown > a .dcart-total-count { bottom: 2px; }

.dropdown.cart-dropdown.open > a, .dropdown.cart-dropdown:hover > a, .dropdown.cart-dropdown:focus > a { color: #005d9c; }

.dropdown.cart-dropdown.gray > a { color: #c7c7c7; }

.dropdown.cart-dropdown.gray > a .dcart-total-count {
    background-color: #A26834;
    color: #fff;
}

.dropdown.cart-dropdown.gray.open > a, .dropdown.cart-dropdown.gray:hover > a, .dropdown.cart-dropdown.gray:focus > a { color: #A26834; }

.dropdown.cart-dropdown.gray.open > a .dcart-total-count, .dropdown.cart-dropdown.gray:hover > a .dcart-total-count, .dropdown.cart-dropdown.gray:focus > a .dcart-total-count {
    background-color: #fff;
    color: #A26834;
}

.dropdown.cart-dropdown.dark > a { color: #333; }

.dropdown.cart-dropdown.dark > a .dcart-total-count {
    background-color: #fff;
    color: #444;
}

.dropdown.cart-dropdown.dark.open > a, .dropdown.cart-dropdown.dark:hover > a, .dropdown.cart-dropdown.dark:focus > a { color: #202020; }

.dropdown.cart-dropdown .dropdown-menu {
    left: 0;
    padding: 15px 18px 18px;
    right: 0;
    width: auto;
}

@media (min-width: 768px) {
    .dropdown.cart-dropdown .dropdown-menu {
        left: auto;
        right: 0;
        width: 320px;
    }
}

.dropdown.cart-dropdown .dropdown-menu > p {
    font-size: 13px;
    margin-bottom: 13px;
}

.dropdown.cart-dropdown .dropdown-menu > p span {
    color: #323232;
    font-size: 15px;
    font-weight: 600;
}

.dropdown.cart-dropdown .dcart-products {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 18px;
    padding: 20px 0 2px;
}

.dropdown.cart-dropdown .product {
    border: none;
    margin-bottom: 18px;
    padding: 0;
    position: relative;
}

.dropdown.cart-dropdown .product:after {
    clear: both;
    content: '';
    display: table;
}

.dropdown.cart-dropdown .product figure { float: left; }

.dropdown.cart-dropdown .product figure img {
    height: auto !important;
    width: 80px !important;
}

.dropdown.cart-dropdown .product .product-meta { padding-left: 100px; }

.dropdown.cart-dropdown .product .product-title {
    font-size: 13px;
    margin-bottom: 6px;
    max-width: 150px;
}

.dropdown.cart-dropdown .product .product-quantity {
    color: #6a6a6a;
    font-size: 12px;
    margin-bottom: 0;
}

.dropdown.cart-dropdown .product .product-price-container {
    bottom: auto;
    left: auto;
    line-height: 1.1;
    margin-bottom: 0;
    position: static;
}

.dropdown.cart-dropdown .product .product-price-container .product-old-price,
.dropdown.cart-dropdown .product .product-price-container .product-price { font-size: 14px; }

.dropdown.cart-dropdown .product .product-price-container .product-old-price + .product-price { margin-top: 4px; }

.dropdown.cart-dropdown .product .delete-btn {
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%;
}

.dropdown.cart-dropdown .product.last-child { margin-bottom: 0; }

.dropdown.cart-dropdown .dcart-action-container:after {
    clear: both;
    content: '';
    display: table;
}

.dropdown.cart-dropdown .dcart-action-info {
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding-top: 0;
}

.dropdown.cart-dropdown .dcart-action-info p {
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-bottom: 0;
}

.dropdown.cart-dropdown .dcart-action-info p span {
    color: #323232;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.dropdown.cart-dropdown .dcart-action-info p:last-child { margin-bottom: 0; }

.dropdown.cart-dropdown .dcart-action-info p:last-child span {
    color: #A26834;
    font-weight: 700;
}

.dropdown.cart-dropdown .dcart-action {
    float: right;
    width: 110px;
}

.dropdown.cart-dropdown .dcart-action .btn {
    display: block;
    font-size: 12px;
}

.dropdown.cart-dropdown .dcart-action .btn + .btn { margin-top: 4px; }

/* Menu Styles */

/* Navbar Nav - Menu */

@media (min-width: 768px) {
    #main-nav-container { position: relative; }
}

@media (max-width: 767px) {
    #main-nav-container {
        margin: 0 !important;
        width: 100%;
    }

    #main-nav-container.max-height { max-height: 380px; }
}

#main-nav-container .container { padding: 0; }

@media (min-width: 768px) {
    #main-nav-container .container {
        padding: 0;
        width: 720px;
    }

    #main-nav-container .container [class*="col-"] { padding: 0; }
}

@media (min-width: 992px) {
    #main-nav-container .container { width: 940px; }
}

@media (min-width: 1200px) {
    #main-nav-container .container { width: 1140px; }
}

#main-nav-container .container-fluid { padding: 0; }

@media (min-width: 768px) {
    #main-nav-container .container-fluid [class*="col-"] { padding: 0; }
}

/* Menu - Navbar Nav */

.navbar-nav { margin: 0 0 15px; }

.navbar-nav a { color: #222; }

.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-nav > li li a > span { position: relative; }

@media (max-width: 767px) {
    .navbar-nav { background-color: #e6e6e6; }

    .navbar-nav > li.pull-right { float: none !important; }

    .navbar-nav > li .visible-inline-xs { margin-right: 7px; }

    .navbar-nav > li.open > a, .navbar-nav > li.open > a:hover, .navbar-nav > li.open > a:focus { background-color: #f1f1f1; }

    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { background-color: #f1f1f1; }

    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }

    .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; }

    .navbar-nav .open .dropdown-menu li li a { padding-left: 35px; }

    .navbar-nav .open .dropdown-menu li li li a { padding-left: 45px; }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
        /* Reverse Dropdown Menu - To Prevernt Overflow */
    }

    .navbar-nav > li .visible-inline-xs { display: none; }

    .navbar-nav > li + li { margin-left: 2px; }

    .navbar-nav > li.reverse .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-nav > li.reverse .dropdown-menu .dropdown-menu {
        left: auto;
        right: 100%;
    }

    .navbar-nav > li > a {
        font-weight: 600;
        padding: 12px 15px;
        position: relative;
    }

    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        background: inherit;
        color: inherit;
    }

    .navbar-nav > li > a:before {
        background-color: #A26834;
        content: '';
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        right: 50%;
        top: 0;
        transition: all 0.3s;
    }

    .navbar-nav > li.open > a, .navbar-nav > li.open > a:hover, .navbar-nav > li.open > a:focus, .navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus {
        background: #fff;
        color: #A26834;
    }

    .navbar-nav > li.open > a:before, .navbar-nav > li.open > a:hover:before, .navbar-nav > li.open > a:focus:before, .navbar-nav > li.active > a:before, .navbar-nav > li.active > a:hover:before, .navbar-nav > li.active > a:focus:before {
        left: 0;
        right: 0;
    }

    .navbar-nav > li.megamenu-container { position: static; }

    .container-fluid .navbar-nav > li.megamenu-container .megamenu { right: 15px; }

    .navbar-nav > li .dropdown-menu { box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1); }

    .navbar-nav > li .dropdown-menu.megamenu { box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1), -3px 3px 3px 0 rgba(0, 0, 0, 0.1); }

    .navbar-nav > li .dropdown-menu .dropdown-menu {
        box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -1px 1px 3px 0 rgba(0, 0, 0, 0.1);
        left: 100%;
        top: -4px;
    }
}

.navbar-nav .angle {
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 13px/18px FontAwesome;
    font-size: inherit;
    margin: 0 0 0 3px;
    text-rendering: auto;
    transform: translate(0, 0);
}

@media (max-width: 767px) {
    .navbar-nav .angle { float: right; }
}

.navbar-nav .angle:before { content: "\f107"; }

.navbar-nav .dropdown-menu {
    background: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 100%);
    background-color: #fff;
    border: none;
    border-radius: 0;
    float: left;
    font-size: 13px;
    list-style: none;
    margin: 0;
    min-width: 180px;
    min-width: 190px;
    padding: 4px 0;
    text-align: left;
}

.navbar-nav .dropdown-menu > li > a {
    color: #222;
    padding: 6px 15px;
    transition: all 0.1s;
    white-space: normal;
}

.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #A26834;
    color: #fff;
}

.navbar-nav .dropdown-menu > li.open > a, .navbar-nav .dropdown-menu > li.open > a:hover, .navbar-nav .dropdown-menu > li.open > a:focus {
    background-color: #A26834;
    color: #fff;
}

.navbar-nav .dropdown-menu.megamenu {
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
}

.navbar-nav .dropdown-menu.megamenu .row { margin: 0; }

@media (max-width: 767px) {
    .navbar-nav .dropdown-menu.megamenu [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav .dropdown-menu.megamenu [class*="col-"]:not(:last-child) {
        border-bottom: 1px solid #eee;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}

.navbar-nav .dropdown-menu.megamenu a {
    display: block;
    padding: 4px 15px;
    position: relative;
    transition: all 0.1s;
}

.navbar-nav .dropdown-menu.megamenu a > span { position: relative; }

.navbar-nav .dropdown-menu.megamenu a:hover, .navbar-nav .dropdown-menu.megamenu a:focus {
    background-color: #A26834;
    color: #fff;
}

.navbar-nav .dropdown-menu.megamenu .megamenu-title {
    font-weight: 600;
    padding-left: 30px;
    position: relative;
}

.navbar-nav .dropdown-menu.megamenu .megamenu-title:before {
    background-color: #222;
    content: '';
    display: block;
    height: 1px;
    left: 15px;
    margin-top: -0.5px;
    position: absolute;
    top: 50%;
    width: 7px;
}

.navbar-nav .dropdown-menu.megamenu .megamenu-title:hover:before, .navbar-nav .dropdown-menu.megamenu .megamenu-title:focus:before { background-color: #fff; }

.navbar-nav .dropdown-menu .angle { float: right; }

@media (min-width: 768px) {
    .navbar-nav .dropdown-menu .angle:before { content: '\f105'; }
}

.navbar-collapse { padding: 0; }

/* Mobile Menu Toggle Button */

.navbar-toggle,
.menu-toggle,
.sidemenu-toggle {
    background-color: #e6e6e6;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #222;
    float: left;
    font-size: 0;
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 8px;
    padding: 5px 8px;
    transition: all 0.4s;
}

.navbar-toggle:after,
.menu-toggle:after,
.sidemenu-toggle:after {
    clear: both;
    content: '';
    display: table;
}

.navbar-toggle .toggle-text,
.navbar-toggle .toggle-wrapper,
.menu-toggle .toggle-text,
.menu-toggle .toggle-wrapper,
.sidemenu-toggle .toggle-text,
.sidemenu-toggle .toggle-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.navbar-toggle .toggle-text,
.menu-toggle .toggle-text,
.sidemenu-toggle .toggle-text {
    font-size: 13px;
    font-weight: 600;
    margin-right: 7px;
    text-transform: uppercase;
}

.navbar-toggle .icon-bar,
.menu-toggle .icon-bar,
.sidemenu-toggle .icon-bar {
    background-color: #222;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar,
.menu-toggle .icon-bar + .icon-bar,
.sidemenu-toggle .icon-bar + .icon-bar { margin-top: 3px; }

.navbar-toggle.dark,
.menu-toggle.dark,
.sidemenu-toggle.dark {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    color: #fff;
}

.navbar-toggle.dark .icon-bar,
.menu-toggle.dark .icon-bar,
.sidemenu-toggle.dark .icon-bar { background-color: #fff; }

.navbar-toggle:hover, .navbar-toggle:focus,
.menu-toggle:hover,
.menu-toggle:focus,
.sidemenu-toggle:hover,
.sidemenu-toggle:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar,
.menu-toggle:hover .icon-bar,
.menu-toggle:focus .icon-bar,
.sidemenu-toggle:hover .icon-bar,
.sidemenu-toggle:focus .icon-bar { background-color: #fff; }

/* Menu-Navbar Tip - Hot - New - Popular */

.tip {
    background-color: #A26834;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 0.9;
    margin-right: -28px;
    padding: 3px 5px 4px;
    position: absolute;
    right: 50%;
    top: -8px;
}

@media (max-width: 767px) {
    .tip {
        left: 48px;
        margin-right: 0;
        right: auto;
        top: -5px;
        /* Hide tips for first li elems on mobile */
    }

    .navbar-nav > li > a > .tip { display: none; }
}

.tip:after {
    border-color: #A26834 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 0;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 100%;
    width: 0;
}

.tip.hot { background-color: #E91E63; }

.tip.hot:after { border-top-color: #E91E63; }

.tip.new { background-color: #4CAF50; }

.tip.new:after { border-top-color: #4CAF50; }

.tip.soon { background-color: #FBC02D; }

.tip.soon:after { border-top-color: #FBC02D; }

.navbar-nav li li .tip,
.side-menu .tip {
    -ms-transform: translateY(-50%);
    left: 100%;
    margin-left: 10px;
    margin-right: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav li li .tip:after,
.side-menu .tip:after {
    border-color: transparent transparent #A26834 transparent;
    border-width: 0 0 5px 5px;
    left: auto;
    margin-left: 0;
    margin-top: -3px;
    right: 100%;
    top: 50%;
}

.navbar-nav li li .tip.hot:after,
.side-menu .tip.hot:after { border-bottom-color: #E91E63; }

.navbar-nav li li .tip.new:after,
.side-menu .tip.new:after { border-bottom-color: #4CAF50; }

.navbar-nav li li .tip.soon:after,
.side-menu .tip.soon:after { border-bottom-color: #FBC02D; }

/* Header Version 2 */

.header.header2:after {
    clear: both;
    content: '';
    display: table;
}

@media (min-width: 768px) {
    .header.header2 .header-inner .container { position: relative; }
}

@media (min-width: 768px) {
    .header.header2 .navbar-collapse {
        float: right;
        position: static !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header.header2 .navbar-collapse {
        display: block;
        float: left;
        width: 100%;
    }
}

.header.header2 .dropdown.header-dropdown .dropdown-menu { border-color: #f0f0f6; }

@media (max-width: 767px) {
    .header.header2 .dropdown.cart-dropdown > a { padding-left: 15px; }
}

@media (min-width: 768px) {
    .header.header2 .navbar-nav > li { padding-bottom: 8px; }
}

@media (min-width: 992px) {
    .header.header2 .navbar-nav > li {
        padding-bottom: 33px;
        padding-top: 33px;
    }
}

@media (min-width: 768px) {
    .header.header2 .navbar-nav > li > a {
        border-radius: 20px;
        padding-bottom: 8px;
        padding-top: 8px;
        position: relative;
    }

    .header.header2 .navbar-nav > li > a:before { display: none; }
}

.header.header2 .navbar-nav > li.open > a, .header.header2 .navbar-nav > li.open > a:hover, .header.header2 .navbar-nav > li.open > a:focus, .header.header2 .navbar-nav > li.active > a, .header.header2 .navbar-nav > li.active > a:hover, .header.header2 .navbar-nav > li.active > a:focus { background: #f0f0f6; }

@media (min-width: 768px) {
    .header.header2 .navbar-nav .dropdown-menu { border-top: 1px solid #f0f0f6; }
}

@media (min-width: 768px) {
    .header.header2 .navbar-nav .dropdown-menu.megamenu { left: 15px; }
}

.header.header2 .navbar-nav .dropdown.cart-dropdown > a {
    color: inherit;
    font-size: 20px;
}

.header.header2 .navbar-nav .dropdown.cart-dropdown > a .dcart-total-count {
    -ms-transform: none;
    background-color: #A26834;
    bottom: -2px;
    color: #fff;
    left: auto;
    right: -6px;
    transform: none;
}

.header.header2 .navbar-toggle {
    float: right;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 4px 5px;
}

.header.header2 .navbar-toggle .toggle-text { margin-right: 5px; }

.header.header2 .navbar-toggle .icon-bar { width: 20px; }

@media (max-width: 991px) and (min-width: 768px) {
    .header.header2.header-nocollapse-sm .navbar-collapse {
        float: right !important;
        width: auto;
    }

    .header.header2.header-nocollapse-sm .navbar-collapse .navbar-nav > li {
        padding-bottom: 33px;
        padding-top: 33px;
    }
}

.header.header2.transparent {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.header.header2.transparent.light { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

@media (min-width: 768px) {
    .header.header2.transparent.light .navbar-nav > li > a { color: #fff; }
}

@media (min-width: 768px) {
    .header.header2.transparent.light .navbar-nav > li.open > a, .header.header2.transparent.light .navbar-nav > li.open > a:hover, .header.header2.transparent.light .navbar-nav > li.open > a:focus, .header.header2.transparent.light .navbar-nav > li.active > a, .header.header2.transparent.light .navbar-nav > li.active > a:hover, .header.header2.transparent.light .navbar-nav > li.active > a:focus {
        background: #fff;
        color: #A26834;
    }
}

/* Header Boxed Absolute position */

.header-container > .container { position: relative; }

.header.header2.header-boxed {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 999;
}

@media (min-width: 768px) {
    .header.header2.header-boxed { top: 40px; }
}

.header.header2.header-boxed.header-inner {
    clear: both;
    content: '';
    display: table;
}

@media (min-width: 768px) {
    .header.header2.header-boxed .navbar-nav .dropdown-menu.megamenu { left: 0; }
}

.header.header2.header-boxed.radius { border-radius: 60px; }

@media (min-width: 768px) {
    .header.header2.header-boxed.radius {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Header Version 3 */

.header.header3 .header-inner .container {
    display: table;
    position: relative;
    table-layout: fixed;
}

@media (max-width: 767px) {
    .header.header3 .header-inner .container { width: 100%; }
}

.header.header3 .header-left,
.header.header3 .header-center,
.header.header3 .header-right {
    display: table-cell;
    vertical-align: middle;
    width: 33.3%;
}

.header.header3 .header-left:after,
.header.header3 .header-center:after,
.header.header3 .header-right:after {
    clear: both;
    content: '';
    display: table;
}

.header.header3 .social-icons .social-icon {
    background-color: #f2f2fa;
    border-radius: 50%;
    color: #7e7e7e;
    font-size: 13px;
    line-height: 28px;
    margin: 0 4px;
    min-width: 28px;
    text-align: center;
    transition: all 0.4s;
}

.header.header3 .social-icons .social-icon:hover, .header.header3 .social-icons .social-icon:focus {
    background-color: #A26834;
    color: #fff;
}

.header.header3 .social-icons.pull-left .social-icon:first-child { margin-left: 0; }

.header.header3 .social-icons.pull-right .social-icon:last-child { margin-right: 0; }

.header.header3 .header-center { text-align: center; }

@media (max-width: 767px) {
    .header.header3 .header-center {
        padding: 33px 0;
        width: 100%;
    }
}

.header.header3 .site-logo {
    display: inline-block;
    float: none;
    line-height: 0;
    margin: 0;
}

.header.header3 .header-left .cart-dropdown { float: left; }

.header.header3 .header-left .cart-dropdown > a {
    padding-left: 0;
    padding-right: 20px;
}

.header.header3 .header-left .cart-dropdown .dropdown-menu {
    left: 0;
    right: auto;
}

@media (max-width: 767px) {
    .header.header3 .header-left,
    .header.header3 .header-right { width: 1%; }
}

@media (max-width: 767px) {
    .header.header3 .header-left .cart-dropdown,
    .header.header3 .header-right .cart-dropdown {
        position: absolute;
        right: 15px;
        top: 100%;
    }

    .header.header3 .header-left .cart-dropdown > a,
    .header.header3 .header-right .cart-dropdown > a { padding: 7px 0 0; }

    .header.header3 .header-left .cart-dropdown .dropdown-menu,
    .header.header3 .header-right .cart-dropdown .dropdown-menu {
        left: auto;
        right: 0;
        width: 280px;
    }
}

.header.header3 .navbar-nav { font-size: 0; }

@media (min-width: 768px) {
    .header.header3 .navbar-nav { text-align: center; }
}

.header.header3 .navbar-nav li { font-size: 13px; }

@media (min-width: 768px) {
    .header.header3 .navbar-nav > li {
        display: inline-block;
        float: none;
    }
}

/* Header Version 4 */

.header4 .header-inner .menu-toggle {
    float: right;
    margin: 34px 0;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .header4 .header-inner .menu-toggle {
        margin: 36px 0 36px 20px;
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

@media (max-width: 767px) {
    .header4 .header-inner .menu-toggle .toggle-text { display: none; }
}

.header4 .header-inner .menu-toggle .icon-bar { width: 20px; }

.header4 .header-inner .menu-toggle.jicon {
    margin-bottom: 36px;
    margin-top: 36px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.header4 .header-inner .menu-toggle.jicon .toggle-text { display: none; }

.header4 .header-inner .menu-toggle.pull-left {
    margin-left: 0;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .header4 .header-inner .menu-toggle.pull-left { margin-right: 20px; }
}

/* Navbar Nav - Overlay Menu */

.navbar-container {
    background-color: rgba(248, 248, 248, 0.82);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 40px 15px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transition: opacity 0.7s, visibility 0s 0.6s;
    visibility: hidden;
    z-index: 9999;
}

@media (min-width: 768px) {
    .navbar-container {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.navbar-container.nav-open {
    -webkit-transition: opacity 0.7s;
    opacity: 1;
    transition: opacity 0.7s;
    visibility: visible;
}

.navbar-container .social-icons {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.navbar-container .social-icons label {
    color: #777;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.navbar-container .social-icons .social-icon {
    background-color: #e3e3e6;
    color: #222;
    line-height: 30px;
    margin: 0 2px;
    min-width: 30px;
    transition: all 0.4s;
}

.navbar-container .social-icons .social-icon:hover, .navbar-container .social-icons .social-icon:focus {
    background-color: #A26834;
    color: #fff;
}

.navbar-container .menu-toggle {
    float: none !important;
    margin: 0 0 20px !important;
}

.navbar-container .menu-toggle .toggle-text { margin-right: 5px; }

.navbar-container .menu-toggle i {
    font-size: 13px;
    vertical-align: middle;
}

/* Overlay Menu */

.navbar-nav.nav-overlay {
    background-color: transparent !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

.header .navbar-nav.nav-overlay a { color: #222; }

.navbar-nav.nav-overlay + .social-icons { margin-top: 20px; }

.navbar-nav.nav-overlay > li {
    float: none !important;
    margin-bottom: 8px;
}

.navbar-nav.nav-overlay > li > a {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 9px;
    padding-top: 9px;
    text-transform: uppercase;
}

.navbar-nav.nav-overlay > li > a:before { display: none; }

.navbar-nav.nav-overlay > li > a .tip {
    margin-right: -42px;
    top: -11px;
}

.navbar-nav.nav-overlay li i { font-size: 90%; }

.navbar-nav.nav-overlay li a {
    display: inline-block;
    padding: 6px 0;
}

.navbar-nav.nav-overlay li li > a {
    font-size: 16px;
    font-weight: 600;
}

.navbar-nav.nav-overlay li li .tip { margin-left: 20px; }

.navbar-nav.nav-overlay li li li a {
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav.nav-overlay li:hover > a,
.navbar-nav.nav-overlay li.open > a,
.navbar-nav.nav-overlay li.active > a {
    background-color: transparent !important;
    color: #A26834 !important;
}

.navbar-nav.nav-overlay li:hover > a:hover, .navbar-nav.nav-overlay li:hover > a:focus,
.navbar-nav.nav-overlay li.open > a:hover,
.navbar-nav.nav-overlay li.open > a:focus,
.navbar-nav.nav-overlay li.active > a:hover,
.navbar-nav.nav-overlay li.active > a:focus {
    background-color: transparent !important;
    color: #A26834 !important;
}

.navbar-nav.nav-overlay .dropdown-menu > li > a:hover, .navbar-nav.nav-overlay .dropdown-menu > li > a:focus {
    background-color: inherit;
    color: inherit;
}

.navbar-nav.nav-overlay .angle {
    float: none;
    font-size: 90%;
}

.navbar-nav.nav-overlay .angle:before { content: "\f107"; }

.navbar-nav.nav-overlay .open > a > .angle:before { content: "\f106"; }

.navbar-nav.nav-overlay .dropdown-menu {
    background: transparent !important;
    box-shadow: none !important;
    float: none;
    padding-bottom: 8px;
    padding-top: 3px;
    text-align: center;
}

.navbar-nav.nav-overlay .dropdown-menu .dropdown-menu { display: none; }

.navbar-nav.nav-overlay .dropdown-menu .open > .dropdown-menu { display: block; }

.navbar-nav.nav-overlay .open .dropdown-menu {
    bottom: auto;
    left: auto;
    position: relative !important;
    right: auto;
    top: auto;
}

.navbar-nav.nav-overlay .search-dropdown > a > span { vertical-align: middle; }

.navbar-nav.nav-overlay .search-dropdown > a > span + i {
    margin-left: 6px;
    vertical-align: middle;
}

/* Add animation to first level elements */

.navbar-nav.nav-overlay.each-anim > li {
    -ms-transform: translateY(20px);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s;
    visibility: hidden;
}

.nav-open .navbar-nav.nav-overlay.each-anim > li {
    -ms-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(1) { transition-delay: 0.05s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(2) { transition-delay: 0.1s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(3) { transition-delay: 0.15s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(4) { transition-delay: 0.2s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(5) { transition-delay: 0.25s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(6) { transition-delay: 0.3s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(7) { transition-delay: 0.35s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(8) { transition-delay: 0.4s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(9) { transition-delay: 0.45s; }

.nav-open .navbar-nav.nav-overlay.each-anim > li:nth-child(10) { transition-delay: 0.5s; }

/* Navbar Nav - Overlay Menu Dark */

.navbar-container.dark { background-color: rgba(0, 0, 0, 0.82); }

.header .navbar-container.dark a { color: #fff; }

.navbar-container.dark .social-icons label { color: #b7b7b7; }

.navbar-container.dark .social-icons .social-icon {
    background-color: #101010;
    color: #eee;
}

.navbar-container.dark .social-icons .social-icon:hover, .navbar-container.dark .social-icons .social-icon:focus {
    background-color: #A26834;
    color: #fff;
}

.navbar-container.dark .menu-toggle {
    background-color: #101010;
    border-color: #101010;
    color: #fff;
}

.navbar-container.dark .menu-toggle:hover, .navbar-container.dark .menu-toggle:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

.navbar-container.dark .navbar-nav.nav-overlay li a { color: #fafafa; }

.navbar-container.dark .navbar-nav.nav-overlay li:hover > a, .navbar-container.dark .navbar-nav.nav-overlay li.open > a, .navbar-container.dark .navbar-nav.nav-overlay li.active > a {
    background-color: transparent !important;
    color: #A26834 !important;
}

.navbar-container.dark .navbar-nav.nav-overlay li:hover > a:hover, .navbar-container.dark .navbar-nav.nav-overlay li:hover > a:focus, .navbar-container.dark .navbar-nav.nav-overlay li.open > a:hover, .navbar-container.dark .navbar-nav.nav-overlay li.open > a:focus, .navbar-container.dark .navbar-nav.nav-overlay li.active > a:hover, .navbar-container.dark .navbar-nav.nav-overlay li.active > a:focus {
    background-color: transparent !important;
    color: #A26834 !important;
}

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control {
    background-color: #171717;
    border-color: #171717;
    color: #777;
}

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control::-webkit-input-placeholder { color: #777; }

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control::-moz-placeholder { color: #777; }

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control:-ms-input-placeholder { color: #777; }

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control::placeholder { color: #777; }

/* Header Version 5 */

@media (min-width: 992px) {
    body.side-menu-body { padding-left: 280px; }

    body.side-menu-body.reverse {
        padding-left: 0;
        padding-right: 280px;
    }
}

.header.header5 {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px;
    position: relative;
    z-index: 999;
}

@media (min-width: 992px) {
    .header.header5 {
        bottom: 0;
        box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
        left: 0;
        padding: 0;
        position: fixed;
        top: 0;
        width: 280px;
    }

    .reverse .header.header5 {
        box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
        left: auto;
        right: 0;
    }
}

.header.header5 .header-wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.header.header5 .header-top {
    background-color: transparent;
    border-bottom: none;
    float: left;
}

@media (min-width: 992px) {
    .header.header5 .header-top {
        background-color: #f1f1f6;
        border-bottom: 1px solid #eaeaea;
        float: none;
        height: 110px;
        padding: 0 20px;
        width: 100%;
    }

    .header.header5 .header-top.dark {
        background-color: #222;
        border-color: #111;
    }

    .header.header5 .header-top.custom {
        background-color: #A26834;
        border-color: #A26834;
    }
}

.header.header5 .sidemenu-toggle {
    float: right;
    margin: 34px 0;
}

@media (min-width: 992px) {
    .header.header5 .sidemenu-toggle { display: none; }
}

.header.header5 .site-logo { float: none; }

@media (min-width: 992px) {
    .header.header5 .site-logo {
        -ms-transform: translateY(-50%);
        display: inline-block;
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        vertical-align: middle;
    }
}

.header.header5 .header-inside {
    background-color: rgba(255, 255, 255, 0.96);
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    padding: 0 20px 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.header.header5 .header-inside .sidemenu-toggle {
    float: none;
    margin: 20px 0 10px;
}

.header.header5 .header-inside .sidemenu-toggle .toggle-text { margin-right: 4px; }

.header.header5 .header-inside .sidemenu-toggle i {
    font-size: 13px;
    vertical-align: middle;
}

.header.header5 .header-inside.open { display: block; }

@media (min-width: 992px) {
    .header.header5 .header-inside {
        background-color: transparent;
        bottom: auto;
        display: block;
        height: calc(117vh - 140px);
        left: auto;
        padding: 0 25px 0 20px;
        position: relative;
        right: auto;
        top: auto;
    }

    .header.header5 .header-inside .sidemenu-toggle { display: none; }

    .header.header5 .header-inside.full { height: 100vh; }
}

.header.header5 .header-inside-wrapper {
    padding-bottom: 20px;
    padding-top: 10px;
}

.header.header5 .header-inside-wrapper:before {
    clear: both;
    content: '';
    display: table;
}

@media (min-width: 992px) {
    .header.header5 .header-inside-wrapper { padding-top: 20px; }
}

.header.header5.dark { background-color: #171717; }

@media (min-width: 992px) {
    .header.header5.dark .header-top:not(.custom) {
        background-color: #101010;
        border-color: #101010;
    }
}

@media (max-width: 991px) {
    .header.header5.dark .header-inside { background-color: rgba(0, 0, 0, 0.88); }
}

.header.header5.dark .sidemenu-toggle {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.header.header5.dark .sidemenu-toggle:hover, .header.header5.dark .sidemenu-toggle:focus {
    background-color: #A26834;
    border-color: #A26834;
}

.header.header5.dark .sidemenu-toggle .icon-bar { background-color: #fff; }

/* Side Menu  - Metis menu */

.side-menu li a {
    color: #222;
    display: block;
    font-size: 13px;
    padding: 3px 0;
    position: relative;
}

.side-menu li a > span { position: relative; }

.side-menu li.active > a,
.side-menu li.active > a:hover,
.side-menu li.active > a:focus, .side-menu li:hover > a,
.side-menu li:hover > a:hover,
.side-menu li:hover > a:focus, .side-menu li:focus > a,
.side-menu li:focus > a:hover,
.side-menu li:focus > a:focus { color: #A26834; }

.side-menu li ul { padding-left: 13px; }

.side-menu li ul li:first-child { padding-top: 5px; }

.side-menu li ul li:last-child { padding-bottom: 9px; }

.side-menu > li > a {
    font-weight: 600;
    padding: 6px 0;
}

.side-menu .collapse { display: none; }

.side-menu .collapse.in { display: block; }

.side-menu .collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: .35s;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.side-menu .arrow {
    float: right;
    line-height: 1.42857;
}

*[dir="rtl"] .side-menu .arrow { float: left; }

.side-menu .fa.arrow:before { content: "\f105"; }

.side-menu .active > a > .fa.arrow:before { content: "\f107"; }

/*Side Menu - Dark */

.header.dark .side-menu li a { color: #eee; }

.header.dark .side-menu li.active > a,
.header.dark .side-menu li.active > a:hover,
.header.dark .side-menu li.active > a:focus, .header.dark .side-menu li:hover > a,
.header.dark .side-menu li:hover > a:hover,
.header.dark .side-menu li:hover > a:focus, .header.dark .side-menu li:focus > a,
.header.dark .side-menu li:focus > a:hover,
.header.dark .side-menu li:focus > a:focus { color: #A26834; }

/*Header Color Variants */

/* Header Top Gray*/

.header-top.gray { background-color: #f6f6fa; }

/* Header Top - Custom*/

.header-top.custom {
    background-color: #A26834;
    border-color: #A26834;
}

.header-top.custom .header-dropdown > a {
    background-color: #006fba;
    border-color: #0078ca;
    color: #f1f1f1;
}

.header-top.custom .header-dropdown:nth-of-type(2n) > a { background-color: #0063a6; }

.header-top.custom .header-dropdown.open > a, .header-top.custom .header-dropdown:hover > a, .header-top.custom .header-dropdown:focus > a {
    background-color: #f5a95d;
    border-color: #0063a6;
    color: #fff;
}

.header-top.custom .top-menu li a { color: #f1f1f1; }

.header-top.custom .top-menu li a:before { background-color: #0094f7; }

.header-top.custom .top-menu li + li:before { color: #005187; }

.header-top.custom .top-menu li.active a, .header-top.custom .top-menu li:hover a, .header-top.custom .top-menu li:focus a { color: #17a1ff; }

.header-top.custom .top-text { color: #f1f1f1; }

.header-top.custom .top-links a { color: #eee; }

.header-top.custom .top-links a:hover, .header-top.custom .top-links a:focus { color: #17a1ff; }

.header-top.custom .top-links a + a:before { color: #eaeaea; }

.header-top.custom .social-icons .social-icon {
    border-color: #007bcf;
    color: #fff;
}

.header-top.custom .social-icons .social-icon:hover, .header-top.custom .social-icons .social-icon:focus {
    background-color: #f5a95d;
    border-color: #f5a95d;
}

/* Header Top Dark */

.header-top.dark {
    background-color: #171717;
    border-color: #171717;
}

.header-top.dark .header-dropdown > a {
    background-color: #A26834;
    border-color: #005d9c;
    color: #f1f1f1;
}

.header-top.dark .header-dropdown:nth-of-type(2n) > a { background-color: #006fba; }

.header-top.dark .header-dropdown.open > a, .header-top.dark .header-dropdown:hover > a, .header-top.dark .header-dropdown:focus > a {
    background-color: #f5a95d;
    border-color: #0063a6;
    color: #fff;
}

.header-top.dark .top-menu li a { color: #f1f1f1; }

.header-top.dark .top-menu li.active a, .header-top.dark .top-menu li:hover a, .header-top.dark .top-menu li:focus a { color: #A26834; }

.header-top.dark .top-text { color: #eee; }

.header-top.dark .top-links a { color: #eee; }

.header-top.dark .top-links a:hover, .header-top.dark .top-links a:focus { color: #A26834; }

.header-top.dark .top-links a + a:before { color: #eaeaea; }

.header-top.dark .social-icons .social-icon {
    border-color: #4a4a4a;
    color: #fff;
}

.header-top.dark .social-icons .social-icon:hover, .header-top.dark .social-icons .social-icon:focus { border-color: #A26834; }

/* Header Bottom - Custom */

.header-bottom.custom { background-color: #A26834; }

.header-bottom.custom .navbar-toggle:hover, .header-bottom.custom .navbar-toggle:focus {
    background-color: #c00f3c;
    border-color: #c00f3c;
}

@media (min-width: 768px) {
    .header-bottom.custom .navbar-nav > li > a { color: #fff; }

    .header-bottom.custom .navbar-nav > li.open > a, .header-bottom.custom .navbar-nav > li.open > a:hover, .header-bottom.custom .navbar-nav > li.open > a:focus, .header-bottom.custom .navbar-nav > li.active > a, .header-bottom.custom .navbar-nav > li.active > a:hover, .header-bottom.custom .navbar-nav > li.active > a:focus {
        background: #fff;
        color: #A26834;
    }
}

@media (min-width: 768px) {
    .header-bottom.custom .navbar-nav .cart-dropdown > a .dcart-total-count {
        background-color: #A26834;
        color: #fff;
    }
}

.header-bottom.custom .navbar-nav .cart-dropdown.open > a .dcart-total-count, .header-bottom.custom .navbar-nav .cart-dropdown:hover > a .dcart-total-count, .header-bottom.custom .navbar-nav .cart-dropdown:focus > a .dcart-total-count {
    background-color: #fff;
    color: #A26834;
}

/* Header Bottom - Dark */

.header-bottom.dark { background-color: #171717; }

@media (min-width: 768px) {
    .header-bottom.dark .navbar-nav > li > a { color: #fff; }

    .header-bottom.dark .navbar-nav > li.open > a, .header-bottom.dark .navbar-nav > li.open > a:hover, .header-bottom.dark .navbar-nav > li.open > a:focus, .header-bottom.dark .navbar-nav > li.active > a, .header-bottom.dark .navbar-nav > li.active > a:hover, .header-bottom.dark .navbar-nav > li.active > a:focus {
        background: #fff;
        color: #222;
    }
}

@media (min-width: 768px) {
    .header-bottom.dark .navbar-nav .cart-dropdown > a .dcart-total-count {
        background-color: #A26834;
        color: #fff;
    }
}

/* Header Gray */

.header.gray { background-color: #f8f8fa; }

.header.gray .header-info-boxes .header-info-box i:not(.dark) { background-color: #ebebea; }

/* Header Custom */

.header.custom {
    background-color: #A26834;
    color: #eee;
    /* Side Menu  - Metis menu */
}

.header.custom a { color: #fff; }

.header.custom .dropdown.header-dropdown .dropdown-menu {
    background-color: #A26834;
    border-color: #005791;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.header.custom .dropdown.header-dropdown .dropdown-menu > li > a:hover, .header.custom .dropdown.header-dropdown .dropdown-menu > li > a:focus {
    background-color: #f5a95d;
    color: #fff;
}

.header.custom .header-top:not(.dark) {
    border-color: #f5a95d;
    color: #fff;
}

.header.custom .header-top:not(.dark) .header-dropdown > a {
    background-color: #006fba;
    border-color: #0078ca;
    color: #f1f1f1;
}

.header.custom .header-top:not(.dark) .header-dropdown:nth-of-type(2n) > a { background-color: #0063a6; }

.header.custom .header-top:not(.dark) .header-dropdown.open > a, .header.custom .header-top:not(.dark) .header-dropdown:hover > a, .header.custom .header-top:not(.dark) .header-dropdown:focus > a {
    background-color: #f5a95d;
    border-color: #0063a6;
    color: #fff;
}

.header.custom .header-top:not(.dark) .top-menu li a { color: #f1f1f1; }

.header.custom .header-top:not(.dark) .top-menu li a:before { background-color: #0094f7; }

.header.custom .header-top:not(.dark) .top-menu li + li:before { color: #005187; }

.header.custom .header-top:not(.dark) .top-menu li.active a, .header.custom .header-top:not(.dark) .top-menu li:hover a, .header.custom .header-top:not(.dark) .top-menu li:focus a { color: #17a1ff; }

.header.custom .header-top:not(.dark) .top-text { color: #f1f1f1; }

.header.custom .header-top:not(.dark) .top-links a { color: #eee; }

.header.custom .header-top:not(.dark) .top-links a:hover, .header.custom .header-top:not(.dark) .top-links a:focus { color: #17a1ff; }

.header.custom .header-top:not(.dark) .top-links a + a:before { color: #eaeaea; }

.header.custom .header-top:not(.dark) .social-icons .social-icon {
    border-color: #f5a95d;
    color: #fff;
}

.header.custom .header-top:not(.dark) .social-icons .social-icon:hover, .header.custom .header-top:not(.dark) .social-icons .social-icon:focus {
    background-color: #f5a95d;
    border-color: #f5a95d;
}

.header.custom .header-info-boxes .header-info-box .info-box-title { color: #eee; }

.header.custom .header-info-boxes .header-info-box i:not(.dark) {
    background-color: #fafafa;
    color: #A26834;
}

.header.custom .header-info-boxes .header-info-box + .header-info-box:before { background-color: #00548c; }

.header.custom .dropdown.cart-dropdown > a { color: #fafafa; }

.header.custom .dropdown.cart-dropdown > a .dcart-total-count {
    background-color: #A26834;
    color: #fff;
}

.header.custom .dropdown.cart-dropdown.open > a, .header.custom .dropdown.cart-dropdown:hover > a, .header.custom .dropdown.cart-dropdown:focus > a { color: #005187; }

.header.custom .dropdown.cart-dropdown.open > a .dcart-total-count, .header.custom .dropdown.cart-dropdown:hover > a .dcart-total-count, .header.custom .dropdown.cart-dropdown:focus > a .dcart-total-count {
    background-color: #fff;
    color: #A26834;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu > p span { color: #eee; }

.header.custom .dropdown.cart-dropdown .dropdown-menu .product-title a { color: #eaeaea; }

.header.custom .dropdown.cart-dropdown .dropdown-menu .product-title a:hover, .header.custom .dropdown.cart-dropdown .dropdown-menu .product-title a:focus { color: #fff; }

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .product-quantity { color: #ccc; }

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .product-price-container .old-price { color: #eee; }

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .delete-btn {
    background-color: #005d9c;
    color: #fff;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:hover, .header.custom .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:focus { background-color: #005187; }

.header.custom .dropdown.cart-dropdown .dropdown-menu .dcart-action-info p span { color: #f1f1f1; }

.header.custom .dropdown.cart-dropdown .dcart-products { border-color: #005187; }

.header.custom .header-bottom:not(.dark) { background-color: #f5a95d; }

.header.custom .navbar-nav:not(.nav-overlay) a,
.header.custom .header-bottom .navbar-nav a { color: #fff; }

@media (min-width: 768px) {
    .header.custom .navbar-nav:not(.nav-overlay) > li > a,
    .header.custom .header-bottom .navbar-nav > li > a { color: #fff; }

    .header.custom .navbar-nav:not(.nav-overlay) > li > a:before,
    .header.custom .header-bottom .navbar-nav > li > a:before { background-color: #f5a95d; }

    .header.custom .navbar-nav:not(.nav-overlay) > li.open > a, .header.custom .navbar-nav:not(.nav-overlay) > li.open > a:hover, .header.custom .navbar-nav:not(.nav-overlay) > li.open > a:focus, .header.custom .navbar-nav:not(.nav-overlay) > li.active > a, .header.custom .navbar-nav:not(.nav-overlay) > li.active > a:hover, .header.custom .navbar-nav:not(.nav-overlay) > li.active > a:focus,
    .header.custom .header-bottom .navbar-nav > li.open > a,
    .header.custom .header-bottom .navbar-nav > li.open > a:hover,
    .header.custom .header-bottom .navbar-nav > li.open > a:focus,
    .header.custom .header-bottom .navbar-nav > li.active > a,
    .header.custom .header-bottom .navbar-nav > li.active > a:hover,
    .header.custom .header-bottom .navbar-nav > li.active > a:focus {
        background: #A26834;
        color: #fff;
    }
}

@media (min-width: 768px) {
    .header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown > a .dcart-total-count,
    .header.custom .header-bottom .navbar-nav .cart-dropdown > a .dcart-total-count {
        background-color: #A26834;
        color: #fff;
    }
}

.header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown.open > a .dcart-total-count, .header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown:hover > a .dcart-total-count, .header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown:focus > a .dcart-total-count,
.header.custom .header-bottom .navbar-nav .cart-dropdown.open > a .dcart-total-count,
.header.custom .header-bottom .navbar-nav .cart-dropdown:hover > a .dcart-total-count,
.header.custom .header-bottom .navbar-nav .cart-dropdown:focus > a .dcart-total-count {
    background-color: #fff;
    color: #A26834;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu,
.header.custom .header-bottom .navbar-nav .dropdown-menu { background: #A26834; }

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu > li > a,
.header.custom .header-bottom .navbar-nav .dropdown-menu > li > a { color: #fff; }

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu > li > a:hover, .header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu > li > a:focus,
.header.custom .header-bottom .navbar-nav .dropdown-menu > li > a:hover,
.header.custom .header-bottom .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #f5a95d;
    color: #fff;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu > li.open > a, .header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu > li.open > a:hover, .header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu > li.open > a:focus,
.header.custom .header-bottom .navbar-nav .dropdown-menu > li.open > a,
.header.custom .header-bottom .navbar-nav .dropdown-menu > li.open > a:hover,
.header.custom .header-bottom .navbar-nav .dropdown-menu > li.open > a:focus {
    background-color: #f5a95d;
    color: #fff;
}

@media (max-width: 767px) {
    .header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu [class*="col-"]:not(:last-child),
    .header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu [class*="col-"]:not(:last-child) { border-color: #f5a95d; }
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:hover, .header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:focus,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu a:hover,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu a:focus {
    background-color: #f5a95d;
    color: #fff;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:before,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:before { background-color: #fff; }

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:hover:before, .header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:focus:before,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:hover:before,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:focus:before { background-color: #fff; }

@media (max-width: 767px) {
    .header.custom .navbar-nav { background-color: #A26834; }

    .header.custom .navbar-nav > li.open > a, .header.custom .navbar-nav > li.open > a:hover, .header.custom .navbar-nav > li.open > a:focus, .header.custom .navbar-nav > li.active > a, .header.custom .navbar-nav > li.active > a:hover, .header.custom .navbar-nav > li.active > a:focus {
        background: #005187;
        color: #fff;
    }

    .header.custom .navbar-nav > li > a:hover, .header.custom .navbar-nav > li > a:focus {
        background: #f5a95d;
        color: #fff;
    }
}

.header.custom .navbar-toggle,
.header.custom .menu-toggle,
.header.custom .sidemenu-toggle {
    background-color: #A26834;
    border-color: #A26834;
    color: #f1f1f1;
}

.header.custom .navbar-toggle .icon-bar,
.header.custom .menu-toggle .icon-bar,
.header.custom .sidemenu-toggle .icon-bar { background-color: #f1f1f1; }

.header.custom .navbar-toggle:hover, .header.custom .navbar-toggle:focus,
.header.custom .menu-toggle:hover,
.header.custom .menu-toggle:focus,
.header.custom .sidemenu-toggle:hover,
.header.custom .sidemenu-toggle:focus {
    background-color: #004473;
    border-color: #004473;
    color: #fff;
}

.header.custom .navbar-toggle:hover .icon-bar, .header.custom .navbar-toggle:focus .icon-bar,
.header.custom .menu-toggle:hover .icon-bar,
.header.custom .menu-toggle:focus .icon-bar,
.header.custom .sidemenu-toggle:hover .icon-bar,
.header.custom .sidemenu-toggle:focus .icon-bar { background-color: #fff; }

.header.custom .side-menu li a { color: #222; }

@media (min-width: 992px) {
    .header.custom .side-menu li a { color: #f1f1f1; }
}

.header.custom .side-menu li.active > a,
.header.custom .side-menu li.active > a:hover,
.header.custom .side-menu li.active > a:focus, .header.custom .side-menu li:hover > a,
.header.custom .side-menu li:hover > a:hover,
.header.custom .side-menu li:hover > a:focus, .header.custom .side-menu li:focus > a,
.header.custom .side-menu li:focus > a:hover,
.header.custom .side-menu li:focus > a:focus { color: #0d9dff; }

/* Header2 Custom */

@media (max-width: 767px) {
    .header.header2.custom .navbar-nav { background-color: #f5a95d; }
}

.header.header2.custom .navbar-nav > li.open > a, .header.header2.custom .navbar-nav > li.open > a:hover, .header.header2.custom .navbar-nav > li.open > a:focus, .header.header2.custom .navbar-nav > li.active > a, .header.header2.custom .navbar-nav > li.active > a:hover, .header.header2.custom .navbar-nav > li.active > a:focus {
    background: #005187;
    color: #fff;
}

@media (min-width: 768px) {
    .header.header2.custom .navbar-nav .dropdown-menu { border-top-color: #005d9c; }
}

.header.header2.custom .navbar-nav .dropdown.cart-dropdown > a .dcart-total-count {
    background-color: #A26834;
    color: #fff;
}

.header.header2.custom .navbar-toggle {
    background-color: #005791;
    border-color: #005791;
    color: #f1f1f1;
}

.header.header2.custom .navbar-toggle .icon-bar { background-color: #f1f1f1; }

.header.header2.custom .navbar-toggle:hover, .header.header2.custom .navbar-toggle:focus {
    background-color: #004473;
    border-color: #004473;
    color: #fff;
}

.header.header2.custom .navbar-toggle:hover .icon-bar, .header.header2.custom .navbar-toggle:focus .icon-bar { background-color: #fff; }

/* Header3 Custom */

.header.header3.custom .social-icons .social-icon {
    background-color: #005791;
    color: #f1f1f1;
}

.header.header3.custom .social-icons .social-icon:hover, .header.header3.custom .social-icons .social-icon:focus {
    background-color: #004473;
    color: #fff;
}

/* Header5 Custom */

@media (min-width: 992px) {
    .header.header5.custom .header-top:not(.dark) { background-color: #005187; }
}

.header.header5 .header-top.transparent { background-color: transparent !important; }

/* Header Dark */

.header.dark {
    background-color: #1b1b1b;
    color: #eee;
}

.header.dark a { color: #f1f1f1; }

.header.dark .dropdown.header-dropdown .dropdown-menu {
    background-color: #262626;
    border-color: #101010;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.header.dark .header-top:not(.custom) {
    border-color: #363636;
    color: #eee;
}

.header.dark .header-top:not(.custom).transparent { border-color: #404040; }

.header.dark .header-top:not(.custom) .header-dropdown > a {
    background-color: #313131;
    border-color: #313131;
    color: #f1f1f1;
}

.header.dark .header-top:not(.custom) .header-dropdown:nth-of-type(2n) > a { background-color: #404040; }

.header.dark .header-top:not(.custom) .header-dropdown.open > a, .header.dark .header-top:not(.custom) .header-dropdown:hover > a, .header.dark .header-top:not(.custom) .header-dropdown:focus > a {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

.header.dark .header-top:not(.custom) .top-menu li a { color: #eee; }

.header.dark .header-top:not(.custom) .top-menu li a:before { background-color: #A26834; }

.header.dark .header-top:not(.custom) .top-menu li + li:before { color: #646464; }

.header.dark .header-top:not(.custom) .top-menu li.active a, .header.dark .header-top:not(.custom) .top-menu li:hover a, .header.dark .header-top:not(.custom) .top-menu li:focus a { color: #A26834; }

.header.dark .header-top:not(.custom) .top-text { color: #c7c7c7; }

.header.dark .header-top:not(.custom) .top-links a { color: #eaeaea; }

.header.dark .header-top:not(.custom) .top-links a:hover, .header.dark .header-top:not(.custom) .top-links a:focus { color: #17a1ff; }

.header.dark .header-top:not(.custom) .top-links a + a:before { color: #eaeaea; }

.header.dark .header-top:not(.custom) .social-icons .social-icon {
    border-color: #383838;
    color: #fff;
}

.header.dark .header-top:not(.custom) .social-icons .social-icon:hover, .header.dark .header-top:not(.custom) .social-icons .social-icon:focus {
    background-color: #A26834;
    border-color: #A26834;
}

.header.dark .header-info-boxes .header-info-box .info-box-title { color: #d6d6d6; }

.header.dark .header-info-boxes .header-info-box i:not(.custom) {
    background-color: #3b3b3b;
    color: #fff;
}

.header.dark .header-info-boxes .header-info-box + .header-info-box:before { background-color: #363636; }

.header.dark .dropdown.cart-dropdown > a { color: #A26834; }

.header.dark .dropdown.cart-dropdown > a .dcart-total-count {
    background-color: #fff;
    color: #A26834;
}

.header.dark .dropdown.cart-dropdown.open > a, .header.dark .dropdown.cart-dropdown:hover > a, .header.dark .dropdown.cart-dropdown:focus > a { color: #005187; }

.header.dark .dropdown.cart-dropdown.open > a .dcart-total-count, .header.dark .dropdown.cart-dropdown:hover > a .dcart-total-count, .header.dark .dropdown.cart-dropdown:focus > a .dcart-total-count {
    background-color: #fff;
    color: #A26834;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu > p { color: #c7c7c7; }

.header.dark .dropdown.cart-dropdown .dropdown-menu > p span { color: #eee; }

.header.dark .dropdown.cart-dropdown .dropdown-menu .product-title a { color: #d6d6d6; }

.header.dark .dropdown.cart-dropdown .dropdown-menu .product-title a:hover, .header.dark .dropdown.cart-dropdown .dropdown-menu .product-title a:focus { color: #fff; }

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .product-quantity { color: #d7d7d7; }

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .product-price-container .old-price { color: #eee; }

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .delete-btn {
    background-color: #A26834;
    color: #f1f1f1;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:hover, .header.dark .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:focus {
    background-color: #f5a95d;
    color: #fff;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .dcart-action-info p span { color: #eee; }

.header.dark .dropdown.cart-dropdown .dcart-products { border-color: #404040; }

.header.dark .header-bottom:not(.custom) { background-color: #101010; }

.header.dark .navbar-nav:not(.nav-overlay) a,
.header.dark .header-bottom .navbar-nav a { color: #fff; }

@media (min-width: 768px) {
    .header.dark .navbar-nav:not(.nav-overlay) > li > a,
    .header.dark .header-bottom .navbar-nav > li > a { color: #f1f1f1; }

    .header.dark .navbar-nav:not(.nav-overlay) > li > a:before,
    .header.dark .header-bottom .navbar-nav > li > a:before { background-color: #A26834; }

    .header.dark .navbar-nav:not(.nav-overlay) > li.open > a, .header.dark .navbar-nav:not(.nav-overlay) > li.open > a:hover, .header.dark .navbar-nav:not(.nav-overlay) > li.open > a:focus, .header.dark .navbar-nav:not(.nav-overlay) > li.active > a, .header.dark .navbar-nav:not(.nav-overlay) > li.active > a:hover, .header.dark .navbar-nav:not(.nav-overlay) > li.active > a:focus,
    .header.dark .header-bottom .navbar-nav > li.open > a,
    .header.dark .header-bottom .navbar-nav > li.open > a:hover,
    .header.dark .header-bottom .navbar-nav > li.open > a:focus,
    .header.dark .header-bottom .navbar-nav > li.active > a,
    .header.dark .header-bottom .navbar-nav > li.active > a:hover,
    .header.dark .header-bottom .navbar-nav > li.active > a:focus {
        background: #292929;
        color: #fff;
    }
}

@media (min-width: 768px) {
    .header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown > a .dcart-total-count,
    .header.dark .header-bottom .navbar-nav .cart-dropdown > a .dcart-total-count {
        background: #292929;
        color: #f1f1f1;
    }
}

.header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown.open > a .dcart-total-count, .header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown:hover > a .dcart-total-count, .header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown:focus > a .dcart-total-count,
.header.dark .header-bottom .navbar-nav .cart-dropdown.open > a .dcart-total-count,
.header.dark .header-bottom .navbar-nav .cart-dropdown:hover > a .dcart-total-count,
.header.dark .header-bottom .navbar-nav .cart-dropdown:focus > a .dcart-total-count {
    background-color: #fff;
    color: #A26834;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu,
.header.dark .header-bottom .navbar-nav .dropdown-menu { background: #292929; }

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu > li > a,
.header.dark .header-bottom .navbar-nav .dropdown-menu > li > a { color: #eee; }

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu > li > a:hover, .header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu > li > a:focus,
.header.dark .header-bottom .navbar-nav .dropdown-menu > li > a:hover,
.header.dark .header-bottom .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #A26834;
    color: #fff;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu > li.open > a, .header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu > li.open > a:hover, .header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu > li.open > a:focus,
.header.dark .header-bottom .navbar-nav .dropdown-menu > li.open > a,
.header.dark .header-bottom .navbar-nav .dropdown-menu > li.open > a:hover,
.header.dark .header-bottom .navbar-nav .dropdown-menu > li.open > a:focus {
    background-color: #A26834;
    color: #fff;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:hover, .header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:focus,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu a:hover,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu a:focus {
    background-color: #A26834;
    color: #fff;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:before,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:before { background-color: #fff; }

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:hover:before, .header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:focus:before,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:hover:before,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:focus:before { background-color: #fff; }

@media (max-width: 767px) {
    .header.dark .navbar-nav { background-color: #1f1f1f; }

    .header.dark .navbar-nav > li.open > a, .header.dark .navbar-nav > li.open > a:hover, .header.dark .navbar-nav > li.open > a:focus, .header.dark .navbar-nav > li.active > a, .header.dark .navbar-nav > li.active > a:hover, .header.dark .navbar-nav > li.active > a:focus {
        background: #A26834;
        color: #fff;
    }

    .header.dark .navbar-nav > li > a:hover, .header.dark .navbar-nav > li > a:focus {
        background: #A26834;
        color: #fff;
    }
}

.header.dark .search-dropdown .dropdown-menu .form-control {
    background-color: #171717;
    border-color: #313131;
    color: #999;
}

.header.dark .search-dropdown .dropdown-menu .form-control::-webkit-input-placeholder { color: #999; }

.header.dark .search-dropdown .dropdown-menu .form-control::-moz-placeholder { color: #999; }

.header.dark .search-dropdown .dropdown-menu .form-control:-ms-input-placeholder { color: #999; }

.header.dark .search-dropdown .dropdown-menu .form-control::placeholder { color: #999; }

.header.dark .navbar-toggle,
.header.dark .menu-toggle,
.header.dark .sidemenu-toggle {
    background-color: #363636;
    border-color: #363636;
    color: #f1f1f1;
}

.header.dark .navbar-toggle .icon-bar,
.header.dark .menu-toggle .icon-bar,
.header.dark .sidemenu-toggle .icon-bar { background-color: #f1f1f1; }

.header.dark .navbar-toggle:hover, .header.dark .navbar-toggle:focus,
.header.dark .menu-toggle:hover,
.header.dark .menu-toggle:focus,
.header.dark .sidemenu-toggle:hover,
.header.dark .sidemenu-toggle:focus {
    background-color: #292929;
    border-color: #292929;
    color: #fff;
}

.header.dark .navbar-toggle:hover .icon-bar, .header.dark .navbar-toggle:focus .icon-bar,
.header.dark .menu-toggle:hover .icon-bar,
.header.dark .menu-toggle:focus .icon-bar,
.header.dark .sidemenu-toggle:hover .icon-bar,
.header.dark .sidemenu-toggle:focus .icon-bar { background-color: #fff; }

/* Header2 Dark */

@media (max-width: 767px) {
    .header.header2.dark .navbar-nav { background-color: #242424; }
}

.header.header2.dark .navbar-nav > li.open > a, .header.header2.dark .navbar-nav > li.open > a:hover, .header.header2.dark .navbar-nav > li.open > a:focus, .header.header2.dark .navbar-nav > li.active > a, .header.header2.dark .navbar-nav > li.active > a:hover, .header.header2.dark .navbar-nav > li.active > a:focus {
    background: #A26834;
    color: #fff;
}

@media (min-width: 768px) {
    .header.header2.dark .navbar-nav .dropdown-menu { border-top-color: #2b2b2b; }
}

.header.header2.dark .navbar-nav .dropdown.cart-dropdown > a .dcart-total-count {
    background-color: #A26834;
    color: #fff;
}

.header.header2.dark .navbar-toggle {
    background-color: #363636;
    border-color: #363636;
    color: #f1f1f1;
}

.header.header2.dark .navbar-toggle .icon-bar { background-color: #f1f1f1; }

.header.header2.dark .navbar-toggle:hover, .header.header2.dark .navbar-toggle:focus {
    background-color: #292929;
    border-color: #292929;
    color: #fff;
}

.header.header2.dark .navbar-toggle:hover .icon-bar, .header.header2.dark .navbar-toggle:focus .icon-bar { background-color: #fff; }

/* Header3 Dark */

.header.header3.dark .social-icons .social-icon {
    background-color: #404040;
    color: #f1f1f1;
}

.header.header3.dark .social-icons .social-icon:hover, .header.header3.dark .social-icons .social-icon:focus {
    background-color: #A26834;
    color: #fff;
}

/* Sticky Header */

@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .header.sticky-header.fixed {
        animation-duration: .6s;
        animation-name: fixedHeader;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1040;
    }

    .header.sticky-header.fixed .header-top { display: none; }

    .header.sticky-header.fixed .header-inner { display: none; }

    .header.sticky-header.fixed .header-bottom .navbar-nav > li > a .tip { top: -3px; }

    .boxed .header.sticky-header.fixed,
    .boxed-long .header.sticky-header.fixed {
        left: auto;
        right: auto;
    }
}

/* Header 2*/

@media (min-width: 992px) {
    .header2.sticky-header.fixed .header-inner { display: block; }

    .header2.sticky-header.fixed .site-logo {
        margin-bottom: 13px;
        margin-top: 13px;
    }

    .header2.sticky-header.fixed .navbar-nav > li {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header2.sticky-header.fixed .navbar-nav > li.cart-dropdown {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .header2.sticky-header.fixed .dropdown.cart-dropdown > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header2.sticky-header.fixed.transparent { background-color: #fff; }

    .header2.sticky-header.fixed.transparent.light, .header2.sticky-header.fixed.transparent.dark { background-color: #1b1b1b; }

    .header2.sticky-header.fixed.transparent.custom { background-color: #A26834; }

    .header2.sticky-header.fixed.header-boxed {
        box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.1), -2px -3px 6px rgba(0, 0, 0, 0.1);
        left: auto;
        right: auto;
        top: 20px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .header2.sticky-header.fixed.header-boxed { width: 940px; }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header2.sticky-header.fixed.header-boxed { width: 1140px; }
}

/* Fix For jump */

@media (min-width: 992px) {
    .transparent-sticky-header .sticky-wrapper { height: 0 !important; }
}

/* Header 4 */

@media (min-width: 992px) {
    .header4.sticky-header.fixed .header-inner { display: block; }

    .header4.sticky-header.fixed .site-logo {
        margin-bottom: 13px;
        margin-top: 13px;
    }

    .header4.sticky-header.fixed .header-info-boxes { margin-top: 12.5px; }

    .header4.sticky-header.fixed .dropdown.cart-dropdown > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header4.sticky-header.fixed .menu-toggle {
        margin-bottom: 11px;
        margin-top: 11px;
    }

    .header4.sticky-header.fixed .menu-toggle.jicon {
        margin-bottom: 13px;
        margin-top: 13px;
    }
}

/* ----------- 6.Homepages -------------
--------------------------------------*/

/* Homepages - Index */

.slider-container-index { background-color: #e1e1e1; }

@media (min-width: 1200px) {
    .slider-container-index { height: 520px; }
}

.slider-container-index .tp-caption strong { font-weight: 700 !important; }

.slider-container-index .hebe .tp-bullet-image { border-radius: 0; }

.tparrows.custom {
    background-color: rgba(255, 255, 255, 0.85);
    color: #121212;
    height: 54px;
    transition: background-color 0.4s;
    width: 54px;
}

.tparrows.custom:before {
    color: #121212;
    font-size: 16px;
    line-height: 54px;
}

.tparrows.custom:hover, .tparrows.custom:focus {
    background-color: #fff;
    color: #101010;
}

.tparrows.custom:hover:before, .tparrows.custom:focus:before { color: #101010; }

/* Homepages - Index2 */

.slider-container-index2 { background-color: #e1e1e1; }

@media (min-width: 1200px) {
    .slider-container-index2 { height: 600px; }
}

.slider-container-index2 .tp-caption strong { font-weight: 700 !important; }

.slider-container-index2 .tp-caption iframe {
    border: none;
    outline: none;
}

.boxed-news-container { padding: 15px; }

@media (min-width: 992px) {
    .boxed-news-container {
        margin: 0 auto;
        max-width: 80%;
    }
}

.boxed-news-container .entry { margin-bottom: 0 !important; }

/* Homepages - Index3*/

.slider-container-index3 {
    background-color: #171717;
    height: 100vh;
}

.slider-container-index3 .tp-caption strong { font-weight: 700 !important; }

.services-section-edge {
    padding-bottom: 110px;
    padding-top: 70px;
    position: relative;
}

.services-section-edge::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.about-section-edge {
    padding-bottom: 130px;
    position: relative;
}

.about-section-edge::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(240,240,240)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.about-section-edge .container { position: relative; }

.more-about-section-edge {
    padding-bottom: 130px;
    position: relative;
}

.more-about-section-edge::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.more-about-section-edge .money-bag-img {
    display: block;
    height: auto;
    margin-top: -150px;
    max-width: 100%;
    position: relative;
    z-index: 900;
}

.team-section-edge {
    padding-bottom: 135px;
    position: relative;
}

.team-section-edge::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(240,240,240)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.team-section-edge .member { margin-bottom: 0; }

.portfolio-section-edge {
    padding-bottom: 130px;
    position: relative;
}

.portfolio-section-edge::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.portfolio-section-edge .portfolio-item { margin-bottom: 0; }

.extra-info-section-edge {
    padding-bottom: 130px;
    position: relative;
}

.extra-info-section-edge::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(240,240,240)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.extra-info-section-edge .extra-img {
    display: block;
    height: auto;
    margin-top: -90px;
    max-width: 100%;
    position: relative;
    z-index: 900;
}

.news-section-edge { padding-bottom: 60px; }

/* Homepages - Index 4*/

.page-header.header-top-page { padding: 165px 0 0; }

@media (min-width: 768px) {
    .page-header.header-top-page { padding-top: 235px; }
}

@media (min-width: 992px) {
    .page-header.header-top-page { padding-top: 200px; }
}

.typed-header {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 481px) {
    .typed-header { font-size: 18px; }
}

@media (min-width: 768px) {
    .typed-header { font-size: 22px; }
}

@media (min-width: 992px) {
    .typed-header { font-size: 26px; }
}

@media (min-width: 1200px) {
    .typed-header { font-size: 30px; }
}

/* Homepages - Index5 */

.slider-container5 { background-color: #c7c7c7; }

@media (min-width: 1200px) {
    .slider-container5 { height: 540px; }
}

/* Homepages - Index6 */

.slider-container6 { background-color: #e1e1e1; }

@media (min-width: 1200px) {
    .slider-container6 { height: 520px; }
}

.slider-container6 .tp-caption strong { font-weight: 700 !important; }

/* Homepages - Index7 */

.slider-container-index7 { background-color: #e1e1e1; }

@media (min-width: 1200px) {
    .slider-container-index7 { height: 600px; }
}

.slider-container-index7 .tp-caption strong { font-weight: 700 !important; }

#portfolio-filter.vertical-filter { margin-bottom: 30px; }

@media (min-width: 992px) {
    #portfolio-filter.vertical-filter { border: none; }

    #portfolio-filter.vertical-filter > li {
        display: block;
        float: none;
        margin: 6px 0;
        text-align: left;
    }

    #portfolio-filter.vertical-filter > li > a {
        display: block;
        padding: 0 0 0 10px;
    }

    #portfolio-filter.vertical-filter > li:before {
        bottom: 50%;
        height: auto;
        left: auto;
        right: auto;
        top: 50%;
        width: 2px;
    }

    #portfolio-filter.vertical-filter > li.active:before {
        bottom: 0;
        top: 0;
    }
}

.video-box-section-wrapper {
    border: 12px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    max-width: 630px;
}

/* Homepages - Index8 */

.slider-container8 { background-color: #e1e1e1; }

@media (min-width: 1200px) {
    .slider-container8 { height: 600px; }
}

.contact-info-area {
    margin-bottom: 25px;
    text-align: center;
}

.contact-info-area i {
    background-color: #A26834;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 12px;
    text-align: center;
    width: 46px;
}

.contact-info-area strong { color: #555; }

.contact-info-area address { line-height: 1.6; }

.contact-info-area address,
.contact-info-area p {
    line-height: 1.6;
    margin-bottom: 3px;
}

/* Homepages - Index9 */

.home-info-form-section {
    padding-bottom: 55px;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .home-info-form-section {
        padding-bottom: 50px;
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .home-info-form-section {
        padding-bottom: 0;
        padding-top: 100px;
    }
}

.home-info-form-section .overlay { opacity: 0.6; }

.home-info-form-section .home-info-form-content { padding-bottom: 30px; }

@media (min-width: 992px) {
    .home-info-form-section .home-info-form-content { padding-left: 25px; }
}

@media (min-width: 1600px) {
    .home-info-form-section .home-info-form-content { margin-top: 50px; }
}

.home-info-form-section .service {
    color: #eee;
    font-size: 14px;
    max-width: 460px;
}

.home-info-form-section .service .service-title {
    color: #fff;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.home-info-form-section .home-contact-form {
    background-color: #101010;
    max-width: 380px;
    outline: 8px solid rgba(255, 255, 255, 0.2);
    padding: 20px 15px;
}

@media (min-width: 992px) {
    .home-info-form-section .home-contact-form {
        margin-bottom: -120px;
        padding: 30px 25px;
    }
}

.home-info-form-section .home-contact-form h2, .home-info-form-section .home-contact-form h3 {
    color: #f1f1f1;
    font-weight: 400;
    text-transform: uppercase;
}

.home-info-form-section .home-contact-form label { color: #bebebe; }

.home-info-form-section .home-contact-form .form-control {
    background-color: #313131;
    border-color: #3b3b3b;
    color: #eee;
}

.home-info-form-section .home-contact-form .form-control:focus { background-color: #262626; }

.home-info-form-section .home-contact-form textarea.form-control { min-height: 100px; }

@media (min-width: 768px) {
    .man-standing-img { margin-top: -40px; }
}

@media (min-width: 992px) {
    .man-standing-img { margin-top: -90px; }
}

.entry-list-col .entry.entry-list-sm:last-child { margin-bottom: 0; }

.portfolio-item-col .portfolio-item:last-child { margin-bottom: 0; }

/* Homepages - Index10 */

.slider-container10 { background-color: #121212; }

@media (min-width: 1200px) {
    .slider-container10 { height: 600px; }
}

@media (min-width: 1200px) {
    .vertial-phone-img { margin-top: -40px; }
}

/* Homepages - Index Shop */

.slider-container-shop { background-color: #e1e1e1; }

@media (min-width: 1200px) {
    .slider-container-shop { height: 560px; }
}

.slider-container-shop .tp-caption strong { font-weight: 700 !important; }

.banner { position: relative; }

.banner a { display: block; }

.banner img {
    display: block;
    height: auto;
    width: 100%;
}

.shop-text p {
    margin-bottom: 8px;
    text-indent: 20px;
}

.shop-text .learn-more {
    float: right;
    font-weight: 600;
}

@media (min-width: 768px) {
    .shop-text .learn-more { margin-right: 25px; }
}

@media (min-width: 992px) {
    .shop-text .learn-more { margin-right: 35px; }
}

/* Clear product and entry margins for carousel */

.owl-carousel .product { margin-bottom: 6px; }

.owl-carousel .entry,
.owl-carousel .entry.entry-grid { margin-bottom: 0; }

.sidebar.shop-sidebar.home-shop-sidebar { padding-top: 12px; }

.sidebar.shop-sidebar .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.sidebar.shop-sidebar .widget.category-widget ul li { margin-bottom: 10px; }

.sidebar.shop-sidebar .widget.category-widget ul li a {
    display: block;
    font-weight: 600;
}

.sidebar.shop-sidebar .widget.category-widget ul li ul {
    padding-left: 10px;
    padding-top: 6px;
}

.sidebar.shop-sidebar .widget.category-widget ul li ul li { margin-bottom: 4px; }

.sidebar.shop-sidebar .widget.category-widget ul li ul li a { font-weight: 400; }

.sidebar.shop-sidebar .widget.category-widget ul li ul li a i {
    color: #9e9e9e;
    float: none;
    font-size: 90%;
    margin-right: 4px;
    margin-top: 0;
}

.sidebar.shop-sidebar .widget.brands-widget ul li { margin-bottom: 4px; }

.sidebar.shop-sidebar .widget.brands-widget ul li a { font-weight: 400; }

.sidebar.shop-sidebar .widget.brands-widget ul li a i {
    color: #9e9e9e;
    float: none;
    font-size: 90%;
    margin-right: 4px;
    margin-top: 0;
}

.sidebar.shop-sidebar .widget .product.product-sm {
    margin-bottom: 16px;
    padding-bottom: 0;
}

.sidebar.shop-sidebar .widget .banner-widget-slider .banner { border: 1px solid #eee; }

.sidebar.shop-sidebar .widget .banner-widget-slider .owl-dots {
    bottom: 18px;
    left: 0;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.sidebar.shop-sidebar .widget .banner-widget-slider .owl-dots .owl-dot:not(.active) {
    background-color: #fff;
    border-color: #fff;
}

/* Index Shop 2*/

.slider-container-shop2 {
    background-color: #171717;
    height: 100vh;
}

.slider-container-shop2 .tp-caption strong { font-weight: 700 !important; }

.nav.nav-tabs.style2, .nav.nav-pills.style2 {
    background-color: #e4e4ea;
    border-bottom: 1px solid #e0e0ea;
}

@media (min-width: 992px) {
    .nav.nav-tabs.style2 > li > a, .nav.nav-pills.style2 > li > a {
        font-size: 14px;
        padding-bottom: 11px;
        padding-top: 11px;
    }
}

.nav.nav-tabs.style2.nav-justified > li, .nav.nav-pills.style2.nav-justified > li { border-bottom: 1px solid #fff; }

.nav.nav-tabs.style2.nav-justified > li:last-child, .nav.nav-pills.style2.nav-justified > li:last-child { border-bottom: none; }

@media (min-width: 768px) {
    .nav.nav-tabs.style2.nav-justified > li, .nav.nav-pills.style2.nav-justified > li {
        border-bottom: none;
        border-right: 1px solid #fff;
    }

    .nav.nav-tabs.style2.nav-justified > li:last-child, .nav.nav-pills.style2.nav-justified > li:last-child { border-right: none; }
}

.shop-newsletter { color: #fff; }

.shop-newsletter h2 {
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .shop-newsletter h2 { font-size: 28px; }
}

@media (min-width: 992px) {
    .shop-newsletter h2 { font-size: 32px; }
}

.shop-newsletter form {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}

.shop-newsletter form:after {
    clear: both;
    content: '';
    display: table;
}

.shop-newsletter p {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
}

@media (min-width: 768px) {
    .shop-newsletter p { margin-bottom: 36px; }
}

.shop-newsletter .form-control {
    float: left;
    margin-bottom: 0;
    width: calc(100% - 104px);
}

.shop-newsletter .btn {
    margin-left: 4px;
    width: 100px;
}

/* Info Boxes */

.info-boxes-container {
    background-color: #f1f1fa;
    border-bottom: 1px solid #e3e3ea;
    border-top: 1px solid #e3e3ea;
    margin-bottom: 30px;
    width: 100%;
    /* Dark Color */
    /* Custom Color */
}

@media (min-width: 768px) {
    .info-boxes-container > .container,
    .info-boxes-container > .container-fluid {
        border-collapse: collapse;
        display: table;
        table-layout: fixed;
    }
}

@media (max-width: 767px) {
    .info-boxes-container > .container,
    .info-boxes-container > .container-fluid { padding: 0; }
}

.info-boxes-container > .container-fluid { width: 100%; }

.info-boxes-container .info-box {
    border-bottom: 1px solid #f0f0fa;
    display: block;
    font-size: 0;
    padding: 12px 15px 9px;
    position: relative;
}

.info-boxes-container .info-box:nth-child(2n) { background-color: #f8f8fa; }

.info-boxes-container .info-box:last-child { border-bottom: none; }

.info-boxes-container .info-box .info-box-wrapper {
    display: inline-block;
    padding-left: 38px;
    position: relative;
}

@media (min-width: 768px) {
    .info-boxes-container .info-box {
        border-bottom: none;
        border-right: 1px solid #e3e3ea;
        display: table-cell;
        width: 33%;
    }

    .info-boxes-container .info-box:last-child { border-right: none; }
}

@media (max-width: 767px) {
    .info-boxes-container .info-box.text-center { text-align: left !important; }
}

.info-boxes-container .info-box.text-center .info-box-content { text-align: left; }

.info-boxes-container .info-box-icon {
    -ms-transform: translateY(-50%);
    color: #3a3a3a;
    display: inline-block;
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}

.info-boxes-container .info-box-content {
    color: #7e7e7e;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    vertical-align: middle;
}

.info-boxes-container .info-box-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.info-boxes-container p { margin-bottom: 0; }

.info-boxes-container.dark {
    background-color: #101010;
    border-color: #292929;
}

.info-boxes-container.dark .info-box { border-color: #292929; }

@media (min-width: 768px) {
    .info-boxes-container.dark .info-box { border-color: #292929; }
}

.info-boxes-container.dark .info-box:nth-child(2n) { background-color: #1b1b1b; }

.info-boxes-container.dark .info-box-icon { color: #eee; }

.info-boxes-container.dark .info-box-content { color: #8e8e8e; }

.info-boxes-container.dark .info-box-title { color: #f0f0f0; }

.info-boxes-container.custom {
    background-color: #A26834;
    border-color: #007ed4;
}

.info-boxes-container.custom .info-box { border-color: #007ed4; }

@media (min-width: 768px) {
    .info-boxes-container.custom .info-box { border-color: #007ed4; }
}

.info-boxes-container.custom .info-box:nth-child(2n) { background-color: #005d9c; }

.info-boxes-container.custom .info-box-icon { color: #f0f0f0; }

.info-boxes-container.custom .info-box-content { color: #2baaff; }

.info-boxes-container.custom .info-box-title { color: #f0f0f0; }

/* Index Shop 3*/

.slider-container-shop3 { background-color: #171717; }

@media (min-width: 1200px) {
    .slider-container-shop3 { height: 520px; }
}

.slider-container-shop3 .tp-caption strong { font-weight: 700 !important; }

/* Homepages - Index Portfolio */

.portfolio-header {
    font: 400 20px/1.2 "Open Sans", Arial, sans-serif;
    padding: 40px 0 45px;
}

@media (min-width: 768px) {
    .portfolio-header {
        font-size: 28px;
        padding-bottom: 70px;
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .portfolio-header {
        font-size: 36px;
        padding-bottom: 75px;
        padding-top: 65px;
    }
}

.portfolio-header.as-block { padding-bottom: 30px; }

.typed-cursor {
    animation: blink 0.7s infinite;
    opacity: 1;
}

@keyframes blink {
    0% { opacity: 1; }

    50% { opacity: 0; }

    100% { opacity: 1; }
}

.morphext > .animated { display: inline-block; }

/* Homepages - Index Photography */

.fotorama__thumb-border { border-color: #A26834; }

/* Fotorama Navigation Arrows */

.fotorama__arr {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    text-align: center;
    transition: opacity 0.4s;
    width: 34px;
}

@media (min-width: 768px) {
    .fotorama__arr {
        font-size: 22px;
        height: 42px;
        line-height: 42px;
        margin-top: -21px;
        width: 40px;
    }
}

@media (min-width: 992px) {
    .fotorama__arr {
        font-size: 26px;
        height: 52px;
        line-height: 52px;
        margin-top: -26px;
        width: 48px;
    }
}

.fotorama__arr:hover, .fotorama__arr:focus { background-color: rgba(0, 0, 0, 0.6); }

.fotorama__arr--prev { left: 0; }

.fotorama__arr--prev:before { content: "\f104"; }

.fotorama__arr--next { right: 0; }

.fotorama__arr--next:before { content: "\f105"; }

/* Thumbnail over */

.fotorama-nav-over .fotorama__nav-wrap {
    bottom: 20px;
    left: 0;
    position: absolute;
    z-index: 99;
}

/* Circle Thumbnails */

.fotorama-circle-thumbs .fotorama__thumb,
.fotorama-circle-thumbs .fotorama__thumb img,
.fotorama-circle-thumbs .fotorama__thumb-border,
.fotorama-circle-thumbs .fotorama__thumb-border img { border-radius: 50%; }

/* Caption */

.fotorama__caption {
    -ms-transform: translateY(-50%);
    bottom: auto;
    font: 300 26px/1 "Open Sans", Arial, sans-serif;
    left: 40px;
    right: 40px;
    text-align: center;
    text-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .fotorama__caption {
        font-size: 34px;
        left: 50px;
        right: 50px;
    }
}

@media (min-width: 992px) {
    .fotorama__caption {
        font-size: 42px;
        left: 60px;
        right: 60px;
    }
}

.fotorama__caption .fotorama__caption__wrap {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.56);
    color: #fff;
    padding: 0.3em 0.75em;
}

/* Homepages - Index Blog */

.featured-entry-carousel { margin-bottom: 40px; }

@media (min-width: 768px) {
    .featured-entry-carousel { margin-bottom: 50px; }
}

@media (min-width: 992px) {
    .featured-entry-carousel { margin-bottom: 60px; }
}

.featured-entry {
    overflow: hidden;
    position: relative;
}

.featured-entry figure a { display: block; }

.featured-entry figure a:after {
    background-color: #101010;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s;
    visibility: hidden;
    z-index: 10;
}

.featured-entry figure img {
    display: block;
    height: auto;
    width: 100%;
}

.featured-entry .fentry-content {
    bottom: 0;
    left: 0;
    opacity: 0.8;
    padding: 10px 15px 18px;
    position: absolute;
    right: 0;
    transition: all 0.4s;
    z-index: 20;
}

@media (min-width: 992px) {
    .featured-entry .fentry-content {
        padding-bottom: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.featured-entry a { color: #fff; }

.featured-entry a:hover, .featured-entry a:focus { color: #A26834; }

.featured-entry h2 {
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-bottom: 14px;
    max-width: 220px;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .featured-entry h2 {
        font-size: 17px;
        max-width: 260px;
    }
}

.featured-entry .fentry-meta {
    color: #eee;
    font-size: 0;
}

.featured-entry .fentry-meta > span {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}

.featured-entry .fentry-meta > span i { margin-right: 4px; }

.featured-entry:hover .fentry-content { opacity: 1; }

.featured-entry:hover figure a:after {
    opacity: 0.55;
    visibility: visible;
}

/* ----------- 7.About -----------------
--------------------------------------*/

/* About Us */

.member { margin-bottom: 30px; }

.member .member-top {
    background-color: #A26834;
    margin-bottom: 20px;
    position: relative;
}

.member .member-top figure {
    position: relative;
    transition: all 0.4s;
    z-index: 1;
}

.member .member-top figure img {
    display: block;
    height: auto;
    width: 100%;
}

.member .member-top .social-icons {
    bottom: 0;
    left: 0;
    padding: 7px 15px;
    position: absolute;
    z-index: 0;
}

.member .member-top .social-icons label {
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 400;
    margin-right: 4px;
}

.member .member-top .social-icons .social-icon {
    color: #eee;
    padding: 3px 2px;
}

.member .member-top .social-icons .social-icon:hover, .member .member-top .social-icons .social-icon:focus { color: #c00f3c; }

.member .member-title {
    font-size: 17px;
    margin-bottom: 15px;
}

.member .member-title small {
    background-color: #f4f4fa;
    color: #A26834;
    display: inline-block;
    float: right;
    font-size: 70%;
    font-weight: 600;
    padding: 2px 3px 3px;
}

.member .member-title:after {
    clear: both;
    content: '';
    display: table;
}

.member.text-center .member-top .social-icons { right: 0; }

.member.text-center .member-title { margin-bottom: 10px; }

.member.text-center .member-title small {
    background-color: transparent;
    display: block;
    float: none;
    margin-top: 8px;
}

.member span { color: #A26834; }

.member:hover .member-top figure {
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
}

.owl-carousel .member { margin-bottom: 0; }

/* Fix for member image animation */

.team-carousel-wrapper { overflow: hidden; }

.team-carousel-wrapper .owl-stage-outer { overflow: visible; }

.testimonials-inline .testimonial { position: relative; }

.testimonials-inline .testimonial blockquote {
    background-color: #f0f0f0;
    border-color: #ebebeb;
    padding: 22px 18px 18px;
}

.bg-gray .testimonials-inline .testimonial blockquote {
    background-color: #e6e6e6;
    border-color: #dedede;
}

.testimonials-inline .testimonial blockquote figure {
    border: 3px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 19px;
    max-width: 66px;
}

@media (max-width: 767px) {
    .testimonials-inline .testimonial blockquote figure { float: none; }
}

.testimonials-inline .testimonial blockquote figure img {
    border-radius: 50%;
    display: block;
    height: auto;
    width: 100;
}

.testimonials-inline .testimonial blockquote p,
.testimonials-inline .testimonial blockquote cite { margin-left: 85px; }

@media (max-width: 767px) {
    .testimonials-inline .testimonial blockquote p,
    .testimonials-inline .testimonial blockquote cite { margin-left: 0; }
}

.testimonials-inline .testimonial blockquote:after {
    clear: both;
    content: '';
    display: table;
}

.testimonials-inline .testimonial.transparent {
    background-color: transparent !important;
    border: none !important;
    color: inherit;
}

.testimonials-inline .testimonial.transparent blockquote {
    background-color: transparent !important;
    border: none !important;
    color: inherit;
    padding: 0;
}

.testimonials-inline .testimonial.transparent blockquote cite { color: inherit; }

.testimonials-inline .owl-nav { margin-top: 15px; }

.sync-carousel.owl-carousel .owl-item img { border: 1px solid transparent; }

.sync-carousel.owl-carousel .owl-item.center img { border-color: #A26834; }

/*About Me*/

.aboutme-section-container { overflow: hidden; }

.aboutme-section { margin-bottom: 35px; }

@media (min-width: 768px) {
    .aboutme-section { margin-bottom: 45px; }
}

.aboutme-section p:last-child { margin-bottom: 0; }

.aboutme-img {
    display: block;
    height: auto;
    margin: -10px auto 0;
    max-width: 100%;
}

/* -------- 8.Services Pages -----------
--------------------------------------*/

.testimonials-wrapper {
    margin: 0 auto;
    max-width: 680px;
}

.testimonial {
    background-color: rgba(255, 255, 255, 0.3);
    color: #101010;
    margin: 0;
    max-width: 680px;
    transition: background 0.5s ease;
}

.text-white .testimonial { color: inherit; }

.testimonial.transparent { background-color: transparent !important; }

.testimonial.dark { background-color: rgba(0, 0, 0, 0.4) !important; }

.testimonial blockquote {
    background-color: transparent;
    margin: 0;
}

.testimonial figure {
    border: 3px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 66px;
}

.bg-image .testimonial figure { border-color: rgba(255, 255, 255, 0.4); }

.testimonial figure img {
    border-radius: 50%;
    display: block;
    height: auto;
    width: 100;
}

.testimonial cite {
    color: #222;
    font-weight: 600;
}

.text-white .testimonial cite { color: inherit; }

.testimonial:hover { background-color: rgba(255, 255, 255, 0.55); }

.testimonials-container { color: #fff; }

.testimonials-container .owl-dot {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.45;
}

.testimonials-container .owl-dot:hover, .testimonials-container .owl-dot:focus { opacity: 1; }

.testimonials-container .owl-dot.active {
    background-color: #A26834 !important;
    border-color: #A26834 !important;
    opacity: 1;
}

.testimonials-container.bg-gray .owl-dot {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}

.testimonials-container.bg-dark .testimonial, .testimonials-container.bg-darker .testimonial, .testimonials-container.bg-custom .testimonial, .testimonials-container.bg-custom2 .testimonial {
    background-color: transparent;
    color: #b7b7b7;
}

.testimonials-container.bg-dark .testimonial figure, .testimonials-container.bg-darker .testimonial figure, .testimonials-container.bg-custom .testimonial figure, .testimonials-container.bg-custom2 .testimonial figure { border-color: rgba(255, 255, 255, 0.3); }

.testimonials-container.bg-dark .testimonial blockquote cite, .testimonials-container.bg-darker .testimonial blockquote cite, .testimonials-container.bg-custom .testimonial blockquote cite, .testimonials-container.bg-custom2 .testimonial blockquote cite { color: #fff; }

.testimonials-container.bg-custom .testimonial { color: #31acff; }

.testimonials-container.bg-custom .owl-dot.active {
    background-color: #f5a95d !important;
    border-color: #f5a95d !important;
}

.testimonials-container.bg-custom2 .testimonial { color: #f25c82; }

.testimonials-container.bg-custom2 .owl-dot.active {
    background-color: #910b2d !important;
    border-color: #910b2d !important;
}

.client {
    border: 1px solid #f2f2f2;
    display: block;
    transition: border 0.4s;
}

.client img {
    display: block;
    height: auto;
    width: 100%;
}

.client:hover, .client:focus { border-color: #eaeaea; }

.client.dark { border-color: #6e6e6e; }

.client.dark:hover, .client.dark:focus { border-color: #222; }

.client.no-border { border: none !important; }

.bg-image .client:not(.dark),
.parallax .client:not(.dark),
.bg-custom .client:not(.dark),
.bg-custom2 .client:not(.dark),
.bg-dark .client:not(.dark),
.bg-darker .client:not(.dark) { border: 1px solid rgba(255, 255, 255, 0.2); }

.bg-image .client:not(.dark):hover, .bg-image .client:not(.dark):focus,
.parallax .client:not(.dark):hover,
.parallax .client:not(.dark):focus,
.bg-custom .client:not(.dark):hover,
.bg-custom .client:not(.dark):focus,
.bg-custom2 .client:not(.dark):hover,
.bg-custom2 .client:not(.dark):focus,
.bg-dark .client:not(.dark):hover,
.bg-dark .client:not(.dark):focus,
.bg-darker .client:not(.dark):hover,
.bg-darker .client:not(.dark):focus { border-color: #fff; }

/* ----------- 9.Blog -----------------
--------------------------------------*/

.entry {
    margin-bottom: 70px;
    /* Entry Grid */
    /* Entry List */
    /* Entry list smaller*/
}

@media (max-width: 767px) {
    .entry { margin-bottom: 60px; }
}

.entry .entry-media {
    background-color: #A26834;
    margin-bottom: 25px;
    position: relative;
}

.entry .entry-media figure {
    position: relative;
    transition: all 0.45s;
    z-index: 1;
}

.entry .entry-media figure a { display: block; }

.entry .entry-media figure img {
    display: block;
    height: auto;
    width: 100%;
}

.entry .entry-media .entry-meta {
    bottom: 0;
    color: #eaeaea;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

.entry .entry-media .entry-meta a,
.entry .entry-media .entry-meta span {
    color: #eaeaea;
    display: inline;
    transition: color 0.4s;
}

.entry .entry-media .entry-meta a i,
.entry .entry-media .entry-meta span i {
    font-size: 90%;
    margin-right: 5px;
}

.entry .entry-media .entry-meta a:last-child,
.entry .entry-media .entry-meta span:last-child { margin-right: 0; }

.entry .entry-media .entry-meta a + a:before,
.entry .entry-media .entry-meta a + span:before,
.entry .entry-media .entry-meta span + a:before,
.entry .entry-media .entry-meta span + span:before {
    content: '/';
    margin: 0 12px 0 10px;
}

.entry .entry-media .entry-meta a:hover, .entry .entry-media .entry-meta a:focus,
.entry .entry-media .entry-meta span:hover,
.entry .entry-media .entry-meta span:focus { color: #fff; }

@media (max-width: 767px) {
    .entry .entry-media .entry-meta {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.entry .entry-title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 19px;
    position: relative;
}

.entry .entry-title i {
    background-color: #A26834;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 34px;
    left: 0;
    line-height: 34px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
}

.entry .entry-title a {
    color: #222;
    display: block;
    margin-left: 46px;
}

.entry .entry-title a:hover, .entry .entry-title a:focus { color: #A26834; }

.entry .entry-content > p:last-of-type { margin-bottom: 7px; }

.entry .readmore {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}

.entry .readmore i { margin-left: 5px; }

.entry blockquote {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 767px) {
    .entry blockquote {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.entry:hover .entry-media figure {
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
}

.entry:hover.entry-grid .entry-media figure {
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
}

.entry.entry-grid { margin-bottom: 30px; }

.entry.entry-grid .entry-media { margin-bottom: 18px; }

.entry.entry-grid .entry-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.entry.entry-grid .entry-title i {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    width: 30px;
}

.entry.entry-grid .entry-title a { margin-left: 40px; }

.entry.entry-grid .entry-meta {
    font-size: 11px;
    padding: 7px 15px;
}

.entry.entry-grid .entry-meta a + a:before,
.entry.entry-grid .entry-meta a + span:before,
.entry.entry-grid .entry-meta span + a:before,
.entry.entry-grid .entry-meta span + span:before {
    content: '/';
    margin: 0 7px 0 5px;
}

.entry.entry-grid blockquote { font-size: 14px; }

.entry.entry-grid .carousel-control {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    width: 30px;
}

.entry.entry-grid .readmore { font-size: 11px; }

.entry.entry-list { margin-bottom: 60px; }

@media (min-width: 992px) {
    .entry.entry-list .entry-media { margin-bottom: 0; }
}

.entry.entry-list-sm { margin-bottom: 25px; }

@media (min-width: 768px) {
    .entry.entry-list-sm { margin-bottom: 35px; }
}

.entry.entry-list-sm .entry-media { margin-bottom: 14px; }

@media (min-width: 481px) {
    .entry.entry-list-sm .entry-media { margin-bottom: 0; }
}

.entry.entry-list-sm .row {
    margin-left: -10px;
    margin-right: -10px;
}

.entry.entry-list-sm .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.entry.entry-list-sm .entry-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 7px;
    margin-top: -2px;
}

@media (min-width: 768px) {
    .entry.entry-list-sm .entry-title { font-size: 15px; }
}

.entry.entry-list-sm .entry-title a { margin-left: 0; }

.entry.entry-list-sm .entry-meta { font-size: 13px; }

.entry.entry-list-sm .entry-meta > span,
.entry.entry-list-sm .entry-meta > a {
    color: #444;
    display: block;
    margin-bottom: 2px;
}

.entry.entry-list-sm .entry-meta > span i,
.entry.entry-list-sm .entry-meta > a i {
    color: #666;
    margin-right: 5px;
}

.entry.entry-list-sm .entry-meta a { color: #444; }

.entry.entry-list-sm .entry-meta a:hover, .entry.entry-list-sm .entry-meta a:focus { color: #A26834; }

.entry.entry-list-sm .readmore { font-size: 12px; }

.entry.entry-list-sm:hover .entry-media figure, .entry.entry-list-sm:focus .entry-media figure {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.touch .entry .entry-media .entry-meta,
.touch .entry.entry-grid .entry-media .entry-meta {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
}

.touch .entry:hover .entry-media figure,
.touch .entry.entry-grid:hover .entry-media figure {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#blog-item-container { margin-bottom: 40px; }

@media (max-width: 767px) {
    #blog-item-container { margin-bottom: 25px; }
}

#blog-item-container > .entry-grid { float: left; }

#blog-item-container:after {
    clear: both;
    content: '';
    display: table;
}

.blog-row {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-row:after {
    clear: both;
    content: '';
    display: table;
}

.row > #blog-item-container > .entry-grid,
.blog-row > #blog-item-container > .entry-grid { padding: 0 15px; }

@media (min-width: 768px) {
    .max-col-6 .entry-grid,
    .max-col-5 .entry-grid,
    .max-col-4 .entry-grid,
    .max-col-3 .entry-grid,
    .max-col-2 .entry-grid { width: 50%; }

    .max-col-6 .entry-grid.wide,
    .max-col-5 .entry-grid.wide,
    .max-col-4 .entry-grid.wide,
    .max-col-3 .entry-grid.wide,
    .max-col-2 .entry-grid.wide { width: 100%; }
}

@media (min-width: 992px) {
    .max-col-4 .entry-grid,
    .max-col-3 .entry-grid { width: 33.3%; }

    .max-col-4 .entry-grid.wide,
    .max-col-3 .entry-grid.wide { width: 66.6%; }
}

@media (min-width: 992px) {
    .max-col-6 .entry-grid,
    .max-col-5 .entry-grid { width: 25%; }

    .max-col-6 .entry-grid.wide,
    .max-col-5 .entry-grid.wide { width: 50%; }
}

@media (min-width: 1200px) {
    .max-col-4 .entry-grid { width: 25%; }

    .max-col-4 .entry-grid.wide { width: 50%; }
}

@media (min-width: 1200px) {
    .max-col-5 .entry-grid { width: 20%; }

    .max-col-5 .entry-grid.wide { width: 40%; }
}

@media (min-width: 1200px) {
    .max-col-6 .entry-grid { width: 16.66%; }

    .max-col-6 .entry-grid.wide { width: 33.3%; }
}

/* Sidebar */

@media (max-width: 991px) {
    .sidebar { margin-bottom: 90px; }
}

.sidebar .widget { margin-bottom: 50px; }

.sidebar .widget a { color: #323232; }

.sidebar .widget a:hover, .sidebar .widget a:focus { color: #A26834; }

.sidebar .widget .widget-title {
    color: #323232;
    font-size: 15px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.sidebar .widget .widget-title > span {
    background-color: #fff;
    display: inline-block;
    padding-right: 35px;
}

.sidebar .widget.search-widget { position: relative; }

.sidebar .widget.search-widget .form-control {
    background-color: #f6f6fa;
    border-color: #eee;
    margin-bottom: 0;
    padding-right: 90px;
}

.sidebar .widget.search-widget .btn {
    border-radius: 0;
    color: #a7a7a7;
    font-size: 16px;
    padding: 7px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
}

.sidebar .widget.search-widget .btn:hover, .sidebar .widget.search-widget .btn:focus {
    color: #A26834;
    outline: none;
}

.sidebar .widget .posts-list li {
    background-color: #f6f6fa;
    margin-bottom: 12px;
    padding: 6px;
    transition: all 0.4s;
}

.sidebar .widget .posts-list li figure {
    float: left;
    max-width: 52px;
}

.sidebar .widget .posts-list li figure a { display: block; }

.sidebar .widget .posts-list li figure img {
    display: block;
    height: auto;
    width: 100%;
}

.sidebar .widget .posts-list li h5, .sidebar .widget .posts-list li span {
    display: block;
    margin-left: 62px;
}

.sidebar .widget .posts-list li h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 6px;
}

.sidebar .widget .posts-list li span {
    font-size: 12px;
    font-style: italic;
}

.sidebar .widget .posts-list li:after {
    clear: both;
    content: '';
    display: table;
}

.sidebar .widget .posts-list li:hover { background-color: #eee; }

.sidebar .widget .fa-ul li {
    margin-bottom: 9px;
    padding-bottom: 4px;
    position: relative;
}

.sidebar .widget .fa-ul li:last-child { margin-bottom: 0; }

.sidebar .widget .fa-ul li .fa-li { font-size: 85%; }

.sidebar .widget .fa-ul li:before, .sidebar .widget .fa-ul li:after {
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
}

.sidebar .widget .fa-ul li:before {
    background-color: #eee;
    left: 0;
    right: 0;
}

.sidebar .widget .fa-ul li:after {
    background-color: #A26834;
    left: 0;
    right: 100%;
    transition: all 0.45s;
}

.sidebar .widget .fa-ul li:hover:after {
    left: 0;
    right: 0;
}

.sidebar .widget .tagcloud a {
    background-color: #f6f6fa;
    color: #333;
    display: block;
    float: left;
    margin: 0 6px 6px 0;
    padding: 4px 9px;
    transition: background 0.45s;
}

.sidebar .widget .tagcloud a:hover, .sidebar .widget .tagcloud a:focus {
    background-color: #A26834;
    color: #fff;
}

.sidebar .widget .tagcloud:after {
    clear: both;
    content: '';
    display: table;
}

.sidebar .widget.flickr-widget .row {
    margin-left: -4px;
    margin-right: -4px;
}

.sidebar .widget.flickr-widget .flickr-widget-list { list-style: none; }

.sidebar .widget.flickr-widget .flickr-widget-list li {
    display: block;
    float: left;
    margin: 0 3px 6px;
    max-width: 60px;
    overflow: hidden;
    padding: 0;
    width: calc(25% - 6px);
}

.sidebar .widget.flickr-widget .flickr-widget-list li a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.sidebar .widget.flickr-widget .flickr-widget-list li a img {
    display: block;
    height: auto;
    width: 100%;
}

.sidebar .widget .tweet_list li {
    background-color: #f6f6fa;
    margin-bottom: 14px;
    padding: 7px 10px 7px 10px;
    position: relative;
    transition: all 0.4s;
}

.sidebar .widget .tweet_list li .twitter-icon {
    bottom: 6px;
    color: #c7c7c7;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sidebar .widget .tweet_list li .tweet_time {
    color: #6a6a6a;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 9px;
    padding-top: 3px;
    position: relative;
}

.sidebar .widget .tweet_list li .tweet_time:after {
    background-color: #eee;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.sidebar .widget .tweet_list li:hover { background-color: #eaeaea; }

.sidebar .widget .tweet_list li:last-child { margin-bottom: 0; }

/* Single Post */

.single .entry:not(.entry-grid) { margin-bottom: 50px; }

.single .entry:not(.entry-grid):hover figure {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.single .entry:not(.entry-grid) .entry-media { margin-bottom: 30px; }

.single .entry:not(.entry-grid) > .entry-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.single .entry:not(.entry-grid) > .entry-meta { margin-bottom: 18px; }

.single .entry:not(.entry-grid) > .entry-meta a, .single .entry:not(.entry-grid) > .entry-meta span { color: #6a6a6a; }

.single .entry:not(.entry-grid) > .entry-meta a i, .single .entry:not(.entry-grid) > .entry-meta span i {
    font-size: 90%;
    margin-right: 10px;
}

.single .entry:not(.entry-grid) > .entry-meta a + a:before,
.single .entry:not(.entry-grid) > .entry-meta a + span:before, .single .entry:not(.entry-grid) > .entry-meta span + a:before,
.single .entry:not(.entry-grid) > .entry-meta span + span:before {
    content: '/';
    margin: 0 12px 0 10px;
}

.single .entry:not(.entry-grid) > .entry-meta a:hover, .single .entry:not(.entry-grid) > .entry-meta a:focus { color: #A26834; }

.single .entry:not(.entry-grid) > .entry-content { margin-bottom: 40px; }

.single .entry:not(.entry-grid) > .entry-content blockquote { margin: 30px 0; }

.single .entry:not(.entry-grid) > .entry-content h2, .single .entry:not(.entry-grid) > .entry-content h3, .single .entry:not(.entry-grid) > .entry-content h4 {
    line-height: 1.35;
    margin-top: 25px;
}

.single .entry-author {
    background-color: #f6f6fa;
    color: #333;
    padding: 25px 25px 20px;
}

.single .entry-author figure { float: left; }

@media (max-width: 480px) {
    .single .entry-author figure {
        margin-right: 15px;
        max-width: 50px;
    }
}

.single .entry-author a { color: #222; }

.single .entry-author a:hover, .single .entry-author a:focus { color: #A26834; }

.single .entry-author .author-content { margin-left: 115px; }

@media (max-width: 480px) {
    .single .entry-author .author-content { margin-left: 0; }
}

.single .entry-author .author-content h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.single .entry-author .author-content p:last-of-type { margin-bottom: 5px; }

.single .entry-author .author-content .social-icon { color: #4e4e4e; }

.single .entry-author .author-content .social-icon:hover, .single .entry-author .author-content .social-icon:focus { color: #A26834; }

.single .entry-author:after {
    clear: both;
    content: '';
    display: table;
}

.single .single-related-posts { margin-bottom: 35px; }

.single .single-related-posts .entry { margin-bottom: 0; }

.single .comments { margin-bottom: 30px; }

.single .comments .media { margin-top: 0; }

.single .comments .media .media-object, .single .comments .media .media-object img { border-radius: 0; }

.single .comments .media .media-left { padding: 0; }

@media (max-width: 480px) {
    .single .comments .media .media-left { display: none; }
}

.single .comments .media .media-body { padding-left: 25px; }

@media (max-width: 480px) {
    .single .comments .media .media-body { padding-left: 0; }
}

.single .comments .media ul { margin-left: 60px; }

@media (max-width: 767px) {
    .single .comments .media ul { margin-left: 40px; }
}

@media (max-width: 480px) {
    .single .comments .media ul { margin-left: 20px; }
}

.single .comments .comment {
    background-color: #f6f6fa;
    margin-bottom: 20px;
    padding: 20px;
}

.single .comments .comment h4 {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
}

.single .comments .comment h4 span {
    color: #d7d7d7;
    float: right;
    font-size: 90%;
    font-weight: 400;
}

.single .comments .comment p:last-child { margin-bottom: 0; }

.single .comment-respond { margin-bottom: 70px; }

@media (min-width: 992px) {
    .single .comment-respond { margin-bottom: 90px; }
}

/* ----------- 10.Portfolio -------------
--------------------------------------*/

#portfolio-filter {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    font-size: 0;
    margin: 0 0 60px;
}

.bg-gray #portfolio-filter { border-color: #e1e1e1; }

#portfolio-filter li {
    display: inline-block;
    position: relative;
}

#portfolio-filter li:before {
    background-color: #A26834;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    top: -1px;
    transition: all 0.35s;
}

#portfolio-filter li a {
    color: #323232;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.4s;
}

@media (min-width: 768px) {
    #portfolio-filter li a {
        font-size: 12px;
        padding: 15px 10px;
    }
}

@media (min-width: 992px) {
    #portfolio-filter li a { font-size: 13px; }
}

#portfolio-filter li a:hover, #portfolio-filter li a:focus { color: #A26834; }

#portfolio-filter li.active:before {
    left: 0;
    right: 0;
}

#portfolio-filter li.active a { color: #A26834; }

#portfolio-item-container {
    margin-bottom: 70px;
    transition: all 0.45s;
}

#portfolio-item-container:after {
    clear: both;
    content: '';
    display: table;
}

.portfolio-item {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    /* Portfolio No gap */
}

.portfolio-item a { color: #222; }

.portfolio-item a:hover, .portfolio-item a:focus { color: #A26834; }

.portfolio-item figure { position: relative; }

.portfolio-item figure img {
    display: block;
    height: auto;
    width: 100%;
}

.portfolio-item figure:after {
    background-color: #101010;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.portfolio-item .zoom-btn,
.portfolio-item .link-btn {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    margin-top: -19px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.45s;
    visibility: hidden;
    width: 38px;
}

.portfolio-item .zoom-btn {
    -ms-transform: translateX(-25px);
    background-color: rgba(0, 105, 176, 0.6);
    left: 50%;
    margin-left: -36px;
    transform: translateX(-25px);
    z-index: 100;
}

.portfolio-item .zoom-btn:hover, .portfolio-item .zoom-btn:focus {
    background-color: rgba(0, 105, 176, 0.88);
    color: #fff;
}

.portfolio-item .link-btn {
    -ms-transform: translateX(25px);
    background-color: rgba(16, 16, 16, 0.6);
    margin-right: -36px;
    right: 50%;
    transform: translateX(25px);
    z-index: 99;
}

.portfolio-item .link-btn:hover, .portfolio-item .link-btn:focus {
    background-color: rgba(16, 16, 16, 0.88);
    color: #fff;
    z-index: 101;
}

.portfolio-item .portfolio-meta {
    margin-top: 14px;
    position: relative;
}

.portfolio-item .portfolio-title {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 3px;
}

.portfolio-item .portfolio-tags { font-size: 12px; }

.portfolio-item .portfolio-tags a { color: #9e9e9e; }

.portfolio-item .portfolio-tags a:hover, .portfolio-item .portfolio-tags a:focus { color: #A26834; }

.portfolio-item:hover figure:after {
    opacity: 0.5;
    visibility: visible;
}

.portfolio-item:hover .zoom-btn,
.portfolio-item:hover .link-btn {
    -ms-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.portfolio-item.portfolio-anim {
    background-color: #A26834;
    margin-bottom: 0;
}

.portfolio-item.portfolio-anim figure {
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}

.portfolio-item.portfolio-anim .portfolio-meta {
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 14px 15px 13px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.portfolio-item.portfolio-anim .portfolio-title a { color: #eee; }

.portfolio-item.portfolio-anim .portfolio-title a:hover, .portfolio-item.portfolio-anim .portfolio-title a:focus { color: #fff; }

.portfolio-item.portfolio-anim .portfolio-tags { color: #b7b7b7; }

.portfolio-item.portfolio-anim .portfolio-tags a { color: #0097fd; }

.portfolio-item.portfolio-anim .portfolio-tags a:hover, .portfolio-item.portfolio-anim .portfolio-tags a:focus { color: #fff; }

.portfolio-item.portfolio-anim:hover figure {
    -ms-transform: translateY(-72px);
    transform: translateY(-72px);
}

.portfolio-row {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-row:after {
    clear: both;
    content: '';
    display: table;
}

.row > #portfolio-item-container,
.portfolio-row > #portfolio-item-container { margin-bottom: 40px; }

.row > #portfolio-item-container > .portfolio-item,
.portfolio-row > #portfolio-item-container > .portfolio-item { padding: 0 15px; }

@media (min-width: 768px) {
    .max-col-6 .portfolio-item,
    .max-col-5 .portfolio-item,
    .max-col-4 .portfolio-item,
    .max-col-3 .portfolio-item,
    .max-col-2 .portfolio-item { width: 50%; }
}

@media (min-width: 992px) {
    .max-col-4 .portfolio-item,
    .max-col-3 .portfolio-item { width: 33.3%; }
}

@media (min-width: 992px) {
    .max-col-6 .portfolio-item,
    .max-col-5 .portfolio-item { width: 25%; }
}

@media (min-width: 1200px) {
    .max-col-4 .portfolio-item { width: 25%; }

    .max-col-4 .portfolio-item.wide { width: 50%; }
}

@media (min-width: 1200px) {
    .max-col-5 .portfolio-item { width: 20%; }

    .max-col-5 .portfolio-item.wide { width: 40%; }
}

@media (min-width: 1200px) {
    .max-col-6 .portfolio-item { width: 16.66%; }

    .max-col-6 .portfolio-item.wide { width: 33.3%; }
}

/* Light gallery lightbox custom css */

.lg-outer .lg-thumb { padding: 8px 0; }

.lg-outer .lg-thumb-item { border-radius: 0; }

/* Single Portfolio */

.portfolio-post-media { margin-bottom: 40px; }

.portfolio-post-media img {
    display: block;
    height: auto;
    width: 100%;
}

.portfolio-post-content { margin-bottom: 40px; }

.portfolio-post-content .portfolio-title {
    font-size: 20px;
    line-height: 1.2;
}

.portfolio-post-content ul {
    background-color: #f6f6fa;
    padding: 13px 15px 10px;
}

.portfolio-post-content ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.portfolio-post-content ul li > span {
    color: #222;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    min-width: 70px;
}

.portfolio-post-content ul li i { margin-right: 5px; }

.portfolio-post-content ul li:last-child { border-bottom: none; }

.portfolio-related-carousel .portfolio-item { margin-bottom: 0; }

/* --------- 11.Category(Shop) - Product
--------------------------------------*/

/* Products (Shop) */

.product {
    margin-bottom: 30px;
    padding-bottom: 26px;
    position: relative;
    width: 100%;
    /* Product List */
    /*Product-small */
}

.product .product-top {
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
}

.product .product-top figure a { display: block; }

.product .product-top img {
    display: block;
    height: auto;
    width: 100%;
}

.product .image-hover {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s;
    visibility: hidden;
}

.product:hover .image-hover {
    opacity: 1;
    visibility: visible;
}

.product .product-title {
    color: #222;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2px;
}

.product .product-title a { color: #222; }

.product .product-title a:hover, .product .product-title a:focus { color: #A26834; }

.product .product-price-container {
    bottom: 0;
    color: #f41d1d;
    font-size: 16px;
    left: 0;
    position: absolute;
}

.product .product-price-container .old-price {
    color: #9e9e9e;
    font-size: 13px;
    text-decoration: line-through;
}

.product .product-price-container span { vertical-align: baseline; }

.product .product-price-container .product-price { font-weight: 600; }

.product .btn.product-add-btn {
    -ms-transform: translateY(32px);
    background-color: #A26834;
    border: none;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    opacity: 0.9;
    padding: 6px 0px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(32px);
    transition: all 0.45s;
    width: 100%;
    z-index: 10;
}

.product .btn.product-add-btn:hover, .product .btn.product-add-btn:focus {
    background-color: #f5a95d;
    color: #fff;
    opacity: 1;
}

.product:hover .btn.product-add-btn, .product.focus .btn.product-add-btn {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product .label {
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
    padding: 6px 11px;
    position: absolute;
    top: 0;
    z-index: 20;
}

.product .label.popular {
    background-color: #49ba17;
    color: #fff;
    left: 0;
}

.product .label.discount {
    background-color: #d10707;
    color: #fff;
    right: 0;
}

.product.product-list { padding-bottom: 0; }

@media (min-width: 768px) {
    .product.product-list .product-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .product.product-list .product-top { margin-bottom: 0; }
}

@media (min-width: 992px) {
    .product.product-list { margin-bottom: 40px; }
}

.product.product-list .row {
    margin-left: -10px;
    margin-right: -10px;
}

.product.product-list .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.product.product-list .product-content { display: none; }

@media (min-width: 768px) {
    .product.product-list .product-content { display: block; }
}

.product.product-list .product-price-container {
    bottom: 0;
    left: auto;
    position: static;
    right: auto;
}

.product.product-sm {
    margin-bottom: 16px;
    padding-bottom: 0;
}

.product.product-sm:after {
    clear: both;
    content: '';
    display: table;
}

.product.product-sm .product-top {
    border: 1px solid #eee;
    float: left;
    margin-bottom: 0;
    width: 90px;
}

.product.product-sm .product-title,
.product.product-sm .product-price-container { padding-left: 105px; }

.product.product-sm .product-title { max-width: 240px; }

.product.product-sm .product-price-container {
    bottom: auto;
    left: auto;
    margin: 0;
    position: static;
    right: auto;
}

.products-container { margin-bottom: 20px; }

.products-container > .row,
.products-container > .shop-row {
    margin-left: -10px;
    margin-right: -10px;
}

.products-container > .row > .product,
.products-container > .shop-row > .product {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.products-container > .row > .product .product-price-container,
.products-container > .shop-row > .product .product-price-container { left: 10px; }

.shop-row:after {
    clear: both;
    content: '';
    display: table;
}

@media (min-width: 768px) {
    .max-col-5 .product,
    .max-col-4 .product,
    .max-col-3 .product,
    .max-col-2 .product { width: 50%; }

    .max-col-5 .product.wide,
    .max-col-4 .product.wide,
    .max-col-3 .product.wide,
    .max-col-2 .product.wide { width: 100%; }
}

@media (min-width: 992px) {
    .max-col-4 .product,
    .max-col-3 .product { width: 33.3%; }

    .max-col-4 .product.wide,
    .max-col-3 .product.wide { width: 66.6%; }
}

@media (min-width: 992px) {
    .max-col-6 .product,
    .max-col-5 .product { width: 25%; }

    .max-col-6 .product.wide,
    .max-col-5 .product.wide { width: 50%; }
}

@media (min-width: 1200px) {
    .max-col-4 .product { width: 25%; }

    .max-col-4 .product.wide { width: 50%; }
}

@media (min-width: 1200px) {
    .max-col-5 .product { width: 20%; }

    .max-col-5 .product.wide { width: 40%; }
}

/* Product Single - product.html */

.product-gallery-container { margin-bottom: 40px; }

@media (min-width: 992px) {
    .product-gallery-container { margin-bottom: 60px; }
}

.product-zoom-wrapper {
    background-color: #eee;
    padding: 2px;
}

.product-gallery-container img {
    display: block;
    height: auto;
    width: 100%;
}

.product-gallery a {
    background-color: #eee;
    display: block;
    padding: 2px;
    transition: background 0.4s;
}

.product-gallery a:hover, .product-gallery a:focus { background-color: #A26834; }

.product-gallery-wrapper { margin-top: 4px; }

.product-details { margin-bottom: 40px; }

@media (min-width: 992px) {
    .product-details { margin-bottom: 0; }
}

.product-details .product-title {
    color: #222;
    line-height: 1.2;
    margin-bottom: 12px;
}

.product-details .review-container {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 5px;
    padding: 10px 0;
}

.product-details .review-count { margin-left: 14px; }

.product-details .review-action:before {
    color: #777;
    content: '|';
    padding: 0 5px;
}

.product-details .product-price-container {
    color: #f41d1d;
    font-size: 26px;
    margin-bottom: 9px;
}

.product-details .product-price-container .old-price {
    color: #9e9e9e;
    font-size: 18px;
    text-decoration: line-through;
}

.product-details .product-price-container span { vertical-align: baseline; }

.product-details .product-price-container .product-price { font-weight: 400; }

.product-details .product-desc-box {
    background-color: #f6f6fa;
    border: 1px solid #f0f0fa;
    margin-bottom: 15px;
    max-width: 300px;
    padding: 13px 16px;
    position: relative;
}

.product-details .product-desc-box li { margin-bottom: 1px; }

.product-details .product-desc-box .shipping-box {
    -ms-transform: rotate(15deg);
    background-color: #222;
    border-radius: 50%;
    color: #fafafa;
    font-size: 10px;
    font-weight: 600;
    height: 70px;
    line-height: 1.2;
    min-width: 70px;
    padding-top: 9px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    transform: rotate(15deg);
}

.product-details .product-desc-box .shipping-box i {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-details label {
    color: #323232;
    font-size: 13px;
}

.product-details .product-action {
    border-top: 1px solid #eee;
    font-size: 0;
    margin-top: 12px;
    padding: 14px 0;
}

.product-details .product-action .product-quantity {
    display: inline-block;
    max-width: 120px;
    vertical-align: middle;
}

.product-details .product-action .product-quantity .form-control { margin-bottom: 0; }

.product-details .product-action .product-quantity + .btn { margin-left: 15px; }

.product-details .product-action .product-quantity .btn { vertical-align: middle; }

@media (min-width: 768px) {
    .product-details .panel .panel-body { padding: 15px 13px; }
}

.product-details .panel p {
    line-height: 1.55;
    text-indent: 10px;
}

.product-details .panel p:last-child { margin-bottom: 0; }

.product-details .panel .fa-ul { margin-bottom: 0; }

.product-details .panel .fa-ul li {
    line-height: 1.55;
    margin-bottom: 5px;
}

.product-details .panel .fa-ul li:last-child { margin-bottom: 0; }

.sidebar.product-sidebar .widget .widget-title.smaller {
    background-color: #f6f6fa;
    border: none;
    padding: 8px 12px;
}

@media (min-width: 768px) {
    .sidebar.product-sidebar .widget .widget-title.smaller {
        font-size: 12px;
        padding: 9px 12px 7px;
    }
}

.sidebar.product-sidebar .widget .product { margin-bottom: 25px; }

@media (min-width: 768px) {
    .sidebar.product-sidebar .widget .product { padding-bottom: 23px; }
}

.sidebar.product-sidebar .widget .product:last-child { margin-bottom: 0; }

@media (min-width: 768px) {
    .sidebar.product-sidebar .widget .product .product-title { font-size: 13px; }
}

@media (min-width: 768px) {
    .sidebar.product-sidebar .widget .product .product-price-container { font-size: 14px; }
}

/* Category(Shop) Pages */

.category-filter-row {
    background-color: #f6f6fa;
    margin-bottom: 25px;
    padding: 6px;
}

@media (min-width: 768px) {
    .category-filter-row { padding: 8px 15px; }
}

.category-filter-row .left { white-space: nowrap; }

.category-filter-row .left .filter-container { float: left; }

.category-filter-row .left .filter-container.filter-show { float: right; }

@media (min-width: 768px) {
    .category-filter-row .left {
        float: left;
        margin-bottom: 0;
    }

    .category-filter-row .left .filter-container { float: left; }

    .category-filter-row .left .filter-container.filter-show { float: left; }

    .category-filter-row .left .filter-sort { margin-right: 25px; }
}

.category-filter-row .left:after {
    clear: both;
    content: '';
    display: table;
}

.category-filter-row .right {
    margin-bottom: 10px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .category-filter-row .right {
        float: right;
        margin-bottom: 0;
    }
}

.category-filter-row .right:after {
    clear: both;
    content: '';
    display: table;
}

.category-filter-row label,
.category-filter-row .form-control {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: auto;
}

.category-filter-row label { margin-right: 6px; }

.category-filter-row .form-control {
    padding-left: 5px;
    padding-right: 5px;
}

.category-filter-row:after {
    clear: both;
    content: '';
    display: table;
}

.category-filter-row .cat-product-count,
.category-filter-row .btn,
.category-filter-row .filter-product-view {
    display: inline-block;
    vertical-align: middle;
}

.category-filter-row .btn + .btn { margin-left: 5px; }

.category-filter-row .cat-product-count {
    font-weight: 600;
    line-height: 32px;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .category-filter-row .cat-product-count { float: left; }
}

.category-filter-row .filter-product-view { font-size: 0; }

.category-filter-row .filter-product-view .btn.btn-sm {
    font-size: 18px;
    min-width: 32px;
    padding: 1px 3px 2px;
    text-align: center;
}

.category-filter-row .filter-product-view .btn.btn-sm i { margin: 0; }

@media (max-width: 767px) {
    .category-filter-row .filter-product-view { float: right; }
}

/* Sidebar */

@media (max-width: 991px) {
    .sidebar.shop-sidebar { margin-bottom: 70px; }
}

.sidebar.shop-sidebar .widget { margin-bottom: 35px; }

.sidebar.shop-sidebar .widget .widget-title { margin-bottom: 18px; }

.sidebar.shop-sidebar .widget .btn { color: #fff; }

.category-widget-btn {
    -webkit-transition: all 0.4s;
    background-color: #eaeaea;
    border-radius: 50%;
    color: #A26834;
    display: block;
    font-family: 'FontAwesome';
    font-size: 10px;
    height: 20px;
    left: 10px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 8px;
    transition: all 0.4s;
    width: 20px;
}

.category-widget-btn:after { content: "\f105"; }

.category-widget-btn:hover, .category-widget-btn:focus {
    background-color: #333;
    color: #fff;
}

.open .category-widget-btn:after { content: "\f107"; }

.filter-price-label { font-size: 12px; }

.filter-color-container,
.filter-size-container { font-size: 0; }

.filter-color-container .filter-row,
.filter-size-container .filter-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.filter-color-container .filter-row:after,
.filter-size-container .filter-row:after {
    clear: both;
    content: '';
    display: table;
}

.filter-color-box,
.filter-size-box {
    display: inline-block;
    height: 24px;
    margin: 0 2.5px 5px;
    transition: all 0.5s;
    width: 24px;
}

.filter-color-box:hover, .filter-color-box:focus,
.filter-size-box:hover,
.filter-size-box:focus { box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.filter-size-box {
    background-color: #eaeaea;
    color: #323232 !important;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.filter-size-box.active, .filter-size-box:hover, .filter-size-box:focus {
    background-color: #A26834;
    color: #fff !important;
}

.sidebar .filter-group-widget .panel-body { padding: 35px 0 30px; }

.filter-brand-list { margin-top: -10px; }

.filter-brand-list a {
    color: #323232;
    color: #7e7e7e;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 2px 0;
}

.filter-brand-list a:hover, .filter-brand-list a:focus { color: #A26834; }

.filter-brand-list a i { margin-right: 8px; }

.filter-brand-list a span { float: right; }

#filter-range-details.row {
    margin-left: -5px;
    margin-right: -5px;
}

#filter-range-details.row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

#price-slider { margin: 0 0 35px; }

/* noUiSlider Styles */

/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/

.noUi-target,
.noUi-target * {
    -moz-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    direction: ltr;
    position: relative;
}

.noUi-base {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin { transition: left 0.3s, top 0.3s; }

.noUi-state-drag * { cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base { transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */

.noUi-horizontal { height: 3px; }

.noUi-horizontal .noUi-handle {
    height: 13px;
    left: -6.5px;
    top: -5.5px;
    width: 13px;
}

/* Styling;
 */

.noUi-background { background: #eaeaea; }

.noUi-connect {
    background: #A26834;
    transition: all 0.4s;
}

.noUi-origin { border-radius: 2px; }

.noUi-target {
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

/* Handles and cursors;
 */

.noUi-dragable { cursor: w-resize; }

.noUi-vertical .noUi-dragable { cursor: n-resize; }

.noUi-handle {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 0 3px rgba(122, 174, 182, 0.43);
    cursor: default;
}

.noUi-handle > div {
    -ms-transform: translateX(-50%);
    color: #5a5a5a;
    font-size: 12px;
    left: 50%;
    margin-top: 4px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
}

/* ----------- 12.Cart  ---------------
--------------------------------------*/

/* Cart */

.delete-btn {
    background-color: #f2f2f2;
    border-radius: 50%;
    color: #4a4a4a;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    text-align: center;
    transition: all 0.4s;
}

.delete-btn:hover, .delete-btn:focus {
    background-color: #d7d7d7;
    color: #101010;
}

.info-col .product {
    margin: 0;
    padding: 6px 0;
}

.info-col .product figure {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    vertical-align: middle;
    width: 145px;
}

.info-col .product figure img {
    display: block;
    height: auto;
    width: 100%;
}

.info-col .product .product-title {
    font-size: 15px;
    margin: 5px 0 12px;
}

.info-col .product .product-info {
    display: inline-block;
    vertical-align: top;
}

.info-col .product .product-info ul { color: #444; }

.info-col .product .product-info ul li { margin-bottom: 1px; }

.info-col .product .product-info ul span {
    display: inline-block;
    min-width: 80px;
    text-decoration: underline;
}

.info-col .product:after {
    clear: both;
    content: '';
    display: table;
}

.code-col { width: 160px; }

.price-col {
    color: #222;
    font-size: 15px;
    width: 100px;
}

.quantity-col { width: 126px; }

.quantity-col .form-control {
    display: inline-block;
    margin-bottom: 0;
    max-width: 90px;
}

.subtotal-col {
    color: #ca1515;
    font-size: 16px;
    font-weight: 700;
    width: 100px;
}

.delete-col {
    text-align: center;
    width: 70px;
}

.shipping-container { margin-top: 15px; }

.shipping-container .form-control,
.shipping-container .form-group { margin-bottom: 15px; }

.shipping-container .form-group .form-control { margin-bottom: 0; }

@media (min-width: 992px) {
    .shipping-container { margin-top: 0; }
}

/* Total Table */

.table.total-table {
    font-size: 15px;
    font-weight: 700;
    margin: 40px 0 15px;
    text-transform: uppercase;
}

.table.total-table tr td { padding: 15px 18px; }

.table.total-table tr td:first-child {
    background-color: #f6f6fa;
    font-weight: 600;
    text-align: right;
}

.table.total-table tr:last-child td:last-child { color: #ca1515; }

@media (min-width: 992px) {
    .table.total-table { margin-top: 0; }
}

/* ----------- 13.Compare ---------------
--------------------------------------*/

/* Compare */

.rating-col { width: 130px; }

.summary-col { width: 180px; }

.summary-col p:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
    .table-responsive .table tbody > tr > .summary-col {
        min-width: 180px;
        white-space: normal;
    }
}

.stock-col {
    font-weight: 600;
    width: 150px;
}

.cart-btn {
    background-color: #f2f2f2;
    border-radius: 50%;
    color: #4a4a4a;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    text-align: center;
    transition: all 0.4s;
}

.cart-btn:hover, .cart-btn:focus {
    background-color: #d7d7d7;
    color: #101010;
}

.product-ratings { height: 15px; }

.product-ratings:before {
    color: #eaeaea;
    content: "\f005  " "\f005  " "\f005  " "\f005  " "\f005";
}

.product-ratings,
.ratings {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 1;
    position: relative;
}

.ratings {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.ratings:before {
    color: #f4b907;
    content: "\f005  " "\f005  " "\f005  " "\f005  " "\f005";
}

.ratings-text {
    font-size: 14px;
    text-indent: -9999px;
}

.ratings-count {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px;
}

/* ----------- 14.Checkout -------------
--------------------------------------*/

/* Checkout */

.table tr.total-row {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.table tr.total-row td { padding: 15px 18px; }

.table tr.total-row td:first-child {
    background-color: #f6f6fa;
    font-weight: 600;
    text-align: right;
}

.table tr.total-row:last-child td:last-child { color: #ca1515; }

.checkout-action { font-size: 0; }

.checkout-action .btn + .btn { margin-left: 4px; }

/* ----------- 15.Contact  ------------
--------------------------------------*/

#map {
    background-color: #171717;
    height: 340px;
    margin-bottom: 50px;
    position: relative;
}

@media (min-width: 768px) {
    #map {
        height: 420px;
        margin-bottom: 60px;
    }

    #map.vertical {
        height: 490px;
        margin-bottom: 0;
    }
}

#map address {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 15px 10px 10px;
}

.contact-box {
    background-color: #f8f6fa;
    margin-bottom: 30px;
    padding: 18px 20px;
}

@media (max-width: 767px) {
    .contact-box { padding: 15px; }
}

.contact-box strong {
    color: #222;
    font-weight: 600;
}

.contact-box h3 {
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    margin-bottom: 13px;
    padding-bottom: 13px;
}

.contact-box:last-child { margin-bottom: 0; }

.contact-box .social-icons { display: inline-block; }

.contact-box .social-icon { color: #222; }

.contact-box .social-icon:hover, .contact-box .social-icon:focus { color: #A26834; }

/* ----------- 16.404 -----------------
--------------------------------------*/

.error-page {
    padding-bottom: 90px;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .error-page {
        padding-bottom: 100px;
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .error-page {
        padding-bottom: 130px;
        padding-top: 60px;
    }
}

.error-page h1 {
    color: #A26834;
    font-size: 120px;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .error-page h1 {
        font-size: 180px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .error-page h1 {
        font-size: 260px;
        margin-bottom: 70px;
    }
}

.error-page h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .error-page h2 { font-size: 26px; }
}

@media (min-width: 992px) {
    .error-page h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.error-page p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}

@media (min-width: 768px) {
    .error-page p { font-size: 18px; }
}

@media (min-width: 992px) {
    .error-page p {
        font-size: 20px;
        margin-bottom: 30px;
        max-width: 520px;
    }
}

/* ---------- 17.FaQS -----------------
--------------------------------------*/

.sidebar.faqs-sidebar .widget { margin-bottom: 50px; }

.sidebar.faqs-sidebar .widget:last-child { margin-bottom: 0; }

.sidebar.faqs-sidebar .widget .widget-title {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.sidebar.faqs-sidebar .widget .widget-title:after {
    background-color: #eee;
    bottom: 0;
    max-width: 40px;
    max-width: 50px;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list { counter-reset: count-faqs; }

.sidebar.faqs-sidebar .widget .faqs-cat-list li {
    border-bottom: 1px solid #eee;
    counter-increment: count-faqs;
    padding: 5px 0;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li:before {
    color: #d7d7d7;
    content: counter(count-faqs);
    font-size: 18px;
    font-weight: 600;
    margin-right: 6px;
    vertical-align: middle;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li a {
    color: #333;
    vertical-align: middle;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li a:hover, .sidebar.faqs-sidebar .widget .faqs-cat-list li a:focus { color: #A26834; }

/* ----------- 18.Footers ---------------
--------------------------------------*/

.footer {
    /*background-color: #171717;
  color: #9a9a9a;*/
}

.footer > .container,
.footer > .container-fluid {
    padding-bottom: 15px;
    padding-top: 75px;
}

.footer hr {
    border-top-color: #3e3e3e;
    margin: 27px 0 21px;
}

.footer a { color: #9a9a9a; }

.footer a:hover, .footer a:focus { color: #f5a95d; }

.footer .widget { margin-bottom: 60px; }

.footer .widget .widget-title {
    color: #fff;
    font: 400 15px/1.1 "Montserrat", Arial, sans-serif;
    margin: 2px 0 25px;
    text-transform: uppercase;
}

.footer .widget.about-widget img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.footer .widget .fa-ul li { margin-bottom: 9px; }

.footer .widget .fa-ul li .fa-li { font-size: 85%; }

.footer .widget .tweet_list li {
    background-color: #141414;
    margin-bottom: 14px;
    padding: 7px 10px 7px 10px;
    position: relative;
    transition: all 0.4s;
}

.footer .widget .tweet_list li .twitter-icon {
    bottom: 6px;
    color: #0e0e0e;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer .widget .tweet_list li .tweet_time {
    color: #6a6a6a;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 9px;
    padding-top: 3px;
    position: relative;
}

.footer .widget .tweet_list li .tweet_time:after {
    background-color: #4e4e4e;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.footer .widget .tweet_list li .tweet_time a { color: #6a6a6a; }

.footer .widget .tweet_list li .tweet_time a:hover, .footer .widget .tweet_list li .tweet_time a:focus { color: #fff; }

.footer .widget .tweet_list li:hover { background-color: #101010; }

.footer .widget .tweet_list li:last-child { margin-bottom: 0; }

.footer .widget form > .row {
    margin-left: -8px;
    margin-right: -8px;
}

.footer .widget form > .row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.footer .widget .form-group { margin-bottom: 16px; }

.footer .widget .form-control {
    background-color: #131313;
    border-color: #111;
    border-radius: 0;
    color: #9a9a9a;
    font-size: 13px;
    height: auto;
    margin-bottom: 12px;
    padding: 7px 12px;
}

.footer .widget .form-control::-moz-placeholder { color: #9a9a9a; }

.footer .widget .form-control:-ms-input-placeholder { color: #9a9a9a; }

.footer .widget .form-control::-webkit-input-placeholder { color: #9a9a9a; }

.footer .widget .form-control:focus, .footer .widget .form-control:hover {
    background-color: #111;
    border-color: #101010;
    color: #fff;
}

.footer .widget textarea.form-control { min-height: 110px; }

.footer .widget .btn {
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 12px;
}

.footer .widget.newsletter-widget form { margin-bottom: 14px; }

.footer .widget.newsletter-widget p:last-child {
    color: #6a6a6a;
    font-size: 12px;
    margin-bottom: 0;
}

.footer .widget .tagcloud a {
    background-color: #131313;
    color: #9a9a9a;
    display: block;
    float: left;
    margin: 0 6px 6px 0;
    padding: 4px 9px;
    transition: background 0.45s;
}

.footer .widget .tagcloud a:hover, .footer .widget .tagcloud a:focus {
    background-color: #A26834;
    color: #fff;
}

.footer .widget .tagcloud:after {
    clear: both;
    content: '';
    display: table;
}

.footer .widget .posts-list li {
    background-color: #141414;
    margin-bottom: 12px;
    padding: 6px;
    transition: all 0.4s;
}

.footer .widget .posts-list li figure {
    float: left;
    max-width: 52px;
}

.footer .widget .posts-list li figure a { display: block; }

.footer .widget .posts-list li figure img {
    display: block;
    height: auto;
    width: 100%;
}

.footer .widget .posts-list li h5, .footer .widget .posts-list li span {
    display: block;
    margin-left: 62px;
}

.footer .widget .posts-list li h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 6px;
}

.footer .widget .posts-list li span {
    font-size: 12px;
    font-style: italic;
}

.footer .widget .posts-list li:after {
    clear: both;
    content: '';
    display: table;
}

.footer .widget .posts-list li:hover { background-color: #101010; }

.footer .widget.flickr-widget .row {
    margin-left: -4px;
    margin-right: -4px;
}

.footer .widget.flickr-widget .flickr-widget-list { list-style: none; }

.footer .widget.flickr-widget .flickr-widget-list li {
    display: block;
    float: left;
    margin: 0 3px 6px;
    max-width: 60px;
    overflow: hidden;
    padding: 0;
    width: calc(25% - 6px);
}

.footer .widget.flickr-widget .flickr-widget-list li a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.footer .widget.flickr-widget .flickr-widget-list li a img {
    display: block;
    height: auto;
    width: 100%;
}

.footer .widget .about-list li {
    border-bottom: 1px solid #222;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.footer .widget .about-list li i {
    background-color: #141414;
    border-radius: 50%;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-top: 2px;
    min-width: 32px;
    text-align: center;
}

.footer .widget .about-list li .about-list-content { margin-left: 44px; }

.footer .widget .about-list li label { margin-bottom: 2px; }

.footer .widget .about-list li:after {
    clear: both;
    content: '';
    display: table;
}

.footer .widget .about-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer .widget.instagram-widget {
    margin: 0;
    position: relative;
}

.footer .widget.instagram-widget .btn.btn-follow {
    background-color: #A26834;
    border-color: #A26834;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 50%;
    margin-left: -85px;
    min-width: 170px;
    opacity: 0.8;
    padding: 3px 14px;
    position: absolute;
    text-align: center;
    transition: all 0.4s;
    z-index: 99;
}

.footer .widget.instagram-widget .btn.btn-follow:hover, .footer .widget.instagram-widget .btn.btn-follow:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
    opacity: 1;
}

.footer .widget.instagram-widget #instafeed img {
    display: block;
    height: auto;
    width: 100%;
}

.footer .widget.instagram-widget #instafeed a {
    display: block;
    position: relative;
}

.footer .widget.instagram-widget #instafeed a:after {
    -webkit-transition: all 0.75s ease;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.75s ease;
    visibility: hidden;
}

.footer .widget.instagram-widget #instafeed a:focus:after, .footer .widget.instagram-widget #instafeed a:hover:after {
    opacity: 1;
    visibility: visible;
}

.footer address { margin-bottom: 0; }

.footer label {
    font-weight: 700;
    margin-right: 3px;
}

.footer-bottom {
    /*background-color: #121212;*/
    padding: 35px 0;
}

.footer-bottom .footer-right { margin-bottom: 8px; }

@media (min-width: 992px) {
    .footer-bottom { padding: 40px 0; }

    .footer-bottom .footer-right {
        float: right;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .footer-bottom { text-align: center; }
}

.footer-bottom .copyright { margin-bottom: 0; }

.footer-bottom .copyright a { color: #A26834; }

.footer-bottom .copyright a:hover, .footer-bottom .copyright a:focus { color: #f5a95d; }

.footer-bottom .footer-menu { font-size: 0; }

.footer-bottom .footer-menu li {
    display: inline;
    font-size: 13px;
}

.footer-bottom .footer-menu li + li:before {
    content: '•';
    margin: 0 8px;
}

.footer-bottom .footer-menu li.active a { color: #A26834; }

.footer-bottom .footer-menu a { display: inline-block; }

.social-icons { font-size: 0; }

.social-icons label { font-size: 13px; }

.social-icons .social-icon {
    display: inline-block;
    font-size: 13px;
    margin: 0 5px;
}

/* -------- Scroll Top Button  -------*/

#scroll-top {
    -ms-transform: translateY(75px);
    background-color: #A26834;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transform: translateY(75px);
    transition: all 0.4s;
    visibility: hidden;
    width: 36px;
    z-index: 999;
}

#scroll-top.fixed {
    -ms-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

#scroll-top:hover, #scroll-top:focus { background-color: #f5a95d; }

@media (max-width: 767px) {
    #scroll-top {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

/* --------- 19.Owl Carousel -----------
--------------------------------------*/

/* Owl Carousel */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { animation-name: fadeOut; }

@keyframes fadeOut {
    0% { opacity: 1; }

    100% { opacity: 0; }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height { transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    -ms-touch-action: pan-Y;
    position: relative;
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    float: left;
    min-height: 1px;
    position: relative;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    display: block;
    height: auto;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */

.no-js .owl-carousel { display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img { transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url("../assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: scale 100ms ease;
    width: 80px;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover { transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

/* Nav Dots*/

.owl-dots {
    margin-top: 25px;
    text-align: center;
}

.closer-dots .owl-dots { margin-top: 15px; }

.owl-dot {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: inline-block;
    height: 11px;
    margin: 0 5px;
    transition: all 0.4s;
    width: 11px;
}

.owl-dot:hover, .owl-dot:focus, .owl-dot.active {
    background-color: #A26834;
    border-color: #A26834;
}

.no-radius-dots .owl-dot { border-radius: 0; }

.bg-custom .owl-dot:hover, .bg-custom .owl-dot:focus, .bg-custom .owl-dot.active {
    background-color: #f5a95d;
    border-color: #f5a95d;
}

.bg-lightgray .owl-dot,
.bg-gray .owl-dot {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}

.bg-lightgray .owl-dot:hover, .bg-lightgray .owl-dot:focus, .bg-lightgray .owl-dot.active,
.bg-gray .owl-dot:hover,
.bg-gray .owl-dot:focus,
.bg-gray .owl-dot.active {
    background-color: #A26834;
    border-color: #A26834;
}

.owl-nav {
    margin-top: 35px;
    position: relative;
    text-align: center;
}

.owl-prev,
.owl-next {
    border: 1px solid #ebeff5;
    color: #c3c9d5;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    transition: all 0.4s;
    width: 36px;
}

.owl-prev:hover, .owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
    background-color: #A26834;
    border-color: #A26834;
    color: #fff;
}

.owl-next { margin-left: 10px; }

/* --------- 20.Coming Soon -----------
--------------------------------------*/

/* Countdown 1 */

.coming-soon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 80px 0;
    width: 100%;
}

.coming-soon .site-logo {
    display: inline-block;
    float: none;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .coming-soon .site-logo { margin-bottom: 20px; }
}

.coming-soon h1 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .coming-soon h1 { font-size: 48px; }
}

@media (min-width: 992px) {
    .coming-soon h1 {
        font-size: 64px;
        margin-bottom: 25px;
    }
}

.coming-soon h2 {
    color: #555;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .coming-soon h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .coming-soon h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.coming-soon p {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 25px;
    max-width: 620px;
}

@media (min-width: 768px) {
    .coming-soon p {
        font-size: 15px;
        margin-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .coming-soon p {
        font-size: 16px;
        margin-bottom: 45px;
    }
}

.coming-soon .soon-countdown {
    margin: 0 auto 25px;
    max-width: 600px;
}

@media (min-width: 768px) {
    .coming-soon .soon-countdown { margin-bottom: 35px; }
}

@media (min-width: 992px) {
    .coming-soon .soon-countdown {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.coming-soon .countdown-amount {
    color: #2e2e2e;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
}

@media (min-width: 768px) {
    .coming-soon .countdown-amount { font-size: 36px; }
}

@media (min-width: 992px) {
    .coming-soon .countdown-amount { font-size: 44px; }
}

.coming-soon .countdown-period {
    color: #555;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .coming-soon .countdown-period {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (min-width: 992px) {
    .coming-soon .countdown-period {
        font-size: 15px;
        line-height: 1.7;
    }
}

.coming-soon .soon-newsletter {
    margin: 0 auto;
    max-width: 380px;
}

.coming-soon .soon-newsletter h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .coming-soon .soon-newsletter h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.coming-soon form { position: relative; }

.coming-soon form .form-control {
    margin-bottom: 0;
    padding-right: 110px;
}

.coming-soon form .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.soon-nav-container {
    left: 15px;
    position: fixed;
    top: 10px;
    z-index: 999;
}

@media (min-width: 768px) {
    .soon-nav-container { top: 15px; }
}

@media (min-width: 992px) {
    .soon-nav-container {
        left: 40px;
        top: 40px;
    }
}

.soon-nav-container .soon-menu-toggle {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: transparent;
    background-image: none;
    border: none;
    border: 1px solid #222;
    border-radius: 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    margin: 0 0 15px;
    padding: 10px 12px;
    position: relative;
    transition: all 0.35s ease;
    user-select: none;
}

@media (min-width: 992px) {
    .soon-nav-container .soon-menu-toggle { padding: 14.5px 12px; }
}

.soon-nav-container .soon-menu-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 2px;
    margin: 11px 0;
    position: relative;
    width: 20px;
}

@media (min-width: 992px) {
    .soon-nav-container .soon-menu-toggle .icon-bar { width: 30px; }
}

.soon-nav-container .soon-menu-toggle .icon-bar, .soon-nav-container .soon-menu-toggle .icon-bar:before, .soon-nav-container .soon-menu-toggle .icon-bar:after {
    background-color: #222;
    border-radius: 4px;
    display: inline-block;
    height: 2px;
    transition: all 0.35s ease;
    width: 20px;
}

@media (min-width: 992px) {
    .soon-nav-container .soon-menu-toggle .icon-bar, .soon-nav-container .soon-menu-toggle .icon-bar:before, .soon-nav-container .soon-menu-toggle .icon-bar:after { width: 30px; }
}

.soon-nav-container .soon-menu-toggle .icon-bar:before, .soon-nav-container .soon-menu-toggle .icon-bar:after {
    content: '';
    left: 0;
    position: absolute;
}

.soon-nav-container .soon-menu-toggle .icon-bar:before { top: 7px; }

.soon-nav-container .soon-menu-toggle .icon-bar:after { top: -7px; }

.soon-nav-container .soon-menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0.55);
    border-color: #222;
}

.soon-nav-container .soon-menu-toggle:hover .icon-bar, .soon-nav-container .soon-menu-toggle:hover .icon-bar:before, .soon-nav-container .soon-menu-toggle:hover .icon-bar:after { background-color: #fff; }

.soon-nav-container .soon-menu-toggle.open .icon-bar { background: transparent !important; }

.soon-nav-container .soon-menu-toggle.open .icon-bar:before, .soon-nav-container .soon-menu-toggle.open .icon-bar:after {
    -ms-transform-origin: 50% 50%;
    top: 0;
    transform-origin: 50% 50%;
}

.soon-nav-container .soon-menu-toggle.open .icon-bar:before { transform: rotate3d(0, 0, 1, 45deg); }

.soon-nav-container .soon-menu-toggle.open .icon-bar:after { transform: rotate3d(0, 0, 1, -45deg); }

.soon-nav-container .soon-nav { display: none; }

.soon-nav-container .soon-nav .soon-menu li { display: block; }

.soon-nav-container .soon-nav .soon-menu li a {
    background-color: rgba(255, 255, 255, 0.88);
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 13px;
    transition: all 0.4s;
}

.soon-nav-container .soon-nav .soon-menu li + li { margin-top: 2px; }

.soon-nav-container .soon-nav .soon-menu li:hover a, .soon-nav-container .soon-nav .soon-menu li:focus a {
    background-color: rgba(0, 0, 0, 0.84);
    color: #fff;
}

.soon-nav-container .soon-nav .soon-menu li.active a {
    background-color: rgba(0, 105, 176, 0.84);
    color: #fff;
}

.close-sections-btn {
    background-color: #f1f1f6;
    color: #222;
    display: none;
    padding: 4px 11px;
    position: absolute;
    right: 25px;
    top: 20px;
    transition: all 0.4s;
    z-index: 999;
}

.close-sections-btn:hover, .close-sections-btn:focus {
    background-color: #A26834;
    color: #fff;
}

.soon-section {
    -ms-transform: translateX(60%);
    background-color: rgba(255, 255, 255, 0.96);
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(60%);
    transition: transform 0.5s ease, opacity 0.55s, visibility 0.8s;
    visibility: hidden;
    width: 100%;
    z-index: 900;
}

@media (min-width: 992px) {
    .soon-section { width: 50%; }
}

.soon-section .soon-section-wrapper {
    min-height: 100%;
    padding: 70px 15px 40px;
    position: relative;
}

@media (min-width: 992px) {
    .soon-section .soon-section-wrapper { padding: 60px 25px; }
}

.soon-section h2 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
}

@media (min-width: 992px) {
    .soon-section h2 { font-size: 28px; }
}

@media (min-width: 992px) {
    .soon-section h2 { font-size: 32px; }
}

.soon-section h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

@media (min-width: 992px) {
    .soon-section h3 { font-size: 20px; }
}

@media (min-width: 992px) {
    .soon-section h3 { font-size: 22px; }
}

.soon-section.active {
    -ms-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.soon-section.active .close-sections-btn { display: block; }

/* jQuery Countdown styles 2.0.0. */

.countdown-section {
    display: block;
    float: left;
    text-align: center;
}

.countdown-period { display: block; }

.countdown-descr {
    display: block;
    width: 100%;
}

.countdown-row {
    clear: both;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.countdown-row:after {
    clear: both;
    content: '';
    display: table;
}

.countdown-show1 .countdown-section { width: 98%; }

.countdown-show2 .countdown-section { width: 48%; }

.countdown-show3 .countdown-section { width: 32.5%; }

.countdown-show4 .countdown-section { width: 24.5%; }

.countdown-show5 .countdown-section { width: 19.5%; }

.countdown-show6 .countdown-section { width: 16.25%; }

.countdown-show7 .countdown-section { width: 14%; }

/* Countdown 2 */

.dark .coming-soon.overlay-container .overlay { opacity: 0.45; }

.dark .coming-soon h1 { color: #fff; }

.dark .coming-soon h2 { color: #f2f2f2; }

.dark .coming-soon p { color: #eee; }

.dark .coming-soon .countdown-amount { color: #fff; }

.dark .coming-soon .countdown-period { color: #eee; }

.dark .coming-soon .soon-newsletter h3 { color: #f1f1f1; }

.dark .coming-soon form .form-control {
    background-color: #171717;
    border-color: #101010;
    color: #999;
}

.dark .coming-soon form .form-control::-webkit-input-placeholder { color: #999; }

.dark .coming-soon form .form-control::-moz-placeholder { color: #999; }

.dark .coming-soon form .form-control:-ms-input-placeholder { color: #999; }

.dark .coming-soon form .form-control::placeholder { color: #999; }

.dark .soon-nav-container .soon-menu-toggle { border-color: #f1f1f1; }

.dark .soon-nav-container .soon-menu-toggle .icon-bar, .dark .soon-nav-container .soon-menu-toggle .icon-bar:before, .dark .soon-nav-container .soon-menu-toggle .icon-bar:after { background-color: #f1f1f1; }

.dark .soon-nav-container .soon-menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0.55);
    border-color: #222;
}

.dark .soon-nav-container .soon-menu-toggle:hover .icon-bar, .dark .soon-nav-container .soon-menu-toggle:hover .icon-bar:before, .dark .soon-nav-container .soon-menu-toggle:hover .icon-bar:after { background-color: #fff; }

.dark .soon-nav-container .soon-menu-toggle.open .icon-bar { background: transparent !important; }

.dark .soon-nav-container .soon-nav .soon-menu li a {
    background-color: rgba(0, 0, 0, 0.78);
    color: #f1f1f1;
}

.dark .soon-nav-container .soon-nav .soon-menu li:hover a, .dark .soon-nav-container .soon-nav .soon-menu li:focus a {
    background-color: rgba(255, 255, 255, 0.78);
    color: #222;
}

.dark .soon-nav-container .soon-nav .soon-menu li.active a {
    background-color: rgba(0, 105, 176, 0.78);
    color: #fff;
}

.dark .close-sections-btn {
    background-color: #363636;
    color: #f1f1f1;
}

.dark .close-sections-btn:hover, .dark .close-sections-btn:focus {
    background-color: #A26834;
    color: #fff;
}

.dark .soon-section {
    background-color: rgba(0, 0, 0, 0.8);
    color: #eee;
}

.dark .soon-section h2, .dark .soon-section h3 { color: #f1f1f1; }

.dark .soon-section .service i.icon-bg {
    background-color: #2b2b2b;
    color: #f1f1f1;
}

.dark .soon-section .service.service-box { background-color: #212121; }

.dark .soon-section .service:hover i.icon-bg, .dark .soon-section .service:focus i.icon-bg {
    background-color: #005791;
    color: #fff;
}

.dark .soon-section .member .member-title small {
    background-color: #242424;
    color: #fff;
}

.dark .soon-section .progress { background-color: #3b3b3b; }

.dark .soon-section .progress-container .progress-title { color: #c7c7c7; }

.dark .soon-section blockquote { background-color: #1c1c1c; }

.dark .soon-section .contact-box { background-color: #262626; }

.dark .soon-section .contact-box strong { color: #b7b7b7; }

.dark .soon-section .contact-box h4 strong { color: #eee; }

.dark .soon-section .contact-box .social-icons .social-icon { color: #a1a1a1; }

.dark .soon-section .contact-box .social-icons .social-icon:hover, .dark .soon-section .contact-box .social-icons .social-icon:focus { color: #A26834; }

.dark .soon-section .contact-box a:hover,
.dark .soon-section .contact-box a:focus { color: #005d9c; }

.dark .soon-section .form-control {
    background-color: #262626;
    border-color: #171717;
    color: #999;
}

.dark .soon-section .form-control::-webkit-input-placeholder { color: #999; }

.dark .soon-section .form-control::-moz-placeholder { color: #999; }

.dark .soon-section .form-control:-ms-input-placeholder { color: #999; }

.dark .soon-section .form-control::placeholder { color: #999; }