/*
 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
====================================================== */

#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: 40px auto 0;
    padding: 0 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.contact-bar .container {
    display: flex;
    padding: 0;
}

.contact-bar .container .widget {
    margin-right: 15px;
    background: #fff;
    padding: 3px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.contact-bar {
    position: fixed;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}

.contact-bar .container .widget p {
    margin-bottom: 0;
}

.button-bar {
    text-align: right;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 999;
    position: relative;
}

#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: 600!important;
    z-index: 9999;
    position: relative;
}

#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;
    text-align: left;
    z-index: 1;
}
body .dsg-header .owl-caption > div > div , body .dsg-header .header-caption > div > div {
    max-width: 750px;
}

.header-caption .btn ,
.header-caption .btn:hover,
.read-more .btn{
    background: #0088cc!important;
    border-radius: 5px!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;
}

.posts > .post-content{
    clear: unset;
    margin-bottom: 30px;
}

.posts > .post-content .inner{
    border: 1px solid #efefef;
    border-radius: 15px;
    overflow: hidden;
}

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 {
    font-family: Roboto, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 700;
    color: #112b6e;
}

h1 {
    font-size: 56px;
}

.header-caption h1{
    font-size: 54px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 38px;
}

h3 span{
    color: #aad7ee;
}

h4{
    font-size: 20px;
    color: #0088cc;
}

.is-light h4{
    color: #0088cc!important;
}

.is-light h3,
.is-light h2{
    color: #112b6e!important;
}

.contact-bar a, .contact-bar .fas, .contact-bar .fab {
    color: #0088cc;
}

.ewd-ufaq-faq-title-text h4{
    color: #112b6e!important;
}

.ewd-ufaq-post-active .ewd-ufaq-faq-title-text h4{
    color: #0088cc!important;
}

body, button, input, select, textarea {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 26px;
}

input, select, textarea {
    background: #fff;
    color: #333;
    border: 1px solid #0088cc;
    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: #333;
    text-decoration: underline;
}

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

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

.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
=========================================== */

#masthead {
    margin-bottom: 0px;
}

#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: auto;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.dsg-header .youtube-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 109.4%;
    width: 100%;
    border: 0;
    transform: translate(-50%,-50%);
}

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

.dsg-header.large-header{
    height: 777px!important;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.dsg-header:not(.large-header){
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

.dsg-header:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,33,39,0.5);
}

.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;
}

.header-caption p{
    margin-bottom: 10px;
}

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

footer#colophon {
    background: #fff;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    color: #1d2127;
}

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

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-weight: 600;
}

footer#colophon a .fab {
    color: #0088cc!important;
    text-transform: none;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px;
}

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

footer#colophon .site-credits {
    margin: 0;
    padding: 0 20px;
    background: #fff;
    color: #0088cc !important;
    font-weight: 600;
    text-align: left;
}

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

footer#colophon .site-credits span a{
    text-decoration: underline;
    color: #0088cc !important;
}

.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;
}

.site-credits .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-credits .container > span {
    width: auto!important;
}

.site-credits .container:before, .site-credits .container:after {
    content: unset;
}

/* 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: block;
    width: 100%;
    padding: 20px;
}

.has-post-thumbnail .article-container h3{
    font-size: 25px;
}

.read-more{
    margin-bottom: 0;
}

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
====================================================================================== */
.wpforms-form label{
    color: #0088cc!important;
    text-transform: uppercase;
}

div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li {
    border: 1px solid #eeeeee;
    padding: 10px 5px;
    background: #fff;
}

div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li.wpforms-selected {
    background: #0088cc;
}

div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li.wpforms-selected label {
    color: #fff!important;
}

body.home .ewd-ufaq-faqs {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .ewd-ufaq-faq-div:nth-child(even) {
    grid-column: 2;
}

body.home .ewd-ufaq-faq-div:nth-child(odd) {
    grid-column: 1;
    grid-column-gap: 10px;
}

body .ewd-ufaq-faq-div {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

body a.ewd-ufaq-post-margin {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #000!important;
}

body div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    margin-right: 0;
}

body .ewd-ufaq-faq-title-text {
    width: auto;
}

body .ewd-ufaq-clear {
    display: none;
}

body .ewd-ufaq-faq-body {
    padding: 10px 0px 0px;
}

body .ewd-ufaq-faq-body *{
    color: #000;
}

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

body .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 0!important;
}

body .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #112b6e;
}

body .ewd-ufaq-post-active .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span:after {
    content: "\f078";
    color: #0088cc;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 100%;
    display: block;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
}

.slider.round:before {
    border-radius: 50%;
}

.switch-box {
    display: inline-flex;
    border: 1px solid #f4f5f9;
    margin: 0 auto;
    left: 50%;
    position: relative;
    align-items: center;
    padding: 5px 10px;
    border-radius: 27px;
    margin-bottom: 20px;
    transform: translateX(-50%);
}

.switch-box p {
    margin-bottom: 0;
}

#sb_instagram .sbi_photo img{
    border-radius: 10px;
}

.wp-block-media-text__content{
    position: relative;
}

.rating {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 5px 10px;
    background: #fff;
    left: 50%;
    width: max-content;
}

.rating p {
    margin-bottom: 0;
}

.rating .stars {
    margin-right: 10px;
}

.rating .stars .fa {
    color: #0088cc;
}

.google-rating {
    display: flex;
    margin-bottom: -15px;
    align-items: center;
}

.google-rating > * {
    margin: 0 10px 0 0!important;
}

.google-rating .fa{
    color: #0088cc;
    margin-right: 5px;
}

.wp-block-columns.tarief .wp-block-column {
    flex-basis: fit-content !important;
}

.wp-block-columns.tarief p {
    display: inline;
    background: #f4f5f9;
    padding: 0 5px;
}

.wp-block-columns.tarief .wp-block-column:not(:first-child) {
    text-align: right;
}

.wp-block-columns.tarief:after {
    content: ""!important;
    position: absolute;
    display: block;
    height: 1px;
    border: 0.5px dashed;
    top: 50%;
    width: 93%;
    z-index: 0;
    left: 5px;
}

.wp-block-columns.tarief {
    position: relative;
}

.wp-block-columns.tarief *{
    z-index: 1;
}

.pakket-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pakket-block.limit-2 .pakket{
    width: 49%;
}

.pakket-block.limit-3 .pakket{
    width: 32%;
}

.pakket-block.limit-4 .pakket{
    width: 24%;
}

.pakket-block .pakket {
    width: 32%;
    background: #f4f5f9;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.pakket-block.category-acties .pakket,
.pakket-block.category-deals .pakket{
    padding-bottom: 50px;
    position: relative;
}

.pakket-block.category-acties .pakket .wp-element-button,
.pakket-block.category-deals .pakket .wp-element-button{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    left: 20px;
    height: auto;
}

.pakket-block .pakket .del {
    text-decoration: line-through;
    color: #ff0000;
}

.scroll-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    flex-wrap: nowrap;
    width: 100vw;
    background: #0088cc;
    color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg) skew(-3deg);
    position: relative;
    margin-top: -70px;
    padding: 13px 0;
}

.fa-circle-check{
    color:#0088cc;
}

.scroll-left div {
    white-space: nowrap;
    display: inline-flex;
    gap: 1em;
    animation: scroll-left 10s infinite linear;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

.scroll-left .divider{
    color: #aad7ee;
    font-style: italic;
}
/* Move it (define the animation) */
@keyframes scroll-left {
    0%   {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

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: #0088cc;
}

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 {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

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

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

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

.wp-block-column{
    overflow: hidden;
}

.wp-block-media-text figure img{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.wp-block-media-text.has-media-on-the-right figure img{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wp-block-media-text .wp-block-media-text__content{
    padding: 8% 8%;
}

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

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: #0088cc;
}

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

.review .slide.align-center {
    background: #f2f2f2;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 50px;
}

.review i.fa-solid.fa-quote-right{
    font-size: 110px;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: -8px;
}

.slider.review .slide .img{
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0!important;
    margin-bottom: 20px;
}

.slider.review .arrow.left ,
.slider.ervaring .arrow.left {
    right: 60px;
    left: unset;
    bottom: -17px;
    top: unset;
}

.slider.review .arrow,
.slider.ervaring .arrow{
    background: #0088cc;
    color: #fff;
    aspect-ratio: 1/1;
    width: 35px;
    text-align: center;
}

.slider.review .arrow.right,
.slider.ervaring .arrow.right{
    top: unset;
    bottom: -17px;
    right: 20px;
}

.slider.review{
    margin-bottom: 50px;
}

.slider.ervaring .slide .img{
    aspect-ratio: 1/1;
    width: 100%;
    max-width: unset;
    filter: brightness(0.7);
}

.slider.ervaring .slide .slide-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}

.slider.ervaring .slide{
    position: relative;
}

.wp-block-cover.right > img {
    height: 80%;
    right: 0;
    left: unset;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.wp-block-cover.left > img {
    height: 80%;
    left: 0;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

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

.sbi_follow_btn svg path {
    fill: #fff;
}

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

iframe.maps {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 50px;
}

.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: #0088cc;
    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;
}

.ervaring .background {
    aspect-ratio: 1/1;
    background-size: cover!important;
    filter: brightness(0.7);
}

.post-type-archive-ervaring main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.entry-content ul {
    list-style-type: disc !important;
}

.entry-content ul li{
    margin-left: 1.5em;
}

.wp-block-cover .wp-block-media-text__media{
    border-radius: 20px;
    overflow: hidden;
}

.post-type-archive-ervaring main article {
    flex-basis: 32%;
    margin-bottom: 1%;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

.post-type-archive-ervaring main article h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}

.post-type-archive-ervaring main article h3 a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.post-type-archive-ervaring main article h3 a span {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.home .dsg-header .owl-dots{
    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;
}

.row.posts{
    display: table;
}

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

@media (max-width: 1440px){
    .dsg-header img.badge {
        width: 300px !important;
        position: absolute !important;
        min-width: unset !important;
        top: -130%;
        left: 80% !important;
        background: unset;
        display: block !important;
        transform: translate(0, 0) !important;
    }
}

@media (max-width: 1031px) {
    .dsg-header img.badge {
        width: 350px !important;
        position: absolute !important;
        min-width: unset !important;
        top: 100%;
        left: 50% !important;
        background: unset;
        display: block !important;
        transform: translate(-50%, 0) !important;
    }
}

@media (max-width: 807px) {

    body .dsg-header .youtube-container iframe{
        height: 100%!important;
        width: auto!important;
    }

    body.home .ewd-ufaq-faqs{
        display: block;
    }

    .google-rating{
        margin-bottom: 10px;
    }

    body .ewd-ufaq-faq-div{
        margin-bottom: 10px;
    }

    .contact-bar {
        position: absolute;
        left: 5px;
        transform: translateX(-0%);
    }
    .contact-bar a{
        font-size: 0;
    }

    .contact-bar a .fas,
    .contact-bar a .fab{
        font-size: 16px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 16px;
    }

    .pakket-block .pakket {
        width: 100%!important;
        background: #f4f5f9;
        border-radius: 20px;
        padding: 20px 30px;
        margin-bottom: 20px;
    }

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

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

    .dsg-header img.badge {
        width: 300px !important;
        position: absolute !important;
        min-width: unset !important;
        top: 100%;
        left: 50% !important;
        background: unset;
        display: block !important;
        transform: translate(-50%, 0) !important;
    }

    .post-type-archive-ervaring main article{
        flex-basis: 100%;
    }

    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 {
        position: absolute;
        top: 50%;
        bottom: unset;
        transform: translate(0, -50%);
        left: 0;
        background: none;
        padding: 20px 0;
    }

    body .dsg-header .header-caption h1{
        font-size: 30px;
        color: #fff!important;
    }

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

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

    .wp-block-media-text{
        display: block;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
        grid-row: 1;
        margin-bottom: 20px;
        padding: 10px 20px !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;
    }

    .dsg-header .header-caption h1, .dsg-header .header-caption h2, .dsg-header .header-caption h3, .dsg-header .header-caption h4{
        color: #1b0f13!important;
        margin-top: 0;
    }

    .navbar-nav{
        transform: none;
    }

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

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

    body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        width: 100vw;
        left: 0px;
        padding-top: 0px;
        margin-top: -0px;
    }

    .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) {

}

@media (min-width: 808px) {
    .container,
    body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    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%;
    }

    @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 .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%;
    }

    .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 .site-credits span,
    .wp-block-cover .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained{
        width: 1170px;
    }

    .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;
    }
}
