/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: test
----------------------------------------------------------------
1.0 Typography
2.0 Basic
    2.1 Bootstrap reset
    2.2 Equal height
    2.3 Drupal
3.0 Forms
4.0 Basic layout
    4.1 Header
    4.2 Country
    4.3 Growler
    4.4 Share
    4.5 Bottom content
    4.6 Footer
5.0 Navigation
    5.1 Top Navigation
    5.2 Language Navigation
    5.3 User Navigation
    5.4 Main Navigation
    5.5 Side Navigation
    5.6 Sub Navigation
    5.7 Breadcrumbs
    5.8 Pagination
    5.9 Social Navigation
    5.10 Quick to Navigation
    5.11 Footer Navigation
    5.12 Bottom Navigation
    5.13 Social Side Navigation
    5.14 Contact Side Navigation
    5.15 Side navigation
6.0 Homepage
    6.1 Slider
	6.2 Search
	6.3 USP's
	6.4 Sets
	6.5 Categories
	6.6 Events
	6.7 Contact
	6.8 Quicklinks
	6.9 Products
	6.10 TV
7.0 Article category
    7.1 Slider
    7.2 Teasers
    7.3 Vacancies
    7.4 Rent a look
8.0 Article
    8.1 Gallery
    8.2 Collections
    8.3 Press archive
    8.4 Page city
    8.5 Rent a look
    8.6 Inspiration
    8.7 Event
    8.8 Events overview
9.0 Search results
10.0 Product category
    10.1 Toolbar
    10.2 Teasers
11.0 Product
    11.1 Collections
    11.2 Product info
    11.3 Downloads/Contact
    11.4 Product slider
    11.5 Related
    11.6 Product page
    11.7 Set page
12.0 Shopping cart
13.0 Checkout
    13.1 Steps
    13.2 Forms
14.0 My Account
    14.1 Delete account
15.0 Wishlist
16.0 Media Queries
    16.1 Large screens
    16.2 Portrait tablet to landscape
    16.3 Portrait tablet and larger
    16.4 Phone to portrait tablet
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&display=swap');

@import url('../css/owl.carousel.css');

@font-face {
    font-family: "DaxCondensed";
    src:url("../fonts/DaxCondensed-webfont.eot");
    src:url("../fonts/DaxCondensed-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DaxCondensed-webfont.woff") format("woff"),
        url("../fonts/DaxCondensed-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*------------------------------
0.0 User login / Drupal fix
------------------------------*/
#masquerade .region-masquerade {
    position: fixed;
    right: 30px;
    top: 300px;
    z-index: 2000;
    background: #f5f5f5;
    padding:15px 20px;
    border: 1px solid #000000;
}
#masquerade h2 {
    margin: 0px 0px 10px 0px;
}
#masquerade .description {
    color: #8d99af;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#masquerade .description a {
    color: #004a98;
    font-weight: 500;
    text-decoration: underline;
}
#masquerade .description ul {
    margin: 0px;
    padding: 0px;
}
#masquerade .description ul li {
    margin: 0px;
    padding: 5px 0px 0px 0px;
}
#masquerade input {
    font-weight: 300;
    color:#899abb;
    margin-bottom:10px;
    font: normal 16px/34px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    width: 100%;
    border: 0px;

    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 7px;
}
#masquerade .form-submit, #masquerade .description ul li a{
    width: auto;
    background: #000;
    padding: 6px 30px;
    font: normal 16px/34px 'DaxCondensed','PT Sans Narrow',Arial,sans-serif;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
body {
    color: #000;
    font: normal 16px/24px 'PT Sans Narrow', Arial, sans-serif;
    padding-top: 245px;
}
body.error {
    padding-top: 50px;
}
body.banner {
    padding-top: 130px;
}
p {
    margin-bottom: 24px;
    line-height: 1.6;
}
b, strong {
    font-weight: 700;
}
main ul,
.error ul,
#bottom-content ul {
    list-style-type: disc;
    margin: 0 0 24px 32px;
}

h1 {
    font: normal 30px/36px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin: 0 0 30px 0;
}
.webshop h1 {
    margin: 5px 0 0 0;
}
h2 {
    font: normal 24px/28px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin: 0 0 20px 0;
    line-height: 27px;
}
.error h2 {
    margin-bottom: 5px;
}
h3 {
    font: normal 16px/18px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin: 0;
    line-height: 27px;
}
h3 a {
    color: #000;
    text-decoration: none !important;
}
main strong {
    font-weight: bold;
}
main em {
    font-style: italic;
}
span.title,
.block-layered-nav dt {
    display: block;
    font: normal 20px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 30px;
}
main span.title {
    font-size: 28px;
    line-height: 32px;
}
span.title.icon {
    min-height: 26px;
    padding-left: 40px;
}
main table img {
    vertical-align: top;
}
.meta {
    color: #868686;
    display: block;
    font: normal 14px/18px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
.stellenangebote .meta {
    display: none;
}
.meta div {
    display: inline;
}
a {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
.error a {
    text-decoration: underline;
}
.button {
    border: solid 1px #000;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font: normal 16px/36px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    height: 50px;
    padding: 6px 20px;
    position: relative;
    text-decoration: none !important;
}
.button.full {
	border-color: #d0b35b;
    background: #d0b35b;
    color: #fff;
}
.button.full-width {
    width: 100%;
}
.button.icon i {
    display: inline-block;
    position: relative;
}
.button.icon .fa {
    border-right: none;
}
.button.arrow i {
	margin-left: 15px;
}
.button:hover,
.button:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
    border: solid 1px #000!important;
}
.button .fa {
    border-right: solid 1px #c2a9a5;
    font-size: 24px;
    height: 34px;
    margin-right: 12px;
    left: 0;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 50px;
}
.more {
    color: #000;
    text-decoration: underline;
}
.more:hover {
    color: #868686;
}
.button.red {
    border: solid 1px #000;
    background: #000;
    color: #fff;
    display: inline-block;
    font: normal 16px/34px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    height: 50px;
    padding: 6px 15px;
    position: relative;
    text-decoration: none !important;
}
.button.red:hover,
.button.red:focus{
    background: transparent;
    color:#000;
}

/*--------------------------------------------------------------
2.0 Basic elements
--------------------------------------------------------------*/

/*------------------------------
2.1 Bootstrap reset
------------------------------*/
.nav li a:hover {
    background: none;
}
.carousel-control {
    background: none !important;
    opacity: 1;
    text-shadow: none;
    width: 6%;
}
.carousel-indicators {
    bottom: -40px;
    left: inherit;
    padding: 0 10px;
    right: 0;
    text-align: right;
    width: 100%;
}
.carousel-indicators li {
    background: #bbb;
    border: none;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-indicators .active {
    background: #000;
}
.modal-body img.img-responsive {
    display: inline-block !important;
}
.tooltip {
    display: block !important;
    font: normal 16px/24px 'PT Sans Narrow', Arial, sans-serif;
    width: 200px;
}
.tooltip-inner {
    background: #f7f7f7;
    border-radius: 0;
    color: #000;
    padding: 15px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #f7f7f7;
}
.moduletable .alert {
    display: none;
}
.alert {
    background: #f7f7f7;
    border: solid 1px #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-top: 20px;
}
.alert .close {
    opacity: 1;
}
.alert h4 {
    margin-bottom: 0;
}
.my-favorites .alert {
    display: none;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"]{
    padding-right: 0;
    padding-left: 0;
}

/*------------------------------
2.2 Equal height
------------------------------*/
.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: flex;
}

/*------------------------------
2.3 Drupal
------------------------------*/
body.toolbar-drawer,
html body.admin-menu {
    padding-top: 274px !important;
    margin-top: 0 !important;
}
.toolbar-drawer #header,
body.admin-menu #header,
body.admin-menu #header.scroll {
    margin-top: 30px;
}
.toolbar-drawer #side-ctas,
body.admin-menu #side-ctas {
    top: 264px;
}
.toolbar-drawer #side-ctas.sticky,
body.admin-menu #side-ctas.sticky {
    top: 191px;
}
#admin-menu,
#overlay-container,
.overlay-modal-background,
.overlay-element {
    z-index: 2500;
}
.overlay-element {
    z-index: 2501;
}
html.overlay-open .displace-top,
html.overlay-open .displace-bottom,
#toolbar {
    z-index: 2600;
}
#user-login {
    margin: 0 auto;
    padding: 50px 0 100px;
    width: 600px;
}
#user-login input {
    clear: both;
    padding: 10px;
    width: 100%;
}
#user-login .form-item{
    width:100%!important;
}
#user-login .description {
    color: #bbb;
    font-size: 13px;
}
#user-login input[type="submit"] {
    background: #000;
    border: none;
    color: #fff;
    font: normal 16px/34px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    padding: 6px 30px;
    width: auto;
}

/*--------------------------------------------------------------
3.0 Forms
--------------------------------------------------------------*/
input,
select,
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: solid 1px #ddd;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 16px !important;
    height: auto !important;
    padding: 7px !important;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 7px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
       -moz-appearance: radio;
            appearance: radio;
}
select {
    background:none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.select select{
    width: 100%;
}
select::-ms-expand {
    display: none;
}
label {
    font-weight: normal;
}
button {
    background: none;
    height: auto;
    padding: 2px 15px;
}
.input-group-addon {
    background: none;
    border: 1px solid #ddd;
    border-radius: 0;
    border-right: none;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0 5px 12px;
}
.input-group .form-control:last-child {
	border-left: none;
}

.form-item,
.formContainer li,
.fieldset.formFieldset ol.formContainer li {
    clear: none !important;
    display: block;
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    width: 48%;
}
.formContainer li.rsform-block-informationen {
    margin-bottom: 5px !important;
}
.formContainer li.rsform-block-intro {
    margin-bottom: 40px !important;
}
.webform-component--your-message,
.webform-component--ihre-nachricht,
.webform-component--champ-requis,
.webform-component--uw-bericht,
.webform-component--ditt-meddelande,
.webform-component-radios,
.webform-component-checkboxes,
.webform-component-mailchimp {
    width: 98%;
}
.webform-component-markup,
.formContainer li.rsform-block-waarover-wilt-u-terug-gebeld-worden,
.formContainer li .formBody,
.form-item input,
.form-item select,
.form-item textarea,
.webform-component--privacy,
.form-type-checkbox  {
    width: 100%;
}
.webform-component-markup p {
    margin-bottom: -10px !important;
}
.form-type-checkbox input[type="checkbox"],
.formContainer li input[type="radio"],
.form-checkbox {
    margin-right: 5px !important;
    width: auto !important;
}

.form-type-checkbox label {
    font-weight: normal;
    margin-right: 20px;
}

.formContainer .formDescription {
    clear: both;
}
.webform-submit {
    background: #000;
    border: none;
    color: #fff !important;
    font: normal 16px/34px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    height: 50px;
    padding: 6px 30px !important;
    width: auto !important;
}
.webform-submit:hover {
    background:#1f2124;
}
.formError,
.validation-advice {
    color: red;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin: -10px 0 15px 0;
}
.webform-component--first-name,
.webform-component--vorname,
.webform-component--prenom,
.webform-component--voornaam,
.webform-component--fornamn,
.rsform-block-dbfield62,
.rsform-block-dbfield74,
.webform-component--phone-number,
.webform-component--telefonnummer,
.webform-component--numero-de-telephone,
.webform-component--telefoonnummer,
.webform-component--telefon,
.webform-component-email,
.webform-component--postcode,
.webform-component--postleitzahl,
.webform-component--code_postal,
.webform-component--city,
.webform-component--plaats,
.webform-component--stadt,
.webform-component--ville,
.webform-component--city,
.rsform-block-plz,
.rsform-block-unternehmen,
.webform-component--name-der-messe,
.webform-component--occasion-of-the-event,
.webform-component--anlass-der-veranstaltung,
.webform-component--au-sujet-de-levenement,
.webform-component--aanleiding-van-het-event,
.webform-component--syfte-med-eventet,
.webform-component--event-location,
.webform-component--veranstaltungsort,
.webform-component--lieu-de-levenement,
.webform-component--plaats-van-het-event,
.webform-component--eventplats { float: left; margin-right: 2% !important; }
.webform-component--last-name,
.webform-component--nachname,
.webform-component--nom-de-famille,
.webform-component--achternaam,
.webform-component--efternamn,
.rsform-block-dbfield65,
.rsform-block-dbfield81,
.webform-component--e-mail-address,
.webform-component--e-mail-adresse,
.webform-component--adresse-e-mail,
.webform-component--e-mailadres,
.webform-component--mailadress,
.rsform-block-ort,
.rsform-block-funktion,
.webform-component--messedatum,
.webform-component--number-of-attendees,
.webform-component--personenzahl,
.webform-component--nombre-de-personnes,
.webform-component--aantal-personen,
.webform-component--antal-manniskor,
.webform-component--event-date,
.webform-component--veranstaltungsdatum,
.webform-component--date-de-levenement,
.webform-component--datum-van-het-event,
.webform-component--startdatum { float: left; margin-right: 2% !important; }
.rsform-block-woher-kennen-sie-uns { padding-bottom: 16px !important; top: 12px; }

.select,
.webform-component-select,
#searchForm .form-limit,
.sort-by {
    position: relative;
}
.select select {
	background: none;
}
.select select,
.webform-component-select select,
#searchForm .form-limit select,
.sort-by { padding-left: 6px;  }
.select:after,
.webform-component-select:after,
#searchForm .form-limit:after,
.sort-by:after {
    color: #000;
    content: '\f107';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 9px;
}

.webform-component-select,
.rsform-block-anrede,
.rsform-block-land,
.rsform-block-dbfield86 input,
.rsform-block-antwort input { clear: both !important; }

.rsform-block-cdmaccount,
.rsform-block-check,
.rsform-block-database,
.rsform-block-dbfields,
.rsform-block-dbfield64 .formCaption,
.rsform-block-dbfield77,
.rsform-block-dbfield84,
.rsform-block-dbfield220 .formCaption,
.rsform-block-dbfield230,
.rsform-block-dbfield236,
.rsform-block-interest1,
.rsform-block-interest18,
.rsform-block-interest22,
.rsform-block-interests,
.rsform-block-next,
.rsform-block-ontvanger,
.rsform-block-px-process,
.rsform-block-wizard,
.rsform-block-toestemming .formRequired,
.rsform-block-captcha .formRequired { display: none !important; }

#searchForm {
    margin-bottom: 60px;
}
#searchForm .button {
    height: 40px;
    padding-top: 3px;
}
.form-radios input,
.form-radios label,
.form-radios .form-item {
	display: inline-block;
	width: auto;
}
.form-radios label,
.form-checkboxes label,
.webform-component-mailchimp label {
	position: relative;
	top: 3px;
}
.form-radios .form-item {
	margin-right: 20px;
}

.webform-component--catalog .form-item {
	background: url('../images/master-collection.jpg') top center no-repeat;
	clear: none !important;
	display: block !important;
	float: left;
	padding-top: 100px !important;
	width: 160px;
}
.webform-component--catalog .form-item:nth-child(2) {
	 background: url('../images/catering-selection.jpg') top center no-repeat;
}
.webform-component--catalog .form-item:nth-child(3) {
	background: url('../images/event-classics.jpg') top center no-repeat;
}


/*--------------------------------------------------------------
4.0 Basic layout
--------------------------------------------------------------*/

/*------------------------------
4.1 Header
------------------------------*/
#header {
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1049;
}
.sticky-btns {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    width: 100%;
    right: -18px;
    bottom: 180px;
    flex-direction: row;
    width: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: 81.6% 100%;
    -moz-transform-origin: 81.6% 100%;
    -o-transform-origin: 81.6% 100%;
    -webkit-transform-origin: 81.6% 100%;
}
.sticky-btns .sticky-btn i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #d0b35b;
    margin-right: 10px;
}
.sticky-btns .sticky-btn {
    color: #000;
    background: #ffffff;
    font-size: 18px;
    display: block;
    text-align: center;
    display: flex;
    padding: 15px 25px;
    border: 1px solid #ccc;
}
.sticky-btns .sticky-btn:nth-child(2) {
    background: #f2f2f2;
}
.sticky-btns .sticky-btn:hover {
    text-decoration: none;
}
#logo {
    margin: 15px 0 0 0;
}
#logo img {
    height: auto !important;
    max-width: 100% !important;
}
.error #logo {
    margin: 0 0 80px 0;
}
.scroll #logo {
    background: url('../images/fairrent-sticky.png') no-repeat center center;
    background-size: 170px;
    margin: 15px 0 10px 0;
}
.scroll #logo img {
    opacity: 0;
    height: 43px !important;
}
#telephone,
#email,
#call,
#write
{
    font: 20px/20px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    display: inline-block;
    float: left;
    margin: 20px 0 15px 30px;
    padding: 2px 0 3px 0;
    width: auto;
}
#call a,
#write a {
    color: #000;
    background: none;
    border-color: 1px solid #000;
}
#newsletter {
	color: #717e8e;
	float: right;
    margin: 20px 0 15px 29px;
}
#newsletter i {
	margin-right: 7px;
}
#linkedin {
	color: #000;
	float: right;
	font-size: 24px;
    margin: 20px 0 15px 45px;
}
.scroll #telephone,
.scroll #email,
.scroll #newsletter,
.scroll #linkedin {
    display: none;
}
#search {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-left: 30px;
    width: 760px;
}
.de #search {
    margin-bottom: 15px;
}
.scroll #search {
    margin: 10px 0;
}
#search input {
    background: #fff;
    font: 14px/14px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    height: 60px !important;
    margin-top: 1px;
    padding: 0 20px !important;
    width: 100%;
}
#search i {
    position: absolute;
    right: 30px;
    bottom: 23px;
}
#search i {
    position: absolute;
    right: 25px;
    bottom: 18px;
    cursor: pointer;
}
#search #search-results {
    width: 760px;
    position: absolute;
    display: none;
    overflow: hidden !important;
    height: 520px;
    background: #fff;
    z-index: 10000;
    border: solid 1px #d9d9d9;
    border-top: none;
}
#search #search-results .close-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 25px;
    height: 25px;
    width: 25px;
    color: #000;
    cursor: pointer;
    z-index: 10000;
    font-weight: 500;
}
#search #search-results .button.all {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.result_products ul  {
    border-top: none;
    height: 209px;
    left: 0;
    overflow-y: hidden;
    overflow-x: hidden!important;
    padding: 20px;
    position: absolute;
    z-index: 1001;
    display: flex;
    transition: all .5s;
    transform: translateX(0);
}
.result_products .slide-next ,
.result_products .slide-prev, 
.result_inspirations .slide-next, 
.result_inspirations .slide-prev {
    position: absolute;
    top: 90px;
    right: 0 !important;
    left: unset !important;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    height: 50px;
    width: 50px;
    padding: 0;
    border: none;
    display: none;
}
.result_products .no-results,
.result_inspirations .no-results {
    display: none;
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
    color: #5f5f5f;
}
.result_products .no-results {
    top: 125px;
}
.result_inspirations .no-results {
    bottom: 150px;
}
.result_products .slide-next i,
.result_inspirations .slide-next i {
   margin-left: auto;
}
.result_products .slide-next i,
.result_products .slide-prev i,
.result_inspirations .slide-next i,
.result_inspirations .slide-prev i{
    position: unset !important;
    background:#000;
    width: 25px;
    height: 45px;
    font-size: 18px;
    display: grid;
    place-content: center;
}
.result_products .slide-prev,
.result_inspirations .slide-prev {
    right: unset !important;
    left: 0 !important;
}
.result_inspirations .slide-prev, 
.result_inspirations .slide-next {
    top: 250px;
}
.result_inspirations .slide-prev,
.result_inspirations .slide-next {
    top: 300px;
}
.result_products .cross {
    cursor: pointer;
    color: #000;
    right: 0;
    top: 10px;
    position: absolute;
}

.result_products h3,
.result_inspirations h3 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 20px 20px 5px 20px;
}

.result_inspirations h3 {
    position: absolute;
    top: 235px;
}
.result_inspirations ul {
    position: absolute;
    left: 0;
    top: 265px;
    height: 180px;
    z-index: 1001;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 20px;
    border-top: 1px solid #dedede;
    border-top: none;
    display: flex;
    z-index: 2;
    transition: all .3s;
}
.result_products:empty,
.result_inspirations:empty {
    border:none;
    height:0;
    padding:0;
}
.result_products li{
    display: block;
    float: left;
    margin-right: 20px;
    width: 132px;
    height:220px;
    flex: 0 0 132px;
}
.result_inspirations li {
    display: block;
    float: left;
    margin-right: 20px;
    width: 132px;
    height:180px;
    flex: 0 0 132px;
}
.result_products li img,
.result_inspirations li img {
    width: 120px;
}
.result_products li .title,
.result_inspirations li .title {
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}
#header #notification {
    position: absolute;
    right: 30px;
    top: 140px;
    padding: 10px;
    background: #d0b35b;
    border: 1px solid #000;
    z-index: 999;
    color: #fff;
    font-size: 18px;
    display: none;
}
#header #fair_notification {
    position: absolute;
    left: 0;
    right: 0;
    top: 270px;

    margin-left: auto;
    margin-right: auto;

    width:  300px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #000;
    z-index: 999;
    display: none;
}
#header #fair_notification .title {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    margin: 0px 0px 10px 0px;
}
#header #fair_notification p {
    margin: 0px;
}
#mobile_banner{
    background: #f2f2f2;
    padding:10px;
    color:#000;
    display: none;
}
.display-none-important{
    display: none!important;
}
#mobile_banner a:hover,
#mobile_banner a:focus{
    text-decoration: none;
}
#mobile_banner .close-btn{
    width:5%;
    display: inline-block;
    float:left;
}
#mobile_banner .icon{
    width:13%;
    display: inline-block;
    float:left;
    margin-left:7%;
}
#mobile_banner .icon img{
    width:100%;
    padding:10px;
}
#mobile_banner .close-btn i{
    position: absolute;
    top: 35%;
    left:15px;
}
#mobile_banner .title{
    font-size:14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
}
#mobile_banner .txt{
    width:55%;
    display: inline-block;
    font-size:12px;
    line-height: 16px;
}
#mobile_banner .btn{
    display: inline-block;
}
#mobile_banner .btn a{
    position: absolute;
    right: 20px;
    top: 20px;
    border:1px solid #cdcdcd;
    padding:5px 10px;
}
#mobile_banner .btn a:hover,
#mobile_banner .btn a:focus{
    text-decoration: none;
}
/*------------------------------
4.2 Country
------------------------------*/
#country {
    position: relative;
    display: flex;
    align-items: center;
}
#country span {
    color: #ababab;
    font-size: 16px;
}
#country .moduletable {
    display: inline-block;
    position: relative;
    z-index: 1;
}
#country select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    float: left;
    position: relative;
}
/*------------------------------
4.3 Growler
------------------------------*/
#Growler {
    padding: 0 !important;
    right: 17px !important;
    text-align: right;
    top: 12px !important;
    width: 320px !important;
}
#Growler .macosx {
    background: #fff;
    border: solid 1px #d9d9d9;
    float: right;
    margin: 0 0 2px 0;
    opacity: 1;
    padding: 5px;
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
    width: 320px !important;
}
div.macosx div.Growler-notice-body {
    line-height: 18px;
    padding: 0 0 10px 10px;
}

main {
    padding: 25px 0 50px 0;
}
main a {
    font-weight: bold;
    text-decoration: underline;
}

/*------------------------------
4.4 Share
------------------------------*/
#share {
    margin-bottom: 60px;
}
#share li {
    display: inline-block;
}
#share li:first-child {
    position: relative;
    top: -7px;
}

/*------------------------------
4.5 Bottom content
------------------------------*/
#bottom-content {
    background: url('../images/bottom-content.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 0;
}
#bottom-content h1,
#bottom-content span.title {
    color: #fff;
    font-size: 25px;
}
#bottom-content p {
    color: #fff;
    font-size: 20px;
}
#bottom-content a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#bottom-content #social-navigation .title {
    color: #fff;

}

/*------------------------------
4.6 Footer
------------------------------*/
footer {
    padding-top: 50px;
}
footer .quicklink i:not(.fa-chevron-right) {
	color: #d0b35b;
}
footer #party-rent {
    border-top: solid 1px #e3e3e3;
    padding: 15px 0 35px 0;
}
footer #party-rent img {
	position: relative;
	top: 20px;
}
footer #party-rent span {
	font-size: 24px;
	margin: 0 60px;
}
footer #logos {
    border-top: solid 1px #e3e3e3;
    padding: 5px 0;
}
footer #contact-details {
    border-top: solid 1px #e3e3e3;
    padding: 40px 0 10px 0;
}
footer #contact-details i {
	color: #d0b35b;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-right: 10px;
}
footer #contact-details p {
	color: #717e8e;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
footer #contact-details a {
	color: #717e8e;
}
footer #contact-details a.linkedin i {
	color: #273240;
	float: right;
	font-size: 30px;
	margin: 0 0 50px 0;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*------------------------------
5.1 Top Navigation
------------------------------*/
#top-navigation {
    display: inline-block;
    float: right;
    margin: 20px 20px 6px 0;
}
.scroll #top-navigation {
    display: none;
}
#top-navigation li {
    color: #717e8e;
    display: inline-block;
}
#top-navigation li:before {
	content: " | ";
}
#top-navigation li:first-child:before {
	content: " ";
}
#top-navigation li a {
    color: #717e8e;
    padding: 0 7px;
}

/*------------------------------
5.2 Language Navigation
------------------------------*/
#language-navigation {
    display: inline-block;
    float: right;
    margin: 20px 0 15px 60px;
    position: relative;
    width: 80px;
}
.scroll #language-navigation {
    display: none;
}
#language-navigation .fa-globe-europe {
    float: left;
    font-size: 20px;
    margin-top: 1px;
    width: 20px;
}
#language-navigation select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    float: left;
    font-size: 15px !important;
    padding: 0 25px 0 10px !important;
    text-align: right;
    width: calc(100% - 20px);
}
#language-navigation .chzn-container {
    font-size: 15px;
    width: 140px !important;
}
#language-navigation .chzn-container-single .chzn-single {
    background: none;
    border: none;
    box-shadow: none;
}
#language-navigation .chzn-container-single .chzn-single div {
    display: none;
}
#language-navigation .chzn-container .chzn-drop {
    border: none;
    border-radius: 0;
}
#language-navigation .fa-chevron-down {
    font-size: 11px;
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: -1;
}

/*------------------------------
5.3 User Navigation
------------------------------*/
#user-navigation {
    display: inline-block;
    float: right;
    height: 50px;
}
.scroll #user-navigation {
    margin-top: 10px;
}
#user-navigation li {
    display: inline-block;
    font: normal 16px/28px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin: 1px 2px 0 0;
    float:left;
}
#user-navigation li.account.active i {
    font-weight: 700;
}
#user-navigation li.shoppingcart{
    position: relative;
}
#user-navigation li.shoppingcart .cart_counter {
    position: absolute;
    top: -7px;
    right: -7px;
    font: bold 12px/20px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    color: white;
    background: #000;
    border-radius: 50%;
    font-size: 18px;
    place-content: center;
    width: 25px;
    height: 25px;
    display: none;
    z-index: 1;
}
#user-navigation li.shoppingcart.active i {
    font-weight: 700;
}
#user-navigation li.shoppingcart.active .cart_counter {
    display: grid;
}
#user-navigation li.favorites.active i {
    font-weight: 700;
}
#user-navigation li a {
    padding: 10px;
    position: relative;
}
.da #user-navigation li:last-child,
.no #user-navigation li:last-child,
.sv #user-navigation li:last-child {
    width: auto;
}
#user-navigation li a {
    color: #d0b35b;
    text-decoration: none;
}
#user-navigation li a i {
    font-size: 25px;
}
#user-navigation li:last-child a {
    padding: 10px;
    position: relative;
}
.da #user-navigation li:last-child a,
.no #user-navigation li:last-child a,
.sv #user-navigation li:last-child a {
    height: 50px;
}
#user-navigation .nav.menu {
    position: relative;
}
#user-navigation .drop-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 100px;
    background: #dbdbdb;
    padding: 15px 0;
    z-index: 999;
    min-width: 150px;
    box-shadow: 0px 5px 23px 0px rgb(7 44 68 / 23%);
    border: 1px solid rgb(148, 148, 148);
}
#user-navigation .drop-menu.active {
    display: block;
}
#user-navigation .drop-menu li {
    float: unset;
    display: block;
}
#user-navigation .drop-menu li a {
    display: block;
    color: #000;
    padding: 15px !important;
    white-space: nowrap;
    font-size: 18px;
}

#user-navigation .drop-menu li a:hover {
    background: #b1b1b1;
}

#user-navigation .drop-menu li a i {
    margin-right: 8px;
    width: 20px;
    font-size: 18px;
}

/*------------------------------
5.4 Main Navigation
------------------------------*/
#main-navigation {
    background: #000;
    border: none;
    border-radius: 0 !important;
    font: normal 18px/18px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 0;
    position: relative;
}
#main-navigation li {
    display: block;
    float: left;
    text-align: center;
    width: 22%;
}
#main-navigation li:hover,
#main-navigation li.active {
    background: #d0b35b;
}
#main-navigation li:first-child {
    width: 12%;
}
#main-navigation li a {
    color: #fff;
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 11px;
    text-decoration: none;
}
#main-navigation li a i {
	margin-right: 5px;
}
#main-navigation .webshop img {
    width: 33px;
    display: inline-block;
    top: 10px;
    position: relative;
    filter: brightness(0) invert(1);
}

/*------------------------------
5.5 Side Navigation
------------------------------*/
#side-navigation {
    height: 100vh;
    width: 8%;
    position: fixed;
    background: #000;
    z-index: 1;
    top: 0;
    padding-top: 280px;
}

#side-navigation li {
    text-align: center;
}

#side-navigation li.active {
    background: #d0b35b;
    position: relative;
}

#side-navigation li.active:hover {
    background: #d0b35b;
}

#side-navigation li.active:after {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    right: -20px;
    border-style: solid;
    border-width: 64px 0px 64px 20px;
    border-color: transparent transparent transparent #d0b35b;
}

#side-navigation li:hover {
    background: #1f2124;
}

#side-navigation li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 35px 5px;
}

#side-navigation li i {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
}

/*------------------------------
5.5 Sub Navigation
------------------------------*/
#sub-navigation {
    padding: 30px 0;
}
#sub-navigation.side-navigation {
    padding-right: 30px;
}
#sub-navigation ul li .title,
.block-layered-nav dt,
#sub-navigation.side-navigation ul li.inspirations .separator .image-title,
#sub-navigation.side-navigation ul.quickorder .separator,
#sub-navigation.side-navigation ul .separator  {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
#sub-navigation ul li {
    display: block;
    float: left;
    font: normal 22px/22px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    width: 25%;
}
#sub-navigation ul li.about-us {
    width: 50%;
}
#sub-navigation ul li.active,
#sub-navigation ul li.active li.active {
    font-weight: bold;
}
#sub-navigation ul li.taxonomy-term.active,
#sub-navigation ul li.active.parent {
    font-weight: normal;
}
#sub-navigation.side-navigation ul li {
    font-size: 24px;
    margin-bottom: 30px;
    width: 100%;
}
#sub-navigation.side-navigation ul li > a{
    margin-bottom: 15px;
    display: block;
}
#sub-navigation.side-navigation ul li li a{
    margin-bottom: 5px;
}
#sub-navigation ul li img {
    margin: 10px 10px 10px 0;
    width: 45px;
}
#sub-navigation.side-navigation ul li img {
    display: none;
}
#sub-navigation ul li a,
.block-layered-nav ol li a {
    color: #000;
}

#sub-navigation ul li ul,
.block-layered-nav ol {
    margin-bottom: 30px;
}
#sub-navigation ul li li,
#sub-navigation ul li .menu li,
.block-layered-nav ol li  {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 6px 22px;
    padding-left: 18px;
    position: relative;
    width: 100%;
}
#sub-navigation ul li.about-us li {
    width: 46%;
}
#sub-navigation.side-navigation ul li li,
.block-layered-nav ol li  {
    font-size: 15px;
    margin: 0 0 0 2px;
}
#sub-navigation ul li .menu li:before,
#sub-navigation ul li.gallery ul li:before,
.block-layered-nav ol li:before,
#sub-navigation ul li .taxonomy-tree li:before {
    content: '\f105';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 7px;
}
#sub-navigation.side-navigation ul li li:before,
.block-layered-nav ol li:before,
#sub-navigation .taxonomy-tree li:before {
    top: 6px;
}
#sub-navigation ul li li a,
.block-layered-nav ol li a {
    display: block;
    padding: 7px 0;
    text-decoration: none;
}
#sub-navigation ul li li a:hover,
.block-layered-nav ol li a:hover {
    text-decoration: underline;
}
#sub-navigation.side-navigation ul li li a,
.block-layered-nav ol li a {
    padding: 4px 0;
    font-size: 17px;
}
#magebridge-customer_account_navigation > div > ul > li > ul > li:nth-child(4),
#magebridge-content > div > main > div:nth-child(3) > div.col-2 {
    display: none;
}
#sub-navigation ul li.inspirations {
    width: 60%;
}
#sub-navigation.side-navigation ul li.inspirations {
    width: 100%;
}
#sub-navigation ul li.inspirations li {
    display: block;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    width: 16.66%;
}
#sub-navigation.side-navigation ul li li {
    margin: 0 0 0 2px;
    text-align: left;
    width: 100%;
    line-height: 1.2;
}
#sub-navigation ul li li img {
    border: solid 1px #000;
    border-radius: 4px;
    padding: 3px;
    margin-right: 0;
}
#sub-navigation ul li li span {
    display: block;
}
#sub-navigation ul li li:before {
    display: none;
}
#sub-navigation.side-navigation ul li li:before {
    display: block;
}
#sub-navigation ul li.inspirations ul {
    margin-top: -10px;
}
#sub-navigation ul li.gallery {
    width: 40%;
}
#sub-navigation  ul li.gallery a.gallery {
    padding: 0;
    margin-bottom: 0 !important;
}
#sub-navigation.side-navigation  ul li.gallery {
    width: 100%;
}
#sub-navigation.side-navigation  ul li.gallery a.gallery {
    padding: 0;
    margin-bottom: 10px;
}
#sub-navigation ul li.gallery ul li {
    float: left;
    width: 28%;
}
#sub-navigation.side-navigation ul li.gallery ul li {
    float: none;
    width: 100%;
}
#sub-navigation ul li ul ul {
    display: none;
}
#sub-navigation ul li ul li.active > ul {
    display: block;
    margin-bottom: 0;
}
#sub-navigation .image-title {
    position: relative;
    top: -20px;
}
#sub-navigation .inspirations li .image-title,
#sub-navigation .webshop-mobile li .image-title {
    top: 0;
}
.block-layered-nav .currently ol li {
    clear: both;
    display: block;
    padding: 4px 0;
}
.block-layered-nav .currently ol li:before {
    display: none;
}
.block-layered-nav .currently ol li a.btn-remove {
    display: inline-block;
    float: left;
    height: 16px;
    margin-right: 3px;
    position: relative;
    text-indent: -9999px;
    width: 16px;
}
.block-layered-nav .currently ol li a.btn-remove:after {
    color: #000;
    content: '\f00d';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: -1px;
}
.block-layered-nav .currently .label {
    color: #000;
    font-size: 100%;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}
.block-layered-nav .actions {
    margin: -15px 0 30px 0;
}
.block-layered-nav .actions a {
    color: #000;
    text-decoration: underline;
}


.read-more-filter {
    cursor: pointer;
}

#filtercatergory .modal-dialog,
#searchfiltercatergory .modal-dialog {
    max-width: 767px;
    margin: 30px auto;
    width: unset;
}

#filtercatergory .modal-header,
#searchfiltercatergory .modal-header {
    background: #f7f7f7;
    position: relative;
}

#filtercatergory .modal-header h5,
#searchfiltercatergory .modal-header h5{
    font-size: 22px;
    text-align: center;
    color: #000;
}

#filtercatergory .modal-header button,
#searchfiltercatergory .modal-header button {
    color: #000;
    opacity: 1;
    font-size: 55px;
    position: absolute;
    right: 15px;
    top: 3px;
    font-weight: 500;
}

#filtercatergory .modal-body,
#searchfiltercatergory .modal-body {
    display: flex;
    flex-wrap: wrap;
}

#filtercatergory .modal-body .form-check,
#searchfiltercatergory .modal-body .form-check{
    display: flex;
    flex: 0 0 33%;
}

#filtercatergory .modal-footer #searchviewresult,
#searchfiltercatergory .modal-footer #searchviewresult{
    background: #000;
}

/*------------------------------
5.6 Breadcrumbs
------------------------------*/
#breadcrumbs {
    z-index: 2;
    position: relative;
}
#breadcrumbs .breadcrumb {
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0;
    padding: 12px;
}
#breadcrumbs .breadcrumb > li {
    color: #000;
    font-size: 14px;
}
#breadcrumbs .breadcrumb > li a {
    color: #868686;
}
#breadcrumbs .breadcrumb > li + li:before {
    color: #000;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 9px;
}
#breadcrumbs .breadcrumb > li:nth-child(2):before {
    display: none;
}

/*------------------------------
5.7 Pagination
------------------------------*/
.zoo-pagination {
    display: block;
    font-size: 0;
    padding: 30px 0 20px 0;
    text-align: center;
}
.zoo-pagination span,
.zoo-pagination a {
    border: solid 1px #d9d9d9;
    color: #000;
    display: inline-block;
    font: normal 18px/38px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    height: 40px;
    margin-left: -1px;
    overflow-y: hidden;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.zoo-pagination span {
    background: #000;
    border-color: #000;
    color: #fff;
}
.zoo-pagination a.next,
.zoo-pagination a.end,
.zoo-pagination a.previous,
.zoo-pagination a.start {
    position: relative;
    text-indent: -9999px;
}
.zoo-pagination a.next:after,
.zoo-pagination a.end:after,
.zoo-pagination a.previous:after,
.zoo-pagination a.start:after {
    color: #ababab;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    left: 16px;
    position: absolute;
    text-indent: 0;
    top: 1px;
}
.zoo-pagination a.end:after {
    content: "\f101";
}
.zoo-pagination a.previous:after {
    content: "\f104";
}
.zoo-pagination a.start:after {
    content: "\f100";
}

/*------------------------------
5.8 Social Navigation
------------------------------*/
#social-navigation {
    float: right;
}
#social-navigation li {
    display: block;
    float: left;
    height: 33px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 33px;
}
#social-navigation li.linkedin a {
    background: url('../images/icn-linkedin.png') no-repeat;
    background-size: 33px 33px;
}
#social-navigation li.facebook a {
    background: url('../images/icn-facebook.png') no-repeat;
    background-size: 33px 33px;
}
#social-navigation li.twitter a {
    background: url('../images/icn-twitter.png') no-repeat;
    background-size: 33px 33px;
}
#social-navigation li.instagram a {
    background: url('../images/icn-instagram.png') no-repeat;
    background-size: 33px 33px;
}
#social-navigation li.pinterest a {
    background: url('../images/icn-pinterest.png') no-repeat;
    background-size: 33px 33px;
}
#social-navigation li.youtube a {
    background: url('../images/icn-youtube.png') no-repeat;
    background-size: 33px 33px;
}
#social-navigation li.googleplus a {
    background: url('../images/icn-googleplus.png') no-repeat;
    background-size: 33px 33px;
}
#social-navigation li.xing a {
    background: url('../images/icn-xing.png') no-repeat;
    background-size: 33px 33px;
}

/*------------------------------
5.9 Quick to Navigation
------------------------------*/
#quick-to {
    display: block;
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
#quick-to .title {
	font-size: 24px;
	margin-bottom: 20x;
}
#quick-to li {
    display: block;
    float: left;
    font-size: 20px;
    margin: 15px 0;
    width: 33%;
}
#quick-to li a {
    color: #000;
    text-decoration: none !important;
    display: flex;
    align-items: center;
}
#quick-to li a i,
#quick-to li img {
    border: solid 1px #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    line-height: 42px;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}
#quick-to li img {
    padding: 4px;
}
#quick-to li span {
    display: inline-block;
}

/*------------------------------
5.10 Footer Navigation
------------------------------*/
footer .title,
footer .separator {
    display: block;
    font: normal 18px/18px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 15px;
}


/*------------------------------
5.11 Bottom Navigation
------------------------------*/
#bottom-navigation {
    margin: 30px 0 10px 0;
}
#bottom-navigation li {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#bottom-navigation li:before {
	content: " | ";
}
#bottom-navigation li:first-child:before {
	content: " ";
}
#bottom-navigation li a {
    padding: 0 6px;
    text-decoration: underline;
}

/*------------------------------
5.12 Social Side Navigation
------------------------------*/
#side-ctas {
    display: flex;
    position: fixed;
    right: 30px;
    top: 210px;
    z-index: 100;
}
#side-ctas.sticky {
    top: 157px;
}
#social-side-navigation #follow {
    background: #000;
    border-radius: 50%;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    float: right;
    font-size: 24px;
    height: 50px;
    line-height: 52px;
    padding-right: 3px;
    text-align: center;
    width: 50px;
}

#social-side-navigation ul {
    clear: both;
    display: none;
    float: right;
    margin: 10px 10px 0 0;
    padding-left: 20px;
}
#social-side-navigation ul li {
    display: block;
    height: 30px;
    margin-bottom: 5px;
    padding: 3px 40px 3px 0;
}
#social-side-navigation ul li a {
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 22px;
    padding: 0 10px;
}
#social-side-navigation li.facebook {
    background: url('../images/icons/icn-facebook-2.png') no-repeat center right;
}
#social-side-navigation li.twitter {
    background: url('../images/icons/icn-twitter-2.png') no-repeat center right;
}
#social-side-navigation li.instagram {
    background: url('../images/icons/icn-instagram-2.png') no-repeat center right;
}
#social-side-navigation li.pinterest {
    background: url('../images/icons/icn-pinterest-2.png') no-repeat center right;
}
#social-side-navigation li.youtube {
    background: url('../images/icons/icn-youtube-2.png') no-repeat center right;
}
#social-side-navigation li.googleplus {
    background: url('../images/icons/icn-googleplus-2.png') no-repeat center right;
}
#social-side-navigation li.xing {
    background: url('../images/icons/icn-xing-2.png') no-repeat center right;
}
#social-side-navigation li.linkedin {
    background: url('../images/icons/icn-linkedin-2.png') no-repeat center right;
}

/*------------------------------
5.13 Contact Side Navigation
------------------------------*/
.float-fix {
    position: absolute;
    right: 50px;
}
#contact-side-navigation #contact-btn-side {
    background: #d0b35b;
    border-radius: 50%;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    float: right;
    font-size: 20px;
    height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    margin-right: 15px;
    display: none;
}
#contact-side-navigation #contact-btn-side i {
	left: 7px;
	position: absolute;
	top: 22px;
}
#contact-side-navigation #contact-btn-side i:last-child {
	left: 20px;
	top: 12px;
}
#contact-side-navigation ul {
    clear: both;
    float: right;
    margin: 15px 23px 0 0;
    padding-left: 20px;
}
#contact-side-navigation ul li {
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-end;
    width: 200px;
    align-items: center;
}
#contact-side-navigation ul li i {
    color: white;
    background: #d0b35b;
    border-radius: 100%;
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
}
#contact-side-navigation ul li a {
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 22px;
    text-decoration: none;
    padding: 0 10px;
}
/*------------------------------
5.14 Event search
------------------------------*/
#event-search {
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#event-search .container {
    position: relative;
}
#event-search .title-wrapper {
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#event-search .removeFair {
    margin-left: 30px;
}


#event-search .title-wrapper .title {
    position: relative;
    cursor: pointer;
}
#event-search .title-wrapper .title:after {
    color: #000;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 20px;
    margin-left: -6px;
    position: absolute;
    right: -20px;
}
#event-search.active .title-wrapper .title:after {
    content: '\f0de';
    top: 5px;
}
#event-search .title i {
    margin-right: 8px;
}
#event-search .form-wrapper{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    width: calc(100% - 30px);
    transform: translateX(-50%);
    background: #fff;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
    border-left: solid 15px #cdb05a;
    padding: 40px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;

}
#event-search.active .form-wrapper {
    height: auto; opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
    display: block;
}
#event-search .form-wrapper .title {
    font-size: 34px;
    margin-bottom: 65px;
}
#event-search .form-wrapper .title span {
    background: #d0b35b;
    color: #fff;
    left: 20px;
    padding: 33px 20px 20px 20px;
    position: relative;
    top: 0;
}
#event-search .form-wrapper .title i {
    margin-left: 10px;
    background: #d0b35b;
    padding: 10px 12px;
    border-radius: 50%;
}
#event-search .form-wrapper .subtitle {
    color: #717e8e;
    display: block;
    font-size: 20px;
    margin: 30px 0 10px 0;
}
#event-search .form-wrapper input {
    font-size: 18px !important;
    padding: 12px 20px !important;
}
#event-search .form-wrapper select {
    padding: 12px 20px !important;
    text-transform: uppercase;
}
#event-search .form-wrapper .button {
    display: block;
    margin: 30px auto 0;
    font-size: 18px;
    padding: 4px 30px;
}
#event-search .form-wrapper .button {
    float: right;
    margin-top: 15px;
}
#event-search.event-search-home {
    display: none;
}
#event-search.event-search-home.visible {
    display: block;
}
#event-search .has-error .help-block {
    display: none;
}
#event-search #filter-events .filter-items{
    padding: 0;
}
#event-search #filter-events .event-search-table {
    width: 100%;
    padding: 15px !important;
    border: 1px solid #d0b35b;
    margin-bottom: 15px;
}
#event-search #filter-events .table-events .title{
    font-size: 20px;
}
#event-search #filter-events .filter-items {
    max-height: calc(70vh - 200px);
    overflow-y: scroll;
}
#event-search #filter-events .table-events {
    margin-top: 0;
}
/*--------------------------------------------------------------
6.0 Homepage
--------------------------------------------------------------*/
#slider-search {
    display: flex;
    margin-top: -50px;
}

/*------------------------------
6.1 Slider
------------------------------*/
#slider {
	position: relative;
    flex: 0 0 70%;
}
#slider .shadow {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	height: 250px;
}
#slider .carousel-inner,
#slider .item {
    height: 100%;
}
#slider img {
    width: 100% !important;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
#slider .item. {
	position: relative;
}
#slider h3 {
    background: rgba(31,33,36,0.9);
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding: 15px 25px;
    position: absolute;
    bottom: 12%;
    right: 11%;
    z-index: 3;
}

#slider .carousel-control i {
	display: inline-block;
	font-size: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 5;
}
#slider .carousel-control.right i {
	left: auto;
	right: 50%;
}

#slider .carousel-control.right.home i {
    right: 50%;
}

#slider .carousel-control.left.home i {
    left: 50%;
}

/*------------------------------
6.2 Search
------------------------------*/
#search-home {
	background: rgb(39,50,63);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(31,33,36,1) 75%, rgba(31,33,36,1) 100%);
    flex: 0 0 30%;
}
#search-home .wrapper {
	background: #fff;
	border-left: solid 15px #cdb05a;
	padding: 40px;
}
#search-home .title {
	font-size: 34px;
	margin-bottom: 40px;
}
#search-home .title span {
	background: #d0b35b;
	color: #fff;
	left: 20px;
	padding: 33px 20px 20px 20px;
	position: relative;
	top: 0;
    z-index: 5;
}
#search-home input {
	font-size: 18px !important;
	padding: 12px 20px !important;
}
.fair-search-home,
.fair-search-header {
    width: 100%;
}
#search-home .subtitle {
	color: #717e8e;
	display: block;
	font-size: 20px;
	margin: 30px 0 10px 0;
}
#search-home select {
	padding: 12px 20px !important;
	text-transform: uppercase;
}
#search-home select option {
	text-transform: none;
}
#search-home .select:after {
	top: 12px;
}
#search_home_city, #search_home_fairground {
	display: none;
}
#search-home .has-error .help-block {
    display: none;
}

#search-home #filter-events .filter-items{
    padding: 0;
}

#search-home #filter-events .filter-items {
    max-height: calc(70vh - 200px);
    overflow-y: scroll;
}

#search-home #filter-events .filter-items.events .event-search-table {
    padding: 15px !important;
    width: 100%;
    margin-left: 0;
}

#search-home #filter-events .table-events {
    margin-top: 0;
}

#search-home #filter-events .event-search-table {
    width: 100%;
    padding: 15px !important;
    border: 1px solid #d0b35b;
    margin-bottom: 15px;
}



/*------------------------------
6.3 USP's
------------------------------*/
#usp-s {
	background: #000;
}
#usp-s .wrapper {
	height: 100%;
	padding: 40px 50px 40px 120px;
}
#usp-s .usp {
	color: #fff;
	margin: 0 15px;
}
#usp-s .usp a {
    color:  #fff;
}
#usp-s .usp i {
	font-size: 36px;
	margin-bottom: 20px;
}
#usp-s .usp img {
    filter: brightness(0) invert(1);
}
#usp-s .usp span {
	border-top: solid 1px #525b65;
	display: block;
	font-size: 30px;
	line-height: 36px;
	padding: 20px 50px 0 0;
}
#usp-s #more {
	background: #1f2124;
	color: #abb4c0;
	font-size: 22px;
	height: 100%;
	padding: 0 120px 100px 50px;
}
#usp-s #more .title {
	background: #737678;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	margin: 0 -70px 60px -70px;
}
#usp-s #more .button {
	border-color: #fff;
	color: #fff;
}

/*------------------------------
6.4 Sets
------------------------------*/
#sets {
	background: #fff;
	margin: -260px 80px 20px 80px;
	position: relative;
	z-index: 1;
}
#sets .label {
	border-radius: 0;
	background: #d0b35b;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	padding: 15px;
	position: absolute;
	top: 0;
	z-index: 1;
}
#sets .intro {
	padding: 80px;
}
#sets .intro h3 {
	font-size: 36px;
	margin-bottom: 30px;
}
#sets .intro p {
	color: #717e8e;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
}
#sets-carousel .carousel-indicators {
    bottom: -5px;
    left: inherit;
    padding: 0 80px;
    right: 0;
    text-align: left;
    width: 50%;
}
#sets-carousel .carousel-indicators li {
    border: none;
    border-radius: 0;
    background-color:none;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0;
    position: relative;
    text-indent: 0;
    width: 32%;
}

#sets-carousel .carousel-indicators li.active:before {
	color: #3c4752;
    content: '\f0de';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 20px;
    margin-left: -6px;
    left: 50%;
    position: absolute;
    top: -15px;
}

#sets-carousel .carousel-indicators li .title {
	background: rgba(255,255,255,0.95);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	padding: 30px 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
#sets-carousel .carousel-indicators li.active .title {
	display: inline-block;
}

#sets-mobile {
    background-color: #ececec;
    padding: 60px 15px 30px 15px;
}

#sets-mobile h2{
    font-size: 30px;
    margin-bottom: 40px;
}

#sets-mobile i{
    margin-right: 15px;
}

#sets-mobile .set {
    position: relative;
    margin-bottom: 30px;
}

#sets-mobile .set .title {
    color: #fff;
    left: 0;
    padding: 25px 35px;
    position: absolute;
    right: 0;
    top: 0;
}

#sets-mobile .set .title h3 a{
    color: #fff;
    font-size: 24px;
}

#sets-mobile .set .title i{
    margin-left: 40px;
    margin-right: 0px;
}

#sets-mobile .set .title.light-blue {
    background-color:rgb(103,122,144,.95);
}

#sets-mobile .set .title.dark-blue{
    background-color:rgb(46,53,61,.95);
}

#sets-mobile .set .title.gold {
    background-color:rgb(201,175,92,.95);
}

/*------------------------------
6.5 Categories
------------------------------*/
#categories {
	background: #f5f5f5;
	margin: 0 80px;
	padding: 80px 30px 30px 30px;
	position: relative;
}
#categories h2 {
	color: #717e8e;
	display: inline-block;
	margin-bottom: 70px;
	position: relative;
}
#categories h2:after {
	background: url('../images/arrow-light-gray.png') no-repeat;
	content: " ";
	height: 33px;
	position: absolute;
	right: -60px;
	top: 10px;
	width: 48px;
}
#categories .category {
	background: #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	   		border-radius: 50%;
	display: table;
	float: left;
	height: 159px;
	margin: 0 15px;
	padding: 25px;
	position: relative;
	text-align: center;
	width: 159px;
}
#categories .category img {
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: -30px;
}
#categories .category h3 {
	display: table-cell;
	font-size: 20px;
	vertical-align: middle;
}
#categories .category i {
	bottom: 30px;
	color: #d0b35b;
	font-size: 20px;
	left: 50%;
	margin-left: -9px;
	position: absolute;
}
#categories-carousel {
	margin-bottom: 40px;
}
#categories-carousel .carousel-inner .item {
	padding-top: 30px;
}
#categories-carousel .carousel-control {
	color: #000;
	font-size: 36px;
	margin-top: 90px;
    width: 100%;
    cursor: pointer;
}
#categories .button {
	float: right;
}


#categories-carousel .carousel-inner .item.active.left
{
    left: 0;
    transform: translate3d(-20%,0,0);
}

#categories-carousel .carousel-inner .item.active.right
{
    left: 0;
    transform: translate3d(20%,0,0);
}

#categories-carousel .carousel-inner .item.next.left a {
    display: none;
}

#categories-carousel .carousel-inner .item.active a {
    display: table;
}

#categories .owl-carousel .owl-item img {
    width: unset;
}

#categories .owl-carousel .owl-prev,
#categories .owl-carousel .owl-next,
#products .owl-carousel .owl-prev,
#products .owl-carousel .owl-next,
#inspirations-home .owl-carousel .owl-prev,
#inspirations-home .owl-carousel .owl-next {
    color: #000;
    font-size: 36px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#categories .owl-carousel .owl-prev:focus,
#categories .owl-carousel .owl-next:focus,
#products .owl-carousel .owl-prev:focus,
#products .owl-carousel .owl-next:focus {
    outline: none;

}


#categories .owl-carousel .owl-next,
#products .owl-carousel .owl-next {
    right: -40px;
}

#categories .owl-carousel .owl-prev,
#products .owl-carousel .owl-prev
{
    left: -40px;
}
#inspirations-home .owl-carousel .owl-next {
    right: -60px;
}
#inspirations-home .owl-carousel .owl-prev {
    left: -60px;
}


#categories .owl-carousel .owl-item {
    padding-top: 30px;
}

#categories .col-sm-10 {
    margin: 0 auto;
    float: none;
}

#products .col-xs-10,
#inspirations-home .col-xs-10{
    margin: 0 auto;
    float: none;
}





/*------------------------------
6.6 Events
------------------------------*/
#events {
	background: #ececec;
	padding: 80px 0 50px 0;
}
#events h2 {
	font-size: 36px;
	margin-bottom: 40px;
}
#events .event {
	background: #fff;
	margin-bottom: 30px;
	padding-top: 100px;
	position: relative;
}
#events .event .title {
	background: #000;
	color: #fff;
	left: 0;
	padding: 25px 35px;
	position: absolute;
	right: 0;
	top: 0;
}
#events .event .title a {
	color: #fff;
}
#events .event .title h3 {
	font-size: 24px;
	margin-bottom: 8px;
}
#events .event .title h3 a {
	color: #fff;
}
#events .event .title .date i {
	color: #d0b35b;
	margin-right: 5px;
}
#events .event .intro {
	padding: 25px 35px;
}
#events .event .intro p {
	color: #717e8e;
	font-size: 17px;
}
#events .event .intro p a {
	color: #717e8e;
}
#events .event .intro .button {
	font-size: 20px;
}
#events .event .intro .button:last-child {
	background: #c0a44e;
	border-color: #c0a44e;
}
#events .event .intro .button i {
	float: right;
	position: relative;
	top: 7px;
}

/*------------------------------
6.7 Contact
------------------------------*/
#contact {
	background: #000;
	height: 100%;
	padding: 60px;
}
#contact .title span {
	background: #d0b35b;
	color: #fff;
	display: block;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
	padding: 25px 40px;
	position: relative;
}
#contact .title span:after {
	background: url('../images/arrow-white.png') no-repeat;
	content: " ";
	height: 26px;
	position: absolute;
	right: -40px;
	top: 30px;
	width: 68px;
	z-index: 1;
}
#contact p {
	color: #000;
	font-size: 20px;
}
#contact img {
	border-radius: 50%;
	margin-bottom: 20px;
}
#contact span.title {
	color: #000;
	font-size: 24px;
}
#contact .function {
	color: #abb4c0;
	font-size: 18px;
	margin-left: 20px;
}
#contact .button {
	color: #fff;
	margin-bottom: 3px;
}

/*------------------------------
6.8 Quicklinks
------------------------------*/
section.quicklinks {
	background: #f5f5f5;
	height: 100%;
	padding: 35px 60px;
}
.quicklink {
	border-bottom: solid 1px #d7d7d7;
	color: #717e8e;
	display: block;
	padding: 25px;
}
section.quicklinks .quicklink:first-child {
	color: #000;
}
.quicklink:last-child {
	border-bottom: none;
}
section.quicklinks .quicklink i {
	font-size: 30px;
}
section.quicklinks .quicklink .title {
	margin-bottom: 5px;
}
section.quicklinks .quicklink p {
	margin-bottom: 0;
}

/*------------------------------
6.9 Products
------------------------------*/
#products {
	padding: 80px 0;
}
#products .title {
	font-size: 48px;
    margin-bottom: 30px;
    line-height: 1.2;
}
#products p {
	color: #717e8e;
	font-size: 24px;
	line-height: 30px;
}
#products .product {
	border: none;
	display: table;
	float: left;
	margin-bottom: 30px;
	position: relative;
	/* width: 285px; */
}
#products-carousel {
	margin-bottom: 40px;
}
#products-carousel .carousel-inner .item {
	padding-top: 30px;
}
#products-carousel .carousel-control {
	background: #f5f5f5 !important;
	border-radius: 50%;
	color: #000;
	display: block;
	height: 75px;
	line-height: 75px;
	font-size: 36px;
	margin-top: 130px;
	width: 75px;
}

#products-carousel-home {
	margin-bottom: 40px;
}
#products-carousel-home .carousel-inner .item {
	padding-top: 30px;
}
#products-carousel-home .carousel-control {
	background: #f5f5f5 !important;
	border-radius: 50%;
	color: #000;
	display: block;
	height: 75px;
	line-height: 75px;
	font-size: 36px;
	margin-top: 130px;
    width: 75px;
    cursor: pointer;
}

/*------------------------------
6.10 Inspirations
------------------------------*/
#inspirations-home{
    background: #fff;
    padding: 70px 0;
}
#inspirations-home .title {
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 30px;
}
#inspirations-home .wrapper {
    margin: 0 10px;
}
#inspirations-home a:hover {
    text-decoration: none;
}
#inspirations-home .wrapper .title {
    padding: 20px;
    background: #f5f5f5;
    font-size: 24px;
    height: 80px;
    color: #000;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
7.0 Article category
--------------------------------------------------------------*/
.category-flex-btns {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.category-flex-btns > a:first-child {
    margin-right: 15px;
}
/*------------------------------
7.1 Slider
------------------------------*/
#category-slider {
    background: #000;
}
#category-slider .intro {
    color: #fff;
    padding: 15%;
}
#category-slider .intro h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}
#category-slider .intro a {
    color: #fff;
}
#category-slider .intro span.category {
    display: block;
    margin-bottom: 50px;
}
#category-slider .intro p {
    display: block;
    margin-bottom: 50px;
}
#category-slider .intro .category-image {
    -webkit-filter: invert(100%);
       -moz-filter: invert(100%);
            filter: invert(100%);
    margin-bottom: 20px;
}
#category-slider .read-more a {
    border: solid 1px #fff;
    display: inline-block;
    font: normal 16px/34px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    height: 50px;
    padding: 6px 40px;
}
#category-slider .image img {
    height: auto;
    width: 100%;
}
#category-slider .carousel-indicators {
    bottom: inherit;
    left: 32%;
    margin-left: 0;
    padding: 0;
    right: inherit;
    top: 20px;
    width: 12px;
}
#category-slider .carousel-indicators li {
    float: left;
    margin-bottom: 5px !important;
}
#category-slider .carousel-indicators .active {
    background: #fff;
    margin-bottom: -8px;
}

/*------------------------------
7.2 Teasers
------------------------------*/
.teaser {
    border: solid 1px #d9d9d9;
    display: block;
    margin-bottom: 30px;
    min-height: 350px;
}
.teaser .element-image img {
    height: auto;
    width: 100%;
}
.teaser .title {
    padding: 15px;
}

/*------------------------------
7.3 Vacancies
------------------------------*/
.zoo-filter {
    margin-bottom: 30px;
}
.zoo-filter .form-element-row {
    display: block;
    float: left;
    padding: 0 30px 0 0;
    width: 30%;
}
.zoo-filter .form-element-row.itemcategory {
    display: none;
}
.zoo-filter .form-element-row select {
    width: 100%;
}
.zoo-filter .select:after {
    right: 42px;
}
.zoo-filter .button {
    display: block;
    float: left;
    height: 40px;
    padding-top: 2px;
    width: 10%;
}

/*------------------------------
7.4 Rent a look
------------------------------*/
.teaser.rent-a-look h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
.teaser.rent-a-look a {
	font-weight: normal;
}

/*--------------------------------------------------------------
8.0 Article
--------------------------------------------------------------*/
#article-slider {
    padding-bottom: 30px;
    overflow: hidden;
}
#article-slider #image {
    background: #000;
}
#image {
    background: #000;
}
#image img {
    height: auto;
    width: 100%;
}
.embed-responsive {
    display: block;
    margin-bottom: 30px;
}
#tags {
    margin: 60px 0;
}
#tags .title {
    display: inline-block;
    margin: 0 40px 40px 0;
    position: relative;
    top: 4px;
}
aside#side-content {
    border-left: solid 1px #d9d9d9;
    margin-top: 30px;
    padding-left: 40px;
}
aside#contact {
    background: #f1f1f1;
    margin: 30px 0;
    padding: 40px;
    border: 1px solid rgba(39,50,63,.5);
}
aside#contact .button {
    margin-bottom: 8px;
    width: 100%;
    padding: 5px 5px 5px 50px;
}
aside#contact .button .fa {
    border-right: none;
}
aside#banner {
    border: solid 1px #d9d9d9;
    font: normal 18px/18px 'Shadows Into Light', cursive;
    margin: 30px 0;
    padding: 40px;
    text-align: center;
}
aside#banner .title {
    font: normal 24px/24px 'Shadows Into Light', cursive;
    margin-bottom: 20px;
}
aside#banner .button {
    width: 100%;
}
.contact-item {
    margin-bottom:20px;
}
/*------------------------------
8.1 Gallery
------------------------------*/
main a.gallery {
    border: none;
    display: block;
    padding: 0;
    margin-bottom: 30px;
}
.modal {
    background: rgba(0,0,0,0.7);
    overflow-y: visible;
}
#image-gallery .modal-dialog,
#product-modal .modal-dialog {
    display: table;
    margin: 0;
    width: 100%;;
}
#video .modal-dialog {
    display: block;
    max-width: 1024px;
}
#image-gallery .modal-content,
#product-modal .modal-content {
    background: none;
    box-shadow: none;
    border-radius: 0;
}
#image-gallery .modal-content .modal-header,
#product-modal .modal-content .modal-header {
    border: none;
    padding-bottom: 0;
}
#image-gallery .modal-content .modal-header .close,
#product-modal .modal-content .modal-header .close {
    color: #fff;
    font-size: 40px;
    text-shadow: none;
    opacity: 1;
}
#image-gallery .modal-content .modal-body,
#product-modal .modal-content .modal-body {
    text-align: center !important;
    height: 80vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#image-gallery .modal-content .modal-body #image-gallery-image,
#product-modal .modal-content .modal-body #image-gallery-image {
    display: inline-block;
    max-height:100% !important;
    max-width:100% !important;
}
#image-gallery .modal-content .modal-footer,
#product-modal .modal-content .modal-footer  {
    border: none;
    color: #fff;
    padding-top: 0;
}
#image-gallery .modal-content .modal-footer span,
#product-modal .modal-content .modal-footer span {
    border: none;
    color: #fff;
    font-size: 40px;
}
#image-gallery .modal-content .modal-footer #counter span,
#product-modal .modal-content .modal-footer #counter span {
    font-size: 16px;
}
#image-gallery .modal-content .modal-footer span#show-previous-image,
#product-modal .modal-content .modal-footer span#show-previous-image {
    cursor: pointer !important;
    float: left;
    padding-left: 0;
    position: relative;
    top: -43vh;
}
#image-gallery .modal-content .modal-footer span#show-next-image,
#product-modal .modal-content .modal-footer span#show-next-image {
    cursor: pointer !important;
    padding-right: 0;
    position: relative;
    top: -43vh;
}
#facebook-gallery {
    margin-top: -110px;
}

/*------------------------------
8.2 Collections
------------------------------*/
.collection a {
    display: block;
    margin-bottom: 30px;
    font-weight: normal;
    text-decoration: none;
}

/*------------------------------
8.3 Press archive
------------------------------*/
.panel-group {
    border-top: solid 1px #d9d9d9;
}
.panel-group .toggler {
    background: none;
    border: none;
    border-bottom: solid 1px #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 10px;
    position: relative;
    text-shadow: none;
}
.panel-group .panel {
    box-shadow: none;
    position: relative;
    margin-top: 5px;
}
.panel-group .panel:after {
    content: '\f107';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    right: 10px;
    position: absolute;
    top: 5px;
}
.panel-group .panel.in:after {
    content: "\f106";
}
.panel-group .content-wrapper {
    border-bottom: solid 1px #d9d9d9;
}
.panel-group .content-wrapper .content {
    border-top: solid 1px #d9d9d9;
    padding: 10px 10px 20px 10px;
    line-height: 30px;
}
.panel-group .content-wrapper .content a {
    font-weight: normal;
}
.panel-groupl .content-wrapper .content a .wf_file_icon {
    margin-right: 5px;
}

/*------------------------------
8.4 Page city
------------------------------*/

#city-header{
    background: #000;
    padding:50px 170px 40px 40px;
}
#city-header .icon{
    background: #252525;
    border-radius: 50%;
    width:100px;
    height:100px;
    text-align: center;
    display: inline-block;
    float: left;
}
#city-header .icon img{
    width:100%;
    padding:20px;
}
#city-header .city-title{
    display: inline-block;
    color:#fff;
    float: left;
    padding: 40px 20px;
    font: normal 22px/30px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#city-header .button{
    float:right;
    border-color: #fff;
    color:#fff;
    transition:all 0.3s ease-in-out;
    margin-right:80px;
}
#city-header .button:hover,
#city-header .button:focus{
    background: #fff;
    color:#000;
}
#city-header .white-arrow img{
    position: absolute;
    width:30px;
    margin-left:-60px;
    margin-top:-10px;
}
#city-header h1{
    color:#fff;
    font: normal 36px/42px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin:0 0 10px 0;
}
#city-header p{
    color:#8f8f8f;
    font: normal 24px/36px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#city-header a,
#city-header a:hover {
    color:#8f8f8f;
}
.city-image{
    position: absolute;
    left:-40px;
    bottom:-41px;
    width: 60%;
}
#city-header .google-rating i{
    color:#fff;
    font-size:115px;
}
#city-header .google-rating .nr{
    color:#000;
    font: normal 36px/36px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    position: absolute;
    top: 45px;
    left: 60px;
}
.rating{
    margin-top:10px;
    margin-left:35px;
}
#city-intro .wrapper{
    padding:50px 70px 20px 40px;
}
#city-intro .wrapper p{
    color:#848484;
    font: normal 16px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#city-intro .wrapper .arrow{
    width: 50px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    position: absolute;
}
#city-intro .wrapper .wrapper-pay-off{
    display: block;
    width:100%;
    margin-bottom: 60px;
}
#city-intro .wrapper .pay-off{
    display: inline-block;
    font: normal 22px/22px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#city-intro .img-hover:after{
    content:'\f055';
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background: rgba(255, 255, 255, 0.95);
    font-family: 'Font Awesome 5 Pro';
    transition: all 0.3s ease-in-out;
    opacity: 0;
    text-align: center;
    padding-top:30%;
    font-size:40px;
    font-weight: 300;
}
#city-intro .img-hover:hover:after{
    opacity: 1;
}
#city-intro .modal-content{
    background: transparent;
    border:none;
    box-shadow: none;
}
#city-intro .modal-header .close{
    color:#fff;
    font-weight: 300;
    color:#fff;
    opacity: 1;
}
#city-intro .modal{
    background: rgba(0, 0, 0, 0.6);
}
#city-intro .modal-header{
    border:none;
    padding:0 20px;
}
#city-intro .col-md-6 > .row .col-md-6{
    height:280px;
    overflow:hidden;
}
#city-intro .col-md-6 > .row .col-md-6 .img-hover img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#city-categories{
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(left,  #efefef 0%, #efefef 50%, #e7e7e7 50%, #e7e7e7 50%, #e7e7e7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #efefef 0%,#efefef 50%,#e7e7e7 50%,#e7e7e7 50%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #efefef 0%,#efefef 50%,#e7e7e7 50%,#e7e7e7 50%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e7e7e7',GradientType=1 ); /* IE6-9 */
    padding:0 50px;
}
#city-categories .button.black{
    background: #000;
    color:#fff;
    padding:6px 15px 6px 50px;
}
#city-categories .button.black:hover,
#city-categories .button.black:focus{
    background: transparent;
    color:#000;
    transition:all 0.3s ease-in-out;
}
#city-categories .button.black:hover img,
#city-categories .button.black:focus img{
    filter: invert(1);
}
#city-categories .button.black img{
    width: 30px;
    position: absolute;
    margin-top: 4px;
    margin-left: -40px;
}
#city-categories h3{
    font-size:24px;
    line-height: 30px;
    margin-bottom: 20px;
}
#city-categories .wrapper{
    padding:50px;
}
#city-categories p{
    color: #848484;
    font: normal 16px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#city-categories .link{
    display: inline-block;
    width:40%;
    float:left;
    text-align: center;
}
#city-categories .item:hover,
#city-categories .item:focus{
    text-decoration: none;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}
#city-categories .link .item{
    display: inline-block;
    width: 100%;
}
#city-categories .link-wrapper{
    padding:50px 20px;
    float: left;
}
#city-categories .link-wrapper.service {
	padding-top: 128px;
}
#city-categories .link-wrapper.service li {
	font-size: 20px;
	margin-bottom: 10px;
}
#city-categories .link-wrapper.service li i {
	font-size: 14px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
#city-categories .link .item img{
    border:2px solid #000;
    border-radius: 3px;
    background: transparent;
    padding:5px;
    width:65px;
    height:65px;
}
#city-categories .link .txt{
    display: block;
    width:100%;
    text-align: center;
    font: normal 16px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 30px;
}
#city-categories .grey{
    background: #e7e7e7;
}
#city-categories .contact-txt{
    background: #fff;
    padding:30px;
    margin:60px 25px 60px 75px;
}
#city-categories .contact-txt .arrow{
    position: absolute;
    margin-left: 18%;
    width: 50px;
    margin-top: 15px;
}
#city-categories .contact-txt h4{
    font: normal 24px/26px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin:0 0 20px 0;
}
#city-categories .contact-txt p{
    font: normal 20px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#city-categories .contact-person {
    padding:50px 50px 50px 0;
    text-align: center;
}
#city-categories .contact-person img{
    border-radius: 50%;
    margin:0 auto;
    width:100%;
    max-width: 150px;
}
#city-categories .contact-person .name{
    font: normal 24px/26px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    width:100%;
    text-align: center;
}
#city-categories .contact-person .function{
    font: normal 18px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    color: #999999;
}
#city-categories .contact-person .phone{
    cursor: text;
    font-size:18px;
    font-weight: bold;
    display: block;
    margin:10px 0 20px 0;
}
.phone:hover,
.phone:focus{
    text-decoration: none;
    color:#000;
}
#city-categories .contact-person .phone i{
    margin-right:10px;
}
#city-categories .contact-person .button.transp{
    border:1px solid #000;
    background: transparent;
    color:#000;
}
#city-categories .contact-person .button.transp i{
    margin-right:10px;
}
#city-categories .contact-person .button.transp:hover,
#city-categories .contact-person .button.transp:focus{
    background: #000;
    color:#fff;
    transition: all 0.3s ease-in-out;
}
#youtube{
    background: #000;
    padding:50px 0;
}
#youtube .name{
    font: normal 24px/30px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    color:#fff;
    text-transform: uppercase;
}
#youtube .subtitle{
    font: normal 18px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    color:#fff;
    text-transform: uppercase;
}
#youtube p{
    font: normal 16px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    color:#fff;
    margin-top:30px;
    padding-right:30px;
}
#youtube iframe{
    width:100%!important;
}
#youtube .hvr-pop {
	border: solid 1px #fff;
	margin-right: 5px;
}
#seo-block{
    border-bottom:50px solid #f4f4f4;
}
#seo-block #seo-contact {
	background: #f4f4f4;
	height: 100%;
	padding: 30px 30px 0 0;
	position: relative;
}
#seo-block #seo-contact:before {
	background: #f4f4f4;
	content: '';
	position: absolute;
	top: 0;
	left: -3000px;
	bottom: 0;
	width: 3000px;
}
#seo-block .wrapper{
    border:1px solid #cdcdcd;
    padding:30px;
    margin:30px 0;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#seo-block .wrapper .title{
    font: normal 21px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin:10px 0 20px 0;
}
#seo-block .wrapper .icon-img img{
    position: absolute;
    right: 40px;
    top: 50px;
    width: 60px;
}
#seo-block .wrapper .contact-details{
    padding-bottom: 30px;
    display: block;
    float:left;
}
#seo-block .wrapper .contact-details i{
    font-size: 14px;
    margin-right: 10px;
}
#seo-block .buttons .button{
    width:100%;
    text-align: center;
    margin:0 0 5px 0;
    padding-right:40px;
}
#seo-block .buttons .button:hover,
#seo-block .buttons .button:focus{
    border:1px solid #000;
    background: transparent;
    color:#000;
    transition:all 0.3s ease-in-out;
}
#seo-block .buttons .button i{
    position: absolute;
    left:20px;
    top:15px;
}
#seo-block .content-block{
    padding:40px 0;
}
#seo-block .content-block h1{
    font: normal 36px/42px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#seo-block .content-block h2,
#seo-block .content-block h3,
#seo-block .content-block h4,
#seo-block .content-block h5,
#seo-block .content-block h6{
    font: normal 24px/30px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin:0 0 10px 0;
}
#seo-block .content-block p{
    color: #848484;
    font: normal 16px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
#seo-block .content-block ul li,
#seo-block .content-block ol li{
    color: #848484;
    font: normal 16px/24px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    padding-left:40px;
}
#seo-block .content-block ul li:before{
    content: '\f105';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    margin-left: -20px;
}
#seo-block .content-block a{
    text-decoration: underline;
    color:#636363;
}
#seo-block .content-block strong{
    color:#636363;
}
#seo-block .phone{
    cursor: text;
    display: block;
}

/*------------------------------
8.5 Rent a look
------------------------------*/
.pointBoxDesc {
	font-size: 14px;
}

/*------------------------------
8.6 Inspiration
------------------------------*/
#introduction {
    padding : 70px;
    line-height: 1.4;
}

#introduction .photo {
    padding-left: 10%;
    border-right: 15px solid #d0b35b;
    padding-right: 0;
}

#introduction h2 {
    font-size: 44px;
    color: #d0b35b;
    margin-bottom: 10px;
}

#introduction h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.4 !important;
}

#introduction p {
    font-size: 20px;
    color: #717e8e;
}

#introduction .description {
    padding: 80px;
}

#questions {
    background-color: #000;
    padding: 60px;
    color: #fff;
}

#questions img {
    border-radius: 50%;
}

#questions .questionmark {
    padding-left: 30px;
    padding-right: 120px;
    position: relative;
}
#questions .questionmark:after {
    background: url(../images/arrow-white.png) no-repeat;
    content: " ";
    height: 26px;
    position: absolute;
    right: -20px;
    top: 12px;
    width: 68px;
    z-index: 1;
    transform: rotate(-15deg);
}

#questions p {
    font-size: 18px;
    margin-bottom: 0;
}

#questions h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

#questions .buttons{
    text-align: right;
}

#questions .button-left {
    background-color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none !important;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 15px;
    margin-top: 15px;
}

#questions .button-left:hover {
    background-color: #f0f0f0;
}


#questions .button-left i, .button-right i {
    margin-right: 15px;
}

#questions .button-right{
    background-color: #d0b35b;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 15px;
}

#questions .button-right:hover{
    background-color: #bb9f4c;
}

#slider {
    background-color: #131920;
}

#slider .container-fluid {
    padding: 0 200px;
}

#slider .carousel {
    top: 60px;
}

#slider .carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

#slider.inspirations .carousel-indicators {
    width: 50%;
    bottom: -55px;
}

#slider .carousel-control i {
    background: #000;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#slider .carousel-control {
    top: unset;
    bottom: 5%;
    cursor: pointer;
}

#slider .carousel-control.right {
    right: 8%;
    left: unset;
}

#slider .carousel-control.left {
    right: calc(8% + 110px);
    left: unset;
}

#slider .carousel-indicators li, .carousel-indicators li.active {
    margin: 0px 7px !important;
}

#slider.inspirations {
    background: none;
    max-width: 767px;
    margin: 0 auto;
}

#slider .container-fluid {
    padding: 0;
}

#slider.inspirations img {
    position: relative;
}

#slider.inspirations .carousel-control {
    bottom: -5%;
}

#content .container {
    padding-top: 200px;
    padding-bottom: 100px;
}
#content.newsletter {
    background: linear-gradient(to right,white 58%,#ececec 0%);
}
#content.newsletter .container {
    padding-top: 50px;
    padding-bottom: 100px;
}

#content .information {
    padding-right: 50px;
}

#content h2 {
    font-size: 30px;
    color:#000;
    margin-bottom: 10px;
}

#content p {
    font-size: 18px;
    color: #717e8e;
    margin-bottom: 30px;
}

#content ul {
    font-size: 18px;
    color: #717e8e;
    margin-bottom: 30px;
    margin-left: 20px;
}

#content ul li{
    margin-top: 10px;
}

#content i {
    font-size: 14px;
    margin-right: 15px;
}

#content .sets {
    padding-left: 120px;
}

#content .sets i {
    font-size: 30px;
    margin-right: 10px;
}

#content .set {
    position: relative;
    margin-bottom: 30px;
}

#content .set .sub-title{
    margin-top: 30px;
    margin-bottom: 0px;
    color: #000;
}

#content .set .title {
    color: #fff;
    left: 0;
    padding: 15px 15px;
    position: absolute;
    right: 0;
}

#content .set .title h3 a{
    color: #fff;
    font-size: 19px;
}


#content .sets .set i{
    margin-right: 15px;
    font-size: 18px;
}

#content .set .title i{
    margin-left: 20px;
    margin-right: 0px;
}

#content .set .title.light-blue {
    background-color:rgb(103,122,144,.95);
}

#content .set .title.dark-blue{
    background-color:rgb(46,53,61,.95);
}

#content .set .title.gold {
    background-color:rgb(201,175,92,.95);
}

#inspiration-products {
    background-color: #f5f5f5;
}

#inspiration-products .container {
    background-color: #fff;
    padding: 60px 40px;
}

#inspiration-products #products .product {
    width: 270px;
}

#about-icons {
    margin-top: 100px;
}

#about-icons .title {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:30px;
}

#about-icons .icon-group {
    display: flex;
    flex-wrap: wrap;
}

#about-icons .icon-group .icon {
    flex: 0 0 33.3333%;
    padding: 0 20px 20px 20px;
}

#about-icons .icon-group .icon span {
    display: block;
    text-align: center;
}

#about-icons .col-md-5 {
    border-left: 1px solid #717e8e;
}

#about-icons .text {
    line-height: 2.5;
    color: #717e8e;
}

.row.about-icons {
    display: flex;
    align-items: flex-end;
}

.row.about-icons .number-wrapper{
    border-left: 1px solid #717e8e;
    padding-left: 15px;
}

.about-big-title {
    margin: 25px 0;
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 30px;
}

.about-icon-wrapper {
    max-width: 190px;
    flex: 0 0 190px;
    margin-left: auto;
    padding-right: 15px;
    flex-basis: 40%;
}

.about-icon-wrapper .icon {
    max-width: 100px;
    margin-left: auto;
}

.about-icon-wrapper .title {
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:10px;
    line-height: 1.2;
}

.about-number {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-number-text {
    line-height: 1.3;
    color: #717e8e;
    margin-top: 25px;
}

.row.about-icons-bottom {
    margin: 0;
}

.row.about-icons-bottom.center {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.row.about-icons-bottom .col-md-6 {
    display: flex;
    margin-top: 50px;
}

.row.about-icons-bottom .number-wrapper {
    padding-left: 15px;
    align-self: flex-end;
    border-left: 1px solid #717e8e;
    flex-basis: 60%;
}

/*------------------------------
8.7 Event
------------------------------*/
#specs {
    padding: 50px 0;
    border-bottom: 1px solid #e3e3e3;
}

#specs p {
    font-size: 24px;
    color: #131920;
    margin-bottom: 0;
}

#specs .specs-title {
    text-align: center;
    color: #d0b35b;
    margin-bottom: 24px;
}

#specs i {
    margin-right: 15px;
}

#event-categories {
    text-align: center;
    margin-bottom: 30px;
    background: #f5f5f5;
}

#event-categories #categories h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

#event-categories #categories p {
    font-size: 18px;
    margin-bottom: 70px;
    color: #717e8e;
}

#event-categories #categories h2:after {
    display: none;
}

#event-categories #categories .row-cat {
    display: flex;
    justify-content: center;
}

/*------------------------------
8.8 Events overview
------------------------------*/
#filter-events .filter-block {
    background: #f5f5f5;
    padding: 65px 20px 40px 5%;
    color: #8993a0;
    font-size: 18px;
}

#filter-events .filter-block .filter-mob {
   display: flex;
   justify-content: space-around;
}

#filter-events.events-overview .filter-block,
#filter-events.inspirations-overview .filter-block {
    margin-bottom: 0;
    padding-bottom: 10px;
 }


#filter-events .filter-block h3{
    font-size: 24px;
    color: #000;
    margin-top: 10px;

}

#filter-events .filter-block i{
    margin-right: 15px;
}

#filter-events .filter-block p{
    font-size: 20px;
    color: #000;
    cursor: pointer;
    margin-bottom: 10px;

}

#filter-events .filter-block .category li {
    padding-top: 5px;
}

#filter-events .filter-block .category li a {
    color: #717e8e;
    text-decoration: none;
}

#filter-events .filter-block .category li a:focus, #filter-events .filter-block .category li a.active {
    color: #000;
    font-weight: bold;
}

#filter-events .filter-block .has-validation-callback input[type=submit] {
    background: #000;
    color: #fff !important;
}

#filter-events .filter-block .has-validation-callback input[type=submit]:hover {
    background: #fff;
    color: #000 !important;
}

#filter-events .filter-block .country .separator {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
    display: block;
    color: #000;
}

#filter-events .filter-block .cities li {
    position: relative;
    padding-left: 18px;
    padding-bottom: 10px;
}

#filter-events .filter-block .cities li:before {
    content: '\f105';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    left: 0;
    position: absolute;
}



#filter-events .filter-block p:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f077';
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;

}
#filter-events .filter-block p:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
}

#filter-events .filter-block .panel-collapse
  {
    max-height: 250px;
    overflow-y: scroll;
}

#filter-events .filter-block .cat-wrapper:last-child .panel-collapse
  {
   overflow: auto;
}

.filter-block .panel-heading {
    padding: 0;
}

.filter-block .panel-heading .panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-decoration: underline;
    font-size: 18px !important;

}

.filter-block .panel-heading .panel-title i{
    margin-left: 15px;
    font-size: 15px;
}

#filter-events .filter-items {
    padding: 40px 100px 100px 100px;
}

#filter-events .filter-items h2{
    font-size: 30px;
}

#filter-events .filter-items .filter-item {
    padding-left: 0;
    padding-right: 30px;
}

#filter-events .filter-items .filter-item a {
    text-decoration: none;
}

#filter-events .filter-items .filter-item .title-block{
    margin-top: 50px;
    padding: 20px;
    background: #f5f5f5;
}

#filter-events .filter-items .filter-item .title-block p{
    margin: 0;
}

#filter-events .filter-items .filter-item .title-block .title {
    font-size: 24px;
    height: 80px;
}

#filter-events .filter-items .filter-item .title-block .date {
    font-size: 18px;
}

#filter-events .filter-items .filter-item .title-block i{
    margin-right: 15px;
}


#filter-events .filter-items .filter-item .desc{
    font-size: 20px;
    color: #717e8e;
    padding: 15px;
    margin-bottom: 0;
}

#filter-events .filter-items .filter-item .button {
    display: block;
    text-align: center;
    font-size: 18px;
}

#filter-events .filter-items .filter-item .button i {
    margin-left: 15px;
}

#filter-events .filter-items .filter-item .btn-messesets {
    border-bottom: none;
}

#filter-events .filter-items .question-block {
    background: linear-gradient(to right, #000 65%, #d0b35b 35%);
    padding: 50px;
    margin-top: 50px;
    color: #fff;
}

#filter-events .filter-items .question-block img {
    border-radius: 50%;
}

#filter-events .filter-items .question-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

#filter-events .filter-items .question-block p {
    font-size: 18px;
    margin-bottom: 0;
}

#filter-events .filter-items .question-block .questionmark {
    padding-left: 50px;
    padding-right: 120px;
}

#filter-events .filter-items .question-block .questionmark:after {
    background: url(../images/arrow-white.png) no-repeat;
    content: " ";
    height: 26px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 68px;
    z-index: 1;
    transform: rotate(-15deg);
}

#filter-events .filter-items .question-block .button-top {
    display: block;
    padding: 15px 30px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    background: #ffffff;
    text-align: center;
}

#filter-events .filter-items .question-block .button-top:hover {
    background: #efefef;
}

#filter-events .filter-items .question-block .button-bot {
    display: block;
    padding: 15px 30px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    background: #f2f2f2;
    text-align: center;
}

#filter-events .filter-items .question-block .button-bot:hover {
    background: #dcdcdc;
}

#filter-events .filter-items .question-block i {
    margin-right: 15px;
    color: #d0b35b;
}

#filter-events .filter-items .question-block .questionmark, #filter-events .filter-items .question-block img {
    margin-top: 15px;
}

#filter-events .filter-items .btn-mehr {
    background: #d0b35b;
    color: #fff;
    border: none;
    font-size: 20px;
    margin-top: 30px;
}

#filter-events .filter-items .btn-mehr:hover {
    background: #bb9f4c;
    border: none !important;
}

#filter-events .filter-items .btn-mehr i {
    margin-left: 15px;
}

#filter-events .filter-items .button-row {
    text-align: center;
}

#filter-events .filter-items .button.icon {
    padding-left: 0;
}

#filter-events .filter-items .button.icon i{
    border-right: 0;
    margin-right: 0;
}
#filter-events .filter-items.events .items-counter {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}
#filter-events .filter-items.events .items-counter .counter{
    font-size: 20px;
    font-weight: bold;
}
#filter-events .filter-items.events .event-search-table {
    width: 80%;
    padding: 25px !important;
    margin-left: 10%;
    border: 1px solid #d0b35b;
}
#filter-events .table-events {
    width: 100%;
    margin-top: 20px;
    background: #f0efef;
}
#filter-events .link-event:hover {
    text-decoration: none;
}
#filter-events .table-events th {
    padding: 16px;
    font-size: 20px;
    font-weight: bold;
}
#filter-events .table-events td {
    padding: 16px;
    font-size: 20px;
    color: #000;
}
#filter-events .table-events .date {
    min-width: 135px;
}
#filter-events .table-events i {
    margin-right: 8px;
}
#filter-events .table-events tr {
    border-bottom: 1px solid #c0c0c0;
}
#filter-events .table-events .title {
    max-width: 200px;
}
#filter-events .table-events .location {
    max-width: 150px;
}
#filter-events .table-events .city {
    max-width: 150px;
}
#info-bottom {
    background: #efefef;
}

#info-bottom .container {
    padding: 80px 150px 60px 150px;
}

#info-bottom h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

#info-bottom p {
    color: #717e8e;
    font-size: 18px;
    margin-bottom: 30px;
}




/*--------------------------------------------------------------
9.0 Search results
--------------------------------------------------------------*/
#tabs {
    border-bottom: solid 1px #000;
    height: 40px;
    margin: 20px 0;
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#tabs li {
    background: url('../images/icons/icn-inspirations.png') no-repeat 5px 2px;
    background-size: 30px;
    border: solid 1px #acacac;
    border-bottom: none;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    padding-left: 36px;
    width: 180px;
}
#tabs li.products {
    background: url('../images/icons/icn-webshop.png') no-repeat 8px 6px;
    background-size: 30px;
}
#tabs li a {
    color: #9a9a9a;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}
#tabs li.active {
    border-color: #000;
    border-bottom: solid 1px #fff;
    height: 42px;
    margin-top: -2px;
}
#tabs li.active a {
    color: #000;
}
.search-navigation {
    display: none;
}
.tab-content {
    display: none;
    width: 100%;
}
.tab-content.active {
    display: block;
}
.tab-content .col-sm-4:nth-child(3n+4) {
    clear: both;
}
#tab-inspirations .teaser {
    min-height: 265px;
}
#tab-inspirations .teaser .image img {
    width: 100% !important;
}
.tab-content .teaser a {
    font-weight: normal;
}
#searchresults {
    padding-bottom: 100px;
    padding-left: 0;
}
#searchresults #products {
    padding:  0px;
    margin-bottom:  20px;
}
#searchresults .items-counter {
    font-size: 18px;
}
#searchresults .items-counter .counter {
    font-size: 20px;
    font-weight: bold;
}

/*--------------------------------------------------------------
10.0 Product category
--------------------------------------------------------------*/
span.favorites {
    color: #868686;
    display: inline-block;
    margin: 0 0 5px 62px;
    position: relative;
}
span.favorites:before {
    background: url('../images/arrow.png') no-repeat;
    background-size: 45px;
    content: " ";
    display: block;
    left: -40px;
    height: 41px;
    position: absolute;
    top: 11px;
    width: 45px;
    z-index: 10;
}
#filter {
    display: none;
}

/*------------------------------
10.1 Toolbar
------------------------------*/
#product_toolbar {
    margin: 10px 0 30px 0;
}
#product_toolbar .grid,
#product_toolbar .list,
#product_toolbar li {
    border: solid 1px #d9d9d9;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    margin-right: -1px;
    text-align: center;
    width: 35px;
}
#product_toolbar .grid,
#product_toolbar .list,
#product_toolbar .previous,
#product_toolbar .next {
    border: none;
    position: relative;
    text-indent: -9999px;
}
#product_toolbar .grid:before,
#product_toolbar .list:before,
#product_toolbar .previous:before,
#product_toolbar .next:before {
    content: '\f00a';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    font-weight: normal;
    left: 8px;
    position: absolute;
    text-indent: 0;
    top: 2px;
}
#product_toolbar .list:before {
    content: '\f00b';
}
#product_toolbar .previous:before {
    content: '\f104';
    left: 14px;
    top: 0;
}
#product_toolbar .next:before {
    content: '\f105';
    left: 14px;
    top: 0;
}
#product_toolbar strong.grid,
#product_toolbar strong.list,
#product_toolbar li.active,
#product_toolbar li.current {
    background: #000;
    border-color: #000;
    color: #fff;
}
#product_toolbar ul {
    display: inline;
}
#product_toolbar li.active a,
#product_toolbar li.current a {
    color: #fff;
}
#product_toolbar a {
    color: #000;
    display: block;
}
#product_toolbar label {
    color: #909090;
    display: inline-block;
    font-weight: normal;
}

/*------------------------------
10.2 Teasers
------------------------------*/
.product {
    height: 100%;
    margin-bottom: 30px;
    padding: 25px 20px 0 20px;
}
.product img {
    position: relative;
    z-index: -1;
}
.product-wrapper {
    border: solid 1px #ddd;
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 30px;
}
.product .favorite {
    color: #d0b35b;
    margin-bottom: 10px;
}
.product .sku {
    color: #909090;
    font-size: 15px;
    margin-bottom: 10px;
}
.product .sku strong {
    color: #000;
    font-weight: normal;
}
.product h2 {
    margin-top: 15px;
    min-height: 40px;
    min-height:100px;
}
.product.list h2 {
    margin-top: 8px;
    min-height: 58px;
}
.product h2 a {
    color: #000;
    font-size: 20px;
    line-height: 18px;
}
.product .price-box {
    margin: 0 -20px;
    padding: 10px 20px;
}
.price-content {
    display: inline-block;
    float: left;
}
.product.list .price-box {
    border: none;
    border-left: solid 1px #d9d9d9;
    margin-top: -15px;
    min-height: 80px;
}
.product .price-box .price-excluding-tax{
    font-size: 21px;
}
.product .price-box .price-including-tax {
    font-size: 18px;
    margin: 10px 0;
}
.product .price-box .price-excluding-tax,
.product .price-box .price-including-tax {
    display: block;
}
.product .price-box .label {
    color: #909090;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}
a.info {
    color: #000;
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.product .price-box a.info {
    float: right;
}
.product .add-to-cart {
    margin: 0 -10px;
}
.product.list .add-to-cart {
    border-left: solid 1px #d9d9d9;
}
.product .add-to-cart .btn-cart {
    background: #000;
    border: none;
    color: #fff;
    float: left;
    width: 100%;
}

.product .add-to-cart .btn-cart:hover {
    background: #1f2124;
}

/*--------------------------------------------------------------
11.0 Product
--------------------------------------------------------------*/
.back {
    display: inline-block;
    margin-top: 10px;
}
.product-page {
    margin-top: 10px;
}
#sticky-product {
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    display: none;
    left: 0;
    padding: 5px 0;
    position: fixed;
    right: 0;
    top: 126px;
    z-index: 1048;
}
#sticky-product.scroll {
    display: block;
}
#sticky-product h3 {
    font-size: 18px;
    margin-top: 12px;
}
#sticky-product .sku {
    float: none !important;
}
#sticky-product .price-box {
    margin-top: 10px;
}
#sticky-product .price-excluding-tax .label,
#sticky-product .price-including-tax .price {
    font-size: 16px;
}
#sticky-product  .price-excluding-tax .price {
    font-size: 20px;
}
#sticky-product .info {
    display: none;
}
#sticky-product .add-to-cart {
    margin-top: 9px;
}

/*------------------------------
11.1 Collections
------------------------------*/
#collections {
    display: block;
    float: left;
    height: 35px;
}
#collections li {
    background: url('../images/icons/icn-katalog.png') no-repeat;
    background-size: 30px;
    display: inline-block;
    float: left;
    font: normal 18px/30px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-right: 35px;
    padding-left: 35px;
}
#collections li.cs {
    background: url('../images/icons/icn-katalog-cs.png') no-repeat;
    background-size: 30px;
    color: #000;
}
#collections li.ec {
    background: url('../images/icons/icn-katalog-ec.png') no-repeat;
    background-size: 30px;
    color: #848484;
}
#collections li a {
    color: #000;
    font-size: 16px;
}

/*------------------------------
11.2 Product info
------------------------------*/
.product-page .product-details {
    border: solid 1px #d9d9d9;
    display: block;
    padding: 40px 30px 20px 40px;
}
.product-page .product-details .favorite {
    color: #000;
    margin-bottom: 10px;
}
.product-page .product-details h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.product-page .product-details p {
    margin-bottom: 50px;
}
.product-page .price-box .price-excluding-tax,
.product-page .price-box .price-including-tax {
    display: block;
}
.at .product-page .price-box .fa-info-circle {
    display: none;
}
.product-page .price-box .label {
    color: #909090;
    display: inline-block;
    font-weight: normal;
    padding: 0;
    text-align: left;
}
.product-page .price-excluding-tax .label,
.product-page .price-including-tax .price {
    font-size: 18px;
}
.product-page .price-including-tax .label {
    font-size: 14px;
}
.product-page .price-excluding-tax .price {
    font-size: 24px;
}
.product-details em {
    color: #909090;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
}
.product-page .sku {
    color: #909090;
    float: right;
    font-size: 14px;
    margin-bottom: 10px;
}
.product-page .sku strong {
    color: #000;
    font-weight: normal;
}
.product-page .add-to-cart {
    display: inline-block;
    margin: 3px 0 2px 0;
    float: right;
}
.product-page .add-to-cart input {
    height: 50px;
    text-align: center;
    width: 100px;
}
.product-page .add-to-cart .btn-cart {
    background: #000 url('../images/icons/icn-webshop-white.png') no-repeat 10px;
    background-size: 32px 32px;
    border: none;
    color: #fff;
    height: 50px;
    padding: 6px 18px 6px 68px;
    position: relative;
}
.product-page .add-to-cart .btn-cart:before {
    background: #834037;
    content: " ";
    height: 30px;
    left: 50px;
    position: absolute;
    top: 10px;
    width: 1px;
}

/*------------------------------
11.3 Downloads/Contact
------------------------------*/
.product-page #downloads,
.product-page #contact {
    margin-bottom: 60px;
}
.product-page #downloads .title,
.product-page #contact .title {
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.product-page #downloads ul {
    margin-bottom: 0;
}
.product-page #downloads ul li {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.product-page #downloads ul li span {
    font-size: 18px;
}
.product-page #downloads ul li a {
    color: #000;
    text-decoration: underline;
}
/*------------------------------
11.4 Product slider
------------------------------*/
#product-slider {
    margin-bottom: -10px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    top: -10px;
    width: 100%;
}
#image.product-inspiration {
    margin-bottom: 30px;
    position: relative;
    top: -10px;
}

/*------------------------------
11.5 Related
------------------------------*/
.product-page #related {
    margin-bottom: 50px;
}
.product-page #related div.title {
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.product-page #related span.title {
    margin-bottom: 0;
}
.product-page #related img {
    margin-bottom: 30px;
}

/*------------------------------
11.6 Product page
------------------------------*/
#product {
    padding: 80px 0;
    border-bottom: solid 1px #d9d9d9;
}

#product .product-img img {
    display: block;
    max-width: 70%;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

#product .product-thumbs {
    display: flex;
    justify-content: center;
}

#product .product-thumbs li {
    list-style: none;
    padding: 0 10px;
    cursor: pointer;
}

#product .product-thumbs img {
    max-width: 100%;
}

#atmos-image .modal-content {
    background-color: unset;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#atmos-image .modal-header {
    border-bottom: none;
}
#atmos-image .modal-dialog{
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
#atmos-image .close {
    opacity: 1;
    color: #fff;
    font-size: 50px;
}
#atmos-image .close:hover {
    opacity: .5;
    color: #fff;
}
#product .information .artnmr {
    color: #717e8e;
    font-size: 16px;
    margin-bottom: 10px;
}

#product .information .artnmr .heart {
    color: #d0b35b;
    margin-right: 10px;
    margin-left: 0;
}

#product .information h2 {
    color: #000;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}

#product .information .sub-title {
    color: #717e8e;
    font-size: 20px;
}

#product .information ul {
    margin-bottom: 35px;
}

#product .information li {
    color: #af974d;
    font-size: 20px;
    margin-top: 10px;
    display: flex;
}

#product .information li i {
    font-size: 24px;
    margin-right: 10px;
    color: #d0b35b;
}

#product .information .excl {
    margin-bottom: 0;
}

#product .information .excl {
    font-size: 18px;
    color: #717e8e;
    text-align: right;
    margin-bottom: 10px;
}

#product .information .incl {
    font-size: 15px;
    color: #717e8e;
    text-align: right;
    margin-bottom: 10px;
}

#product .information .incl span {
    font-size: 20px;
}

#product .information .price {
    font-size: 24px;
    color: #000;
    margin: 0 5px;
}

#product .information .info {
    font-size: 21px;
    color: #d0b35b;
    margin-left: 10px;
}

#product .information .add-to-cart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 14px 0;
}

#product .information .add-to-cart input {
    height: 50px !important;
    text-align: center;
    width: 100px;
}

#product .information .add-to-cart .favorite {
    color: #d0b35b;
    margin-left: 10px;
    font-size: 25px;
}

#product .information .btn-cart {
    background: #d0b35b;
    color: #fff;
    border: none;
    margin-left: 10px;
    font-size: 20px;
}

#product .information .btn-cart:hover {
    background: #bb9f4c;
    border: none !important;
}

#product .information .product-details {
    border: solid 1px #d9d9d9;
    display: block;
    padding: 40px 30px 20px 40px;
}



#downloads {
    padding: 50px 0;
}

#downloads h2 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #25303c;
}

#downloads span {
    color: #d0b35b;
    margin-right: 20px;
}

#downloads i {
    font-size: 24px;
    margin-right: 10px;
}

#downloads p {
    font-size: 18px;
    color: #25303c;
    margin-bottom: 10px;
}

#downloads a {
    text-decoration: underline;
    margin-right: 10px;
    color: #25303c;
}

#questions-block {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px;
}

#questions-block h3 {
    display: inline-block;
    font-size: 20px;
    margin-right: 30px;
}

#questions-block .button-left {
    background-color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none !important;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 15px;
}

#questions-block .button-left:hover {
    background-color: #f0f0f0;
}


#questions-block .button-left i, .button-right i {
    margin-right: 15px;
}

#questions-block .button-right{
    background-color: #d0b35b;
    font-size: 20px;
    padding: 15px 20px;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

#questions-block .button-right:hover{
    background-color: #bb9f4c;
}

#more-brand, #more-category {
    padding-top: 80px;
}

#more-brand h2, #more-category h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #25303c;
}

#more-brand a, #more-category a {
    text-decoration: none;
}

#more-brand .product-img, #more-category .product-img {
    border-radius: 50%;
    border: solid 1px #ddd !important;
    padding: 15px;
}

#more-brand p, #more-category p {
    font-size: 18px;
    color: #717e8e;
    margin-top: 20px;
    margin-bottom: 0;
}

#more-brand .price, #more-category .price {
    font-size: 22px;
    color: #000;
    margin-left: 5px;
}

#more-category {
    padding-bottom: 80px;
    border-bottom: solid 1px #ddd !important;
}

#inspirations {
    padding: 80px 0;
    border-bottom: solid 1px #ddd !important;
}

#inspirations h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #25303c;
}

#inspirations .title {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}

#inspirations .sub-title {
    font-size: 18px;
    color: #717e8e;
    margin-bottom: 0;
}

#inspirations a {
    text-decoration: none;
}

/*------------------------------
11.7 Set page
------------------------------*/
#top {
    padding: 80px 0;
    border-bottom: solid 1px #ddd !important;
}

#top img {
    margin-bottom: 40px;
    width: 100%;
}

#top p {
    font-size: 18px;
    color: #717e8e;
    margin-bottom: 10px;
}

#top h2 {
    font-size: 30px;
    color: #25303c;
}

#top .specs-block {
    padding-top: 30px;
}

#top .price-block {
    padding: 30px 0 30px 45px;
    border-left: solid 1px #ddd !important;
}

#top .information p {
    font-size: 20px;
}

#top .information ul {
    margin-top: 20px;
}

#top .information li {
    color: #af974d;
    font-size: 20px;
    margin-top: 10px;
}

#top .information li i {
    font-size: 24px;
    margin-right: 10px;
    color: #d0b35b;
}

#top .information .excl {
    font-size: 18px;
}

#top .information .incl {
    font-size: 15px;
}

#top .information .incl span{
    font-size: 20px;
}


#top .information .price {
    font-size: 24px;
    margin: 0 5px;
    color: #000;
}

#top .information .info {
    font-size: 24px;
    color: #d0b35b;
    margin-left: 10px;
}

#top .information .btn-cart {
    background: #d0b35b;
    color: #fff;
    border: none;
    font-size: 20px;
    margin-top: 20px;
}#o

#top .information .btn-cart:hover {
    background: #bb9f4c;
    border: none !important;
}

#top .information .btn-cart i{
    margin-left: 10px;
}

#set-table {
    padding-top: 40px;
    padding-bottom: 60px;
}

#set-table h2{
    font-size: 30px;
    margin-top: 30px;
    color: #25303c;
}

#set-table table {
    margin-top: 30px;
}

#set-table .product-col {
    width: 10%;
}

#set-table .desc-col {
    width: 80%;
}

#set-table .price-col {
    width: 10%;
}

#set-table table th {
    font-size: 18px;
    color: #717e8e;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd !important;
}

#set-table tbody td {
    font-size: 18px;
    color: #000;
    padding: 15px 0;
    border-bottom: solid 1px #ddd !important;
    vertical-align: middle;
}

#set-table tbody .price {
    color: #000;
}

#set-table img {
    max-width: 80%;
}

#set-table .price, #set-table .price-tax {
    font-size: 20px;
    color: #717e8e;
}


#set-table tfoot .total-row{
    padding-top: 30px;
}

#set-table tfoot .total, #set-table tfoot .tax {
    font-size: 18px;
    color: #717e8e;
    padding-right: 25px;
    vertical-align: middle;
    text-align: right;
}

#set-table tfoot .tax, #set-table tfoot .price-tax {
    padding-top: 10px;
}


#set-table tfoot .total, #set-table tfoot .tax {
    font-size: 18px;
    color: #717e8e;
    padding-right: 25px;
    vertical-align: middle;
    text-align: right;
}

#set-table tfoot .total-bruto {
    font-size: 22px;
    color: #25303c;
    padding-right: 25px;
    vertical-align: middle;
    text-align: right;
}

#set-table tfoot .total-bruto-price {
    font-size: 22px;
    color: #25303c;
    vertical-align: middle;
}

#set-table tfoot .total-bruto-row {
    padding-top: 30px;
}

#set-table .btn-cart {
    background: #d0b35b;
    color: #fff;
    border: none;
    font-size: 20px;
    margin-top: 30px;
    float: right;
}

#set-table .btn-cart:hover {
    background: #bb9f4c;
    border: none !important;
}

#set-table .btn-cart i{
    margin-left: 10px;
}


/*--------------------------------------------------------------
12.0 Shopping cart
--------------------------------------------------------------*/
.page-title {
    padding-top: 30px;
}
.cart-empty {
    padding-bottom: 30px;
}
.cart {
    padding: 50px 0 80px 0;
}
.cart h1 {
    margin-bottom: 50px;
}
.cart th {
    border-bottom: solid 1px #ddd !important;
    color: #909090;
    font-size: 19px;
}
.cart td {
    vertical-align: middle !important;
    font-size: 18px;
}
.cart td input {
    text-align: center;
}
.cart #shopping-cart-totals-table tbody tr:last-child td{
    padding-top: 15px;
}
.cart #shopping-cart-totals-table tbody tr:last-child td strong{
    font-size: 22px;
}
.cart .btn-continue,
.cart .btn-update {
    border: none;
    padding: 0;
    text-decoration: underline;
}
.cart .btn-continue {
    margin-top: 13px;
}
.cart .btn-continue i {
    margin-right: 7px;
}
.cart .no-border td {
    border: none;
}
.cart #shopping-cart-totals-table {
    margin-bottom: 15px;
    text-align: right;
}
.cart #shopping-cart-totals-table tr:first-child td {
    padding-top: 15px;
}
.cart #shopping-cart-totals-table td {
    border: none !important;
    color: #909090;
    padding: 2px 8px;
}
.cart #shopping-cart-totals-table td:last-child {
    padding-right: 53px;
    width: 150px;
}
.cart #shopping-cart-totals-table td strong {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.cart .btn-checkout {
    background: #000;
    color: #fff;
    padding: 6px 70px 6px 20px;
    position: relative;
}
.cart .btn-checkout:before {
    border-left: solid 1px #fff;
    content: '\f105';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 7px;
}

/*--------------------------------------------------------------
13.0 Checkout
--------------------------------------------------------------*/

/*------------------------------
13.1 Steps
------------------------------*/
#checkoutSteps {
    margin-bottom: 40px;
    text-align: center;
}
#checkoutSteps li {
    display: inline-block;
}
#checkoutSteps .step-title {
    color: #9a9a9a;
    width: 223px;
}
#checkoutSteps .active .step-title {
    color: #000;
}
#checkoutSteps .step-title .number {
    border: solid 1px #9a9a9a;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
#checkoutSteps .active .step-title .number {
    border-color: #000;
}
#checkoutSteps .step-title h2 {
    display: inline-block;
    font-size: 17px;
    margin: 10px 0 0 5px;
}

/*------------------------------
13.2 Forms
------------------------------*/
.checkout {
    padding: 50px 0 80px 0;
}
.checkout h1 {
    margin-bottom: 50px;
}
.checkout .login {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.checkout input[type="password"],
.checkout input[type="text"],
.checkout select {
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
}
.checkout .select:after {
    top: 13px;
}
.checkout .select.offer:after {
    bottom: 36px;
    top: inherit;
}
.checkout .forgot,
.checkout p.back-link {
    display: inline-block;
    margin-top: 10px;
}
.checkout #amorderattr {
    padding: 0 15px;
}
.checkout #form_review #amorderattr {
    padding: 0;
}
.checkout #amorderattr .field-row {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.checkout #amorderattr .field-row .info  {
    position: absolute;
    right: -5px;
    top: 13px;
}
.checkout #amorderattr.billing .field-row .info {
    right: -20px;
}
.checkout #fair_date .info  {
    position: absolute;
    right: -5px;
    top: 30px;
}
.checkout .required {
    color: #9a9a9a;
    margin-top: 10px;
}
.checkout #advice-required-entry-orderoffer {
    clear: both;
    position: relative;
    top: -15px;
}
.checkout #checkout-step-review .intro {
    border: solid 1px #d9d9d9;
    display: block;
    margin-bottom: 40px;
    padding: 24px 24px 0 24px;
}
.checkout .checks {
    margin: 0 0 30px 30px
}
.checkout .checks .fa {
    margin-right: 10px;
}
.js_date input{
    display: block !important;
}
.checkout .changelink {
    margin-left: 5px;
}
.checkout #billing-progress-opcheckout,
.checkout #shipping-progress-opcheckout {
    color: #909090;
    display: block;
}
.checkout #billing-progress-opcheckout strong,
.checkout #shipping-progress-opcheckout strong {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.checkout address {
    min-height: 120px;
}
.checkout .buttons-set {
    clear: both;
    position: relative;
}
.checkout #checkout-review-table {
    margin-top: 40px;
}
.checkout #checkout-review-table th {
    border-bottom: solid 1px #ddd !important;
    color: #909090;
    font-size: 18px;
    padding: 10px 8px;
}
.checkout #checkout-review-table td {
    vertical-align: middle !important;
    padding: 18px 8px;
}
.checkout #checkout-review-table td.price {
    width: 120px;
}
.checkout #checkout-review-table tfoot {
    margin-bottom: 40px;
    text-align: right;
}
.checkout #checkout-review-table tfoot td {
    border: none !important;
    color: #909090;
    padding: 2px 8px;
}
.checkout #checkout-review-table tfoot td.last {
    padding: 0 8px 0 0;
}
.checkout #checkout-review-table tfoot tr.last td.last {
    padding: 0;
}
.checkout #checkout-review-table tfoot td strong {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.checkout #checkout-review-table #amorderattr {
    padding: 0;
}
.checkout textarea {
    height: 130px;
    width: 100%;
}
.checkout-agreements {
    background: #f2f2f2;
    margin: 0 0 20px 0;
    padding: 20px;
}
.checkout-agreements .agreement-content {
    background: #fff;
    border: solid 1px #acacac;
    height: 150px;
    overflow: auto;
    padding: 10px;
}
.checkout #review-buttons-container p {
    margin-top: 14px;
}
.checkout #review-buttons-container p a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
14.0 My Account
--------------------------------------------------------------*/
.user-menu-nav {
    background: #f5f5f5;
    padding: 65px 20px 40px 5%;
    color: #8993a0;
    font-size: 18px;
}

.user-settings {
    padding: 40px 100px 0 120px;
}

.my-account button.button {
    position: relative;
    top: 1px;
}

.my-account .button.icon .fa {
    border-right: none;
    left: -5px;
}
.my-account {
    padding-bottom: 30px;
}
.my-account .col2-set .box-content .col-2 address  {
    margin-bottom: 0;
}
.my-account h1 {
    margin-bottom: 30px;
}
.my-account h1 i,
.my-account h2 i,
.my-account h3 i {
    font-size: 16px;
    position: relative;
    top: -2px;
}
.my-account h3 {
    font-size: 18px;
    margin-bottom: 7px;
}
.my-account h3 i {
    font-size: 16px;
    position: relative;
    top: -2px;
}
.my-account ul {
    list-style-type: none;
    margin-left: 0;
}
.my-account input[type="password"],
.my-account input[type="text"],
.my-account select {
    margin-bottom: 10px;
    width: 100%;
}
.my-account #country {
    background: none;
    padding: 7px;
}
.my-account .no-display {
    display: none;
}
.my-account .required {
    color: #9a9a9a;
}
.delete-account-btn {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 50px;
    display: block;
    text-decoration: underline;
}
.my-account .label{
    color:#000;
    padding:0;
}

.my-account .welcome-msg .hello {
    font-size: 21px;
}

.my-account p {
    font-size: 18px;
    margin-bottom: 30px;
}

.my-account h3 {
    margin-bottom: 15px;
}

.my-account h3 i {
    color: #d0b35b;
}

.my-account a {
    font-size: 18px;
}

.my-account .remove-btn {
    border: 1px solid #d0b35b;
    font-weight: normal;
    text-decoration: none;
    padding: 15px;
    margin-bottom: 20px;
    display: inline-block;
}
.my-account .remove-btn:hover {
    background: #d0b35b;
    color: #fff;
}
.my-account .product-name a{
    text-decoration: none;
    font-weight: normal;
}
.my-account .product-name a:hover {
    text-decoration: underline;
}
.my-account #amlist-table tfoot td {
    font-size: 18px;
}
.my-account #amlist-table .price-total {
    font-weight: bold;
}
.my-account .settings p {
    padding-top: 15px;
    border-top: 1px solid #d0b35b;
}
.my-account .settings a {
    font-size: 17px;
}
/*--------------------------------------------------------------
14.1 Delete account
--------------------------------------------------------------*/
#delete-account h1 {
    text-align: center;
}
#delete-account .bg-white {
    background: white;
}
#delete-account .is-black {
    color: black;
}
#delete-account .modal-body {
    height: auto !important;
}
#delete-account .modal-body .formCaption {
    display: none;
}
#delete-account .modal-body ol.formContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*--------------------------------------------------------------
15.0 Wishlist
--------------------------------------------------------------*/
.wishlist th {
    border-bottom: solid 1px #ddd !important;
    color: #909090;
    font-size: 18px;
}
.wishlist td {
    border-bottom: solid 1px #ddd;
    vertical-align: middle !important;
}
.wishlist img {
    height: auto;
    max-width: 75px;
}
.wishlist a {
    font-weight: normal;
    text-decoration: none;
}
.wishlist td .label {
    color: #909090;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    text-align: right;
}
.wishlist .sku {
    display: block;
    float: left;
    width: 25%;
}
.wishlist .product-name {
    display: block;
    float: left;
    width: 75%;
}
.wishlist .product-name .category {
    clear: both;
    color: #909090;
    display: block;
    font-size: 14px;
}
.wishlist .cart-cell {
    width: 310px;
}
.wishlist .price-box {
    display: block;
    float: left;
    margin-top: 3px;
    text-align: right;
    width: 180px;
}
.wishlist .cart-cell .clearfix {
    display: none;
}
.wishlist .add-to-cart-alt {
    display: block;
    float: left;
    padding-left: 10px;
    width: 130px;
}
.wishlist .price-box .price-including-tax {
    clear: both;
    display: block;
    width: 100%;
}
.wishlist .price-box .col-xs-2 {
    display: none;
}
.wishlist td input {
    float: left;
    height: 50px;
    margin-bottom: 0 !important;
    width: 60px !important;
}
.wishlist td input[type="checkbox"] {
    width: auto !important;
}
.wishlist td .button {
    float: left;
    padding: 6px 10px;
}
.wishlist td .button img {
    width: 32px;
}
#my-lists-table a {
    font-weight: normal;
}
#my-lists-table th {
    border-bottom: solid 1px #ddd;
    color: #909090;
    font-size: 18px;
}
#my-lists-table td {
    border-bottom: solid 1px #ddd;
    border-top: none;
    padding: 15px 10px;
    vertical-align: middle !important;
}
#amlist-table {
    margin: 20px 0;
}
#amlist-table .product-name {
    width: 95%;
}
#amlist-table .product-name span {
    font-size: 17px;
}
#amlist-table .product-name .label{
    margin-top: 12px;
    display: inline-block;
}
#amlist-table td input.qty {
    height: auto;
    text-align: center;
    width: 40px !important;
}
#amlist-table td.move {
    width: 160px;
}
#amlist-table td select {
    margin-bottom: 0;
}
#amlist-table tfoot td {
    border-bottom: none;
}
.edit-list-title input {
    margin-top: 1px;
}
.edit-list-title .button {
    height: 40px;
    padding: 2px 15px;
}
/*------------------------------
13.6 App page
------------------------------*/
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#app-introduction{
    margin-top:-5px;
}
#app-introduction .img-responsive{
    width:100%;
}
#app-introduction .wrapper{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    padding:75px;
}
#app-introduction .images-wrapper{
    position: absolute;
    top:0;
    right:0;
    height: 100%;
}
#app-introduction .images-wrapper .first-image{
    position: absolute;
    bottom: -60px;
    right: 460px;
    width: 180px;
    height: auto;
    z-index: 900;
}
#app-introduction .images-wrapper .second-image{
    position: absolute;
    bottom:0;
    right:0;
    width: 700px;
    height: auto;
}
#app-introduction .wrapper a img{
    width: 195px;
    height:60px;
}
#app-introduction h1{
    font-size:60px;
    color:#fff;
    background: #000;
    padding:10px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    float: left;
    line-height: 60px;
}
#app-introduction h2{
    font-size:60px;
    color:#fff;
    background: #000;
    padding:10px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    float: left;
    line-height: 60px;
}
.app-usps{
    padding:70px 20px 0 20px;
}
.app-usps h2{
    font-size: 36px;
    margin-bottom: 15px;
    text-shadow:0.5px 0px 0px #000;
}
.app-usps .subtitle{
    font-size:20px;
    color:#67696a;
    margin-bottom: 30px;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}
.app-usps .subtitle.second{
    font-size:24px;
}
.app-usps h3{
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 15px;
    text-shadow:0.5px 0px 0px #000;
}
.app-usps p{
    color:#67696a;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
}
.app-usps i{
    color: #000;
    font-size: 30px;
    margin-top: 30px;
    border-radius: 50%;
    padding: 30px 0;
    text-align: center;
    width: 90px;
    height: 90px;
    background: #f2f2f2;
}
.border-bottom-grey{
    border-bottom:1px solid #d7d7d7;
}
.cta-block .wrapper{
    padding:0 50px 50px 50px;
}
.cta-block img{
    margin-bottom:20px;
}
.cta-block h3{
    font-size:36px;
    line-height: 48px;
    margin-bottom: 30px;
    text-shadow:0.5px 0px 0px #000;
}
.cta-block .wrapper {
    padding: 30px 10px 20px 10px;
}
#app-intro .background-img {
    width: 100% !important;
}
#app-intro .intro-title{
    position: absolute;
    top:-40px;
    left:0;
    font-size: 18px;
}
#app-intro .img-wrapper{
    position: absolute;
    top:22%;
    left:10%;
    width:30%;
    margin:0 50px;
}
#app-intro .text-wrapper{
    position: absolute;
    top:20%;
    right:20%;
    width:30%;
    margin:0 50px;
    background: rgba(255,255,255,0.7);
    padding:50px;
}
#app-intro .check{
    margin-bottom:30px;
    font-size: 18px;
}
#app-intro .check i{
    margin-right:10px;
}
#app-intro p{
    font-size: 24px;
    line-height: 32px;
}
#app-intro .button{
    margin-bottom: 10px;
}
#app-features{
    width:100%;
    height:auto;
    padding:50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(247, 247, 247) 50%, rgba(234,234,234,1) 100%);
}
#app-features .intro-title{
    font-size:36px;
    margin-bottom:30px;
}
#app-features .text-wrapper{
    display: inline-block;
    margin-top: 0%;
    margin-left: 15%;
    position: relative;
    float: left;
    width: 25%;
    background: #f5f5f5;
    padding: 50px;
}
#app-features .img-wrapper{
    display: inline-block;
    margin-left: 10%;
    width: 25%;
}
#app-features li{
    padding:10px 0;
}
#app-features li i{
    margin-right:10px;
}
#app-features .fa-check-circle{
    position: absolute;
    font-size: 60px;
    left: -30px;
    top: -30px;
}

/*--------------------------------------------------------------
About us page
--------------------------------------------------------------*/
#about-intro {
    padding: 50px 0;
}

#about-intro h1 {
    color: #d0b35b;
    margin-bottom: 40px;
    font-size: 43px;
}

#about-intro .title-arrow {
    display: flex;
    text-align: center;
    flex-direction: column;
}

#about-intro .title-arrow h3 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 700;
}

#about-intro .title-arrow i {
    font-size: 45px;
    color: #d0b35b;
    margin-bottom: 40px;
}

#about-intro .usps {
    display: flex;
    flex-wrap: wrap;
}

#about-intro .usps .usp-wrapper {
    display: flex;
    flex: 0 0 20%;
}

#about-intro .usps .usp {
    text-align: center;
    flex: 0 0 75%;
}

#about-intro .usps .usp-wrapper .usp p {
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
}

#about-intro .usps .usp-wrapper span {
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    color: #d0b35b;
    margin-top: 30px;
    font-size: 100px;
}

#about-intro .txt-block h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    margin-top: 100px;
}

#about-intro .txt-block p {
    line-height: 1.4;
    font-size: 21px;
}

#about-slider .carousel-inner .item{
    padding-top: 100px;
}

#about-slider .img-wrapper {
    position: relative;
    width: 100%;
    height: 55vh;
}

#about-slider .img-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#about-slider .quote-wrapper {
    position: absolute;
    background: rgba(208, 179, 91, .9);
    width: 50%;
    max-width: 750px;
    padding: 70px 120px;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
}

#about-slider .quote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
}

#about-slider .quote .quote-open {
    position: absolute;
    width: 55px;
    left: -55px;
    top: -35px;
}

#about-slider .quote .quote-closed {
    position: absolute;
    width: 55px;
    transform: rotate(180deg);
    margin-left: 15px;
    margin-top: 15px;
}

#about-slider .quote-wrapper .name{
    text-align: right;
    font-style: italic;
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    right: 120px;
}

#about-slider .carousel-control.left {
    left: 15%;
}

#about-slider .carousel-control.right {
    right: 15%;
}

#about-slider .carousel-control i {
    background: #000;
    border-radius: 50%;
    position: absolute;
    bottom: 5%;
    cursor: pointer;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    font-size: 16px;
}

#about-usps {
    padding: 50px 0;
    background: #f5f5f5;
}

#about-usps h2 {
    text-align: center;
    font-size: 42px;
    color: #d0b35b;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
}

#about-usps .usp {
    margin-top: 30px;
    text-align: center;
}

#about-usps .usp img{
    max-width: 110px;
}

#about-usps .usp h4 {
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin: 20px 0;
    font-size: 24px;
    color: #d0b35b;
    font-weight: 700;
}

#about-usps p {
    font-size: 19px;
    line-height: 1.4;
}

#about-usps .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

#about-usps h3 {
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    font-size: 25px;
    margin-right: 20px;
}

#about-locations {
    height: 150vh;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    position: relative;
}

#about-locations .container.content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

#about-locations .txt-block {
    padding: 40px;
    background: #fff;
}

#about-locations .txt-block h2 {
    font-size: 42px;
    color: #d0b35b;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 15px;
}

#about-locations .txt-block p {
    margin-bottom: 0;
    font-size: 18px;
}

#about-locations .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about-locations .list ul li {
    flex: 0 0 50%;
}

#about-locations .list ul li:nth-child(even) {
    text-align: right;
}

#about-locations .list ul li a {
    flex: 0 0 50%;
    padding: 10px 20px;
    background: #838181;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 6px 0;
    transition: all .3s;
}

#about-locations .list ul li a:hover {
    text-decoration: none;
}

#about-locations .list ul li a.active {
    background: #000;
}

#about-locations .numbers .wrapper {
    padding: 70px 30px 30px 30px;    
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
}

#about-locations .numbers span {
    font-size: 80px;
    color: #d0b35b;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
}

#about-locations .numbers p {
    font-size: 22px;
    margin-top: 30px;
}

#about-locations .map {
    height: 100%;
    position: relative;
}

#about-locations svg {
    position: absolute;
    left: 20%;
    top: -25%;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}

#about-locations svg .location{
   transition: all .3s;
   transform: scale(1);
   transform-origin: 50% 50%;
   transform-box: fill-box;
}

#about-locations svg .location.active{
    transform: scale(1.4);
    opacity: 1 !important;
}

#about-team {
    padding: 30px 0 60px;
}

#about-team h2{
    font-size: 42px;
    color: #d0b35b;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 30px;
}

#about-team p{
    font-size: 20px;
    line-height: 1.5;
}

#questions-block.about {
    background-color: unset;
    background: url(../images/about-contact.jpg);
    background-position: center;
    padding: 40vh 0 10vh;
}

#questions-block .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
}

#about-partners {
    padding: 70px 0;
}

#about-partners h2 {
    font-size: 42px;
    color: #d0b35b;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 30px;
    margin-top: 15px;
}

#about-partners p {
    font-size: 20px;
}

#about-partners .logo {
    background: #f5f5f5;
    transition: all .3s;
    margin-top: 30px;
}

#about-partners .logo:hover {
    background: #e4d4a2;
}

#about-partners .logo img {
    opacity: .6;
    width: 100%;
    transition: all .3s;
}

#about-partners .logo:hover img {
    opacity: 1;
}

#about-quality {
    padding: 60px 0;
}

#about-quality img {
    width: 100%;
    border-right: 25px solid #d0b35b;
}

#about-quality .row {
    display: flex;
    align-items: center;
}

#about-quality h2 {
    font-size: 30px;
    color: #d0b35b;
    font-family: 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 42px;
}

#about-quality p{
    font-size: 20px;
    line-height: 1.5;
}

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/

/*------------------------------
16.1 Large screens
------------------------------*/
@media (max-width: 1600px) {
    #filter-events .table-events .date {
        max-width: 125px;
    }
    #side-navigation li a {
        padding: 20px 0;
    }
    #side-navigation li.active:after {
        border-width: 49px 0px 49px 15px;
        right: -15px;
    }
    #search-home {
        flex: 0 0 40%;
    }
    #slider {
        flex: 0 0 60%;
    }
}

@media (min-width: 1300px){
    #content.newsletter .container {
        width: 1240px;
    }
}

@media (min-width: 1200px) {

}

@media (max-width: 1200px) {
    #side-navigation li a {
        padding: 20px 0;
    }
    #side-navigation li.active:after {
        border-width: 49px 0px 49px 15px;
        right: 15px;
    }
    #introduction .description {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }

    #content .sets {
        padding-left: 30px;
    }

    #filter-events .filter-items .question-blocFk {
        text-align: center;
        background: #000;
        padding: 35px;
        margin-right: -35px;
        margin-left: -35px;
    }

    #filter-events .filter-items .question-block .buttons{
        padding-right: 0;
        padding-left: 0;
    }

    #filter-events .filter-items .question-block .questionmark {
        padding: 0;
        margin-bottom: 25px;
    }

    #filter-events .filter-items .question-block .questionmark:after {
        display: none;
    }
    #slider-search {
        flex-direction: column;
    }
    #search-home {
        order: 2;
    }
    #search-home .wrapper {
	    border: none;
	    padding: 30px;
        position: relative;
        margin: 0;
        margin: 0 50px;
    }
    #search-home #filter-events .filter-items {
        max-height: calc(40vh - 200px);
    }
    #slider {
        order: 1;
    }
    #slider img {
        position: relative;
        height: 30vh;
    }
    #slider.inspirations img {
        height: 100%;
    }
    #slider.inspirations .carousel-indicators {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }
    #slider .carousel-control.right {
        right: unset;
        left: unset;
        top: 0;
        right: 0;
    }

    #slider .carousel-control.left {
        right: unset;
        left: unset;
        top: 0;
    }
}



/*------------------------------
16.2 Portrait tablet to landscape
------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
	.scroll #logo {
		background-size: 140px;
	}
	#telephone,
	#email {
		font-size: 18px;
		margin-left: 20px;
	}
	#linkedin,
	#newsletter,
	#language-navigation {
		margin-left: 20px;
	}
	.quicklink {
		padding: 25px 0;
	}
	#usp-s .usp span {
		font-size: 24px;
		line-height: 28px;
		padding-right: 0;
	}
	#usp-s #more {
		padding: 0 50px 300px 50px
	}
	#usp-s #more .title {
		margin-right: 0;
	}
	#sets .intro {
		padding: 30px;
	}
	#sets .intro p {
		display: none;
	}
	#sets-carousel .carousel-indicators {
		padding: 0 30px;
	}
	#sets-carousel .carousel-indicators li .title {
		padding: 15px;
	}
	#sets {
		margin-left: 45px;
		margin-right: 45px;
	}
	#categories {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#categories .carousel-inner {
		margin: 0 -5%;
		padding-left: 7px;
		width: 110%;
	}
	#categories .category {
		margin: 0 5px;
	}
	#categories .button {
		margin-right: 40px;
	}
	#contact {
		padding: 40px;
	}
	#contact .title span {
		padding: 25px;
	}
	#contact p {
		margin-left: 25px;
	}
	#contact img {
		height: 100px;
		width: 100px;
	}
    #products-carousel .carousel-inner .item {
	    height: 350px;
	    overflow: hidden;
    }
    #products .product {
	    margin: 0 -4px;
	    /* width:250px; */
    }
    #products .product .add-to-cart {
	    text-align: center;
    }
    #products .product .add-to-cart .btn-cart {
	    float: none;
	    margin: 0 auto;
	    width: auto;
    }

    #products-carousel-home .carousel-inner .item {
	    height: 350px;
	    overflow: hidden;
    }

    /*#app-introduction .images-wrapper .second-image{
        width:500px;
    }
    #app-introduction .images-wrapper .first-image {
        bottom: -50px;
        right: 330px;
        width: 140px;
    }
    #city-header .icon{
        display: block;
        float: none;
        margin: 0 auto;
    }
    #city-header .city-title {
        padding: 10px;
        text-align: center;
        width: 100%;
    }
    #city-intro .wrapper {
        padding: 30px 30px 20px 20px;
    }
    #city-intro .col-md-6 > .row .col-md-6 {
        height: 250px;
        overflow: hidden;
    }
    #city-categories .wrapper {
        padding: 50px 20px 50px 0;
    }
    #city-categories .link-wrapper {
        padding: 50px 0px;
    }
    #city-categories .link:nth-child(odd) {
	    clear: both;
    }
    #city-categories .contact-txt {
        margin: 20px 5px 40px 35px;
    }
    #city-categories .contact-person {
        padding: 20px 0px 0 10px;
    }
    #youtube{
        padding:0;
    }
    #youtube .name{
        margin-top:30px;
    }
    #seo-block .wrapper{
        padding:20px;
    }
    #seo-block .wrapper .icon-img img {
        top: 40px;
        width: 40px;
    }
    .region-content{
        margin-top:-10px;
    }
    #app-intro .img-wrapper {
        left: 5%;
        width: 30%;
    }
    #app-intro .text-wrapper {
        top: 20%;
        right: 5%;
        width: 50%;
    }
    #app-features .text-wrapper {
        margin-left: 15%;
        width: 35%;
    }
    .scroll #logo {
        background-size: 100%;
    }
    #social-feeds .stream li {
        width: 17.8% !important;
    }
    #quote span.title {
        display: block;
        text-align: center;
    }
    #inspirations .post .post-title {
        min-height: 90px;
    }
    .teaser {
        min-height: 316px;
    }
    #tab-inspirations .teaser .image {
        height: 140px;
        width: 210px;
    }*/
}

/*------------------------------
16.3 Portrait tablet and larger
------------------------------*/
@media (min-width: 768px) {
    #image-slider .carousel-inner .item.left.active {
        transform: translateX(-33.33%);
    }
    #image-slider .carousel-inner .item.right.active {
        transform: translateX(33.33%);
    }
    #image-slider .carousel-inner .item.next {
        transform: translateX(33.33%)
    }
    #image-slider .carousel-inner .item.prev {
        transform: translateX(-33.33%)
    }
    #image-slider .carousel-inner .item.right,
    #image-slider .carousel-inner .item.left {
        transform: translateX(0);
    }
}

@media (min-width: 992px) {

    #filter-events .container-fluid > .row {
        overflow: hidden;
    }

    #filter-events .filter-block {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

    .user-menu-nav {
        padding-bottom: 250px;
    }

    #quick-to {
        padding-left: 10%;
    }

    #contact-details {
        padding-left: 10% !important;
    }

    #bottom-content {
        padding-left: 10%;
    }

    #bottom-content .container {
        width: 100%;
    }
    #bottom-content #social-navigation {
        margin-right: 60px;
    }
    #about-intro .title-arrow {
        position: relative;
        right: 30px;
    }
}

@media (max-width: 992px) {
    #side-navigation {
        width: 100%;
        bottom: 0;
        top: inherit;
        height: 80px;
        padding-top: 0;
    }
    #side-navigation ul {
        display: flex;
    }
    #side-navigation li {
        width: 25%;
    }
    #side-navigation li a {
        font-size: 15px;
        padding: 13px 5px;
    }
    #side-navigation li.active:after {
        display: none;
    }
    #product .carousel-indicators li {
        width: 25%;
    }

    #product .carousel-indicators {
        bottom: 0;
        text-align: center;
    }

    #top .price-block {
        padding-left: 15px;
        padding-bottom: 0;
        border-left: none !important;
    }

    #more-brand {
        text-align: center;
    }

    #more-brand img {
        margin: 0 auto;
        max-width: 65%;
    }

    #more-category {
        text-align: center;
    }

    #more-category img {
        margin: 0 auto;
        max-width: 65%;
    }
    #introduction .photo {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
	.equal-height {
		display: block;
	}
	.scroll #logo {
		background-size: 98px;
	}
	#main-navigation li a {
		margin: 0;
	}
	#main-navigation li:not(:first-child) a i {
		display: none;
	}
	#usp-s .wrapper {
		padding: 40px 40px 60px 40px;
	}
	#usp-s #more {
		padding: 0 40px 300px 40px;
	}
	#usp-s #more .title {
		margin: 0;
		position: relative;
		top: -20px;
	}
	#sets {
		margin-left: 40px;
		margin-right: 40px;
	}
	#sets .intro h3 {
		font-size: 28px;
	}
	#sets-carousel .carousel-indicators li .title {
		font-size: 14px;
		line-height: 14px;
	}
	#events .event .title,
	#events .event .intro {
		padding: 15px;
    }
    #events .title a {
        color: #fff;
    }
	#categories .category {
		margin-bottom: 50px;
    }

    /*#app-introduction .wrapper{
        padding:40px 20px;
    }
    #app-introduction h1,
    #app-introduction h2{
        font-size:48px;
        line-height: 48px;
    }
    #app-introduction .images-wrapper .second-image {
        width: 350px;
    }
    #app-introduction .images-wrapper .first-image {
        bottom: -50px;
        right: 260px;
        width: 120px;
    }
    .app-usps .col-md-4{
        text-align: left;
    }
    .app-usps h3 {
        margin-bottom: 10px;
        margin-top: 35px;
    }
    #city-header{
        padding:80px 30px;
    }
    .city-image {
        left: 0;
        bottom: -102px;
        width: 100%;
    }
    .google-rating{
	    margin: 0 20px 0 80px;
        text-align: center;
        position: relative;
        display: inline;
    }
    #city-header .google-rating i {
	    font-size: 45px;
    }
    .rating {
	    margin-left: 10px;
    }
    .rating .nr {
	    font-size: 16px;
	    line-height: 16px;
	    left: 16px;
	    top: 16px;
    }
    #city-header h1{
        margin-top:80px;
    }
    #city-intro .wrapper {
        padding: 50px 30px;
    }
    #city-categories{
        background: #efefef;
    }
    #city-categories .link-wrapper{
        width:100%;
        padding:0;
    }
    #city-categories .contact-person {
        padding: 0px 0px 50px 10px;
    }
    #city-categories .link{
        width:30%;
    }
    #seo-block{
        background: #fff;
        border-bottom: 1px solid #d9d9d9;
    }
    #seo-block .wrapper {
        padding: 20px;
        width: 60%;
        margin-left: 20%;
    }
    #seo-block .wrapper .icon-img img{
        right:25%;
        top:20px;
    }
    #app-intro .text-wrapper {
        top: 20%;
        right: 0;
        width: 50%;
        padding: 30px;
    }
    #app-features .text-wrapper {
        margin-left: 5%;
        width: 45%;
        padding: 30px;
    }
    #app-features .fa-check-circle {
        font-size: 24px;
        left: 30px;
        top: 30px;
    }
    #app-features .intro-title {
        font-size: 30px;
        margin-left: 35px;
    }
    #app-features .img-wrapper{
        width:30%;
    }
    #app-features {
        padding-top:200px;
    }*/
}

/*------------------------------
16.4 Phone to portrait tablet
------------------------------*/
@media (max-width: 767px) {
	.equal-height {
		display: block;
	}
    #app-introduction h1{
        font-size:40px;
        line-height: 40px;
        float: none;
        background: transparent;
        color:#000;
    }
    #app-introduction h2{
        font-size: 40px;
        line-height: 40px;
        padding-left: 5px;
        margin-left: -10px;
        float: none;
        background: transparent;
        color:#000;
    }
    #app-introduction .wrapper .clearfix{
        display: none;
    }
    #app-introduction .images-wrapper .second-image{
        width:200px;
    }
    #app-introduction .images-wrapper .first-image{
        width: 70px;
        right: 130px;
        bottom: -30px;
    }
    #app-introduction .wrapper{
        padding:40px 30px 10px 30px;
        position: relative;
        float: left;
        text-align: center;
    }
    #app-introduction .wrapper a img {
        width: 155px;
        height: 50px;
    }
    .app-usps p{
        text-align: center;
    }
    .app-usps h2{
        margin-top:30px;
    }
    .cta-block h3 {
        font-size: 30px;
        line-height: 36px;
        padding: 0 30px;
    }
    .app-usps {
        padding: 0px;
    }
    #city-header{
        padding:20px 10px;
    }
    #city-header h1{
        position: relative;
        float: left;
        width:100%;
        margin-top:20px;
    }
    .city-image {
        position: relative;
        left: 0;
        bottom: -27px;
        width: 100%;
    }
    .google-rating{
        margin-top:30px;
        float: left;
    }
    #city-header p{
        position: relative;
        float: left;
        width:100%;
    }
    #city-header .google-rating .nr{
        top:auto;
        margin-top:40px;
    }
    #city-intro .button.full{
        margin-bottom: 5px;
    }
    #city-intro .wrapper {
        padding: 50px 30px;
    }
    #city-intro .col-md-6 > .row .col-md-6 {
        height: 140px;
    }
    #city-categories{
        background: #f2f2f2;
        padding: 0 15px;
    }
    #city-categories .link-wrapper{
        padding: 0 50px 50px 50px !important;
    }
    #city-categories .contact-txt {
        margin: 0 40px;
    }
    #city-categories .contact-txt .arrow {
        transform: rotate(45deg);
    }
    #city-categories .contact-person {
        padding: 70px 0 40px 0;
    }
    #youtube{
        padding:50px 20px;
    }
    #seo-block{
        background: #fff;
        border-bottom: 1px solid #d9d9d9;
    }
    #seo-block .content-block{
        padding:20px;
    }
    #seo-block .wrapper .icon-img img{
        top:20px;
    }
    #city-header .button{
        z-index: 2000!important;
    }
    .product h2{
        min-height:auto;
    }
    .product-img-box img {
        width: 100%;
    }
    /* Basics */
    table {
        max-width: 100% !important;
        width: 100% !important;
    }
    .carousel-indicators {
        bottom: -35px;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        height: 8px;
        width: 8px;
    }
    .modal-backdrop{
        display: none;
    }

    /* Basic lay-out */
    body {
        padding-top: 50px;
    }
    [id^="search-results"] {
        width: 0 !important;
    }
    #search-mobile {
        padding: 15px;
    }
    #search-mobile input {
        border-radius: 0;
        width: 100%;
    }
    #mobile-navigation {
        background: #000;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
           -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
                box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        min-height: 50px;
    }
    #mobile-navigation .navbar-toggle {
        color: #fff;
        float: left;
        font-size: 24px;
        margin: 2px 0 0 -15px;
        padding-left: 15px;
    }
    #mobile-navigation #phone {
        color: #fff;
        display: inline-block;
        font-size: 20px;
        padding: 12px 7px 10px 10px;
    }
    #mobile-navigation #phone img {
        margin-top: -3px;
        width: 25px;
    }
    .scroll #user-navigation {
        margin-top: 0;
    }
    #mobile-navigation #user-navigation li {
        float: left;
        height: auto;
        width:30px;
    }
    #mobile-navigation #user-navigation li a {
        border: none;
        display: block;
        height: 50px;
        text-align: center;
        width: 45px;
        color:#fff;
    }
    #user-navigation li:last-child.active a {
        background: none;
    }
    #mobile-navigation #user-navigation li a.favorites:before {
        background: url('../images/my-favorites-white.png') no-repeat;
        background-size: 17px 17px;
        content: " ";
        display: block;
        height: 32px;
        position: absolute;
        left: 10px;
        top: 15px;
        width: 17px;
    }
    #mobile-navigation #user-navigation li:last-child.active {
        background: none;
    }
    #mobile-navigation #user-navigation li:last-child.active img {
        background: #b79f59;
    }
    #main-navigation .title {
        border-bottom: solid 1px #444;
        color: #bbb;
        font-size: 14px;
        margin: 30px 0 0 0;
        padding: 12px 15px 3px 15px;
    }
    #mobile-navigation .logo {
        margin-top: 19px;
        max-height: 25px;
    }
    #event-search.active .form-wrapper {
        padding: 20px;
    }
    #event-search .form-wrapper .title {
        font-size: 19px;
    }
    #event-search .form-wrapper .title span {
        padding: 15px;
        left: 10px;
    }
    #event-search .form-wrapper{
        width: 100%;
    }
    #event-search.active .form-wrapper{
        height: 100vh;
    }
    #event-search #filter-events .filter-items {
        max-height: calc(80vh - 200px);
    }
    #main-navigation li {
        border-bottom: solid 1px #444;
        border-left: 0;
        display: block;
        text-align: left;
        padding: 0;
        width: 100% !important;
    }
    #main-navigation li.favorites {
        border-bottom: solid 1px #444;
        margin-bottom: 42px;
    }
    #main-navigation li a img {
        display: none;;
    }
    #main-navigation li a {
        border-left: none;
        height: auto;
        line-height: 1;
        padding: 12px 15px;
    }
    #main-navigation-offcanvas {
        background: #000;
        margin-top: 50px;
        padding: 0;
    }
    #breadcrumbs .breadcrumb {
        line-height: 16px;
        padding: 10px;
    }
    .webshop-navigation {
        display: block;
        float: left;
        margin: -30px 0 30px 0;
    }
    .webshop-mobile .title {
        margin: 30px 0 10px 0;
    }
    #sub-navigation.side-navigation {
        padding-right: 0;
    }
    #sub-navigation ul li {
        border-bottom: solid 1px #d9d9d9;
        font-size: 18px !important;
        padding: 7px;
        width: 100% !important;
    }
    #sub-navigation .webshop-mobile ul li {
        margin-bottom: 0;
        padding: 0;
    }
    #sub-navigation .webshop-navigation li:first-child  {
        border: none;
    }
    #sub-navigation .webshop-mobile ul li li a {
        padding: 15px 0;
    }
    #sub-navigation .separator {
        display: block;
    }
    #sub-navigation .webshop-mobile .separator {
        font-size: 22px;
    }
    #sub-navigation .nav > li > a {
        padding: 0;
    }
    #sub-navigation .webshop-mobile .nav > li > a {
        padding: 12px 0;
    }
    #sub-navigation ul li li {
        border: none;
        font-size: 15px !important;
        line-height: 18px !important;
        padding: 3px 3px 3px 18px;
    }
    #sub-navigation .webshop-mobile ul li li {
        border-top: solid 1px #d9d9d9;
        font-size: 18px !important;
        padding-left: 3px;
    }
    #sub-navigation.side-navigation ul li li:before,
    .block-layered-nav ol li:before {
        top: 7px;
    }
    #sub-navigation .webshop-mobile ul li li:before {
        display: none;
    }
    #sub-navigation ul li img {
        margin: 0 15px 0 0;
        width: 30px;
    }
    #sub-navigation .webshop-mobile ul li img {
        border: none;
        display: block;
        float: left;
        position: relative;
        top: -5px;
    }
    #sub-navigation ul li ul {
        display: none;
        margin: 7px 0 0 0;
    }
    .webshop-mobile .quickorder.hidden-xs,
    #sub-navigation .webshop-mobile ul li ul,
    #sub-navigation .webshop-mobile > ul > li > ul {
        display: block !important;
    }
    #sub-navigation .webshop-mobile .quickorder  ul li ul {
        display: none !important;
    }
    #sub-navigation .webshop-mobile .quickorder {
        margin-top: -30px;
    }
    #sub-navigation .webshop-mobile .quickorder .separator {
        margin-top: 30px;
    }
    #sub-navigation ul li.inspirations ul {
        margin-top: 0;
    }
    #sub-navigation ul li.inspirations li {
        margin: 0 0 6px 22px;
        padding: 3px 3px 3px 18px;
        text-align: left;
    }
    #sub-navigation ul li.inspirations li:before {
        display: block;
    }
    #sub-navigation ul li.inspirations li img {
        display: none;
    }
    #sub-navigation ul li.gallery ul {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
        margin-top: 0;
    }
    #sub-navigation ul li.gallery a.gallery {
        margin-bottom: 0;
    }
    .sticky-btns {
        transform: rotate(0deg);
        -webkit-transform: rotate( 00deg);
        -moz-transform: rotate(00deg);
        -o-transform: rotate(00deg);
        bottom: 0;
        top: auto;
        width: 100%;
        right: auto;
    }
    .sticky-btns .sticky-btn {
        width: 100%;
    }
    .sticky-btns .sticky-btn i {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    #bottom-content {
        padding: 40px 0;
    }
    #bottom-content h1,
    #bottom-content span.title {
        margin-bottom: 15px;
    }
    #social-navigation {
        float: left;
        margin-top: 10px;
    }
    #social-navigation li {
        margin-right: 5px;
    }
    footer {
        padding-top: 25px;
    }
    footer .col-sm-9 {
        border: none;
    }
    #quick-to {
        margin-bottom: 20px;
        padding: 0 30px;
    }
    #quick-to li {
	    font-size: 20px;
        margin: 0 0 5px 0;
        width: 100%;
    }

    footer #party-rent {
	    display: block;
	    padding: 20px;
	    width: 100%;
    }
    footer #party-rent span {
	    display: block;
	    float: left;
	    margin: 0 5% 0 0;
	    text-align: left;
	    position: relative;
	    top: 10px;
	    width: 55%;
    }
    footer #party-rent img {
	    display: block;
	    float: right;
	    top: 0;
	    width: 40%;
    }
    footer #party-rent .button {
	    clear: both;
	    display: block;
	    float: right;
	    margin-top: 20px;
	    text-align: center;
	    width: 100%;
    }
    footer #logos img {
	    width: 100%;
    }
    footer #contact-details {
	    padding-top: 10px;
    }
    #bottom-navigation {
        margin: 10px 0;
        text-align: center;
    }

    /* Formulieren */
    .form-item {
        width: 100%;
    }

    /* Homepage */
    #search-home .wrapper {
        margin: 0;
    }
    #search-home #filter-events .filter-items {
        max-height: calc(80vh - 200px);
        overflow: scroll;
    }
    #search-home .title {
	    font-size: 19px;
	    margin-bottom: 40px;
    }
    #search-home .title span {
	    left: 10px;
	    padding: 15px;
    }
    #search-home .subtitle {
	    font-size: 16px;
	    line-height: 18px;
	    margin-top: 15px;
    }
    #search-home .select {
	    margin-bottom: 10px;
    }
    #categories {
	    margin: 0;
	    padding: 40px 30px 0 30px;
    }
    #categories h2 {
	    margin-bottom: 30px;
        text-align: center;
        font-size: 24px;
    }
    #categories h2:after {
	    display: none;
    }
    #categories-carousel .carousel-inner .active.left 	{ left: -20%; }
	#categories-carousel .carousel-inner .active.right 	{ left: 50%; }
	#categories-carousel .carousel-inner .next 			{ left:  50%; }
	#categories-carousel .carousel-inner .prev		    { left: -50%; }
	#categories-carousel .column                		{ width: 100%; }
	#categories-carousel .active > div:first-child + div{ display:block; }
	#categories-carousel .carousel-control {
		font-size: 24px;
	}
    #categories .owl-carousel .owl-prev,
    #categories .owl-carousel .owl-next,
    #products .owl-carousel .owl-prev,
    #products .owl-carousel .owl-next,
    #inspirations-home .owl-carousel .owl-prev,
    #inspirations-home .owl-carousel .owl-next {
        font-size: 25px;
    }
	#categories-carousel .carousel-inner .item {
		text-align: center;
		max-height: 200px;
		overflow: hidden;
	}
	#categories .category {
		float: none;
		margin: 0 auto 50px auto;
	}
    #events {
	    padding: 60px 15px;
	    margin: 0;
    }
    #events h2 {
	    font-size: 30px;
    }
    #events .event .intro {
	    padding: 0;
    }
    #contact {
	    padding-bottom: 20px;
    }
    #contact .title span {
	    left: -60px;
	    margin-bottom: -60px;
	    padding: 20px 40px;
	    top: -90px;
    }
    #contact .title span:after {
	    display: none;
    }
    #contact img {
	    height: auto;
	    width: 100%;
    }
    section.quicklinks {
	    padding: 10px 20px;
    }
    #products {
	    padding: 60px 0 100px 0;
    }

    #products-carousel .carousel-inner .active.left 	{ left: -50%; }
	#products-carousel .carousel-inner .active.right 	{ left: 50%; }
	#products-carousel .carousel-inner .next 			{ left:  50%; }
	#products-carousel .carousel-inner .prev		    { left: -50%; }
	#products-carousel .column                		{ width: 100%; }
	#products-carousel .active > div:first-child + div{ display:block; }

    #products-carousel .carousel-inner .item {
	    height: 350px;
	    overflow: hidden;
    }

    #products-carousel-home .carousel-inner .active.left 	{ left: -50%; }
	#products-carousel-home .carousel-inner .active.right 	{ left: 50%; }
	#products-carousel-home .carousel-inner .next 			{ left:  50%; }
	#products-carousel-home .carousel-inner .prev		    { left: -50%; }
	#products-carousel-home .column                		{ width: 100%; }
	#products-carousel-home .active > div:first-child + div{ display:block; }

    #products-carousel-home .carousel-inner .item {
	    height: 350px;
	    overflow: hidden;
    }
    #products .owl-carousel .owl-prev {
        left: -20px;
    }
    #products .owl-carousel .owl-next {
        right: -20px;
    }
    #products .owl-carousel .owl-prev,
    #products .owl-carousel .owl-next {
        top: 40%;
    }
    #products .product {
	    float: none;
	    margin: 0 auto;
	     /* width:250px; */
    }
    #products .product .add-to-cart {
	    text-align: center;
    }
    #products .product .add-to-cart .btn-cart {
	    float: none;
	    margin: 0 auto;
	    width: auto;
    }
    #products-carousel .carousel-control {
	    background: none !important;
	    margin-top: 115px;
    }
    #inspirations-home .owl-carousel .owl-next {
        right: -40px;
        font-size: 25px;
    }
    #inspirations-home .owl-carousel .owl-prev {
        left: -40px;
        font-size: 25px;
    }
    /* Article category page */
    #category-slider {
        background: none;
        margin: 0 15px 15px 15px;
    }
    #category-slider .item {
        border: solid 1px #d9d9d9;
        display: block !important;
        margin-bottom: 15px;
    }
    #category-slider .item .title {
        padding: 15px;
    }
    #category-slider .item span {
        color: #868686;
        display: block;
        font: normal 14px/18px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
    }
    #category-slider .carousel-indicators {
        display: none;
    }
    .zoo-pagination {
        padding-top: 15px;
    }
    .zoo-filter .form-element-row {
        clear: both;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
    .zoo-filter .select:after {
        right: 12px;
    }
    .zoo-filter .button {
        width: 100%;
    }

    /* Article */
    #image {
        padding: 0;
    }
    #image .element-imagepro img {
        margin-bottom: 0;
    }
    main {
        padding-bottom: 25px;
    }
    #tags {
        margin: 40px 0;
    }
    .element-imagepro img {
        margin-bottom: 15px;
    }
    aside#side-content {
        border: none;
        padding: 0;
    }
    aside#contact {
        background: none;
        margin-bottom: 15px;
        padding: 0;
        border: none;
    }
    aside#contact .button {
        text-align: center;
        width: 100%;
    }
    aside#banner {
        margin: 0 0 15px 0;

    }
    .collection .element-textarea a {
        margin: 0 0 15px ;
        width: 100%;
    }
    .collection .element-textarea a img {
        width: 100%;
    }

    main iframe {
        width: 100% !important;
    }

    /* Inspiration article */
    #questions {
        text-align: center;
        padding: 60px 20px;
    }

    #questions .questionmark {
        padding-right: 0px;
        padding-left: 0px;
    }

    #questions .questionmark:after {
        display: none;
    }

    #questions .buttons{
        text-align: center;
    }

    #questions img, #questions .questionmark {
        margin-bottom: 10px;
    }

    #questions .button-left, #questions .button-right {
        width: 100%
    }

    #slider .container-fluid {
        padding: 0 20px;
    }

    #slider .carousel-control.left i {
        left: 20px;
    }

    #slider .carousel-control.right i {
        right: 20px;
    }

    #slider .carousel-control i {
        font-size: 17px;
        top: 60%;
    }

    #content {
        background: none;
    }

    #content.newsletter {
        background: none;
    }

    #slider .container-fluid {
        padding: 0;
    }

    #content .container {
        padding-top: 140px;
    }

    #content .information {
        padding: 35px;
    }

    #content .sets {
        padding: 35px;
        background: #ececec;
        text-align: center;
        margin-top: 80px;
    }

    #content h2 {
        line-height: 1.2;
    }

    #content .container {
        padding-bottom: 50px;
    }

    #content .sets h2 {
        margin-top: 20px;
    }

    #content .set .title h3 a {
        font-size: 24px;
    }

    #content .set .title {
        padding: 25px 35px;
    }

    .about-big-title {
        font-size: 32px;
    }

    .row.about-icons {
        flex-direction: column;
        align-items: flex-start;
    }

    .row.about-icons-bottom,
    .row.about-icons-bottom .col-md-6 {
        display: block;
    }

    .row.about-icons-bottom .col-md-6 {
        margin-top: 50px;
    }

    .row.about-icons-bottom .number-wrapper {
        border-left: none;
    }

    .row.about-icons .number-wrapper {
        border-left: none;
    }

    .row.about-icons-bottom {
        margin-top: 0px;
    }

    .about-icon-wrapper {
        padding-right: 0;
    }

    .about-icon-wrapper .icon {
        margin-left: auto;
    }

    .about-icon-wrapper .title {
        text-align: right;
    }

    #about-icons .icon-group .icon {
        flex: 0 0 50%;
    }

    #inspiration-products {
        background: none;
    }

    #inspiration-products .container {
        padding: 35px;
    }

    #inspiration-products #products {
        padding-top: 0;
        padding-bottom: 80px;
    }

    #inspiration-products #products .title {
        font-size: 34px;
    }

    /* Inspiration article */

    #introduction {
        padding : 35px;
        line-height: 1.4;
    }

    #specs {
        text-align: center;
        padding-bottom: 0;
    }

    #specs p {
        text-align: center;
        margin-bottom: 40px;
        font-size: 22px;
    }

    #event-categories {
        margin-top: 40px;
    }


    /* Search results */
    #tabs li {
        width: 47%;
    }
    #tab-inspirations .teaser .image {
        height: auto;
        overflow: visible;
        width: 100%;
    }

    /* Product category */
    #product_toolbar {
        margin: 30px 0 20px 0;
    }
    #show-filter {
        padding: 5px 15px 6px 45px;
        z-index: 2;
        top: -45px;
    }
    #show-filter .fa{
        border-right: 0;
    }
    #show-filter.events {
        top: 0;
    }
    .filter-mob {
        background: #f5f5f5;
        float: none !important;
    }
    #filter {
        float: left;
        position: relative;
        top: -40px;
        margin-bottom: 5px;
    }
    #filter .title {
        margin: 0;
        padding: 10px 0;
    }
    #filter ul {
        border-top: solid 1px #d9d9d9;
    }
    #filter ul li {
        border-bottom: solid 1px #d9d9d9;
        display: block;
        float: left;
        font: normal 18px/18px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
        width: 100%;
    }
    #filter ul li img {
        display: block;
        float: left;
        position: relative;
        top: -5px;
        width: 30px;
    }
    #filter ul li a {
        display: block;
        padding: 15px;
    }
    #filter .webshop-navigation ul li a {
        padding: 15px 0;
    }
    span.favorites {
        top: -25px;
    }

    /* Product page */
    #product .information {
        padding: 35px;
    }

    #product .carousel-inner img {
        margin-left: auto;
        margin-right: auto;
    }

    #product .information li, #product .information li i {
        margin-left: 0;
    }

    #product .carousel-indicators li {
        width: 20%;
        margin-bottom: 20px;
    }

    #product .information {
        padding: 40px 15px 15px;
    }

    #product .information .btn-cart {
        margin: 0;
    }

    #downloads {
        padding: 50px 20px;
    }

    #questions-block {
        padding: 60px 20px;
    }

    #questions-block h3, #questions-block .button-left, #questions-block .button-right {
        display: block;
    }

    #questions-block h3 {
        width: 100%;
        margin-bottom: 25px;
    }

    #questions-block .button-left {
        width: 100%;
        margin-bottom: 15px;
    }

    #questions-block .button-right {
        width: 100%;
    }

    #more-brand {
        padding: 100px 20px 50px 20px;
    }

    #more-brand .col-md-2 {
        margin-bottom: 50px;
    }

    #more-category {
        padding: 100px 20px 50px 20px;
        text-align: center;
    }


    #more-category .col-md-2 {
        margin-bottom: 50px;
    }

    #inspirations {
        padding: 100px 20px 50px 20px;
        text-align: center;
    }

    #inspirations .col-md-3 {
        margin-bottom: 50px;
    }

    /* Set page */
    #top {
        padding: 100px 20px;
    }

    #top .information .excl {
        margin-top: 25px;
    }

    #top .information .btn-cart {
        width: 100%;
    }

    #set-table {
        padding: 100px 20px;
    }

    #set-table h2 {
        margin-top: 0;
    }

    #set-table tbody .desc {
        padding: 0 30px;
    }

    #set-table .desc-col{
        width: 70%;
    }

    #set-table .price-col{
        width: 20%;
    }

    #set-table .btn-cart {
        width: 100%;
    }


    /* Checkout */
    .cart #shopping-cart-totals-table {
        margin-bottom: 0;
    }
    .cart #shopping-cart-totals-table td:last-child {
        padding-right: 29px;
        width: 93px !important;
    }
    .cart .btn-continue {
        margin-bottom: 10px;
    }
    .cart .btn-checkout {
        width: 100%;
    }
    #checkoutSteps {
        margin: -30px 0 40px 0;
    }
    #checkoutSteps .step-title {
        margin: 0 10px;
        width: auto;
    }
    #checkoutSteps .step-title h2 {
        display: none;
    }
    .checkout #checkout-step-shipping #amorderattr {
        margin-left: 0;
        width: 100%;
    }
    .checkout #checkout-step-shipping #amorderattr .field-row {
        width: 100%;
    }
    .checkout #billing-progress-opcheckout,
    .checkout #shipping-progress-opcheckout {
        margin-bottom: 20px
    }
    .checkout address {
        margin-bottom: 20px;
        min-height: auto;
    }
    aside#map {
        margin-top: 20px;
    }
    .googlemaps,
    .googlemaps iframe,
    .googlemaps [id^=googlemaps]  {
        width: 100% !important;
        display: none;
    }
    .panel .panel-collapse {
        padding: 10px;
    }
    .googlemaps label {
        display: block;
        margin: 10px 0 0 0;
        width: 100%;
    }
    .googlemaps input {
        height: 46px;
        margin: 0 !important;
    }
    .googlemaps button {
        border: solid 1px #000;
        border-radius: 0;
        color: #000;
        display: inline-block;
        font: normal 16px/34px 'DaxCondensed', 'PT Sans Narrow', Arial, sans-serif;
        height: 46px;
        margin-left: 10px;
        padding: 6px 15px;
    }

    /* Events overview page */
    #filter-events .filter-block {
        padding: 40px 15px;
    }
    #filter-events .filter-block .filter-mob {
        flex-direction: column;
     }
    #filter-events .filter-block h3 {
        text-align: center;
        font-size: 26px;
    }

    #filter-events .filter-block p {
        font-size: 22px;
    }

    #filter-events .filter-block .category li {
        padding-top: 20px;
    }

    #filter-events .filter-block .category li a {
        font-size: 20px;
    }

    #filter-events .filter-block .panel-heading .panel-title {
        font-size: 20px !important;
    }

    #filter-events .filter-block #Check4-1 {
        width: 100%;
    }

    .filter-block .panel-heading {
        margin-top: 20px;
    }

    #filter-events .filter-items {
        padding: 130px 35px 35px;
    }
    #filter-events .filter-items.events {
        padding: 40px;
    }
    #filter-events .filter-items.events > .row {
        overflow-x: scroll;
    }

    #filter-events .filter-items .filter-item {
        padding-right: 0;
    }

    #filter-events .filter-items h2 {
        text-align: center;
        margin-top: 30px;
    }

    #filter-events .filter-items .question-block {
        text-align: center;
        background: #000;
        padding: 35px;
        margin-right: -35px;
        margin-left: -35px;
    }

    #filter-events .filter-items .question-block img {
        margin-top: 0;
    }

    #filter-events .filter-items .question-block .questionmark {
        padding: 0;
        margin-bottom: 25px;
    }

    #filter-events .filter-items .question-block .questionmark:after {
        display: none;
    }

    #filter-events .filter-items .question-block .buttons{
        padding-right: 0;
        padding-left: 0;
    }

    #filter-events .filter-items .btn-mehr {
        margin-bottom: 80px;
    }
    #filter-events .table-events {
        table-layout: fixed;
        width: 767px !important;
        max-width: unset !important;
    }
    #filter-events .table-events .title {
        max-width: 230px;
    }
    #filter-events .table-events .date {
        max-width: unset;
    }
    #info-bottom .container {
        padding: 80px 35px 60px 35px;
    }


    /* My account */
    .button.icon-xs {
        float: left;
        margin: 0 5px 5px 0;
        padding-left: 40px;
    }
    .button.icon-xs .fa {
        border: none;
        top: 9px;
        font-size:18px;
    }
    .cart .a-center{
        width:50px!important;
    }
    .wishlist .sku,
    .wishlist .product-name,
    .wishlist .price-box,
    .wishlist .add-to-cart-alt,
    .wishlist .col-xs-10 {
        width: 100%;
    }
    .wishlist .cart-cell {
        width: 115px;
    }
    #app-intro .img-wrapper {
        position: relative;
        float: left
    }
    #app-intro .text-wrapper {
        position: relative;
        float: left;
        width: 90%;
        right: 0;
        margin-left: 5%;
        margin-top: 300px;
    }
    #app-intro .background-img{
        position: absolute;
        top:0;
        left:0;
    }
    #app-intro .img-wrapper {
        position: relative;
        float: left;
        left: 0%;
        margin-top: 20px;
        width: 60%;
        z-index: 1;
    }
    #app-intro .text-wrapper {
        position: relative;
        float:left;
        top: 60px;
        right: 0;
        width: 100%;
        margin: 0;
        background: rgba(255,255,255,0.7);
        padding: 20px;
    }
    #app-intro .intro-title{
        left:20px;
    }
    #app-features .text-wrapper{
        margin-left: 0;
        width: 100%;
        background: #f5f5f5;
        padding: 50px;
    }
    #app-features {
        padding: 20px;
        margin-top: 0px;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgb(247, 247, 247) 80%, rgba(234,234,234,1) 100%);
    }
    #app-features .text-wrapper{
        padding:20px;
    }
    #app-features .img-wrapper {
        width: 85%;
        padding-top: 30px;
    }
    #app-features .fa-check-circle {
        font-size: 24px;
        left: 20px;
        top: 20px;
    }
    #app-features .intro-title {
        font-size: 26px;
        margin-left: 35px;
    }
    #seo-block #seo-contact {
	    background: none;
	    padding: 0;
    }
    #seo-block #seo-contact:before {
	    display: none;
    }
    .my-account #amlist-table td.move {
        width: auto;
    }
    .my-account #amlist-table .product-img {
        display: none;
    }
    #about-intro h1 {
        font-size: 30px;
    }
    #about-intro p {
        font-size: 16px;
    }
    #about-intro .usps .usp-wrapper {
        flex: 0 0 50%;
    }
    #about-intro .txt-block h3 {
        margin-top: 20px;
    }
    #about-intro .txt-block h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: 700;
        margin-top: 20px;
    }
    #about-intro .txt-block p {
        line-height: 1.6;
        font-size: 16px;
    }
    #about-slider .carousel-inner .item {
        padding-top: 0;
    }
    #about-slider .quote-wrapper {
        width: 100%;
        left: 0;
        top: 0;
        transform: translateX(0);
        padding: 30px 30px 60px 30px;
    }
    #about-slider .quote-wrapper .name {
        text-align: right;
        font-style: italic;
        font-size: 18px;
        position: absolute;
        bottom: 20px;
        right: 30px;
    }
    #about-slider .quote {
        font-size: 18px;
    }
    #about-slider .quote .quote-open,
    #about-slider .quote .quote-closed {
        width: 30px;
    }
    #about-slider .quote .quote-open {
        left: -24px;
        top: -16px;
    }
    #about-slider .quote .quote-closed {
        margin-left: 6px;
    }
    #about-usps h2 {
        font-size: 24px;
    }
    #about-locations {
        height: unset;
    }
    #about-locations .map {
        display: none;
    }
    #about-locations .container.content {
        position: relative;
    }
    #about-locations .txt-block {
        padding: 50px 0;
    }
    #about-locations .txt-block h2 {
        font-size: 24px;
    }
    #about-team {
        padding: 30px 0 50px;
    }
    #about-team h2 {
        font-size: 24px;
    }
    #about-team p {
        font-size: 16px;
    }
    #questions-block.about {
        padding: 25vh 0 10vh;
    }
    #about-partners {
        padding: 50px 0;
    }
    #about-quality {
        padding: 40px 0;
    }
    #about-partners h2 {
        font-size: 24px;
    }
    #about-partners p {
        font-size: 16px;
    }
    #about-quality .row {
        flex-direction: column;
    }
    #about-quality h2 {
        margin-top: 35px;
        font-size: 24px;
    }
    #about-quality p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #side-navigation li a {
        padding: 20px 5px;
        line-height: 1.2;
    }
    #search-home .table-events {
        table-layout: fixed;
        width: 445px !important;
        max-width: unset !important;
    }
    #about-intro .usps .usp-wrapper {
        flex: 0 0 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    #about-intro .usps .usp-wrapper span {
        margin-top: 20px;
    }
}

.scroll-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #d0b35b;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
}
.custom_filter {
     color: black !important;
}
.price-filter--input {
    display: inline-block;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    width: 70px;
}
.btn-cart{
    background: #f7f7f7;
    border: none;
    color: #000;
}