/*!
Theme Name: Rallysupport
Theme URI: https://www.ni-loc.nl/
Author: Ni-Loc
Author URI: https://www.ni-loc.nl/
Description: Rallysupport
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rallysupport
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rallysupport is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Open Sans' !important;
	font-family: "Segoe UI",sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	color: #24292e !important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
}

p {
	margin-bottom: 1.5em;
}

body.custom-background{
	background-position: left top !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
	background: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.grecaptcha-badge { visibility: hidden; }

ul,
ol {
	margin: 0 0 1.5em 3em;
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: transparent;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.post .entry-content{margin: 0 0;}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 16px;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.google-revocation-link-placeholder{display: none;}

.row{
	margin-left: -8px;
	margin-right: -8px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
	padding-left: 8px;
	padding-right: 8px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.container-new{
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
}

.main-section{
	padding: 0 8px;
}

#masthead{
	padding: 0.85rem 1rem;
}

.site-content{
	/*min-height: 1200px;
	max-width: 1280px;*/
	margin: 0 auto;
	padding: 16px 0;
	background-color: #f8f9fa;
}


#page{
	background-image: url(https://www.multicool.nl/fileadmin/images/website-background/website-background-kerstballen.jpg);
	/*background-image: url(https://www.multicool.nl/fileadmin/images/website-background/website-background-kerst.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fbfbfb;
	background-image: none;
}
.site-content .container{
	background-color: #fbfbfb;
}

#content{
	/*min-height: 1200px;
	max-width: 1280px;*/
	margin: 0 auto;
	padding: 10px 0 16px 0;
	background-color: #f8f9fa;
	background-color: #ebebeb;
	background-color: #fbfbfb;
	background: none;
	/* Enkel voor kerst */
	padding: 0 0 16px 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-left: 8px;
	padding-right: 8px;
}

.bg-rs-grey{
	background-color: #333333;
}

.navbar-brand-container{
	padding: 0;
	margin: 0;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
	margin-right: 10px;
}
.custom-toggler .navbar-toggler-icon{
	background-image: url(
		"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-color{
	background-color: #ff6711;
	/*background-color: #062f6d;*/
	background-color: #ff6600;
	background-color: #f55902;
	background-color: #ff6801;
}

#masthead .navbar-nav > li > a{
	color: rgba(255, 255, 255, 0.5);
	color: #ff6600;
	padding: 0.5rem;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
}

#masthead .navbar-nav > li > a:hover{
	color: #fff;
	color: #ff6711;
	color: #fff;
	color: #062f6d;;
}

#masthead .navbar-nav > li > a:active{
	color: #fff;
	color: #ff6711;
	color: #fff;
	color: #062f6d;
}

#masthead ul{
	margin: 0;
}

.nav-link{
	display: block;
}

li{
	list-style-type: none;
}

.waves-effect{
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.main{
	width: 100%;
}
/*
.main-container{
	max-width: 1140px;
	margin: 0 auto;
}*/

.in-2{
	width: 100%;
}

.latest-news{
	/*width: 796px;
	float: left;*/
	width: 100%;
}
.container-new .latest-news{
	width: 100%;
	float: none;
}

/*
.rs-latest-rally-videos{
	display: block;
	overflow: hidden;
}*/

.news-block-3-col{
	margin-bottom: 16px;
}
.news-block-3-col .news-block{
	border: 1px solid #e6e7e8;
	height: 100%;
	background-color: #fff;
}
.news-block-3-col .news-block-info{
	padding: 5px 10px;
}
.news-block-3-col h2.news-block-title, h4.news-block-title{
	margin: 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	line-height: 17px;
}

.secondary-news{
	width: 468px;
	float: left;
}

.sec-news-item{
	margin-bottom: 10px;
}

.sec-news-item:last-child{
	margin-bottom: 0;
}

.sec-news-item .news-item{
	margin-bottom: 0px;
}

.title-tumbnail{
	position: relative;
	z-index: 0;
	width: 100%;
}

.post-title{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.15) 10%, #000);
	color: #fff;
	padding: 15px;
	z-index: 3;
}

.mt-10{margin-top: 10px !important;}
.post-meta{
	margin: 0;
	color: #9a9a9a;
	font-size: 13px;
	font-family: "Segoe UI",sans-serif;
	overflow: hidden;
	line-height: 1;
	height: 18px;
}

.post-datum{
	margin: 0;
	float: left;
	font-size: 13px;
	line-height: 1.272727273;
}

.post-category{
	margin: 0;
	float: left;
	font-size: 13px;
	line-height: 1.272727273;
}

.datecategory-separator{
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid #D2D5D7;
}

.social-share{margin: 10px 0 0 0;}

.wpcf7-file{
	margin: 5px 0;
}

.category-title{
	width: 100%;
}

.post-title-item{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.15) 10%,#000);
	color: #fff;
	padding: 15px;
	z-index: 3;
}

.post-title-item h1{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	/*font-size: 20px;*/
	font-weight: bold;
}

.post-title-item a{
	color: #fff;
}

.post-highlight-item{
	position: relative; 
	z-index: 0;
	width: 100%;
	overflow: hidden;
}

.post-thumbnail{
	overflow: hidden;
}
.post-highlight-item img, .post-thumbnail img{
	margin-bottom: -30px;
}

.post-basic-item{
	position: relative; 
	z-index: 0;
	width: 100%;
}

.post-highlight-item .post-side-items h1{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.post-highlight-item .post-side-items{
	padding: 0 8px 4px;
}

.post-highlight-item .post-regular-items h1{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.post-highlight-item .post-regular-items{
	padding: 0 8px 4px;
}

.regular-items{
	/* margin-top: 6px; */
	margin-bottom: 16px;
}

.side-items{
	margin-bottom: 10px;
}

.news-item{
	margin-bottom: 16px;
	background-color: #fff;
	border: 1px solid #e6e7e8;
}

.news-item-title{
	font-size: 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	line-height: 1.3;
	margin: 3px 0;
	margin-top: 3px;
	color: #404040;
}

.news-item-title a{
	color: #000;
}

.news-item-tumbnail{
	max-width: 180px;
	float: left;
}

.news-item-info{
	width: calc(100% - 180px);
	float: right;
	padding: 5px 10px;
}

.news-item-full .news-item-tumbnail{
	max-width: 300px;
}

.news-item-full .news-item-info{
	width: calc(100% - 300px);
}

.news-item-full .news-pic{
	width: 180px;
	height: auto;
	float: left;
}

.news-item-full .news-content{
	width: calc(100% - 180px);
	padding: 7px 20px 0 20px;
	float: right;
	height: auto;
	margin: 0;
	padding: 7px 20px;
	height: 110px;
}

/*
.news-item-full .news-pic img{
	height: 110px;
}*/

.news-item-full h3.news-item-title{
	font-size: 18px;
	font-size: 17px;
	font-size: 16px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 0;
	font-weight: 600;
}

.entry-title{
	font-size: 20px;
	font-weight: 600;
}

.samenvatting{
	margin-bottom: 0;
	font-size: 13px;
	color: #404040;
	line-height: 20px;
}

.titel-testen{
	font-size: 16px;
}

.samen-titel{
	font-size: 14px;
	line-height: 1.6;
}

.search-form{
	position: relative;
}

.zoeken{
	height: 35px;
}

label{
	display: inline-block;
	width: 100%;
	margin: 0 0;
}

.glas{
	width: 10%;
	float: right;
	border: 0;
	border-radius: 0;
	outline: 0;
	background-color: transparent;
	display: block;
	align-content: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 1;
}

.magni{
	max-width: 15px;
}

.form-control{
	border-radius: 0 !important;
	max-height: 35px;
	padding: .375rem .75rem !important;
}

.owl-nav{display: none;}

.social-media{
	background-color: #2d2d2d;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 16px;
}

.social-media-icon{
	padding: 8px;
	float: left;
}

.fa {
	padding: 3px;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: unset;
}

.fa-facebook {
	background: #3B5998;
	background: #000000 !important;
	color: #ffffff;
}

.smi-pad .fa:hover{
	background: #ff6801 !important;
}

.fa-twitter {
	background: #55ACEE;
	background: #000000 !important;
	color: #ffffff;
	padding-left: 4px;
}

.fa-instagram{
	background: #D6249F;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background: #000000 !important;
	color: #ffffff;
}

.fa-youtube{
	background: #FF0000;
	background: #000000 !important;
	color: #ffffff;
}

.fa-envelope{
	background: #000000;
	background: #000000 !important;
	color: #ffffff;
	padding: 5px 4px;
}

.menu-item .fa-home{
	font-size: 20px !important;
	vertical-align: initial !important;
}

.entry-content p{
	font-size: 15px;
	margin-bottom: 14px;
}

.post h2{
	font-size: 18px;
	font-weight: 600;
	color: #24292e;
	margin-bottom: 0;
}

.post .entry-content{
	width: 92%;
}

.post .entry-content-video{
	width: 100%;
}

.entry-header-video .postTitleVideos{
	font-size: 20px;
	margin-bottom: 10px !important;
	margin-top: 0;
}

.entry-content-video figure{
	margin-top: 0;
	margin-bottom: 0;
}

#colophon{
	color: #fff;
	background-color: #ff6711;
	background-color: #ff6600;
	background-color: #f55902;
	background-color: #2d2d2d;
}

.socialmediaicons{
	margin: 7px auto;
}

.connect{
	float: left;
}

p.connect-with-us{
	font-size: 12px;
	line-height: 12px;
	margin: 16px 10px 14px 0;
	color: #fff;
}

.smi-pad{
	padding: 8px 12px;
	float: left;
}
.smi-pad a{
	outline: none;
}

.footer-container{
	max-width: 1060px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
}

.footer-bottom{
	background-color: #000;
}

.footer-padding{
	padding: 15px 0;
	padding: 8px 0;
}

.site-info{
	text-align: center;
}

p.footer-text{
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

p.footer-text{
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

p.site-info-last-row{
	margin-top: 8px;
	margin-top: 4px;
}

.copyright a, footer#colophon a{
	color: #fff;
}

.page-privacy-cookies p{
	font-size: 14px;
	line-height: 1.2;
}

.page-privacy-cookies strong{
	padding-bottom: 0.3rem;
}

.custom-logo{
	max-width: 260px;
	max-height: 43.33px;
}

.site-footer a:hover{
	text-decoration: none;
}

.owl-nav{
	display: block;
	margin-top: 0 !important;
	max-height: 50px;
}

.owl-prev{
	font-size: 50px !important;
	color: #000000 !important;
	background-color: transparent !important;
	border: 2px solid #000 !important;
	height: 30px;
	width: 30px;
	outline: none !important;
}

.owl-next{
	font-size: 50px !important;
	color: #000000 !important;
	background-color: transparent !important;
	border: 2px solid #000 !important;
	height: 30px;
	width: 30px;
	outline: none !important;
}

.owl-prev span{
	position: relative;
	top: -32px;
}

.owl-next span{
	position: relative;
	top: -32px;
}

.media-video-item{
	margin-bottom: 16px;
	background-color: #fff;
}

.media-video-content{
	margin-top: 10px;
	padding: 0 10px 10px;
}

.media-video-content .news-item-title{
	font-size: 15px;
	text-decoration: none;
}

.media-video-item-info{}

.media-video-item a:hover{
	text-decoration: none !important;
}

.latest-videos{margin-top: 16px;}
h2.latest-videos{font-size: 18px;}
.latest-videos h4{font-size: 18px; margin-bottom: 16px;}

.video-banner{
	border: 1px solid #e6e7e8;
	margin-bottom: 16px;
}
.video-banner-title{
	background-color: #fff;
	/*margin-bottom: 16px;*/
}

h2.latest-video-title{
	margin: 0;
	padding: 3px 10px 5px 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}

a.hoofdItemTitleLinktext:hover{
	text-decoration: none;
}

.hoofdItemTumbnail{
	margin-bottom: 16px;
}

.video-banner-title .post-meta{
	padding: 5px 10px 0 10px;
}

.flag-icon{
	margin-right: 10px;
	vertical-align: text-top !important;
}

.table tbody tr{
	background-color: #fff;
}

table{
	margin-bottom: 0;
}

.table  tr{
	border-bottom: 2px solid #f1f2f5;
}

.header-calendar, .page-template-page-rallying-event .entry-header-single-post, .header-calendar{
	background-color: #fff;
	margin-bottom: 10px;
	margin-bottom: 0px;
	background-color: #062f6d;
}

.header-standings{
	background-color: #062f6d;
	background-color: #ff6801;;
	margin-bottom: 10px;
	margin-bottom: 0px;
}

h1.calendar-table-title, .page-template-page-rallying-event .entry-header-single-post h1.postTitle, .header-calendar h1.calendar-table-title{
	color: #ff6600;
	font-size: 17px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	font-weight: bold;
	color: #404040;
	color: #fff;
}
.page-template-page-rallying-event .entry-header-single-post, .header-calendar{
	margin-top: 0;
}
.page-template-page-rallying-event .entry-header-single-post h1.postTitle, .header-calendar h1.calendar-table-title{
	margin-bottom: 0 !important;
}
.page-template-page-rallying-event .entry-content, [class^='page-template-page-rally-event-'] .entry-content, [class*='page-template-page-rally-event-'] .entry-content{
	margin-top: 0;
}

h2.calendar-table-title{
	color: #ff6600;
	font-size: 17px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	font-weight: bold;
	color: #404040;
	color: #fff;
}

h1.standings-table-title{
	color: #ff6600;
	font-size: 17px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	font-weight: bold !important;
	color: #404040;
	color: #fff;
}

h2.standings-table-title{
	color: #ff6600;
	font-size: 17px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	font-weight: bold !important;
	color: #404040;
	color: #fff;
}

.rs-item-widget-title, .rs-item-widget-sub-title, .rs-item-sub-title{
	/*background-color: #062f6d;
	background-color: #ff6801;*/
	margin-bottom: 10px;
}
.page-video-test{
	background-color: unset;
}
h1.rs-item-widget-title-page-video, h2.rs-item-widget-sub-title, .rs-item-title-up, .rs-item-sub-title{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 42px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	color: #ff6801;
	margin: 0;
	line-height: inherit;
	font-size: 20px;
}

h1.rs-item-widget-title-page-video{
	color: #ff6801;
	margin: 0;
	
}

h1.rs-item-widget-title, .rs-item-title-low{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 42px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	line-height: inherit;
	font-size: 20px;
}
h1.rs-item-widget-title, .rs-item-title-low{
	color: #ff6801;
	margin: 0;
	
}

.live-feed-banner .calendar-table-title:hover, .live-feed-banner a:hover{
	color: #202a44 !important;
}

.live-feed-banner .calendar-table-title:hover, .live-feed-banner a:hover{
	text-decoration: none !important;
}

.table-rally-kalender{
	border-top: 1px solid #f1f2f5;
	margin-top: 0;
}

.rally-calendar .entry-header{
	display: none;
}

.rally-calendar .entry-content{
	margin-top: 0px;
}

.live-feed-div a, .live-feed-div a:hover{
	text-decoration: none;
	color: #fff;
}

.live-feed-div a:hover{
	color: #202a44;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	margin: 5px 0 !important;
	max-height: 20px;
}

.entry-header-video{
	margin-top: -18px;
}

.entry-header-post{
	background-color: #062f6d;
	margin-bottom: 10px;
}

.entry-header-single-post{
	margin-top: 4px;
}

.entry-header-single-post .postTitle{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px !important;
	margin-top: 0;
	color: #24292e;
	margin: 0px;
}

h1.entry-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	color: #ff6600;
	color: #404040;
	margin: 0 0;
}

.post h2{
	font-size: 17px;
	font-weight: 600;
	font-size: 15px;
	font-weight: bold;
}
.post h3{
	font-size: 17px;
	font-weight: 600;
	font-size: 15px;
	font-weight: bold;
}

h1.postTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    color: #ffffff;
}

.entry-content-title h1.postTitle {
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.privacy-statement .entry-content{
	margin: 0px;
}

.title-privacy-cookies{
	margin-top: 0px;
	margin-bottom: 10px;
}

.table-rally-calendar{
	border-top: 1px solid #f1f2f5;
}

.table-rallying-calendar{
	border-top: 1px solid #f1f2f5;
	margin-bottom: 10px;
}

.table-rally-standings{
	border-top: 1px solid #f1f2f5;
	margin-bottom: 10px;
}
.table-rally-champ-standings{
	border-top: 1px solid #f1f2f5;
	margin-bottom: 10px;
}
.table-dark td, .table-dark th, .table-dark thead th{
	border-top: 1px solid #dee2e6;
	padding: 0.5rem;
}
.table td, .table th{padding: 0.5rem;}
.table-rally-standings thead tr th:nth-child(1), .table-rallying-calendar thead tr th:nth-child(1){
	text-align: center;
}
.table-rally-standings tbody tr td:nth-child(1), .table-rallying-calendar tbody tr td:nth-child(1){
	text-align: center;
}
.table-rallying-calendar thead tr th:nth-child(1), .table-rallying-calendar tbody tr td:nth-child(1), .table-rally-standings thead tr th:nth-child(1), .table-rally-champ-standings thead tr th:nth-child(1){
	text-align: center;
	width: 5%;
}
.table-rally-standings thead tr th:nth-child(2){
	width: 40%;
}
.table-rally-champ-standings thead tr th:nth-child(2){
	width: 40%;
}
.table-rally-standings thead tr th:nth-child(3){
	width: 30%;
}
.table-rally-champ-standings thead tr th:nth-child(3){
	width: 55%;
}
.table-rally-standings thead tr th:nth-child(4){
	width: 25%;
}
.table-rallying-calendar thead tr th:nth-child(2), .table-rallying-calendar tbody tr td:nth-child(2){
	width: 50%;
}
.table-rallying-calendar thead tr th:nth-child(3), .table-rallying-calendar tbody tr td:nth-child(3){
	width: 20%;
}
.table-rallying-calendar thead tr th:nth-child(4), .table-rallying-calendar tbody tr td:nth-child(4){
	width: 25%;
}
.table-rally-champ-standings thead tr th:nth-child(1){
	text-align: center;
}
.table-rally-champ-standings tbody tr td:nth-child(1){
	text-align: center;
}

.wereld-vlag{background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
background-image: url(https://www.therallyfactory.com/img/World-Flag-43.svg);}
.kalender-nav tbody td, .kalender-nav thead th{text-align: left !important; padding-left: 15px;}
.kalender-nav .flag-icon{
	vertical-align: text-top !important;
	margin-right: 5px;
}
#nrk-2024, #brc-2024, #vas-2024, #wrc-2024, #erc-2024, #drm-2024, #drc-2024, #orm-2024{scroll-margin-top: 91px;overflow: initial !important;}

.home-rally-video .video-banner-title{
	margin-bottom: 0;
}
.home-rally-video .video-banner{
	margin-bottom: 0;
}

.latest-videos .video-banner-title, .media-page .video-banner-title{
	margin-bottom: 0;
}

.sidebar-banners{
	max-width: 300px;
	margin: 0 auto;
}

.sidebar #secondary{
	width: 300px;
	margin: 0 auto;
}

#custom_html-4{
	margin-top: -6px;
}

.wpcf7-submit{
	color: #fff !important;
	background-color: #ff6600 !important;
	border-color: #ff6600 !important;
}

.entry-header-page{
	background-color: #062f6d;
}

.pageTitle{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 10px;
	padding: 0;
}

.media-portal-content .entry-content{
	margin-top: 16px;
}

.error-404 .page-content{
	margin-top: 16px;
}

.no-results .page-content{
	margin-top: 16px;
}

.blue-top .entry-content{
	margin-top: 16px;
}

.gads{
	margin-bottom: 16px;
}

.in-page-ad{
	min-width: 100%;
}

.live-blog-banner{
	max-width: 800px;
	margin: 10px auto;
}

.privacy-statement p{
	font-size: 11px;
	line-height: 1.2;
}

.privacy-statement strong{
	font-size: 13px;
	line-height: 1.2;
	padding-bottom: 0.3rem;
	font-weight: 600;
}

.privacy-statement h2{
	font-size: 13px;
	line-height: 1.2;
	padding-bottom: 0.3rem;
	font-weight: bolder;
}

.privacy-subtitle{
	padding-bottom: 0.3rem;
	margin: 0 !important;
}

.wpcf7 label{
	font-weight: bold;
	line-height: 2;
}

.wpcf7 label input{
	height: 35px;
}

.wpcf7-acceptance label{
	font-weight: normal;
}

.footer-bottom a:hover{
	text-decoration: underline;
}

@media (max-width: 320px){
	.post-meta{
		display: none;
	}
	.news-item-title{
		font-size: 13px;
	}
}
/*Onderstaande lijn binnenkort verwijderen*/
/*@media only screen and (min-width: 1200px){.container{max-width: 1264px;}}*/
@media (max-width: 375px){
	.custom-logo{
		max-width: 200px;
	}
	.post-title-item h1{
		font-size: 16px;
		font-size: 14px;
		font-size: 15px;
		line-height: 20px;
		margin: 0;
		padding-bottom: 5px;
	}
	/*
	.latest-news .post-title-item{
		margin: 0 !important;
		padding-top: 3px;
		background-color: #fff;
	}
	.top-media-video .post-title-item{
		margin: 0 !important;
		padding-top: 3px;
		background-color: #fff;
	}
	*/
	body.custom-background{
		background: none !important;
	}
	#masthead .navbar-nav > li > a{
		font-size: 15px;
	}
	#masthead ul{
		margin-top: 10px;
	}
	h1.entry-title{
		font-size: 14px;
		line-height: 25px;
	}
	.post h2{
		font-size: 14px;
	}
	.post h3{
		font-size: 14px;
	}
	.entry-header-video{
		margin-top: -8px;
		margin-top: 10px;
	}
	.entry-header-video .postTitleVideos{
		font-size: 15px;
		margin-bottom: 6px !important;
	}
	/*.post-title-item{
		position: relative;
		background: transparent;
		padding: 0 !important;
		margin-top: 3px;
	}
	
	h1.hoofdItemTitle{
		font-size: 16px;
		color: #404040;
	}
	*/
	.latest-news h1.hoofdItemTitle{
		padding: 3px 4px 5px 4px;
	}
	.top-media-video h1.hoofdItemTitle{
		padding: 3px 4px 5px 4px;
	}
	h2.latest-videos{
		font-size: 15px;
		margin-top: 0;
		padding: 0 4px;
	}
	.hoofdItemTumbnail{
		margin-bottom: 8px;
	}
	.latest-videos h4{
		font-size: 15px;
	}
	.entry-header-single-post .postTitle{
		font-size: 15px;
	}
	.post-title-item h1{
		font-weight: bold;
	}
	/*
	.news-block-6 .news-block{
		width: 50%;
		max-width: 50%;
		flex: unset;
	}
	.news-block-6 .news-item{
		height: auto !important;
	}
	.news-block-6 .news-block-thumbnail{
		width: 100%;
		height: auto;
	}
	.news-block-6 .news-block-thumbnail img{
		width: 100%;
		height: auto;
	}
	.news-block-6 .news-info{
		width: 100%;
		height: 99px !important;
	}
	*/
}

@media (max-width: 374px){
	.news-item{
		height: 86px;
	}
	.news-item-tumbnail, .news-item-full .news-pic{
		height: 86px;
		width: 140px;
		height: 84px;
		width: 138px;
	}
	.news-item-info, .news-item-full .news-content{
		width: calc(100% - 138px);
	}
	.news-item-full .news-content{
		padding: 5px 10px;
	}
	.news-item p.samenvatting{
		display: none;
	}
	h1.calendar-table-title{
		font-size: 14px;
		line-height: 25px;
		font-weight: bold;
	}
	h2.calendar-table-title{
		font-size: 14px;
		line-height: 25px;
		font-weight: bold;
	}
	.table td{
		font-size: 12px;
	}
	/*
	.news-block-3-col:nth-child(3) .news-block{
		height: 86px;
	}
	.news-block-3-col:nth-child(3) .news-block .news-block-thumbnail{
		height: 84px;
		width: 138px;
		float: left;
	}
	.news-block-3-col:nth-child(3) .news-block .news-block-info{
		width: calc(100% - 138px);
		padding: 5px 10px;
		float: left;
	}
	.news-block-3-col:nth-child(3) .news-block .news-block-thumbnail, .news-item-full .news-pic, .latest-news-block-4 .news-item-tumbnail{
		float: left;
		width: 138px !important;
	}
	.news-block-3-col:nth-child(3) .news-block .news-block-info, .news-item-full .news-content, .latest-news-block-4 .news-item-info{
		width: calc(100% - 138px) !important;
		padding: 5px 7px;
		float: right;
		height: 84px;
		margin: 0;
		overflow: hidden;
	}
	.news-block-3-col:nth-child(3) .news-block-thumbnail img, .news-item-full .news-pic img, .latest-news-block-4 .news-item-tumbnail img{
		height: 84px !important;
	}
	.news-block-3-col:nth-child(3) .news-block{
		overflow: hidden;
	}
	.news-block-3-col:nth-child(3) .post-meta > p, .news-item-full .post-meta > p, .latest-news-block-4 .post-meta > p{
		font-size: 10px;
		line-height: 1.2;
	}
	.news-block-3-col:nth-child(3) .news-block-title, .news-item-full .news-item-title, .latest-news-block-4 .news-item-title{
		line-height: 21px !important;
	}
	*/
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-thumbnail{
		width: 138px !important;
		float: left;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-title{
		width: calc(100% - 138px) !important;
		padding: 5px 7px;
		float: right;
		height: 84px;
		margin: 0;
		overflow: hidden;
	}

}

@media (max-width: 424px){
	.video-banner .video-banner-title{
		padding: 5px 10px;
		height: 99px;
		padding: 5px 8px;
	}
	.video-banner-title .post-meta{
		padding: unset;
	}
	.video-banner .latest-video-title{
		line-height: 1.3;
		height: 56px;
		padding: 3px 0px 0px 0px;
		line-height: 17px;
	}
	/*.post-meta, .post-meta .post-datum, .post-meta .post-category{
		font-size: 13px;
	}*/
	.news-item-title{
		margin-top: 3px;
		line-height: 17px;
	}
	.news-item-full h3.news-item-title{
		font-size: 14px;
		margin-top: 3px;
		line-height: 17px;
	}
	.news-block-3-col h2.news-block-title, h4.news-block-title{
		margin-top: 3px;
	}
	.news-block-3-col:nth-child(1) .news-block-info, .news-block-3-col:nth-child(2) .news-block-info{
		height: 99px;
	}
	.news-block-3-col .news-block-info{
		padding: 5px 8px;
	}
	.news-block-4-line .news-content{
		height: auto;
	}
}

@media (max-width: 425px){
	#masthead .navbar-nav > li > a{
		font-size: 15px !important;
	}
}

@media (min-width: 425px) and (max-width: 575px){
	.news-item-full h3.news-item-title{
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2;
		line-height: 1.3;
		margin: 3px 0;
		margin-top: 3px;
		margin-top: 3px;
		color: #404040;
	}
	.news-item-full .news-content{
		padding: 5px 10px;
	}
	/*
	.news-block-3-col:nth-child(3) .news-block .news-block-thumbnail{
		width: 180px;
		height: auto;
		float: left;
	}
	.news-block-3-col:nth-child(3) .news-block .news-block-info{
		width: calc(100% - 180px);
		padding: 5px 10px;
		float: right;
		height: auto;
		margin: 0;
	}
	*/
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-thumbnail{
		width: 180px;
		height: auto;
		float: left;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-title{
		width: calc(100% - 180px);
		padding: 5px 10px;
		float: right;
		height: auto;
		margin: 0;
	}
	.news-block-6 .news-block{
		height: auto !important;
	}
	.news-block-6 .news-block-thumbnail{
		width: 100%;
		height: auto;
	}
	.news-block-6 .news-block-thumbnail img{
		width: 100%;
		height: auto;
	}
	.news-block-6 .news-info{
		width: 100%;
		height: 99px !important;
	}
}

.media-portal-content a{
	color: #000;
}

.media-portal-content a:hover{
	text-decoration: underline;
	color: #000;
}

.table-dark, .table-rallying-event{background-color: #062f6d;}
.table-rallying-event{border-top: 1px solid #f1f2f5; margin-bottom: 10px;}
.table-rallying-event tbody tr{background-color: #062f6d; border: none;}
.table-rallying-event tr, .table-rallying-event thead th{border: none;}
.table-rallying-event table{color: #fff; border-top: 1px solid #dee2e6;}
.table-rallying-event thead tr th{font-weight: normal;}
.post a{
	color: #062f6d;
	color: #ff6801;
	font-weight: bold;
}

.table-rallying-calendar table a{color: #ff6600;}
.table-rallying-calendar table a:hover{
	color: #ff6600;	
	color: #f3e510;
	text-decoration: underline;
	text-decoration: none;
}

.table-rallying-event thead tr th:nth-child(1), .table-rallying-event tbody tr td:nth-child(1){
	width: 20%;
}

.table-rallying-event thead tr th:nth-child(2), .table-rallying-event tbody tr td:nth-child(2){
	width: 45%;
}

.table-rallying-event a{
	color: #062f6d;
	/*font-weight: bold;*/
	color: #ff6600;
	
	color: #ff6801;
	font-weight: 600;
}

.table-rallying-event a:hover{
	color: #ff6600;
	/*font-weight: bold;*/
	color: #f3e510;
	color: #202a44;
	text-decoration: none;
}

.table-dark, .table-rallying-event{
	background-color: #fff;
	color: #202a44;
}

.table-rallying-event tbody tr{background-color: #fff; color: #202a44;}
.table-rallying-event thead{
	color: #202a44;
}

.table-dark td, .table-dark th, .table-dark thead th, .table-rallying-event td, .table-rallying-event th, .table-rallying-event thead th{
	border-top: 1px solid #202a44;
}

.table-dark.table-striped tbody tr:nth-of-type(odd), .table-rallying-event.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f8fa;
}

.table-dark thead{
	background-color: #062f6d;
	background-color: #ff6801;;
	color: #fff;
}
.table-dark thead h2 {
	color: #202a44;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #fff;
}
.kalender-nav .flag-icon{
	vertical-align: text-top !important;
	margin-right: 5px;
	margin-right: 20px;
}

.table-rallying-calendar table a{color: #202a44; color: #ff6801; font-weight: 600;}
.table-rallying-calendar table a:hover{
	color: #ff6600;	
	color: #ff6801;
	color: #202a44;
}

.table-dark tbody tr:last-of-type, .table-rallying-event tbody tr:last-of-type {
	border-bottom: 1px solid #202a44 !important;
}

#custom_html-2{
	display: none;
}

.the-content{margin-top:16px;}

@media (max-width: 991px){
	.table-rallying-calendar tr{height: 60px;}
	.rally-calendar table{
		font-size: 12px;
	}
	.table-rallying-calendar thead tr{
		height: 40px;
	}
	.main-section{
		width: 100%;
	}
	.container-new{
		padding: 0px 8px;
		padding: 0px;
	}
	.side{
		margin: 0 auto;
	}
	#custom_html-6{
		display: none;
	}
	#page{
		background-image: none !important;
	}
	.post-highlight-item img, .post-thumbnail img{
		margin-bottom: 0px;
	}
	.news-item-title{
		margin: 0 !important;
		padding: 0 !important;
	}
	.table-rallying-event tr td:nth-child(2){
		font-size: 14px;
		line-height: 1.9;
	}
	.table-rallying-calendar a{
		font-size: 14px !important;
	}
}

@media (max-width: 1024px){
	table {font-size: 12px;}
}

@media (min-width: 768px) and (max-width: 1024px){
	.table-rallying-event tr td:nth-child(2){
		font-size: 14px;
		line-height: 1.9;
	}
	.table-rallying-calendar a{
		font-size: 14px !important;
	}
}

@media (max-width: 767px){
	.post-title-item{
		padding: 8px;
	}
	p.footer-text{
		font-size: 12px;
	}
	.table-rally-standings thead tr th:nth-child(3){
		display: none;
	}
	.table-rally-standings tbody tr td:nth-child(3){
		display: none;
	}
	.table-rallying-calendar thead tr th:nth-child(4){
		display: none;
	}
	.table-rallying-calendar tbody tr td:nth-child(4){
		display: none;
	}
	.table-rally-standings thead tr th:nth-child(2){
		width: 60%;
	}
	.table-rally-champ-standings thead tr th:nth-child(2){
		width: 70%;
	}
	.post .entry-content{width: 100%;}
	.in-2{margin-top: 16px;}
	.latest-news-1 .row .calender-video-item:nth-child(3){
		flex: unset !important;
		max-width: unset !important;
		width: 100%;
	}
	.navbar-brand-container{margin-left: 15px;}
}

@media (max-width: 1279px){
	/*.home-rally-video{
		margin-top: 16px;
	}*/
	body.custom-background{
		background: none !important;
		background-image: none !important;
	}
}

@media (max-width: 575px){
	.main .secondary-news{
		width: 100%;
	}
	.latest-video-title{
		height: 48px;
	}
	.wpcf7-textarea{
		width: 100% !important;
	}
	.wpcf7-text{
		width: 100% !important;
	}
	h2.news-block-title:hover, h4.news-block-title:hover{
		text-decoration: underline;
	}
}

@media (max-width: 360px){
	.latest-video-title{
		height: 64px;
	}
}

@media (max-width: 499px){
	.samenvatting{
		display: none;
	}
}

@media (min-width: 375px) and (max-width: 424px){
	/*
	.news-block-3-col:nth-child(3) .news-block .news-block-thumbnail, .news-item-full .news-pic, .latest-news-block-4 .news-item-tumbnail{
		float: left;
		width: 164px !important;
	}
	.news-block-3-col:nth-child(3) .news-block .news-block-info, .news-item-full .news-content, .latest-news-block-4 .news-item-info{
		width: calc(100% - 164px) !important;
		padding: 5px 10px;
		float: right;
		height: 100px;
		margin: 0;
		padding: 5px 8px;
	}
	.news-block-3-col:nth-child(3) .news-block-thumbnail img, .news-item-full .news-pic img, .latest-news-block-4 .news-item-tumbnail img{
		height: 100px !important;
	}
	.news-block-3-col:nth-child(3) .news-block{
		overflow: hidden;
	}
	*/
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-thumbnail{
		width: 164px !important;
		float: left;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-title{
		width: calc(100% - 164px) !important;
		padding: 5px 10px;
		float: right;
		height: 100px;
		margin: 0;
		padding: 5px 8px;
	}
	.news-block-4-line .news-pic{
		float: left;
		width: 164px !important;
	}
	.news-block-4-line .news-pic img{
		height: 100px;
	}
	.news-block-4-line .news-content{
		width: calc(100% - 164px) !important;
		padding: 5px 10px;
		float: right;
		height: 100px;
		margin: 0;
		padding: 5px 8px;
	}
}

/*
@media (min-width: 375px) and (max-width: 460px){
	.news-block-3-col:nth-child(3) .news-block .news-block-thumbnail, .news-item-full .news-pic, .latest-news-block-4 .news-item-tumbnail{
		width: 180px;
	}
	.news-block-3-col:nth-child(3) .news-block-thumbnail img, .news-item-full .news-pic img, .latest-news-block-4 .news-item-tumbnail img{
		height: 110px;
	}
	.news-block-3-col:nth-child(3) .news-block{
		overflow: hidden;
	}
}
*/

@media only screen and (max-width: 350px)  {
	.news-block-4-line .post-meta{
		display: none;
	}
}

@media only screen and (min-width: 300px) and (max-width: 374px)  {
	.news-block-4-line .news-item-title{
		font-size: 13px;
		line-height: 17px;
	}
}

@media only screen and (min-width: 431px) and (max-width: 575px)  {
	.news-block-6 .news-block-title{
		font-size: 15px !important;
		line-height: 16px !important;
		font-weight: 600 !important;
	}
}

@media (min-width: 461px) and (max-width: 575px){
	.news-item-full .news-pic img{
		height: 110px;
	}
	.news-item-full .news-content{
		height: 110px;
		overflow: hidden;
		padding: 7px 10px;
	}
	/* Uitgeschakeld naar afstappen van verschillende afmetingen op homepage
	.news-block-3-col:nth-child(3) .news-block{
		overflow: hidden;
	}
	.news-block-3-col:nth-child(3) .news-block-thumbnail img{
		height: 110px;
	}
	.news-block-3-col:nth-child(3) .news-block .news-block-info{
		height: 110px !important;
	}
	.news-block-3-col:nth-child(3) .post-meta, .news-item-full .post-meta{
		height: 17px;
	}
	.news-block-3-col:nth-child(3) .post-meta > p, .news-item-full .post-meta > p{
		font-size: 12px;
		line-height: 1;
	}
	.news-block-3-col:nth-child(3) .news-block-title{
		font-size: 14px;
		line-height: 18px;
		padding: 0px;
		margin: 0px;
	}
	.news-block-3-col:nth-child(3) .samenvatting, .news-item-full .samenvatting{
		font-size: 14px;
		line-height: 23px;
	}
	*/
	.news-item-full .news-item-title{
		font-size: 14px !important;
		line-height: 18px !important;
		padding: 0px !important;
		margin: 0px !important;
	}
}

@media only screen and (min-width: 500px) and (max-width: 575px)  {
	.news-block-4-line .samenvatting{
		line-height: 22px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px)  {
	.news-block-4-line .news-item-title{
		line-height: 20px;
	}
	.news-block-4-line .samenvatting{
		line-height: 19px !important;
	}
	.news-block-4-line .news-pic, .news-block-4-line .news-pic img{
		width: 180px;
		height: 108px;
	}
	.news-block-4-line .news-content{
		width: calc(100% - 180px);
		height: 108px;
		padding: 7px 10px;
		overflow: hidden;
	}
}

@media (max-width: 575px){
	/*
	.container{
		max-width: calc(100% - 16px);
	}*/
	.container-new{
		max-width: calc(100% - 16px);
	}
	h1.standings-table-title, h2.standings-table-title{
		font-size: 15px;
		line-height: 18px;
		padding: 10px 0;
	}
	h1.calendar-table-title, h2.calendar-table-title{
		font-size: 14px;
		line-height: 18px;
		padding: 10px 0;
	}
	.table-dark{
		font-size: 14px;
	}
	.news-block-3-col{
		width: 50%;
		max-width: 50%;
		flex: unset;
	}
	/*
	.news-block-3-col:nth-child(3){
		width: 100%;
	}
	*/
	.top-ad{
		height: 100px;
	}
	.calender-video-item .video-banner{
		overflow: hidden;
		background-color: #fff;
	}
	h1.rs-item-widget-title-page-video, h2.rs-item-widget-sub-title, .rs-item-title-up, .rs-item-sub-title, .rs-item-title-low{
		font-size: 14px;
		line-height: 18px;
		padding: 10px 0;
	}
	.table-dark thead h2{
		font-size: 12px;
	}
	.rs-item-title-up{
		font-size: 15px;
    	line-height: 18px;
    	padding: 10px 0;
	}
	.rs-item-title-low{
		font-size: 15px;
		line-height: 18px;
		padding: 10px 0;
	}
	h2.rs-item-widget-sub-title{
		font-size: 15px;
		line-height: 18px;
		padding: 10px 0;
	}
	.news-block-6 .samenvatting{
		display: none;
	}
}

@media (min-width: 375px) and (max-width: 575px){
	.post-title-item h1{
		font-size: 16px;
		line-height: 1.5;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.post-title-item h1{
		font-size: 18px;
		line-height: 1.5;
	}
	.container-new{
		max-width: 540px;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.main .secondary-news{
		width: 100%;
	}
	.home-rally-video .video-banner-title{
		min-height: 69px;
	}
	.rally-videos{
		width: 100%;
		max-width: unset;
		flex: unset;
	}
	.media-page .sidebar{
		min-width: 100%;
		max-width: 316px;
	}
	.media-page .latest-video-title{
		min-height: 48px;
	}
	.calendar{
		width: 100%;
		max-width: unset;
		flex: unset;
	}
	.post-content{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.media-portal-content{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wpcf7-textarea{
		width: 100% !important;
	}
	.wpcf7-text{
		width: 100% !important;
	}
	.latest-news-block-4 .news-item-tumbnail{
		max-width: 100%
	}
	.latest-news-block-4 .news-item-tumbnail img{
		width: 100%
	}
	.latest-news-block-4 .news-item-info{
		width: 100%;
		height: 70px;
	}
	.news-block-3-col .news-block-info{
		height: 125px;
		overflow: hidden;
	}
	/*
	.news-item-full .news-content{
		height: 110px;
		overflow: hidden;
		padding: 5px 10px;
	}*/
	.news-item-full .news-content .samenvatting{
		line-height: 1.4;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner{
		overflow: hidden;
		background-color: #fff;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-thumbnail{
		width: calc(110px * (180 / 110));
		height: 108px;
		float: left;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .video-banner-title{
		width: calc(100% - 180px);
		padding: 7px 20px 0 20px;
		float: right;
		height: auto;
		margin: 0;
		padding: 7px 10px;
		height: 108px;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .post-meta, .latest-news-1 .row .calender-video-item:nth-child(3) .latest-video-title{
		padding-left: 0;
		padding-right: 0;
	}
	.latest-news-1 .row .calender-video-item:nth-child(3) .latest-video-title{
		font-size: 17px;
		line-height: 20px;
		font-weight: 600;
	}
	.news-block-6 .news-block .news-block-thumbnail{
		width: 100%;
	}
	.news-block-6 .news-block .news-block-info{
		width: 100%;
		height: 148px !important;
	}
	.news-block-6 .news-block-3-col .news-block-info .news-block-title{
		line-height: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.main .secondary-news{
		width: 100%;
	}
	.main .sec-news-item{
		width: calc(50% - 8px);
		float: left;
	}
	.main .news-item-tumbnail{
		max-width: unset;
	}
	.main .news-item-info{
		width: 100%;
	}
	.main .sec-news-item:nth-child(1){
		margin-right: 8px;
	}
	.main .sec-news-item:nth-child(2){
		margin-left: 8px;
	}
	.main .sec-news-item:nth-child(3){
		margin-right: 8px;
	}
	.main .sec-news-item:nth-child(4){
		margin-left: 8px;
	}
	.main .news-item-title{
		height: 32px;
	}
	.main .samenvatting{
		height: 38px;
	}
	.featured-news{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.sidebar{
		min-width: 100%;
		max-width: 316px;
	}
	.featured-news .news-item-tumbnail{
		width: 100%;
		max-width: unset;
	}
	.featured-news .news-item-info{
		width: 100%;
	}
	.featured-news .news-item-title{
		min-height: 48px;
	}
	.featured-news .samenvatting{
		max-height: 38px;
		max-height: unset;
	}
	.rally-videos{
		width: 100%;
		max-width: unset;
		flex: unset;
	}
	.calendar{
		width: 100%;
		max-width: unset;
		flex: unset;
	}
	.post-content{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.wpcf7-textarea{
		width: 80% !important;
	}
	.wpcf7-text{
		width: 80% !important;
	}
	.container-new{
		max-width: 720px;
	}
	.latest-news-block-4 .news-item-tumbnail{
		max-width: 100%
	}
	.latest-news-block-4 .news-item-tumbnail img{
		width: 100%
	}
	.latest-news-block-4 .news-item-info{
		width: 100%;
		height: 70px;
	}
	.news-block-3-col .news-block-info{
		height: 125px;
		overflow: hidden;
	}
	.news-item-full{
		height: 112px;
	}
	.news-item-full .news-pic img{
		height: 110px;
	}
	.news-item-full .news-content{
		height: 110px;
		overflow: hidden;
		padding: 7px 10px;
	}
	.news-item-full .news-content .samenvatting{
		line-height: 1.25;
	}
	.news-block-6 .news-block .news-block-thumbnail{
		width: 100%;
	}
	.news-block-6 .news-block .news-block-info{
		width: 100%;
		height: 128px !important;
	}
	.news-block-6 .news-block-3-col .news-block-info .news-block-title{
		line-height: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.main .latest-news{
		width: 50%;
	}
	.main .secondary-news{
		width: 50%;
	}
	.main .samenvatting{
		display: none;
	}
	.main .news-item-tumbnail{
		max-width: 110px;
	}
	.main .news-item-info{
		width: calc(100% - 110px);
	}
	.main .news-item-title{
		margin-bottom: 0;
	}
	.main .sec-news-item{
		margin-bottom: 6.5px;
	}
	.container{
		max-width: 976px !important;
	}
	.container-new{
		max-width: 976px !important;
	}
	.featured-news{
		max-width: calc(100% - 316px);
	}
	.sidebar{
		max-width: 316px;
		min-width: 316px;
	}
	.featured-news .news-item-tumbnail{
		width: 100%;
		max-width: unset;
	}
	.featured-news .news-item-info{
		width: 100%;
	}
	.featured-news .news-item-title{
		min-height: 32px;
	}
	.featured-news .samenvatting{
		min-height: 38px;
	}
	.rally-videos{
		max-width: calc(100% - 316px);
		flex: 0 0 calc(100% - 316px);
	}
	.calendar{
		max-width: calc(100% - 316px);
		flex: 0 0 calc(100% - 316px);
	}
	.post-content{
		max-width: calc(100% - 316px);
		flex: 0 0 calc(100% - 316px);
	}
	.media-page .post-content{
		max-width: 100%;
		flex: unset;
	}
	.media-portal-content{
		max-width: calc(100% - 316px);
		flex: 0 0 calc(100% - 316px);
	}
	.wpcf7-textarea{
		width: 70% !important;
	}
	.wpcf7-text{
		width: 70% !important;
	}
	.media-page .video-container iframe{
		width: 644px;
		height: 363px;
	}
	.latest-news-block-4 .news-item-tumbnail{
		max-width: 100%;
	}
	.latest-news-block-4 .news-item-tumbnail img{
		width: 100%
	}
	.latest-news-block-4 .news-item-info{
		width: 100%;
		height: 70px;
	}
	.news-item-full .news-pic img{
		height: 110px;
	}
	.news-item-full .news-content{
		height: 110px;
		overflow: hidden;
		padding: 7px 10px;
	}
	.news-item-full .news-content .samenvatting{
		line-height: 1.25;
	}
	.news-block-6 .news-block-3-col .news-block-info .news-block-title{
		line-height: 20px;
	}
}

@media (min-width: 992px){
	#masthead{
		min-height: 82px;
	}
	h2.latest-video-title{
		min-height: 48px;
	}
	.ad-top .adsbygoogle{
		width: 728px;
		height: auto !important;
	}
	.in-2{
		margin-top: 16px;
	}
	.main-section{
		width: calc(100% - 316px);
		max-width: 100%;
		position: relative;
	}
	.side{
		width: 316px;
		max-width: 100%;
		position: relative;
		padding: 0px 8px;
	}
	/*
	.video-banner{
		margin-bottom: 0px;
	}*/
	.news-block-6 .news-block .news-block-thumbnail{
		width: 100%;
	}
	.news-block-6 .news-block .news-block-info{
		width: 100%;
		height: 128px !important;
		overflow: hidden;
	}
}

@media (min-width: 1200px) and (max-width: 1279px){
	.main{
		width: 100%;
		height: 356px;
	}
	.latest-news{
		width: 600px;
		/*height: 390px;*/
	}
	.secondary-news{
		width: calc(100% - 600px);
		height: 390px;
	}
	.main .news-item-tumbnail{
		max-width: 132px;
	}
	.main .news-item-info{
		width: calc(100% - 132px);
	}
	.featured-news, .calendar{
		max-width: calc(100% - 316px);
		flex: none;
	}
	.sidebar{
		max-width: 316px;
		width: 316px;
	}
	.news-item-full .news-pic img{
		height: 110px;
	}
	.news-item-full .news-content{
		padding: 7px 20px;
		height: 110px;
	}
}

@media (min-width: 1200px){
	.wpcf7-textarea{
		width: 50% !important;
	}
	.wpcf7-text{
		width: 50% !important;
	}
	.news-item-full .news-pic img{
		height: 110px;
	}
	.news-block-6 .news-block .news-info{
		height: 118px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.news-block-6 .news-block-3-col .news-block-info{
		height: 118px !important;
		overflow: hidden;
	}
}

.ipa-1, .ipa-2{
	width: 300px;
	height: 100px;
}

.ipa-3-sidebar{
	width: 250px;
	height: 250px;
}

.ipa-4-vids{
	width: 300px;
	height: 250px;
}

.ipa-5-calendar{
	width: 250px;
	height: 250px;
}

.ipa-6-secondary{
	width: 300px;
	height: 100px;
}

.ipa-7, .ipa-8{
	width: 250px;
	height: 250px;
}

.ipa-9-side{
	width: 300px;
	height: 250px;
}

@media (min-width: 300px){
	.ipa-1{
		width: 250px;
		height: 250px; 
	}
	.ipa-3-sidebar{
		width: 300px;
		height: 250px;
	}
	.ipa-4-vids{
		width: 250px;
		height: 250px;
	}
	.ipa-6-secondary{
		width: 300px;
		height: 100px;
	}
}

@media (min-width: 317px){
	.ipa-1, .ipa-8, .ipa-5-calendar{
		width: 300px;
		height: 250px;
	}
}

@media (min-width: 576px){
	.ipa-2{
		width: 468px;
		height: 60px;
	}
	.ipa-3-sidebar{
		width: 300px;
		height: 250px;
	}
	.ipa-6-secondary{
		width: 300px;
		height: 100px;
	}
	.top-ad{
		height: 60px;
	}
	.video-banner .post-meta{
		height: 22px;
	}
}

@media (min-width: 768px){
	.ipa-6-secondary{
		width: 468px;
		height: 60px;
	}
	.ipa-4-vids{
		width: 468px;
		height: 60px;
	}
	h2.latest-video-title{
		min-height: 48px;
	}
	.top-media-video .hoofdItemTumbnail{
		display: block;
		overflow: hidden;
	}
	.top-media-video .hoofdItemTumbnail img{
		margin-bottom: -30px;
		width: 100%;
	}
	.ipa-7, .ipa-8, .ipa-1{
		width: 468px;
		height: 60px;
	}
	.site-content{
		min-height: 1200px;
	}
	#main-nav{padding-left: 50px;}
}

@media (min-width: 992px){
	.ipa-1{
		width: 468px;
		height: 60px; 
	}
	.ipa-2{
		width: 728px;
		height: 90px; 
	}
	.ipa-3-sidebar{
		width: 300px;
		height: 600px;
	}
	.ipa-4-vids{
		width: 468px;
		height: 60px;
	}
	.ipa-6-secondary{display: none !important;}
	.ipa-7{
		width: 728px;
		height: 90px;
	}
	.top-ad{
		height: 90px;
	}
}

@media (min-width: 1200px){
	.ipa-1, .ipa-8{
		width: 728px;
		height: 90px;
	}
	.ipa-2{
		width: 970px;
		height: 90px;
	}
	.ipa-4-vids{
		width: 728px;
		height: 90px;
	}
	.ipa-5-calendar{
		width: 728px;
		height: 90px;
	}
	.ipa-7{
		width: 970px;
		height: 90px;
	}
}

@media (min-width: 1280px){
	.ipa-3-sidebar{
		width: 300px;
		height: 600px;
	}
	.in-2{
		margin-top: 0px;
	}
}

@media (max-width: 425px){.video-container{zoom: 0.5;}.entry-header-video{margin-top: 5px;}}
@media (min-width: 426px) and (max-width: 506px){.video-container{zoom: 0.6;}}
@media (min-width: 507px) and (max-width: 757px){.video-container{zoom: 0.7;}}
@media (min-width: 768px) and (max-width: 991px){.video-container iframe{zoom: 0.88;}}
/*@media (min-width: 1024px){
	.table-rally-calendar td:first-child{
		width: 75%;
	}
	.table-rallying-calendar td:first-child{
		width: auto;
	}
	.table-rally-standings thead tr th:nth-child(1).table-rally-champ-standings thead tr th:nth-child(1){
		width: 50px;
	}
	.table-rally-champ-standings thead tr th:nth-child(1){
		width: 38.5px;
	}
	.table-rally-standings tbody tr td:nth-child(1){
		width: 50px;
	}
	/*.table-rally-champ-standings tbody tr td:nth-child(1){
		width: 38.5px;
	}
	.table-rally-standings thead tr th:nth-child(2), .table-rally-champ-standings thead tr th:nth-child(2){
		width: 250px;
	}
	.table-rally-standings tbody tr td:nth-child(2), .table-rally-champ-standings thead tr th:nth-child(2){
		width: 250px;
	}
	.table-rally-standings thead tr th:nth-child(3), .table-rally-champ-standings thead tr th:nth-child(3){
		width: 240px;
	}
	.table-rally-standings tbody tr td:nth-child(3), .table-rally-champ-standings thead tr th:nth-child(3){
		width: 240px;
	}
	.table-rally-standings thead tr th:nth-child(4), .table-rally-champ-standings thead tr th:nth-child(4){
		width: 150px;
	}
	.table-rally-standings tbody tr td:nth-child(4), .table-rally-champ-standings thead tr th:nth-child(4){
		width: 150px;
	}
}*/
