<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    line-height: 1;
    font-size: 16px;
    height: 100%;
}

body {
    line-height: 1.4;
    background: white;
    height: 100%;
    font-size: 62.5%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333333;
    margin: 0;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    color: #ea1460;
    margin-top: 0;
    margin-bottom: 0;
}

h1,
h2,
h3 {
    font-size: 3em;
}

.zwart {
    color: #000000;
}

img {
    display: block;
    width: 100%;
}

a {
    color: #ea1460;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 1.8em;
}

p a {
    font-size: 1em;
}

a:hover {
    color: #555555;
}

p {
    font-size: 1.8em;
    font-weight: 300;
}

input[type=text], input[type=password] {
    padding: 15px;
    font-size: 1.5em;
}
textarea {
    resize: none;
}
button {
    cursor: pointer;
}

.btn,
.btn-reversed {
    padding: 15px 20px;
    background-color: #ea1460;
    color: #ffffff;
    font-size: 2em;
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    font-weight: 900;
    position: relative;
    border: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn:hover,
.btn-reversed:hover {
    color: #ffffff;
    background-color: #555555;
}

.btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-left: 15px solid #ea1460;
    border-bottom: 27px solid transparent;
    position: absolute;
    right: 0;
    margin-right: -15px;
    margin-top: -14px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn:hover:after {
    border-left: 15px solid #555555;
}

.btn-reversed:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-right: 25px solid #ea1460;
    border-bottom: 43px solid transparent;
    position: absolute;
    left: 0;
    margin-left: -25px;
    margin-top: -15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-reversed:hover:before {
    border-right: 25px solid #555555;
}

.knop {
    margin-top: 40px;
}

.mr-dafoe-titel {
    font-family: 'Damion', serif;
    color: #221f1f;
    font-size: 6.5em;
    font-weight: 400;
    font-style: normal;
}

.item h2 {
    font-size: 3.5em;
}

/*
ITEM PAGE
*/

/*.layout1 .img, .layout2 .img, .layout5 .img {*/
/*margin-top: 20px;*/
/*}*/
/*.layout3 .img, .layout4 .img, .layout6 .img {*/
/*margin-top: 20px;*/
/*}*/

.layout2 .links, .layout4 .links {
    margin-top: 0;
    float: left;
    display: block;
    position: relative;
}

.item {
    display: block;
    position: relative;
    /*overflow: hidden;*/
    clear: both;
    padding: 10px 0;
    margin-bottom: 80px;
    margin-top: 80px;
}

.item:before, .item:after {
    content: "";
    display: table;
    line-height: 0;
}
.item:after {
    clear: both;
}

.dealers-list .col3:nth-child(4n+1) {
    clear: left;
}

.item:first-of-type {
    margin-top: 0;
}

.item .fixedW {
    display: inline-block;
    min-width: 125px;
    margin-right: 10px;
    text-align: right;
}

.item ul, .item ol {
    /* fix for IE7 - for god sake! */
    padding-left: 0;
}

.item ul li {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-left: 1em;
    text-indent: -1.1em;
}
.item ul li:before {
    content: url('/media/img/bullet.png');
    color: #ea1460; /* or whatever color you prefer */
}

.item .links li {
    font-size: 1em;
}

.imgLeft {
    float: left;
    margin: 0 40px 0 0;
    max-width: 710px;
    width: 100%;
}

.home-item.layout1 .img, .home-item.layout3 .img {
    width: 40%;
    margin-left: 20px;
}
.home-item.layout2 .img, .home-item.layout4 .img {
    width: 40%;
    margin-right: 20px;
}
.home-item.layout5 .img {
    margin-bottom: 40px;
}

.imgRight {
    float: right;
    margin: 0 0 0 100px;
    max-width: 710px;
    width: 100%;
}

.imgRight img {
    margin-bottom: 20px;
}

.layout2 .tekst {
    float: left;
    max-width: 710px;
    width: 100%;
}

/*
ITEM2
*/

.item2 {
    margin-bottom: 30px !important;
    margin-top: 60px !important;
}

.item2 .tekst,
.item2 .image {
    float: left;
}

.item2 .tekst {
    padding-top: 40px;
    padding-bottom: 40px;
}

.item2 .col-inner {
    height: 100%;
}

.item2 ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 22px;
    padding: 0;

    counter-reset: li-counter;
}

.item2 ol &gt; li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 1.8em;
}

.item2 ol &gt; li:before {
    color: #ea1460;
    font-weight: 900;
    font-family: 'Merriweather', serif;

    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;

    font-size: 1.2em;
    line-height: 1;
    text-align: left;

    content: counter(li-counter, decimal-leading-zero);
    counter-increment: li-counter;
}

.item2.layout1 .tekst p {
    width: 90%;
}

/*
DIVERS
*/

.left {
    float: left;
}

.right {
    float: right;
}

.cb {
    clear: both;
}

.pr {
    position: relative;
}

.center {
    text-align: center;
}

.tar {
    text-align: right;
}

.content {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.content {
    padding: 60px 20px;
}

.content.home {
    padding: 60px 20px;
}

.border {
    width: 60px;
    height: 1px;
    background-color: #d6d6d6;
    margin-top: 40px;
    margin-bottom: 40px;
}

.max710 .border {
    margin: 40px auto;
}

.twee-lijnen {
    width: 100%;
    border-top: 1px solid #ea1460;
    border-bottom: 1px solid #ea1460;
    height: 1px;
    margin-top: 27px;
    margin-bottom: 27px;
}

.shadow {
    position: relative;
}

.shadow:before, .shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.shadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.arrow_right {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 10px;
}

/*
LAYOUT
*/

.col-container {
    margin: 0 -20px;
}

.col-container:after {
    content: "";
    display: table;
    clear: both;
}

.col1 {
    width: 8.33333334%;
    float: left;
    min-height: 1px;
}

.col2 {
    width: 16.666666667%;
    float: left;
    min-height: 1px;
}

.col3 {
    width: 25%;
    float: left;
    min-height: 1px;
}

.col4 {
    width: 33.3333334%;
    float: left;
    min-height: 1px;
}

.col5 {
    width: 41.66666667%;
    float: left;
    min-height: 1px;
}

.col6 {
    width: 50%;
    float: left;
    min-height: 1px;
}

.col7 {
    width: 58.33333334%;
    float: left;
    min-height: 1px;
}

.col8 {
    width: 66.66666667%;
    float: left;
    min-height: 1px;
}

.col9 {
    width: 75%;
    float: left;
    min-height: 1px;
}

.col10 {
    width: 83.33333334%;
    float: left;
    min-height: 1px;
}

.col11 {
    width: 91.66666667%;
    float: left;
    min-height: 1px;
}

.col12 {
    width: 100%;
    float: left;
    min-height: 1px;
}

.col-inner {
    margin: 0 20px;
}

.max710 {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.max1460 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
HEADER
*/

header {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.logo img {
    max-width: 210px;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.logo img:hover {
    opacity: 0.8;
}

nav li a {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2em;
    color: #ea1460;
}

nav li {
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

nav li:last-of-type {
    margin-right: 0;
}

nav .active a {
    color: #221f1f;
}

nav .active a:hover {
    color: #555555;
}

.mobile {
    display: none;
}

.mobile nav li {
    float: none;
}

.wrapper {
    display: table;
    width: 100%;
}

.header-left,
.header-right,
.header-middle {
    display: table-cell;
}

.header-left {
    width: 16.6666667%;
}

.header-right {
    width: 16.6666667%;
    padding-left: 20px;
}

.header-middle {
    width: 66.6666667%;
    padding: 0 0 0 20px;
}
.ie .header-middle {
    vertical-align: bottom;
}

.bol-container {
    position: absolute;
    top: 20px;
}
.ie .bol-container {
    /*top: 68px;*/
}

.bol-container::before {
    content: '';
    background-image: url('../img/header_border.png');
    background-size: 1px 7px;
    height: 7px;
    width: 3000px;
    position: absolute;
    top: 50%;
    left: -3010px;
}

.bol-container::after {
    content: '';
    background-image: url('../img/header_border.png');
    background-size: 1px 7px;
    height: 7px;
    width: 3000px;
    position: absolute;
    top: 50%;
    right: -3010px;
}

.bol {
    height: 210px;
    width: 210px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ea1460;
    text-align: center;
    display: table;
    border: 10px transparent;
}

.bol span {
    font-size: 2.5em;
    color: #ffffff;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-style: italic;
    display: table-cell;
    line-height: 1.2;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

/*
HOME
*/

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}

.home .item {
    margin-top: 20px;
    margin-bottom: 60px;
}

.home .item img {
    /*max-width: 90px;*/
    width: 100%;
    /*margin: 55px auto 0;*/
}

.img-max-90 img {
    max-width: 90px;
    margin: 55px auto 0;
}

.home .item h1,
.home .item h2 {
    line-height: 1;
}

.rvdw-container {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.rvdw-container a {
    font-size: 1em;
}

.rvdw {
    max-width: 625px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    right: 125px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ea1460;
}

.rvdw:hover .btn-reversed {
    background-color: #555555;
}

.rvdw:hover .btn-reversed:before {
    border-right: 25px solid #555555;
}

.rvdw .hoofd {
    height: 80px;
    width: 100%;
    /*background-color: #ea1460;*/
    color: #ffffff;
    font-size: 3.5em;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    line-height: 80px;
    text-align: center;
    font-style: italic;
}

.rvdw .image .afbeelding {
    width: auto;
    height: 510px;
}

.rvdw .knop {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.rvdw .knop span {
    width: 110px;
    display: block;
}

.rvdw .titel {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-family: 'Damion', serif;
    font-size: 4.5em;
    color: #ea1460;
}

.rvdw .titel span {
    color: #000000;
}

/*
FOOTER
*/

footer .max1460 {
    border-top: 1px dotted #333333;
    overflow: hidden;
    max-width: 1460px;
    padding: 25px 0;
}

footer p {
    font-size: 1.2em;
    color: #333333;
}

footer a {
    font-size: 1em;
    color: #333333;
}

/*
BREADCRUMBS
*/

.breadcrumb {
    background-color: #faf7f8;
    border-bottom: #f3f3f3;
}

.breadcrumb span {
    font-size: 1.3em;
    font-weight: 600;
}

.breadcrumb .bread {
    padding-top: 30px;
    padding-bottom: 30px;
}

.breadcrumb a {
    font-size: 1.3em;
    font-weight: 400;
}

.breadcrumb a:not(.active) {
    color: #000000;
}

.breadcrumb a:hover {
    color: #555555;
}

/*
RECEPTEN
*/

.template2323 .titel {
    margin-top: 20px;
}

.template2323 h1,
.template2324 h1 {
    display: inline-block;
}

.template2323 h2 {
    font-style: normal;
    font-size: 2em;
    font-weight: 900;
    display: inline;
}

.template2323 h2 span {
    font-style: italic;
    color: #000000;
    font-weight: 700;
    display: inline;
}

.template2323 .extra {
    font-weight: 300;
    font-size: 1.5em;
    color: #999999;
    margin-left: 10px;
}

.recept-seperator {
    font-size: 3em;
    color: #d6d6d6;
    margin-left: 40px;
    margin-right: 40px;
}

.type-gerecht-container {
    display: inline-block;
}

.uitleg {
    color: #333333;
    font-size: 1.6em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#type-gerecht {
    margin-left: 15px;
}

.template2323 .col-inner {
    margin-bottom: 40px;
}

/*
RECEPT DETAIL
*/

.template2324 h1 span {
    color: #000000;
}

.template2324 .uitleg {
    margin-right: 40px;
    display: inline-table;
    vertical-align: top;
    margin-left: 5px;
}

.properties {
    display: inline-block;
}

.gerecht-prop {
    height: 20px;
    width: auto;
    display: inline-block;
}

.template2324 h2 {
    font-family: 'Damion', serif;
    font-weight: 400;
    font-size: 3.5em;
}

.template2324 .knop {
    margin-top: 60px;
    margin-bottom: 60px;
}

.template2324 h3 {
    font-size: 2em;
    font-family: 'Merriweather', serif;
    font-style: normal;
}

.template2324 h3 span {
    font-style: italic;
    color: #000000;
}

.template2324 .onder {
    margin-top: 30px;
}

.link a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
}

.template2324 .onder .tekst {
    margin-top: 30px;
    font-size: 1.5em;
    font-weight: 300;
}

/*
ITEM PAGE ONDERAAN
*/

.knoppen {
    margin-top: 90px;
}

.knoppen .col4 {
    margin-bottom: 30px;
}

.knoppen a {
    font-size: 1em;
}

.knoppen .btn {
    font-size: 2em;
}

.knoppen a:hover .btn {
    color: #ffffff;
    background-color: #555555;
}

.knoppen a:hover .btn:after {
    border-left: 15px solid #555555;
}

.knop-img {
    padding: 30px;
    background-position: center center;
    background-size: cover;
}

.knop-img h3 {
    font-size: 2.5em;
}

.knop-img h3:last-of-type {
    margin-bottom: 30px;
    margin-top: -5px;
    color: #000000;
}

.knop-img-1 {
    background-image: url('../img/knop1.jpg');
}

.knop-img-2 {
    background-image: url('../img/knop2.jpg');
}

.knop-img-3 {
    background-image: url('../img/knop3.jpg');
}

/*
DEALERLOCATOR
*/

.frm-dealer {
    position: relative;
}

.zoek-veld {
    max-width: 1210px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px #555555;
    padding: 20px 80px;
    text-align: center;
}

.frm-dealer .titel {
    display: inline;
    font-family: 'Merriweather', serif;
    font-size: 2em;
    font-weight: 900;
    color: #ea1460;
    margin-right: 40px;
}

.frm-dealer .zoek {
    display: inline;
}

.frm-dealer .zoek label {
    font-size: 1.6em;
    color: #333333;
    margin-left: 5px;
    margin-right: 5px;
}

.frm-dealer .btn {
    margin-left: 40px;
}

.frm-dealer input[type=text] {
    padding: 16px 15px;
    font-size: 1.5em;
}

.frm-dealer .btn {
    vertical-align: bottom;
}

.dealers-list {
    margin-top: 80px;
    margin-bottom: 80px;
}

.dealers-list .dealer {
    min-height: 260px;
}

.dealers-list .nummer {
    color: #ea1460;
    font-family: 'Merriweather', serif;
    font-size: 2em;
    font-weight: 900;
}

.dealers-list .titel {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-style: italic;
    color: #000000;
    font-size: 2em;
}

.dealer .gegevens p,
.dealer .gegevens a {
    font-size: 1.5em;
}

.dealer .border {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mobile-lijn img {
    display: none;
}

.column {
    margin-bottom: 30px;
}

.column input[type=text], .column input[type=password], .column textarea {
    width: 90%;
    font-size: 1.5em;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form input {
    outline: none;
}

.feedback {
    padding: 13px;
    border: 2px solid #ea1460;
    font-size: 1.4em;
    background: #eee;
    float: left;
    font-weight: 500;
}

#popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 0.7);
}

#popup .share {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    max-width: 160px;
    width: 100%;
    height: 90px;
    padding: 30px;
    text-align: center;
    background-color: white;
    border: 2px solid #ea1460;
    border-radius: 5px;
}

#popup .share .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}

#popup .share &gt; div:not(.close) {
    /*display: inline;*/
    margin-bottom: 15px;
    vertical-align: bottom;
}
/*#popup .share &gt; div:last-of-type {*/
    /*margin-right: 0;*/
/*}*/
#popup .twitter &gt; iframe {
    vertical-align: bottom;
}


.contentFull {
    max-width: 1500px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 30px auto;
}


@media only screen and (max-width: 1500px) {

    .header-right {
        display: none;
    }

    .header-middle {
        width: 81%;
    }

    .rvdw {
        right: 30px;
        max-width: 600px;
    }
    .rvdw .image .afbeelding {
        height: 420px;
    }

    .rvdw .knop {
        bottom: 40%;
    }

    .mobile-lijn img {
        width: 100%;
        height: 7px;
        display: block;
    }

    .zoek-veld {
        padding: 20px 20px;
    }

}

@media only screen and (max-width: 1250px) {

    .rvdw {
        max-width: 480px;
    }

    .rvdw .image .afbeelding {
        height: 340px;
    }

    .zoek-veld {
        max-width: 1210px;
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: none;
        padding: 30px;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .zoek-veld .titel {
        display: block;
        margin-bottom: 30px;
    }

    .zoek-veld .btn {
        display: block;
        margin-top: 30px;
        margin-left: 0;
    }

    nav li {
        margin-right: 30px;
    }

}

@media only screen and (max-width: 1024px) {

    .rvdw {
        position: relative;
        right: 0;
        margin: 0 auto;
        max-width: 600px;
    }

    .col1 {
        width: 16.6666667%;
    }

    .mobile {
        display: block;
        width: 100%;
    }

    .header-middle {
        width: calc(100% - 240px);
        display: block;
        float: right;
    }

    .header-middle .right {
        width: 100%;
    }

    .header-middle .nav {
        display: none;
    }

    .header-middle .mobile nav {
        text-align: center;
        display: none;
    }

    .mobile nav li {
        margin-right: 0;
    }

    .header-left {
        float: left;
        vertical-align: top;
        display: block;
        max-width: 210px;
        width: 100%;
    }

    .mobile-menu {
        width: 30px;
        height: auto;
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }

    nav ul {
        padding-left: 0;
    }

}

@media only screen and (max-width: 950px) {

    .col1 {
        width: 25%;
    }

    .col2 {
        width: 33.33333334%;
    }

    .col3 {
        width: 50%;
    }

    .col4 {
        width: 50%;
    }

    .col5 {
        width: 50%;
    }

    .home .col4 {
        width: 100%;
    }

    .dealers-list .col3:nth-child(4n+1) {
        clear: none;
    }

    .dealers-list .col3:nth-child(2n+1) {
        clear: left;
    }

}

@media only screen and (max-width: 800px) {
    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11 {
        width: 50%;
    }

    footer .left,
    footer .right {
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 600px) {

    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11 {
        width: 100%;
    }

    .rvdw {
        display: none;
    }

    .header-left, .header-middle {
        display: block;
        float: none;
        width: 100%;
    }

    .template2324 .item2 .image {
        height: 450px !important;
    }

    .home-item .img {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

}

@media only screen and (max-width: 480px) {

    .item h2 {
        font-size: 2.5em;
    }

    #gmapiRegion {
        margin-top: 15px;
    }

}
</pre></body></html>