@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/LubalinGraphITCbyBT-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/LubalinGraphITCbyBT-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/LubalinGraphITCbyBT-XtraLight.ttf');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Lubalin-Book';
    src: url('../fonts/LubalinGraphITCbyBT-Book.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lubalin-Demi';
    src: url('../fonts/LubalinGraphITCbyBT-Demi.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/LubalinGraphITCbyBT-MediumOblique.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/LubalinGraphITCbyBT-BoldOblique.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/LubalinGraphITCbyBT-XtraLightOblique.ttf');
    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: 'Lubalin-Book';
    src: url('../fonts/LubalinGraphITCbyBT-BookOblique.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lubalin-Demi';
    src: url('../fonts/LubalinGraphITCbyBT-DemiOblique.ttf');
    font-weight: normal;
    font-style: italic;
}
html body {
    font-size: 14px;
}
body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
select.select:focus {
    box-shadow: none;
}
* {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
}
video {
    display: block;
}
/*
@media only screen and (min-width: 480px) and (max-width: 767px) { }
*/
/*
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}
*/
table > tbody > tr > td {
    padding: 4px 6px;
}
table tbody tr td:first-child {
    padding-left: 0;
}
table tbody tr td:last-child {
    padding-right: 0;
}
select,
input {
    outline: none !important;
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    border: none;
    box-shadow: inset 3px 3px 10px #d4d4d4;
    -webkit-box-shadow: inset 3px 3px 10px #d4d4d4;
    -moz-box-shadow: inset 3px 3px 10px #d4d4d4;
}
ul::after,
nav::after,
li::after,
div::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
nav,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul > li,
ol > li {
    margin: 0;
}
label,
label.label {
    color: #333;
}
a {
    color: #646363;
}
a:active,
.alink:active,
a:visited,
.alink:visited,
a:hover {
    color: #646363;
    text-decoration: none;
}
a.btn,
button.btn {
    background: rgb(122,0,58);
    color: #fff;
    border: none;
    padding: 0;
    margin: 0;
	margin-bottom: 11px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: rgb(122,0,58);
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.clear,
.clearfix {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}
.h150 {
    height: 150px !important;
}
.h200 {
    height: 200px !important;
}
.min-h200 {
    min-height: 200px !important;
}
.h250 {
    height: 250px !important;
}
.background-no-repeat {
    background-repeat: no-repeat;
}
.background-size-cover {
    background-size: cover !important;
}
.background-size-contain {
    background-size: contain !important;
}
.background-position-center-center {
    background-position: center center !important;
}
.background-position-center-top {
    background-position: center top !important;
}
.background-position-left-top {
    background-position: left top !important;
}
.background-position-left-bottom {
    background-position: left bottom !important;
}
.background-position-right-bottom {
    background-position: right bottom !important;
}
.background-position-right-bottom-with-bottom-padding {
    background-position: right bottom+10px !important;
}
.pb200 {
    padding-bottom: 200px;
}
.pb300 {
    padding-bottom: 300px;
}
.pb200 .content,
.pb300 .content {
    padding-bottom: 0;
}
.theme-block.vertical-centering .content,
.theme-block.horizontal-centering .content {
    display: flex;
}
.theme-block.vertical-centering .content {
    align-items: center;
}
.theme-block.horizontal-centering .content::after,
.theme-block.vertical-centering .content::after {
    display: none;
}
.theme-block.horizontal-centering .content {
    justify-content: center;
}
.page-before {
    display: block;
    position: relative;
    width: 100%;
    padding: 25px 0 0px;
    min-height: 100px;
    /*background: url(../images/before-bg.jpg) no-repeat;*/
    background-size: cover !important;
    box-shadow: 0 3px 3px #d0d4dc;
    /*padding-bottom: 50px;*/
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
    /*overflow: hidden;*/
}
.page-before .page-title {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    font-size: 32px;
}
.page-before p:empty {
    display: none;
}
.page-before::before {
    position: absolute;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*.page-before > * {
	padding-top: 25px;
	padding-bottom: 20px;
	position: relative;
	z-index: 4;
}*/
.page-before > * {
    position: relative;
    z-index: 4;
}
.page-before::after {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 80px;
    width: 100%;
    background: rgba(255,255,255,0.5);
}
.page-before-title::after {
    /*border-top: 3px solid #d5c549;*/
}
.page-before-bottom::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    border-top: 3px solid #d5c549;
}
.page-before .flex-row {
    margin-bottom: 30px;
}
.home-page-before {
    background: url(../images/before-bg.jpg);
}
.verzekering-page-before {
    background: url(../images/before-bg-2.jpg);
}
.verzorging-page-before {
    background: url(../images/before-bg-3.jpg);
}
.crematorium-page-before {
    background: url(../images/before-bg-5.jpg);
}
.crematorium-page-before .page-title {
    margin-top: 250px;
}
.crematorium-etten-page-before {
    background: url(../images/before-bg-7.jpg);
}
.crematorium-etten-page-before .page-title {
    margin-top: 250px;
}
.minicart-wrapper {
    display: none;
}
.logo,
.logo a {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0;
}
/*
.header .header-right {
	float: right;
}
.header-toplinks {
	margin-bottom: 15px;
}
.header-toplinks,
.header-toplinks ul {
	float: right;
	width: auto;
	display: block;
}
.header-toplinks ul li {
	position: relative;
	padding: 0 6px;
	float: left;
}
.header-toplinks ul li:first-child {
	padding-left: 0;
}
.header-toplinks ul li+li {
	border-left: 1px solid #706f6f;
}
.header-toplinks ul li a {
	font-size: 16px;
	line-height: 21px;
	color: #706f6f;
	font-family: 'Open Sans', sans-serif;
}
.header-toplinks ul li .fa {
	float: left;
	margin-right: 6px;
	font-size: 20px;
	line-height: 21px;
	color: #706f6f;
}
.header-toplinks ul li a:hover {
	text-decoration: none;
}
*/
.header .right {
    padding-top: 35px;
}
.header .top-search .control {
    height: 47px;
    border: 1px solid #d0d4dc;
    position: relative;
    padding-right: 45px;
}
.header .top-search .input-box,
.header .top-search .select-box,
.header .top-search .button-box {
    float: left;
}
.header .top-search .input-box {
    /*width: 50%;*/
}
.header .top-search .select-box {
    width: 50%;
}
.header .top-search .button-box {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}
.header .top-search .control input[type="text"] {
    height: 45px;
    width: 100%;
    border: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    font-size: 16px;
    color: rgb(168, 168, 167);
}
.header .top-search .control .nice-select {
    display: inline-block;
    padding: 1px 10px;
    width: auto;
    min-height: 45px;
    height: 46px;
    line-height: 45px;
    box-shadow: inset 0 -3px 10px #d0d4dc !important;
    width: 100%;
    color: #706f6f;
    border: none !important;
}
.header .top-search .control .fa {
    color: #706f6f;
}

.premie-widget .title { color:#000; }

.header .top-search .control button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
}
.header .top-search .control button span {
    display: inline-block;
}
.header .top-search .control button span > span {
    float: left;
    display: none;
    color: #706f6f;
    text-transform: uppercase;
}
.header .top-search .control button span > span.fa {
    display: inline-block;
    line-height: 45px;
}
.header .top-search .control button span > span+span {
    margin-left: 6px;
}
.header .top-search .control input[type="text"],
.header .top-search .control button {
    background: transparent;
    border: none;
}
.header .top-search .control .nice-select {
    width: 100%;
    z-index: 9999;
    height: 45px;
}
.header .top-search .control .nice-select span.current {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header .top-search .control .mage-error[generated="true"] {
    left: 0;
    top: 0;
    margin-top: 55px;
    position: absolute;
    white-space: nowrap;
}
.header .additional-text {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
.header .additional-text .purpure-bg {
    display: inline-block;
    width: auto;
    max-width: 100%;
    font-size: 15px;
    padding: 10px;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff !important;
}
nav.navigation > ul,
.slick-list .slick-track {
    /*display: none;*/
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.slick-list .slick-track::after,
nav.navigation > ul::after {
    display: none;
}
.navigation {
    background: transparent !important;
    border-bottom: 1px solid #d0d4dc;
}
.nav-sections {
    background: transparent;
    z-index: 100;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}
.navigation > ul {
    /*white-space: nowrap;*/
}
.navigation .level0 {
    display: inline-block;
    /*float: left;*/
    margin-right: 0px;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    /*overflow: hidden;*/
}
.navigation .level0 > ul.submenu {
    top: 100% !important;
}
.navigation .level0 ul.submenu {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.navigation .level0 ul.submenu li.ui-menu-item {
    position: relative;
}
.navigation .level0 > .level-top span {
    color: #706f6f;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.navigation .level0 > a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navigation .level0+.level0 .level-top {
    border-left: 1px solid #d5c549;
}
.navigation .level0 {
    /*line-height: 53px;*/
    /*margin-bottom: 15px;*/
    /*margin-top: 15px;*/
    padding: 15px 0;
    position: relative;
}
.navigation .level0 > .level-top {
    display: inline-block;
    /*display: block;*/
    /*clear: both;*/
    line-height: 24px;
    width: 100%;
    border-bottom: 0 !important;
    white-space: nowrap;
}
.navigation .level0.active > .level-top span,
.navigation .level0 > .level-top:hover span,
.navigation .level0 > .level-top.ui-state-focus span {
    color: #d5c549;
}
.navigation .level0 .submenu a {
    background: rgba(0,0,0,0) !important;
    color: #3c3c3b;
}
.navigation .level0 .submenu li.active a,
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
    color: rgb(122,0,58);
    border-left: 0;
}
.navigation .menu-item-content .staff {
    /*width: 330px;*/
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 330px;
    /*max-width: 100%;*/
}
.navigation .menu-item-content .staff .note {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}
.navigation .menu-item-content .slick {
    padding: 0 15px;
    display: block !important;
}
.navigation .menu-item-content .slick li {
    float: left;
    width: 100px;
    padding: 10px;
    text-align: center;
}
.navigation .menu-item-content .slick li .photo {
    text-align: center;
}
.navigation .menu-item-content .slick li img {
    display: inline-block;
    width: 80%;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    overflow: hidden;
    border: 2px solid #d5c549;
    margin-bottom: 8px;
}
.navigation .menu-item-content .slick li .details {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.navigation .menu-item-content .slick li .details p {
    white-space: nowrap;
}
.navigation .menu-item-content .slick::after {
    content: "";
    display: block;
    clear: both;
}
.page-footer {
    overflow-x: hidden;
}
.footer-bottom,
.footer-container {
    border-top: 1px solid #c0c6d0;
    background: rgb(239,241,243);
    background: -moz-linear-gradient(top, rgb(239,241,243) 0%, #fff 100px);
    background: -webkit-linear-gradient(top, rgb(239,241,243) 0%, #fff 100px);
    background: linear-gradient(to bottom, rgb(239,241,243) 0%, #fff 100px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(239,241,243)', endColorstr='#fff',GradientType=0 );
}
.footer-bottom {
    margin-top: 50px;
}
.footer-bottom table tr td {
    position: relative;
    padding-bottom: 30px;
}
/*.footer-bottom .col-sm-7 > div {
	width: 49.9%;
	float: left;
}*/
.footer-bottom .bottom-element {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    max-width: 100%;
    height: 185px;
    z-index: 1;
}
.footer-bottom .bottom-element > div {
    float: left;
}
.footer-bottom .bottom-element > div.element {
    position: relative;
    background: url(../images/bottom-element.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.footer-bottom .bottom-element > div.element .logo {
    width: 45%;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-bottom .bottom-element > div.white-bg {
    width: 10000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 100%;
    background: #fff;
}
.footer-container h5 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #646363;
}
.footer-container a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #646363;
    text-decoration: none;
}
.footer-bottom .lubalin,
.footer-container .lubalin {
    font-family: 'Open Sans', sans-serif;
    color: #a14d6b;
    font-size: 16px;
}
.footer-container p {
    margin: 0;
}
.footer-bottom .copyright {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #d0d4dc;
    text-align: left;
    line-height: 50px;
    margin: 0;
}
.footer-bottom .social {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    width: auto;
}
.footer-bottom .social td {
    padding-bottom: 0;
    vertical-align: middle;
    height: 50px;
}
.footer-bottom .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgba(0,0,0,0);
    font-size: 0;
    text-align: center;
    background: #706f6f;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
.footer-bottom .social a:hover {
    background: #6bacca;
}
.footer-bottom .social a::before {
    font-family: 'FontAwesome';
    color: white;
    font-size: 24px;
}
.footer .newsletter {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
}
.footer .newsletter .field {
    margin: 0;
}
.footer .newsletter .title,
.footer .newsletter .field label {
    display: none;
}
.footer .newsletter .field .control {}
.footer .newsletter .field .control:before {
    display: none;
}
.footer .newsletter .field .control input[type="email"] {
    padding-left: 5px;
    height: 40px;
    border: none;
    border: 1px solid #d0d4dc;
    padding-right: 110px;
}
.footer .newsletter .action.subscribe {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #d5c549;
    /*border-color: #d5c549;*/
    border: none;
    box-shadow: inset 0 0 16px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 16px rgba(0,0,0,0.3);
    height: 40px;
    line-height: 40px;
    width: 100px;
    padding: 0;
    text-align: center;
}
.footer .newsletter .action.subscribe:hover {}
.footer .newsletter .action.subscribe span {
    font-family: 'Lubalin';
    color: #fbfbfc;
    font-size: 16px;
    font-weight: normal;
}
.page-main,
.align-content {
    padding: 30px 20px 0;
}
.page-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: rgb(122,0,58);
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}
.menu-handler {
    display: none;
}

/*NUBIX CHANGES*/
.account td.actions-toolbar-validate{display:none !important;}


@media only screen and (min-width: 767px), (min-width: 767px) {
    .page-main,
    .align-content {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
}
span.goto,
button.goto,
a.goto {
    position: absolute;
    bottom: 13px;
    right: 19px;
    z-index: 1;
    text-align: right;
    display: inline-block;
    width: 18px;
    height: 36px;
    overflow: hidden;
    color: rgba(0,0,0,0);
    padding: 0;
    background: transparent;
    border: none;
    /*background: url(../images/arrow-right.png) no-repeat;*/
    /*background-size: 14px;*/
}
.goto-no-display .goto {
    display: none !important;
}
span.goto::before,
button.goto::before,
a.goto::before {
    content: "\f0da";
    font-family: "FontAwesome";
    display: inline-block;
    width: 18px;
    height: 36px;
    color: rgb(122,0,58);
    font-size: 36px;
    line-height: 36px;
}
button.goto-with-text,
a.goto-with-text {
    position: absolute;
    bottom: 13px;
    right: 19px;
    z-index: 3;
    text-align: right;
    display: inline-block;
    padding: 0;
    background: transparent;
    border: none;
    height: 36px;
    line-height: 36px;
    /*background: url(../images/arrow-right.png) no-repeat;*/
    /*background-size: 14px;*/
}
button.goto-with-text .text,
a.goto-with-text .text {
    float: left;
    color: rgb(122,0,58);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    /*background: #fff;*/
    position: relative;
}
a.goto-with-text .icon:after,
a.goto-with-text .text:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #f0f2f4;
    top: 19px;
    z-index: -1;
}
button.goto-with-text .icon,
a.goto-with-text .icon {
    color: rgba(0,0,0,0);
    display: inline-block;
    width: 18px;
    height: 36px;
    overflow: hidden;
}
a.goto-with-text .icon:after {
    width:18px;
}
button.goto-with-text .icon::before,
a.goto-with-text .icon::before {
    content: "\f0da";
    font-family: "FontAwesome";
    display: inline-block;
    width: 18px;
    height: 36px;
    color: rgb(122,0,58);
    font-size: 36px;
    line-height: 36px;
}
/* Extends */
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-before .container,
.page-before .container-fluid,
.page-before .flex-row,
.page-before .page-title-wrapper .page-title,
.page-main {
    width: 100%;
    max-width: 1280px;
}
.page-header > .header.content {
	display: none;
}
/*.page-before .page-title-wrapper,*/
@media only screen and (min-width: 768px), (min-width: 768px) {
    .header.content {
        padding-top: 5px;
    }
}
.page-before .flex-row:first-child {
    margin-top: 30px;
}
.page-before .flex-row {
    margin-left: auto;
    margin-right: auto;
}
.page-before .page-title-wrapper .page-title {
    margin: 0 auto;
    padding-left: 20px;
}
.page-before .page-title-wrapper {
    /*margin-top: 20px;*/
    border-top: 3px solid #d5c549;
    background: rgba(255,255,255,0.5);
}
.page-header,
.page-footer {
    border-top: none;
    border-bottom: none;
}
.footer.content {
    border-top: none;
}
.footer-bottom .footer.content {
    padding-bottom: 0;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.columns .column.main {
    max-width: 100%;
}
/* Extends */
/* Static Blocks */
.theme-block {
    /*overflow: hidden;*/
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, rgb(239,241,243) 100px);
    background: -webkit-linear-gradient(top, #fff 0%, rgb(239,241,243) 100px);
    background: linear-gradient(to bottom, #fff 0%, rgb(239,241,243) 100px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='rgb(239,241,243)',GradientType=0 );
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-repeat: no-repeat;
}
.purpure-theme-block {
    background: rgb(122, 0, 58);
    background: -moz-linear-gradient(top, rgb(122, 0, 58) 0%, rgb(161,75,116) 100%);
    background: -webkit-linear-gradient(top, rgb(122, 0, 58) 0%, rgb(161,75,116) 100%);
    background: linear-gradient(to bottom, rgb(122, 0, 58) 0%, rgb(161,75,116) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(122, 0, 58)', endColorstr='rgb(161,75,116)',GradientType=0 );
    color: #fff;
}
.purpure-theme-block .content {
    /*display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;*/
    text-align: center;
    font-size:16px;
}
.purpure-theme-block p{
    margin:0 0 2px 0;
}
.purpure-theme-block .main-contact{
    font-size:26px;
    letter-spacing:-0.015em;
    line-height:1.2;
}
.purpure-theme-block .main-contact .phone{
    font-size:38px;
    letter-spacing:0;
}
.purpure-theme-block .desc{

}
.purpure-theme-block .abroad-contact{
    font-weight:700;
    font-size:18px;
}
.theme-block hr {
    margin: 0;
}
.theme-block > .bg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.theme-block > .bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 100%;
}
.theme-block > .bg.adaptive img {
    height: 100%;
}
.polis-block {
    background: #fff;
}
.polis-block ul.list li {
    margin-left: 15px;
    list-style: disc;
}
.quote-block,
.simple-block,
.theme-block {
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
}
.quote-block,
.theme-block {
    padding-bottom: 30px;
}
.quote-block {
    background: url(../images/quote-left-grey.png) no-repeat 0 0;
    border-bottom: 6px solid #d2d5dc;
}
.quote-block::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 22px;
    height: 17px;
    right: 0;
    bottom: 0;
    margin-bottom: 30px;
    background: url(../images/quote-right-grey.png) no-repeat 0 0;
}
.simple-block {
    border-bottom: 6px solid #878787;
}
.info-grid .simple-block {
    border-bottom: none;
}
.info-grid > .flex-row > div:first-child > div:last-child {
    border-bottom: 6px solid #d2d5dc;
}
.info-grid > .flex-row > div > div:last-child {
    border-bottom: 6px solid #878787;
    padding-bottom: 15px;
}
.info-grid > .flex-row > div > div.pb300 {
    padding-bottom: 150px;
}
.theme-block::after {
    content:"";
    display: block;
    width: 100%;
    height: 30px;
    clear: both;
    border-top: 1px solid #d5c549;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.theme-block.actions-toolbar::after {
    display: none;
}
.theme-block.actions-toolbar .actions {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    height: 30px;
    clear: both;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}
.theme-block.actions-toolbar .actions::before,
.theme-block.actions-toolbar .actions::after {
    display: block;
    content: "";
    border-top: 1px solid #d5c549;
}
.theme-block.actions-toolbar .actions::before {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.theme-block.actions-toolbar .actions::after {
    -webkit-flex: 0 1 15px;
    -moz-flex: 0 1 15px;
    -ms-flex: 0 1 15px;
    flex: 0 1 15px;
}
.theme-block.actions-toolbar .actions > div > a {
    position: relative;
    margin-top: -18px;
    bottom: auto;
    right: auto;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.theme-block.actions-toolbar .actions > div > a .text {
    white-space: nowrap;
}
/*.theme-block.actions-toolbar .actions > div {
	-webkit-flex: 0 1 15px;
    -moz-flex: 0 1 15px;
    -ms-flex: 0 1 15px;
    flex: 0 1 15px;
}
.theme-block.actions-toolbar .actions > div.last {
	-webkit-flex: 15px;
    -moz-flex: 15px;
    -ms-flex: 15px;
    flex: 15px;
}*/
/*.theme-block.actions-toolbar .actions .top-border {
	border-top: 1px solid #d5c549;
}*/
.theme-block.double-solid-shadow-block::after {
    height: 15px;
}
.theme-block .title {
    margin-bottom: 0;
}
.theme-block .content,
.quote-block .content,
.simple-block .content {
    position: relative;
    z-index: 2;
}
.theme-block .content,
.quote-block .content {
    padding: 15px;
}
.theme-block .content > span {
    display: block;
}
.theme-block.theme-block-with-left-offset .content > span {
    padding-left: 40%;
}
.theme-block.double-solid-shadow-block::before,
.theme-block.double-shadow-block::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 30px;
    background: rgba(255,255,255,0.5);
}
.theme-block.double-solid-shadow-block::before {
    bottom: 15px;
}
.quote-block .content {
    padding: 32px 15px 15px;
}
.theme-block .content {
    height: 100%;
    width: 100%;
}
.simple-block .content {
    padding: 5px 5px 25px;
}
.theme-block .goto {
    z-index: 3;
}
.block-thumbnail {
    background: #fff;
    padding-bottom: 0;
    box-shadow: none;
}
.block-thumbnail-fluid {
    padding: 0;
    box-shadow: none;
}
.thumbnail {
    padding: 0;
    margin: 0;
    border: none;
}
.block-thumbnail-fluid::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 20px;
    width: 100%;
    background: rgba(255,255,255,0.5);
}
.block-thumbnail .thumbnail {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.block-thumbnail .goto {
    /*bottom: 8px;*/
}
.block-thumbnail::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 3;
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
.block-thumbnail .thumbnail img {
    width: 100%;
}
.block-thumbnail .content {
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50px);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50px);
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.9)', endColorstr='rgb(255,255,255)',GradientType=0 );
    position: relative;
    z-index: 2;
    padding: 15px 15px 17px;
    height: auto;
    /*margin-bottom: 30px;*/
}
.block-thumbnail .content span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.block-thumbnail .content::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    border-top: 1px solid #cc985a;
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
.block-thumbnail::after {
    display: none;
}
.block-thumbnail .desc{
    height:64.2858px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.block-thumbnail .desc:after{
}
.block-thumbnail .content {
    padding-bottom:36px;
}
.theme-block .title,
.quote-block .title,
.simple-block .title,
.block-thumbnail .title {
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.theme-block.multiwishlist-block .title {
    font-size: 16px;
}
.theme-block.multiwishlist-block .content {
    z-index: 4;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.theme-block.multiwishlist-block .nice-select .list {
    width: 100%;
}
.theme-block.multiwishlist-block .nice-select .list .option {
    line-height: 30px;
    min-height: 30px;
}
.wishlist-title {
    color: #cc985a;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.form-wishlist-items .table.wishlist-table {
    padding-left: 15px;
    padding-right: 15px;
}
.form-wishlist-items .table.wishlist-table .thead .col {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 8px;
    color: #7a003a;
}
.form-wishlist-items .table.wishlist-table .tbody-row .col {
    /*vertical-align: middle;*/
    padding-top: 20px;
    padding-bottom: 20px;
    color: #646363;
}
.form-wishlist-items .table.wishlist-table .tbody-row .col:first-child {
    padding-left: 20px;
}
.form-wishlist-items .table.wishlist-table .tbody-row+.tbody-row .col {
    border-top: 1px solid #d1d1d1;
}
.form-wishlist-items .table.wishlist-table .btn-edit,
.form-wishlist-items .table.wishlist-table .btn-remove {
    display: inline-block;
    background-color: #c4c4c4;
    padding: 6px 8px;
}
.form-wishlist-items .table.wishlist-table .btn-edit:hover,
.form-wishlist-items .table.wishlist-table .btn-remove:hover {
    background-color: #d5c549;
}
.form-wishlist-items .table.wishlist-table .btn-edit img,
.form-wishlist-items .table.wishlist-table .btn-remove img {
    display: inline-block;
}
.form-wishlist-items .table.wishlist-table .a-center {
    text-align: center;
}
.form-wishlist-items .table.wishlist-table .premie-action img {
    opacity: 0;
}
.form-wishlist-items .table.wishlist-table .premie-action {
    display: inline-block;
    background-image: url(../images/calculator-btn.png);
    background-repeat: no-repeat;
}
.form-wishlist-items .table.wishlist-table .premie-action:hover {
    background-image: url(../images/calculator-btn-active.png);
}
.form-wishlist-items .table.wishlist-table .print-action img {
    opacity: 0;
}
.form-wishlist-items .table.wishlist-table .print-action {
    display: inline-block;
    background-image: url(../images/print-btn.png);
    background-repeat: no-repeat;
}
.form-wishlist-items .table.wishlist-table .print-action:hover {
    background-image: url(../images/print-btn-active.png);
}
.form-wishlist-items .table.wishlist-table textarea.product-item-comment {
    width: 280px;
    max-width: 100%;
}
.quote-block .title {
    color: #879c2a;
    margin-top: 0;
}
.block-thumbnail .title {
    margin-bottom: 10px;
}
.block-thumbnail.colorspace-orange {
    border-bottom: 6px solid #cc985a;
}
.colorspace-orange .goto::before,
.title-colorspace-orange .title,
.colorspace-orange .title {
    color: #e78042;
}
.block-thumbnail.colorspace-purpose {
    border-bottom: 6px solid #f5b3c6;
}
.colorspace-purpose .goto::before,
.title-colorspace-purpose .title,
.colorspace-purpose .title {
    color: #7a003a;
}
.block-thumbnail.colorspace-green {
    border-bottom: 6px solid #d5c549;
}
.colorspace-green .goto::before,
.title-colorspace-green .title,
.colorspace-green .title {
    color: #879c2a;
}
.block-thumbnail.colorspace-brown {
    border-bottom: 6px solid #e78042;
}
.colorspace-brown .goto::before,
.title-colorspace-brown .title,
.colorspace-brown .title {
    color: #cc985a;
}
/* Static Blocks */

.features-row {
    background: #e4e7eb;
    background: -moz-linear-gradient(top, #e4e7eb 0%, #f4f5f7 100%);
    background: -webkit-linear-gradient(top, #e4e7eb 0%, #f4f5f7 100%);
    background: linear-gradient(to bottom, #e4e7eb 0%, #f4f5f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e7eb', endColorstr='#f4f5f7',GradientType=0 );
}
.features-row .col-sm-4, .features-row .col-sm-12 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 15px !important;
}
.features-row .col-sm-4 span, .features-row .col-sm-12 .show {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgb(122,0,58);
    /*display: inline-block;*/
    text-align: left;
    padding-left: 80px;
    padding-right: 60px;
	padding-top: 8px;
    min-height: 50px;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    background: url(../images/features-bg.png) no-repeat 15px center;
    font-weight: 600;
}
.round-tour {
    display: inline-block;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0 2px 2px #878787;
    -webkit-box-shadow: 0 0 2px 2px #878787;
    -moz-box-shadow: 0 0 2px 2px #878787;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-sizing: content-box;
    height: 50px;
    width: 50px;
    padding: 25px;
    text-align: center;
}
.round-tour span {
    clear: both;
    display: block;
    line-height: 24px;
}
/* Fonts size on media quires */
@media only screen and (min-width: 960px), (min-width: 960px) {
    .theme-block .title,
    .block-thumbnail .title,
    .footer-container table tr td h5 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1280px), (min-width: 1280px) {
    .theme-block .title,
    .block-thumbnail .title,
    .footer-container table tr td h5 {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1640px), (min-width: 1640px) {
    .theme-block .title,
    .block-thumbnail .title,
    .footer-container table tr td h5 {
        font-size: 22px;
    }
}
/* Fonts size on media quires */
/* Helpers */
.white-bg {
    background: #fff;
}
.purpure-bg {
    background: rgb(122,0,58);
    color: #fff;
}
.purpure-color {
    color:rgb(122,0,58);
}
.purpure-bg {
    background: none;
    background-color:rgb(122,0,58);
    color:#fff;
}
.yellow-color {
    color: #d5c549;
}
.brown-color {
    color: #cc985a;
}
.green-color {
    color: #879c2a;
}
.purpose-bg {
    background: none;
    background-color:#fbdfe7;
}
.align-center {
    text-align: center;
}
.lubalin {
    font-family: 'Lubalin';
}
.lubalin-demi {
    font-family: 'Open Sans', sans-serif;
}
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/* Helpers */
.video[data-play="none"],
.video[data-play="pause"],
.video[data-play="play"] {
    position: relative;
    cursor: pointer;
}
.video[data-play="none"]::before,
.video[data-play="pause"]::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: url("../images/play.png") no-repeat center center; /* rgba(123,123,123,0.2) */
}
.video video {
    position: relative;
    z-index: 1;
}
/*
submenu color 3c3c3b font size 14px 
footer lunalin font size 16px color a14d6b
copyright color a8a8a7 14px opensans
static block title font family medium
staff title book color 135\156\42 font size 18px
subscribe button size 16px color fbfbfc
static block text font size 15px color 4a4a49
*/



.navigation .staff-subelement > ul {
    border-bottom: 6px solid #cc985a !important;
}
.navigation .staff-subelement .menu-item-content {
    background: rgb(239,241,243);
    background: -moz-linear-gradient(top, rgb(239,241,243) 0%, #fff 100px);
    background: -webkit-linear-gradient(top, rgb(239,241,243) 0%, #fff 100px);
    background: linear-gradient(to bottom, rgb(239,241,243) 0%, #fff 100px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(239,241,243)', endColorstr='#fff',GradientType=0 );
}
.navigation .login-menu-item ul {
    /*display: block !important;*/
}
.navigation .login-menu-item > a .ui-menu-icon::before {
    font-family: 'FontAwesome';
    content: "\f007";
    display: inline-block;
    float: left;
    line-height: 22px;
    margin-right: 7px;
}
.navigation .login-menu-item .menu-item-content {
    padding: 0;
}
.navigation .login-menu-item .menu-item-content::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40%;
    content: "";
    left: 0;
    top: 0;
    background: rgb(239,241,243);
    background: -moz-linear-gradient(top, rgb(239,241,243) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgb(239,241,243) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgb(239,241,243) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(239,241,243)', endColorstr='#fff',GradientType=0 );
}
.navigation .login-menu-item .menu-item-content::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40%;
    content: "";
    left: 0;
    bottom: 0;
    background: rgb(239,241,243);
    background: -moz-linear-gradient(top, #fff 0%, rgb(239,241,243) 100%);
    background: -webkit-linear-gradient(top, #fff 0%, rgb(239,241,243) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgb(239,241,243) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='rgb(239,241,243)',GradientType=0 );
}
.navigation .login-menu-item .menu-item-content .login-block {
    width: 300px;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.navigation .login-menu-item .menu-item-content .login-block h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    color: rgb(122,0,58);
}
.navigation .login-menu-item .menu-item-content .login-block fieldset.fieldset {
    margin-bottom: 0px;
}
.navigation .login-menu-item .menu-item-content .login-block fieldset.fieldset .field {
    margin-bottom: 10px;
}
.navigation .login-menu-item .menu-item-content .login-block fieldset.fieldset .field .control {
    width: 100%;
}
.navigation .login-menu-item .menu-item-content .login-block .actions .action {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
.navigation .menu-item-content {
    padding: 8px 20px;
}
.navigation .menu-item-content p {
    margin: 0;
}
.page-header {
    margin: 0;
}
.search h2 a {
    font-family: 'Open Sans', sans-serif;
    color: rgb(122,0,58);
}
.border-bottom,
.bottom-border {
    padding-bottom: 20px;
    border-bottom: 6px solid #d5c549;
}
.page-info .short_description .border-bottom,
.page-info .short-description .border-bottom,
.page-info .short_description .bottom-border,
.page-info .short-description .bottom-border {
    padding-left: 20px;
    padding-right: 20px;
}
.page-info .short_description,
.page-info .short-description {
    font-weight: bold;
    font-style: italic;
}
.page-info .description {
    margin: 20px 0 50px;
}
.page-info .description h3,
.page-info .description h4 {
    font-family: 'Open Sans', sans-serif;
    color: #a75d77;
}
.page-info .description .align20 {
    margin-right: 20px;
    margin-left: 20px;
}
.page-info .description .align10 {
    margin-right: 10px;
    margin-left: 10px;
}
.configurator .actions[data-configurator-visible="desktop"] {
    display: block;
}
.configurator .actions[data-configurator-visible="mobile"] {
    display: none;
}
@media only screen and (max-width : 767px), (max-width : 767px) { /* sm */
    .configurator .actions[data-configurator-visible="desktop"] {
        display: none;
    }
    .configurator .actions[data-configurator-visible="mobile"] {
        display: block;
    }
	.page-header {
		padding-bottom: 0;
	}
	.header .right {
		padding-top: 0;
	}
    nav.navigation > ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .logo,
    .header-toplinks,
    .header .control {
        margin-bottom: 20px;
    }
    .header-toplinks,
    .header-toplinks ul {
        float: none;
        width: 100%;
    }
    .header .top-search .control button span > span {
        display: inline-block; /* show text button */
    }
    .footer-bottom .copyright {
        display: none;
    }
    .nav-sections {
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        margin: 0;
    }
    .nav-sections-item-title {
        display: none;
    }
    .nav-sections-item-content {
        margin-top: 0;
        padding-top: 0;
    }
    /* resets */
    .navigation,
    .navigation ul,
    .navigation ul li,
    .navigation nav,
    .navigation .level0 {
        border: none;
        width: 100%;
        clear: both;
    }
    .navigation .level0+.level0 {
        border-top: 1px solid #d5c549;
    }
    .navigation .level0+.level0 .level-top {
        border-left: none;
    }
    .navigation li.level0:last-child {
        border-bottom: none;
    }
    .navigation .level0.active > a.level-top,
    .navigation .level0.has-active > a.level-top {
        padding-left: 23px;
        border: none;
    }
    .navigation .level0.active > a.level-top span,
    .navigation .level0.has-active > a.level-top span {
        color: #d5c549;
    }
    .block-thumbnail::before {
        height: 150px;
    }
    .features-row .col-sm-4 {
        display: block;
    }
    .features-row .col-sm-4 span {
        text-align: left;
    }
    .navigation .slick-slider {
        /*padding-left: 0 !important;*/
    }
    .menu-handler {
        display: inline-block;
    }
    /*nav.navigation {
        display: none;
    }*/
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){	
	.nav-sticky-links{
	display:none;	
	}
}
@media only screen and (max-width : 992px), (max-width : 992px) { /* md max */
    .form-wishlist-items .table.wishlist-table .thead .col {
        display: none !important;
    }
    .header .control {
        margin-bottom: 15px;
    }
    .header .additional-text .purpure-bg {
        text-align: left;
        height: auto;
        white-space: normal;
        width: 100%;
    }
}
@media only screen and (min-width : 767px) and (max-width : 992px), (min-width : 767px) and (max-width : 992px){
    .logo {
        margin-top: 50px;
    }
}
@media only screen and (min-width : 1200px), (min-width : 1200px){ /* lg min */
    .header .additional-text .purpure-bg {
        font-size: 16px;
    }
}

.ui-tabs-vertical {
    width: 55em;
}
.ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 12em;
}
.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
    display:block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 40em;
}
.split-line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
}
.split-line::before,
.split-line::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 51%;
    left: 0;
}
.split-line::before {
    top: 0;
    background: rgb(219,219,219);
    background: -moz-linear-gradient(bottom, rgb(219,219,219) 0%, transparent 100%);
    background: -webkit-linear-gradient(bottom, rgb(219,219,219) 0%, transparent 100%);
    background: linear-gradient(to top, rgb(219,219,219) 0%, transparent 100%);
}
.split-line::after {
    bottom: 0;
    background: rgb(219,219,219);
    background: -moz-linear-gradient(top, rgb(219,219,219) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgb(219,219,219) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgb(219,219,219) 0%, transparent 100%);
}
.list-item {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-bottom: 6px solid #d2d5dc;
    position: relative;
}
.list-item::after {
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d5c549;
    z-index: 2;
}
.list-item.with-image::after {
    background: rgba(255,255,255,0.3);
}
.list-item .goto {
    z-index: 3;
    margin-right: 5px;
}
.list-item .title {
    margin-bottom: 15px;
    color: #a75d77;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.flexible-row {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.flexible-row::before,
.flexible-row::after {
    display: none;
}
/*.row+.row {
	margin-top: 30px;
}*/
.flexible-row > .col {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding: 0 15px;
    position: relative;
}
.list-item > .flexible-row > .col.content-col {
    /*padding-bottom: 30px;*/
}
.list-item > .flexible-row > .col.content-col > .content > .content::after {
    display: block;
    height: 30px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.list-item > .flexible-row > .col.content-col > .content {
    padding-top: 100%;
    position: relative;
}
.list-item > .flexible-row > .col.content-col > .content > .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding:10px 10px 40px 0;
}
.flexible-row > .col.image-col::after {
    display: block;
    content: "";
    width: 100%;
    height: 45px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
}
@media only screen and (max-width: 1124px), (max-width: 1124px) {
    .navigation .level0 > .level-top span {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1024px), (max-width: 1024px){
    .navigation .level0 > .level-top span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 924px), (max-width: 924px){
    .navigation .level0 > .level-top span {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px), (max-width: 767px) {
    .h250 {
        height: 200px !important;
    }
    .navigation .level0 > .level-top span {
        font-size: 14px;
    }
    .split-line {
        display: none;
    }
    .navigation .level0 > a {
        padding-right: 50px;
    }
    .navigation .level0 > a .ui-menu-icon {
        position: absolute;
        width: 50px;
        height: 100%;
        background: url(../images/menu-item-closed.png) no-repeat center center;
        top: 0;
        right: 0;
    }
    .navigation .level0 > a.ui-state-focus .ui-menu-icon,
    .navigation .level0 > a.ui-state-active .ui-menu-icon {
        /*background: transparent;*/
    }
}
@media only screen and (max-width: 467px), (max-width: 467px) {
    .h250 {
        height: 150px !important;
    }
}
@media only screen and (min-width: 767px), (min-width: 767px) {
    .navigation ul {
        zoom:0.8;
        padding-right: 48px;
    }
    .navigation .level0.ui-menu-item.menu-right-item {
        position: absolute;
        right: 8px;
    }
    .navigation .level0.ui-menu-item.menu-right-item.language a {
        text-indent: -99999px;
        font-size: 0;
        border-left: 0;
    }
    .navigation .level0.ui-menu-item.menu-right-item.language.language-de a {
        display: inline-block;
        width: 32px;
        height: 24px;
        background-image: url(../images/de.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}
@media only screen and (min-width: 992px), (min-width: 992px) {
    .navigation ul {
        zoom:1;
    }
}
@media only screen and (max-width: 350px), (max-width: 350px) {
    .navigation .menu-item-content .staff {
        width: 100%;
        max-width: 230px;
    }
    .navigation .menu-item-content .slick li {
        width: 100px;
    }
}
@media only screen and (max-width: 250px), (max-width: 250px) {
    .navigation .menu-item-content .staff {
        width: 100%;
        max-width: 130px;
    }
    .navigation .menu-item-content .slick li {
        width: 100px;
    }
}
@media only screen and (max-width: 100px), (max-width: 100px) {
    .navigation .menu-item-content .staff {
        display: none;
    }
}


@media (min-width: 768px), print{
.form.create.account{width: 56%;}
}

.premie-block .h3,
.premie-block .h4 {
    margin: 0;
}
.premie-block .h3 {
    font-size: 28px;
    margin-bottom: 14px;
}
.premie-block-price {
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid rgb(191,198,208);
    background: -moz-linear-gradient(top, rgb(184, 214, 214) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgb(184, 214, 214) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgb(184, 214, 214) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(184, 214, 214)', endColorstr='#fff',GradientType=0 );
}
.premie-block-price .tier {
    float: right;
    clear: both;
    padding: 8px 14px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.premie-block-price .label {
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.field.radio .control,
.field.checkbox .control {
    margin: 0;
}
.field.radio .control label,
.field.checkbox .control label {
    padding-right: 0;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.field.radio .control:first-child label,
.field.checkbox .control:first-child label {
    margin-top: 10px;
}
.configurator.premie .field.radio .control:first-child label,
.configurator.premie .field.checkbox .control:first-child label {
    margin-top: 0;
}
.field.radio .control label > span,
.field.checkbox .control label > span {
    width: 100%;
}
.field.radio .control label table tr td,
.field.checkbox .control label table tr td {
    padding: 0;
    vertical-align: middle;
    text-align: left;
}
.field.radio .control label span span.price-notice,
.field.checkbox .control label span span.price-notice {
    padding-left: 10px;
    float: right;
    width:80px;
    text-align: right;
}
.field.radio .control label span span.product-image,
.field.checkbox .control label span span.product-image {
    display: inline-block;
    /*border: 2px solid #878787;*/
    box-shadow: 0 0 2px 2px #878787;
    -webkit-box-shadow: 0 0 2px 2px #878787;
    -moz-box-shadow: 0 0 2px 2px #878787;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    overflow: hidden;
}
.field.radio .control label span span.product-image img,
.field.checkbox .control label span span.product-image img {
    width: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.field.radio .control input[type="radio"] {
    display: none;
}
.field.radio .control label {
    padding-left: 35px;
    position: relative;
    line-height: 25px;
}
.field.radio .control label {
    background: url(../images/radio.png) no-repeat left center;
}
.field.checkbox .control input[type="checkbox"]:disabled + label,
.field.radio .control input[type="radio"]:disabled + label {
    opacity: 0.5;
	display:none;
}
.field.radio .control input[type="radio"]:checked + label {
    background: url(../images/radio-active.png) no-repeat left center;
}
.field.checkbox .control input[type="checkbox"] {
    display: none;
}
.field.checkbox .control label {
    padding-left: 35px;
    position: relative;
    padding-top: 6px;
    line-height: 24px;
}
.field.checkbox .control label::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    width: 28px;
    height: 29px;
    background: url(../images/checkbox.png) no-repeat;
}
.field.checkbox .control input[type="checkbox"]:checked + label::before {
    background: url(../images/checkbox-active.png) no-repeat;
}
/*PAGER*/
.pager {
    display: block;
    width: 100%;
    clear: both;
}
.pager .toolbar-amount {
    display: none;
}
.pager .pages {
    text-align: right;
}
.pager .pages li {
    line-height: 14px;
}
.pager .pages li a {
    border: none;
}
.pager .pages li strong.page,
.pager .pages li a,
.pager .pages li a.page:visited {
    line-height: 14px;
    font-size: 14px;
    color: #333;
}
.pager .pages li a,
.pager .pages li a.page:visited {
    font-weight: normal;
}
.pager .pages li a:hover,
.pager .pages li a:focus {
    background: transparent;
}
.pager .pages li+li {
    border-left: 1px solid #333;
    padding-left: 2px;
}
.pager .pages li.pages-item-previous+li {
    border-left: none;
}
.pager .pages li.pages-item-previous,
.pager .pages li.pages-item-next {
    border-left: none !important;
}
.pager .pages li.pages-item-previous a,
.pager .pages li.pages-item-next a {
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #d1d5dc;
    color: #d1d5dc;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
}
.pager .pages li.pages-item-previous {
    padding-right: 2px;
}
.pager .pages li.pages-item-next {
    padding-left: 2px;
}
.pager .pages li.pages-item-previous a::before,
.pager .pages li.pages-item-next a::before {
    margin: 0;
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #d1d5dc;
}
.pager .pages li.pages-item-previous a::before {
    margin-right: 2px;
    content: "\f0d9";
}
.pager .pages li.pages-item-next a::before {
    margin-left: 2px;
    content: "\f0da";
}
/* TRICKS */
/*
.flex-row {
	display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: stretch;
	margin-left: -15px;
	margin-right: -15px;
}
.flex-row::before,
.flex-row::after,
.flex-row > div::before,
.flex-row > div::after {
	display: none;
}
.flex-row > div {
	display: flex;
	height: 100%;
	-moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}
*/
.flex-box {
    padding:0 15px;
}
.flex-row {
    display: -moz-box-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.flex-row.flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-row > div {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding: 0 15px;
}
.flex-row.flex-column > div {
    padding: 0;
}
.flex-row::before,
.flex-row::after,
.flex-row > div::before,
.flex-row > div::after {
    display: none;
}
.flex-row > div > a.wrapper-link {
    display: block;
}
.flex-row > div > a.wrapper-link,
.flex-row > div > a.wrapper-link > div,
    /*.flex-row > div > div {
        height: 100%;
    }*/
.flex-row > div > div:only-child {
    height: 100%;
}
.flex-row > div > div.block-thumbnail {
    overflow: hidden;
}
.flex-row .col-sm-3 {
    -webkit-flex: 25%;
    -moz-flex: 25%;
    -ms-flex: 25%;
    -o-flex: 25%;
    flex: 25%;
}
.flex-row .col-sm-4 {
    -webkit-flex: 33.3%;
    -moz-flex: 33.3%;
    -ms-flex: 33.3%;
    -o-flex: 33.3%;
    flex: 33.3%;
}
.flex-row .col-sm-6 {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    -o-flex: 50%;
    flex: 50%;
}
.flex-row .col-sm-8 {
    -webkit-flex: 66.6%;
    -moz-flex: 66.6%;
    -ms-flex: 66.6%;
    -o-flex: 66.6%;
    flex: 66.6%;
}
@media only screen and (max-width : 767px), (max-width : 767px) {
    .navigation .level0.login-menu-item > .level-top span.ui-menu-icon.ui-icon::before {
        display: none;
    }
    .block-thumbnail .content {
        padding-bottom: 30px;
    }
    .flex-box {
        padding: 0;
    }
    .flex-row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .flex-row > div {
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }
    .flex-row > div+div {
        margin-top: 15px;
    }
    .nav-sticky-links {
    	display: none;
    }
}
/* TRICKS */


/*DUMP BEGIN*/
@media (min-width: 1200px) {
    .flex-row.reviews-carousel-cont .theme-block,
    .flex-row.reviews-carousel-cont .reviews-slider {
        height: 166px;
    }
}
/*DUMP END*/

/*CMS PAGE VIEW BEGIN*/
.std {

}
.std ul {
    margin:0 0 10px 20px;
}
.std ul li {
    list-style:disc outside;
}
@media (min-width: 768px) {
    .std .verzorging_static_block_7 {
        margin-bottom: 0;
    }
    .std .verzorging_static_block_7 > .content{
        padding: 0;
    }
}
/*CMS PAGE VIEW END*/

.account .polissen {
    margin: 25px 0;
    font-size: 10px;
}
.account .polissen .polis_parent {
    margin-bottom: 20px;
}
.account .polissen .polis_parent_list {
    margin-bottom: 20px;
}
.account .columns .column.main > .container-fluid {display:none;}

.polisdetail {
    border-width: 1px;
    border-style: solid;
    border-color: #6f6464;
    background-color: #eeeef5;
    margin-top: 25px;
}
div#customerpremiealert {
    border-width: 1px;
    border-style: solid;
    border-color: #6f6464;
    background-color: #eeeef5;
    margin-top: 25px;
}

.customerpremiealert {
    border-width: 1px;
    border-style: solid;
    border-color: #6f6464;
    background-color: #eeeef5;
    margin-top: 25px;
}

a#buttonPremieAlertRed {
    background-color: #92303f;
    border: none;
    color: #dccccc;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

a#buttonPremieAlertGreen {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.underline {
    text-decoration:underline;
}

.nav-sticky-links {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 9999;
    /*display: none;*/
}
.nav-sticky-links li a {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 8px;
}
.nav-sticky-links li a:hover {
    color: #706f6f !important;
}
.nav-sticky-links li a span {
    position: relative;
    display: block;
    padding: 8px 24px 8px 16px;
    background: url(../images/sticky-bg-sprite.png) repeat-x left bottom;
}
.nav-sticky-links li a::before {
    display: block;
    position: absolute;
    right: 6px;
    top: 14px;
    content: "";
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
      
    border-left: 8px solid #706f6f;
    /*
    width: 100%;
    height: 6px;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
.nav-sticky-links li+li {
    margin-top: 10px;
}

span.product-name {
    display: block;
    width: 50px;
    word-break: break-all;
}

@media only screen and (max-width : 480px){
	.modal-slide, .modal-popup{left:0px !important; max-width:376px;}
}

@media only screen and (max-width : 320px){
	.modal-slide, .modal-popup{max-width:345px;}
}

/* Dropdown Button */
.dropbtn {
  background-color: rgb(230, 230, 230) ;
  color: #646363;
  padding: 6px 16px;
  font-size: 14px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 16px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: rgb(230, 230, 230);}

/* Hide sticky menu */
.nav-sticky-links{display:none !important;}
@media screen and (max-width:1920px){
.footer-bottom .bottom-element > div.white-bg{max-width:1920px;}
}
/*Nubix Google Search console mobile fixes*/
@media screen and (max-width:767px){
.features-row .col-sm-4, .features-row .col-sm-12{display:block;}
.features-row .col-sm-4 span, .features-row .col-sm-12 .show{height:inherit;}
.footer-bottom .bottom-element > div.white-bg{display:none;}
.navigation .level0 > .level-top{line-height:32px;}
.navigation a{padding-top:14px; padding-bottom:14px;}
}

@media screen and (min-width:768px){
	.ec-gtm-cookie-directive{bottom:unset; top:20px;}

}
