/*
 Theme Name:	DSG WEB
 Theme URI:
 Description:	DSG WEB Theme
 Author:	DSG WEB
 Theme URI:	http://www.dsgweb.nl
 Template:	nisarg
 Version:	1.0.0
*/
@import url("../nisarg/style.css");


/* MAX MEGA MENU FIXES
====================================================== */

.WDTSC-generic-holder{
	display:flex!important;
	justify-content: center;
}


.page .has-post-thumbnail .featured-image{
    display: none;
}

.leaflet-tooltip-pane{
    display: none;
}

.entry-content > p:empty{
    margin-bottom: 0;
}

.home .first {
    margin-top: -200px;
}

body .dsg-header .youtube-container iframe, body .dsg-header .vimeo-container iframe {
    position: absolute;
    width: auto;
    aspect-ratio: 16 / 9;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    min-height: calc(100% + 110px);
    max-width: unset;
    pointer-events: none;
}

img{
    margin-bottom: 0!important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
    background: #454545;
}

.mega-toggle-block:before{
    content: "MENU";
    margin-right: 10px;
}

.mega-toggle-block{
    z-index: 2;
}

div#mega-menu-wrap-primary {
    position: absolute;
    right: 15px;
    bottom: 0;
}

#navigation_menu{
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin: 20px auto 0;
    padding: 0 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.button-bar {
    text-align: right;
    width: calc(100% - 120px);
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn.dark a {
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn.dark {
    background: #222;
    border-radius: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn {
    display: inline-block !important;
    width: auto;
    padding: 0 13px;
    font-size: 16px;
    margin-top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a{
    font-family: "Work Sans", serif;
    font-weight: 500!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.btn):hover > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item:not(.btn) > a.mega-menu-link:after{
    background: #222;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.btn) > a.mega-menu-link:after {
    content: "";
    display: block;
    background: transparent;
    height: 2px;
    position: absolute;
    top: 50px;
    width: calc(100% - 20px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    position: relative;
}

body .dsg-header .owl-caption, body .dsg-header .header-caption{
    text-shadow: none;
    top: 65%;
    z-index: 2;
}

.header-caption .btn ,
.header-caption .btn:hover,
.read-more .btn{
    background: #D2BCA6!important;
    border-radius: 30px!important;
    font-size: 18px;
    line-height: 35px;
}


/* =Theme customization starts here
------------------------------------------------------- */

.whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    border: 1px solid #25d366;
    transition: all .2s ease-in-out;
    animation: pulse-green 2s infinite;
    -webkit-animation: pulse-green 2s infinite;
    display: block;
	z-index:99999;
}

@keyframes pulse-green{
	0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(37, 211, 102);
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}

.whatsapp:before {
    content: "\f232";
    font-family: 'fontawesome' !important;
    font-size: 30px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

html{
    overflow-x: hidden;
}

.post-content{
    background: transparent;
}

body {
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html #wpadminbar {
    position: fixed;
}

.post-content, .single-post-content, .post-comments, .comments-area, #secondary .widget {
    box-shadow: none;
    margin-bottom: 0;
}

#breadcrumbs {
    font-size: 12px;
    color: #aaa;
}

.entry-title {
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #00A99D;
    text-transform: none;
    text-align: left;
    overflow: visible;
    margin: 5px 0 15px;
}

.entry-header, .entry-content, .entry-summary, .entry-footer {
    padding: 0;
    text-align: left;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6,
.list-posts-block.behandeling .content .title,
.list-posts-block.behandeling .meta,
.list-posts-block.post .content .title{
    font-family: "Prata", serif;
    text-transform: none;
    font-weight: 400;
    color: #222;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

h3,
.list-posts-block.behandeling .content .title,
.list-posts-block.behandeling .meta,
.list-posts-block.post .content .title{
    font-size: 22px;
}

h4 {
    font-size: 22px;
}

h5{
    font-size: 19px;
    background: #D2BCA6;
    color: #fff!important;
    display: inline-block;
    font-family: "Work Sans", serif;
    padding: 3px 8px;
    margin-bottom: 0;
    text-transform: uppercase;
}

h5.has-text-align-center{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

body, button, input, select, textarea {
    font-family: "Work Sans", serif;
    font-size: 16px;
    line-height: 26px;
}

input, select, textarea {
    background: #fff;
    color: #333;
    border: 1px solid #6d9e31;
    border-radius: 20px;
    padding: 6px 20px !important;
}

.entry-summary, .entry-content{
    color: #000;
}

a.btn .fa {
    color: white;
    font-weight: 400;
}

.entry-content a:not(.wp-element-button),
#secondary .widget a {
    color: #D2BCA6;
    font-weight: 600;
    text-decoration: underline;
}

.entry-content a:hover,
#secondary aside.widget a:hover {
    color: #666;
}

.navbar .contact-bar span a,
footer#colophon a {
    color: white;
}

.navbar .contact-bar span a:active,
.entry-title a:active,
h2.entry-title a:active,
footer#colophon a:active,
footer#colophon a:active .fa,
.navbar .contact-bar span a:focus,
.entry-title a:focus,
h2.entry-title a:focus,
footer#colophon a:focus,
footer#colophon a:focus .fa,
.navbar .contact-bar span a:hover,
.entry-title a:hover,
h2.entry-title a:hover,
footer#colophon a:hover,
footer#colophon a:hover .fa {
    color: #333;
    text-decoration: underline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn,
a.btn:visited,
div.news-block .read-more {
    display: inline-block;
    border-radius: 4px;
    border: 0;
    background: #333;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
    text-decoration: none;
    margin: 0 0 10px 0;
}

button:active,
button:focus,
button:hover,
html input[type="button"]:active,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.btn:active,
a.btn:focus,
a.btn:hover,
div.news-block .read-more:active,
div.news-block .read-more:focus,
div.news-block .read-more:hover {
    border-radius: 4px;
    border: 0;
    background: #666;
    color: white;
}

button.search-submit {
    margin: 0;
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=image],
.gform_wrapper form .gform_footer input[type=submit] {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 3px;
}

a.btn-default:hover,
a.btn-default:focus {
    border: 0;
}

section.error-404 {
    margin-bottom: 60px;
}

input[type="search"].search-field {
    width: calc(100% - 35px);
}

button.search-submit {
    border-radius: 0 3px 3px 0;
    width: 35px;
}

.search-submit:before {
    line-height: 35px;
}

div.youtube-supercontainer {
    position: relative;
}

div.youtube-supercontainer div.youtube-container {
    position: relative;
    height: 0;
    padding-top: 65%;
}

div.youtube-supercontainer div.youtube-container > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

/* Header
=========================================== */

.home #masthead {
    margin-bottom: 0px;
}

#masthead {
    margin-bottom: 80px;
}

#spacer {
    display: none;
}

.navbar {
    width: 100%;
    box-shadow: none;
    margin: 0;
}

.navbar .contact-bar {
    background: #BE3F47;
    width: 100%;
    z-index: 20000;
}

.navbar .contact-bar > div {
    padding: 5px 15px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar .contact-bar .fa,
.navbar .contact-bar span {
    color: white;
    text-transform: none;
}

.navbar .contact-bar span {
    line-height: 30px;
    display: inline-block;
}

.navbar .contact-bar span:not(:last-child) {
    margin-right: 50px;
}

.navbar .contact-bar a {
    text-decoration: underline;
}

.navbar .contact-bar button,
.navbar .contact-bar input {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    border-radius: 0;
    border: 0;
    margin: 4px 0;
}

.navbar .contact-bar .widget .search-submit:before {
    line-height: 26px;
}

.navbar-header {
    height: 80px;
    position: relative;
    float: none;
}

.navbar-default {
    background: transparent;
    border-bottom: 0;
}

.navbar-default .navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
    border-radius: 5px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    background: #fff!important;
}

.navbar-collapse.collapse {
    position: relative;
    display: none;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

#masthead .navbar-brand {
    position: absolute;
    top: 50%;
    z-index: 10000;
    padding: 0;
    margin: 0;
    height: 60px;
    max-width: calc(100% - 75px);
    width: auto;
    transform: translateY(-50%);
}

.navbar-brand img {
    margin: 0;
    max-height: 100%;
}

.navbar-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
    transform: translateY(50%);
}

.navbar-default .navbar-nav > li > a {
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 31px 0 0 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    line-height: 2;
    text-decoration: none;
    padding: 3px 15px;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    background-color: #BE3F47;
    color: #fff;
}

.navbar.navbar-default .navbar-nav > .active > a, .navbar.navbar-default .navbar-nav > .active > a:hover, .navbar.navbar-default .navbar-nav > .active > a:focus {
    border: 0;
    background: #BE3F47;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 10px;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
    color: #BE3F47;
}

.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    background: #BE3F47;
    color: white;
}

.dropdown-toggle {
    width: auto;
    background: none;
    height: 20px;
}

.dropdown-toggle:after {
    background-color: transparent;
    content: "";
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    background: none;
}

.navbar .caret {
    display: none;
}

.nav > li:not(.active):last-child > a {
    margin-right: -15px;
}

.dsg-header .youtube-container {
	position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.dsg-header .youtube-container iframe {
	position: absolute;
    top: -4.65%;
    left: 0;
    height: 109.4%;
    width: 100%;
    border: 0;
}

.dsg-header.large-header .image-container,
.dsg-header.large-header{
    height: 650px!important;
}

.home .dsg-header.large-header{
    height: 950px!important;
}

body .dsg-header{
    height: 600px;
}

.dsg-header .img{
	background-position: 50% 30%!important;
}

body .dsg-header:not(.large-header):after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.headerfade {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#222222',GradientType=0 );
    height: 40px;
    margin-top: -40px;
    z-index: 3;
    position: relative;
}

/* Footer
=========================================== */

footer#colophon {
    background: #222222;
    padding: 0;
}

footer#colophon:before {
    content: " ";
    --mask: radial-gradient(1891.74px at 50% calc(100% - 2177px), #000 100%, #0000 100%) calc(50% - 622px) 0 / 1244px 100%, radial-gradient(1891.74px at 50% calc(100% + 1866px), #0000 100%, #000 100%) 50% calc(100% - 311px) / 1244px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    height: 341px;
    display: block;
    position: relative;
    z-index: 0;
    background: #d2bca6;
    top: 0;
    margin-bottom: -280px;
}

footer#colophon .site-info {
    margin: 0 auto;
    padding: 25px 35px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}


footer#colophon .disclaimer{
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding: 20px 0;
}

footer#colophon .disclaimer aside{
    width: 100%!important;
    padding: 0!important;
}

footer#colophon .disclaimer p{
    margin-bottom: 6px;
}

footer#colophon .widget {
    padding: 10px 0;
}

footer#colophon a:hover,
footer#colophon a:hover .fa,
footer#colophon a:active,
footer#colophon a:active .fa,
footer#colophon a:focus,
footer#colophon a:focus .fa{
    color: #666;
}

footer#colophon .widget {
    vertical-align: top;
}

footer#colophon h4 {
    font-size: 22px;
    font-weight: 400;
    color: white;
    text-align: left;
    margin-bottom: 10px;
}

footer#colophon .fa {
    color: white;
    text-transform: none;
    font-size: 25px;
}

footer#colophon .fa-phone,
footer#colophon .fa-envelope {
    font-size: 15px;
}

footer#colophon .site-credits {
    margin: 0;
    padding: 0 20px;
    background: #000;
}

footer#colophon .site-credits span {
    display: block;
    margin: auto;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
}

footer#colophon .site-credits span a{
    text-decoration: underline;
}

.sub-menu {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.sub-menu > li > a {
    padding: 0;
}

footer#colophon .widget.widget_nav_menu{
    margin-top: 0;
    padding-top: 0;
}

footer#colophon .widget.widget_nav_menu ul{
    padding-left: 0!important;
}

footer#colophon .widget.widget_nav_menu a:before{
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 10px;
}

/* Sidebar
=========================================== */

#secondary .widget,
#secondary .widget ul,
#secondary .widget li {
    border: 0;
    padding: 0;
}

#secondary .widget-title {
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

#secondary h4.widget-title::after {
    content: none;
}

/* Blog/Archive
=========================================== */

.blog article,
.archive article {
    margin-bottom: 92px;
}

.blog article > *,
.archive article > * {
    vertical-align: top;
}

.has-post-thumbnail .featured-image {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.has-post-thumbnail .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}

.has-post-thumbnail .article-container {
    display: inline-block;
    max-width: 100%;
}

article .entry-meta,
.read-more {
    text-align: left;
    text-transform: none;
}

.read-more a {
    font-size: 20px;
}

article .entry-meta {
    font-weight: 400;
    color: #424242;
}

article .entry-meta a {
    color: #00A99D;
    text-decoration: underline;
}

article .entry-meta a:hover {
    color: #666;
}

.entry-header .entry-meta::after {
    content: none;
}

/* Shortcodes
====================================================================================== */

section.bg-section {
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
}

section.bg-section .bg {
    position: absolute;
    height: 100%;
    min-width: 100vw;
    max-width: none;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    z-index: 0;
    background-size: cover;
    background-position: 50%;
}

section.bg-section * {
    position: relative;
    z-index: 1;
}

div.news-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}

div.news-block article {
    margin-bottom: 50px;
    width: 30%;
    background: #f2f2f2;
    border-bottom-left-radius: 30px;
}

div.news-block article > a {
    max-width: 400px;
    flex-wrap: wrap;
    text-decoration: none;
    color: inherit;
}

div.news-block .article-thumbnail {
    width: 100%;
    margin-bottom: 0;
    aspect-ratio: 16 / 9;
    background-size: cover;
    border-top-right-radius: 30px;
}

div.news-block article .read-more-container a{
    text-decoration: none;
    color: #6d9e31;
}

div.news-block .content {
    width: 100%;
    padding: 30px;
}

div.news-block .content h3{
    margin-top: 0;
}

div.news-block .title {
    font-size: 20px;
}

div.news-block .read-more {
    margin-top: 15px;
}

.wp-block-cover.alignfull{
    overflow: visible;
}

.wp-block-cover.alignfull .wp-block-cover__background {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.wp-element-button:after,
.mega-menu-item.btn a,
.header-caption .btn:after{
    content: '\f0da';
    font-family: "Work Sans", "fontawesome" !important;
    margin-left: 10px;
}

.gform_legacy_markup_wrapper .gform_footer input.button{
    font-family: Roboto, "fontawesome";
}

.header-caption .btn{
    text-transform: uppercase;
    padding: 8px 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a{
    text-transform: uppercase;
}

figure.wp-block-media-text__media img {
    border-radius: 30px;
}

.entry-content i.fa-check,
.entry-content i.fa-phone,
.entry-content i.fa-whatsapp,
.entry-content i.fa-envelope {
    color: #222;
}

body div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
    margin-right: 7px;
    padding-top: 7px;
}

body .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    display: inline-block;
    font-size: 15px;
    margin: 0 auto;
    color: #222;
}

body .ewd-ufaq-faq-body {
    padding: 0px 25px;
    padding-left: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before{
    color: #baaf94;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li.mega-menu-item:hover > a.mega-menu-link:before{
    color: #fff;
}

body .ewd-ufaq-faq-body p:last-child{
    margin-bottom: 0;
}

.ewd-ufaq-faq-title-text{
    color: #222;
}

.sbi_follow_btn span {
    color: #D2BCA6;
    font-size: 18px;
}

.sbi_follow_btn svg path {
    fill: #fff;
}

.sbi_follow_btn svg {
    background: #D2BCA6;
    padding: 2px;
    width: 18px;
    height: 18px !important;
}

iframe.maps {
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}

.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    width: 100%!important;
    background: #6d9e31;
    border-radius: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.gfield_select{
    appearance: none;
}

.ginput_container_select{
    position: relative;
}

.ginput_container_select:after{
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: green;
	pointer-events: none;
}

.wp-block-cover.bottom-half .wp-block-cover__background{
    margin-bottom: 60px;
}

.wp-block-cover.top-half .wp-block-cover__background{
    margin-top: 60px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
    padding-left: 0!important;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
    padding-right: 0!important;
}

.wp-block-icgb-image-compare img {
    object-fit: cover;
}

.icv__wrapper img {
    width: auto;
    height: 100%;
    max-width: unset;
}

.wp-block-icgb-image-compare {
    border-radius: 15px;
}

.wp-block-cover + .wave .wp-block-cover__background:before {
    content: " ";
    --mask:
            radial-gradient(1891.74px at 50% calc(100% - 2177px),#000 100%,#0000 100%) calc(50% - 622px) 0/1244px 100%,
            radial-gradient(1891.74px at 50% calc(100% + 1866px),#0000 100%,#000 100%) 50% calc(100% - 311px)/1244px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    height: 100%;
    display: block;
    position: relative;
    z-index: 999;
    background: #f6f2ed;
    top: -87px;
}

.wave .wp-block-cover__background:before {
    content: " ";
    --mask:
            radial-gradient(1891.74px at 50% calc(100% - 2177px),#000 100%,#0000 100%) calc(50% - 622px) 0/1244px 100%,
            radial-gradient(1891.74px at 50% calc(100% + 1866px),#0000 100%,#000 100%) 50% calc(100% - 311px)/1244px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    height: 100%;
    display: block;
    position: relative;
    z-index: 999;
    background: #fff;
    top: -87px;
}

.list-posts-block.behandeling {
    display: block;
}

.list-posts-block.behandeling article {
    width: 100%;
    background: #f6f3ee;
    border-radius: 15px;
    padding: 10px;
}

.list-posts-block.post article a .content{
    color: #222;
    width: unset;
    padding: 20px;
    font-weight: 400;
}

.list-posts-block.post article {
    margin-bottom: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    overflow: hidden;
}

.list-posts-block.post .read-more {
    margin: 15px 0 0;
    font-weight: 600;
}

.list-posts-block.post {
    margin-bottom: 60px;
    justify-content: space-evenly;
}

.list-posts-block.behandeling article a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #222;
}

.list-posts-block.behandeling .read-more{
    display: none;
}

.list-posts-block.behandeling .content{
    width: unset;
    padding: 20px;
    font-weight: 400;
    margin-right: 60px;
}

.list-posts-block.behandeling .meta .date{
    display: none;
}

.list-posts-block.behandeling .meta .meta-field-prijs{
    white-space: nowrap;
    margin-right: 60px;
}

.list-posts-block.behandeling .meta .meta-field-prijs:before{
    content: "€ ";
}

.list-posts.behandeling .filters, .list-posts.behandeling .posts-filter {
    display: flex;
}

.list-posts.behandeling .filters {
    justify-content: center;
    align-items: center;
}

.list-posts.behandeling .posts-filter {
    background: #d2BCA6;
    padding: 4px;
    border-radius: 8px;
}

.list-posts.behandeling .posts-filter .filter-option:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.list-posts.behandeling .posts-filter .filter-option:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.list-posts.behandeling .posts-filter .filter-option.active {
    background: #f6f3ee;
    color: #222;
    padding: 10px 17px;
}

.list-posts.behandeling .filters p {
    margin-bottom: 0;
    margin-right: 18px;
}

.list-posts.behandeling .posts-filter .filter-option:not(.active) {
    padding: 0px 17px;
    color: #fff;
    margin: 10px 0;
    line-height: 1;
}

.list-posts.behandeling .posts-filter .filter-option:not(:last-child) {
    border-right: 1px solid #f6f3ee;
}

.list-posts.behandeling .posts-filter .filter-option {
    line-height: 1;
    cursor: pointer;
}

figcaption.wp-element-caption {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #d2bca5;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

figure.wp-block-image {
    position: relative;
}

.single-behandeling #content .container{
    margin: 0 auto!important;
}

body #foogallery-gallery-1052.foogallery-owl-carousel a{
    height: 150px;
}

.owl-carousel .owl-item img {
    top: 50% !important;
    position: relative;
    transform: translateY(-50%);
    display: block;
}

.wp-block-column .wp-block-cover, .wp-block-cover .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained {
    width: 100%!important;
    position: relative;
}

.hotspots-container img{
    border-radius: 15px!important;
}

ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li > a {
    border-bottom: 1px solid #222!important;
    margin-bottom: 10px!important;
}

ul.mega-sub-menu > li.mega-menu-column a{
    color: #222!important;
    font-family: inherit;
    font-size: 16px!important;
    text-transform: uppercase!important;

}

.list-posts-block.behandeling .article-thumbnail {
    display: none;
}

.list-posts-block.post .article-thumbnail {
    width: 100%;
}

.list-posts-block.post article > a {
    flex-direction: column;
    text-decoration: none;
}

.list-posts-block.post article > a .meta{
    display: none;
}

/* Slider
-------------------------------------------------------------- */

.slider {
    position: relative;
}

.slider .slide-container {
    position: relative;
    margin: 30px auto;
    padding: 0 20px;
}

.slider .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px;
    font-size: 24px;
    line-height: 1;
    display: none;
}

.slider .arrow.left {
    left: 0;
}

.slider .arrow.right {
    right: 0;
}

.slider .slide-slider {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slider .slide {
    display: inline-block;
    width: 20%;
    white-space: normal;
    position: relative;
    left: 0;
    padding: 0 1%;
}

.slider .slide a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.slider .slide .img {
    width: 100%;
    padding-top: 100%;
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
}

.slider .pagination-container {
    height: 30px;
}

.slider .pagination-container .page-dot {
    width: 13px;
    height: 13px;
    background: #00A99D;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.slider .pagination-container .page-dot:not(.current):not(:hover) {
    background: #00C9BD;
}

/* Browser Responsiveness
=========================================== */

@media (max-width: 1440px){

}

@media (max-width: 1031px) {

    body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
        left: -167%!important;
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:before{
        left: 300px!important;
    }

    body .dsg-header .youtube-container iframe, body .dsg-header .vimeo-container iframe {
        position: absolute;
        width: unset!important;
        max-width: unset!important;
        height: 100%!important;
        aspect-ratio: 16 / 9;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn.dark{
        display: none!important;
    }
}

@media (max-width: 807px) {
	
	.list-posts.behandeling .posts-filter .filter-option:not(.active){
		padding: 0 5px;
	}
	
	.list-posts.behandeling .posts-filter .filter-option.active{
		padding: 10px 5px
	}

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn.dark{
        display: inline-block!important;
    }

    .list-posts-block.behandeling .content,
    .list-posts-block.behandeling .meta .meta-field-prijs{
        margin-right: 0;
    }

    .list-posts-block.behandeling article a,
    .list-posts.behandeling .filters{
        flex-direction: column;
        text-align: center;
    }

    #masthead .navbar-brand{
        left: 15px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        display: inline-block;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn{
        display: block!important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        margin: 0 13px;
        width: calc(100vw - 26px) !important;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .wp-block-cover.bottom-half{
        padding-bottom: 30px!important;
        margin-bottom: 30px!important;
    }

    .wp-block-cover.bottom-half .wp-block-cover__background{
        margin-bottom: 0px;
    }

    .wp-block-cover.top-half{
        padding-top: 30px!important;
        margin-top: 30px!important;
    }

    .wp-block-cover.top-half .wp-block-cover__background{
        margin-top: 0px;
    }

    .wp-block-spacer{
        display: none;
    }

    .dsg-header .owl-caption{
        padding-right: 0!important;
    }

    .home .dsg-header.large-header {
        height: 650px!important;
    }

    body, button, input, select, textarea{
        font-size: 16px;
        line-height: 25px;
    }

    .wp-element-button,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn a,
    .header-caption .btn{
        font-size: 16px;
    }

    h1{
        font-size: 28px;
    }

    h2{
        font-size: 24px;
    }

    h3, .ewd-ufaq-faq-title-text h4{
        font-size: 20px;
    }

    .header-container {
        position: relative;
        top: -20px;
    }

    #masthead .navbar-brand{
        height: 45px;
    }

    .navbar-header,
    #mega-menu-wrap-primary .mega-menu-toggle{
        height: 60px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
        align-items: center;
    }

    .button-bar{
        display: none!important;
    }

    .slider.review .slide-container{
        padding: 0;
    }

    .slider.review .arrow.right{
        right: 0;
    }

    .slider.review .arrow.left{
        right: 40px;
    }

    body .dsg-header .header-caption *{
        color: #fff!important;
    }

    .dsg-header.scaling-header img{
        margin-bottom: 0;
    }

    .has-media-on-the-right.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
        grid-row: 1;
        margin-bottom: 20px;
        padding: 0!important;
    }

    .has-media-on-the-right.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
        grid-row: 2;
    }

    .dsg-header .owl-caption h4{
        font-size: 25px;
        padding: 0 35px;
    }

    .dsg-header .owl-caption p{
        font-size: 18px;
        padding: 0 30px;
    }

    .navbar-nav{
        transform: none;
    }

    .dsg-header .owl-caption, .dsg-header .header-caption{
        width: 100%!important;
    }

    .container {
        width: auto;
        padding: 0 35px;
    }

    .wp-block-cover .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained{
        max-width: 100%;
    }

    html {
        overflow-x: hidden;
    }

    .navbar-nav {
        margin: 0;
        position: static;
    }

    .navbar-fixed-top,
    .admin-bar .navbar-fixed-top {
        top: 0;
        position: relative;
        margin-bottom: -80px;
    }

    .navbar-fixed-top.menuout,
    .admin-bar .navbar-fixed-top.menuout {
        margin-bottom: -202px;
    }

    .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 5px;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 !important;
    }

    .nav > li {
        display: table;
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 5px 15px 0;
    }

    .navbar.navbar-default .navbar-nav > .active > a,
    .navbar.navbar-default .navbar-nav > .active > a:hover,
    .navbar.navbar-default .navbar-nav > .active > a:focus {
        margin-top: 5px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
        color: #999;
        line-height: 20px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
        background: #00A99D;
        color: white;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #00A99D;
        background: transparent;
    }

    .navbar-nav .dropdown .dropdown-menu > li > a,
    .navbar-nav .dropdown .dropdown-menu .dropdown-header {
        padding: 0 15px 0 25px;
    }

    #cc_spacer {
        display: none;
    }

    div.news-block article {
        width: 100%;
    }

    .slider .slide {
        width: 100% !important;
    }
}

@media (min-width: 600px) {

    .has-post-thumbnail .featured-image {
        width: 210px;
        height: 210px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: 265px;
        margin-left: 35px;
    }

}

@media (min-width: 808px) {

    .mega-menu-row > .mega-sub-menu{
        display: grid!important;
    }

    .mega-menu-row > .mega-sub-menu > .mega-menu-column:nth-child(1){
        grid-column: 1;
    }

    .mega-menu-row > .mega-sub-menu > .mega-menu-column:nth-child(2){
        grid-column: 2;
    }

    .mega-menu-row > .mega-sub-menu > .mega-menu-column:nth-child(3){
        grid-column: 3;
    }

    ul.mega-sub-menu {
        width: unset!important;
    }

    ul.mega-sub-menu a, ul.mega-sub-menu li {
        white-space: nowrap!important;
        overflow-wrap: unset;
    }

    ul.mega-sub-menu .mega-menu-column {
        min-width: min-content !important;
    }

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        position: relative;
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        width: max-content!important;
        position: absolute!important;
        left: -178px!important;
        top: calc(100% + 10px);
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
        padding: 15px 10px;
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:before {
        content: "";
        display: block;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #fff;
        width: 10px;
        position: absolute;
        top: -9px;
        left: 23px;
    }

    .mega-sub-menu{
        position: relative;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        position: absolute;
        left: calc(100% + 20px);
        top: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout:first-child ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        column-count: 2;
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        top: calc(100% + 10px);
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
        padding: 2px 15px;
        width: auto;
        clear: both;
    }

    .mega-menu-item.widget_text {
        width: 100% !important;
    }

    .container,
    body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .disclaimer,
    footer#colophon .site-credits span,
    .wp-block-cover .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained{
        width: 750px;
    }

    #spacer {
        display: block;
        height: 175px;
    }

    /*
        .navbar .contact-bar {
            position: fixed;
        }

        .navbar > .container {
            margin-top: 50px;
        }
    */
    .navbar-default .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-nav {
        max-width: calc(97.5% - 150px);
    }

    .navbar-nav > li {
        margin: 7px 0;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    /*
        ul.nav li.dropdown:hover > ul.dropdown-menu {
            border: 1px solid #999;
            border-top: 0;
        }
    */

    footer#colophon .site-info {
        padding: 50px 15px;
    }

    footer#colophon aside.widget {
        display: inline-block;
        width: 48%;
    }

    footer#colophon aside.widget:not(:nth-child(2n)) {
        margin-right: 2.5%;
    }

    .has-post-thumbnail .featured-image {
        width: 280px;
        height: 185px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: 330px;
        margin-left: 35px;
    }

    @media (max-width: 1031px) {
        #masthead .navbar-brand {
            bottom: 15px;
            width: 150px;
        }

        .navbar-default .navbar-nav > li > a,
        .navbar.navbar-default .navbar-nav > .active > a,
        .navbar.navbar-default .navbar-nav > .active > a:hover,
        .navbar.navbar-default .navbar-nav > .active > a:focus {
            padding: 0 10px;
        }

        .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
            padding: 3px 10px;
        }

        .nav > li:not(.active):last-child > a {
            margin-right: -10px;
        }
    }
}

@media (min-width: 1032px) {

    .container,
    body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .disclaimer,
    footer#colophon .site-credits span,
    .wp-block-cover .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained{
        width: 970px;
    }

    .navbar-nav {
        max-width: calc(97.5% - 200px);
    }

    footer#colophon aside.widget {
        width: 23%;
    }

    footer#colophon aside.widget:not(:nth-child(4n)) {
        margin-right: 2.5%;
    }

    .has-post-thumbnail .featured-image {
        width: 280px;
        height: 185px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: 330px;
        margin-left: 35px;
    }

    .col-md-9 section.bg-section .bg {
        margin-left: 120px;
    }
}

@media (min-width: 1240px) {

    .container,
    body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .disclaimer,
    footer#colophon .site-credits span,
    .wp-block-cover .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained{
        width: 1170px;
    }

    .has-post-thumbnail .featured-image {
        width: 300px;
        height: 250px;
    }

    body:not(.single) .has-post-thumbnail .article-container {
        width: calc(100% - 360px);
        margin-left: 50px;
    }

    .col-md-9 section.bg-section .bg {
        margin-left: 140px;
    }
}

/* Columns
=========================================== */

.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    width: 100%;
    float: none;
}

@media (min-width: 808px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1032px) {
    
    .col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1240px) {
    .col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
