/*!-----------------------------------------------------------------
  Name: POM theme with visual builder
  Version: 1.3.0
  Author: POM Design & Development S.L.
  Website: https://pom.es
  Purchase: https://pom.es
  Support: https://pom.es
  License:
  Copyright 2017.
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Typography]

  Body:     15px/1.7 HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  Headings: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif

  Note: Most of font sizes are relative to the base font size (rem)
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Color codes]

  Main 1:    #bea175
  Main 2:    #8c9176
  Main 3:    #7d88ab
  Main 4:    #77b0b3
  Main 5:    #c18d8d

  Dark 1:    #1c1c1c
  Dark 2:    #262626
  Dark 3:    #303030
  Dark 4:    #3b3b3b

  Gray 1:    #FAFAFA
  Gray 2:    #f7f7f7
  Gray 3:    #f5f5f5
  Gray 4:    #f2f2f2

  Bootstrap Primary:  #0275D8
  Bootstrap Success:  #5CB85C
  Bootstrap Info:     #5BC0DE
  Bootstrap Warning:  #F0AD4E
  Bootstrap Danger:   #D9534F
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Table of contents]

  1. Base
  2. Typography
  3. Bootstrap
  4. Helpers
  5. Page Border
  6. Share Place
  7. Navbar
  8. Navbar Side
  9. Navbar Full
  10. Search
  11. Header Title
  12. Footer
  13. Side Buttons
  14. Quick View
  15. Page Nav
  16. Widgets
  17. Elements
    - Element Buttons
    - Element Progress
    - Element Tabs
    - Element Accordion
    - Element Icon Boxes
    - Element Content Boxes
    - Element Counters
    - Element Dividers
    - Element Dropcaps
    - Element Pagination
    - Element Breadcrumbs
    - Element Pricing
    - Element Testimonials
    - Element Blockquotes
    - Element Info Boxes
    - Element Carousels
    - Element Image Boxes
    - Element Video
    - Element Gif
    - Element Forms
    - Element Countdown
    - Element Range
    - Element Text Typed
    - Element Link Effects
    - Element Icons
    - Element Isotope
    - Element Action Like
  18. Full Page
  19. Portfolio
  20. Blog
  21. Store
  22. Forum
  23. Events
  24. Documentation
  25. Plugins
    - Plugin NanoScroller
    - Plugin DateTimePicker
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------

  Base

 -------------------------------------------------------------------*/
.web-main {
    /*background-color: #fff;*/
    overflow: hidden;
}

body.web-page-boxed {
    max-width: 1200px;
    margin: 0 auto;
}

::-moz-selection {
    color: #fff;
    background-color: #3b3b3b;
}

::selection {
    color: #fff;
    background-color: #3b3b3b;
}

.web-block {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
}

.web-block:after, .web-block:before {
    content: '';
    display: table;
    clear: both;
}

.bg-image,
.bg-video {
    position: absolute;
    top: 0; /*-30px*/
    left: 0; /*-30px*/
    right: 0; /*-30px*/
    bottom: 0; /*-30px*/
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}

.bg-image > div,
.bg-video > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}

.bg-video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-image-row,
.bg-video-row,
.bg-map-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-image-row > div,
.bg-video-row > div,
.bg-map-row > div {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .bg-image-row,
    .bg-video-row,
    .bg-map-row {
        position: relative;
    }
    .bg-image-row > div,
    .bg-video-row > div,
    .bg-map-row > div {
        padding-top: 56.25%;
    }
    .bg-image-row > div > .bg-image,
    .bg-video-row > div > .bg-video,
    .bg-map-row > div > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.bg-map-row {
    z-index: auto;
}

.bg-map-row .web-gmaps {
    height: 100%;
    z-index: 1;
}

@media (max-width: 991px) {
    .bg-map-row {
        position: relative;
    }
    .bg-map-row > div {
        padding-top: 0;
    }
    .bg-map-row > div > div {
        position: relative;
    }
    .bg-map-row .web-gmaps {
        height: 300px;
    }
    .bg-map-row .web-gmaps-sm {
        height: 250px;
    }
    .bg-map-row .web-gmaps-md {
        height: 450px;
    }
    .bg-map-row .web-gmaps-lg {
        height: 550px;
    }
    .bg-map-row .web-gmaps-full {
        height: 700px;
        height: 100vh;
        min-height: 700px;
    }
}

.bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c1c1c;
    z-index: -1;
}

.web-gap,
.web-gap-10,
.web-gap-20,
.web-gap-30,
.web-gap-40,
.web-gap-50,
.web-gap-60 {
    display: block;
    height: 20px;
}

.web-gap:after, .web-gap:before,
.web-gap-10:after,
.web-gap-10:before,
.web-gap-20:after,
.web-gap-20:before,
.web-gap-30:after,
.web-gap-30:before,
.web-gap-40:after,
.web-gap-40:before,
.web-gap-50:after,
.web-gap-50:before,
.web-gap-60:after,
.web-gap-60:before {
    content: '';
    display: table;
    clear: both;
}

.web-gap-10 {
    height: 10px;
}

.web-gap-20 {
    height: 20px;
}

.web-gap-30 {
    height: 30px;
}

.web-gap-40 {
    height: 40px;
}

.web-gap-50 {
    height: 50px;
}

.web-gap-60 {
    height: 60px;
}

.web-body-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.web-gmaps {
    height: 300px;
    width: 100%;
}

.web-gmaps-sm {
    height: 250px;
}

.web-gmaps-md {
    height: 450px;
}

.web-gmaps-lg {
    height: 550px;
}

.web-gmaps-full {
    height: 700px;
    height: 100vh;
    min-height: 700px;
}

.web-badge {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    border-radius: 7.5px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0 4px;
    background-color: #fff;
    color: #1c1c1c;
}

.web-navbar li > .web-badge {
    position: absolute;
    right: 5px;
    bottom: 0;
}

.web-scroll-top {
    cursor: pointer;
}

pre {
    position: relative;
    color: #fff;
    background-color: #303030;
    max-height: 500px;
    padding: 25px;
    line-height: 1.3;
}

pre .tag {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    white-space: inherit;
    vertical-align: inherit;
    border-radius: 0;
}

pre[class*="language-"] {
    margin: 0;
}

/*  DEPRECATED, added for back compatibility */
.web-vertical-center,
.web-vertical-bottom,
.web-vertical-top {
    display: table;
    width: 100%;
    height: 100%;
}

.web-vertical-center > div,
.web-vertical-bottom > div,
.web-vertical-top > div {
    display: table-cell;
    vertical-align: middle;
}

.web-vertical-bottom > div {
    vertical-align: bottom;
}

.web-vertical-top > div {
    vertical-align: top;
}
.row.no-eq-height {
    align-items: flex-start;
}
.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gap > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

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

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

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

.pull-xs-right {
    float: right;
}

.pull-xs-left {
    float: left;
}

.pull-xs-none {
    float: none;
}
.skip-link {
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 100%;
    padding: 0.5rem;
    font-size: 2rem;
    color: #000;
    background: #FFF;
}

.admin-bar .skip-link {
    top: 32px;
}

.skip-link:focus {
    right: auto;
}
/*------------------------------------------------------------------

  Typography

 -------------------------------------------------------------------*/
html {
    font-size: 15px;
}

body {
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.5rem;
}

b, strong {
    font-weight: bold;
}

/* Title */
.web-title {
    position: relative;
    z-index: 1;
}
.web-title-line {
    overflow: hidden;
}
.web-title-line > span {
    position: relative;
    display: inline-block;
}
.web-title-line > span:before, .web-title-line > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 4px solid #E9540D;
    width: 100vw;
    margin: 0 20px;
}
.web-title-line > span:before {
    right: 100%;
}
.web-title-line > span:after {
    left: 100%;
}

/* Sub Title */
.web-sub-title {
    position: relative;
    font-weight: normal;
    color: #666666 !important;
    z-index: 1;
}

.web-title + .web-sub-title {
    margin-top: 1rem;
}

/* Back title */
.web-title-back {
    color: inherit;
    font-size: 6rem;
    opacity: 0.1;
    margin-bottom: 0;
}

.web-title-back + * {
    position: relative;
    margin-top: -40px;
}

.web-title-back + .web-sub-title {
    margin-top: -50px;
}

/* Title Separator */
.web-title-sep {
    display: block;
    margin: 30px auto;
    color: inherit;
    line-height: 0;
}

.web-title-sep:after {
    content: '';
    width: 80%;
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dotted;
    opacity: 0.4;
}

.web-title-sep-icon {
    display: block;
    margin: 30px auto;
    color: inherit;
    line-height: 0;
}

.web-title-sep-icon .icon {
    font-size: 1.9rem;
    vertical-align: middle;
}

.web-title-sep-icon:before, .web-title-sep-icon:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dotted;
    opacity: 0.4;
    width: 60px;
}

.web-title-sep-icon:before {
    margin-right: 20px;
}

.web-title-sep-icon:after {
    margin-left: 20px;
}

/* mega menu titles */
.web-mega-item > .dropdown > ul li > label {

}

/*------------------------------------------------------------------

  Bootstrap

 -------------------------------------------------------------------*/
.web-sidebar-sticky-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.web-sidebar-sticky-parent > .web-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.row.vertical-gap > [class*='col-'] {
    padding-top: 30px;
}

.row.vertical-gap {
    margin-top: -30px;
}

.row.sm-gap {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row.sm-gap > [class*='col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.sm-gap.vertical-gap > [class*='col-'] {
    padding-top: 15px;
}

.row.sm-gap.vertical-gap {
    margin-top: -15px;
}

.row.md-gap {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.row.md-gap > [class*='col-'] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.md-gap.vertical-gap > [class*='col-'] {
    padding-top: 45px;
}

.row.md-gap.vertical-gap {
    margin-top: -45px;
}

.row.lg-gap {
    margin-left: -30px;
    margin-right: -30px;
}

.row.lg-gap > [class*='col-'] {
    padding-right: 30px;
    padding-left: 30px;
}

.row.lg-gap.vertical-gap > [class*='col-'] {
    padding-top: 65px;
}

.row.lg-gap.vertical-gap {
    margin-top: -65px;
}

.thead-default th {
    color: #3b3b3b;
    background-color: #f7f7f7;
}

.table thead th,
.table td,
.table th {
    border-color: #f2f2f2;
}

.web-modal .modal-content {
    border: none;
    border-radius: 0;
}

.web-modal .modal-header,
.web-modal .modal-footer {
    padding: 25px 30px;
    border-bottom-color: #F3F3F3;
    border-top-color: #F3F3F3;
}

.web-modal .modal-header .close,
.web-modal .modal-footer .close {
    position: relative;
    z-index: 2;
    margin-top: 0;
}

.web-modal .modal-body {
    padding: 30px;
}

.web-modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
}

.modal-xl{
    max-width: 1200px;
}

@media (min-width: 576px) {
    .web-modal .modal-dialog {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/*------------------------------------------------------------------

  Helpers

 -------------------------------------------------------------------*/

.clear {
    clear: both;
}
.z-index {
    z-index: 999;
}
.pull-right {
    float: right;
}
.hidden {
    display: none !important;
}

/*
 * Image Fit
 */
.web-img-fit {
    width: 100%;
}
img, .web-img {
    max-width: 100%;
    height: auto;
}
.web-navbar img {
    max-width: 18em;
}

@media (max-width: 575px) {
    .web-img-fit-xs-down {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .web-img-fit-sm-up {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .web-img-fit-sm-down {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .web-img-fit-md-up {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .web-img-fit-md-down {
        max-width: 100%;
    }
    .animateme.disable-animations-mobile {
        transform: none !important;
        opacity: 1 !important;
    }
}

@media (min-width: 992px) {
    .web-img-fit-lg-up {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .web-img-fit-lg-down {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .web-img-fit-xl-up {
        max-width: 100%;
    }
}

/*
 * Image Stretch
 */
.web-img-stretch {
    width: 100%;
}

/*
 * Full height
 */
.web-full-height {
    height: 100vh !important;
}

/*
 * Transparent background
 */
.bg-transparent {
    background-color: transparent !important;
}

/*
 * Circle / Rounded Images Helper
 */
img.circle {
    border-radius: 50%;
}

img.rounded {
    border-radius: 5px;
}

/*
 * Text Align Helper
 */
.align-left {
    text-align: left;
}

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

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

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

.list-style-none {
    list-style-type: none !important;
}
@media only screen and (max-width: 991px) {
    .web-center-mobile {
        text-align: center;
    }
}
/*
 * Vertical Align Helper
 */
.va-t {
    vertical-align: top !important;
}

.va-m {
    vertical-align: middle !important;
}

.va-b {
    vertical-align: bottom !important;
}

.va-s {
    vertical-align: super !important;
}

/*
 * Inline Block Helper
 */
.dib {
    display: inline-block !important;
}

/*
 * Display None Helper
 */
.din {
    display: none !important;
}

/*
 * Block Helper
 */
.db {
    display: block;
}

/*
 * Cursor Pointer Helper
 */
.cursor {
    cursor: pointer !important;
}

/*
 * Text Transform Helper
 */
.text-transform-none {
    text-transform: none !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}

/*
 * Font Weight Helper
 */
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*
 * Font Size Helper
 */
.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-50 {
    font-size: 50px !important;
}

/*
 * Line Height Helper
 */
.lh-1 {
    line-height: 1 !important;
}
.lh-1-2 {
    line-height: 1.2 !important;
}
.lh-1-5 {
    line-height: 1.5 !important;
}
.lh-1-8 {
    line-height: 1.8 !important;
}
.lh-2 {
    line-height: 2 !important;
}

/*
 * Inherit Font Family
 */
.web-font-inherit {
    font-family: inherit !important;
}

/*
 * Text Ellipsis Helper
 */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
 * auto height and width
 */
.hauto {
    height: auto !important;
}

.wauto {
    width: auto !important;
}

/*
 * Left
 */

.l-50 {
    left: -50%;
}

/*
 * Overflow Helper
 */
.of-a {
    overflow: auto !important;
}

.of-h {
    overflow: hidden !important;
}

.of-v {
    overflow: visible !important;
}

.of-x-a {
    overflow-x: auto !important;
}

.of-x-h {
    overflow-x: hidden !important;
}

.of-x-v {
    overflow-x: visible !important;
}

.of-y-a {
    overflow-y: auto !important;
}

.of-y-h {
    overflow-y: hidden !important;
}

.of-y-v {
    overflow-y: visible !important;
}

/*
 * Border Radius Helper
 */
.br-0 {
    border-radius: 0px !important;
}

.br-1 {
    border-radius: 1px !important;
}

.br-2 {
    border-radius: 2px !important;
}

.br-3 {
    border-radius: 3px !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-6 {
    border-radius: 6px !important;
}

.br-7 {
    border-radius: 7px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.br-9 {
    border-radius: 9px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-14 {
    border-radius: 14px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-18 {
    border-radius: 18px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-25 {
    border-radius: 25px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-35 {
    border-radius: 35px !important;
}

/*
 * Border bottom
 */
.bb-n::after {
    border-bottom: none !important;
}

/*
 * Border styles
 */
.bs-solid{
    border-style: solid !important;
}
.bs-dotted{
    border-style: dotted !important;
}
.bs-dashed{
    border-style: dashed !important;
}
.bs-double{
    border-style: double !important;
}
.bs-groove{
    border-style: groove !important;
}
.bs-ridge{
    border-style: ridge !important;
}
.bs-inset{
    border-style: inset !important;
}
.bs-outset{
    border-style: outset !important;
}

/*
 * Paddings Helper
 */
.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-9 {
    padding: 9px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-9 {
    padding-top: 9px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-9 {
    padding-bottom: 9px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

/*
 * Margins Helper
 */
.mauto {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-6 {
    margin: 6px !important;
}

.m-7 {
    margin: 7px !important;
}

.m-8 {
    margin: 8px !important;
}

.m-9 {
    margin: 9px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-9 {
    margin-left: 9px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-9 {
    margin-right: 9px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/*
 * Negative Margins Helper
 */
.mn-0 {
    margin: 0px !important;
}

.mn-1 {
    margin: -1px !important;
}

.mn-2 {
    margin: -2px !important;
}

.mn-3 {
    margin: -3px !important;
}

.mn-4 {
    margin: -4px !important;
}

.mn-5 {
    margin: -5px !important;
}

.mn-6 {
    margin: -6px !important;
}

.mn-7 {
    margin: -7px !important;
}

.mn-8 {
    margin: -8px !important;
}

.mn-9 {
    margin: -9px !important;
}

.mn-10 {
    margin: -10px !important;
}

.mn-15 {
    margin: -15px !important;
}

.mn-20 {
    margin: -20px !important;
}

.mn-25 {
    margin: -25px !important;
}

.mn-30 {
    margin: -30px !important;
}

.mn-35 {
    margin: -35px !important;
}

.mn-40 {
    margin: -40px !important;
}

.mn-45 {
    margin: -45px !important;
}

.mn-50 {
    margin: -50px !important;
}

.mn-60 {
    margin: -60px !important;
}

.mn-70 {
    margin: -70px !important;
}

.mn-80 {
    margin: -80px !important;
}

.mn-90 {
    margin: -90px !important;
}

.mn-100 {
    margin: -100px !important;
}

.mnt-0 {
    margin-top: 0px !important;
}

.mnt-1 {
    margin-top: -1px !important;
}

.mnt-2 {
    margin-top: -2px !important;
}

.mnt-3 {
    margin-top: -3px !important;
}

.mnt-4 {
    margin-top: -4px !important;
}

.mnt-5 {
    margin-top: -5px !important;
}

.mnt-6 {
    margin-top: -6px !important;
}

.mnt-7 {
    margin-top: -7px !important;
}

.mnt-8 {
    margin-top: -8px !important;
}

.mnt-9 {
    margin-top: -9px !important;
}

.mnt-10 {
    margin-top: -10px !important;
}

.mnt-15 {
    margin-top: -15px !important;
}

.mnt-20 {
    margin-top: -20px !important;
}

.mnt-25 {
    margin-top: -25px !important;
}

.mnt-30 {
    margin-top: -30px !important;
}

.mnt-35 {
    margin-top: -35px !important;
}

.mnt-40 {
    margin-top: -40px !important;
}

.mnt-45 {
    margin-top: -45px !important;
}

.mnt-50 {
    margin-top: -50px !important;
}

.mnt-60 {
    margin-top: -60px !important;
}

.mnt-70 {
    margin-top: -70px !important;
}

.mnt-80 {
    margin-top: -80px !important;
}

.mnt-90 {
    margin-top: -90px !important;
}

.mnt-100 {
    margin-top: -100px !important;
}

.mnl-0 {
    margin-left: 0px !important;
}

.mnl-1 {
    margin-left: -1px !important;
}

.mnl-2 {
    margin-left: -2px !important;
}

.mnl-3 {
    margin-left: -3px !important;
}

.mnl-4 {
    margin-left: -4px !important;
}

.mnl-5 {
    margin-left: -5px !important;
}

.mnl-6 {
    margin-left: -6px !important;
}

.mnl-7 {
    margin-left: -7px !important;
}

.mnl-8 {
    margin-left: -8px !important;
}

.mnl-9 {
    margin-left: -9px !important;
}

.mnl-10 {
    margin-left: -10px !important;
}

.mnl-15 {
    margin-left: -15px !important;
}

.mnl-20 {
    margin-left: -20px !important;
}

.mnl-25 {
    margin-left: -25px !important;
}

.mnl-30 {
    margin-left: -30px !important;
}

.mnl-35 {
    margin-left: -35px !important;
}

.mnl-40 {
    margin-left: -40px !important;
}

.mnl-45 {
    margin-left: -45px !important;
}

.mnl-50 {
    margin-left: -50px !important;
}

.mnl-60 {
    margin-left: -60px !important;
}

.mnl-70 {
    margin-left: -70px !important;
}

.mnl-80 {
    margin-left: -80px !important;
}

.mnl-90 {
    margin-left: -90px !important;
}

.mnl-100 {
    margin-left: -100px !important;
}

.mnr-0 {
    margin-right: 0px !important;
}

.mnr-1 {
    margin-right: -1px !important;
}

.mnr-2 {
    margin-right: -2px !important;
}

.mnr-3 {
    margin-right: -3px !important;
}

.mnr-4 {
    margin-right: -4px !important;
}

.mnr-5 {
    margin-right: -5px !important;
}

.mnr-6 {
    margin-right: -6px !important;
}

.mnr-7 {
    margin-right: -7px !important;
}

.mnr-8 {
    margin-right: -8px !important;
}

.mnr-9 {
    margin-right: -9px !important;
}

.mnr-10 {
    margin-right: -10px !important;
}

.mnr-15 {
    margin-right: -15px !important;
}

.mnr-20 {
    margin-right: -20px !important;
}

.mnr-25 {
    margin-right: -25px !important;
}

.mnr-30 {
    margin-right: -30px !important;
}

.mnr-35 {
    margin-right: -35px !important;
}

.mnr-40 {
    margin-right: -40px !important;
}

.mnr-45 {
    margin-right: -45px !important;
}

.mnr-50 {
    margin-right: -50px !important;
}

.mnr-60 {
    margin-right: -60px !important;
}

.mnr-70 {
    margin-right: -70px !important;
}

.mnr-80 {
    margin-right: -80px !important;
}

.mnr-90 {
    margin-right: -90px !important;
}

.mnr-100 {
    margin-right: -100px !important;
}

.mnb-0 {
    margin-bottom: 0px !important;
}

.mnb-1 {
    margin-bottom: -1px !important;
}

.mnb-2 {
    margin-bottom: -2px !important;
}

.mnb-3 {
    margin-bottom: -3px !important;
}

.mnb-4 {
    margin-bottom: -4px !important;
}

.mnb-5 {
    margin-bottom: -5px !important;
}

.mnb-6 {
    margin-bottom: -6px !important;
}

.mnb-7 {
    margin-bottom: -7px !important;
}

.mnb-8 {
    margin-bottom: -8px !important;
}

.mnb-9 {
    margin-bottom: -9px !important;
}

.mnb-10 {
    margin-bottom: -10px !important;
}

.mnb-15 {
    margin-bottom: -15px !important;
}

.mnb-20 {
    margin-bottom: -20px !important;
}

.mnb-25 {
    margin-bottom: -25px !important;
}

.mnb-30 {
    margin-bottom: -30px !important;
}

.mnb-35 {
    margin-bottom: -35px !important;
}

.mnb-40 {
    margin-bottom: -40px !important;
}

.mnb-45 {
    margin-bottom: -45px !important;
}

.mnb-50 {
    margin-bottom: -50px !important;
}

.mnb-60 {
    margin-bottom: -60px !important;
}

.mnb-70 {
    margin-bottom: -70px !important;
}

.mnb-80 {
    margin-bottom: -80px !important;
}

.mnb-90 {
    margin-bottom: -90px !important;
}

.mnb-100 {
    margin-bottom: -100px !important;
}

/*
 * Opacity
 */
.op-0 {
    opacity: 0 !important;
}

.op-1 {
    opacity: 0.1 !important;
}

.op-2 {
    opacity: 0.2 !important;
}

.op-3 {
    opacity: 0.3 !important;
}

.op-4 {
    opacity: 0.4 !important;
}

.op-5 {
    opacity: 0.5 !important;
}

.op-6 {
    opacity: 0.6 !important;
}

.op-7 {
    opacity: 0.7 !important;
}

.op-8 {
    opacity: 0.8 !important;
}

.op-9 {
    opacity: 0.9 !important;
}

.op-10 {
    opacity: 1 !important;
}


/*
 * Responsive embeds
 */
.responsive-embed {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0;
    clear: both;
}

.responsive-embed.responsive-embed-16x9 {
    padding-bottom: 56.25%;
}

.responsive-embed.responsive-embed-4x3 {
    padding-bottom: 75%;
}

.responsive-embed > .embed-item,
.responsive-embed > iframe,
.responsive-embed > embed,
.responsive-embed > object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

/*
 * Keyboard Key
 */
.web-keyboard {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    line-height: 28px;
    padding: 0 7px;
    text-align: center;
    margin: 5px;
    font-size: 12px;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    background-color: #fff;
    color: #1c1c1c;
}

/*------------------------------------------------------------------

  Page Border

 -------------------------------------------------------------------*/
@media (min-width: 576px) {
    .web-page-border .web-page-border-t,
    .web-page-border .web-page-border-r,
    .web-page-border .web-page-border-b,
    .web-page-border .web-page-border-l {
        position: fixed;
        z-index: 2000;
        background-color: #1c1c1c;
    }
    .web-page-border .web-page-border-t,
    .web-page-border .web-page-border-b {
        left: 0;
        width: 100%;
    }
    .web-page-border .web-page-border-t {
        top: 0;
    }
    .web-page-border .web-page-border-b {
        bottom: 0;
    }
    .web-page-border .web-page-border-r,
    .web-page-border .web-page-border-l {
        top: 0;
        height: 100%;
    }
    .web-page-border .web-page-border-r {
        right: 0;
    }
    .web-page-border .web-page-border-l {
        left: 0;
    }
    .web-page-border .web-page-border-t,
    .web-page-border .web-page-border-b {
        height: 35px;
    }
    .web-page-border .web-page-border-r,
    .web-page-border .web-page-border-l {
        width: 35px;
    }
    .web-page-border ~ .web-main {
        margin: 35px;
    }
    .web-page-border ~ .web-header,
    .web-page-border ~ .web-header .web-navbar.web-navbar-fixed {
        top: 35px;
        margin-left: 35px;
        margin-right: 35px;
    }
    .web-page-border ~ .web-navbar-left.web-navbar-side {
        left: 35px;
        top: 35px;
        bottom: 35px;
    }
    .web-page-border ~ .web-navbar-side {
        top: 35px;
        bottom: 35px;
    }
    .web-page-border ~ .web-navbar-side.web-navbar-right-side {
        right: 35px;
    }
    .web-page-border ~ .web-navbar-side.web-navbar-left-side {
        left: 35px;
    }
    .web-page-border ~ .web-navbar-full {
        top: 35px;
        left: 35px;
        right: 35px;
        bottom: 35px;
    }
    .web-page-border ~ .web-nav-toggler-right {
        top: 55px;
        right: 55px;
    }
    .web-page-border ~ .web-nav-toggler-left {
        top: 55px;
        left: 55px;
    }
    .web-page-border ~ .web-search {
        left: 35px;
        right: 35px;
        bottom: 35px;
    }
    .web-page-border ~ .web-animated-social-links-block {
        left: 35px;
        right: 35px;
        top: -165px;
    }
    .web-page-border ~ .web-side-buttons {
        right: 35px;
        bottom: 35px;
    }
    .web-page-border ~ .web-page-nav .web-page-nav-prev {
        left: -155px;
    }
    .web-page-border ~ .web-page-nav .web-page-nav-next {
        right: -155px;
    }
    .web-page-border ~ .web-page-nav-2 .web-page-nav-prev {
        left: -305px;
    }
    .web-page-border ~ .web-page-nav-2 .web-page-nav-next {
        right: -305px;
    }
    .web-page-border ~ .web-main .web-modal.modal,
    .web-page-border ~ .web-modal.modal {
        left: 35px;
        right: 35px;
        bottom: 35px;
        top: 35px;
    }
    .web-page-border.web-page-border-md .web-page-border-t,
    .web-page-border.web-page-border-md .web-page-border-b {
        height: 25px;
    }
    .web-page-border.web-page-border-md .web-page-border-r,
    .web-page-border.web-page-border-md .web-page-border-l {
        width: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-main {
        margin: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-header,
    .web-page-border.web-page-border-md ~ .web-header .web-navbar.web-navbar-fixed {
        top: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-navbar-left.web-navbar-side {
        left: 25px;
        top: 25px;
        bottom: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-navbar-side {
        top: 25px;
        bottom: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-navbar-side.web-navbar-right-side {
        right: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-navbar-side.web-navbar-left-side {
        left: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-navbar-full {
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-nav-toggler-right {
        top: 45px;
        right: 45px;
    }
    .web-page-border.web-page-border-md ~ .web-nav-toggler-left {
        top: 45px;
        left: 45px;
    }
    .web-page-border.web-page-border-md ~ .web-search {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-animated-social-links-block {
        left: 25px;
        right: 25px;
        top: -175px;
    }
    .web-page-border.web-page-border-md ~ .web-side-buttons {
        right: 25px;
        bottom: 25px;
    }
    .web-page-border.web-page-border-md ~ .web-page-nav .web-page-nav-prev {
        left: -165px;
    }
    .web-page-border.web-page-border-md ~ .web-page-nav .web-page-nav-next {
        right: -165px;
    }
    .web-page-border.web-page-border-md ~ .web-page-nav-2 .web-page-nav-prev {
        left: -315px;
    }
    .web-page-border.web-page-border-md ~ .web-page-nav-2 .web-page-nav-next {
        right: -315px;
    }
    .web-page-border.web-page-border-md ~ .web-main .web-modal.modal,
    .web-page-border.web-page-border-md ~ .web-modal.modal {
        left: 25px;
        right: 25px;
        bottom: 25px;
        top: 25px;
    }
    .web-page-border.web-page-border-sm .web-page-border-t,
    .web-page-border.web-page-border-sm .web-page-border-b {
        height: 15px;
    }
    .web-page-border.web-page-border-sm .web-page-border-r,
    .web-page-border.web-page-border-sm .web-page-border-l {
        width: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-main {
        margin: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-header,
    .web-page-border.web-page-border-sm ~ .web-header .web-navbar.web-navbar-fixed {
        top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-navbar-left.web-navbar-side {
        left: 15px;
        top: 15px;
        bottom: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-navbar-side {
        top: 15px;
        bottom: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-navbar-side.web-navbar-right-side {
        right: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-navbar-side.web-navbar-left-side {
        left: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-navbar-full {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-nav-toggler-right {
        top: 35px;
        right: 35px;
    }
    .web-page-border.web-page-border-sm ~ .web-nav-toggler-left {
        top: 35px;
        left: 35px;
    }
    .web-page-border.web-page-border-sm ~ .web-search {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-animated-social-links-block {
        left: 15px;
        right: 15px;
        top: -185px;
    }
    .web-page-border.web-page-border-sm ~ .web-side-buttons {
        right: 15px;
        bottom: 15px;
    }
    .web-page-border.web-page-border-sm ~ .web-page-nav .web-page-nav-prev {
        left: -175px;
    }
    .web-page-border.web-page-border-sm ~ .web-page-nav .web-page-nav-next {
        right: -175px;
    }
    .web-page-border.web-page-border-sm ~ .web-page-nav-2 .web-page-nav-prev {
        left: -325px;
    }
    .web-page-border.web-page-border-sm ~ .web-page-nav-2 .web-page-nav-next {
        right: -325px;
    }
    .web-page-border.web-page-border-sm ~ .web-main .web-modal.modal,
    .web-page-border.web-page-border-sm ~ .web-modal.modal {
        left: 15px;
        right: 15px;
        bottom: 15px;
        top: 15px;
    }
    body.web-has-page-border-padding {
        margin: 35px;
    }
    body.web-has-page-border-padding .web-header.web-header-over {
        left: 35px;
        top: 35px;
        right: 35px;
    }
    body.web-has-page-border-padding .web-navbar.web-navbar-fixed,
    body.web-has-page-border-padding .web-navbar.web-navbar-full {
        left: 35px;
        right: 35px;
    }
    body.web-has-page-border-padding.web-page-border-md {
        margin: 25px;
    }
    body.web-has-page-border-padding.web-page-border-md .web-header.web-header-over {
        left: 25px;
        top: 25px;
        right: 25px;
    }
    body.web-has-page-border-padding.web-page-border-md .web-navbar.web-navbar-fixed,
    body.web-has-page-border-padding.web-page-border-md .web-navbar.web-navbar-full {
        left: 25px;
        right: 25px;
    }
    body.web-has-page-border-padding.web-page-border-sm {
        margin: 15px;
    }
    body.web-has-page-border-padding.web-page-border-sm .web-header.web-header-over {
        left: 15px;
        top: 15px;
        right: 15px;
    }
    body.web-has-page-border-padding.web-page-border-sm .web-navbar.web-navbar-fixed,
    body.web-has-page-border-padding.web-page-border-sm .web-navbar.web-navbar-full{
        left: 15px;
        right: 15px;
    }
}

/*------------------------------------------------------------------

  Share Place

 -------------------------------------------------------------------*/
.web-animated-social-links-block {
    position: fixed;
    display: table;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
    color: #fff;
    background-color: #1c1c1c;
    text-align: center;
    z-index: 1007;
}

.web-animated-social-links-block.web-animated-social-links-block-light {
    color: inherit;
    background-color: #fff;
}

.web-animated-social-links-block > div {
    display: table-cell;
    vertical-align: middle;
}

.web-animated-social-links-block .web-animated-social-links {
    margin: 0;
    padding: 0;
    line-height: 2;
}

.web-animated-social-links-block .web-animated-social-links > li {
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    font-size: 1.6rem;
    text-decoration: none;
}

.web-animated-social-links-block .web-animated-social-links > li:before,
.web-animated-social-links-block .web-animated-social-links > li:after,
.web-animated-social-links-block .web-animated-social-links > li > * {
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    will-change: opacity;
    opacity: 0.85;
}

.web-animated-social-links-block .web-animated-social-links > li a {
    color: #FFFFFF;
}

.web-animated-social-links-block .web-animated-social-links > li .social-likes__counter {
    margin-left: 10px;
    opacity: 0.7;
    font-size: 0.6em;
    vertical-align: middle;
}

.web-animated-social-links-block .web-animated-social-links > li:hover:before,
.web-animated-social-links-block .web-animated-social-links > li:hover:after,
.web-animated-social-links-block .web-animated-social-links > li:hover > * {
    opacity: 1;
}

.web-animated-social-links-block-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    background-color: #1c1c1c;
    z-index: 1006;
}

/*------------------------------------------------------------------

  Navbar

 -------------------------------------------------------------------*/
/* Header */
.web-header-banner {
    display: block;
    width: 100%;
    position: relative;
}
.web-header-banner > div {
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.web-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
}

.web-header.web-header-opaque {
    position: relative;
}

.web-header-full-width .container {
    width: 100%;
}

/* Logo Top */
.web-logo-top {
    position: relative;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
}

.web-logo-top.web-logo-top-light, .web-logo-top.web-logo-top-light.web-logo-top-solid {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.85);
}

.web-header-opaque .web-logo-top.web-logo-top-light {
    background-color: #fff;
}

.web-logo-top.web-logo-top-transparent {
    background-color: transparent;
}

.web-header-opaque .web-logo-top {
    background-color: #1c1c1c;
}

/* Contacts before Top Navbar */
.web-contacts-top {
    position: relative;
    font-size: 0.85rem;
    z-index: 1001;
}

.web-contacts-top:after {
    content: '';
    display: table;
    clear: both;
}

.web-contacts-top.web-contacts-top-light, .web-contacts-top.web-contacts-top-light.web-contacts-top-solid {
    color: inherit;
}

.web-header-gradient {
    background-color: transparent;
    background-size: 100%;

    background-image: -moz-linear-gradient(top, rgba(21,21,25,0.9) 0%, rgba(21,21,25,0.7) 45%, rgba(21,21,25,0) 100%); /* FF3.6-15 */
    background-image: -webkit-linear-gradient(top, rgba(21,21,25,0.9) 0%,rgba(21,21,25,0.7) 45%,rgba(21,21,25,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to bottom, rgba(21,21,25,0.9) 0%,rgba(21,21,25,0.7) 45%,rgba(21,21,25,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151519', endColorstr='#00151519',GradientType=0 ); /* IE6-9 */
}
.web-header-gradient-light {
    background-color: transparent;
    background-size: 100%;

    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 45%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 45%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 45%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.web-contacts-top.web-contacts-top-transparent {
    background-color: transparent;
}

.web-contacts-top .web-contacts-left {
    float: left;
}

.web-contacts-top .web-contacts-right {
    float: right;
}

@media (max-width: 575px) {
    .web-contacts-top .web-contacts-left,
    .web-contacts-top .web-contacts-right {
        text-align: center;
        float: none;
    }
    .web-contacts-top .web-contacts-right {
        margin-top: 10px;
    }
}

.web-contacts-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.web-contacts-top ul > li {
    display: inline-block;
    margin-right: 15px;
}

.web-contacts-top ul > li:last-of-type {
    margin-right: 0;
}

.web-contacts-top ul > li .web-contact-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
}

.web-contacts-top ul > li a.web-contact-icon {
    color: inherit;
}

.web-contacts-top .web-navbar {
    padding: 0;
    z-index: auto;
    font-size: inherit;
}

.web-contacts-top .web-navbar,
.web-contacts-top .web-navbar.web-navbar-light,
.web-header-opaque .web-contacts-top .web-navbar,
.web-header-opaque .web-contacts-top .web-navbar.web-navbar-light {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.web-contacts-top .web-navbar .web-nav {
    padding: 0;
}

.web-contacts-top .web-navbar .web-nav .dropdown:before {
    top: -17px;
}

.web-contacts-top .web-navbar .web-nav > li > a {
    padding: 0;
}

/* Navbar */
.web-navbar {
    position: relative;
    color: #fff;
    font-size: 14px;
    z-index: 1000;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    will-change: background-color;
}

.web-navbar.web-navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: .2s -webkit-transform, .2s visibility, .3s background-color;
    transition: .2s transform, .2s visibility, .3s background-color;
    will-change: transform, visibility, background-color;
}

.web-navbar.web-navbar-fixed.web-onscroll-hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
}

.web-navbar.web-navbar-fixed.web-onscroll-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.web-navbar.web-navbar-light,
.web-navbar.web-navbar-light.web-navbar-solid {
    color: inherit;
}

.web-navbar.web-navbar-transparent {
    background-color: transparent;
}

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

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

.web-navbar .web-nav-table {
    display: table;
    width: 100%;
    height: 100%;
}

.web-navbar .web-nav-table > * {
    display: table-cell;
    vertical-align: middle;
}

.web-navbar .web-nav-table.web-centered-icons {
    width: auto;
    margin: 0 auto;
}

.web-navbar .web-nav-table.web-centered-icons > * {
    display: inline-block;
}

.web-navbar .web-nav-table > .web-nav-row {
    display: table-row;
}

.web-navbar .web-nav-table > .web-nav-row-full {
    height: 100%;
}

.web-navbar .web-nav-table > .web-nav-row-center > * {
    display: table-cell;
    vertical-align: middle;
}

.web-navbar .web-nav-icons {
    white-space: nowrap;
}

.web-navbar .web-nav-icons > * {
    white-space: initial;
}

@media (max-width: 420px) {
    .web-navbar.web-navbar-top .web-nav-logo {
        /*display: none;*/
    }
}

.web-navbar a {
    color: inherit;
}

.web-navbar a .site-title,
.web-navbar a:hover .site-title {
    position: relative;
    padding: 3px 0;
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
}

.web-navbar a .site-description,
.web-navbar a:hover .site-description {
    position: relative;
    padding: 3px 0;
    display: block;
    font-style: italic;
    font-size: 0.7em;
    line-height: 1;
    opacity: 0.7;
    white-space: nowrap;
}

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

.web-navbar ul > li > a {
    white-space: nowrap;
}

.web-navbar ul > li > a:hover,
.web-navbar ul > li > a:focus {
    text-decoration: none;
}

.web-navbar ul > li > a > span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.web-main-nav.web-navbar ul > li > a > span .web-svg-icon {
    padding: 6px;
}

.web-navbar ul > li > a > span .web-svg-icon svg {
    width: 1.2em;
    height: 1.2em;
}

.web-navbar .web-navbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.web-navbar .web-nav {
    position: relative;
    padding-left: 20px;
}

.web-navbar .web-centered-icons .web-nav {
    padding-left: 0;
}

.web-navbar .web-nav .web-nav {
    padding-left: 0;
    padding-right: 0;
}

.web-navbar .web-nav li.single-icon > a {
    padding: 0 15px;
}

.web-navbar .web-nav li.single-icon > a:before {
    content: none;
}

.web-navbar .web-nav li.single-icon > a > i,
.web-navbar .web-nav li.single-icon > a > span {
    height: 32px;
    line-height: 32px;
    font-size: 1em;
    vertical-align: middle;
}

.web-navbar .web-nav li > a .web-nav-item-title {
    display: block;
    position: relative;
		font-size: 18px;
}
.web-navbar .web-nav li > a .web-nav-item-descr {
    display: block;
    font-style: italic;
    font-size: 0.7em;
    opacity: 0.7;
}

.web-navbar .web-nav > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.web-navbar .web-nav > li > a {
    position: relative;
    padding: 8px 20px;
    display: block;
		font-size: 1.25em;
}
.web-navbar .web-nav > li > a .web-nav-item-content,
.web-navbar .web-nav > li > a .web-nav-item-content-shade {
    position: relative;
    display: block;
    overflow: hidden;
}

.web-navbar .web-nav .dropdown {
    position: absolute;
    display: none;
    background-color: #222;
    margin-top: 12px;
    padding: 20px 0;
    opacity: 0;
    z-index: 1;
    max-height: 600px;
}

.web-navbar .web-nav .dropdown:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: -20px;
    height: 90px;
    z-index: -1;
}

.web-navbar .web-nav .dropdown > li {
    position: relative;
}

.web-navbar .web-nav .dropdown > li > a {
    display: block;
    padding: 10px 30px;
    padding-right: 30px;
}

.web-navbar .web-nav .dropdown > li > a:hover {
    text-decoration: none;
}

.web-navbar .web-nav .web-drop-item .web-drop-item > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 20px;
    color: inherit;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid;
}

.web-navbar .web-nav .web-drop-item .web-drop-item .dropdown {
    top: 0;
    margin-top: -20px;
    margin-left: 100%;
}

.web-navbar .web-nav .web-mega-item {
    position: static;
}

.web-navbar .web-nav .web-mega-item > .dropdown {
    left: 0;
    overflow: hidden;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul {
    display: table;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul > li {
    display: table-cell;
    min-width: 200px;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul, .web-navbar .web-nav .web-mega-item > .dropdown > ul ul, .web-navbar .web-nav .web-mega-item > .dropdown > ul li {
    list-style-type: none;
    padding: 0;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul li > label {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 1;
    margin: 12px 20px;
    margin-bottom: 30px;
    padding-right: 50px;
    white-space: nowrap;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul li > label:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
    opacity: 0.3;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul li li {
    padding: 0;
}

.web-navbar .web-nav .web-mega-item > .dropdown > ul li li a {
    display: block;
    padding: 8px 20px;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .web-navbar .web-nav .web-mega-item > .dropdown {
        left: 0;
        right: 0;
    }
    .web-navbar .web-nav .web-mega-item > .dropdown > ul {
        display: block;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
    }
    .web-navbar .web-nav .web-mega-item > .dropdown > ul li {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 0;
        width: 100%;
    }
    .web-navbar .web-nav .web-mega-item > .dropdown > ul > li + li {
        margin-top: 40px;
    }
}

.web-navbar.web-navbar-light .web-nav .dropdown {
    background-color: #fff;
}

.web-navbar .web-nav-right {
    text-align: right;
}

.web-navbar .web-nav-right > * {
    text-align: left;
}

.web-navbar .web-nav-right .web-mega-item > .dropdown {
    left: auto;
    right: 0;
}

.web-navbar .web-nav-center {
    text-align: center;
}

.web-navbar .web-nav-center > * {
    text-align: left;
}

.web-navbar .web-nav-center .web-mega-item > .dropdown {
    left: auto;
    right: 0;
}

.web-navbar .web-drop-item.web-drop-left > a:after {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: none;
    border-right: 2px solid;
}

.web-navbar .web-drop-item.web-drop-left .dropdown {
    margin-left: -100%;
}

/* Navbar Left */
.web-navbar-left.web-navbar-side {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    z-index: 999;
}

.web-navbar-left.web-navbar-side ~ .web-main,
.web-navbar-left.web-navbar-side ~ .web-search {
    margin-left: 280px;
}

.web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-main,
.web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-search {
    margin-left: 315px;
}

.web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-main,
.web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-search {
    margin-left: 305px;
}

.web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-main,
.web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-search {
    margin-left: 295px;
}

.web-navbar-left.web-navbar-side.web-navbar-lg {
    width: 300px;
}

.web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
.web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search {
    margin-left: 300px;
}

.web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
.web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search {
    margin-left: 335px;
}

.web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
.web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search {
    margin-left: 325px;
}

.web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
.web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search {
    margin-left: 315px;
}

@media (max-width: 991px) {
    .web-navbar-left.web-navbar-side {
        display: none;
    }
    .web-navbar-left.web-navbar-side ~ .web-main,
    .web-navbar-left.web-navbar-side ~ .web-search, .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
    .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search,

    .web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-main,
    .web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-search,
    .web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-main,
    .web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-search,
    .web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-main,
    .web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side ~ .web-search,
    .web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
    .web-has-page-border.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search,
    .web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
    .web-has-page-border.web-page-border-md.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search,
    .web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-main,
    .web-has-page-border.web-page-border-sm.web-left-side-navigation .web-navbar-left.web-navbar-side.web-navbar-lg ~ .web-search {
        margin-left: 0;
    }
}

/* Nav Togglers */
.web-nav-toggler-right,
.web-nav-toggler-left {
    position: fixed;
    list-style: none;
    right: 20px;
    top: 20px;
    margin: 0;
    padding: 0;
    z-index: 1002;
}

.web-nav-toggler-right > li,
.web-nav-toggler-left > li {
    display: inline-block;
}

.web-nav-toggler-right > li + li,
.web-nav-toggler-left > li + li {
    margin-left: 15px;
}

.web-nav-toggler-right > li > a,
.web-nav-toggler-left > li > a {
    display: block;
    padding: 12px;
    background-color: #1c1c1c;
    color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}

.web-nav-toggler-right > li > a > span,
.web-nav-toggler-left > li > a > span {
    height: 25px;
    vertical-align: text-bottom;
}

.web-nav-toggler-left {
    right: auto;
    left: 20px;
}
.toggle-close-icon,
.web-navbar ul > li > a > span.toggle-close-icon {
    display: none;
}
.active .toggle-main-icon {
    display: none;
}
.active .toggle-close-icon,
.web-navbar ul > li > a.active > span.toggle-close-icon {
    display: inline;
}

/*------------------------------------------------------------------

  Navbar Side

 -------------------------------------------------------------------*/
.web-navbar-side {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1002;
}

.web-navbar-side.web-navbar-left-side {
    left: 0;
    width: 250px;
    margin-left: -250px;
}

@media (max-width: 400px) {
    .web-navbar-side.web-navbar-left-side {
        width: 200px;
        margin-left: -200px;
    }
}

.web-navbar-side.web-navbar-right-side {
    right: 0;
    width: 250px;
    margin-right: -250px;
}

@media (max-width: 400px) {
    .web-navbar-side.web-navbar-right-side {
        width: 200px;
        margin-right: -200px;
    }
}

.web-navbar-side.web-navbar-lg.web-navbar-left-side {
    width: 350px;
    margin-left: -350px;
}

@media (max-width: 550px) {
    .web-navbar-side.web-navbar-lg.web-navbar-left-side {
        width: 300px;
        margin-left: -300px;
    }
}

@media (max-width: 450px) {
    .web-navbar-side.web-navbar-lg.web-navbar-left-side {
        width: 250px;
        margin-left: -250px;
    }
}

.web-navbar-side.web-navbar-lg.web-navbar-right-side {
    width: 350px;
    margin-right: -350px;
}

@media (max-width: 550px) {
    .web-navbar-side.web-navbar-lg.web-navbar-right-side {
        width: 300px;
        margin-right: -300px;
    }
}

@media (max-width: 450px) {
    .web-navbar-side.web-navbar-lg.web-navbar-right-side {
        width: 250px;
        margin-right: -250px;
    }
}

.web-navbar-side .web-nav-logo {
    display: block;
    width: 100%;
    padding: 15px;
}

.web-navbar-side.web-navbar-lg .web-nav-logo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.web-navbar-side .nano {
    height: 100%;
    overflow-y: auto;
}

.web-navbar-side .web-nav {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.web-navbar-side .web-nav .dropdown > li,
.web-navbar-side .web-nav > li {
    position: static;
    display: block;
}

.web-navbar-side .web-nav .dropdown > li > a,
.web-navbar-side h4,
.web-navbar-side .web-nav > li > a {
    padding: 12px 40px;
    /*color: rgba(255, 255, 255, 0.8);*/
}

.web-navbar-side .web-nav .dropdown > li > a,
.web-navbar-side .web-nav > li > a {
    white-space: normal;
}

.web-navbar-side .web-nav .dropdown > li > a:before,
.web-navbar-side .web-nav .dropdown > li > a:after,
.web-navbar-side .web-nav > li > a:before,
.web-navbar-side .web-nav > li > a:after {
    content: none;
}

.web-navbar-side .web-nav .web-drop-item > a,
.web-navbar-side .web-nav > .web-drop-item > a,
.web-navbar-side .web-nav .bropdown-back > a {
    position: relative;
}

.web-navbar-side .web-nav .web-drop-item .web-drop-item > a:after,
.web-navbar-side .web-nav .web-drop-item > a:after,
.web-navbar-side .web-nav > .web-drop-item > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 40px;
    left: auto;
    color: inherit;
    width: 0;
    height: 0;
    border: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    will-change: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.6 !important;
}

.web-navbar-side .web-nav .web-drop-item > a:hover:after,
.web-navbar-side .web-nav .web-drop-item > a.hover:after,
.web-navbar-side .web-nav > .web-drop-item > a:hover:after,
.web-navbar-side .web-nav > .web-drop-item > a.hover:after {
    opacity: 1 !important;
    width: 0;
    height: 0;
}

.web-navbar-side .web-nav .dropdown {
    display: block;
    opacity: 1;
    background-color: transparent;
    padding: 0;
}

.web-navbar-side .web-nav .dropdown:before {
    content: none;
}

.web-navbar-side .web-nav .web-drop-item > .dropdown,
.web-navbar-side .web-nav .web-drop-item .web-drop-item > .dropdown {
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

.web-navbar-side .web-nav .web-drop-item > .dropdown > li > a,
.web-navbar-side .web-nav .web-drop-item .web-drop-item > .dropdown > li > a {
    display: none;
}

.web-navbar-side .dropdown > .bropdown-back > a:after {
    content: '' !important;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 30px;
    color: inherit;
    width: 0;
    height: 0;
    border: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 2px solid;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    will-change: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.6;
}

.web-navbar-side .dropdown > .bropdown-back > a:hover:after,
.web-navbar-side .dropdown > .bropdown-back > a.hover:after {
    opacity: 1;
}

.web-navbar-side .web-nav-icons {
    list-style: none;
}

.web-navbar-side .web-nav-icons li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.web-navbar-side .web-nav-icons li > a {
    padding: 0 15px;
    display: inline-block;
}

.web-navbar-side .web-nav-icons li > a > i,
.web-navbar-side .web-nav-icons li > a > span {
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
    vertical-align: middle;
}

.web-navbar-side .web-nav-social {
    padding: 30px 40px;
}

.web-navbar-side .web-nav-social > ul li {
    display: inline-block;
    text-align: center;
}

.web-navbar-side .web-nav-social > ul li > a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    margin: 2px 4px;
    -webkit-transition: .3s color, .3s background-color, .3s border;
    transition: .3s color, .3s background-color, .3s border;
    will-change: color, background-color, border;
}

.web-navbar-side .web-nav-social > ul li > a:hover,
.web-navbar-side .web-nav-social > ul li > a.hover {
    background-color: #fff;
    border-color: #fff;
    color: #1c1c1c;
}

.web-navbar-side .web-nav-social > footer {
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.web-navbar-side.web-navbar-light {
    background-color: #fff;
}

.web-navbar-side.web-navbar-light .web-nav .dropdown > li > a,
.web-navbar-side.web-navbar-light .web-nav > li > a {
    color: rgba(59, 59, 59, 0.85);
}

.web-navbar-side.web-navbar-light .web-nav .dropdown {
    background-color: transparent;
}

.web-navbar-side.web-navbar-light .web-nav-social > ul li > a {
    color: rgba(59, 59, 59, 0.85);
    border: 1px solid rgba(59, 59, 59, 0.85);
}

.web-navbar-side.web-navbar-light .web-nav-social > ul li > a:hover, .web-navbar-side.web-navbar-light .web-nav-social > ul li > a.hover {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff;
}

.web-navbar-side.web-navbar-light .web-nav-social > footer {
    color: rgba(59, 59, 59, 0.85);
}

.web-navbar-overlay {
    position: fixed;
    display: none;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #fff;
    cursor: url("../images/nav-close-cursor.png") 15 15, pointer;
}

/*------------------------------------------------------------------

  Navbar Full

 -------------------------------------------------------------------*/
.web-navbar-full {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 999;
}

.web-navbar-full .nano {
    display: table-cell;
    height: 100%;
    overflow-y: auto;
}

.web-navbar-full .web-nav {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.web-navbar-full .web-nav li > a .web-nav-item-descr {
    font-size: 0.5em;
}

.web-navbar-full .web-nav .dropdown > li,
.web-navbar-full .web-nav > li {
    position: static;
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.web-navbar-full .web-nav .dropdown > li > a,
.web-navbar-full .web-nav > li > a {
    font-size: 2rem;
    padding: 10px 40px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.6);
}

.web-navbar-full .web-nav .dropdown > li > a,
.web-navbar-full .web-nav > li > a {
    white-space: normal;
}

@media (max-width: 400px) {
    .web-navbar-full .web-nav .dropdown > li > a,
    .web-navbar-full .web-nav > li > a {
        font-size: 1.3rem;
    }
}

@media (max-width: 550px) {
    .web-navbar-full .web-nav .dropdown > li > a,
    .web-navbar-full .web-nav > li > a {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.web-navbar-full .web-nav .dropdown > li > a:before,
.web-navbar-full .web-nav > li > a:before {
    left: 45px;
    top: 2px;
}

.web-navbar-full .web-nav .dropdown > li > a:after,
.web-navbar-full .web-nav > li > a:after {
    right: 45px;
    bottom: 2px;
}

.web-navbar-full .web-nav .dropdown > li > a:before,
.web-navbar-full .web-nav .dropdown > li > a:after,
.web-navbar-full .web-nav > li > a:before,
.web-navbar-full .web-nav > li > a:after {
    content: none;
}

.web-navbar-full .web-nav .web-drop-item > a,
.web-navbar-full .web-nav > .web-drop-item > a,
.web-navbar-full .web-nav .bropdown-back > a {
    position: relative;
}

.web-navbar-full .web-nav .web-drop-item > a:after,
.web-navbar-full .web-nav .web-drop-item .web-drop-item > a:after,
.web-navbar-full .web-nav > .web-drop-item > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 30px;
    left: auto;
    color: inherit;
    width: 0;
    height: 0;
    border: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    will-change: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.6 !important;
}

.web-navbar-full .web-nav .web-drop-item > a:hover:after,
.web-navbar-full .web-nav .web-drop-item > a.hover:after,
.web-navbar-full .web-nav > .web-drop-item > a:hover:after,
.web-navbar-full .web-nav > .web-drop-item > a.hover:after {
    opacity: 1 !important;
    width: 0;
    height: 0;
}

.web-navbar-full .web-nav .dropdown {
    display: block;
    opacity: 1;
    background-color: transparent;
    padding: 0;
}

.web-navbar-full .web-nav .dropdown:before {
    content: none;
}

.web-navbar-full .web-nav .web-drop-item .dropdown,
.web-navbar-full .web-nav .web-drop-item .web-drop-item .dropdown {
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

.web-navbar-full .web-nav .dropdown > li > a {
    display: none;
}

.web-navbar-full .dropdown > .bropdown-back > a:after {
    content: '' !important;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 30px;
    color: inherit;
    width: 0;
    height: 0;
    border: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    will-change: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.6;
}

.web-navbar-full .dropdown > .bropdown-back > a:hover:after,
.web-navbar-full .dropdown > .bropdown-back > a.hover:after {
    opacity: 1;
}

.web-navbar-full .web-nav-social {
    padding-bottom: 30px;
    padding-top: 30px;
}

.web-navbar-full .web-nav-social ul li {
    display: inline-block;
    text-align: center;
}

.web-navbar-full .web-nav-social ul li > a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 2px 4px;
    -webkit-transition: .3s color, .3s background-color, .3s border;
    transition: .3s color, .3s background-color, .3s border;
    will-change: color, background-color, border;
}

.web-navbar-full .web-nav-social ul li > a:hover, .web-navbar-full .web-nav-social ul li > a.hover {
    background-color: #fff;
    border-color: #fff;
    color: #1c1c1c;
}

.web-navbar-full .web-nav-social footer {
    padding-top: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.web-navbar-full.web-navbar-light {
    background: #fff;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, #fff 250px, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, #fff 250px, #fff 100%);
}

.web-header-opaque + .web-navbar-full.web-navbar-light {
    background: #fff;
}

.web-navbar-full.web-navbar-light .web-nav .dropdown > li > a,
.web-navbar-full.web-navbar-light .web-nav > li > a {
    color: rgba(59, 59, 59, 0.85);
}

.web-navbar-full.web-navbar-light .web-nav .dropdown {
    background-color: transparent;
}

.web-navbar-full.web-navbar-light .web-nav-social ul li > a {
    color: rgba(59, 59, 59, 0.85);
    border: 1px solid rgba(59, 59, 59, 0.85);
}

.web-navbar-full.web-navbar-light .web-nav-social ul li > a:hover, .web-navbar-full.web-navbar-light .web-nav-social ul li > a.hover {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff;
}

.web-navbar-full.web-navbar-light .web-nav-social footer {
    color: rgba(59, 59, 59, 0.85);
}

/*------------------------------------------------------------------

  Search

 -------------------------------------------------------------------*/
.web-search {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    color: #fff;
    background: #1c1c1c;
    background: -webkit-linear-gradient(top, #1c1c1c 0%, #1c1c1c 100px, rgba(28, 28, 28, 0) 100%);
    background: linear-gradient(to bottom, #1c1c1c 0%, #1c1c1c 100px, rgba(28, 28, 28, 0) 100%);
    opacity: 0;
    z-index: 999;
}

.web-search .web-search-field {
    position: relative;
    margin-top: 60px;
    margin-bottom: 130px;
}

.web-search .web-search-field label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 4rem;
    height: 124px;
    line-height: 124px;
    margin: 0;
    -webkit-transition: .3s color;
    transition: .3s color;
    will-change: color;
}

.web-search .web-search-field input {
    color: inherit;
    padding: 1rem 1rem;
    margin-left: 70px;
    font-size: 5rem;
    background-color: transparent;
    border: none;
    width: 93%;
    width: calc(100% - 70px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    -webkit-transition: .3s border, .3s box-shadow;
    transition: .3s border, .3s box-shadow;
    will-change: border, box-shadow;
}

.web-search .web-search-field input:focus, .web-search .web-search-field input.focus {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .web-search .web-search-field {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .web-search .web-search-field label {
        font-size: 3rem;
        height: 106px;
        line-height: 106px;
    }
    .web-search .web-search-field input {
        margin-left: 50px;
        font-size: 4rem;
        width: calc(100% - 50px);
    }
}

@media (max-width: 575px) {
    .web-search .web-search-field label {
        font-size: 2rem;
        height: 68px;
        line-height: 68px;
    }
    .web-search .web-search-field input {
        margin-left: 40px;
        font-size: 2rem;
        width: calc(100% - 40px);
    }
}

.web-search.web-search-light {
    color: inherit;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
}

.web-search.web-search-light .web-search-field input {
    border-bottom: 1px solid rgba(28, 28, 28, 0.3);
}

.web-search.web-search-light .web-search-field input:focus, .web-search.web-search-light .web-search-field input.focus {
    border-bottom-color: rgba(28, 28, 28, 0.8);
    box-shadow: 0 1px 0 0 rgba(28, 28, 28, 0.8);
}

/*------------------------------------------------------------------

  Header Title

 -------------------------------------------------------------------*/
.web-header-title {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding-top: 75px;
    background-color: #1c1c1c;
    z-index: 0;
}

.web-header-title .web-header-table {
    height: 350px;
}

.web-header-title.web-header-title-sm .web-header-table {
    height: 250px;
}

.web-header-title.web-header-title-md .web-header-table {
    height: 450px;
}

.web-header-title.web-header-title-lg .web-header-table {
    height: 550px;
}

.web-header-title.web-header-title-xl .web-header-table {
    height: 650px;
}

.web-header-title.web-header-title-full {
    padding-top: 0;
    min-height: 700px;
    height: 100vh;
}

.web-header-title.web-header-title-full .web-header-table {
    height: 100%;
    min-height: 700px;
}

.web-header-title .web-header-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.web-header-title .web-header-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0;
}

.web-header-title .web-sub-title {
    color: inherit;
}

.web-header-title .web-header-text-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(28, 28, 28, 0.4);
    position: relative;
}

.web-header-title.web-header-title-full .web-header-text-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*------------------------------------------------------------------

  Footer

 -------------------------------------------------------------------*/
.web-footer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.web-footer a {
    color: inherit;
}

.web-footer-logo {
    text-align: center;
}

.web-footer-social-1 {
    text-align: center;
}

.web-footer-social-1 > a {
    display: inline-block;
    padding: 10px 17px;
    min-width: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 1.15rem;
    color: inherit;
    border: 1px solid;
    margin: 6px 4px;
    -webkit-transition: .3s color, .3s background-color, .3s border-color;
    transition: .3s color, .3s background-color, .3s border-color;
    will-change: color, background-color;
}

.web-footer-social-1 > a:hover,
.web-footer-social-1 > a.hover {
    background-color: #fff;
    border-color: #fff;
    color: #1c1c1c;
    text-decoration: none;
}
.web-footer-social-1 > a .web-svg-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
}
.web-footer-social-1 > a .web-svg-icon svg {
    height: 100%;
    width: 100%;
}

.web-footer-social-2 {
    text-align: center;
}

.web-footer-social-2 > a {
    display: inline-block;
    color: inherit;
    margin: 15px;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    will-change: opacity;
}

.web-footer-social-2 > a:hover,
.web-footer-social-2 > a.hover {
    opacity: 0.6;
}

.web-footer-social-2 > a > * {
    display: block;
    margin: 0;
}

.web-footer-social-2 > a > .web-svg-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px;
}
.web-footer-social-2 > a > .web-svg-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
footer .widget_nav_menu ul {
    width: 100%;
    padding: 0;
}
footer .widget_nav_menu li.menu-item,
.web-footer .web-nav li {
    display: block;
    list-style: none;
}
footer .web-copyright .widget_nav_menu ul {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 0;
}
footer .web-copyright .widget_nav_menu li.menu-item,
.web-footer .web-copyright .web-nav li {
    display: inline-block;
    margin: 0 10px;
}
@media (max-width: 768px) {
    footer .widget_nav_menu li.menu-item,
    .web-footer .web-nav li {
        display: block;
        margin: 0;
    }
}
.web-footer .web-nav {
    margin: 15px 0;
    padding: 0;
}

.web-copyright,
.web-copyright-2 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.web-copyright a,
.web-copyright-2 a {
    color: #fff;
}

.web-copyright {
    padding: 2rem 0;
}

/*------------------------------------------------------------------

  Side Buttons

 -------------------------------------------------------------------*/
.web-side-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
    -webkit-transform: translateX(70px) translateY(60%);
    -ms-transform: translateX(70px) translateY(60%);
    transform: translateX(70px) translateY(60%);
    -webkit-transition: .2s -webkit-transform ease-in-out, .3s margin-bottom;
    transition: .2s transform ease-in-out, .3s margin-bottom;
    will-change: transform;
    z-index: 100;
}

.web-side-buttons.web-side-buttons-left {
    right: auto;
    left: 0;
    padding-right: 15px;
    padding-left: 20px;
}

.web-side-buttons.web-side-buttons-left, .web-side-buttons.web-side-buttons-show-scroll-top {
    -webkit-transform: translateX(0) translateY(60%);
    -ms-transform: translateX(0) translateY(60%);
    transform: translateX(0) translateY(60%);
}

.web-side-buttons.web-side-buttons-show-scroll-top svg {
	fill: #FCCF11;
}

.web-side-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.web-side-buttons ul > li {
    display: inline-block;
    text-align: center;
}

.web-side-buttons ul > li + li {
    margin-left: 15px;
}

.web-side-buttons ul > li > a,
.web-side-buttons ul > li > span {
    display: block;
    font-size: 20px;
    padding: 3px 10px 8px;
    background-color: #0f0f0f;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: .2s color ease-in-out;
    transition: .2s color ease-in-out;
    will-change: color;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}

.web-side-buttons ul > li > a.web-icon-shape-circle,
.web-side-buttons ul > li > span.web-icon-shape-circle {
    border-radius: 50%;
}

.web-side-buttons ul > li > a > span,
.web-side-buttons ul > li > a > span i.web-svg-icon,
.web-side-buttons ul > li > span > span,
.web-side-buttons ul > li > span > span i.web-svg-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.web-side-buttons ul > li > a > span.web-footer-floating-icon-text {
    width: auto;
    margin-left: 10px;
}
.web-side-buttons ul > li > a > span i.web-svg-icon svg,
.web-side-buttons ul > li > span > span i.web-svg-icon svg {
    width: 30px;
    height: 30px;
}

.web-side-buttons ul > li > a:hover,
.web-side-buttons ul > li > span:hover {
    color: #fff;
}

.web-side-buttons.web-side-buttons-visible,
.web-side-buttons:hover,
.web-side-buttons.hover {
    -webkit-transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
    transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .web-side-buttons {
        -webkit-transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
        transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
    }
}

.web-side-buttons.web-side-buttons-left.web-side-buttons-visible,
.web-side-buttons.web-side-buttons-left:hover,
.web-side-buttons.web-side-buttons-left.hover,
.web-side-buttons.web-side-buttons-show-scroll-top.web-side-buttons-visible,
.web-side-buttons.web-side-buttons-show-scroll-top:hover,
.web-side-buttons.web-side-buttons-show-scroll-top.hover {
    -webkit-transform: translateX(0) translateY(0) translate3d(0, 0, 0);
    transform: translateX(0) translateY(0) translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .web-side-buttons.web-side-buttons-left, .web-side-buttons.web-side-buttons-show-scroll-top {
        -webkit-transform: translateX(0) translateY(0) translate3d(0, 0, 0);
        transform: translateX(0) translateY(0) translate3d(0, 0, 0);
    }
}

/*------------------------------------------------------------------

  Quick View

 -------------------------------------------------------------------*/
.web-quick-view {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c1c1c;
    background-color: rgba(28, 28, 28, 0.9);
    overflow: auto;
    z-index: 1300;
}

.web-quick-view .web-quick-view-close {
    position: fixed;
    cursor: pointer;
    text-align: right;
    color: #fff;
    padding: 30px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.web-quick-view .web-quick-view-cont {
    position: absolute;
    background-color: #1c1c1c;
    min-height: 200px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    top: 100px;
    padding: 0;
}

.web-quick-view .web-quick-view-cont iframe {
    position: relative;
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.web-quick-view .web-page-nav-3 {
    padding-top: 43px;
}

.web-quick-view .web-page-nav-3 .web-page-nav-prev,
.web-quick-view .web-page-nav-3 .web-page-nav-next {
    padding-bottom: 0;
}

.web-quick-view .web-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: inset 0 0 0 2px #303030;
    z-index: 0;
}

/*------------------------------------------------------------------

  Page Nav

 -------------------------------------------------------------------*/
/* Fixed Nav */
.web-page-nav .web-page-nav-prev,
.web-page-nav .web-page-nav-next {
    position: fixed;
    display: block;
    color: #fff;
    top: 50%;
    width: 190px;
    height: 130px;
    background-color: #1c1c1c;
    -webkit-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    transform: translate(0, -65px);
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
}

.web-page-nav .web-page-nav-prev.disabled,
.web-page-nav .web-page-nav-next.disabled {
    -webkit-transform: translate(0, -65px) !important;
    -ms-transform: translate(0, -65px) !important;
    transform: translate(0, -65px) !important;
    opacity: 0.2;
    cursor: default;
}

.web-page-nav .web-page-nav-prev.disabled .icon,
.web-page-nav .web-page-nav-next.disabled .icon {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.web-page-nav .web-page-nav-prev:hover, .web-page-nav .web-page-nav-prev.hover, .web-page-nav .web-page-nav-prev:focus, .web-page-nav .web-page-nav-prev:active,
.web-page-nav .web-page-nav-next:hover,
.web-page-nav .web-page-nav-next.hover,
.web-page-nav .web-page-nav-next:focus,
.web-page-nav .web-page-nav-next:active {
    color: #fff;
    text-decoration: none;
}

.web-page-nav .web-page-nav-prev .icon,
.web-page-nav .web-page-nav-next .icon {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 1.7rem;
    background-color: #1c1c1c;
    width: 30px;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s -webkit-transform;
    transition: .4s transform;
    z-index: -2;
    overflow: hidden;
}

.web-page-nav .web-page-nav-prev .icon > *,
.web-page-nav .web-page-nav-next .icon > * {
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.web-page-nav .web-page-nav-prev .web-page-nav-img,
.web-page-nav .web-page-nav-prev .web-page-nav-img > div,
.web-page-nav .web-page-nav-next .web-page-nav-img,
.web-page-nav .web-page-nav-next .web-page-nav-img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

.web-page-nav .web-page-nav-prev .web-page-nav-title,
.web-page-nav .web-page-nav-next .web-page-nav-title {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    background: -webkit-linear-gradient(bottom, rgba(28, 28, 28, 0.6), rgba(28, 28, 28, 0));
    background: linear-gradient(to top, rgba(28, 28, 28, 0.6), rgba(28, 28, 28, 0));
}

.web-page-nav .web-page-nav-prev {
    left: -190px;
}

.web-page-nav .web-page-nav-prev:hover, .web-page-nav .web-page-nav-prev.hover {
    -webkit-transform: translate(190px, -65px);
    -ms-transform: translate(190px, -65px);
    transform: translate(190px, -65px);
}

.web-page-nav .web-page-nav-prev .icon {
    right: -30px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.web-page-nav .web-page-nav-prev:hover .icon {
    -webkit-transform: rotateY(100deg);
    transform: rotateY(100deg);
}

.web-page-nav .web-page-nav-next {
    right: -190px;
}

.web-page-nav .web-page-nav-next:hover, .web-page-nav .web-page-nav-next.hover {
    -webkit-transform: translate(-190px, -65px);
    -ms-transform: translate(-190px, -65px);
    transform: translate(-190px, -65px);
}

.web-page-nav .web-page-nav-next .icon {
    left: -30px;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.web-page-nav .web-page-nav-next:hover .icon {
    -webkit-transform: rotateY(-100deg);
    transform: rotateY(-100deg);
}

/* Fixed Nav 2 */
.web-page-nav-2 .web-page-nav-prev,
.web-page-nav-2 .web-page-nav-next {
    position: fixed;
    display: table;
    color: #fff;
    top: 50%;
    width: 340px;
    height: 130px;
    background-color: #1c1c1c;
    padding: 19.5px;
    -webkit-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    transform: translate(0, -65px);
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
}

.web-page-nav-2 .web-page-nav-prev.disabled,
.web-page-nav-2 .web-page-nav-next.disabled {
    -webkit-transform: translate(0, -65px) !important;
    -ms-transform: translate(0, -65px) !important;
    transform: translate(0, -65px) !important;
    opacity: 0.2;
    cursor: default;
}

.web-page-nav-2 .web-page-nav-prev.disabled .icon,
.web-page-nav-2 .web-page-nav-next.disabled .icon {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.web-page-nav-2 .web-page-nav-prev:hover, .web-page-nav-2 .web-page-nav-prev.hover, .web-page-nav-2 .web-page-nav-prev:focus, .web-page-nav-2 .web-page-nav-prev:active,
.web-page-nav-2 .web-page-nav-next:hover,
.web-page-nav-2 .web-page-nav-next.hover,
.web-page-nav-2 .web-page-nav-next:focus,
.web-page-nav-2 .web-page-nav-next:active {
    color: #fff;
    text-decoration: none;
}

.web-page-nav-2 .web-page-nav-prev .icon,
.web-page-nav-2 .web-page-nav-next .icon {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 1.7rem;
    background-color: #1c1c1c;
    width: 30px;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s -webkit-transform;
    transition: .4s transform;
    z-index: -2;
    overflow: hidden;
}

.web-page-nav-2 .web-page-nav-prev .icon > *,
.web-page-nav-2 .web-page-nav-next .icon > * {
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.web-page-nav-2 .web-page-nav-prev .web-page-nav-img,
.web-page-nav-2 .web-page-nav-next .web-page-nav-img {
    display: table-cell;
    height: 91px;
    width: 0.1px;
    padding-right: 19.5px;
}

.web-page-nav-2 .web-page-nav-prev .web-page-nav-img > img,
.web-page-nav-2 .web-page-nav-next .web-page-nav-img > img {
    height: 100%;
}

.web-page-nav-2 .web-page-nav-prev .web-page-nav-title,
.web-page-nav-2 .web-page-nav-next .web-page-nav-title {
    display: table-cell;
    vertical-align: top;
}

.web-page-nav-2 .web-page-nav-prev {
    left: -340px;
}

.web-page-nav-2 .web-page-nav-prev:hover, .web-page-nav-2 .web-page-nav-prev.hover {
    -webkit-transform: translate(340px, -65px);
    -ms-transform: translate(340px, -65px);
    transform: translate(340px, -65px);
}

.web-page-nav-2 .web-page-nav-prev .icon {
    right: -30px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.web-page-nav-2 .web-page-nav-prev:hover .icon {
    -webkit-transform: rotateY(100deg);
    transform: rotateY(100deg);
}

.web-page-nav-2 .web-page-nav-next {
    right: -340px;
}

.web-page-nav-2 .web-page-nav-next:hover, .web-page-nav-2 .web-page-nav-next.hover {
    -webkit-transform: translate(-340px, -65px);
    -ms-transform: translate(-340px, -65px);
    transform: translate(-340px, -65px);
}

.web-page-nav-2 .web-page-nav-next .icon {
    left: -30px;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.web-page-nav-2 .web-page-nav-next:hover .icon {
    -webkit-transform: rotateY(-100deg);
    transform: rotateY(-100deg);
}

/* Static Nav */
.web-page-nav-3 {
    position: relative;
}

.web-page-nav-3:after {
    content: '';
    display: table;
    clear: both;
}

.web-page-nav-3 .web-page-nav-grid {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    padding: 17px 0;
    width: 19%;
    margin: 0 auto;
}

.web-page-nav-3 .web-page-nav-prev,
.web-page-nav-3 .web-page-nav-next {
    position: relative;
    cursor: pointer;
    display: block;
    width: 40%;
    min-height: 80px;
    padding: 17px 0;
    color: inherit;
    text-decoration: none;
}

.web-page-nav-3 .web-page-nav-prev.disabled,
.web-page-nav-3 .web-page-nav-next.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}

.web-page-nav-3 .web-page-nav-prev {
    float: left;
    text-align: left;
    padding-left: 45px;
    padding-right: 20px;
}

.web-page-nav-3 .web-page-nav-next {
    float: right;
    text-align: right;
    padding-right: 45px;
    padding-left: 20px;
}

.web-page-nav-3 .web-page-nav-title {
    font-weight: bold;
    font-size: 1.2rem;
}

.web-page-nav-3 .web-icon-arrow-right,
.web-page-nav-3 .web-icon-arrow-left {
    position: absolute;
    top: 40px;
}

.web-page-nav-3 .web-icon-arrow-right {
    right: 0;
}

.web-page-nav-3 .web-icon-arrow-left {
    left: 0;
}

@media (max-width: 575px) {
    .web-page-nav-3 .web-page-nav-grid,
    .web-page-nav-3 .web-page-nav-prev,
    .web-page-nav-3 .web-page-nav-next {
        width: 100%;
        float: none;
        text-align: center;
    }
    .web-page-nav-3 .web-page-nav-prev,
    .web-page-nav-3 .web-page-nav-next {
        padding: 17px;
    }
}

/*------------------------------------------------------------------

  Widgets

 -------------------------------------------------------------------*/
.web-widget {
    overflow: hidden;
}

.web-widget ~ .web-widget {
    margin-top: 65px;
}

.web-widget .web-widget-title {
    font-family: inherit;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.web-widget-post {
    padding-left: 110px;
}

.web-widget-post + .web-widget-post {
    margin-top: 25px;
}

.web-widget-post:after {
    content: '';
    display: table;
    clear: both;
}

.web-widget-post a {
    text-decoration: none;
}

.web-widget-post .web-post-image {
    float: left;
    width: 90px;
    margin-left: -110px;
    overflow: hidden;
}

.web-widget-post .web-post-image img {
    width: 100%;
}

.web-widget-post .web-post-title {
    display: inline-block;
    font-size: 1.15rem;
    margin-top: 6px;
    margin-bottom: 5px;
    width: 100%;
}

.web-widget-post .web-post-title a {
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-widget-post .web-post-title a:hover, .web-widget-post .web-post-title a:focus {
    opacity: 0.7;
}

.web-widget-post .web-post-meta-date {
    font-size: 0.9rem;
    font-style: italic;
    margin-right: 10px;
    opacity: 0.6;
}

.web-widget-post .web-post-meta-date a {
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-widget-post .web-post-meta-date a:hover, .web-widget-post .web-post-meta-date a:focus {
    opacity: 0.7;
}

.web-widget-post .web-post-meta-comments i {
    font-size: 1.2rem;
    line-height: 1.2rem;
    vertical-align: middle;
}

.web-widget-post .web-post-meta-comments span {
    font-size: 0.8rem;
    line-height: 0.8rem;
    vertical-align: middle;
}

.web-widget-post .web-product-price {
    margin-top: 20px;
}

.web-widget.widget_categories ul {
    font-size: 0.9rem;
}

.web-widget.widget_categories ul,
.web-widget.widget_categories ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: -14px;
}

.web-widget.widget_categories ul .web-widget.widget_categories ul {
    margin-left: 25px;
    margin-top: 0;
}

.web-widget.widget_categories ul .web-widget.widget_categories ul li {
    border-top: 1px solid #777;
}

.web-widget.widget_categories ul li {
    display: block;
}

.web-widget.widget_categories ul li + li {
    border-top: 1px solid #777;
}

.web-widget.widget_categories ul li a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    padding: 14px 0;
}

.web-widget.widget_categories ul li a:hover,
.web-widget.widget_categories ul li a:focus {
    opacity: 0.7;
}

.web-widget.widget_categories ul li .widget_categories-count {
    display: inline-block;
    opacity: 0.5;
    color: inherit;
    float: right;
}

.web-widget-tags,
.web-post-tags {
    margin-bottom: -5px;
    font-size: 0.9rem;
    font-style: normal;
}

.web-widget-tags > a,
.web-post-tags > a {
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 5px;
    margin-right: 1px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    z-index: 1;
}

.web-widget-tags > a:before,
.web-post-tags > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid;
    opacity: 0.6;
}

.web-widget-tags > a:hover, .web-widget-tags > a.hover,
.web-post-tags > a:hover,
.web-post-tags > a.hover {
    opacity: 0.7;
}

.web-widget-contact {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.web-widget-contact > li {
    position: relative;
    padding-left: 25px;
}

.web-widget-contact > li + li {
    margin-top: 15px;
}

.web-widget-contact .web-widget-contact-icon {
    position: absolute;
    left: 0;
    font-size: 1em;
}

.web-widget-social {
    text-align: center;
}

.web-widget-social > a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.15rem;
    color: inherit;
    border: 1px solid;
    margin: 6px 4px;
    -webkit-transition: .3s color, .3s background-color, .3s border-color;
    transition: .3s color, .3s background-color, .3s border-color;
    will-change: color, background-color;
}

.web-widget-social > a:hover, .web-widget-social > a.hover {
    background-color: #fff;
    border-color: #fff;
    color: #1c1c1c;
}

.web-widget-social.web-widget-social-inverted > a:hover, .web-widget-social.web-widget-social-inverted > a.hover {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}

.web-twitter {
    position: relative;
    padding-left: 25px;
}

.web-twitter + .web-twitter {
    margin-top: 30px;
}

.web-twitter .web-twitter-date {
    font-size: 0.8rem;
    opacity: 0.6;
    line-height: 1.4;
    margin-bottom: 10px;
}

.web-twitter .web-twitter-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
}

.web-nav .web-widget-store-cart {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 354px;
}

.web-widget-store-cart .web-widget-store-cart-actions {
    margin-top: 25px;
}

.web-widget-store-cart .web-widget-store-cart-actions a + a {
    margin-left: 15px;
}

.web-widget-store-cart .web-widget-store-cart-total {
    margin-top: 25px;
    margin-bottom: 25px;
}

.web-widget-store-cart .web-widget-store-cart-total:before, .web-widget-store-cart .web-widget-store-cart-total:after {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    border-top: 1px dotted #777;
}

.web-widget-store-cart .web-widget-store-cart-total:before {
    margin-bottom: 15px;
}

.web-widget-store-cart .web-widget-store-cart-total:after {
    margin-top: 15px;
}

.web-widget-store-cart .web-widget-store-cart-total > a {
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    text-decoration: none;
}

.web-widget-store-cart .web-widget-store-cart-total > a:hover, .web-widget-store-cart .web-widget-store-cart-total > a:focus {
    opacity: 0.7;
}

.web-widget-store-cart .web-widget-store-cart-total > span {
    float: right;
}

#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr > td,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr > td #web-cart-update {
    display: block;
    min-width: 0;
    width: 100%;
    clear: both;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr > td {
    text-align: left !important;
    background-color: transparent;
    padding: 6px 0;
    border: none;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr > td .woocommerce-Price-amount.amount {
    font-weight: 700;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr > td .subscription-details {
    font-size: 9px;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr.cart_item > td.web-product-cart-quantity {
    width: 55px;
    float: left;
    clear: none;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr.cart_item > td.web-product-cart-quantity .qty {
    padding: 6px;
    width: 31px !important;
    border-radius: 0;
    border-color: #ddd;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr.cart_item > td.web-product-cart-total {
    width: calc(100% - 55px);
    padding-left: 10px;
    line-height: 1;
    float: left;
    clear: none;
    text-align: center !important;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr.cart_item > td .web-post-title {
    font-size: 1em;
    margin-top: 20px;
}
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products thead.thead-default,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr.cart_item > .web-product-cart-thumb,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr.cart_item > .web-product-cart-price,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr.cart_item > .web-product-cart-remove,
#web-side-cart .web-store-cart .table-responsive table.web-store-cart-products tbody tr .coupon,
#web-side-cart .web-store-cart .cart-collaterals {
    display: none;
}
.woocommerce #web-side-cart table.shop_table_responsive tr td::before,
.woocommerce-page #web-side-cart table.shop_table_responsive tr td::before {
    content: none !important;
}

table#wp-calendar {
    width: 100%;
}

/* Sidebars */
.web-sidebar {
    position: relative;
    height: 100%;
    padding-left: 50px;
    z-index: 1;
}

.web-sidebar:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: -1800px;
    background-color: #f7f7f7;
    z-index: -1;
}

.container-fluid > .row > div > .web-sidebar.web-sidebar-left {
    padding-left: 25px;
}

.container-fluid > .row > div > .web-sidebar.web-sidebar-right {
    padding-right: 25px;
}

.web-sidebar.web-sidebar-left {
    padding-left: 0;
    padding-right: 50px;
}

.web-sidebar.web-sidebar-left:after {
    left: -1800px;
    right: 10px;
}

@media (max-width: 991px) {
    .web-sidebar, .web-sidebar.web-sidebar-left {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .web-sidebar:after, .web-sidebar.web-sidebar-left:after {
        left: -1000px;
        right: -1000px;
    }
}


/*------------------------------------------------------------------

  Elements

 -------------------------------------------------------------------*/
/*---------------------------
  Element Buttons
 ----------------------------*/
.web-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 12px 35px;
    font-size: 1.15em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 1;
}

.web-btn,
.web-btn:hover,
.web-btn.hover,
.web-btn:active,
.web-btn.active,
.web-btn:focus {
    text-decoration: none;
}

.web-btn-xs {
    font-size: 0.9rem;
    padding: 8px 26px;
}

.web-btn-sm {
    padding: 10px 29px;
}

.web-btn-lg {
    padding: 14px 41px;
}

.web-btn-x2 {
    font-size: 1.1rem;
    padding: 16px 45px;
}

.web-btn-x2-large {
    font-size: 1.1rem;
    padding: 18px 50px;
}

.web-btn-x3-large {
    font-size: 1.3rem;
    padding: 20px 55px;
}

.web-btn-x4-large {
    font-size: 1.5rem;
    padding: 22px 65px;
}

.web-btn-block {
    display: block;
    width: 100%;
}

.web-btn > .icon {
    margin-right: 3px;
}
.web-btn > span,
.web-btn > .icon {
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
    will-change: transform;
}

.web-btn > span + .icon {
    margin-left: 3px;
    margin-right: 0;
}

.web-btn.web-btn-xs > .icon {
    width: 40px;
}

.web-btn.web-btn-sm > .icon {
    width: 45px;
}

.web-btn.web-btn-default > .icon {
    width: 50px;
}

.web-btn.web-btn-lg > .icon {
    width: 55px;
}

.web-btn.web-btn-x2 > .icon {
    width: 60px;
}

.web-btn.web-btn-x2-large > .icon {
    width: 62px;
}

.web-btn.web-btn-x3-large > .icon {
    width: 65px;
}

.web-btn.web-btn-x4-large > .icon {
    width: 75px;
}

/*---------------------------
  Element Progress
 ----------------------------*/
.web-progress {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.web-progress .web-progress-line {
    width: 100%;
    background-color: #e6e6e6;
}

.web-progress .web-progress-line > div {
    background-color: #1c1c1c;
    height: 100%;
    text-align: right;
}

.web-progress .web-progress-title {
    margin-bottom: 5px;
}

.web-progress .web-progress-percent {
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: top;
    margin-top: 5px;
}

.web-progress.web-progress-percent-static {
    padding-right: 30px;
}

.web-progress.web-progress-percent-static .web-progress-line {
    position: relative;
}

.web-progress.web-progress-percent-static .web-progress-percent {
    position: absolute;
    top: 0;
    margin-top: -4px;
    right: -30px;
}

.web-progress .web-progress-line {
    height: 5px;
}

.web-progress.web-progress-xs .web-progress-line {
    height: 1px;
}

.web-progress.web-progress-xs .web-progress-percent {
    margin-top: 1px;
}

.web-progress.web-progress-xs.web-progress-percent-static .web-progress-percent {
    margin-top: -6px;
}

.web-progress.web-progress-sm .web-progress-line {
    height: 3px;
}

.web-progress.web-progress-sm .web-progress-percent {
    margin-top: 3px;
}

.web-progress.web-progress-sm.web-progress-percent-static .web-progress-percent {
    margin-top: -4px;
}

.web-progress.web-progress-md .web-progress-line {
    height: 8px;
}

.web-progress.web-progress-md .web-progress-percent {
    margin-top: 8px;
}

.web-progress.web-progress-md.web-progress-percent-static .web-progress-percent {
    margin-top: -2px;
}

.web-progress.web-progress-lg .web-progress-line {
    height: 12px;
}

.web-progress.web-progress-lg .web-progress-percent {
    margin-top: 12px;
}

.web-progress.web-progress-lg.web-progress-percent-static .web-progress-percent {
    margin-top: -1px;
}

.web-progress.web-progress-xlg .web-progress-line {
    height: 16px;
}

.web-progress.web-progress-xlg .web-progress-percent {
    margin-top: 16px;
}

.web-progress.web-progress-xlg.web-progress-percent-static .web-progress-percent {
    margin-top: 2px;
}

/*---------------------------
  Element Tabs
 ----------------------------*/
.web-tabs .nav-tabs {
    border-bottom: none;
}

.web-tabs .nav-tabs:after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    opacity: 0.2;
}

.web-tabs .nav-tabs .nav-item, .web-tabs .nav-tabs .nav-item:focus, .web-tabs .nav-tabs .nav-item:hover,
.web-tabs .nav-tabs .nav-link,
.web-tabs .nav-tabs .nav-link:focus,
.web-tabs .nav-tabs .nav-link:hover,
.web-tabs .nav-tabs .nav-item.open .nav-link,
.web-tabs .nav-tabs .nav-item.open .nav-link:focus,
.web-tabs .nav-tabs .nav-item.open .nav-link:hover,
.web-tabs .nav-tabs .nav-link.active,
.web-tabs .nav-tabs .nav-link.active:focus,
.web-tabs .nav-tabs .nav-link.active:hover {
    color: inherit;
    background-color: transparent;
}

.web-tabs .nav-tabs .nav-link {
    padding: 10px 20px;
    border: none;
    border-bottom: 2px solid transparent;
}

.web-tabs .nav-tabs .nav-link.active, .web-tabs .nav-tabs .nav-link.active:focus, .web-tabs .nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid;
}

/*---------------------------
  Element Accordion
 ----------------------------*/
.web-accordion .panel-heading:after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    opacity: 0.2;
}

.web-accordion .panel-heading a {
    display: block;
    padding: 10px 20px;
    color: inherit;
    text-decoration: none;
}

/*---------------------------
  Element Icon Boxes
 ----------------------------*/
/* Style 1 */
.web-iconbox-1 {
    position: relative;
    min-height: 50px;
}

.web-iconbox-1 .web-iconbox-icon {
    position: absolute;
    font-size: 1.3rem;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
}

.web-iconbox-1 .web-iconbox-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    opacity: 0.4;
}

.web-iconbox-1 .web-iconbox-icon.web-iconbox-icon-circle, .web-iconbox-1 .web-iconbox-icon.web-iconbox-icon-circle:after {
    border-radius: 50%;
}

.web-iconbox-1 .web-iconbox-cont {
    margin-left: 75px;
}

.web-iconbox-1.web-iconbox-inverted {
    text-align: right;
}

.web-iconbox-1.web-iconbox-inverted .web-iconbox-cont {
    margin-left: 0;
    margin-right: 75px;
}

.web-iconbox-1.web-iconbox-inverted .web-iconbox-icon {
    right: 0;
}

/* Style 2 */
.web-iconbox-2 {
    position: relative;
    min-height: 30px;
}

.web-iconbox-2 .web-iconbox-icon {
    position: absolute;
    font-size: 2rem;
    line-height: 1;
    width: 30px;
    text-align: center;
}

.web-iconbox-2 .web-iconbox-cont {
    margin-left: 45px;
    padding-top: 5px;
}

.web-iconbox-2.web-iconbox-inverted {
    text-align: right;
}

.web-iconbox-2.web-iconbox-inverted .web-iconbox-cont {
    margin-left: 0;
    margin-right: 45px;
}

.web-iconbox-2.web-iconbox-inverted .web-iconbox-icon {
    right: 0;
}

/* Style 3 */
.web-iconbox-3 {
    position: relative;
    text-align: center;
}

.web-iconbox-3 .web-iconbox-icon {
    position: relative;
    font-size: 2rem;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.web-iconbox-3 .web-iconbox-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    opacity: 0.4;
}

.web-iconbox-3 .web-iconbox-icon.web-iconbox-icon-circle, .web-iconbox-3 .web-iconbox-icon.web-iconbox-icon-circle:after {
    border-radius: 50%;
}

.web-iconbox-3 .web-iconbox-title {
    margin-bottom: 1rem;
}

/* Style 4 */
.web-iconbox-4 {
    position: relative;
    text-align: center;
}

.web-iconbox-4 .web-iconbox-icon {
    position: relative;
    font-size: 4rem;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.web-iconbox-4 .web-iconbox-title {
    margin-bottom: 1rem;
}

/* Titles */
.web-iconbox-title {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.web-iconbox-title a {
    color: inherit;
    text-decoration: none;
}

/* Feature Hovered + Colors */
.web-iconbox-hover .web-iconbox-icon {
    -webkit-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
}

.web-iconbox-hover .web-iconbox-icon:after {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

/*.web-iconbox-icon.web-iconbox-icon-bg-color-primary:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-primary:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-primary:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-primary,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-primary,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-primary {*/
/*color: #0275D8;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-success,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-success,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-success {*/
/*background-color: #5CB85C;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-success:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-success:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-success:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-success,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-success,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-success {*/
/*color: #5CB85C;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-info,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-info,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-info {*/
/*background-color: #5BC0DE;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-info:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-info:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-info:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-info,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-info,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-info {*/
/*color: #5BC0DE;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-warning,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-warning,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-warning {*/
/*background-color: #F0AD4E;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-warning:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-warning:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-warning:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-warning,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-warning,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-warning {*/
/*color: #F0AD4E;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-danger,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-danger,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-danger {*/
/*background-color: #D9534F;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-danger:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-danger:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-danger:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-danger,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-danger,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-danger {*/
/*color: #D9534F;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-white,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-white,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-white {*/
/*background-color: #fff;*/
/*color: #fff;*/
/*color: #1c1c1c;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-white:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-white:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-white:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-white,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-white,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-white {*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-black,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-black,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-black {*/
/*background-color: #000;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-black:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-black:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-black:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-black,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-black,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-black {*/
/*color: #000;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-1,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-1,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-1 {*/
/*background-color: #1c1c1c;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-1:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-1:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-1:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-dark-1,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-1,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-1 {*/
/*color: #1c1c1c;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-2,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-2,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-2 {*/
/*background-color: #262626;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-2:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-2:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-2:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-dark-2,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-2,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-2 {*/
/*color: #262626;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-3,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-3,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-3 {*/
/*background-color: #303030;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-3:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-3:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-3:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-dark-3,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-3,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-3 {*/
/*color: #303030;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-4,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-4,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-4 {*/
/*background-color: #3b3b3b;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-dark-4:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-4:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-dark-4:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-dark-4,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-4,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-dark-4 {*/
/*color: #3b3b3b;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-1,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-1,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-1 {*/
/*background-color: #FAFAFA;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-1:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-1:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-1:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-gray-1,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-1,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-1 {*/
/*color: #FAFAFA;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-2,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-2,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-2 {*/
/*background-color: #f7f7f7;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-2:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-2:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-2:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-gray-2,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-2,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-2 {*/
/*color: #f7f7f7;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-3,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-3,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-3 {*/
/*background-color: #f5f5f5;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-3:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-3:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-3:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-gray-3,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-3,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-3 {*/
/*color: #f5f5f5;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-4,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-4,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-4 {*/
/*background-color: #f2f2f2;*/
/*color: #fff;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-bg-color-gray-4:after,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-4:after,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-bg-color-gray-4:after {*/
/*opacity: 0;*/
/*}*/

/*.web-iconbox-icon.web-iconbox-icon-color-gray-4,*/
/*.web-iconbox-hover.hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-4,*/
/*.web-iconbox-hover:hover .web-iconbox-icon.web-iconbox-icon-hover-color-gray-4 {*/
/*color: #f2f2f2;*/
/*}*/

/*---------------------------
  Element Content Boxes
 ----------------------------*/
.web-box,
.web-box-1,
.web-box-2,
.web-box-3,
.web-box-4,
.web-box-rounded,
.web-box-rounded-1,
.web-box-rounded-2,
.web-box-rounded-3,
.web-box-rounded-4 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.web-box-1,
.web-box-rounded-1 {
    padding: 20px;
}

.web-box-2,
.web-box-rounded-2 {
    padding: 40px;
}

.web-box-3,
.web-box-rounded-3 {
    padding: 60px;
}

.web-box-4,
.web-box-rounded-4 {
    padding: 80px;
}

.web-box-rounded,
.web-box-rounded-1,
.web-box-rounded-2,
.web-box-rounded-3,
.web-box-rounded-4 {
    border-radius: 6px;
}

/* line between boxes
   Used JS code to add .web-box-line-top and .web-box-last classnames */
.web-box-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    right: 0;
    border-left: 1px solid;
    opacity: 0.07;
}

.web-box-line.web-box-line-top:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    border-bottom: 1px solid;
    opacity: 0.07;
}

.web-box-line.web-box-last:before {
    content: none;
}

/*---------------------------
  Element Counters
 ----------------------------*/
.web-counter,
.web-counter-2,
.web-counter-3 {
    position: relative;
}

.web-counter .web-count,
.web-counter-2 .web-count,
.web-counter-3 .web-count {
    font-weight: bold;
}

/* Style 1 */
.web-counter .web-count {
    font-size: 4rem;
}

/* Style 2 */
.web-counter-2 .web-count {
    color: #bea175;
    font-size: 4rem;
    line-height: 1;
}

/* Style 3 */
.web-counter-3 .web-counter-icon {
    color: #bea175;
    font-size: 3rem;
    line-height: 1;
}

.web-counter-3 .web-count {
    font-size: 3rem;
    line-height: 2;
}

.web-counter-3 .web-counter-title {
    font-weight: normal;
    line-height: 1;
}

/*---------------------------
  Element Dividers
 ----------------------------*/
.web-divider {
    display: block;
    width: 100%;
    opacity: 0.4;
    border-bottom: 1px solid;
}

/*---------------------------
  Element Dropcaps
 ----------------------------*/
.web-dropcap-circle {
    border-radius: 50%;
}

.web-dropcap,
.web-dropcap-2,
.web-dropcap-3 {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.web-dropcap {
    margin-right: 15px;
    font-size: 3rem;
}

.web-dropcap-2 {
    margin-right: 15px;
    margin-top: 6px;
    font-size: 2rem;
    background-color: #1c1c1c;
    color: #fff;
}

.web-dropcap-3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: bold;
    font-size: 6rem;
    width: 35px;
    height: 40px;
    line-height: 4rem;
    margin-left: -10px;
    opacity: 0.15;
    z-index: -1;
}

/*---------------------------
  Element Pagination
 ----------------------------*/
.web-pagination {
    display: block;
}

.web-pagination .web-pagination-prev,
.web-pagination .web-pagination-next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-height: 65px;
    padding: 17px 0;
    color: inherit;
    text-decoration: none;
}

.web-pagination .web-pagination-prev.disabled,
.web-pagination .web-pagination-next.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}

.web-pagination .web-pagination-prev .web-icon-arrow-right,
.web-pagination .web-pagination-prev .web-icon-arrow-left,
.web-pagination .web-pagination-next .web-icon-arrow-right,
.web-pagination .web-pagination-next .web-icon-arrow-left {
    position: absolute;
    top: 20px;
}

.web-pagination .web-pagination-prev .web-icon-arrow-right,
.web-pagination .web-pagination-next .web-icon-arrow-right {
    right: 0;
}

.web-pagination .web-pagination-prev .web-icon-arrow-left,
.web-pagination .web-pagination-next .web-icon-arrow-left {
    left: 0;
}

.web-pagination .web-pagination-prev {
    float: left;
    text-align: left;
    padding-left: 45px;
}

.web-pagination .web-pagination-next {
    float: right;
    text-align: right;
    padding-right: 45px;
}

.web-pagination nav {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.web-pagination nav > * {
    display: inline-block;
    padding: 9px;
}

.web-pagination nav > *.web-pagination-current, .web-pagination nav > *.web-pagination-current-white {
    width: 34px;
    height: 34px;
    line-height: 22px;
    border-radius: 17px;
    padding: 6px;
    background-color: #1c1c1c;
    color: #fff;
}

.web-pagination nav > *.web-pagination-current:hover, .web-pagination nav > *.web-pagination-current-white:hover {
    opacity: 1;
}

.web-pagination nav > *.web-pagination-current-white {
    background-color: #fff;
    color: #1c1c1c;
}

.web-pagination nav a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-pagination nav a:hover {
    opacity: 0.6;
}

.web-pagination.web-pagination-center .web-pagination-prev,
.web-pagination.web-pagination-center .web-pagination-next, .web-pagination.web-pagination-left .web-pagination-prev,
.web-pagination.web-pagination-left .web-pagination-next, .web-pagination.web-pagination-right .web-pagination-prev,
.web-pagination.web-pagination-right .web-pagination-next {
    float: none;
}

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

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

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

/*---------------------------
  Element Breadcrumbs
 ----------------------------*/
.web-breadcrumbs {
    padding: 30px 0;
}

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

.web-breadcrumbs ul > li {
    position: relative;
    display: inline-block;
}

.web-breadcrumbs ul > li > span,
.web-breadcrumbs ul > li > a {
    padding: 0 15px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}

.web-breadcrumbs ul > li > span,
.web-breadcrumbs ul > li > a,
.web-breadcrumbs ul > li > a:hover,
.web-breadcrumbs ul > li > a:focus,
.web-breadcrumbs ul > li > a:active {
    color: inherit;
    text-decoration: none;
}

.web-breadcrumbs ul > li > a:hover,
.web-breadcrumbs ul > li > a.hover {
    opacity: 0.8;
}

.web-header-text-bottom .web-breadcrumbs {
    padding: 0;
    background-color: transparent;
}

.web-breadcrumbs ul > li > span.web-breadcrumb-separator {
    padding: 0;
    opacity: 0.5;
}

/*---------------------------
  Element Pricing
 ----------------------------*/
/* Style 1 */
.web-pricing-1 {
    position: relative;
    padding: 60px;
    background-color: #fff;
    margin-bottom: 90px;
    margin-right: 40px;
    height: calc(100% - 90px);
    box-shadow: 19px 18px 44px 10px rgba(0, 0, 0, 0.1);
}

.web-pricing-1 .web-pricing-price {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1rem;
}

.web-pricing-1 .web-pricing-title {
    margin: 0;
    font-size: 1.4rem;
    font-family: inherit;
    font-weight: normal;
    color: gray;
}

.web-pricing-1 .web-divider {
    opacity: 0.2;
}

.web-pricing-1 .web-pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.web-pricing-1 .web-pricing-features > li + li {
    margin-top: 14px;
}

.web-pricing-1 .web-pricing-cover {
    position: absolute;
    display: block;
    background-color: #bea175;
    top: 20px;
    left: 20px;
    right: -40px;
    bottom: -90px;
    z-index: -1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
}

.web-pricing-1 .web-pricing-button {
    position: absolute;
    display: block;
    text-decoration: none;
    font-size: 1.2rem;
    width: 100%;
    color: #fff;
    bottom: -90px;
    left: 20px;
    padding-left: 40px;
    height: 90px;
    line-height: 90px;
    z-index: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
}

.web-pricing-1:hover .web-pricing-cover,
.web-pricing-1:hover .web-pricing-button, .web-pricing-1.hover .web-pricing-cover,
.web-pricing-1.hover .web-pricing-button {
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}

/* Style 2 */
.web-pricing-2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.1);
}

.web-pricing-2 .web-pricing-header {
    position: relative;
    overflow: hidden;
    background-color: #1c1c1c;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    padding-bottom: 100px;
}

.web-pricing-2 .web-pricing-body {
    position: relative;
    padding: 60px 0;
}

.web-pricing-2 .web-pricing-body:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-transform: skewY(-5deg) translateY(-50%);
    -ms-transform: skewY(-5deg) translateY(-50%);
    transform: skewY(-5deg) translateY(-50%);
    -webkit-transition: .3s -webkit-transform;
    transition: .3s transform;
}

.web-pricing-2:hover .web-pricing-body:before, .web-pricing-2.hover .web-pricing-body:before {
    -webkit-transform: skewY(-5deg) translateY(-40%);
    -ms-transform: skewY(-5deg) translateY(-40%);
    transform: skewY(-5deg) translateY(-40%);
}

.web-pricing-2 .web-pricing-price {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.web-pricing-2 .web-pricing-currency,
.web-pricing-2 .web-pricing-period {
    font-size: 1rem;
    font-weight: normal;
}

.web-pricing-2 .web-pricing-currency {
    vertical-align: top;
}

.web-pricing-2 .web-pricing-title {
    margin: 0;
    font-size: 1.2rem;
    font-family: inherit;
    font-weight: normal;
}

.web-pricing-2 .web-pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.web-pricing-2 .web-pricing-features > li + li {
    margin-top: 20px;
}

.web-pricing-2 .web-pricing-button {
    margin-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
}

/* Style 3 */
.web-pricing-3 {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    padding: 0 30px;
    box-shadow: 0 0 15px 0 rgba(28, 28, 28, 0.05);
    text-align: center;
}

.web-pricing-3 .web-pricing-title {
    margin: 0;
    font-size: 1.8rem;
    font-family: inherit;
    font-weight: normal;
}

.web-pricing-3 .web-pricing-price {
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
}

.web-pricing-3 .web-pricing-currency,
.web-pricing-3 .web-pricing-period {
    font-size: 1rem;
    font-weight: normal;
}

.web-pricing-3 .web-pricing-currency {
    vertical-align: top;
}

.web-pricing-3 .web-pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.web-pricing-3 .web-pricing-features > li + li {
    margin-top: 20px;
}

.web-pricing-3 .web-pricing-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
}

.web-pricing-3 .web-pricing-title,
.web-pricing-3 .web-pricing-price,
.web-pricing-3 .web-pricing-features,
.web-pricing-3 .web-pricing-button {
    position: relative;
    padding: 40px 0;
}

.web-pricing-3 .web-pricing-title:after,
.web-pricing-3 .web-pricing-price:after,
.web-pricing-3 .web-pricing-features:after,
.web-pricing-3 .web-pricing-button:after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    opacity: 0.1;
}

.web-pricing-3 .web-pricing-button:after {
    content: none;
}

/* Style Menu */
.web-pricing-menu {
    position: relative;
    overflow: hidden;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(28, 28, 28, 0.1);
    z-index: 1;
}

.web-pricing-menu.no-shadow {
    box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.1);
}

.web-pricing-menu .web-pricing-menu-item + .web-pricing-menu-item {
    margin-top: 35px;
}

.web-pricing-menu .web-pricing-header {
    display: table;
}

.web-pricing-menu .web-pricing-header > * {
    display: table-cell;
    vertical-align: baseline;
    width: 1%;
    white-space: nowrap;
}

.web-pricing-menu .web-pricing-header .web-pricing-title-dots {
    position: relative;
    width: 98%;
}

.web-pricing-menu .web-pricing-header .web-pricing-title-dots:after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 7px;
    margin-right: 7px;
    border-bottom: 2px dotted;
    opacity: 0.2;
}

.web-pricing-menu .web-pricing-price {
    font-weight: bold;
}

.web-pricing-menu .web-pricing-title {
    margin: 0;
}

.web-pricing-menu .web-pricing-sub-title {
    font-size: 0.9rem;
    margin-top: 5px;
    opacity: 0.6;
}

/*---------------------------
  Element Galleries
 ----------------------------*/
#gallery {
    z-index: 9999;
}

/*---------------------------
  Element Testimonials
 ----------------------------*/
/* Style 1 */
.web-testimonial-1 {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px;
    margin: 0;
    background-color: #fff;
}

.web-testimonial-1 .web-testimonial-photo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 140px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.web-testimonial-1 .web-testimonial-name,
.web-testimonial-1 .web-testimonial-source,
.web-testimonial-1 .web-testimonial-body {
    margin-left: 140px;
}

.web-testimonial-1 .web-testimonial-name {
    margin-bottom: 0;
}

.web-testimonial-1 .web-testimonial-source {
    font-style: italic;
    font-size: 0.8rem;
    opacity: 0.6;
}

.web-testimonial-1 .web-testimonial-body {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .web-testimonial-1 .web-testimonial-photo {
        display: none;
    }
    .web-testimonial-1 .web-testimonial-name,
    .web-testimonial-1 .web-testimonial-source,
    .web-testimonial-1 .web-testimonial-body {
        margin-left: 0;
    }
}

/* Style 2 */
.web-testimonial-2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0;
    margin-top: 50px;
    text-align: center;
}

.web-testimonial-2 .web-testimonial-photo {
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    background-size: cover;
    background-position: 50% 50%;
}

.web-testimonial-2 .web-testimonial-name {
    margin-bottom: 5px;
}

.web-testimonial-2 .web-testimonial-source {
    font-style: italic;
    font-size: 0.8rem;
    opacity: 0.6;
}

.web-testimonial-2 .web-testimonial-body {
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    z-index: 1;
}

.web-testimonial-2 .web-testimonial-body:before {
    content: '\201C';
    position: absolute;
    font-weight: bold;
    font-size: 150px;
    line-height: 135px;
    opacity: 0.08;
    z-index: -1;
    top: -35px;
    left: -15px;
}

/* Style 2 */
.web-testimonial-3 {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px;
    margin: 0;
    background-color: #fff;
    text-align: center;
}

.web-testimonial-3 .web-testimonial-photo {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    background-size: cover;
    background-position: 50% 50%;
}

.web-testimonial-3 .web-testimonial-body {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    z-index: 1;
}

.web-testimonial-3 .web-testimonial-body:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
    opacity: 0.1;
}

.web-testimonial-3 .web-testimonial-name {
    margin-bottom: 5px;
}

.web-testimonial-3 .web-testimonial-source {
    font-style: italic;
    font-size: 0.8rem;
    opacity: 0.6;
}

/*---------------------------
  Element Blockquotes
 ----------------------------*/
.web-blockquote {
    position: relative;
    z-index: 1;
    margin: 20px 0;
    margin-top: 40px;
    display: table;
    width: 100%;
}

.web-blockquote .web-blockquote-image {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    padding: 15px;
}

.web-blockquote .web-blockquote-image img {
    border-radius: 50%;
    width: 100%;
}
.web-blockquote .web-blockquote-content {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.web-blockquote .web-blockquote-icon {
    position: absolute;
    color: #aaa;
    font-weight: bold;
    font-size: 150px;
    line-height: 135px;
    opacity: 0.2;
    z-index: -1;
    top: -35px;
    left: -5px;
    font-family: Times New Roman,Times,serif;
}

.web-blockquote .web-blockquote-author {
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}

.web-blockquote a {
    color: inherit;
    text-decoration: none;
}

.web-blockquote em {
    display: block;
    margin-left: 20px;
}

.web-blockquote-styled {
    position: relative;
    overflow: hidden;
    background-color: #1c1c1c;
    margin: 20px 0;
}

.web-blockquote-styled:after, .web-blockquote-styled:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.4;
}

.web-blockquote-styled:after {
    top: 25px;
    right: 25px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.web-blockquote-styled:before {
    left: 25px;
    bottom: 25px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.web-blockquote-styled .web-blockquote-cont {
    position: relative;
    display: block;
    padding: 60px;
    color: #fff;
    z-index: 1;
}

.web-blockquote-styled .web-blockquote-cont .web-blockquote-icon {
    top: 50px;
    left: 40px;
    line-height: 100px;
    color: #fff;
}

.web-blockquote-styled .web-blockquote-cont em {
    font-size: 1.7rem;
    margin-left: 0;
}

/*---------------------------
  Element Info Boxes
 ----------------------------*/
.web-info-box {
    display: block;
    position: relative;
    background-color: #1c1c1c;
    color: #fff;
    padding: 20px;
    padding-left: 70px;
    padding-right: 40px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    z-index: 1;
}

.web-info-box.web-info-box-noicon {
    padding-left: 40px;
}

.web-info-box .web-info-box-icon {
    display: block;
    position: absolute;
    font-size: 2rem;
    line-height: 1;
    margin-left: -45px;
    margin-top: -3px;
}

.web-info-box .web-info-box-close-btn {
    display: block;
    float: right;
    cursor: pointer;
    margin-right: -20px;
}

/*---------------------------
  Element Carousels
 ----------------------------*/
.web-carousel,
.web-carousel-2,
.web-carousel-3 {
    position: relative;
}

.web-carousel.web-slider .flickity-slider {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flickity-viewport {
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.web-carousel.web-slider.fade-transition .flickity-slider {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/*.web-carousel.web-slider .carousel-cell,
.web-carousel-2 > div {
    visibility: hidden;
}
.web-carousel.web-slider .flickity-slider .carousel-cell,
.web-carousel-2 .flickity-slider > div {
    visibility: visible;
}*/

.web-carousel .flickity-slider > div,
.web-carousel-2 .flickity-slider > div {
    visibility: visible;
    display: block;
    width: 100%;
    padding: 17px 0;
}

.web-carousel.web-slider .flickity-slider > div {
    padding: 0;
}
.web-carousel.web-slider .web-viewport .flickity-slider > div,
.web-carousel.web-slider .web-specific .flickity-slider > div {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
}

.web-carousel.web-slider.fade-transition .flickity-slider > div {
    left: 0 !important;
    opacity: 0;
    -moz-transition: opacity 1.2s ease-in-out;
    -webkit-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
    z-index: -1;
}

.web-carousel.web-slider.fade-transition .flickity-slider > div.is-selected {
    opacity: 1;
    z-index: 0;
}

.web-carousel .flickity-slider > div.row,
.web-carousel-2 .flickity-slider > div.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding-left: 80px;
    padding-right: 80px;
}

.flickity-page-dots {
    bottom: 0;
}

.flickity-page-dots .dot {
    background: #808080;
}

[data-dots="true"].web-carousel,
[data-dots="true"].web-carousel-2,
[data-dots="true"].web-carousel-3 {
    padding-bottom: 35px;
}

.web-flickity-arrow {
    position: absolute;
    cursor: pointer;
    text-align: center;
    background-color: #E9540D;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    width: 50px;
    height: 50px;
    line-height: 1.4;
    z-index: 1;
    -webkit-transition: .3s opacity;
    transition: auto;
}

.web-flickity-arrow:hover {
    opacity: 1;
}

.web-flickity-arrow.web-flickity-arrow-prev {
    left: 20px;
}

.web-flickity-arrow.web-flickity-arrow-next {
    right: 20px;
}

.web-flickity-arrow .web-icon-arrow-right,
.web-flickity-arrow .web-icon-arrow-left {
    width: 16px;
    margin-top: 3px;
}

.flickity-viewport.is-dragging {
    pointer-events: none;
    transition: height 0.2s;
}

.web-slider .web-viewport .flickity-viewport,
.web-slider .web-specific .flickity-viewport {
    height: 100% !important;
}

/* Style 1 */
.web-carousel .flickity-slider > div > div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.web-carousel.web-slider .flickity-slider > div > div {
    width: 100%;
    height: 100%;
    align-content: flex-start;
}
.web-carousel.web-slider .flickity-slider > div > div.vertical_align_row {
    align-content: center;
}

.web-carousel .flickity-slider > div.row > div {
    width: inherit;
}

.web-carousel .web-carousel-prev,
.web-carousel .web-carousel-next {
    position: absolute;
    width: 25%;
    top: 12%;
    padding: 17px 0;
    cursor: pointer;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 80px;
}

.web-carousel .web-carousel-prev .web-carousel-arrow-name,
.web-carousel .web-carousel-next .web-carousel-arrow-name,
.web-carousel .web-carousel-prev .web-carousel-tab-name,
.web-carousel .web-carousel-next .web-carousel-tab-name,
.web-carousel-3 .web-carousel-prev .web-carousel-tab-name,
.web-carousel-3 .web-carousel-next .web-carousel-tab-name {
    font-weight: bold;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.web-carousel .web-carousel-prev .web-icon-arrow-left,
.web-carousel .web-carousel-prev .web-icon-arrow-right,
.web-carousel .web-carousel-next .web-icon-arrow-left,
.web-carousel .web-carousel-next .web-icon-arrow-right {
    position: absolute;
    top: 28px;
}

.web-carousel .web-carousel-prev .web-icon-arrow-left,
.web-carousel .web-carousel-next .web-icon-arrow-left {
    left: 0;
}

.web-carousel .web-carousel-prev .web-icon-arrow-right,
.web-carousel .web-carousel-next .web-icon-arrow-right {
    right: 0;
}

.web-carousel .web-carousel-prev {
    left: 0;
    text-align: left;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 25px;
}

.web-carousel .web-carousel-next {
    right: 0;
    text-align: right;
    padding-right: 45px;
    padding-left: 20px;
    padding-top: 25px;
}

@media (max-width: 991px) {
    .web-carousel .flickity-slider > div > div {
        width: 90%;
    }
    .web-carousel .web-carousel-prev,
    .web-carousel .web-carousel-next {
        position: relative;
        display: inline-block;
        width: 49%;
        top: auto;
    }
}

@media (max-width: 575px) {
    .web-carousel .web-carousel-prev,
    .web-carousel .web-carousel-next {
        font-size: 0.8rem;
    }
    .web-carousel .web-carousel-prev .web-carousel-arrow-name,
    .web-carousel .web-carousel-next .web-carousel-arrow-name {
        font-size: 1rem;
    }
}

/* Style 2 */
.web-carousel-2 .flickity-slider > div {
    width: 40%;
    max-width: 600px;
    margin: 0 20px;
    opacity: 0.4;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-carousel-2 .flickity-slider > div.is-selected {
    opacity: 1;
}

@media (max-width: 1199px) {
    .web-carousel-2 .flickity-slider > div {
        width: 50%;
        opacity: 0.6;
    }
}

@media (max-width: 767px) {
    .web-carousel-2 .flickity-slider > div {
        width: 70%;
        margin: 0 20px;
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .web-carousel-2 .flickity-slider > div {
        width: 90%;
        margin: 0 20px;
    }
}

.web-carousel-2.web-carousel-no-margin .flickity-slider > div {
    margin: 0 !important;
}

.web-carousel-2.web-carousel-all-visible .flickity-slider > div {
    opacity: 1 !important;
}

.web-carousel-2.web-carousel-x2 .flickity-slider > div {
    width: 33.3334%;
}

@media (max-width: 1199px) {
    .web-carousel-2.web-carousel-x2 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .web-carousel-2.web-carousel-x2 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .web-carousel-2.web-carousel-x2 .flickity-slider > div {
        width: 100%;
    }
}

.web-carousel-2.web-carousel-x3 .flickity-slider > div {
    width: 25%;
}

@media (max-width: 1199px) {
    .web-carousel-2.web-carousel-x3 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .web-carousel-2.web-carousel-x3 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .web-carousel-2.web-carousel-x3 .flickity-slider > div {
        width: 100%;
    }
}

.web-carousel-2.web-carousel-x4 .flickity-slider > div {
    width: 20%;
}

@media (max-width: 1199px) {
    .web-carousel-2.web-carousel-x4 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .web-carousel-2.web-carousel-x4 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 575px) {
    .web-carousel-2.web-carousel-x4 .flickity-slider > div {
        width: 50%;
    }
}

.web-carousel-2.web-carousel-x5 .flickity-slider > div {
    width: 14.285%;
}

@media (max-width: 1199px) {
    .web-carousel-2.web-carousel-x5 .flickity-slider > div {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .web-carousel-2.web-carousel-x5 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 575px) {
    .web-carousel-2.web-carousel-x5 .flickity-slider > div {
        width: 50%;
    }
}

/* Style 3 - Wide Slider */
.web-carousel-3 .flickity-slider > div {
    display: block;
    opacity: 0.4;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    width: 100%;
}

.web-carousel-3 .flickity-slider > div.is-selected {
    opacity: 1;
}

.web-carousel-3 .flickity-slider > div > div,
.web-carousel-3 .flickity-slider > div > div img {
    height: auto !important;
    width: 100%;
}

.web-carousel-3 .flickity-slider img {
    max-width: none;
}

.web-carousel-3 .web-portfolio-title,
.web-carousel-3 .web-portfolio-sub-title {
    display: none;
}

.web-carousel-3 .web-carousel-prev,
.web-carousel-3 .web-carousel-next {
    position: relative;
    cursor: pointer;
    width: 25%;
    top: 12%;
    padding: 17px 0;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 80px;
}

.web-carousel-3 .web-carousel-prev .web-carousel-arrow-name,
.web-carousel-3 .web-carousel-next .web-carousel-arrow-name {
    font-weight: bold;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.web-carousel-3 .web-carousel-prev .web-icon-arrow-left,
.web-carousel-3 .web-carousel-prev .web-icon-arrow-right,
.web-carousel-3 .web-carousel-next .web-icon-arrow-left,
.web-carousel-3 .web-carousel-next .web-icon-arrow-right {
    position: absolute;
    top: 28px;
}

.web-carousel-3 .web-carousel-prev .web-icon-arrow-left,
.web-carousel-3 .web-carousel-next .web-icon-arrow-left {
    left: 0;
}

.web-carousel-3 .web-carousel-prev .web-icon-arrow-right,
.web-carousel-3 .web-carousel-next .web-icon-arrow-right {
    right: 0;
}

.web-carousel-3 .web-carousel-prev {
    left: 0;
    text-align: left;
    float: left;
    padding-left: 45px;
    padding-right: 20px;
}

.web-carousel-3 .web-carousel-next {
    right: 0;
    float: right;
    text-align: right;
    padding-right: 45px;
    padding-left: 20px;
}

.web-carousel-3 .web-carousel-current {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 17px;
}

.web-carousel-3 .web-carousel-current .web-carousel-name a,
.web-carousel-3 .web-carousel-current .web-carousel-links a {
    color: inherit;
    text-decoration: none;
}

.web-carousel-3 .web-carousel-current .web-carousel-name {
    margin-bottom: 0.5rem;
}

.web-carousel-3 .web-carousel-current .web-carousel-links {
    font-size: 0.9rem;
}

.web-carousel-3 .web-carousel-current .web-carousel-links a {
    opacity: 0.6;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-carousel-3 .web-carousel-current .web-carousel-links a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .web-carousel-3 .web-carousel-prev,
    .web-carousel-3 .web-carousel-next {
        position: relative;
        width: 49%;
        top: auto;
    }
    .web-carousel-3 .web-carousel-current {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .web-carousel-3 .web-carousel-prev,
    .web-carousel-3 .web-carousel-next {
        font-size: 0.8rem;
    }
    .web-carousel-3 .web-carousel-prev .web-carousel-arrow-name,
    .web-carousel-3 .web-carousel-next .web-carousel-arrow-name {
        font-size: 1rem;
    }
}

/*---------------------------
  Element Image Boxes
 ----------------------------*/
.web-image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.web-popup-gallery .web-image-box {
    display: block;
}

.web-image-box,
.web-image-box:hover,
.web-image-box:focus,
.web-image-box:active,
.web-image-box a,
.web-image-box a:hover,
.web-image-box a:focus,
.web-image-box a:active {
    text-decoration: none;
}

.web-image-box img {
    height: auto;
}

.web-image-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-transition: .4s opacity, .4s transform;
    transition: .4s opacity, .4s transform;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.web-image-box-overlay.with-frame {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.web-image-box-overlay > * {
    padding: 30px;
    width: 100%;
    -webkit-transition: .4s opacity, .4s transform;
    transition: .4s opacity, .4s transform;
    z-index: 1;
}
.web-image-box-follow .web-image-box-overlay,
.web-image-box-follow .web-image-box-overlay > * {
    -webkit-transition: none;
    transition: none;
}

.web-image-box-overlay.web-image-box-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.web-image-box-overlay.web-image-box-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.web-image-box-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.web-image-box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.web-image-box-bottom-info {
    padding: 20px 0;
}

.property-info .web-image-box-title{
    font-size: 1.1rem;
}
.web-image-box-bottom-info .web-image-box-title,
.web-image-box-bottom-info .web-image-box-sub-title {
    margin-bottom: 0.5rem;
}

.web-image-box-bottom-info .web-image-box-title a,
.web-image-box-bottom-info .web-image-box-sub-title a {
    color: inherit;
    text-decoration: none;
}

.web-image-box-bottom-info .web-image-box-links {
    color: #888;
    font-size: 0.9rem;
}

.web-image-box-bottom-info .web-image-box-links a {
    color: inherit;
    text-decoration: none;
}

.web-image-box-bottom-info .web-image-box-links a:hover,
.web-image-box-bottom-info .web-image-box-links a.hover,
.web-image-box-bottom-info .web-image-box-links a:focus,
.web-image-box-bottom-info .web-image-box-links a:active {
    color: #555;
}

.web-image-box-icon {
    font-size: 40px;
}

.web-image-box-icon-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.15rem;
    color: inherit;
    border: 1px solid;
    margin: 6px 4px;
    -webkit-transition: .3s color, .3s background-color, .3s border;
    transition: .3s color, .3s background-color, .3s border;
    will-change: color, background-color, border;
}

.web-image-box-icon-btn:hover, .web-image-box-icon-btn.hover {
    background-color: #fff;
    border-color: #fff;
    color: #1c1c1c;
}

.web-image-box-big-title {
    font-size: 3.5rem;
    font-weight: normal;
}

@media (max-width: 575px) {
    .web-image-box-big-title {
        font-size: 2.5rem;
    }
}

/*ALWAYS VISIBLE*/
.web-image-box.always .web-image-box-overlay {
    opacity: 1;
}
/*SHOW OVERLAY ON HOVER*/
.web-image-box.hover .web-image-box-overlay,
.web-image-box.hover .web-image-box-overlay:after,
.web-image-box.hover .web-image-box-overlay > * {
    opacity: 0;
}
.web-image-box.hover .web-image-box-overlay > * {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.web-image-box.hover:hover .web-image-box-overlay,
.web-image-box.hover:hover .web-image-box-overlay:after,
.web-image-box.hover:hover .web-image-box-overlay > * {
    opacity: 1;
}
.web-image-box.hover:hover .web-image-box-overlay > * {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
/*HIDE OVERLAY ON HOVER*/
.web-image-box.hide-on-hover .web-image-box-overlay {
    opacity: 1;
}
.web-image-box.hide-on-hover .web-image-box-overlay > * {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.web-image-box.hide-on-hover:hover .web-image-box-overlay {
    opacity: 0;
}
.web-image-box.hide-on-hover:hover .web-image-box-overlay > * {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.web-image-box-follow .web-image-box-overlay {
    opacity: 1 !important;
    -webkit-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    display: none;
}



.web-image-box .web-image-box-title,
.web-image-box .web-image-box-sub-title {
    margin: 0;
    width: 100%;
    display: block;
    bottom: auto;
    /*top: 65%;*/
    margin-top: 10px;
}

.properties-container .web-image-box .web-image-box-title,
.properties-container .web-image-box .web-image-box-sub-title{
    top: 50%;
}
/*---------------------------
  Element Video
 ----------------------------*/
/* FullScreen Video */
.web-video-fullscreen {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c1c1c;
    background-color: rgba(28, 28, 28, 0.9);
    overflow: hidden;
    z-index: 1200;
}

.web-video-fullscreen .web-video-fullscreen-cont {
    position: absolute;
}

.web-video-fullscreen .web-video-fullscreen-cont > iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.web-video-fullscreen .web-video-fullscreen-close {
    position: absolute;
    cursor: pointer;
    text-align: right;
    color: #fff;
    padding: 30px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/* Toggle Video Button */
.web-video-fullscreen-toggle,
.web-video-plain-toggle {
    display: inline-block;
    cursor: pointer;
}

.web-video-fullscreen-toggle .web-video-icon,
.web-video-plain-toggle .web-video-icon {
    text-decoration: none;
}

/* toggle button on the right/left half of web-box blocks */
.web-video-fullscreen-toggle-right,
.web-video-fullscreen-toggle-left {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.web-video-fullscreen-toggle-right > .web-video-fullscreen-toggle,
.web-video-fullscreen-toggle-left > .web-video-fullscreen-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 767px) and (max-width: 991px) {
    .web-video-fullscreen-toggle-right,
    .web-video-fullscreen-toggle-left {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
}

.web-video-fullscreen-toggle-right {
    right: 0;
}

.web-video-fullscreen-toggle-left {
    left: 0;
}

/* Plain Video */
.web-plain-video {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
}

.web-plain-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.web-plain-video > .web-video-plain-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

/*---------------------------
  Element Gif
 ----------------------------*/
.web-gif {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.web-gif img {
    width: 100%;
}

.web-gif .web-gif-toggle,
.web-gif .web-loading-spinner {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s opacity, .3s visibility;
    transition: .3s opacity, .3s visibility;
}

.web-gif .web-loading-spinner {
    opacity: 0;
    visibility: hidden;
}

.web-gif.web-gif-playing .web-gif-toggle,
.web-gif.web-gif-loading .web-gif-toggle {
    opacity: 0;
    visibility: hidden;
}

.web-gif.web-gif-loading .web-loading-spinner {
    opacity: 1;
    visibility: visible;
}

.web-gif.web-gif-hover.web-gif-loading .web-loading-spinner,
.web-gif.web-gif-hover.web-gif-loading.hover .web-gif-toggle, .web-gif.web-gif-click.web-gif-loading .web-loading-spinner,
.web-gif.web-gif-click.web-gif-loading.hover .web-gif-toggle {
    opacity: 0;
    visibility: hidden;
}

.web-gif.web-gif-hover.web-gif-loading.hover .web-loading-spinner,
.web-gif.web-gif-hover.web-gif-loading .web-gif-toggle, .web-gif.web-gif-click.web-gif-loading.hover .web-loading-spinner,
.web-gif.web-gif-click.web-gif-loading .web-gif-toggle {
    opacity: 1;
    visibility: visible;
}

/*---------------------------
  Element Forms
 ----------------------------*/
.col-4.subscription-form-compact-col-2 {
    margin-left: -60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333333% + 35px);
    -ms-flex: 0 0 calc(33.333333% + 35px);
    flex: 0 0 calc(33.333333% + 35px);
    max-width: calc(33.333333% + 35px);
}
.col-4.subscription-form-compact-col-2 > .web-btn {
    width: calc(100% + 25px);
}​
     /* Placeholders */
 ::-webkit-input-placeholder,
 .form-control::-webkit-input-placeholder {
     color: inherit;
     opacity: 0.5;
 }
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}
::placeholder,
.form-control::placeholder {
    color: inherit;
    opacity: 0.5;
}
.finder-content input::placeholder {
    color: #000 !important;
    font-weight: 900;
}

/* Ratings */
.web-rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    color: #bea175;
}

.web-rating input {
    display: none;
}

.web-rating input:checked ~ label span:first-child {
    display: none;
}

.web-rating input:checked ~ label span:last-child {
    display: block;
}

.web-rating label {
    position: relative;
    clear: none;
    float: right;
    display: block;
    cursor: pointer;
    padding-right: 2px;
    padding-left: 2px;
    line-height: 1;
    margin: 0;
}

.web-rating label span:first-child {
    display: block;
}

.web-rating label span:last-child {
    display: none;
}

.web-rating label:after, .web-rating label:before {
    content: none;
    display: none;
}

.web-rating label:hover span:first-child,
.web-rating label:hover ~ label span:first-child {
    display: none;
}

.web-rating label:hover span:last-child,
.web-rating label:hover ~ label span:last-child {
    display: block;
}

.form-control {
    padding: 12px 20px;
    font-family: "raleway-bold", HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
}

select.form-control {
    padding: 6px 20px;
}

.web-product-meta-cont ul {
    margin: 0;
    padding: 0;
    display: block;
}
.web-product-meta-cont ul li {
    list-style: none;
}
.web-product-meta-cont.web-default-radio ul li {
    display: block;
}
.web-product-meta-cont.web-inline-radio ul li {
    display: inline-block;
    margin-right: 15px;
}
.web-product-meta-cont.web-image-color-radio ul,
.web-product-meta-cont.web-button-radio ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.web-product-meta-cont.web-image-color-radio ul li,
.web-product-meta-cont.web-button-radio ul li {
    display: inline-block;
    margin-right: 2px;
}

.web-product-meta-cont.web-image-color-radio input,
.web-product-meta-cont.web-button-radio input {
    visibility: hidden;
    position: absolute;
}
.web-product-meta-cont.web-image-color-radio label,
.web-product-meta-cont.web-button-radio label {
    position: relative;
    border: 1px solid;
    cursor: pointer;
    margin: 0;
    box-shadow: 0 0 0 2px #fff inset;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.web-product-meta-cont.web-image-color-radio label {
    border-color: #fff;
    width: 42px;
    height: 42px;
}
.web-product-meta-cont.web-button-radio label {
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    padding: 6px 10px;
}
.web-product-meta-cont.web-image-color-radio input:checked + label,
.web-product-meta-cont.web-button-radio input:checked + label {
    border-color: rgba(0,0,0,0.6);
}
.web-product-meta-cont.web-image-color-radio label span {
    display: none;
}

/* Input Number */
.web-form-control-number {
    position: relative;
    white-space: nowrap;
    padding-right: 25px;
}

.web-form-control-number > * {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.web-form-control-number .web-form-control-number-down,
.web-form-control-number .web-form-control-number-up {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 25px;
    height: 50%;
    line-height: 100%;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    background-color: rgba(204, 204, 204, 0.3);
    border-left: 1px solid rgba(204, 204, 204, 0.4);
}

.web-form-control-number .web-form-control-number-down:hover,
.web-form-control-number .web-form-control-number-up:hover {
    background-color: rgba(204, 204, 204, 0.5);
}

.web-form-control-number .web-form-control-number-down {
    top: 50%;
}

.web-form-control-number .web-form-control-number-down:after {
    content: '-';
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.web-form-control-number .web-form-control-number-up {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

.web-form-control-number .web-form-control-number-up:after {
    content: '+';
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.web-form-control-number input {
    text-align: center;
    -moz-appearance: textfield;
}

.web-form-control-number input:focus, .web-form-control-number input.focus, .web-form-control-number input:active {
    border-color: #fff;
}

.web-form-control-number input::-webkit-inner-spin-button,
.web-form-control-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Sign Form */
.web-sign-form {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    overflow: hidden;
}

.web-sign-form .web-sign-form-container {
    position: relative;
}

.web-sign-form h4 {
    margin-bottom: 25px;
}

.web-sign-form .web-sign-form-login,
.web-sign-form .web-sign-form-lost,
.web-sign-form .web-sign-form-register {
    display: none;
    width: 100%;
}

.web-sign-form .web-sign-form-login.active,
.web-sign-form .web-sign-form-lost.active,
.web-sign-form .web-sign-form-register.active {
    display: block;
}

/* Validation */
div.web-error {
    font-weight: normal;
    background-color: transparent;
    color: #1A9AD7;
    padding: 0;
    margin: 5px 0;
    z-index: 1;
}

.form-control.web-error,
.web-form-style-1 .form-control.web-error {
    background-color: rgba(255, 255, 255, 0.4);
}

.form-response-success {
    background-color: #5CB85C;
    color: white;
		font-size: 18px;
    text-align: center;
}

.form-response-error {
    background-color: #1A9AD7;
    color: white;
		font-size: 18px;
    text-align: center;
}

.form-response-danger {
    background-color: #D93025;
    color: white;
		font-size: 18px;
    text-align: center;
}

.form-response-info {
    background-color: #BBBBBB;
    color: white;
		font-size: 18px;
    text-align: center;
}

.web-form-response-success {
    display: none;
    color: #5CB85C;
    margin-bottom: 10px;
}

.web-form-response-error {
    display: none;
    color: #1A9AD7;
    margin-bottom: 10px;
}


/*-----------------------*/
/*- PURE CSS TOGGLERS ---*/
input[type=checkbox].web-toggle {
    display: none;
}
input[type=checkbox].web-toggle,
input[type=checkbox].web-toggle:after,
input[type=checkbox].web-toggle:before,
input[type=checkbox].web-toggle *,
input[type=checkbox].web-toggle *:after,
input[type=checkbox].web-toggle *:before,
input[type=checkbox].web-toggle + .web-toggle-btn {
    box-sizing: border-box;
}
input[type=checkbox].web-toggle::-moz-selection,
input[type=checkbox].web-toggle:after::-moz-selection,
input[type=checkbox].web-toggle:before::-moz-selection,
input[type=checkbox].web-toggle *::-moz-selection,
input[type=checkbox].web-toggle *:after::-moz-selection,
input[type=checkbox].web-toggle *:before::-moz-selection,
input[type=checkbox].web-toggle + .web-toggle-btn::-moz-selection {
    background: none;
}
input[type=checkbox].web-toggle::selection,
input[type=checkbox].web-toggle:after::selection,
input[type=checkbox].web-toggle:before::selection,
input[type=checkbox].web-toggle *::selection,
input[type=checkbox].web-toggle *:after::selection,
input[type=checkbox].web-toggle *:before::selection,
input[type=checkbox].web-toggle + .web-toggle-btn::selection {
    background: none;
}
input[type=checkbox].web-toggle + .web-toggle-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background: #ccc;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0 auto;
}
input[type=checkbox].web-toggle + .web-toggle-btn:after,
input[type=checkbox].web-toggle + .web-toggle-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
input[type=checkbox].web-toggle + .web-toggle-btn:after {
    left: 0;

    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
input[type=checkbox].web-toggle + .web-toggle-btn:before {
    display: none;
}
input[type=checkbox].web-toggle:checked + .web-toggle-btn {
    background: #000;
}
input[type=checkbox].web-toggle:checked + .web-toggle-btn:after {
    left: 50%;
}

/*---------------------------
  Element Countdown
 ----------------------------*/
.web-countdown {
    width: 100%;
    text-align: center;
}

.web-countdown > div {
    display: inline-block;
    min-width: 120px;
    padding: 10px 0;
}

.web-countdown > div > span {
    display: block;
    font-size: 4rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    .web-countdown > div {
        min-width: 80px;
    }
    .web-countdown > div > span {
        font-size: 2.4rem;
    }
}

/*---------------------------
  Element Range
 ----------------------------*/
.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (95px)) !important;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #000;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #000;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #000;
}

.range-slider__range:active::-moz-range-thumb {
    background: #000;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 8px;

    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}

/*---------------------------
  Element Text Typed
 ----------------------------*/
.web-typed > span {
    position: absolute;
    left: -9999px;
}

.web-typed > span:first-child,
.web-typed.ready > span {
    position: relative;
    left: auto;
}

.typed-cursor {
    opacity: 1;
    font-weight: normal;
    -webkit-animation: 0.9s web-typed-blink infinite;
    animation: 0.9s web-typed-blink infinite;
}

@-webkit-keyframes web-typed-blink {
    0% {
        opacity: 1;
    }
    44% {
        opacity: 0;
    }
    88% {
        opacity: 1;
    }
}

@keyframes web-typed-blink {
    0% {
        opacity: 1;
    }
    44% {
        opacity: 0;
    }
    88% {
        opacity: 1;
    }
}

/*---------------------------
  Element Icons
 ----------------------------*/
/*
@TODO make close icon come from pom_get_theme_mod('pom_close_icon') instead of CSS
*/
.web-icon-close,
.web-quick-view-close .web-icon-close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.web-icon-close:before,
.web-quick-view-close .web-icon-close:before,
.web-icon-close:after,
.web-quick-view-close .web-icon-close:after {
    content: '';
    position: absolute;
    display: block;
    width: 27px;
    height: 0;
    border-bottom: 1px solid;
    top: 50%;
    left: 2px;
    -webkit-transition: .3s width, .3s opacity, .3s -webkit-transform;
    transition: .3s width, .3s opacity, .3s transform;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.web-icon-close:before,
.web-quick-view-close .web-icon-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.web-icon-close:after,
.web-quick-view-close .web-icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.web-icon-arrow-right,
.web-icon-arrow-left {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
}

.web-icon-arrow-right:after,
.web-icon-arrow-right:before,
.web-icon-arrow-left:after,
.web-icon-arrow-left:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    border-bottom: 1px solid;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: .2s -webkit-transform;
    transition: .2s transform;
    will-change: transform;
}

.web-icon-arrow-right:after,
.web-icon-arrow-left:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.web-icon-arrow-right:before,
.web-icon-arrow-left:before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.web-icon-arrow-right:hover:after,
.web-icon-arrow-right.hover:after,
:hover > .web-icon-arrow-right:after,
.hover > .web-icon-arrow-right:after,
.web-icon-arrow-left:hover:after,
.web-icon-arrow-left.hover:after,
:hover > .web-icon-arrow-left:after,
.hover > .web-icon-arrow-left:after {
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
}

.web-icon-arrow-right:hover:before, .web-icon-arrow-right.hover:before,
:hover > .web-icon-arrow-right:before,
.hover > .web-icon-arrow-right:before, .web-icon-arrow-left:hover:before, .web-icon-arrow-left.hover:before,
:hover > .web-icon-arrow-left:before,
.hover > .web-icon-arrow-left:before {
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg);
}

.web-icon-arrow-right:after, .web-icon-arrow-right:before {
    left: auto;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.web-video-icon,
.web-video-icon-light,
.web-gif-icon,
.web-gif-icon-light {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
    color: #fff;
}

.web-video-icon:before,
.web-video-icon-light:before,
.web-gif-icon:before,
.web-gif-icon-light:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    background-color: #1c1c1c;
    opacity: 0.85;
    -webkit-transition: .3s opacity, .3s -webkit-transform;
    transition: .3s opacity, .3s transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.web-video-icon > *,
.web-video-icon-light > *,
.web-gif-icon > *,
.web-gif-icon-light > * {
    display: block;
    position: absolute;
    color: inherit;
    text-align: center;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 51px;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0.9;
    -webkit-transition: .3s -webkit-transform, .3s opacity;
    transition: .3s transform, .3s opacity;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.web-video-icon:hover:before, .web-video-icon.hover:before,
.web-video-icon-light:hover:before,
.web-video-icon-light.hover:before,
.web-gif-icon:hover:before,
.web-gif-icon.hover:before,
.web-gif-icon-light:hover:before,
.web-gif-icon-light.hover:before {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.web-video-icon:hover > *, .web-video-icon.hover > *,
.web-video-icon-light:hover > *,
.web-video-icon-light.hover > *,
.web-gif-icon:hover > *,
.web-gif-icon.hover > *,
.web-gif-icon-light:hover > *,
.web-gif-icon-light.hover > * {
    opacity: 1;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.web-video-icon-light,
.web-gif-icon-light {
    color: #1c1c1c;
}

.web-video-icon-light:before,
.web-gif-icon-light:before {
    background-color: #fff;
}

.web-video-icon-2,
.web-video-icon-2-light,
.web-gif-icon-2,
.web-gif-icon-2-light {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
    color: #1c1c1c;
}

.web-video-icon-2:before,
.web-video-icon-2-light:before,
.web-gif-icon-2:before,
.web-gif-icon-2-light:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 5px solid #1c1c1c;
    opacity: 1;
    -webkit-transition: .3s opacity, .3s -webkit-transform;
    transition: .3s opacity, .3s transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.web-video-icon-2 > *,
.web-video-icon-2-light > *,
.web-gif-icon-2 > *,
.web-gif-icon-2-light > * {
    display: block;
    position: absolute;
    color: inherit;
    text-align: center;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 51px;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 1;
    -webkit-transition: .3s -webkit-transform, .3s opacity;
    transition: .3s transform, .3s opacity;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.web-video-icon-2:hover:before, .web-video-icon-2.hover:before,
.web-video-icon-2-light:hover:before,
.web-video-icon-2-light.hover:before,
.web-gif-icon-2:hover:before,
.web-gif-icon-2.hover:before,
.web-gif-icon-2-light:hover:before,
.web-gif-icon-2-light.hover:before {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.web-video-icon-2:hover > *, .web-video-icon-2.hover > *,
.web-video-icon-2-light:hover > *,
.web-video-icon-2-light.hover > *,
.web-gif-icon-2:hover > *,
.web-gif-icon-2.hover > *,
.web-gif-icon-2-light:hover > *,
.web-gif-icon-2-light.hover > * {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.web-video-icon-2-light,
.web-gif-icon-2-light {
    color: #fff;
}

.web-video-icon-2-light:before,
.web-gif-icon-2-light:before {
    border-color: #fff;
}

.web-loading-spinner,
.web-loading-spinner-light {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #1c1c1c;
}

.web-loading-spinner i,
.web-loading-spinner-light i {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: web-loading-spinner 0.7s infinite linear;
    animation: web-loading-spinner 0.7s infinite linear;
}

.web-loading-spinner i:after,
.web-loading-spinner-light i:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.web-loading-spinner-light {
    box-shadow: inset 0 0 0 2px #fff;
}

.web-loading-spinner-light i:after {
    box-shadow: inset 0 0 0 2px rgba(28, 28, 28, 0.8);
}

@-webkit-keyframes web-loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes web-loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.web-svg-icon {
    height: 1em;
    width: 1em;
    overflow: visible;
}
.web-icon-block .web-svg-icon {
    width: 100%;
    height: auto;
    display: block;
    color: #009CDE;
}
.web-svg-icon svg {
    width: 1.5em;
    height: 1.5em;
    fill: currentColor;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}
.web-icon-block .web-svg-icon svg {
    display: inline-block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.web-icon-size-sm .web-svg-icon svg {
    width: 1.5em;
    height: 1.5em;
}
.web-icon-size-default .web-svg-icon svg {
    width: 2.5em;
    height: 2.5em;
}
.web-icon-size-lg .web-svg-icon svg {
    width: 4.5em;
    height: 4.5em;
}
.web-icon-size-adapt .web-svg-icon svg {
    width: 100%;
    height: auto;
}
.web-btn .web-svg-icon svg {
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}
.web-svg-icon svg circle {
    fill: none;
}

.web-video-icon .web-svg-icon,
.web-video-icon-light .web-svg-icon,
.web-gif-icon .web-svg-icon,
.web-gif-icon-light .web-svg-icon {
    height: 50%;
    width: 50%;

    left: 0;
    top: 0;
    margin-top: 25%;
    margin-left: 25%;
}
.web-video-icon .web-svg-icon svg,
.web-video-icon-light .web-svg-icon svg,
.web-gif-icon .web-svg-icon svg,
.web-gif-icon-light .web-svg-icon svg {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*---------------------------
  Element Isotope
 ----------------------------*/
.web-isotope:after {
    content: '';
    display: table;
    clear: both;
}

.web-isotope.web-isotope-gap .web-isotope-item {
    padding: 15px;
}

.web-isotope.web-isotope-gap-minimal .web-isotope-item {
    padding: 1px;
}

.web-isotope.web-isotope-gap-small .web-isotope-item {
    padding: 5px;
}

.web-isotope.web-isotope-gap-medium .web-isotope-item {
    padding: 10px;
}


.web-isotope .web-isotope-item {
    display: block;
    width: 25%;
    float: left;
}

.web-isotope .web-isotope-item.web-isotope-item-x2 {
    width: 50%;
}

.web-isotope .web-isotope-item.web-isotope-item-x3 {
    width: 75%;
}

.web-isotope .web-isotope-item.web-isotope-item-x4 {
    width: 100%;
}

.web-isotope.web-isotope-9-cols .web-isotope-item {
    width: 11.11%;
}

.web-isotope.web-isotope-9-cols .web-isotope-item.web-isotope-item-x2 {
    width: 22.22%;
}

.web-isotope.web-isotope-9-cols .web-isotope-item.web-isotope-item-x3 {
    width: 33.33%;
}

.web-isotope.web-isotope-8-cols .web-isotope-item {
    width: 12.5%;
}

.web-isotope.web-isotope-8-cols .web-isotope-item.web-isotope-item-x2 {
    width: 25%;
}

.web-isotope.web-isotope-8-cols .web-isotope-item.web-isotope-item-x3 {
    width: 37.5%;
}

.web-isotope.web-isotope-7-cols .web-isotope-item {
    width: 14.284%;
}

.web-isotope.web-isotope-7-cols .web-isotope-item.web-isotope-item-x2 {
    width: 28.571%;
}

.web-isotope.web-isotope-7-cols .web-isotope-item.web-isotope-item-x3 {
    width: 42.857%;
}

.web-isotope.web-isotope-6-cols .web-isotope-item {
    width: 16.665%;
}

.web-isotope.web-isotope-6-cols .web-isotope-item.web-isotope-item-x2 {
    width: 33.332%;
}

.web-isotope.web-isotope-6-cols .web-isotope-item.web-isotope-item-x3 {
    width: 49.998%;
}

.web-isotope.web-isotope-5-cols .web-isotope-item {
    width: 20%;
}

.web-isotope.web-isotope-5-cols .web-isotope-item.web-isotope-item-x2 {
    width: 40%;
}

.web-isotope.web-isotope-5-cols .web-isotope-item.web-isotope-item-x3 {
    width: 60%;
}

.web-isotope.web-isotope-3-cols .web-isotope-item {
    width: 33.332%;
}

.web-isotope.web-isotope-3-cols .web-isotope-item.web-isotope-item-x2 {
    width: 66.665%;
}

.web-isotope.web-isotope-3-cols .web-isotope-item.web-isotope-item-x3 {
    width: 100%;
}

.web-isotope.web-isotope-2-cols .web-isotope-item {
    width: 50%;
}

.web-isotope.web-isotope-2-cols .web-isotope-item.web-isotope-item-x2, .web-isotope.web-isotope-2-cols .web-isotope-item.web-isotope-item-x3 {
    width: 100%;
}

.web-isotope.web-isotope-1-cols .web-isotope-item {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .web-isotope .web-isotope-item,
    .web-isotope.web-isotope-3-cols .web-isotope-item {
        width: 33.3334%;
    }
    .web-isotope .web-isotope-item.web-isotope-item-x2, .web-isotope .web-isotope-item.web-isotope-item-x3,
    .web-isotope.web-isotope-3-cols .web-isotope-item.web-isotope-item-x2,
    .web-isotope.web-isotope-3-cols .web-isotope-item.web-isotope-item-x3 {
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .web-isotope .web-isotope-item,
    .web-isotope.web-isotope-3-cols .web-isotope-item,
    .web-isotope.web-isotope-2-cols .web-isotope-item {
        width: 50%;
    }
    .web-isotope .web-isotope-item.web-isotope-item-x2, .web-isotope .web-isotope-item.web-isotope-item-x3,
    .web-isotope.web-isotope-3-cols .web-isotope-item.web-isotope-item-x2,
    .web-isotope.web-isotope-3-cols .web-isotope-item.web-isotope-item-x3,
    .web-isotope.web-isotope-2-cols .web-isotope-item.web-isotope-item-x2,
    .web-isotope.web-isotope-2-cols .web-isotope-item.web-isotope-item-x3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .web-isotope .web-isotope-item,
    .web-isotope .web-isotope-item.web-isotope-item-x2,
    .web-isotope .web-isotope-item.web-isotope-item-x3,
    .web-isotope.web-isotope-3-cols .web-isotope-item,
    .web-isotope.web-isotope-2-cols .web-isotope-item {
        width: 100%;
    }
}

.web-isotope-filter {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.web-isotope-filter > li {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    -webkit-transition: .3s color;
    transition: .3s color;
}

.web-isotope-filter > li:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 5px;
    right: 10px;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-isotope-filter > li.active {
    position: relative;
    color: #bea175;
}

.web-isotope-filter > li.active:after {
    opacity: 0.5;
}

.web-isotope-filter > li:hover {
    color: #bea175;
}

/*---------------------------
  Element Action Like
 ----------------------------*/
/* Like / Dislike Animation */
.web-like-animation,
.web-dislike-animation {
    position: fixed;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    white-space: nowrap;
    top: 50%;
    left: 0;
    right: 0;
    height: 300px;
    margin-top: -150px;
    line-height: 300px;
    font-size: 7rem;
    color: #fff;
    background-color: #5CB85C;
    z-index: 2000;
}

@media (max-width: 767px) {
    .web-like-animation,
    .web-dislike-animation {
        font-size: 5rem;
    }
}

@media (max-width: 575px) {
    .web-like-animation,
    .web-dislike-animation {
        font-size: 3rem;
    }
}

@media (max-height: 500px) {
    .web-like-animation,
    .web-dislike-animation {
        height: 200px;
        margin-top: -100px;
        line-height: 200px;
    }
}

.web-dislike-animation {
    background-color: #D9534F;
}

/* Heart */
.web-action-heart {
    float: right;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    font-style: italic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.8;
}

.web-action-heart:hover, .web-action-heart.hover {
    opacity: 1;
}

.web-action-heart, .web-action-heart:focus, .web-action-heart:hover, .web-action-heart:active {
    text-decoration: none;
    color: inherit;
}

.web-action-heart > span {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -3px;
}

.web-action-heart > .num {
    font-size: 0.7rem;
}

.web-action-heart .liked-icon {
    display: none;
}

.web-action-heart.liked .liked-icon {
    display: inline-block;
}

.web-action-heart.liked .like-icon {
    display: none;
}

/* Like / Dislike */
.web-action-like {
    float: right;
    font-style: italic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 13px;
}

.web-action-like, .web-action-like:focus, .web-action-like:hover, .web-action-like:active {
    text-decoration: none;
    color: inherit;
}

.web-action-like > span {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -3px;
}

.web-action-like > .num {
    font-size: 0.7rem;
    margin-right: 3px;
}

.web-action-like > .like-icon,
.web-action-like > .dislike-icon {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    padding: 5px;
}

.web-action-like > .like-icon:hover, .web-action-like > .like-icon.hover,
.web-action-like > .dislike-icon:hover,
.web-action-like > .dislike-icon.hover {
    opacity: 1;
}

.web-action-like.disliked > .like-icon,
.web-action-like.liked > .dislike-icon {
    opacity: 0.4;
}

.web-action-like.disliked > .dislike-icon,
.web-action-like.liked > .like-icon {
    opacity: 1;
}

/*------------------------------------------------------------------

  Full Page

 -------------------------------------------------------------------*/
.web-fullpage {
    position: relative;
    display: block;
    width: 100%;
}

.web-fullpage .web-fullpage-item {
    position: relative;
    display: table;
    height: 100vh;
    width: 100%;
    overflow: auto;
    background-size: cover;
    background-position: 50% 50%;
}

.web-fullpage .web-fullpage-item > div {
    display: table-cell;
    vertical-align: middle;
}

.web-fullpage-nav {
    position: fixed;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s visibility, .3s opacity, .3s -webkit-transform;
    transition: .3s visibility, .3s opacity, .3s transform;
}

.web-fullpage-nav.active {
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    visibility: visible;
    opacity: 1;
}

.web-fullpage-nav > li {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 0;
}

.web-fullpage-nav > li:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: .2s -webkit-transform;
    transition: .2s transform;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.web-fullpage-nav > li:hover:after {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.web-fullpage-nav > li.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------------------------------------

  Portfolio

 -------------------------------------------------------------------*/
/* Fullscreen */
.web-fullpage .web-portfolio-text-box {
    position: relative;
    float: left;
    width: 45%;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.14);
}

.web-fullpage .web-portfolio-title,
.web-fullpage .web-portfolio-title a {
    color: inherit;
    text-decoration: none;
}

.web-fullpage .web-portfolio-links {
    color: #888;
    font-size: 0.9rem;
}

.web-fullpage .web-portfolio-links a {
    color: inherit;
    text-decoration: none;
}

.web-fullpage .web-portfolio-links a:hover, .web-fullpage .web-portfolio-links a.hover, .web-fullpage .web-portfolio-links a:focus, .web-fullpage .web-portfolio-links a:active {
    color: #555;
}

/* List */
.web-portfolio-list .web-portfolio-title,
.web-portfolio-list .web-portfolio-title a,
.web-portfolio-list-2 .web-portfolio-title,
.web-portfolio-list-2 .web-portfolio-title a {
    color: inherit;
    text-decoration: none;
}

.web-portfolio-list .web-portfolio-links,
.web-portfolio-list-2 .web-portfolio-links {
    color: #888;
    font-size: 0.9rem;
}

.web-portfolio-list .web-portfolio-links a,
.web-portfolio-list-2 .web-portfolio-links a {
    color: inherit;
    text-decoration: none;
}

.web-portfolio-list .web-portfolio-links a:hover, .web-portfolio-list .web-portfolio-links a.hover, .web-portfolio-list .web-portfolio-links a:focus, .web-portfolio-list .web-portfolio-links a:active,
.web-portfolio-list-2 .web-portfolio-links a:hover,
.web-portfolio-list-2 .web-portfolio-links a.hover,
.web-portfolio-list-2 .web-portfolio-links a:focus,
.web-portfolio-list-2 .web-portfolio-links a:active {
    color: #555;
}

.web-portfolio-list .web-portfolio-item,
.web-portfolio-list-2 .web-portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.web-portfolio-list .web-portfolio-item:after,
.web-portfolio-list-2 .web-portfolio-item:after {
    content: '';
    display: block;
    clear: both;
}

.web-portfolio-list .web-portfolio-item .web-portfolio-image-box,
.web-portfolio-list-2 .web-portfolio-item .web-portfolio-image-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    width: 65%;
}

.web-portfolio-list .web-portfolio-item .web-portfolio-image-box .web-portfolio-image,
.web-portfolio-list-2 .web-portfolio-item .web-portfolio-image-box .web-portfolio-image {
    position: absolute;
}

.web-portfolio-list .web-portfolio-item .web-portfolio-image-box img.web-portfolio-image,
.web-portfolio-list-2 .web-portfolio-item .web-portfolio-image-box img.web-portfolio-image {
    position: relative;
}

.web-portfolio-list .web-portfolio-item .web-portfolio-text-box,
.web-portfolio-list-2 .web-portfolio-item .web-portfolio-text-box {
    position: relative;
    width: 35%;
    z-index: 1;
}

.web-portfolio-list .web-portfolio-item .web-portfolio-text-box > div,
.web-portfolio-list-2 .web-portfolio-item .web-portfolio-text-box > div {
    margin-left: -30%;
    margin-right: 0;
    padding: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.3);
}

.web-portfolio-list .web-portfolio-item.inverted,
.web-portfolio-list-2 .web-portfolio-item.inverted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.web-portfolio-list .web-portfolio-item.inverted .web-portfolio-text-box > div,
.web-portfolio-list-2 .web-portfolio-item.inverted .web-portfolio-text-box > div {
    margin-left: 0;
    margin-right: -30%;
}

@media (max-width: 991px) {
    .web-portfolio-list .web-portfolio-item,
    .web-portfolio-list-2 .web-portfolio-item {
        display: block;
    }
    .web-portfolio-list .web-portfolio-item .web-portfolio-image-box,
    .web-portfolio-list .web-portfolio-item .web-portfolio-text-box,
    .web-portfolio-list .web-portfolio-item.inverted .web-portfolio-image-box,
    .web-portfolio-list .web-portfolio-item.inverted .web-portfolio-text-box,
    .web-portfolio-list-2 .web-portfolio-item .web-portfolio-image-box,
    .web-portfolio-list-2 .web-portfolio-item .web-portfolio-text-box,
    .web-portfolio-list-2 .web-portfolio-item.inverted .web-portfolio-image-box,
    .web-portfolio-list-2 .web-portfolio-item.inverted .web-portfolio-text-box {
        width: 100%;
    }
    .web-portfolio-list .web-portfolio-item .web-portfolio-text-box > div,
    .web-portfolio-list .web-portfolio-item.inverted .web-portfolio-text-box > div,
    .web-portfolio-list-2 .web-portfolio-item .web-portfolio-text-box > div,
    .web-portfolio-list-2 .web-portfolio-item.inverted .web-portfolio-text-box > div {
        margin: 0;
        box-shadow: none;
        padding: 40px 0 0 0;
    }
}

.web-portfolio-list-2 div.web-portfolio-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

/*
    Single Portfolio
*/
.web-portfolio-item-details {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.web-portfolio-item-details:after, .web-portfolio-item-details:before {
    content: '';
    display: block;
    border-bottom: 1px solid;
    opacity: 0.1;
}

.web-portfolio-item-details:before {
    margin-bottom: 30px;
    opacity: 0;
}

.web-portfolio-item-description + .web-portfolio-item-details:before {
    opacity: 0.1;
    margin-top: 50px;
}

.web-portfolio-item-details > li {
    display: inline-block;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.web-portfolio-item-details > li .icon {
    margin-right: 10px;
}

.web-portfolio-item-details > li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s color;
    transition: .3s color;
}

.web-portfolio-item-details > li a:hover, .web-portfolio-item-details > li a.hover, .web-portfolio-item-details > li a:focus, .web-portfolio-item-details > li a:active {
    color: #bea175;
}

.web-header-title .web-portfolio-item-details {
    background-color: rgba(28, 28, 28, 0.4);
}

/* Vertical Details */
.web-portfolio-item-details-vertical {
    text-align: left;
    padding: 0 0 10px 0;
}

.web-portfolio-item-details-vertical:before {
    content: none;
}

.web-portfolio-item-description + .web-portfolio-item-details-vertical:before {
    content: '';
    display: block;
    border-top: 1px solid;
    margin-top: 30px;
    margin-bottom: 10px;
    opacity: 0.1;
}

.web-portfolio-item-details-vertical:after {
    content: '';
    display: block;
    border-top: 1px solid;
    margin-bottom: 30px;
    margin-top: 10px;
    opacity: 0.1;
}

.web-portfolio-item-description + .web-portfolio-item-details-vertical:after {
    content: none;
}

.web-portfolio-item-details-vertical > li {
    display: block;
    padding: 0;
    padding-top: 20px;
}

/*------------------------------------------------------------------

  Blog

 -------------------------------------------------------------------*/
.web-blog-post {
    margin-bottom: 65px;
}

.web-blog-isotope .web-blog-post {
    margin-bottom: 40px;
}

.web-post-title {
    margin-bottom: 25px;
}

.web-post-title > a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-post-title > a:hover, .web-post-title > a.hover {
    opacity: 0.8;
}

.web-post-category {
    display: block;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 5px;
}

.web-post-category > a {
    text-decoration: none;
}

.web-post-meta {
    position: relative;
    display: block;
    margin-top: 25px;
    padding-bottom: 25px;
    font-size: 0.9rem;
    font-style: italic;
    z-index: 1;
}

.web-post-title + .web-post-meta {
    margin-top: -15px;
}

.web-post-meta:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
}

.web-post-meta.web-post-meta-top {
    margin-top: 0;
}

.web-post-meta.web-post-meta-top:after {
    content: none;
}

.web-post-meta-right {
    width: 50%;
    float: right;
    text-align: right;
    font-style: normal;
}

.web-post-comments-count {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    font-size: 0.7rem;
    min-width: 20px;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    background-color: #3b3b3b;
    margin: 0 13px;
    opacity: 0.8;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-post-comments-count:hover, .web-post-comments-count.hover {
    opacity: 1;
}

.web-post-comments-count, .web-post-comments-count:focus, .web-post-comments-count:hover, .web-post-comments-count:active {
    text-decoration: none;
    color: #fff;
}

.web-post-comments-count:after {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    vertical-align: middle;
    border-top: 4px solid #3b3b3b;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.web-post-date {
    opacity: 0.8;
}

.web-post-meta-right + .web-post-date {
    width: 50%;
}

.web-header-title .web-post-date {
    font-size: 0.9rem;
    opacity: 1;
    width: 100%;
    text-align: center;
    font-style: italic;
}

.web-header-text .web-post-date {
    margin-top: 20px;
}

.web-post-date .web-post-by {
    font-weight: bold;
}

.web-post-date .web-post-by > a {
    text-decoration: none;
}

.web-post-date .web-post-category {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    font-size: 1em;
    font-style: inherit;
    opacity: 1;
    margin-bottom: 0;
}

.web-post-text {
    margin: 25px 0;
}

.web-post-text:after, .web-post-text:before {
    content: '';
    display: table;
    clear: both;
}

.web-post-text .pull-right,
.web-post-text .pull-left {
    margin: 15px;
}

.web-post-text .pull-right {
    margin-right: 0;
}

.web-post-text .pull-left {
    margin-left: 0;
}

.web-post-text > p:last-child {
    margin-bottom: 0;
}

.web-post-continue {
    display: block;
    text-align: center;
    margin: 25px 0;
}

.web-post-continue > a {
    display: inline-block;
    text-decoration: none;
    font-style: italic;
}

.web-post-continue > a > span {
    margin-left: 5px;
}

.web-post-author {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px;
}

.web-post-author .web-post-author-photo img {
    width: 100px;
    border-radius: 50px;
}

.web-post-author .web-post-author-info {
    width: 100%;
}

.web-post-author .web-post-author-name {
    text-decoration: none;
    margin: 0;
}

.web-post-author .web-post-author-name > a {
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    text-decoration: none;
}

.web-post-author .web-post-author-name > a:hover, .web-post-author .web-post-author-name > a.hover {
    opacity: 0.8;
}

.web-comments {
    margin-top: 50px;
    margin-bottom: 50px;
}

.web-comments .web-comment:after {
    content: '';
    display: table;
    clear: both;
}

.web-comments .web-comment h4 {
    margin-top: 25px;
}

.web-comments .web-comment .web-comment {
    margin-left: 55px;
}

.web-comments .web-comment .web-comment,
.web-comments .web-comment + .web-comment {
    padding-top: 40px;
    clear: both;
}

.web-comments .web-comment .web-comment-avatar {
    position: relative;
    float: left;
    margin-right: 20px;
    z-index: 1;
}

.web-comments .web-comment .web-comment-avatar img {
    width: 50px;
    height: auto;
    border-radius: 25px;
}

.web-comments .web-comment .web-comment-name {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.web-comments .web-comment .web-comment-meta {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 70px;
}

.web-comments .web-comment .web-comment-meta:after {
    content: '';
    display: table;
    clear: right;
}

.web-comments .web-comment .web-comment-meta:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    opacity: 0.3;
}

.web-comments .web-comment .web-comment-meta .web-comment-date,
.web-comments .web-comment .web-comment-meta .web-comment-reply {
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.8;
}

.web-comments .web-comment .web-comment-meta .web-comment-reply {
    float: right;
    margin-left: 15px;
}

.web-comments .web-comment .web-comment-meta a {
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    text-decoration: none;
}

.web-comments .web-comment .web-comment-meta a:hover, .web-comments .web-comment .web-comment-meta a.hover {
    opacity: 0.8;
}

/* Audio post */
.web-post-audio {
    position: relative;
}

.web-post-audio > div {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
}

/*------------------------------------------------------------------

  Store

 -------------------------------------------------------------------*/
.web-store .web-product {
    position: relative;
    border: 1px solid #f2f2f2;
    padding: 25px 20px;
    margin-right: -1px;
    margin-bottom: -1px;
    min-height: 100%;
    min-height: calc(100% + 1px);
    background-color: #fff;
    z-index: 1;
}

.web-store-order {
    float: right;
    margin-top: -9px;
}

.web-store-count {
    padding-bottom: 9px;
}

.web-product-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.web-product-title > a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-product-title > a:hover, .web-product-title > a.hover {
    opacity: 0.8;
}

.web-product-image {
    position: relative;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
}

.web-product-image > img {
    opacity: 1;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
}

.web-product-image:hover > img,
.web-product-image.hover > img {
    opacity: 0;
}

.web-product-category {
    display: block;
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 5px;
    margin-top: 20px;
}

.web-product-category > a {
    text-decoration: none;
}

.web-product-price {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
}

.web-product-rating {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    vertical-align: text-bottom;
}

.web-store .web-product-rating {
    float: right;
}

.web-product-rating,
.web-product-rating:hover,
.web-product-rating:active,
.web-product-rating:focus {
    color: #bea175;
    text-decoration: none;
}

.web-review-rating {
    display: inline-block;
    font-size: 0.8rem;
    margin-left: 5px;
    color: #bea175;
}

.web-product-button {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #fff;
}

.web-product-button > div {
    display: table;
    width: 100%;
}

.web-product-button > div > a {
    display: table-cell;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    padding: 10px;
    width: 100%;
    background-color: #1c1c1c;
}

.web-product-button > div > a:hover,
.web-product-button > div > a.hover {
    background-color: #262626;
}

.web-product-button > div > a .icon {
    margin-right: 5px;
}

.web-product-button > div > .web-product-quick-view {
    width: 50px;
    min-width: 50px;
    background-color: #303030;
}

.web-product-button > div > .web-product-quick-view:hover,
.web-product-button > div > .web-product-quick-view.hover {
    background-color: #3b3b3b;
}

.web-product-button > div > .web-product-quick-view .icon {
    margin: 0;
}


/* Single product */
.web-store-product .web-product-carousel {
    position: relative;
    padding-left: 100px;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    padding-right: 15px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div {
    cursor: pointer;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div img {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div:hover img,
.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div.hover img {
    opacity: 0.7;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div.active img {
    opacity: 1;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div + div {
    margin-top: 15px;
}

.web-store-product .web-product-category {
    margin-top: 0;
}

.web-store-product .web-product-title {
    margin-bottom: 1.2rem;
}

.web-store-product .web-product-description {
    margin-top: 1.2rem;
}

.web-store-product .web-product-addtocart {
    margin-top: 1.7rem;
    padding: 40px;
    background-color: #f7f7f7;
}

.web-store-product .web-product-addtocart:after {
    content: '';
    display: table;
    clear: both;
}

.web-store-product .web-product-addtocart .web-product-price {
    display: block;
    font-size: 1.7rem;
    height: 42px;
    line-height: 42px;
}

.web-store-product .web-product-addtocart .input-group .web-btn {
    width: 100%;
}

.web-store-product .web-product-addtocart .web-form-control-number,
.web-store-product .web-product-addtocart .web-form-control-number .form-control {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    width: auto;
}

.web-store-product .web-product-rating {
    font-size: 1.2rem;
}

.web-store-product .web-product-progress {
    margin-top: 20px;
}

.web-store-product .web-product-progress table {
    width: 100%;
}

.web-store-product .web-product-progress table td:first-child {
    width: 60px;
}

.web-store-product .web-product-progress .web-progress {
    margin-bottom: 16px;
    margin-top: 16px;
}

/* Store Cart */
.web-store-cart .table-responsive .web-store-cart-products {
    min-width: 680px;
}

.web-store-cart .web-store-cart-products td {
    vertical-align: middle;
}

.web-store-cart .web-store-cart-products tbody .web-product-cart-thumb {
    width: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.web-store-cart .web-store-cart-products .web-product-cart-title > * {
    margin: 0;
}

.web-store-cart .web-store-cart-products .web-product-cart-remove a {
    color: inherit;
    text-decoration: none;
    font-size: 1.2rem;
}

.web-store-cart .web-store-cart-products .web-product-cart-quantity {
    width: 105px;
}

.web-store-cart .web-store-cart-products .web-product-cart-price,
.web-store-cart .web-store-cart-products .web-product-cart-total {
    width: 150px;
}

.web-store-cart .web-store-cart-products .web-product-cart-remove {
    width: 40px;
}

.web-store-cart .web-store-cart-products .web-product-cart-price,
.web-store-cart .web-store-cart-products .web-product-cart-quantity,
.web-store-cart .web-store-cart-products .web-product-cart-total,
.web-store-cart .web-store-cart-products .web-product-cart-remove {
    text-align: center;
}

@media (max-width: 767px) {
    .web-store-cart .web-store-cart-products .web-product-cart-thumb {
        display: none;
    }
}

.web-store-cart .web-store-cart-totals {
    margin-top: 30px;
}

.web-store-cart .web-store-cart-totals tr td:first-child {
    padding-left: 0;
}

.web-store-cart .web-store-cart-totals tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.web-store-cart .web-store-cart-totals .web-store-cart-totals-total td {
    position: relative;
    padding-top: 50px;
    font-weight: bold;
    font-size: 1.1rem;
}

.web-store-cart .web-store-cart-totals .web-store-cart-totals-total td:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px dotted;
    opacity: 0.3;
}

/* Checkout */
.web-store-checkout .web-store-cart-order tr td:first-child,
.web-store-checkout .web-store-cart-order tr th:first-child {
    padding-left: 20px;
    border-right: 0;
}

.web-store-checkout .web-store-cart-order tr td:last-child,
.web-store-checkout .web-store-cart-order tr th:last-child {
    padding-right: 20px;
    text-align: right;
    border-left: 0;
}

.web-store-checkout .web-store-cart-order .web-store-cart-totals-total td {
    font-weight: bold;
    font-size: 1.1rem;
}

.web-store-checkout .web-store-cart-order td {
    background-color: #FAFAFA;
}

.web-store-checkout .web-store-cart-order .web-store-cart-totals-subtotal td,
.web-store-checkout .web-store-cart-order .web-store-cart-totals-shipping td,
.web-store-checkout .web-store-cart-order .web-store-cart-totals-total td {
    background-color: transparent;
}

/*------------------------------------------------------------------

  Forum

 -------------------------------------------------------------------*/
/* Threads List */
.web-forum {
    list-style: none;
    margin: 0;
    padding: 0;
}

.web-forum > li {
    position: relative;
    display: table;
    padding: 44px;
    width: 100%;
    background-color: #f7f7f7;
}

.web-forum > li + li {
    padding-top: 0;
}

.web-forum > li + li:before {
    content: '';
    display: block;
    position: absolute;
    top: -22px;
    left: 44px;
    right: 44px;
    border-bottom: 1px dotted;
    opacity: 0.15;
}

@media (max-width: 991px) {
    .web-forum > li {
        padding: 40px;
    }
    .web-forum > li + li:before {
        top: -20px;
        left: 40px;
        right: 40px;
    }
}

.web-forum > li.web-forum-locked > * {
    opacity: 0.4;
}

.web-forum > li > * {
    display: table-cell;
    vertical-align: top;
}

.web-forum > li .web-forum-icon,
.web-forum > li .web-forum-title {
    padding-right: 25px;
}

.web-forum > li .web-forum-count {
    padding-right: 35px;
}

.web-forum > li .web-forum-icon {
    min-width: 55px;
}

.web-forum > li .web-forum-icon > span {
    line-height: 1;
    display: block;
    font-size: 1.8rem;
}

.web-forum > li .web-forum-title {
    width: 100%;
}

.web-forum > li .web-forum-title > h2,
.web-forum > li .web-forum-title > h3,
.web-forum > li .web-forum-title > h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.web-forum > li .web-forum-title > h2 > a,
.web-forum > li .web-forum-title > h3 > a,
.web-forum > li .web-forum-title > h4 > a {
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}

.web-forum > li .web-forum-title > h2 > a,
.web-forum > li .web-forum-title > h2 > a:hover,
.web-forum > li .web-forum-title > h2 > a:focus,
.web-forum > li .web-forum-title > h2 > a:active,
.web-forum > li .web-forum-title > h3 > a,
.web-forum > li .web-forum-title > h3 > a:hover,
.web-forum > li .web-forum-title > h3 > a:focus,
.web-forum > li .web-forum-title > h3 > a:active,
.web-forum > li .web-forum-title > h4 > a,
.web-forum > li .web-forum-title > h4 > a:hover,
.web-forum > li .web-forum-title > h4 > a:focus,
.web-forum > li .web-forum-title > h4 > a:active {
    color: inherit;
    text-decoration: none;
}

.web-forum > li .web-forum-title > h2 > a:hover,
.web-forum > li .web-forum-title > h2 > a.hover,
.web-forum > li .web-forum-title > h3 > a:hover,
.web-forum > li .web-forum-title > h3 > a.hover,
.web-forum > li .web-forum-title > h4 > a:hover,
.web-forum > li .web-forum-title > h4 > a.hover {
    opacity: 0.8;
}

.web-forum > li .web-forum-title .web-forum-title-sub {
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: italic;
}

.web-forum > li .web-forum-title .web-forum-title-sub a {
    color: inherit;
    font-weight: bold;
}

.web-forum > li .web-forum-count {
    font-size: 0.9rem;
    white-space: nowrap;
}

.web-forum > li .web-forum-activity-avatar img {
    width: 34px;
    height: auto;
    border-radius: 17px;
    margin-right: 15px;
    float: left;
}

.web-forum > li .web-forum-activity {
    min-width: 130px;
    max-width: 130px;
}

.web-forum > li .web-forum-activity .web-forum-activity-date {
    font-size: 0.9rem;
    font-style: italic;
}

.web-forum > li .web-forum-activity .web-forum-activity-title {
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.web-forum > li .web-forum-activity .web-forum-activity-title > a {
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    width: 100%;
}

.web-forum > li .web-forum-activity .web-forum-activity-title > a,
.web-forum > li .web-forum-activity .web-forum-activity-title > a:hover,
.web-forum > li .web-forum-activity .web-forum-activity-title > a:focus,
.web-forum > li .web-forum-activity .web-forum-activity-title > a:active {
    color: inherit;
    text-decoration: none;
}

.web-forum > li .web-forum-activity .web-forum-activity-title > a:hover,
.web-forum > li .web-forum-activity .web-forum-activity-title > a.hover {
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .web-forum > li .web-forum-activity {
        display: none;
    }
}

@media (max-width: 991px) {
    .web-forum > li .web-forum-count,
    .web-forum > li .web-forum-activity-avatar {
        display: none;
    }
}

@media (max-width: 575px) {
    .web-forum > li .web-forum-icon {
        display: none;
    }
}

/* Single Topic */
.web-forum-topic > li,
.web-forum-topic > li + li {
    padding-top: 44px;
}

.web-forum-topic > li + li {
    margin-top: 50px;
}

.web-forum-topic > li + li:before {
    content: none;
}

.web-forum-topic > li {
    display: block;
}

.web-forum-topic > li > * {
    display: block;
}

.web-forum-topic > li .web-forum-topic-author {
    width: 120px;
    float: left;
    text-align: center;
}

.web-forum-topic > li .web-forum-topic-author img {
    margin: 0 auto;
    width: 70px;
    height: auto;
    border-radius: 35px;
}

.web-forum-topic > li .web-forum-topic-author-name {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.web-forum-topic > li .web-forum-topic-author-name > a {
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}

.web-forum-topic > li .web-forum-topic-author-name > a,
.web-forum-topic > li .web-forum-topic-author-name > a:hover,
.web-forum-topic > li .web-forum-topic-author-name > a:focus,
.web-forum-topic > li .web-forum-topic-author-name > a:active {
    color: inherit;
    text-decoration: none;
}

.web-forum-topic > li .web-forum-topic-author-name > a:hover,
.web-forum-topic > li .web-forum-topic-author-name > a.hover {
    opacity: 0.8;
}

.web-forum-topic > li .web-forum-topic-author-since {
    font-size: 0.9rem;
    opacity: 0.6;
    margin-top: 10px;
}

.web-forum-topic > li .web-forum-topic-content {
    margin-left: 160px;
}

.web-forum-topic > li .web-forum-topic-content p:last-child {
    margin-bottom: 0;
}

.web-forum-topic > li .web-forum-topic-footer {
    position: relative;
    clear: both;
    padding-top: 70px;
}

.web-forum-topic > li .web-forum-topic-footer:before {
    content: '';
    position: absolute;
    display: block;
    left: -44px;
    top: 35px;
    right: -44px;
    border-top: 1px dotted #262626;
    opacity: 0.15;
}

.web-forum-topic > li .web-forum-topic-footer:after {
    content: '';
    display: block;
    clear: both;
}

.web-forum-topic > li .web-forum-topic-footer .web-forum-topic-date {
    font-size: 0.9rem;
}

.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn {
    font-size: 0.9rem;
    float: right;
    margin-right: 5px;
}

.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a > span {
    vertical-align: middle;
}

.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a,
.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > span {
    display: block;
    -webkit-transition: .2s background-color, .2s color;
    transition: .2s background-color, .2s color;
    padding: 5px 12px;
    border-radius: 2px;
}

.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a,
.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a:hover,
.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a:focus,
.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a:active {
    color: inherit;
    text-decoration: none;
}

.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a:hover,
.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > a.hover,
.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > span:hover,
.web-forum-topic > li .web-forum-topic-footer .web-forum-action-btn > span.hover {
    color: #fff;
    background-color: #262626;
}

.web-forum-topic > li .web-forum-topic-attachments {
    font-size: 0.9rem;
    margin-top: 30px;
    padding: 30px 40px;
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .web-forum-topic > li {
        padding: 30px;
    }
    .web-forum-topic > li + li {
        padding-top: 30px;
    }
    .web-forum-topic > li .web-forum-topic-author {
        width: 100%;
        float: none;
        text-align: left;
    }
    .web-forum-topic > li .web-forum-topic-author:after {
        content: '';
        display: table;
        clear: both;
        margin-bottom: 25px;
    }
    .web-forum-topic > li .web-forum-topic-author img {
        width: 50px;
        height: auto;
        margin: 0;
        float: left;
    }
    .web-forum-topic > li .web-forum-topic-author .web-forum-topic-author-name {
        margin-left: 70px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .web-forum-topic > li .web-forum-topic-author .web-forum-topic-author-role {
        margin-left: 70px;
        font-size: 0.8rem;
    }
    .web-forum-topic > li .web-forum-topic-author .web-forum-topic-author-since {
        display: none;
    }
    .web-forum-topic > li .web-forum-topic-content {
        margin-left: 0;
    }
}

/*------------------------------------------------------------------

  Events

 -------------------------------------------------------------------*/
/* Events List */
.web-events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.web-events-list:hover > li, .web-events-list.hover > li {
    opacity: 0.7;
}

.web-events-list:hover > li:hover,
.web-events-list:hover > li.hover, .web-events-list.hover > li:hover,
.web-events-list.hover > li.hover {
    opacity: 1;
}

.web-events-list > li {
    position: relative;
    display: table;
    width: 100%;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-events-list > li > * {
    display: table-cell;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    padding: 20px;
    width: 100%;
}

.web-events-list > li .web-event-date {
    min-width: 120px;
    width: auto;
}

.web-events-list > li .web-event-name {
    width: 99%;
}

.web-events-list > li .web-event-price {
    min-width: 130px;
    width: auto;
    vertical-align: middle;
}

.web-events-list > li .web-event-button {
    vertical-align: middle;
    min-width: 170px;
    width: auto;
    text-align: center;
    font-size: 0.9rem;
}

.web-events-list > li .web-event-button-sold {
    opacity: 0.5;
}

.web-events-list > li .web-event-date > span,
.web-events-list > li .web-event-name > span,
.web-events-list > li .web-event-price > span {
    display: block;
    font-size: 0.9rem;
    opacity: 0.5;
}

.web-events-list > li + li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid;
    opacity: 0.15;
}

/* Single Events */
.web-events-item-details {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 30px;
}

.web-events-item-details:after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    opacity: 0.1;
}

.web-events-item-details > li {
    display: inline-block;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.web-events-item-details > li .icon {
    margin-right: 10px;
}

.web-events-item-details > li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s color;
    transition: .3s color;
}

.web-events-item-details > li a:hover, .web-events-item-details > li a.hover, .web-events-item-details > li a:focus, .web-events-item-details > li a:active {
    color: #bea175;
}

.web-header-title .web-events-item-details {
    background-color: rgba(28, 28, 28, 0.4);
}

/* Vertical Details */
.web-events-item-details-vertical {
    text-align: left;
    padding: 0;
    padding-bottom: 10px;
}

.web-events-item-details-vertical:after {
    content: none;
}

.web-events-item-details-vertical:before {
    content: '';
    display: block;
    border-top: 1px solid;
    opacity: 0.1;
    margin-top: 30px;
    margin-bottom: 10px;
}

.web-events-item-details-vertical > li {
    display: block;
    padding: 0;
    padding-top: 20px;
}

/*------------------------------------------------------------------

  Documentation

 -------------------------------------------------------------------*/
.web-doc-links ul {
    list-style: none;
    padding: 0;
    z-index: 1;
}

.web-doc-links ul > li > div {
    cursor: pointer;
    padding: 6.5px 0;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-transition: .2s color;
    transition: .2s color;
}

.web-doc-links ul > li > div:hover {
    color: #999999;
}

.web-doc-links ul > li > div.active {
    color: #bea175;
}

.web-doc-links ul > li > ul {
    display: none;
    overflow: hidden;
}

.web-doc-links ul > li > ul > li div {
    padding: 5px 0;
    margin-left: 20px;
}

.web-doc-links ul > li > ul > li div:hover {
    color: #999999;
}

.web-doc-links ul > li > ul > li div.active {
    color: #bea175;
}

.web-doc-links ul > li > ul > li div:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-bottom: 1px solid;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 0;
    margin-top: -1px;
    -webkit-transition: .2s width, .2s margin-left;
    transition: .2s width, .2s margin-left;
}

.web-doc-links ul > li > ul > li div.active:before {
    width: 10px;
    margin-left: 5px;
}

/*------------------------------------------------------------------

  Plugins

 -------------------------------------------------------------------*/
/*---------------------------
  Plugin NanoScroller
 ----------------------------*/
.nano {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    outline: none;
}

.nano .nano-content::-webkit-scrollbar {
    display: none;
}

.nano > .nano-pane {
    width: 6px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    will-change: opacity;
    visibility: hidden\9;
    opacity: .01;
}

.nano > .nano-pane > .nano-slider {
    background: #fff;
    position: relative;
    margin: 0 1px;
    opacity: 0.5;
}

.nano > .nano-pane:hover > .nano-slider {
    opacity: 0.6;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
}

/*---------------------------
  Plugin DateTimePicker
 ----------------------------*/
.xdsoft_datetimepicker.xdsoft_nk {
    display: table;
    color: inherit;
    font-family: inherit;
    width: 100%;
    padding: 20px;
    border: none;
    background: rgba(28, 28, 28, 0.4);
}

.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_datepicker,
.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_timepicker,
.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_datepicker.active,
.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_timepicker.active {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
}

.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_datepicker {
    width: 99%;
}

.xdsoft_datetimepicker.xdsoft_nk > .xdsoft_timepicker {
    padding-top: 36px;
    padding-left: 10px;
    min-width: 80px;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label {
    float: none;
    padding: 0 4px 12px 4px;
    background-color: transparent;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div {
    text-align: center;
    border: none;
    background: none;
    color: inherit;
    box-shadow: none;
    padding: 5px;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box {
    height: 180px;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div {
    height: auto;
    line-height: inherit;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6),
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7),
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6 {
    color: #c18d8d;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled, .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled:hover {
    color: #c18d8d !important;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td > div {
    padding: 0;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box {
    border: none;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_next {
    display: none;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background-color: #bea175;
    color: #fff;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #1c1c1c !important;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    background: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 5px 25px 5px 19px;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select {
    border-color: #1c1c1c;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    box-shadow: none;
}

.xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select {
    background: #1c1c1c;
}

.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk {
    color: #1c1c1c;
    background: rgba(204, 204, 204, 0.3);
}

.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6),
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7),
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6 {
    color: #c18d8d;
}

.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled, .web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(6).xdsoft_disabled:hover,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar th:nth-child(7).xdsoft_disabled:hover,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week5.xdsoft_disabled:hover,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_day_of_week6.xdsoft_disabled:hover {
    color: #c18d8d !important;
}

.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td:hover,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ccc !important;
}

.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_calendar td.xdsoft_disabled:hover,
.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    background: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
}

.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select {
    border-color: #fff;
}

.web-form-style-1 .xdsoft_datetimepicker.xdsoft_nk .xdsoft_label > .xdsoft_select {
    background: #fff;
}

.go_to_section_arrow {
    position: absolute;
    bottom: 32px;
    margin: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.go_to_section_arrow_button {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    cursor: pointer;
}

.vertical_align_row {
    -ms-flex-align: center;
    align-items: center;
}

.web-fullpage-nav {
    z-index: 999;
}

.web-viewport {
    height: 100vh;
}

.slide-container {
    width: 70% !important;
}

/*
 * Text with icons module
 */
.web-small-icon {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.3rem !important;
    line-height: 50px !important;
}
.web-medium-icon {
    font-size: 1.5rem !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
}
.web-large-icon {
    font-size: 2rem !important;
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
}
.web-extralarge-icon {
    font-size: 5rem !important;
    width: 115px !important;
    height: 130px !important;
    margin-top: -0.5em;
}

/*
 * Background overlay class
 */
.bg-row-overlay,
.bg-row-inner-overlay-img,
.bg-column-overlay,
.bg-column-inner-overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-column-overlay {
    z-index: -1;
}

/*
 * Image module
 */
.web-img-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.img_one {
    opacity: 1;
    position: relative;
    z-index: 1;
    transition: opacity .2s linear,visibility .2s linear;
}
.img_two {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s linear,visibility .2s linear;
}
.img_two:hover {
    opacity: 1;
}
.img_one:hover {
    opacity: 0;
}
.img_position_left {
    left: 0;
}
.img_position_right {
    right: 0;
}
.img_position_center {
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

/*
 * Go to arrow
 */
.go_to_section_arrow_button{
    position: relative;
}
.go_to_section_arrow_button i{
    position: absolute;
    top: 7px;
    left: 13px;
}


/*
 * DEVICE VISIBILITY PARAM
 */
@media only screen and (min-width: 992px){
    .web-hide-on-lg{
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .web-hide-on-md{
        display: none !important;
    }
}
@media only screen and (min-width: 544px) and (max-width: 768px){
    .web-hide-on-sm{
        display: none !important;
    }
}
@media only screen and (max-width: 544px){
    .web-hide-on-xs{
        display: none !important;
    }
}

/* Ficha inmueble */
.carousel-ficha .web-img-fit {
    height: auto !important;
}

.marker-infowindow{
    margin: 0 !important;
}
.marker-infowindow .infowindow-content{
    padding: 12px;
}
.gm-style .gm-style-iw-c{
    padding: 0 !important;
}

.universidades-asociadas .logos-unis .web-image-block {
    height: 200px;
}

.logos-unis img{
  /* 
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
	*/
}

#redes{
    position: fixed;
    z-index: 999;
    bottom: 90px;
}

#redes > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#redes > ul li{
    display: inline;
}

#redes > ul a{
    padding: 5px;
    display: block;
    color: #fff;
    -webkit-transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -ms-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
}

#redes > ul a.whatsapp{
    background-color: #25D366;
}
#redes > ul a.facebook{
    background-color: #3B5998;
}
#redes > ul a.linkedin{
    background-color: #0e76a8;
}
#redes > ul a.twitter{
    background-color: #1da1f2;
}

#redes > ul a:hover{
    background-color: #CF5E28;
}

.principal-features {
	max-width: 28px;
  max-height: 30px;
  filter: grayscale(1) brightness(0.7);
}

.secondary-features {
	max-width: 28px;
}

.carousel-ficha .web-carousel-inner {
	display: block;
	height: 100%;
	max-height: 28em;
	min-width: 150px;
	max-width: 100%;
	margin-right: 10px;
	top: 50%;
	transform: translateY(-6%);
}

.descrip-box {
	font-size: 1.25rem;
	margin-bottom: 0.6rem !important;
}