body {
    font-family: 'Roboto Condensed', sans-serif;

}

.pl-40 {
    padding-left: 40px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-100 {
    padding-left: 80px;
}

.ml-40 {
    margin-left: 40px;
}

.flex-direction-nav a,
.flex-control-nav>li>a {
    transition: all 0.3s ease-in-out 0s;
}

#liststyle {
   
    
   
}

.flex-direction-nav a {
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.flex-direction-nav .flex-prev {
    opacity: 0;
    left: 0;
    cursor: url(../img/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
    opacity: 0;
    right: 0;
    cursor: url(../img/next-light.png), e-resize;
}

.flex-control-nav {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    z-index: 11;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flex-control-nav>li {
    display: inline-block;
    margin: 5px 3px;
}

.flex-control-nav>li>a {
    background: transparent;
    border: 1px solid #fff;
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 6px;
}

.flex-control-nav>li>a:hover,
.flex-control-nav>li>a.flex-active {
    background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
    margin: 0 !important;
}

.hero-slider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-slider .slides {
    height: 100% !important;
    transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
    width: 15%;
}

.hero-slider .slides li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* Caption */
.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
}

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
}

.titan-title-size-1 {
    letter-spacing: 4px;
    font-size: 15px;
}

.titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 19px;
    opacity: .8;
}
.titan-title-size-0 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 23px;

}

.titan-title-size-3 {
    letter-spacing: 16px;
    font-size: 46px;
}

.titan-title-size-4 {
    letter-spacing: 24px;
    font-weight: 400;
    font-size: 48px;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
    position: fixed;
    background: black;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
    color: #ec008c;
}

.loader {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;

    animation: load 0.8s infinite linear;
    color: #ec008c;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.video {
    width: inherit;
    height: inherit;
    background-color: black;

}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.navbar-custom {
    background-color: #ec008c;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    transition: background, padding 0.4s ease-in-out 0s;

}

.navbar a {
    transition: color 0.125s ease-in-out 0s;

}

.navbar-custom .dropdown-menu {
    background: #ec008c;
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.navbar-custom .navbar-brand {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.navbar-custom .nav li>a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);

}


.navbar-custom .dropdown-menu>li>a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding: 11px 15px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .dropdown-menu .dropdown-menu {
    border-left: 1px solid rgba(73, 71, 71, 0.15);
    left: 100%;
    right: auto;
    top: 0;
    margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
    border: 0;
    border-right: 1px solid rgba(73, 71, 71, 0.15);
    right: 100%;
    left: auto;
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover,
.navbar-custom .nav .open>a,
.navbar-custom .nav .open>a:focus,
.navbar-custom .nav .open>a:hover,
.navbar-custom .dropdown-menu>li>a:focus,
.navbar-custom .dropdown-menu>li>a:hover {
    background: none;
    color: #fff;
}

.navbar-custom .dropdown-menu>li>a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
}

.dropdown-menu {
    min-width: 180px;
    font-size: 11px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
    color: rgba(255, 255, 255, 0.6);
}

.callout-title {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.callout-btn-box {
    text-align: right;
    padding-top: 4px;
}

.request-cta {
    padding: 50px 0;
}

.cta {
    /*background-image: url(../img/luna\ \(15\).png);*/
    height: 40vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.thumbnail {
    box-shadow: 0 4px 8px 0 #ec008c;
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
}

.thumbnail:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 #ec008c;
}


/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
    background: #000;
    color: #fff;
}


::selection {
    background: #000;
    color: #fff;
}

/* Forms common style */
.form-control {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    height: 33px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
    border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 43px;
    font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 29px;
    font-size: 10px;
}

.rqst-form {
    margin-top: 27px;
}

.rqst-form .btn {
    margin-top: 5px;
}

.input-group-addon {
    border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
      Typography
  --------------------------------------------------------------*/
a {
    color: rgba(255, 255, 255, 0.7);
    ;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.bg-dark a {
    color: #aaa;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 400;
}

p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
}

blockquote {
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 0;
}

.font-alt {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-serif {
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
}

.large-text {
    font-size: 24px !important;
}

.rotate {
    text-shadow: none !important;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 70px;
}

.titlex2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 70px;

}

.gallerycss {

    background-size: cover;
    height: 450px;
}


.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 70px;
}

.module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.module-title+.module-subtitle {
    margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
    display: table;
}

.alt-module-subtitle h5 {
    display: table-cell;
    white-space: pre;
    padding: 0 8px;
    color: #111;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .navbar-transparent {
        background: transparent;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-custom .open>.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 9px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
}

@media (max-width: 1050px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 1px;
    }
}

@media (max-width: 991px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 0;
    }

    /* Headers */
    .titan-title-size-3 {
        letter-spacing: 8px;
        font-size: 36px;
    }

    .titan-title-size-4 {
        letter-spacing: 12px;
        font-size: 38px;
    }
}

@media (max-width: 767px) {

    /* Navbar */
    .navbar-custom .navbar-nav {
        letter-spacing: 3px;
        margin-top: 1px;
        margin-bottom: 0;
        display: inline;
    }

    .navbar-custom li>a:hover {
        background: #ec008c !important;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 25px;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
        padding: 10px 35px;
    }

    .navbar-custom li a,
    .navbar-custom .dropdown-search {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }

    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 7px;
        content: "\f107";
    }

    .navbar-custom .nav>.open>.dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        right: 7px;
        content: "\f106";
    }

    /* Headers */
    .titan-title-size-1 {
        letter-spacing: 2px;
        font-size: 14px;
    }

    .titan-title-size-2 {
        line-height: 1.3;
        letter-spacing: 2px;
        font-size: 16px;
        opacity: .8;
    }

    .titan-title-size-3 {
        letter-spacing: 4px;
        font-size: 26px;
    }

    .titan-title-size-4 {
        letter-spacing: 6px;
        font-size: 28px;
    }
}

img {
    border-radius: 5px 5px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.position-relative {
    position: relative;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

/* Transition elsements */
a,
.btn {
    transition: all 0.125s ease-in-out 0s;
}

/* Sections */
.navbar-custom+.main {
    margin-top: 50px;
}

.main {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.module,
.module-small {
    position: relative;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

/* Module header */
.module-small {
    padding: 70px 0;
}

/* Custom styles for mobile view */
@media (max-width: 767px) {
    .mobile-image {
        width: 100%;
        max-width: 600px;
        max-height: 400px;
    }
}

.module-extra-small {
    padding: 25px 0;
}

.module-medium {
    padding: 75px 0;
}

.holder-w {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 50%;
}

.holder-w:before {
    border-top: 1px solid #eaeaea;
    position: relative;
    display: block;
    content: "";
    top: 1px;
    height: 1px;
    width: 100%;
}

/* Sections dividers */
.divider-w {
    border-top: 1px solid #fff;
    margin: 0;


}

.divider-d {
    border-top: 1px solid #fff;
    margin: 0;

}

/* Half-image */
.side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.side-image-text {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #fff;
}

.bg-dark {
    background: #111;
}

.bg-fuchia {
    background-color: #ec008c;
}

#bg-fuchia {
    background: #ec008c;
    border: black solid 2px;
}

.font-fuchia {
    color: #ec008c;
}

.bg-dark-30:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.4);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.9);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-light {
    background: #f6f6f6;
}

.gallerij-bg {
    background-image: url(/assets/img/receptie.png);
    background-size: cover;
    height: 450px;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/pinkmarble1.jpg);

}

.testdivider {

    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 21px;
    height: 21px;
    transform: translateY(100%);

}

/* Vertical margin, padding */
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-85 {
    padding-top: 85px !important;
}

pt-100 {
    padding-top: 100px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mt-sm-40 {
        margin-top: 40px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .mt-sm-60 {
        margin-top: 60px !important;
    }

    .mt-sm-70 {
        margin-top: 70px !important;
    }

    .mt-sm-80 {
        margin-top: 80px !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .mb-sm-60 {
        margin-bottom: 60px !important;
    }

    .mb-sm-70 {
        margin-bottom: 70px !important;
    }

    .mb-sm-80 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-10 {
        margin-top: 10px !important;
    }

    .mt-xs-20 {
        margin-top: 20px !important;
    }

    .mt-xs-30 {
        margin-top: 30px !important;
    }

    .mt-xs-40 {
        margin-top: 40px !important;
    }

    .mt-xs-50 {
        margin-top: 50px !important;
    }

    .mt-xs-60 {
        margin-top: 60px !important;
    }

    .mt-xs-70 {
        margin-top: 70px !important;
    }

    .mt-xs-80 {
        margin-top: 80px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    .mb-xs-30 {
        margin-bottom: 30px !important;
    }

    .mb-xs-40 {
        margin-bottom: 40px !important;
    }

    .mb-xs-50 {
        margin-bottom: 50px !important;
    }

    .mb-xs-60 {
        margin-bottom: 60px !important;
    }

    .mb-xs-70 {
        margin-bottom: 70px !important;
    }

    .mb-xs-80 {
        margin-bottom: 80px !important;
    }
}

/* Scroll to top */
.scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
    padding: 15px;
    /* Some padding */
}

.scroll-up a {
    background: #fff;
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 1;
    color: #000;
}


/* Portfolio filter */
@media (min-width: 1025px) {
    .work-item {
        width: 33.33%; /* 3 columns on desktop screens */
    }
}
@media (max-width: 1024px) {
    .work-item {
        width: 50%; /* 2 columns on medium screens (like tablets) */
    }
}

@media (max-width: 768px) {
    .work-item {
        width: 100%; /* 1 column on small screens (like phones) */
    }
}
.filter {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
}

.filter>li {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 25px;
}

/* Portfolio filter */
.filter {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
}

.filter>li {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.works-grid.works-grid-gut {
    margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
    padding: 0 0 10px 10px;
}

.work-item {
    /*width: 50%;*/
    float: left;

}

.works-grid-3 .work-item {
    width: 33.3333%;

}

.container .works-grid-3 .work-item {
    width: 33.2%;
}

.works-grid-4 .work-item {
    width: 25%;
}

.works-grid-5 .work-item {
    width: 20%;
}

.work-item>a {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 1;
}

.work-image {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 1;
}


.work-image img {
    display: block;

    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

#coverebackgroundstyle {
    background-image: url(/assets/img/jacuzzinacht.png);
    background-size: cover;

}

.titlestyle {
    margin-top: 0;
    color: #fff;
}

.paddingmaps {
    padding: 0;
    margin: 0;
}

.iframestyle {
    border: 0;
    margin: 0;
}

#paragrafstyle {
    margin-bottom: 0;
    font-size: 16px;
}

.videostylecontact {
    width: 100%;
    height: 600px;
}

#stylebackground {
    background-color: #000;
}

.work-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.work-caption {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.work-title {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 0 0 6px;
}

.work-descr {
    color: #ffffff;
}

/*.work-item:hover .work-image:after {}*/
.work-image {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 1;
}

.work-image:hover {
    opacity: 0.8;
}

.work-item:hover .work-image>img {

    transition: all .9s ease;
    -webkit-transition: all .9s ease;
}

.work-item:hover .work-caption {
    bottom: 50%;
    opacity: 1;
    z-index: 3;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);

}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

/*.works-grid.works-hover-w .work-item:hover .work-image:after {
    background: linear-gradient(to right bottom, #e71e90, #ec2999, #f033a2, #f53cac, #f944b5, #f142b2, #e940b0, #e13ead, #cb329e, #b5268e, #a0197f, #8c0970);
    opacity: 0.2;
    transition-timing-function: ease-in;
    transition: 0.7s;

}*/

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
    /*opacity: 0;*/
}

.works-grid.works-hover-g .work-descr {
    color: #fff;
}

#hovered:hover {
    color: #000;

}

.bg-gallerij-bar {
    background-image: url(/assets/img/bg-gallerij-bar.jpg);
    background-size: cover;

}

.bg-index-bar-flipped {
    background-image: url(/assets/img/flipped.jpg);
    background-size: cover;

}

.bg-index-bar {
    background-image: url(/assets/img/bg-index-bar2.jpg);
    background-size: cover;
}

.bg-gallery-bar {

    background-image: url(/assets/img/bg-index-bar.jpg);
    background-size: cover;

}

.bg-lightgrey-bar {

    background-color: #ffefcb;
    background-size: cover;

}

/*.works-grid.works-hover-g .work-item:hover .work-image:after {
    background: #ec008c linear-gradient(to right bottom, #e71e90, #ec2999, #f033a2, #f53cac, #f944b5, #f142b2, #e940b0, #e13ead, #cb329e, #b5268e, #a0197f, #8c0970);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1);

}*/

.sliding-portfolio .work-item {
    width: 100%;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
    background: rgba(0, 0, 0, 0);
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

/*--------------------------------------------------------------
      Single Portfolio
  --------------------------------------------------------------*/
.work-details {
    margin: 0 0 20px;
}

.work-details-title {
    color: #111;
    margin: 0 0 20px;
}

.work-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-details ul>li {
    border-bottom: 1px dotted #c2c2c2;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

section.footer {
    color: #fff;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-w {
    background: rgba(255, 255, 255, 0.8);
    color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
    color: #111;
    background: #ec008c;
}

.btn.btn-g {
    background: #e5e5e5;
    color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
    background: #d8d8d8;
    color: #111;
}

.btn.btn-border-w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
}

.btn.btn-d {
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
    background: #ec008c;
}

.btn.btn-b {
    background: #111111;
    color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
    background: #ec008c;
}

.btn-border-d {
    background: transparent;
    border: 1px solid #111111;
    color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
    background: #ec008c;
    color: #fff;
}

.btn.btn-font-w {
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
}

.btn.btn-font-w:hover {
    background: #fff;
    color: #111;
}

/* Buttons size */
.btn.btn-lg {
    padding: 12px 45px;
    font-size: 13px;
}

.btn.btn-sm {
    padding: 6px 25px;
    font-size: 10px;
    letter-spacing: 1px;
}

.btn.btn-xs {
    padding: 4px 19px;
    font-size: 10px;
    letter-spacing: 0;
}

.btn-list .btn {
    margin: 5px 0;
}

.search-btn {
    position: absolute;
    background: transparent;
    border: none;
    overflow: hidden;
    top: 50%;
    right: 1px;
    width: 42px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    outline: none;
    color: #999;
    margin-top: -20px;
}

.image-button {
    margin: 0 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
    background: #000;
    color: #fff;
}

/*::-webkit-selection {
    background: #000;
    color: #fff;
}*/

::selection {
    background: #000;
    color: #fff;
}


.dividertest {
    /* minor cosmetics */
    display: table;
    font-size: 24px;
    text-align: center;
    width: 75%;
    /* divider width */
    margin: 40px auto;
    /* spacing above/below */
    z-index: 10;
}

.dividertest span {
    display: table-cell;
    position: relative;
    z-index: 10;
}

.dividertest span:first-child,
.dividertest span:last-child {
    width: 50%;
    top: 13px;
    /* adjust vertical align */
    -moz-background-size: 100% 2px;
    /* line width */
    background-size: 100% 2px;
    /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    z-index: 10;
}

.dividertest span:first-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#ffff));
    background-image: -webkit-linear-gradient(180deg, transparent, #fff);
    background-image: -moz-linear-gradient(180deg, transparent, #fff);
    background-image: -o-linear-gradient(180deg, transparent, #fff);
    background-image: linear-gradient(90deg, transparent, #fff);
    z-index: 10;
}

.dividertest span:nth-child(2) {
    color: #fff;
    padding: 0 5px;
    width: auto;
    white-space: nowrap;
    z-index: 10;
}

.divider span:last-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #fff, transparent);
    background-image: -moz-linear-gradient(180deg, #fff, transparent);
    background-image: -o-linear-gradient(180deg, #fff, transparent);
    background-image: linear-gradient(90deg, #fff, transparent);
    z-index: 10;
}

.image-divider {
    width: 100%;
    z-index: 10;
}

.border-image-divider {
    background-color: white;
    height: 400px;
    border-top: 64px solid;
    border-image-outset: 64px;
    border-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/101448/wedding-divider-png-9.png");
    margin: 64px -40px 0;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar .widget-title {
    color: #111;
}

.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Icon List */
.widget .icon-list li {
    padding: 5px 0;
}

.widget .icon-list li a:before {
    content: "\00BB";
    color: #666666;
    padding-right: 5px;
}

/* Posts */
.widget-posts li {
    margin: 0 0 15px;
}

.widget-posts li:last-child {
    margin: 0;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
    background: #fff;
    border: 2px solid #ec008c;
    padding: 25px 20px;
    margin: 15px 0 30px;
    border-radius: 2px;
    text-align: left;
}

.price-table:hover {
    border-color: #910157;


}

#arrangement:hover {
    border-color: #910157;

    background-size: cover;
    background-image: url("/assets/img/jacuzzi.png");

}

#arrangement:hover .price-details {
    color: #ec008c;
    z-index: 100;
    visibility: visible;
    background: rgba(0, 0, 0, 0);


}

.crop-arrangement-div {
    margin-top: -60px;
}


.price-details li {
    font-size: 13px;
    list-style-type: disc;
    line-height-step: 50;
    list-style-position: outside;

}


.price-table.best {
    margin: 0 0 30px;
}

.price-table .small {
    margin: 0;
}

.borderline {
    position: relative;
    background: #ec008c;
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0 15px;
}

.borderline:before {
    position: absolute;
    background: #ec008c;
    content: "";
    bottom: -7px;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -7px;
}

.borderline:after {
    position: absolute;
    background: #fff;
    content: "";
    bottom: -5px;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -8px;
}

.price-table h4 {
    color: #111;
    margin: 0;
}

.price {
    text-align: center;
}

.price-table p.price {
    font-size: 60px;
    color: #ec008c;
    padding: 0;
    margin: 0 0 0 -10px;
}

.price-table p.price span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 25px;
}

.price-details {
    list-style: none;
    padding: 0;
    margin: 0 0 23px;
}

.price-details li {
    padding: 7px 0;
}

.price-details li>span {
    text-decoration: line-through;
    color: #aaa;
}

.sidebar {
    width: 25%;
    height: 25vh;
}

.small {
    text-align: center;
}

.price-table .font-alt h4 {
    text-align: center;
}

@media only screen and (max-width: 480px) {

    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 100%;
    }
}

.services-img {
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    height: auto;
    max-height: 100%;
    max-width: 100%;

}

.services-img:hover {
    box-shadow: 0 8px 16px 0 #ec008c;
    transition: 0.3s;
}

.featurette-style {
    padding-bottom: 4rem;
    padding-top: 4rem;
    margin-left: auto;
}

.featurette-heading-padding {
    padding-bottom: 45px;
}

.lead-padding {
    padding-bottom: 10px;
    padding-top: 10px;
}

.featurette-divider {
    height: 1px;
    background-color: #ec008c;

}