/* @import url(gfonts.css); */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');

.custom-arrow-list1 {
    list-style-type: none; /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

.custom-arrow-list1 li {
    position: relative; /* Allows absolute positioning inside the li */
    padding-left: 20px; /* Make space for the custom bullet */
    margin-bottom: 10px; /* Optional: Adjust spacing between items */
}

.custom-arrow-list1 li::before {
    content: "→"; /* Your custom bullet */
    position: absolute;
    left: 0; /* Position it at the start of the item */
    top: 0; /* Adjust vertical alignment if needed */
}


/*------------------------------------------------------------------
CORNER RIBBON START
------------------------------------------------------------------*/

.corner-ribbon-1 {
    display: none !important;
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    width: 200px;
    background: #CF0;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
    color: #282828;
    transform: rotate(-45deg);
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    z-index: 999999;
}

.corner-ribbon-txt-1 {
    padding-right: 15px;
}

.corner-ribbon-1:before {
    content: "Nachhaltigkeit 1.0";
}

/*------------------------------------------------------------------*/

.corner-ribbon-2 {
    display: none !important;
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    width: 200px;
    background: #CF0;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
    color: #282828;
    transform: rotate(-45deg);
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    z-index: 999999;
}

.corner-ribbon-txt-2 {
    padding-right: 15px;
}

.corner-ribbon-2:before {
    content: "\00fc 26 Version 6.1";
}

/*------------------------------------------------------------------*/

.corner-ribbon {
    display: none !important;
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    width: 200px;
    background: #ccff33;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
    color: #282828;
    transform: rotate(-45deg);
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    z-index: 999999;
}

.corner-ribbon-txt {
    padding-right: 15px;
}

.corner-ribbon:before {
    content: "ESG VERSION 04";
}

/*------------------------------------------------------------------
CORNER RIBBON ENDE
------------------------------------------------------------------*/



/*------------------------------------------------------------------
Sartre Skin Restaurant
Version: 1.0.2;
Author: ThemeMountain
Copyright: ThemeMountain

[Table of contents]

1. Typography
2. Background Color & Color Classes
3. Section Padding
4. Header Styling
5. Header Logo
6. Header Navigation
7. Header Buttons, Dropdowns & Icons
8. Auxiliary Navigation
9. Title Areas
10. Slider & Parallax
11. Lightbox
12. Plugin Preloader
13. Rollovers
14. Homepage
15. About Pages
16. Contact Pages
17. Project Pages
18. Pagination
19. Fullscreen Pages
20. Blog Pages
21. Form Elements
22. Social Lists
23. Footer
24. Sidebar
25. Dividers
26. Media Element Player
27. E-Commerce
28. Component Styling
29. Resolution Media Queries

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Typography]
*/

body {
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
.button,
select,
textarea,
.project-title,
.product-title,
.project-description,
.font-alt-1,
.header .navigation>ul>li>a,
.side-navigation>ul>li>a,
.overlay-navigation>ul>li>a,
.grid-filter-menu a,
.counter,
.call-to-action-2 p {
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #9a9484;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 3.3rem;
}

h3 {
    font-size: 2.3rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.2rem;
}

/* Widget Titles */
.footer .widget-title,
.footer .widget-title a {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #999;
}

.sidebar .widget-title,
.sidebar .widget-title a {
    font-size: 1.4rem;
}

.side-navigation-wrapper .widget-title,
.side-navigation-wrapper .widget-title a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
}

.overlay-navigation-wrapper .widget-title,
.overlay-navigation-wrapper .widget-title a {
    font-size: 1.4rem;
    color: #999;
}

/* Link Colors */
a,
p a,
.box a:not(.button) {
    color: #a29587;
}

.sidebar .widget a,
.shop .product-summary a,
.shop .cart-overview a {
    color: #666;
}

a:hover,
.box a:not(.button):hover,
.social-list li a:hover,
.team-1 .social-list a:hover,
.team-2 .social-list a:hover,
.accordion li a:hover,
.accordion li.active a,
.tabs li a:hover,
.tabs li.active a,
.tabs li.active a:hover,
.blog-masonry .with-background .post-read-more a:hover,
.post-info a:hover,
.post-info-over a:hover,
.post-info-over a:hover span,
.post-author-aside a:hover,
.post-love a:hover,
.post-love a:hover span,
.scroll-down a:hover,
.widget a:not(.button):hover,
.footer a:hover+.post-info .post-date,
.footer .navigation a:hover,
.footer .social-list a:hover,
.footer .footer-bottom a:hover {
    color: #a29587;
}

a[class*="icon-"]:hover {
    text-decoration: none;
}

a:hover .text-line,
a.animated-link:hover .text-line,
.accordion li a:hover .text-line,
.tabs li a:hover .text-line,
.blog-masonry .with-background .post-read-more a:hover .text-line {
    background-color: #a29587;
}

a.animated-link {
    position: relative;
}

/* Lead */
.lead,
blockquote.large {
    font-size: 2rem;
    font-weight: 300;
}

/* Title Classes */
.title-xlarge {
    font-size: 8rem;
    line-height: 1;
}

.title-large {
    font-size: 6.2rem;
    line-height: 1;
}

.title-medium {
    font-size: 3rem;
    line-height: 1;
}

.title-small {
    font-size: 1.1rem;
    line-height: 1;
}

/* Text Classes */
.text-xlarge {
    font-size: 4.6rem;
    line-height: 1.4;
}

.text-large {
    font-size: 4rem;
    line-height: 1.4;
}

.text-medium {
    font-size: 2.4rem;
    line-height: 1.4;
}

.text-small {
    font-size: 1.6rem;
    line-height: 1.4;
}

/* Special Text Classes */
.status-code-title {
    font-size: 14rem;
    line-height: 1;
}

/* Weight Classes */
.weight-light {
    font-weight: 300;
}

.weight-bold {
    font-weight: 700;
}

@media only screen and (max-width: 768px) {

    h1,
    .title-xlarge {
        font-size: 4rem;
    }

    h2,
    .title-large {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.3rem;
    }

    h6 {
        font-size: 1.1rem;
    }

    h5.tms-caption,
    .tmp-content h5 {
        font-size: 1.4rem;
    }

    .tms-caption.title-xlarge,
    .tmp-content .title-xlarge {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }

    /* Lead */
    .lead {
        font-size: 1.7rem;
    }

    /* Text Classes */
    .text-xlarge {
        font-size: 3.1rem;
    }

    .text-large {
        font-size: 2.5rem;
    }

    .text-medium {
        font-size: 1.9rem;
    }

    .text-small {
        font-size: 1.1rem;
    }

    /* Helpers */
    .fullscreen-section .background-on-mobile {
        background: #f4f4f4;
    }

    .fullscreen-section .background-on-mobile * {
        color: #666 !important;
    }

    .fullscreen-section .background-on-mobile h1,
    .fullscreen-section .background-on-mobile h2,
    .fullscreen-section .background-on-mobile h3,
    .fullscreen-section .background-on-mobile h4,
    .fullscreen-section .background-on-mobile h5,
    .fullscreen-section .background-on-mobile h6 {
        color: #000 !important;
    }
}

/*------------------------------------------------------------------
[2. Background Color & Color Classes]
*/

body,
.content,
.featured-media:after,
.section-block:not([class*="bkg-"]),
.fullscreen-sections-wrapper {
    background-color: #fff;
}

.section-block.featured-media,
.section-block.fullscreen-section {
    background-color: #000;
}

/* grey ulatrlight */
.bkg-grey-ultralight {
    background-color: #f4f4f4;
    border-color: #f6f5f2;
}

.bkg-hover-grey-ultralight:hover {
    background-color: #f6f5f2;
    border-color: #f6f5f2;
}

.border-hover-grey-ultralight:hover {
    border-color: #f6f5f2;
}

.color-grey-ultralight,
.color-hover-grey-ultralight:hover {
    color: #f6f5f2;
}

/* grey */
.bkg-grey {
    background-color: #4e4e4d;
    border-color: #4e4e4d;
}

.bkg-hover-grey:hover {
    background-color: #4e4e4d;
    border-color: #4e4e4d;
}

.border-hover-grey:hover {
    border-color: #4e4e4d;
}

.color-grey,
.color-hover-grey:hover {
    color: #4e4e4d;
}

/* charcoal */
.bkg-charcoal-light {
    background-color: #333;
    border-color: #333;
}

.bkg-hover-charcoal-light:hover {
    background-color: #333;
    border-color: #333;
}

.border-hover-charcoal-light:hover {
    border-color: #333;
}

.color-charcoal-light,
.color-hover-charcoal-light:hover {
    color: #333;
}

.bkg-charcoal {
    background-color: #232323;
    border-color: #232323;
}

.bkg-hover-charcoal:hover {
    background-color: #232323;
    border-color: #232323;
}

.border-charcoal,
.border-hover-charcoal:hover {
    border-color: #232323;
}

.color-charcoal,
.color-hover-charcoal:hover {
    color: #232323;
}

/* beige light */
.bkg-beige-light {
    background-color: #f7f2ee;
    border-color: #f7f2ee;
}

.bkg-hover-beige-light:hover {
    background-color: #f7f2ee;
    border-color: #f7f2ee;
}

.border-beige-light,
.border-hover-beige-light:hover {
    border-color: #f7f2ee;
}

.color-beige-light,
.color-hover-beige-light:hover {
    color: #f7f2ee;
}

/* beige */
.bkg-beige {
    background-color: #9a9484;
    border-color: #9a9484;
}

.bkg-hover-beige:hover {
    background-color: #9a9484;
    border-color: #9a9484;
}

.border-beige,
.border-hover-beige:hover {
    border-color: #9a9484;
}

.color-beige,
.color-hover-beige:hover {
    color: #9a9484;
}

/*------------------------------------------------------------------
[3. Section Padding]
*/

/* Unique Template Padding & Margins */
.section-block,
.fullscreen-section .fullscreen-inner,
.pagination-2 .pagination-next,
.row.xlarge {
    padding-top: 11rem;
    padding-bottom: 11rem;
}

.replicable-content,
.row.xlarge.replicable-content {
    padding-top: 11rem;
    padding-bottom: 8rem;
}

.section-block.slanted-top:before {
    width: 100%;
    height: 12rem;
    background-color: inherit;
    content: '';
    position: absolute;
    left: 0;
    top: -5.7rem;
    -webkit-transform: skewY(-4.5deg);
    -ms-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
    z-index: 5;
}

.footer .footer-top {
    padding-top: 4rem;
    padding-bottom: 0;
}

.grid-filter-menu {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.home-page .grid-filter-menu {
    padding-bottom: 4rem;
}

.section-block.feature-2 {
    padding-bottom: 12rem;
}

.divider {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.page-intro .divider,
[class*="intro-title-"] .divider {
    margin-top: 0;
    margin-bottom: 2rem;
}

.separator {
    width: 5rem;
    height: 0.1rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.text-line {
    width: 2rem;
    height: 0.1rem;
    display: inline-block;
}

.text-line[class*="bkg-"] {
    padding: 0;
}

.text-line-vertical {
    display: inline-block;
    position: relative;
}

.text-line-vertical:after {
    width: 1px;
    height: 8rem;
    margin-top: 3rem;
    border-right: 1px solid #777;
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
}

.tm-slider-container .text-line-vertical:after {
    height: 200%;
    border-color: #fff;
}

@media only screen and (min-width: 960px) {
    .header-1-static+.content {
        padding-top: 8rem;
    }
}

@media only screen and (max-width: 768px) {
    .fullscreen-section.content-below-on-mobile .fullscreen-inner {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
}

/*------------------------------------------------------------------
[4. Header Styling]
*/

/* Initial Position */
.header-bottom {
    bottom: 0.1rem;
}

/* Intial Height */
.header .logo,
.header .header-inner .navigation>ul>li,
.header .header-inner .navigation>ul>li>a:not(.button),
.header .header-inner .dropdown>.nav-icon {
    height: 8rem;
    line-height: 8rem;
}

/* Compacted Height */
.header-compact .logo,
.header-compact .header-inner .navigation>ul>li,
.header-compact .header-inner .navigation>ul>li>a:not(.button),
.header-compact .header-inner .dropdown>.nav-icon {
    height: 6rem;
    line-height: 6rem;
}

/* Header Initial Styling */
.header .header-inner {
    background-color: #fff;
    border-bottom: none;
    border-bottom: 1px solid #eee;
}

.header .header-inner>.nav-bar {
    /*border-bottom: 1px solid #eee;*/
}

/* Transparent Header Initial & Active Nav Colors */
.header-transparent .header-inner {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.header-transparent .header-inner>.nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Background Header - On Scroll! */
.header-background .header-inner {
    background-color: #fff;
    border-color: #eee;
}

.header-background .header-inner>.nav-bar {
    border-bottom: none;
}

/* Header Inner Top */
.header .header-inner-top {
    height: 4rem;
    background: #232323;
    color: #fff;
}

/* Mobile Header Styles & Breakpoints */
.mobile .header .header-inner {
    background-color: #fff;
    border-top: none;
}

.mobile .header .header-inner {
    border-bottom: 1px solid #eee;
}

.mobile .header+.content {
    padding-top: 0;
}

@media only screen and (max-width: 960px) {

    .header .header,
    .header .header-inner,
    .header.header-transparent .header-inner {
        background-color: #fff;
    }

    .header .header-inner {
        border-bottom: 1px solid #eee;
    }

    .header .header-inner>.nav-bar {
        padding: 0;
    }
}

/*------------------------------------------------------------------
[5. Header Logo]
*/

/* Initial Logo Width */
.header .logo {
    width: 19.5rem;
}

/* Compacted Header Logo Width */
.header-compact .logo {
    width: 19.5rem;
}

/* Initial Logo Styling */
.header .logo a {
    display: block !important;
    position: absolute;
    top: 0;
}

.header-in .logo a,
.header-out .logo a {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.header .logo a:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header .logo a+a {
    display: none !important;
}

/* Transparent Header Show Light Logo */
.header-transparent .logo a:first-child {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
}

.header-transparent .logo a+a {
    display: block !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Header Background Logo Swap to Dark Logo - On Scroll! */
.header-background .logo a:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-background .logo a+a {
    display: block !important;
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
}

/* Logo Nav Dark */
.nav-dark .logo a:first-child {
    display: block !important;
    top: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav-dark .logo a:last-child {
    display: none !important;
}

/* Logo Mobile Header & Breakpoints */
.mobile .header .logo a:first-child {
    display: block !important;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (max-width: 960px) {
    .header .logo-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .header .logo a {
        position: relative;
    }

    .header .logo a:first-child {
        opacity: 1;
        top: 0;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .header .logo a:last-child {
        display: none !important;
    }
}

/*------------------------------------------------------------------
[6. Header Navigation]
*/

/* Padding & Margins */
.header .logo-center~.navigation.nav-center {
    padding-top: 0.5rem;
}

.header .logo-center~.navigation.nav-center>ul>li>a {
    padding-bottom: 2rem;
}

.header .navigation>ul>li>a {
    margin: 0 0.8rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}

@media only screen and (max-width: 1140px) {

    .header .navigation>ul>li>a {
        margin: 0 1.1rem;
        font-size: 1.2rem;
    }
}

/* Header Initial & Active Nav Colors */
.header .navigation>ul>li>a {
    color: #999;
    opacity: 1;
}

.header .navigation>ul>li.current>a,
.header .navigation>ul>li>a:hover {
    color: #000;
    opacity: 1;
}

.header .navigation>ul>li.current>a:hover {
    color: #000;
}

/* Transparent Header Initial, Hover & Current Nav Colors */
.header-transparent .navigation>ul>li>a {
    color: #fff;
    opacity: 0.6;
}

.header-transparent .navigation>ul>li>a:hover {
    color: #fff;
    opacity: 1;
}

.header-transparent .navigation>ul>li.current>a,
.header-transparent .navigation>ul>li.current>a:hover {
    color: #fff;
    opacity: 1;
}

/* Nav Dark Initial, Hover & Current Colors */
.header-transparent.nav-dark .navigation>ul>li>a {
    color: #000;
    opacity: 0.5;
}

.nav-dark .navigation>ul>li.current>a,
.nav-dark .navigation>ul>li.current>a:hover {
    color: #000;
    opacity: 1;
}

/* Header Background Initial, Hover & Current Nav Colors - On Scroll! */
.header-background .navigation>ul>li>a {
    color: #999;
}

.header-background .navigation>ul>li.current>a {
    color: #000;
    border-bottom: none;
}

.header-background .navigation>ul>li.current>a:hover {
    color: #000;
}

.header-background .navigation>ul>li>a:hover {
    color: #000;
    opacity: 1;
}

/* Sub Menus, Mega Menus, Dropdown List Initial Colors */
.navigation .sub-menu li,
.navigation .dropdown-list li {
    border-bottom: none;
}

.navigation .sub-menu li a,
.navigation .mega-sub-menu ul li a,
.navigation .dropdown-list li a {
    line-height: 1.6;
    font-weight: 400;
    font-size: 1.2rem;
    color: #888;
}

.navigation .sub-menu:not(.custom-content) li a,
.navigation .dropdown-list:not(.custom-content) li a {
    padding: 1rem 1.5rem;
}

.navigation .mega-sub-menu>li>a {
    font-size: 1.3rem;
}

.navigation .sub-menu:not(.custom-content) a,
.navigation .sub-menu.custom-content,
.navigation .mega-sub-menu,
.navigation .dropdown-list {
    background-color: #111;
}

/* Menu Nav Cart Intial Colors */
.navigation .cart .badge {
    top: -0.8rem;
    right: -1.2rem;
    background-color: #9a9484;
}

.navigation .cart-overview .product-title {
    color: #fff;
}

.navigation .cart-overview .product-price,
.navigation .cart-overview .product-quantity {
    color: #999;
}

.navigation .cart-overview a.product-remove {
    background-color: #444;
    color: #999;
}

.navigation .cart-overview .cart-subtotal {
    color: #fff;
}

.navigation .cart-overview .cart-actions {
    border-color: #444;
}

.navigation .cart-overview .checkout.button {
    background-color: #9a9484;
    border-color: transparent;
    color: #fff;
}

.navigation .cart-overview .checkout.button:hover {
    background-color: #666;
    border-color: transparent;
    color: #fff;
}

/* Sub Menus, Mega Menus, Dropdown List Hover Colors */
.navigation .sub-menu:not(.custom-content) li:hover>a,
.navigation .mega-sub-menu:not(.custom-content) ul li:hover>a,
.navigation .dropdown-list:not(.custom-content) li:hover a {
    background-color: #000;
}

.navigation ul li>a:hover,
.navigation .mega-sub-menu ul li>a:hover,
.navigation .dropdown-list li>a:hover,
.navigation .cart-overview .product-title:hover,
.navigation .cart-overview .product-remove:hover {
    color: #fff;
}

/* Mega Menu Position */
.navigation .mega-sub-menu {
    left: 0;
    right: 0;
}

/* Labels Sub Menu */
.sub-menu li .label,
.mega-menu li .label,
.dropdown li .label {
    margin-left: 0.5rem;
    padding: 0.1rem 0.4rem;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #9a9484;
    border-color: #9a9484;
    color: #fff;
}

/*------------------------------------------------------------------
[7. Header Nav Icons, Buttons, Dropdowns ]
*/

/* Padding & Margins */
.header .dropdown-list {
    margin-top: 2.2rem;
}

/* Initial Division Padding & Color */
.header .secondary-navigation.nav-left:not(.with-division)>ul {
    margin-left: -1.5rem;
}

.header .secondary-navigation.nav-right:not(.with-division)>ul {
    margin-right: -1.5rem;
}

.header .navigation .nav-icon,
.header .navigation .v-align-middle {
    padding: 0 1.5rem !important;
}

.header .with-division ul {
    border-left-color: rgba(0, 0, 0, 0.1);
}

.header .with-division li {
    border-right-color: rgba(0, 0, 0, 0.1);
}

/* Nav Icons Initial, Hover & Active Colors */
.header .navigation .nav-icon {
    color: #999;
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 1;
}

.header .navigation .nav-icon:hover,
.header .navigation .nav-icon.active {
    background-color: transparent;
    color: #000;
    opacity: 1;
}

.header .cart .badge {
    background-color: #9a9484;
}

/* Social Icons Initial & Hover Colors  */
.header .social-list li a {
    color: #666;
}

.header .social-list li a:hover {
    color: #9a9484;
}

/* Button, Dropdown Button Initial, Hover & Active Colors */
.header .v-align-middle>.button:not(.nav-icon),
.header .dropdown>.button:not(.nav-icon) {
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.header .v-align-middle>.button:not(.nav-icon):hover,
.header .dropdown>.button:not(.nav-icon):hover,
.header .dropdown>.button.active:not(.nav-icon) {
    background-color: #9a9484;
    border-color: transparent;
    color: #fff;
}

/* Transparent Header Division Color */
@media only screen and (min-width: 960px) {
    .header-transparent .with-division ul {
        border-left-color: rgba(255, 255, 255, 0.2);
    }

    .header-transparent .with-division li {
        border-right-color: rgba(255, 255, 255, 0.2);
    }
}

/* Transparent Header Initial, Hover & Active Colors */
.header-transparent .navigation .nav-icon {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.header-transparent .navigation .nav-icon:hover,
.header-transparent .navigation .nav-icon.active {
    color: #fff;
    background-color: transparent;
    opacity: 1;
}

/* Nav Dark Button, Dropdown Button Initial, Hover & Active Colors */
.nav-dark .navigation .nav-icon {
    color: #999;
}

.nav-dark .navigation .nav-icon:hover,
.nav-dark .navigation .nav-icon.active {
    color: #000;
}

.nav-dark .v-align-middle>.button:not(.nav-icon):not(:hover),
.nav-dark .dropdown>.button:not(.nav-icon):not(:hover) {
    color: #fff;
}

.nav-dark .v-align-middle>.button:not(.nav-icon):hover,
.nav-dark .dropdown>.button:not(.nav-icon):hover {
    background-color: #9a9484;
    border-color: transparent;
    color: #fff;
}

/* Header Background Divisions, Initial, Hover & Active Colors */
.header-background .with-division ul {
    border-left-color: #eee;
}

.header-background .with-division li {
    border-right-color: #eee;
}

.header-background .v-align-middle>.button:not(.nav-icon),
.header-background .dropdown>.button:not(.nav-icon) {
    background: #232323;
    border-color: transparent;
    color: #fff;
}

.header-background .v-align-middle>.button:not(.nav-icon):hover,
.header-background .dropdown>.button:not(.nav-icon):hover {
    background-color: #9a9484;
    border-color: transparent;
    color: #fff;
}

.header-background .navigation .nav-icon {
    color: #999;
}

.header-background .navigation .nav-icon:hover,
.header-background .navigation .nav-icon.active {
    color: #000;
}

.header-background .social-list li a {
    color: #999;
}

.header-background .social-list li a:hover {
    color: #000;
}

/* Compacted Header Dropdown List Margin */
.header-compact .dropdown-list {
    margin-top: 1.2rem;
}

/* Mobile Header Styles and Breakpoints */
.mobile .navigation.with-division ul {
    border-left-color: #eee;
}

.mobile .navigation.with-division li {
    border-right-color: #eee;
}

.mobile .v-align-middle>.button:not(.nav-icon),
.mobile .dropdown>.button:not(.nav-icon) {
    background: #232323;
    border-color: transparent;
    color: #fff;
}

.mobile .v-align-middle>.button:not(.nav-icon):hover,
.mobile .dropdown>.button:not(.nav-icon):hover {
    background-color: #9a9484;
    border-color: transparent;
    color: #fff;
}

.mobile .navigation .nav-icon {
    color: #666 !important;
}

.mobile .navigation .nav-icon:hover,
.mobile .dropdown .nav-icon.active,
.mobile .header-transparent .dropdown .nav-icon.active {
    color: #000;
}

@media only screen and (max-width: 960px) {
    .header .dropdown-list {
        margin-top: 2.2rem;
    }

    .header .v-align-middle>.button:not(.nav-icon),
    .header .dropdown>.button:not(.nav-icon) {
        background: #232323;
        border-color: transparent;
        color: #fff;
    }

    .header .v-align-middle>.button:not(.nav-icon):hover,
    .header .dropdown>.button:not(.nav-icon):hover {
        background-color: #9a9484;
        border-color: transparent;
        color: #fff;
    }

    .header .navigation .nav-icon {
        color: #666;
    }

    .header .navigation .nav-icon:hover,
    .header .dropdown .nav-icon.active {
        color: #000;
    }
}

/*------------------------------------------------------------------
[8. Auxiliary Navigation]
*/

/* Aux Navigation Show */
.header .navigation-show {
    width: 4.4rem;
    height: 4.4rem;
    margin-left: 0;
}

/* Initial & Hover Colors */
.header .navigation-show a {
    font-size: 2.4rem;
    text-align: center;
    color: #666;
    border: 1px solid #eee;
}

.header .navigation .navigation-show.nav-icon {
    font-size: 2rem;
}

.header .navigation-show a:hover {
    color: #000;
    opacity: 1;
}

/* Transparent Header Initial & Hover Colors */
.header-transparent .navigation-show a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.header-transparent .navigation-show a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 1);
}

/* Header with Background Initial & Hover Colors */
.header-background .navigation-show a {
    color: #666;
    border-color: #eee;
}

.header-background .navigation-show a:hover {
    color: #000;
    border-color: #eee;
}

/* Aux Navigation Hide */
.navigation-hide {
    width: 4.4rem;
    height: 4.4rem;
    margin-top: 1.9rem;
    margin-right: 0;
}

.navigation-hide a {
    background: none;
}

.navigation-hide a span {
    width: 4.4rem;
    font-size: 2rem;
}

/* Side Navigation Background Color */
.side-navigation-wrapper .logo {
    width: 12rem;
}

.side-navigation-wrapper {
    background-color: #111;
    box-shadow: none !important;
}

.side-navigation-header {
    border: none;
}

/* Side Main Nav Initial Colors & Padding */
.side-navigation>ul>li>a {
    padding: 0.6rem 4rem;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #888;
    position: relative;
}

.side-navigation ul li.current>a {
    color: #fff;
    font-weight: 300;
}

.side-navigation>ul>li>a:after {
    width: 0;
    height: 0.1rem;
    margin-left: 0;
    content: "";
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 1rem;
    -webkit-transition-property: width, opacity;
    -ms-transition-property: width, opacity;
    transition-property: width, opacity;
    -webkit-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    transition-duration: 500ms;
}

.side-navigation>ul>li.current>a:after {
    width: 2rem;
    opacity: 1;
}

.side-navigation-wrapper .navigation-hide {
    margin-right: 2rem;
}

.side-navigation-wrapper .navigation-hide {
    color: #666;
}

.side-navigation-wrapper .navigation-hide a:hover {
    color: #fff;
}

/* Side Nav Sub Menu Initial Colors & Padding */
.side-navigation .sub-menu {
    background: none;
}

.side-navigation .sub-menu a {
    text-transform: none;
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
}

.side-navigation .sub-menu a:hover {
    color: #fff;
}

.side-navigation .sub-menu li:first-child {
    padding-top: 1rem;
}

.side-navigation .sub-menu li:last-child {
    padding-bottom: 1rem;
}

.side-navigation .cart-overview li:first-child {
    padding-top: 2rem;
}

.side-navigation .cart-overview li:last-child {
    padding-bottom: 2rem;
}

.side-navigation .sub-menu:not(.custom-content) a {
    padding: 1.1rem 4rem 1.1rem 5.5rem;
}

.side-navigation.center .sub-menu:not(.custom-content) a {
    padding: 1.1rem 4rem 1.1rem 4rem;
}

/* Side Nav Cart Initial Colors */
.side-navigation .cart .badge {
    background-color: #9a9484;
}

.side-navigation .cart-overview .product-title {
    color: #fff;
}

.side-navigation .cart-overview .product-price,
.side-navigation .cart-overview .product-quantity {
    color: #999;
}

.side-navigation .cart-overview a.product-remove {
    background-color: #333;
    color: #999;
}

.side-navigation .cart-overview .cart-subtotal {
    color: #fff;
}

.side-navigation .cart-overview .cart-actions {
    border-color: #333;
}

.side-navigation .cart-overview .checkout.button {
    background-color: #9a9484;
    border-color: transparent;
    color: #fff;
}

.side-navigation .cart-overview .checkout.button:hover {
    background-color: #666;
    border-color: transparent;
    color: #fff;
}

/* Side Nav Hover Colors */
.side-navigation ul li a:hover,
.side-navigation ul li.current a:hover {
    color: #fff;
}

/* Side Nav Widget */
.side-navigation-footer .widget p,
.side-navigation-footer .widget a {
    color: #666;
    font-size: 1.3rem;
}

.side-navigation-footer .widget a:hover {
    color: #fff;
}

/* Side Nav Footer */
.side-navigation-footer,
.side-navigation-footer .social-list a {
    color: #666;
    font-size: 1.1rem;
}

.side-navigation-footer .social-list a:hover {
    color: #fff;
}

.side-navigation-footer .copyright {
    font-size: 1.1rem;
}

/* Overlay Navigation Colors & Sizes */
.overlay-navigation-wrapper {
    background-color: rgba(255, 255, 255, 1);
}

.overlay-navigation-inner {
    text-align: left;
}

.overlay-navigation-header {
    top: 1.5rem;
}

.overlay-navigation-wrapper .menu-title {
    width: 100%;
    margin-bottom: 3rem;
    color: #000;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.overlay-navigation {
    max-width: 40rem;
    padding-left: 3rem;
    padding-right: 3rem;
    opacity: 0;
    -webkit-transform: translateX(10rem);
    -ms-transform: translateX(10rem);
    transform: translateX(10rem);
    -webkit-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    transition-duration: 500ms;
}

.aux-navigation-active .overlay-navigation {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Overlay Main Nav */
.overlay-navigation>ul>li>a {
    font-size: 3rem;
    color: #999;
}

.overlay-navigation ul li.current>a {
    font-weight: normal;
}

.overlay-navigation-wrapper .navigation-hide {
    top: 0;
    right: 3rem;
}

.overlay-navigation-wrapper .navigation-hide a {
    color: #999;
}

.overlay-navigation-wrapper .navigation-hide a:hover {
    color: #000;
}

/* Overlay Nav Sub Menu */
.overlay-navigation .sub-menu {
    padding-left: 0;
}

.overlay-navigation .sub-menu a {
    letter-spacing: 0.1rem;
    text-transform: normal;
    font-weight: normal;
    line-height: 1.2;
    color: #999;
}

.overlay-navigation .sub-menu .current a {
    color: #000;
}

.overlay-navigation .sub-menu a:hover {
    color: #000;
}

.overlay-navigation .sub-menu li:first-child {
    padding-top: 1rem;
}

.overlay-navigation .sub-menu li:last-child {
    padding-bottom: 1rem;
}

/* Overlay Nav Cart */
.overlay-navigation .cart .badge {
    background-color: #9a9484;
}

.overlay-navigation .cart-overview .product-title {
    color: #000;
}

.overlay-navigation .cart-overview .product-price,
.overlay-navigation .cart-overview .product-quantity {
    color: #999;
}

.overlay-navigation .cart-overview a.product-remove {
    background-color: #eee;
}

.overlay-navigation .cart-overview .cart-subtotal {
    color: #000;
}

.overlay-navigation .cart-overview .cart-actions {
    border-color: #eee;
}

.overlay-navigation .cart-overview .checkout.button {
    background-color: #9a9484;
    border-color: transparent;
    color: #fff;
}

.overlay-navigation .cart-overview .checkout.button:hover {
    background-color: #666;
    border-color: transparent;
    color: #fff;
}

/* Overlay Nav Hover Colors */
.overlay-navigation>ul>li>a:hover,
.overlay-navigation>ul>li.current>a,
.overlay-navigation ul li.current>a:hover {
    color: #000;
}

/* Overlay Nav Widget */
.overlay-navigation-footer .widget p,
.overlay-navigation-footer .widget a {
    color: #666;
    font-size: 1.3rem;
}

.overlay-navigation-footer .widget a:hover {
    color: #000;
}

/* Overlay Nav Footer */
.overlay-navigation-footer {
    padding-left: 3rem;
    padding-right: 3rem;
}

.overlay-navigation-footer,
.overlay-navigation-footer .social-list a {
    color: #666;
    font-size: 1.3rem;
}

.overlay-navigation-footer .social-list a:hover {
    color: #000;
}

.overlay-navigation-footer .copyright {
    font-size: 1.1rem;
}

/* Mobile Styles and Breakpoints */
.mobile .navigation-show {
    margin-left: 2rem;
}

.mobile .navigation-show a {
    color: #666;
    border-color: #eee;
}

.mobile .navigation-show a:hover {
    color: #000;
    opacity: 1;
}

@media only screen and (max-width: 960px) {
    .header .navigation-show {
        margin-left: 2rem;
    }

    .header .navigation-show a {
        color: #666;
        border-color: #eee;
    }

    .header .navigation-show a:hover {
        color: #000;
        opacity: 1;
    }

    .overlay-navigation-header {
        top: 2rem;
    }

    .overlay-navigation-wrapper .navigation-hide {
        top: 0;
        right: 3rem;
    }
}

/*------------------------------------------------------------------
[9. Title Area]
*/

[class*="intro-title-"] {
    padding: 0;
}

[class*="intro-title-"] {
    height: 45rem;
}

[class*="intro-title-"].small {
    height: 30rem;
}

.intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro.jpg);
}

.intro-title-2-1 {
    background-image: url(../images/slider/slide-8-page-intro.jpg);
}

.intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro.jpg);
}

@media only screen and (max-width: 768px) {

    [class*="intro-title-"],
    [class*="intro-title-"].small {
        padding: 11rem 0;
        height: auto;
    }
}

/*------------------------------------------------------------------
[10. Slider & Parallax]
*/

.featured-media,
.full-width-slider,
.parallax {
    height: 60rem;
    padding: 0;
}

.page-intro {
    height: 45rem;
}

.window-height {
    height: 100vh;
}

.page-intro .full-width-slider,
.window-height .full-width-slider {
    height: inherit;
}

.featured-media .tm-slider-container {
    background-color: #000;
}

.content-slider,
.tms-carousel {
    background: none;
}

/* Slider Navigation Common */
.tms-arrow-nav {
    width: 4.4rem;
    height: 4.4rem;
    background: none;
    font-size: 2rem;
    line-height: 4.4rem;
    color: #fff;
    border: none;
    background-color: #000;
}

.tms-arrow-nav:hover {
    opacity: 0.5 !important;
}

.tms-arrow-nav:before {
    line-height: 4.4rem;
}

.tms-arrow-nav:hover {
    width: 4.4rem;
}

.tms-bullet-nav {
    background: #fff;
}

.tms-nav-dark .tms-bullet-nav {
    background: #000;
}

.hide-arrow-nav .tms-arrow-nav,
.hide-progress .tms-progress-bar {
    display: none !important
}

/* Featured Media Slider Navigation */
/*.featured-media .tms-arrow-nav{
	display: none !important;
}*/
.featured-media .tms-pagination {
    width: 100%;
    bottom: 8rem;
    display: none !important;
}

.featured-media .tms-pagination a {
    display: inline-block;
    margin-bottom: 1rem;
}

.featured-media .tm-slider-container .tms-pagination {
    opacity: 1;
}

.featured-media .tm-slider-container {
    background-color: #000;
}

.featured-media .tms-progress-bar {
    display: none !important;
}

/* Portfolio 7 Slider */
.portfolio-7-content.replicable-content {
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.portfolio-7-content .column,
.portfolio-7 .column.slider-column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.portfolio-7 .portfolio-recent-slider {
    min-height: 35rem;
}

.portfolio-7 .portfolio-recent-slider li {
    padding: 0;
}

.portfolio-7 .previous-portfolio-recent-slider,
.portfolio-7 .next-portfolio-recent-slider {
    width: auto;
    height: auto;
    margin-right: 0;
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    border: none;
}

/* Slider Buttons */
.tm-slider-container .button {
    font-size: 1.1rem;
    font-weight: 700;
}

/* Mobile Slider & Parallax */
.mobile .featured-media,
.mobile .parallax.fixed-height {
    height: 50rem;
}

/* Featured Slider Nav Breakpoints */
@media only screen and (max-width: 768px) {
    .featured-media .tms-pagination a {
        display: inline-block;
    }

    .featured-media .tms-arrow-nav {
        display: none !important;
    }
}

/*------------------------------------------------------------------
[11. Lightbox]
*/

.tm-lightbox {
    background: rgba(255, 255, 255, 1);
}

#tml-content-wrapper.zoomed+#tml-caption span {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
}

/* Modal Mode */
#tm-lightbox.tml-modal-mode {
    background: rgba(0, 0, 0, 0.2);
}

.tml-modal-mode .modal-dialog {
    border-radius: 0;
}

/* Navigation */
.tml-nav {
    color: #999;
    opacity: 0.7;
}

.tml-nav:hover {
    color: #000;
}

/*------------------------------------------------------------------
[12. Plugin Preloader]
*/

.tm-loader,
.tm-loader #circle {
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.tm-loader {
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: preloader-outer 1.5s ease infinite;
    -moz-animation: preloader-outer 1.5s ease infinite;
    -o-animation: preloader-outer 1.5s ease infinite;
    animation: preloader-outer 1.5s ease infinite;
}

.tm-loader #circle {
    -webkit-animation: preloader 3s ease infinite;
    -moz-animation: preloader 3s ease infinite;
    -o-animation: preloader 3s ease infinite;
    animation: preloader 3s ease infinite;
}

.tm-loader #circle {
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom-color: #000;
}

.featured-media .tm-loader #circle {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid #fff;
    opacity: 1;
}

@-webkit-keyframes preloader-outer {
    from {
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(360deg);
    }
}

@keyframes preloader-outer {
    from {
        opacity: 1;
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

@keyframes preloader {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

/*------------------------------------------------------------------
[13. Rollovers]
*/

/* Rollover Text */
.overlay-info>span>span {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
}

.overlay-info .project-description {
    font-size: 1.2rem;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
}

/* Overlay */
.overlay-info {
    background: rgba(0, 0, 0, 0.5);
}

.overlay-info>span>span {
    text-align: center;
    vertical-align: center;
}

.overlay-info .project-title {
    display: block;
}

.overlay-fade-img-scale-out .overlay-info .overlay-info {
    opacity: 1;
}

.overlay-fade-img-scale-in .project-title {
    margin-bottom: 0;
}

.caption-below {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: none;
    opacity: 0.5;
}

/*------------------------------------------------------------------
[14. Homepage]
*/

/* Scroll Links */
.scroll-link.icon-circled,
.scroll-to-top.icon-circled {
    width: 5rem;
    height: 5rem;
}

.scroll-link.icon-circled {
    line-height: 5rem;
}

.scroll-to-top.icon-circled {
    line-height: 4.8rem;
}

.scroll-to-top a {
    font-size: 1.1rem;
}

/* Stats */
.stats-1-1 {
    background-image: url(../images/restaurant/generic/hero-1.jpg);
}

/* Hero */
.hero-5-1>.row:after {
    background-image: url(../images/restaurant/generic/hero-half-1.jpg);
}

.hero-5-2>.row:after {
    background-image: url(../images/team/hero-half-2.jpg);
}

/* Call to Action */
.call-to-action-2-1 {
    background-image: url(../images/restaurant/generic/signup-1.jpg);
    background-size: cover;
    background-position: center;
}

/* Signup 2 */
.signup-2-1 {
    background-image: url(../images/restaurant/generic/signup-1.jpg);
}

/* Fullscreen Section */
.home-page .fulscreen-sections-wrapper {
    background: #000;
}

.signup-box {
    padding: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: visible;
}

.signup-box .form-response {
    bottom: auto;
}

.fullscreen-bkg-2 {
    background-image: url(../images/restaurant/slider/slide-3-fs.jpg);
}

.fullscreen-bkg-3 {
    background-image: url(../images/restaurant/slider/slide-4-fs.jpg);
}

.fullscreen-bkg-4 {
    background-image: url(../images/restaurant/slider/slide-5-fs.jpg);
}

/*------------------------------------------------------------------
[15. About Pages]
*/

/* Team Sections */
.team-1 h3,
.team-2 h3 {
    margin-top: 0.5rem;
}

.team-1 .team-content-info h5 {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.team-1 h6.occupation {
    margin-bottom: 2rem;
}

.team-2 h6.occupation {
    margin-bottom: 2rem;
}

.team-2 .team-content-info {
    padding: 2rem;
}

.team-2 .social-list {
    margin-bottom: 0;
}

.team-2 .occupation {
    font-size: 1.6rem;
}

/* Team Slider */
.team-slider {
    background: none;
    height: 42rem;
}

.team-slider li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.team-slider p {
    line-height: 1.8;
}

.team-slider .tms-pagination a {
    background-color: #232323;
}

.team-slider-1 .tms-pagination {
    display: none !important;
}

[class*="team-"] .occupation {
    color: #999;
}

/* Testimonial Slider */
.testimonials-5-about-1 {
    background: none;
    color: #666;
}

.testimonials-5-about-1 .tms-bullet-nav {
    background: #000;
}

/*------------------------------------------------------------------
[16. Contact Pages]
*/

/* Hero Sections */
.hero-5-contact-1>.row:after {
    background-image: url(../images/contact/hero-half.jpg);
}

.hero-7-contact-1>.row:before {
    background-image: url(../images/contact/hero-half.jpg);
}

.hero-5-contact-1 [class*="stats-"] .stat-inner {
    text-align: left;
}

/* Stats */
.stats-contact-1 {
    background: none;
}

/* Form Response */
.contact-form-container .form-response {
    color: #666;
}

/* Map */
.map-container {
    height: 45rem;
}

/*------------------------------------------------------------------
[17. Project Pages]
*/

/* Grid */
.masonry-stamp .caption-over-outer {
    background-color: rgba(255, 255, 255, .6);
}

h4.project-title {
    font-size: 1.4rem;
}

.project-title .label {
    font-size: 1rem;
    text-transform: uppercase;
}

.project-description {
    font-size: 1.2rem;
}

/* Project 1 */
.project-1-slider .tms-bullet-nav {
    background: #fff;
}

/* Full Width Content Slider */
.project-1-slider .tms-arrow-nav {
    display: none !important;
}

.project-1-slider .tms-pagination {
    bottom: -4rem;
    opacity: 1 !important;
}

/* Project Info */
.project-attribute {
    margin-bottom: 0.3rem;
    display: table;
    table-layout: fixed;
}

.project-attribute .project-label {
    min-width: 8rem;
    font-weight: 700;
    display: table-cell;
}

.project-attribute .project-value {
    display: table-cell;
}

/* Folio Filter */
.grid-filter-menu ul,
.grid-filter-menu li {
    padding: 0;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

.grid-filter-menu li {
    padding: 0.8rem 1.5rem;
}

.grid-filter-menu.list-vertical li {
    display: block;
    padding: 0.8rem 0;
}

.grid-filter-menu:not(.center):not(.right) li:first-child {
    padding-left: 0;
}

.grid-filter-menu.right li:last-child {
    padding-right: 0;
}

.grid-filter-menu a {
    padding: 0.5rem 0;
    font-weight: 700;
    color: #999;
    display: block;
    position: relative;
    border-bottom: 1px solid transparent;
}

.grid-filter-menu a:hover {
    color: #232323;
}

.grid-filter-menu a.active {
    color: #232323;
    border-color: #232323;
}

/* Color Swatch */
.project-swatch-list {
    margin-bottom: 0;
}

.project-swatch-list li {
    margin-bottom: 3rem;
}

.project-swatch {
    margin-right: 5rem;
}

.center .project-swatch {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

@media only screen and (max-width: 768px) {
    .center-on-mobile .project-swatch {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
}

/*------------------------------------------------------------------
[18. Pagination]
*/

/* Pagination 3 Customized */
.pagination-3 ul {
    border-top: 1px solid #eee;
}

.pagination-3 li {
    margin-top: -1px;
    margin-left: -0.4rem;
}

.pagination-3 a {
    width: 4rem;
    height: 4rem;
    padding: 0;
    line-height: 4rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    border-color: transparent;
    border-radius: 0;
}

.pagination-3.portfolio a {
    width: auto;
    padding: 0 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.pagination-3.portfolio .pagination-previous {
    padding-left: 1rem;
}

.pagination-3.portfolio .pagination-next {
    padding-right: 1rem;
}

.pagination-3 .pagination-previous,
.pagination-3 .pagination-next,
.pagination-3 a.current,
.pagination-3 a:hover {
    background: #eee;
    border: 1px solid #eee;
    color: #000;
}

.pagination-3 a.disabled,
.pagination-3 a.disabled:hover {
    border-color: #eee;
}

.pagination-3 a span {
    margin: 0;
}

/*------------------------------------------------------------------
[19. Fullscreen Pages]
*/

.fullscreen-section .fullscreen-inner {
    background: rgba(0, 0, 0, 0.35);
}

.fs-pagination {
    right: 6rem;
}

/*------------------------------------------------------------------
[20. Blog Pages]
*/

/* Post Title */
.blog-regular h2.post-title,
.blog-wide h2.post-title,
.blog-masonry h2.post-title,
.blog-single-post h2.post-title {
    margin-bottom: 0;
}

.blog-masonry .post-title {
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: none;
    display: block;
}

.blog-regular .post-title,
.blog-wide .post-title {
    font-size: 3rem;
}

.blog-masonry .post-title a,
.blog-regular .post-title a,
.blog-wide .post-title a {
    color: #000;
}

.single-post-tags .tags-title {
    font-size: 1.3rem;
}

.blog-masonry.masonry-set-dimensions .post-title {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
}

.blog-masonry.masonry-set-dimensions .post-title a {
    color: #fff;
}

.masonry-set-dimensions .content-inner.with-overlay {
    background-color: rgba(0, 0, 0, 0.3)
}

/* Common */
.post-content.with-background {
    background-color: #fafafa;
}

.post-info {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #999;
}

.post-info.boxed {
    width: 100%;
    padding: 2rem 0;
    margin-bottom: 7rem;
    background-color: #fafafa;
}

.post-info span {
    margin-left: 1rem;
    margin-right: 1rem;
}

.post-info span,
.post-info a {
    display: inline-block;
}

.post-info-aside .post-love,
.post-author-aside span,
.post-author-aside a,
.post-comments-aside span,
.post-comments-aside a {
    font-size: 1.2rem;
    text-transform: none;
    color: #999;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
}

.post-info-aside .post-love,
.post-author-aside span,
.post-author-aside a,
.post-comments-aside span,
.post-comments-aside a {
    display: block;
}

.post-info-aside [class*="icon-"] {
    font-size: 1.2rem;
}

.post-info-aside,
.post-author-aside,
.post-comments-aside {
    min-width: 12rem;
    margin-left: 0;
    text-align: left;
}

.post-info-aside .post-info-inner,
.post-author-aside .author-title {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.post-info-aside .post-love [class*="icon-"] {
    width: 1.3rem;
    margin-right: 0.6rem;
}

.post-info-aside .social-list {
    text-align: left;
}

.post-info-aside+.post-content,
.post-author-aside+.author-bio,
.post-comments-aside+.comments-inner {
    padding-left: 17rem;
}

@media only screen and (max-width: 768px) {
    .post-info-aside+.post-content {
        padding-left: 0;
    }

    .blog-regular .post-title,
    .blog-wide .post-title {
        font-size: 3rem;
    }
}

/* Regular Blog */
.blog-regular .post {
    margin-bottom: 7rem;
}

.blog-masonry .caption-over-outer .post-info .post-date {
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
}

/* Blog Masonry */
.blog-masonry .post-content:not(.post-content.with-background) {
    padding: 0 2rem;
}

/*.blog-masonry .grid-item:nth-child(odd) .post-content{
	padding: 2rem;
	background-color: #f4f4f4;
}*/

/* Blog Masonry Set Dimentions */
.blog-masonry.masonry-set-dimensions .post-info,
.blog-masonry.masonry-set-dimensions .post-info a {
    color: #fff;
}

/* Blog Mejs Player */
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-play,
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause {
    border-radius: 0;
}

.post-media .mejs-container.mejs-audio .mejs-controls {
    border-radius: 0;
}

.masonry-set-dimensions .post-content.with-background {
    background: #f4f4f4;
}

.masonry-set-dimensions .post-media:hover .post-content {
    background: rgba(0, 0, 0, 0.8);
}

.masonry-set-dimensions .post-media:hover .post-content h2 a {
    color: #fdeb74;
}

.masonry-set-dimensions .post-media:hover .post-author a:hover {
    opacity: 0.5;
}

/* Comments */
.post-comments .comment-meta {
    font-size: 1.2rem;
}

.comment-meta span:first-child {
    margin-left: 0;
}

.comment-meta span {
    margin-left: 1rem;
    margin-right: 1rem;
}

.comment-list li {
    margin-bottom: 5rem;
}

.comment-list ul {
    margin-top: 5rem;
    margin-left: 10rem;
}

.post-comments .comment-meta a {
    font-weight: 400;
}

.post-comments .name {
    margin-bottom: 1rem;
}

.comment-form textarea {
    min-height: 20rem;
}

.post-comment-respond .comment-form .column {
    float: left;
}

.post-author,
.post-comments,
.post-comment-respond {
    border-color: #eee;
}

/*------------------------------------------------------------------
[21. Form Elements]
*/

.field-wrapper {
    position: relative;
    overflow: hidden;
}

/* Common Styling */
.contact-form textarea {
    min-height: 15rem;
}

[class*="form-container"] .column {
    position: relative;
}

.form-response {
    position: absolute;
    font-size: 1rem;
}

.form-element,
textarea {
    margin-bottom: 3rem;
    background: none;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 1.3rem;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0.1rem;
    color: #666;
}

.form-element:focus,
textarea:focus {
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-bottom-color: #232323;
    color: #000;
}

.form-element.required-field:focus,
textarea.required-field:focus {
    background: none;
    border-color: #232323;
    box-shadow: none;
    color: #000;
}

.form-element.required-field,
textarea.required-field {
    background: none;
    box-shadow: none;
    color: #000;
    border-bottom-color: #232323;
    position: relative;
}

.form-element::-webkit-input-placeholder {
    color: #666;
}

.form-element:focus::-webkit-input-placeholder {
    color: #000;
}

.form-element::-moz-placeholder {
    color: #666;
}

.form-element:focus::-moz-placeholder {
    color: #000;
}

.form-element:-ms-input-placeholder {
    color: #666;
}

.form-element:focus:-ms-input-placeholder {
    color: #000;
}

/* Contact Specific */
.contact-form-container ::-webkit-input-placeholder {
    color: #666;
}

.contact-form-container :focus::-webkit-input-placeholder {
    color: #000;
}

.contact-form-container ::-moz-placeholder {
    color: #666;
}

.contact-form-container :focus::-moz-placeholder {
    color: #000;
}

.contact-form-container :-ms-input-placeholder {
    color: #666;
}

.contact-form-container :focus:-ms-input-placeholder {
    color: #000;
}

.contact-form-container .form-response {
    bottom: -3rem;
}

/* Overlay Search Form Elements */
.search-form-container .form-element:focus {
    color: #666;
}

.search-form-container ::-webkit-input-placeholder {
    color: #666;
}

.search-form-container :focus::-webkit-input-placeholder {
    color: #000;
}

.search-form-container ::-moz-placeholder {
    color: #666;
}

.search-form-container :focus::-moz-placeholder {
    color: #000;
}

.search-form-container :-ms-input-placeholder {
    color: #666;
}

.search-form-container :focus:-ms-input-placeholder {
    color: #000;
}

.signup-1 .form-submit,
.signup-2 .form-submit {
    width: 14rem;
}

#signup-lightbox button,
#signup-lightbox .button {
    width: auto;
    max-width: auto;
}

/* Signup 1 Specific */
.signup-1 .form-element {
    background: none;
    border-color: #ddd;
    color: #666;
}

.signup-1 .form-element:focus {
    background: none;
    border-color: #232323;
    color: #000;
}

.signup-1 .form-element.required-field:focus {
    background: none;
    border-color: #232323;
    color: #000;
}

.signup-1 .form-element.required-field {
    background: none;
    border-color: #232323;
    box-shadow: none;
    color: #000;
    position: relative;
}

.signup-1 .form-response {
    width: 100%;
    text-align: center;
    color: #666;
}

.signup-1 ::-webkit-input-placeholder {
    color: #666;
}

.signup-1 :focus::-webkit-input-placeholder {
    color: #000;
}

.signup-1 ::-moz-placeholder {
    color: #666;
}

.signup-1 :focus::-moz-placeholder {
    color: #000;
}

.signup-1 :-ms-input-placeholder {
    color: #666;
}

.signup-1 :focus:-ms-input-placeholder {
    color: #000;
}

/* Signup 2 Specific */
.signup-2 .signup-form-container {
    background-color: rgba(0, 0, 0, 0.4);
}

.signup-2 .form-element {
    border-color: #a29587;
    color: #fff;
}

.signup-2 .form-element:focus {
    background: none;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.signup-2 .form-element.required-field:focus {
    background: none;
    border-color: #fff;
    color: #fff;
}

.signup-2 .form-element.required-field {
    background: none;
    box-shadow: none;
    color: #fff;
    position: relative;
}

.signup-2 .form-response {
    width: 100%;
    text-align: center;
    color: #fff;
}

.signup-2 .form-response {
    margin-left: -4rem;
}

.signup-2 ::-webkit-input-placeholder {
    color: #fff;
}

.signup-2 :focus::-webkit-input-placeholder {
    color: #fff;
}

.signup-2 ::-moz-placeholder {
    color: #999;
}

.signup-2 :focus::-moz-placeholder {
    color: #fff;
}

.signup-2 :-ms-input-placeholder {
    color: #999;
}

.signup-2 :focus:-ms-input-placeholder {
    color: #fff;
}

/* Login Specific */
.header .dropdown-list h5 {
    color: #fff;
}

.header .dropdown-list .recuperate-password {
    font-size: 1.1rem;
    color: #999;
}

.header .dropdown-list .recuperate-password:hover {
    color: #fff;
}

.login-form-container .form-element {
    padding: 1rem 0;
    background: none;
    border-color: #666;
    color: #999;
}

.login-form-container .form-element:focus {
    background: none;
    border-color: #fff;
    color: #fff;
}

.login-form-container .form-element.required-field {
    border-color: #ddd;
    color: #fff;
}

.login-form-container .form-element.required-field:focus {
    border-color: #fff;
    color: #fff;
}

.login-form-container .form-response {
    color: #999;
}

.login-form-container ::-webkit-input-placeholder {
    color: #999;
}

.login-form-container :focus::-webkit-input-placeholder {
    color: #fff;
}

.login-form-container ::-moz-placeholder {
    color: #999;
}

.login-form-container :focus::-moz-placeholder {
    color: #fff;
}

.login-form-container :-ms-input-placeholder {
    color: #999;
}

.login-form-container :focus:-ms-input-placeholder {
    color: #fff;
}

/* Footer Specific */
.footer .form-element,
.footer textarea {
    background-color: #f4f4f4;
    margin-bottom: 2rem;
    color: #666;
}

.footer .form-element:focus,
.footer textarea:focus {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.footer .form-element.required-field,
.footer textarea.required-field {
    background-color: #ddd;
    color: #000;
}

.footer .form-element.required-field:focus,
.footer textarea.required-field:focus {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.footer .signup-form-container .button {
    width: 100%;
}

.footer .form-response {
    color: #666;
}

.footer ::-webkit-input-placeholder {
    color: #666;
}

.footer :focus::-webkit-input-placeholder {
    color: #000;
}

.footer ::-moz-placeholder {
    color: #666;
}

.footer :focus::-moz-placeholder {
    color: #000;
}

.footer :-ms-input-placeholder {
    color: #666;
}

.footer :focus:-ms-input-placeholder {
    color: #000;
}

/* Disabled */
.disabled {
    opacity: 0.6;
    background-color: #f4f4f4 !important;
    border-color: #eee !important;
    color: #999 !important;
}

.disabled:hover {
    opacity: 0.6;
    background-color: #f4f4f4;
    border-color: #eee;
}

/*------------------------------------------------------------------
[22. Social Lists]
*/

.social-list li {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.social-list li a {
    color: #333;
}

.social-list li.social-list-label {
    color: #333;
}

/*------------------------------------------------------------------
[23. Footer]
*/

/* Footer Text */
.footer .widget,
.footer address {
    font-size: 1.4rem;
    color: #999;
    text-transform: none;
    font-style: normal;
}

.footer-top a:not(.button) {
    font-size: 1.4rem;
    color: #666;
}

.footer-bottom a {
    font-size: 1.1rem;
    color: #fff;
}

.footer .copyright {
    margin-bottom: 0;
    font-size: 1.1rem;
    float: none;
}

/* Footer Widgets */
.footer .widget li {
    padding-top: 0;
    border: none;
    border-color: #eee;
}

.footer .post-date {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Footer Background */
.footer {
    width: 100%;
    background: #2D2D2D;
    color: #666;
    z-index: 1;
}

.footer [class*="content-grid"] {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.footer .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.footer-top {
    /*background-color: #333;*/
}

.footer-top .footer-logo {
    width: 9rem;
    margin-bottom: 3rem !important;
}

.footer .footer-bottom {
    padding: 0 0 2rem 0;
    /*background-color: #333;*/
}

.footer .footer-bottom-inner {
    border-color: #9999996b;
}

.footer .footer-bottom,
.footer .footer-bottom a {
    color: #898989;
}

.footer-bottom .footer-logo {
    width: 6.5rem;
    margin-bottom: 1rem;
    margin-right: 1.4rem;
    line-height: 1.7;
}

/* Footer Navigation */
.footer .navigation li,
.footer .navigation ul li a {
    padding: 0;
    display: inline-block;
    float: none;
}

.footer .navigation a,
.footer .social-list a {
    font-size: 1.1rem;
    font-weight: normal;
    color: #4e4e4d;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.footer .footer-bottom .navigation,
.footer .footer-bottom .social-list {
    float: none;
}

/*------------------------------------------------------------------
[24. Sidebar]
*/

/* Sidebar Widgets */
.sidebar .widget,
.sidebar .widget a {
    font-size: 1.2rem;
}

.sidebar .widget .tag-cloud a {
    font-size: 1rem;
}

.sidebar .widget li {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.sidebar .widget .list-group li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sidebar .widget ul {
    margin-bottom: 5rem;
}

.sidebar .post-date {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*------------------------------------------------------------------
[25. Dividers]
*/

hr,
.divider {
    border-color: #eee;
}

.page-intro .divider,
.intro-title-2 .divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.text-line {
    width: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-property: width, opacity, background-color, transform;
    -moz-transition-property: width, opacity, background-color, transform;
    -o-transition-property: width, opacity, background-color, transform;
    transition-property: width, opacity, background-color, transform;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    transition-duration: 400ms;
}

a.animated-link:hover .text-line,
a.overlay-link:hover .text-line {
    width: 2rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile .text-line,
a.disabled .text-line {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

[class*="border-"].thick,
[class*="border-"].thick * {
    border-width: 0.4rem;
}

/*------------------------------------------------------------------
[26. Media Element Player]
*/

.mejs-container.mejs-audio .mejs-controls {
    border-radius: 3px;
}

.mejs-container.mejs-audio .mejs-controls,
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: rgba(255, 255, 255, 0.9);
}

.mejs-container.mejs-audio .mejs-controls {
    background: #f9f9f9;
}

.mejs-minimal-player .mejs-container .mejs-controls {
    background: none;
}

/* Time track, vol track */
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: #999;
}

/* Time track, vol level track */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #666;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    background: #fff;
}

.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #fff;
}

.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-minimal-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-minimal-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #fff;
}

/* Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
    background: #000;
}

/* Play Button */
.mejs-container.mejs-audio .mejs-controls .mejs-play,
.mejs-container.mejs-audio .mejs-controls .mejs-pause {
    background: #eee;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.mejs-minimal-player .mejs-container .mejs-controls .mejs-play,
.mejs-minimal-player .mejs-container .mejs-controls .mejs-pause {
    background: none;
}

/* Time */
.mejs-container .mejs-controls .mejs-time span {
    color: #666;
}

.mejs-minimal-player .mejs-container .mejs-controls .mejs-time span {
    color: #fff;
}

/*------------------------------------------------------------------
[27. E-Commerce]
*/

/* Grid */
.shop .products .product h3.product-title {
    font-size: 1.4rem;
}

.product-title a {
    color: #000;
}

.shop .products .product .product-price {
    font-size: 1.2rem;
}

/* Shop Overlay Tags */
.shop .products .product .onsale,
.single-product .product .onsale {
    background-color: #ff4556;
}

.shop .products .product .outofstock,
.single-product .product .outofstock {
    background-color: #232323;
}

/* Tables */
.shop .table td,
.shop .table th {
    padding: 2rem 1.6rem;
}

.shop .cart-overview .table>thead {
    background-color: #f4f4f4;
}

/*.shop .cart-overview .table > thead th,
.shop .cart-overview .table > thead th{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}*/
.shop .cart-overview table,
.shop .cart-overview td,
.shop .cart-totals th,
.widget .cart-subtotal,
.single-product .review-comments,
.checkout .cart-overview hr {
    border-color: #eee;
}

.single-product .review-comments .comment-list>li,
.single-product .products-similar hr,
.single-product .review-comments,
.cart .cart-review,
.checkout .cart-review,
.checkout .cart-overview hr {
    margin-bottom: 5rem;
}

/* Shop Buttons */
.shop .cart-overview .button,
.shop .product .button {
    background-color: #232323;
    border-color: #232323;
    color: #fff;
}

.shop .cart-overview .button:hover,
.shop .product .button:hover {
    background-color: #ff4556;
    border-color: #ff4556;
    color: #fff;
}

/* Widgets */
.sidebar .widget .product-list li {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
}

.widget .cart-overview a.product-remove {
    background-color: #eee;
}

/* Single Product Page */
.single-product .review-comments {
    padding-bottom: 5rem;
}

.single-product .products-similar hr {
    margin-top: 2rem;
}

.single-product .product-tabs .tab-panes {
    padding-top: 5rem !important;
}

.single-product .product-summary .product-rating {
    font-size: 1.2rem;
}

.single-product .product-summary .product-price ins,
.single-product .product-summary .product-price del {
    font-size: 2rem;
    font-weight: 700;
}

/* Cart Overview */
.cart .cart-overview .product-remove a {
    background-color: #eee;
}

/*------------------------------------------------------------------
[27. Component Styling]
*/

/* Testimonial Slider */
.testimonial-slider {
    height: 14rem;
}

.testimonial-slider blockquote {
    width: 100%;
}

.testimonial-slider blockquote span {
    margin-top: 2rem;
}

.testimonial-slider cite {
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    font-style: normal;
}

/* Button */
.button-content {
    line-height: 1;
}

/* Box */
.box {
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Blockquote */
blockquote.border {
    border-color: #ccc;
}

/* Feature Section */
.feature-2 .feature-image img {
    width: 90%;
}

/* Logo Section */
.logos-1 a {
    opacity: 1;
}

.logos-1 a:hover {
    opacity: 1;
}

.logo-slider {
    height: 14rem;
}

.logos-1 a,
.logos-1 span {
    padding: 2rem 0;
}

/* Clients Section */
.clients-1 .client-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    opacity: 0.5;
}

.clients-1 .counter {
    font-size: 10rem;
    margin-bottom: 0;
}

/* Profile Image */
.profile-image.pull-left {
    margin-right: 3.5rem;
    margin-bottom: 2rem;
}

.profile-image.pull-right {
    margin-left: 3.5rem;
    margin-bottom: 2rem;
}

/* Hero Sections */
.hero-1,
.hero-2,
.hero-3,
.hero-4,
.hero-5,
.hero-6 {
    height: 60rem;
}

[class*="hero-"].window-height {
    height: 100vh;
}

.hero-5 .center .tms-pagination {
    text-align: center;
}

/* Stats */
[class*="stats-"] .counter {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    font-weight: 300;
}

[class*="stats-"] .counter.xlarge {
    font-size: 6.5rem;
}

[class*="stats-"] .description {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.stats-3 .mega-stat .counter {
    font-weight: normal;
    font-size: 6rem;
}

.stats-3 .mega-stat .description {
    font-size: 1.4rem;
}

.maintenance-stat .counter {
    font-size: 6.5rem;
    font-weight: 300;
    line-height: 1;
}

/* Transparency class */
.transparent-element {
    opacity: 0.5;
}

/* Bar percentages */
.percent-10 {
    width: 10%;
}

.percent-20 {
    width: 20%;
}

.percent-30 {
    width: 30%;
}

.percent-40 {
    width: 40%;
}

.percent-50 {
    width: 50%;
}

.percent-60 {
    width: 60%;
}

.percent-70 {
    width: 70%;
}

.percent-80 {
    width: 80%;
}

.percent-90 {
    width: 90%;
}

.percent-10 {
    width: 100%;
}

/* Sizes */
.progress-bar {
    border: none;
}

.progress-bar.small {
    height: 1.3rem;
    font-size: 1rem;
    line-height: 1rem;
}

.progress-bar,
.progress-bar.medium {
    height: 2rem;
}

.progress-bar.large {
    height: 3rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

.progress-bar.xlarge {
    height: 4rem;
    font-size: 1.5rem;
    line-height: 3.6rem;
}

/* Accordion */
.accordion li>a {
    padding: 1.3rem 2.5rem;
    border-color: transparent;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.accordion li.active>a {
    border-color: transparent;
    background-color: #232323;
    color: #fff;
}

.accordion li>a:hover {
    border-color: transparent;
    background-color: #666;
    color: #fff;
}

/* style 1 */
.accordion.style-1 li>a {
    border-color: #eee;
    background-color: transparent;
    color: #666;
}

.accordion.style-1 li.active>a {
    color: #ff4556;
}

.accordion.style-1 li>div {
    border: none;
}

.accordion.style-1 .accordion-content {
    padding: 2.5rem 0;
    border: none
}

/* style 2 */
.accordion.style-2 li>a {
    padding: 1.3rem 0;
    border: none;
    border-bottom: 1px solid #eee;
    background-color: transparent;
    color: #666;
}

.accordion.style-2 li.active>a {
    border-color: #999;
    color: #666;
}

.accordion.style-2 .accordion-content {
    padding: 3rem 0;
    border: none;
}

.accordion.style-2 li>div {
    border: none;
}

.accordion.style-2 li.active>div {
    border-bottom: 1px solid #eee;
}

/* Tabs */
.tabs .tab-nav>li a,
.tabs.vertical .tab-nav>li a {
    padding: 1.3rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.tabs.vertical .tab-nav>li {
    margin-bottom: 0;
}

.tabs.style-1 .tab-nav>li,
.tabs.style-2 .tab-nav>li {
    margin: 0 !important;
}

.tabs.style-1 .tab-panes,
.tabs.style-2 .tab-panes {
    border: none;
}

.tabs.style-1 .tab-panes,
.tabs.style-2 .tab-panes {
    padding: 3rem 0 0 0;
    border: none;
    background: none;
}

.tabs.style-1.vertical.right .tab-panes,
.tabs.style-2.vertical.right .tab-panes {
    padding-right: 2.5rem;
    margin: 0 !important;
}

/* style 1 */
.tabs.style-1.vertical .tab-nav>li,
.tabs.style-1.vertical.right .tab-nav>li {
    margin-bottom: 0;
}

.tabs.style-1 .tab-nav>li a,
.tabs.style-1.vertical .tab-nav>li a {
    background-color: #f4f4f4;
    border: none;
    color: #666;
}

.tabs.style-1 .tab-nav>li a:hover {
    background-color: #ddd;
    border: none;
    color: #666;
}

.tabs.style-1 .tab-nav>li.active a,
.tabs.style-1 .tab-nav>li.active a:hover,
.tabs.style-1.vertical.right .tab-nav>li.active a,
.tabs.style-1.vertical.right .tab-nav>li.active a:hover {
    margin-right: 0;
    border: none;
    background-color: #232323;
    color: #fff;
}

/* style 2 */
.tabs.style-2 .tab-nav>li a,
.tabs.style-2.vertical .tab-nav>li a,
.tabs.style-2.vertical.right .tab-nav>li a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #666;
}

.tabs.style-2:not(.vertical) .tab-panes {
    border-top: 1px solid #eee;
}

.tabs.style-2 .tab-nav>li.active a,
.tabs.style-2 .tab-nav>li.active a:hover,
.tabs.style-2.vertical .tab-nav>li.active a,
.tabs.style-2.vertical.right .tab-nav>li.active a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ff4556;
}

@media only screen and (min-width: 480px) {
    .tabs.style-1.vertical .tab-panes {
        padding: 0 0 0 2.2rem;
    }

    .tabs.style-1.vertical .tab-panes,
    .tabs.style-2.vertical .tab-panes {
        padding: 0 0 0 3rem;
        margin: 0 !important;
    }

    .tabs.style-2.vertical .tab-nav>li a {
        border: none;
        border-right: 1px solid #eee;
    }

    .tabs.style-2.vertical.right .tab-nav>li a {
        border: none;
        border-left: 1px solid #eee;
    }

    .tabs.style-2.vertical .tab-nav>li.active a,
    .tabs.style-2.vertical .tab-nav>li.active a:hover {
        border: none;
        border-right: 1px solid #ff4556;
    }

    .tabs.style-2.vertical.right .tab-nav>li.active a,
    .tabs.style-2.vertical.right .tab-nav>li.active a:hover {
        border: none;
        border-left: 1px solid #ff4556;
    }
}

/* Menus */
.menu-list h4 {
    font-size: 1.4rem;
}

/*.menu-list li:nth-child(even) h4,
.menu-list li:nth-child(even) .menu-description{
	color: #000;
}*/
.menu-list h4 .menu-line {
    bottom: 1px;
}

.menu-list .menu-content .menu-line {
    bottom: 8px;
}

.menu-item .menu-title,
.menu-item .menu-description,
.menu-item .menu-price {
    background: none;
}

.menu-item .menu-price {
    font-weight: 400;
}

.menu-item.dotted .menu-title,
.menu-item.dotted .menu-description,
.menu-item.dotted .menu-price,
.menu-item.dashed .menu-title,
.menu-item.dashed .menu-description,
.menu-item.dashed .menu-price {
    background-color: #fff;
}

.dotted .menu-line {
    background-image: radial-gradient(circle closest-side, #ccc 99%, rgba(0, 0, 0, 0) 0%);
}

.dashed .menu-line {
    background-image: linear-gradient(to right, #ccc 50%, rgba(0, 0, 0, 0) 0%);
}

.menu-box.xlarge,
.menu-list.boxed.xlarge {
    padding: 7rem 3rem 4rem 3rem;
}

/* Timeline */
.timeline.vertical-indication .timeline-title:after {
    border: 2px solid #999;
    background-color: #999;
}

.timeline.vertical-indication .timeline-description:before {
    background-color: #eee;
}

@media only screen and (max-width: 768px) {

    .timeline.vertical-indication .timeline-description:before,
    .timeline.vertical-indication .timeline-title:before {
        width: 0.2rem;
        left: 1.9rem;
    }
}

/* Pricing Tables */
.pricing-table .pricing-table-header h2 {
    font-size: 1.5rem;
}

.pricing-table .pricing-table-price h4 {
    font-size: 3.8rem;
    font-weight: 300;
}

.pricing-table .pricing-table-price .interval {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 1;
}

.pricing-table .pricing-table-price .currency {
    top: -1.5rem;
}

/* Transparency class */
.transparent-element {
    opacity: 0.5;
}

.logo-slider {
    width: 10rem;
    height: 10rem;
}

/* Breadcrumb */
.intro-title-2 .breadcrumb,
.page-intro .breadcrumb,
.intro-title-2 .breadcrumb a,
.page-intro .breadcrumb a {
    color: #fff;
}

.intro-title-2 .breadcrumb a,
.page-intro .breadcrumb a {
    opacity: 0.6;
}

.intro-title-2 .breadcrumb a:hover,
.page-intro .breadcrumb a:hover {
    opacity: 1;
}

/*------------------------------------------------------------------
[28. Resolution Media Queries]
*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    /* Intro Sections */
    .intro-title-2 {
        background-image: url(../images/slider/slide-2-page-intro@2x.jpg);
    }

    .intro-title-2-1 {
        background-image: url(../images/slider/slide-8-page-intro@2x.jpg);
    }

    .intro-title-2-2 {
        background-image: url(../images/slider/slide-9-page-intro@2x.jpg);
    }

    /* Fullscreen Sections */
    .fullscreen-bkg-2 {
        background-image: url(../images/restaurant/slider/slide-3-fs@2x.jpg);
    }

    .fullscreen-bkg-3 {
        background-image: url(../images/restaurant/slider/slide-4-fs@2x.jpg);
    }

    .fullscreen-bkg-4 {
        background-image: url(../images/restaurant/slider/slide-5-fs@2x.jpg);
    }

    /* Stat Sections */
    .stats-1-1 {
        background-image: url(../images/restaurant/generic/hero-1@2x.jpg);
    }

    /* Hero Sections */
    .hero-5-1>.row:after {
        background-image: url(../images/restaurant/generic/hero-half-1@2x.jpg);
    }

    .hero-5-2>.row:after {
        background-image: url(../images/team/hero-half-2@2x.jpg);
    }

    /* Call to Action Sections */
    .call-to-action-2-1 {
        background-image: url(../images/restaurant/generic/call-to-action-1@2x.jpg);
    }

    /* Signup */
    .signup-2-1 {
        background-image: url(../images/restaurant/generic/signup-1@2x.jpg);
    }
}

/*------------------------------------------------------------------

Magna Assets
Version: 1.0;
Author: Mediaclip feat. ThemeMountain
Copyright: Mediaclip feat. ThemeMountain

-------------------------------------------------------------------*/

.playfair {
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-weight: 700 !important;
    letter-spacing: 15px !important;
}

.tspace {
    letter-spacing: 0.94em !important;
    line-height: 3em !important;
}

.smaller {
    font-size: 0.7em !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
}

.pheight {
    min-height: 650px !important;
}

.pheight2 {
    min-height: 125px !important;
}

.dpdf {
    font-size: 0.9em !important;
}

.lcase {
    text-transform: lowercase !important;
}

.h5lh {
    line-height: 1.2em !important;
}

.sbp {
    padding-top: 9rem !important;
    padding-bottom: 7rem !important;
}

h4 {
    line-height: 2rem !important;
}

.dfw {
    font-weight: 400 !important;
}

.rca {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.rca2 {
    padding-top: 5rem !important;
    padding-bottom: 0rem !important;
    margin-bottom: -0.9rem !important;
}

.pt5 {
    padding-top: 5rem !important;
}

.pap {
    padding-bottom: 0.5rem !important;
}

.team-title {
    font-size: 90% !important;
}

h3 {
    line-height: 2.5rem !important;
}

h6 {
    line-height: 1.5rem !important;
}

.ptlh {
    line-height: 1.3em !important;
}

.ptfs {
    font-size: 93% !important;
}

.underline {
    border-bottom: 1px dotted !important;
    text-decoration: none !important;
}

.tab-min {
    min-width: 180px !important;
}

.lpbutt {
    margin-top: 20px !important;
    color: #333 !important;
}

.lpbutt a {
    color: #333 !important;
}


@media only screen and (min-width: 480px) {

    .tabs.style-2.vertical .tab-nav>li.active a,
    .tabs.style-2.vertical .tab-nav>li.active a:hover {
        border-right: 1px solid #333333 !important;
    }

    .tab-min {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 481px) {

    .tabs.style-2 .tab-nav>li.active a,
    .tabs.style-2 .tab-nav>li.active a:hover,
    .tabs.style-2.vertical .tab-nav>li.active a,
    .tabs.style-2.vertical.right .tab-nav>li.active a {
        border-bottom: 1px solid #333333 !important;
    }
}


@media only screen and (max-width: 490px) {
    .pagination-3 ul li {
        display: inline-block !important;
    }

    .tms-caption-2 {
        width: 80% !important;
        height: 80% !important;
    }
}


@media only screen and (min-width: 1px) and (max-width: 480px) {
    .f8plus {
        display: none;
    }
}

@media only screen and (min-width: 481px) {
    .f8minus {
        display: none;
    }
}

.dst {
    margin-top: 35px !important;
}

.sili {
    margin-top: 15px !important;
    padding-right: 8px !important;
}

.silileft {
    padding-left: 12px !important;
}

.sili img {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.sili img:hover {
    opacity: 0.6;
}

.mmenav a {
    font-size: 1.1rem !important;
    padding-top: 3rem !important;
}

.footer p {
    text-align: left !important;
}

.mliste {
    list-style-type: square;
    padding-left: 20px;
    margin-left: 5px;
}

.mmb-0 p {
    margin-bottom: 0px !important;
}

.fwa a {
    font-weight: 700 !important;
}

.mbutton-1 {
    background: #333;
    width: 100% !important;
}

.tabs.vertical:after {
    content: "" !important;
}

.subnav {
    padding-left: 10px;
}

.subnav a::before {
    content: "> \2002 " !important;
}

.sbnews {
    padding-top: 8rem !important;
}

.nhdl {
    font-size: 1.6rem !important;
}

.sbnb {
    padding-bottom: 2rem !important;
}

.nli li {
    padding-bottom: 4px !important;
}

.subnav2 {
    padding-left: 25px;
}

.subnav2 a::before {
    content: ">> \2002 " !important;
}

/*------------------------------------------------------------------
CSS TOGGLE START
------------------------------------------------------------------*/

#toggle-input-1 {
    display: none;
    margin: 0rem !important;
}

#toggle-input-2 {
    display: none;
    margin: 0rem !important;
}

#toggle-input-3 {
    display: none;
    margin: 0rem !important;
}

#toggle-input-4 {
    display: none;
    margin: 0rem !important;
}

#toggle-input-5 {
    display: none;
    margin: 0rem !important;
}

#toggle-input-6 {
    display: none;
    margin: 0rem !important;
}
#toggle-input-7 {
    display: none;
    margin: 0rem !important;
}

.module {
    border: 1px solid #eee;
    overflow: hidden;
    height: auto;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    display: block;
}

label {
    margin-left: 0 !important;
}


.toggle-label {
    margin: 0 0 1px 0;
    display: block;
    padding: 1.0rem 2.5rem;
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: #666;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.05rem !important;
    cursor: pointer !important;

}

.toggle-label:hover {
    background-color: #333;
    color: #fff;
    transition-property: background, border-color, opacity;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

input[type="checkbox"]:checked+label {
    margin-left: 0.6rem;
    display: inline-block;
    background-color: #666;
    color: #fff;
}

input:hover[type="checkbox"]:checked+label {
    background-color: #333;
}

.toggle-label-arrow:after {
    content: " \00a0\2192" !important;
}

.toggle-label:after {
    /* content: "⮟"; */
    /* content: "\00a0\00a0\00a0\⮟"; */
    font-size: 20px !important;
    /* font-size: 170%; */
}

.toggle-content {
    max-height: 0;
    overflow: hidden;
    -moz-transition: ease 0.3s max-height;
    -o-transition: ease 0.3s max-height;
    -webkit-transition: ease 0.3s max-height;
    transition: ease 0.3s max-height;
}

#toggle-input-1:checked~.toggle-content {
    max-height: 8000px;
}

#toggle-input-1:checked+.toggle-label:after {
    /* content: "\00a0\00a0\00a0\-"; */
}

#toggle-input-2:checked~.toggle-content {
    max-height: 8000px;
}

#toggle-input-2:checked+.toggle-label:after {
    /* content: "\00a0\00a0\00a0\-"; */
}

#toggle-input-3:checked~.toggle-content {
    max-height: 8000px;
}

#toggle-input-3:checked+.toggle-label:after {
    /* content: "\00a0\00a0\00a0\-"; */
}

#toggle-input-4:checked~.toggle-content {
    max-height: 8000px;
}

#toggle-input-4:checked+.toggle-label:after {
    content: "\00a0\00a0\00a0\-";
}

#toggle-input-5:checked~.toggle-content {
    max-height: 8000px;
}

#toggle-input-5:checked+.toggle-label:after {
    content: "\00a0\00a0\00a0\-";
}

#toggle-input-6:checked~.toggle-content {
    max-height: 8000px;
}

#toggle-input-6:checked+.toggle-label:after {
    content: "\00a0\00a0\00a0\-";
}

#toggle-input-7:checked~.toggle-content {
    max-height: 8000px;
}

#toggle-input-7:checked+.toggle-label:after {
    content: "\00a0\00a0\00a0\-";
}

/*------------------------------------------------------------------
CSS TOGGLE ENDE
------------------------------------------------------------------*/

/*------------------------------------------------------------------
HIDE START
------------------------------------------------------------------*/

.da-welcome {
    display: none !important;
}

.da-nachhaltigkeit {
    /* display:none!important; */
}

.da-ams {
    display: none !important;
}

.da-boerse {
    display: none !important;
}

.da-care {
    display: none !important;
}

.da-en {
    /* display:none!important; */
}

.da-gmod {
    /* display:none!important; */
}

.da-mission {
    display: none !important;
}

.da-pressbe {
    display: none !important;
}

.da-pressmat {
    display: none !important;
}

.da-proje {
    display: none !important;
}

.da-widget {
    /* display:none!important; */
}

.da-invpro-de {
    /* display:none!important; */
}

.da-invpro-en {
    /* display:none!important; */
}


/*------------------------------------------------------------------
HIDE ENDE
------------------------------------------------------------------*/

/*------------------------------------------------------------------
VIDEO START
------------------------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;

    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-lightbox {
    background: rgba(0, 0, 0, 0.3) !important;
}

#tml-tool-bar .tml-nav,
#tml-tool-bar #tml-share-wrapper,
#tml-tool-bar .tml-social-list {
    margin-top: 80px !important;
}

#tml-exit {
    top: 95px !important;
}

#tml-tool-bar #tml-zoom:before {
    content: '\e98b' !important;
}

.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background-image: url("../images/magna/vidback01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tml-content.scrollable-content:not(.modal-dialog) {
    background: none !important;
    overflow-y: hidden !Important;
}

a .vidarrow {
    color: #fff;
}

a .vidarrow:hover {
    color: #a29587;
    -webkit-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    transition-duration: 500ms;
}

#tml-share-wrapper {
    display: none !important;
}

@media only screen and (min-width: 481px) {
    .vidbackimg {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .vidbackon {
        display: none !important;
    }
}

.videooff {
    /* display:none!important; */
}



/*------------------------------------------------------------------
VIDEO ENDE
------------------------------------------------------------------*/

.invpro {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

ul.invprolist {
    display: block;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
}

ul.invprolist li:before {
    content: "-";
    padding-right: 0.5rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.hrblack {
    border-color: #333 !important;
}


@media only screen and (max-width: 768px) {
    h5 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

@media only screen and (min-width: 769px) {
    h5 {
        line-height: 1.9rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .kft {
        padding-top: 4rem !important;
    }
}

.cgm {
    margin-bottom: 0rem !important;
}

.sblp {
    padding-top: 7rem !important;
    padding-bottom: 5rem !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.sblnav {
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
}

@media only screen and (max-width: 481px) {
    .sblp {
        padding-bottom: 3rem !important;
    }

    .sblnav {
        padding-top: 2rem !important;
    }

    .sbltabs {
        padding-top: 6rem !important;
    }

    .tabpx a {
        font-size: 1.1rem !important;
        line-height: 1.2rem !important;
    }
}

@media only screen and (min-width: 481px) {

    .pbplus {
        padding-bottom: 5rem !important;
    }
}

.tabpx a {
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
}

.sliderbg {
    background-color: rgba(0, 0, 0, 0.2) !important;
    padding: 2.5rem 2rem 0rem 2.5rem !important;
    margin-bottom: 1rem !important;
}

@media only screen and (max-width: 480px) {

    .sliderbg,
    .slidermore {
        width: 100% !important;
    }

    .sliderhead {
        font-size: 3.5rem !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1140px) {
    .slidermore {
        width: 100% !important;
    }
}

.pgreen {
    color: #CF0;
    font-size: 220% !important;
    vertical-align: middle !important;
}

.ptxt {
    vertical-align: middle !important;
    font-size: 60% !important;
}

.nli li {
    padding-bottom: 1.1rem !important;
    line-height: 1.9rem !important;
}

warning1 {
    /* color: #900!important;
	padding: 20px!important;
	line-height: 2.1rem!important;
	background-color:rgba(255,255,255,1)!important;
	border-color:#fff!important; */
}

.warning2 {
    /* color: #900!important;
	background-color:rgba(255,255,255,1)!important;
	border-color:#fff!important;*/
}

.pmbu p {
    padding: 20px 20px 40px 10px;
    font-size: 80% !important;
    line-height: 130% !important;
}

.pmbu2 p {
    padding: 15px 20px 0px 10px;
    font-size: 80% !important;
    line-height: 130% !important;
}

[data-toggle~="collapse"] {
    cursor: pointer !important;
}

.preeco-form h2 {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    margin-top: 35px !important;
}

.preeco-form h3 {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    margin-top: 35px !important;
}

#preeco-privacy-policy {
    margin-top: -32px !important;
}

@media only screen and (max-width: 480px) {
    .s480 {
        font-size: 260% !important;
    }
}

.fn2 {
    font-size: 230% !important;
}

@media screen and (min-width: 769px) and (max-width: 1140px) {
    .fn2 {
        font-size: 150% !important;
    }
}



.ptlh2 {
    margin: 0rem !important;
}

.ptlh2 a {
    font-size: 2rem !important;
    text-transform: none !important;
    display: block !important;
    line-height: 2.6rem !important;
    color: #000 !important;
    margin: 0rem !important;
}

.pheight2 {
    background: #f9f9f9 !important;
}

.portrait2 {
    min-height: 410px !important;
    margin-bottom: 16px !important;
}

.esgabstand {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}


/* ########## GRID FILDER ON OFF START ########## 

.grid-filter-menu {
	padding-top: 3.5rem!important;
	padding-bottom: 3.5rem!important;
}
	
.grid-filter-menu a {
	color:#fff!important;
	border-color: #fff!important;
}

/* ########## GRID FILDER ON OFF ENDE ########## */


#building-bg{
	min-height:40vh;
	background-size:cover;
	background-repeat:no-repeat;
	position:center;
	/*background-image: url("../images/gp/werte-schafen.jpg"); */
	background-color: #f6f6f6;
}
.sec-heading{
	color: white;
    font-size: 16px;
    font-weight: 300;
}
.color-overlay{
	background-color:#999999;
	opacity:0.4;
}
.width-90{
	max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}
.h1-heading{
	font-size: 2.3rem;
    font-family: 'Raleway';
    font-weight: 400;
}
.link-button{
	    background-color: white;
    border: 1px solid black;
}
.link-button:hover{
	background-color:#bfbfbf;
	border: 1px solid black;
}

.h6copy {
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
	font-size: 1.2rem;
}
ul.bullet{	
list-style-type: disc;
list-style-position: outside;
padding-left: 2.5%;
}
.info-box{
	
	background-color:#f2f2f2; min-height:45vh;padding-top: 11%;  padding-left: 13%;    padding-right: 13%;  padding-bottom: 11%;
	 transition-duration: 300ms;
}
.info-box-double{
	
	background-color:#f2f2f2; min-height:57vh;padding-top: 3%;  padding-left: 13%;    padding-right: 13%;  padding-bottom: 11%;
	 transition-duration: 300ms;
}
.info-box-blog{
	
	background-color:#f2f2f2; min-height:25vh;padding-top: 7%;  padding-left: 13%;    padding-right: 13%;  padding-bottom: 7%;
	 transition-duration: 300ms;
}
.info-box:hover{
	box-shadow:16px 16px 25px rgb(0 0 0 / 15%);
	 transition-duration: 300ms;
}
.info-box-double:hover{
	box-shadow:16px 16px 25px rgb(0 0 0 / 15%);
	 transition-duration: 300ms;
}
.infobox-row .info-box-double{
	
	padding-bottom: 25% !important;
}
.info-box-right{
	
	background-color:#f2f2f2; min-height:45vh;padding-top: 11%;  padding-left: 13%;    padding-right: 13%;  padding-bottom: 11%;
	 transition-duration: 300ms;
}
.info-box-right:hover{
	box-shadow:-16px 16px 25px rgb(0 0 0 / 15%);
	 transition-duration: 300ms;
}
.info-box-text{
	
}
@media only screen and (max-width: 600px) {
  .info-box{}
}
@media only screen and (max-width: 1480px) {
  .info-box{
	  
	  min-height: 57vh;
  }
  .info-box-double{
	  min-height: 71vh;
  }
}
@media only screen and (max-width: 1799px) {
	.info-box{
	  
	  min-height: 49vh;
  }
  .info-box-double{
	  min-height: 60vh;
  }
}
/*@media only screen and (max-width: 1800px) {
	 .info-box{
	  
	  min-height: 35vh;
  }
  .info-box-double{
	  min-height: 44vh;
  }
}*/
@media only screen and (min-width: 1900px) {
	/*.infobox-row{
		padding-top:3%;
	}*/
	.info-box{
	  
	  min-height: 40vh;
  }
  .info-box-double{
	  min-height: 50vh;
  }
}
/*@media screen and (max-width: 1800px), 
       screen and (max-height: 1172px) {
		.info-box{
	  
	  min-height: 36vh;
  }
  .info-box-double{
	  min-height: 50vh;
  }
}*/
.box-text{
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #666;
	text-align:left;
}
.infobox-row{
	
}

.infobox-row div{
	height: auto;position: relative;
}
.bodoni-font{
	font-family: 'Bodoni Moda', serif;
	font-weight:400;
	font-size:30px;
	color:#5c5c5c;
	line-height:1.3 !important;
}
.luxus-page-box{
	padding-bottom:2% !important;
}
@media only screen and (max-width: 600px) {
  .luxus-page-box{
	padding-bottom:109% !important;
}

}
@media only screen and (max-width: 500px) {
			.phone{
			display:block;
			}
			.desktop{
			display:none;
			}
			.phone-pt{
				padding-top: 6rem;
			}
			.centered2{
				top: 68% !important;
				font-size: 2rem !important;
			}
			.widget2{
				padding-left: 0px !important;
			}
			.infobox-row div{
				/*padding-bottom: 122%;*/
			}
			.porfolio-waltung-img{
				width:100% !important;
			}
			.margin-phone{
				padding-left:5%;
				padding-right:5%;
			}
			.phone-padding{
				padding-top:50px !important;
			}
			.bold-phone{
				font-weight: bold;
    font-size: 1.5rem;
			}
			.grey-info-box{
				height:auto !important;
			}
			.infobox-row div{
				    padding-bottom: 1% !important;
			}
			.info-box {
				min-height: 40vh !important;
				}
				.amneties-info{
					min-height: 107vh !important;
				}
				.lage-info{
					min-height: 45vh !important;
				}
				.justify-text{
					text-align:left;
				}
				h1, .title-xlarge {
    font-size: 3rem;
}
				.box-phone-padding{
					padding-left:0% !important;
				}
				.form-label{
					font-size:1.3rem !important;
				}
				ul.bullet{
					    padding-left: 0% !important;
				}
				.luxus-padding{
					padding-left:4% !important;
				}
				.building-bg-padding{
					padding-top: 2rem !important;
    padding-bottom: 2rem !important;
				}
				#building-bg{
					min-height:0 !important;
				}
		 }
		 @media only screen and (min-width: 501px) {
			 .building-bg-padding{
				 padding-top: 7rem;
    padding-bottom: 7rem;
			 }
			.luxus-padding{
					padding-left:3%;
				}
				.phone{
			display:none;
			}
			.desktop{
			
			display:block;
			}
			.porfolio-waltung-img{
				width:70%;
			}
			.phone-padding{
				padding-top:0px;
			}
			.justify-text{
					text-align:justify;
				}
				.box-phone-padding{
	padding-left:13%;
}
		 }
		 .portfolio-bg{
			 background-image: url(../images/gp/index1.jpg);
			     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin:0 0 0 0 !important;
	max-width:100% !important;
	height:65vh;
		 }
		 .widget2{
			 padding-left: 50px;
		 }
		 .porfolio-waltung-img{
				width:70%;
			}
			

			/**************** navigation drop down *****************/
			.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  transition: all 0.9s ease;
}

.dropdown {
  position: relative;
  display: inline-block;
  transition: all 0.9s ease;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 0.9s ease;
}

.arrow {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}
.arrow li::before {
    content: "→"; /* Arrow symbol */
    margin-right: 10px;}
.dropdown-content a {
  color: black;
  padding: 0px 23px;
  text-decoration: none;
  display: block;
  line-height: 4rem;
   transition: all 0.9s ease;
}

.dropdown-content a:hover {background-color: #ddd;  transition: all 0.9s ease;}

.dropdown:hover .dropdown-content {display: block;  transition: all 0.9s ease;}

.dropdown:hover .dropbtn {  transition: all 0.9s ease;}

			/**************** navigation drop down end*****************/




