@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

select::-ms-expand {
    display: none;
}

p {
    max-width: 100%;
    width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Varela Round', sans-serif;
}

.mainh1 {
    color: #d54744;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.7em;
    text-align: center;
    max-width: 1000px;
    line-height: 130%;
    margin: 0 auto;
}

.spacer {
    height: 100px;
    width: 100%;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.page_header {
    max-width: 1400px;
    margin: 0 auto;
    border-top: #C7322E 5px solid;
    margin-top: -50px;
    z-index: 2;
    position: relative;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 70px 10px;
}

.page_header p {
    line-height: 150%;
    color: #898989;
    font-size: 1.25em;
    text-align: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capture {
    background-color: #f4f4f4;
}

.speci {
    background-color: #C7322E;
    color: white !important;
    ;
    padding: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em !important;
}

.ll {
    font-size: 1.2em !important;
}


/* Navigation */

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    background-color: #fff;
    padding-bottom: 100px;
}

.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.closebtn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(-450deg);
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem a {
    color: #353535;
    font-size: 1.4em;
    letter-spacing: 1px;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    border-left: 2px solid #c8c8c8;
    margin-top: 10px;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    padding: 10px 0;
    color: #c8c8c8;
}

.navigation {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background-color: rgba(255, 255, 255, 7);
}

.innernavigation {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    height: 100px;
    padding: 10px 0;
}

.logo img {
    height: 100%;
}

.navigation nav {
    font-size: 1.1em;
}

.navigation nav a {
    color: #353535;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 20px;
    border-bottom: 1px solid transparent;
    padding: 15px 0;
    transition: all .5s;
    font-size: .9em;
}

.navigation nav a:hover {
    opacity: .5;
}

.navigation nav a:last-child {
    margin-right: 0;
}

.navigation .active {
    color: #d54744;
    font-weight: 700;
    border-bottom: 1px solid #d54744;
}

.topper {
    width: 100%;
    height: 30px;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    background-color: #ECDEB8;
}

.innertopper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 100%;
    font-size: .8em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.innertopper p {
    text-transform: uppercase;
    font-size: .8em;
    width: auto;
    letter-spacing: 2px;
}

.innertopper p a {
    padding: 5px 10px;
    background-color: #d2c39c;
    color: white;
    margin-left: 20px;
}


/* Einde Navigation */


/* Slider */

.slider article {
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.slidetext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.slider article h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 5px;
    padding: 15px;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
    width: 100%;
}

.slider article a {
    position: relative;
    background-color: #d54744;
    border: 1px solid #d54744;
    padding: 10px 15px;
    color: white;
    transition: all .3s;
    z-index: 1;
    width: auto;
}

.slideimg {
    width: 100%;
}

.slider .overlayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}


/* Einde Slider */


/* HOME */

.home_content {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -150px;
    z-index: 10;
    position: relative;
    background-color: white;
    border-top: 5px solid #d54744;
    padding: 50px;
    padding-top: 100px;
}

.home_content>p {
    line-height: 150%;
    color: #898989;
    font-size: 1.25em;
    text-align: center;
    justify-content: center;
    padding-bottom: 100px;
    max-width: 1000px;
    margin: 0 auto;
}

.home_content>h1 {
    margin-bottom: 20px;
}


/* EINDE HOME */


/* Blokken */

.blokken_content {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.blokken_row {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blokken_col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

.blokken_col img {
    width: 98%;
}

.blokkenimg {
    padding: 0;
}

.blokken_row:nth-child(even) {
    text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
    order: 0;
}

.blokken_row:nth-child(even) .specialbutton {
    display: flex;
    justify-content: flex-end;
}

.blokken_row:nth-child(even) .blokkenimg {
    order: 1;
}

.blokken_col h2 {
    font-size: 1.4em;
    color: #d54744;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 180%;
}

.blokken_col p {
    line-height: 170%;
    color: #828282;
    font-size: 1.1em;
}

.specialbutton span {
    margin-top: 30px;
    position: relative;
    background-color: #d54744;
    border: 1px solid #d54744;
    padding: 10px 15px;
    color: white;
    transition: all .3s;
    z-index: 1;
}

.specialbutton span:hover {
    background-color: #e95f5c;
}

.specialbutton {
    color: #353535;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    margin-top: 0px;
    position: relative;
    height: 30px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    transition: all .3s;
}


/* Einde Blokken */


/*=====FOOTER=====*/

footer {
    width: 100%;
    background-color: #fff;
}

.innerfooter {
    max-width: 1280px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.innerfooter ul {
    width: 100%;
    display: inline-block;
}

.footer-item {
    float: left;
    width: 33.3333%;
    padding: 20px;
    padding-bottom: 0px;
    font-size: .9em;
    display: flex;
    color: #C7322E;
    justify-content: space-between;
}

.footer-item>div {
    position: relative;
    padding-left: 50px;
    margin: auto;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.footer-item>div>div:first-child {
    position: absolute;
    left: 0;
    width: 50px;
}

.footer-item>div>div:nth-child(2) {
    width: auto;
}

.footer-item a {
    color: #C7322E;
}

.footer-item p {
    margin-bottom: 29px;
}

.footer-item img {
    display: block;
}

.siteby {
    color: #fff;
    text-align: center;
    line-height: 150%;
    font-size: .8em;
    padding: 5px;
    background-color: #C7322E;
}

.siteby a {
    color: #fff;
    text-decoration: none;
}

.specialP {
    margin-top: -5px;
    display: flex;
    justify-content: flex-start;
}

.specialP img {
    width: 25px;
    margin-right: 10px;
}

.bgicon {
    background-color: #C7322E;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 200px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: -5px;
    margin-bottom: 17px !important;
}


/*=================*/


/*=====TICKERTAPE=====*/

#ttcontainer {
    height: 250px;
    position: relative;
    background-attachment: fixed;
    background-image: url(/images/tickerbg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#ttcontainer .center {
    width: 96%;
}

#tickertape {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    background-color: rgba(255, 255, 255, 0.5);
}

#tickertape:after {
    clear: both;
    display: block;
    content: "";
}

#tickertapeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    letter-spacing: 2px;
    line-height: 180%;
}

.ticker_txt {
    color: #353535;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 150%;
    letter-spacing: 2px;
    padding: 0 10px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.ticker_txt p:first-child {
    padding-right: 100px;
}

.ticker_txt p:last-child {
    padding-left: 100px;
}

.ticker_txt strong {
    font-size: 120%;
    font-weight: bold;
}


/*=================*/


/* LINKS */

.links {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}

.links article {
    background-color: white;
    width: 23%;
    margin: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.links article h2 {
    width: 100%;
    padding: 15px;
    background-color: #C7322E;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1em;
}

.links article p {
    padding: 15px;
    line-height: 150%;
    color: #7f7f7f;
}

.links article a {
    padding: 15px;
    padding-top: 5px;
    color: #C7322E;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    display: inline-block;
}


/*=================*/


/* MEMEBERS */

.team_members {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 0;
    flex-wrap: wrap;
}

.team_members>h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C7322E;
    width: 100%;
    padding: 1%;
    font-size: 1.4em;
}

.team_members section {
    width: 100%;
    margin-bottom: 25px;
}

.team_members section .sub-team {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.team_members h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 5px;
    padding: 1%;
}

.team_members article {
    max-width: 23%;
    margin: 1%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    background-color: white;
}

.team_members article h3 {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #C7322E;
    border-radius: 200px;
    color: white;
    z-index: 3;
}

.team_members article h2 {
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    background-color: white;
    width: 100%;
    text-align: center;
    min-height: 60px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.team_members article img {
    width: 100%;
    transition: all 1s;
}

.team_members article:hover img {
    transform: scale(1.1);
}

.team_members article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
}


/*=================*/


/* DETAIL */

.doctor_detail {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 10px;
}

.left_detail {
    width: 35%;
}

.left_detail img {
    width: 100%;
}

.right_detail {
    width: 63%;
}

.right_detail h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2em;
    color: #C7322E;
    margin-bottom: 20px;
}

.right_detail p {
    line-height: 150%;
    color: #8c8c8c;
    font-size: 1.2em;
}

.right_detail h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px;
    background-color: #353535;
    margin-top: 20px;
    margin-bottom: 10px;
}

.left_detail a {
    padding: 15px 30px;
    background-color: #C7322E;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    display: inline-block;
    text-align: center;
    margin-top: -20px;
    width: 100%;
}

.openingsuren {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #8c8c8c;
    padding: 10px 0;
}

.openingsuren span {
    color: #353535;
    width: 30%;
}

.openingsuren>div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 70%;
}

.headopening {
    font-weight: 700;
}

.op_item {
    width: 33.33%;
    text-align: right;
    padding: 0 10px;
}

.op_item_res {
    width: 33.33%;
    text-align: center;
    padding: 5px 10px;
    display: none;
}


/*=================*/


/*=======FAQ=======*/

.prakt {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 10px;
}

.prakt_ak {
    width: 30%;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    border: 5px solid #C7322E;
    justify-content: space-between;
}

.prakt_ak>h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
    line-height: 120%;
    color: #C7322E;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prakt_ak div {
    width: 47%;
    margin-bottom: 10px;
}

.prakt_ak div h2 {
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
    width: 100%;
    font-weight: bolder;
    margin-bottom: 5px;
}

.prakt_ak div h3 {
    color: #8d8d8d;
    margin-bottom: 10px;
    float: left;
}

.faq {
    max-width: 65%;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.faq article {
    width: 100%;
}

.faq article h2 {
    width: 100%;
    background-color: #C7322E;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}

.faq article div {
    padding: 10px 0;
}

.faq article p {
    line-height: 150%;
    font-size: 1.1em;
    color: #7f7f7f;
}

.faq article ul {
    list-style-type: disc;
    color: #7f7f7f;
    padding-left: 20px;
    line-height: 150%;
    font-size: 1.1em;
}

.teamleden {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.teamleden article {
    width: 18%;
    margin: 1%;
    overflow: hidden;
    position: relative;
}

.teamleden article img {
    width: 100%;
    transition: all 1s;
    position: relative;
    z-index: 0;
}

.teamleden article:hover img {
    transform: scale(1.25);
}

.teamleden article h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    padding: 5px;
    line-height: 150%;
    background-color: white;
    font-size: .9em;
    min-height: 55px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.teamleden article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.subitem h3 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.subitem h3 span {
    font-size: 1.5em;
    transition: all .3s;
    transform: rotate(-90deg);
}

.removerot {
    transform: rotate(0deg) !important;
}


/*=================*/


/* Contact */

#dasmap {
    width: 100%;
    height: 70vh;
}

.contact_content {
    max-width: 1200px;
    background-color: #fefefe;
    margin: 0 auto;
    display: flex;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.left_contact_content {
    width: 60%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left_contact_content>div {
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, .9);
}

.left_contact_content h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #454545;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.left_contact_content a {
    padding: 10px;
    display: inline-block;
    background-color: #C7322E;
    border: 1px solid #C7322E;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s;
    margin-top: 20px;
}

.left_contact_content a:hover {
    background-color: transparent;
    color: #C7322E;
}

.ope {
    display: flex;
    color: #afafaf;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
}

.ope span {
    color: #454545;
    padding-right: 40px;
}

.showBig {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 70px;
    top: 70px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    font-size: 3em;
    align-items: center;
    opacity: 0;
    transition: all .5s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}

.contactimgs:hover .showBig {
    opacity: 1;
}

.contact_form input {
    padding: 10px;
    font-family: 'Questrial', sans-serif;
    color: #353535;
    background-color: #F4F4F4;
    border: none;
    letter-spacing: 1px;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
}

.contact_form input[type=submit] {
    background-color: #CAD400;
    padding: 10px 50px;
    color: white;
    width: 100%;
    text-transform: uppercase;
}

.contact_form label {
    font-family: 'Questrial', sans-serif;
    color: #353535;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 1.2em;
    display: inline-block;
}

#NaamInput {
    width: 49%;
}

#EmailInput {
    width: 49%;
}

#Bericht {
    width: 100%;
    border: none;
    letter-spacing: 2px;
    font-family: 'Questrial', sans-serif;
    color: #353535;
    background-color: #F4F4F4;
    font-size: 1.2em;
    padding: 10px;
    margin-top: 20px;
    min-height: 250px;
    margin-bottom: 20px;
}

#Submit {
    position: relative;
}

.notchecked {
    position: absolute;
    right: 0;
    line-height: 150%;
    padding: 10px;
    top: -83px;
    background-color: #ECDEB8;
    color: #353535;
    font-family: 'Questrial', sans-serif;
    width: 400px;
    display: none;
}

.notchecked img {
    position: absolute;
    right: 10px;
    bottom: -15px;
    width: 30px;
}

.formuliercheck {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.right_contact_content {
    width: 40%;
    background: #C7322E;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right_contact_content h1 {
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.right_contact_content p {
    padding: 15px 0;
    color: #fff;
    letter-spacing: 1px;
}

.openings {
    padding-left: 50px;
}

.openings p {
    margin-top: 10px;
    margin-bottom: 0;
}

.openings h2 {
    margin-bottom: 30px !important;
}

.openings p span {
    min-width: 130px;
    display: inline-block;
}


/* Einde Contact */

.afspraak_choice {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2% 0;
    flex-wrap: wrap;
}

.choice {
    width: 49%;
}

.choice_img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all .3s;
}

.choice_img h2 {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.9em;
    letter-spacing: 2px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s;
    cursor: pointer;
}

.choice_img:hover h2 {
    background-color: rgba(0, 0, 0, .3);
}

.gemaakt {
    display: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.telefoon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 15px;
    display: none;
}

.telefoon h2 {
    font-weight: 700;
    color: #D54744;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.telefoon a {
    background-color: #D54744;
    color: white;
    padding: 15px 20px;
    margin-top: 15px;
    display: inline-block;
}

.internet {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 30px 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.internet article div h2 {
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #D54744;
    font-weight: 700;
}

.internet>a {
    white-space: nowrap;
    color: white;
    padding: 15px 20px;
    background-color: #D54744;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 auto;
}

.internet>h2 {
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: 700;
    color: #D54744;
    margin-top: 35px;
}

.innerinternet {
    width: 100%;
}

.innerinternet article div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.innerinternet article div img {
    width: 50%;
    display: flex !important;
    border: 2px solid #D54744;
}

.innerinternet article div div {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px;
    line-height: 150%;
}

.innerinternet article div div h2 {
    margin-bottom: 10px;
}

.internet_screenshots {
    width: 50%;
}

.internet_uitleg {
    width: 50%;
}


/* Responsive */

@media screen and (max-width: 1400px) {
    .slider {
        display: none;
    }
    .slidetext {
        line-height: 250%;
    }
    .home_content {
        margin-top: 0;
    }
    .slider article {
        height: 56.25vw;
    }
    .page_header {
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .links article {
        width: 31.33%;
    }
    .faq {
        max-width: 100%;
    }
    .prakt_ak {
        margin-right: 20px;
        margin-left: 20px;
        flex: 1;
        margin-top: 55px;
    }
    .prakt {
        flex-wrap: wrap;
    }
    .prakt_ak>h2 {
        width: 100%;
    }
    .prakt_ak div {
        width: 25%;
    }
}

@media screen and (max-width: 1150px) {
    .blokken_col {
        width: 100%;
    }
    .blokken_row:nth-child(even) .blokkentext {
        order: 1;
    }
    .blokken_row:nth-child(even) h2,
    .blokken_row:nth-child(even) p {
        text-align: left;
    }
    .blokken_row:nth-child(even) {
        text-align: left;
    }
    .blokken_row:nth-child(even) .specialbutton {
        justify-content: flex-start;
    }
    .footer-item {
        padding: 10px;
    }
    .footer-item p {
        font-size: .8em;
    }
    #ttcontainer {
        background-attachment: initial;
    }
}

@media screen and (max-width: 1100px) {
    .teamleden article {
        width: 23%;
    }
}

@media screen and (max-width: 1125px) {
    .team_members article {
        width: 31.33%;
        max-width: initial;
    }
    .navigation nav {
        display: none;
    }
    .menubtn {
        display: block;
    }
}

@media screen and (max-width: 1125px) {
    .left_contact_content {
        width: 50%;
        order: 1;
    }
    .right_contact_content {
        width: 50%;
        order: 2;
    }
}

@media screen and (max-width: 1000px) {
    .openingsuren span {
        width: 20%;
    }
    .openingsuren>div {
        width: 80%;
    }
}

@media screen and (max-width: 950px) {
    .footer-item {
        width: 33.33%;
    }
    .footer-item:first-child {}
    .footer-item:first-child img {
        margin: 0 auto;
    }
    .links article {
        width: 46%;
        margin: 2%;
    }
    .teamleden article {
        width: 31.33%;
    }
}

@media screen and (max-width: 900px) {
    .mainh1 {
        font-size: 1.4em;
    }
    .page_header p {
        font-size: 1.1em;
    }
    #ttcontainer {
        height: 175px;
    }
    .ticker_txt {
        font-size: 1.2em;
    }
    .prakt_ak div {
        width: 33.33%;
    }
    .choice_img h2 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 850px) {
    .footer-item {
        width: 100%;
        text-align: center;
    }
    .footer-item p {
        white-space: nowrap;
    }
    .footer-item>div {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .footer-item img {
        margin: 0 !important;
    }
    .bgicon {
        display: none;
    }
    .home_content {
        padding: 50px 0;
    }
    .blokken_col img {
        box-shadow: none;
        width: 100%;
    }
    .blokken_col p {
        font-size: 1em;
    }
    .blokken_col h2 {
        font-size: 1.2em;
    }
    .home_content>h1 {
        font-size: 1.2em;
        padding: 10px;
    }
    .home_content>p {
        padding: 10px;
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .team_members article {
        width: 46%;
        margin: 2%;
        max-width: initial;
    }
    .team_members article h2 {
        font-size: .9em;
    }
    .teamleden article {
        width: 46%;
        margin: 2%;
    }
    .left_contact_content {
        width: 100%;
        order: 2;
        padding: 50px 0;
    }
    .right_contact_content {
        width: 100%;
        order: 1;
        text-align: center;
    }
    .contact_content {
        flex-wrap: wrap;
    }
    .slider article h2 {
        font-size: 1.4em;
    }
    .doctor_detail {
        justify-content: center;
    }
    .left_detail {
        width: 75%;
    }
    .right_detail {
        width: 100%;
        padding-top: 40px;
        text-align: center;
    }
    .right_detail p {
        width: 100%;
    }
    .right_detail h1 {
        text-align: center;
        font-size: 1.5em;
    }
    .right_detail h2 {
        font-size: 1em;
        cursor: pointer;
    }
    .openingsuren {
        text-align: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .openingsuren span {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 700px) {
    .faq article h2 {
        font-size: 1em;
    }
    .faq article p {
        font-size: 1em;
    }
    .logo {
        height: 70px;
    }
    .prakt_ak div {
        width: 50%;
    }
    .innerinternet article div {
        flex-wrap: wrap;
    }
    .innerinternet article div img {
        width: 100%;
    }
    .innerinternet article div div {
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    .links article {
        width: 96%;
    }
    .slider article h2 {
        display: none;
    }
    .headopening {
        display: none;
    }
    .openingsuren {
        flex-wrap: wrap;
    }
    .openingsuren span {
        width: 95%;
        padding: 10px;
        background-color: #666666;
        color: white;
    }
    .openingsuren>div {
        width: 95%;
        background-color: #dcdcdc;
        padding: 10px;
    }
    .op_item_res {
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .7em;
    }
    .openingsuren {
        margin-bottom: 15px;
    }
    .op_item {
        text-align: center;
        font-size: .8em;
    }
    .choice_img h2 {
        font-size: 1em;
    }
}

@media screen and (max-width: 550px) {
    .team_members article {
        width: 96%;
    }
    .teamleden article {
        width: 96%;
    }
    .res-nav {
        width: 100%;
        right: -550px;
    }
    .menu-is-open {
        right: 0;
    }
    .navitem a {
        font-size: 1.3em;
    }
    .right_contact_content h1 {
        font-size: 1.5em;
    }
    #dasmap {
        margin-top: 70px;
        height: 50vh;
    }
    .home_content {
        border-top: none;
    }
    .contact_content {
        margin-top: 0;
    }
    .prakt_ak {
        border: 0;
        padding: 0;
    }
    .prakt_ak div {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .choice {
        width: 98%;
        margin: 1% 1%;
    }
}

#content-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    margin: auto;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #C7322E;
    margin-bottom: 20px;
    margin-top: 150px;
}

#content-container h2 {
    color: #C7322E;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #C7322E;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.2em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #C7322E;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #4C4C4C;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}