@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,400i,600,700);

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.01a - Breadcrumb
 *   5.01 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/*
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Verdana, sans-serif;
}

body {
	color: #555;
	line-height: 1.7;
	margin: 0;
    border: 0px #666 solid;
    background: #FFF;    
}

a {
	color: #00B;
	text-decoration: none;
}

a:visited {
	color: #00B;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #00B;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', Verdana, Georgia, serif;
	line-height: 1.2;
}

h1 {
	font-size: 30px;
	margin: 33px 0 15px 0;   
	color: #303F9F;
}

h2 {
	font-weight: bold;
	color: #303F9F;
	font-size: 20px;
	margin: 20px 0 15px 0;
    border: 0px solid #C0C0C0;
}

h3 {
	font-weight: bold;
	font-size: 16px;
   	color: #303F9F;
	margin: 3px 0 5px 0;
}

h4 {
	font-size: 16px;
	margin: 15px 0 10px 0;
}

h5 {
	font-size: 14px;
	margin: 15px 0 10px 0;
}

h6 {
	font-size: 14px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
	color: #555;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 32px 0;
}

p.geenmarge {
	margin: 0;
}

p.halvemarge {
	margin: 0 0 12px 0;
}

.voorbeeld {
    background: #F5F5F5; /*#eee; #CFDEF1; #C7E8F9; #F3F9FF; #DDEEFF; #EDF6FF #DEF0FF */ 
    margin: 0 0 24px 0;
    padding: 5px 10px;
 }

.blokblauw {
    background: #b2ebf2; /*#eee; #CFDEF1; #C7E8F9; #F3F9FF; #DDEEFF; #EDF6FF #DEF0FF */ 
	color: #444;
    margin: 0 0 30px 0;
    padding: 5px 20px 10px 20px;
 }
 
.blokgeel {
    background: #ffe082; /*#eee; #CFDEF1; #C7E8F9; #F3F9FF; #DDEEFF; #EDF6FF #DEF0FF */ 
    margin: 20px 0 30px 0;
    padding: 5px 20px 5px 20px;
 }

.blokgroen {
    background: #c5e1a5; /*#a5d6a7 */ 
	color: #444;
    margin: 0 0 30px 0;
    padding: 5px 20px 5px 20px;
 }

.blokgrijs {
    background: #f5f5f5; /*#eee; #CFDEF1; #C7E8F9; #F3F9FF; #DDEEFF; #EDF6FF #DEF0FF */ 
    font-style: italic;
    margin: 0 0 24px 0;
    padding: 5px 20px 20px 10px;
 }
 
.bloknieuws {
    background: #f5f5f5; /*#eee; #CFDEF1; #C7E8F9; #F3F9FF; #DDEEFF; #EDF6FF #DEF0FF */ 
    font-style: italic;
    margin: 0 0 24px 0;
    padding: 5px 20px 20px 10px;
 }

 p.ctainfo {
    margin: auto;
    padding: 0 0 10px 0;
    width: 80%;
    font-style: italic;
    text-align: justify;
 }
  
p.vakantie {
    display: none;
	font-weight: bold;
	font-style: italic;
	color: #F00;
} 

p.melding {
	font-weight: bold;
	font-style: normal;
	color: #F00;
}
 
 p:last-child {
/*	margin: 0; */ 
 }

div.echosign { 
    margin: 0 auto;
    width: 100%;
    height: 800px;
} 
 
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}


small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ul {
	margin: 10px 0 30px 0;
	padding: 0 0 0 20px;
	list-style-type: square;    
}

ol {
	margin: 10px 0 30px 0px;
	padding: 0 0 0 20px;
    line-height: 2.0;
 }

ul.voordelen {
    list-style-image: url('../images/vink26x26.png');
	padding: 0 0 0 30px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.float {
    float: left;
    clear: left;
    margin: 0;
    padding: 10px 10px 0 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 10px 0;
	width: 100%;
}

table.rente {
	line-height: 1.0;
}

caption,
td {
	font-weight: normal;
	text-align: left;
}

.citaat { 
    font-style: italic;
}

.reviewframe {
    margin: 0 0 30px 0;
    padding: 0;
    width: 90%;
    height: 40em;
    overflow: auto;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

.trpremie {
	background: #FFD54F;
    color: #333;
}

th {
	font-weight: bold;
	text-align: left;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 5px;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 0px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	padding: 10px 24px 11px;
}

.buttondynamic, 
.buttondynamic:active, 
.buttondynamic:hover, 
.buttondynamic:focus {
    background-color: #d94412; 
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: bold;    
    margin: 0px auto;
    cursor: pointer;
}

.buttondynamic2, 
.buttondynamic2:active, 
.buttondynamic2:hover, 
.buttondynamic2:focus {
    background-color: #d94412; 
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;    
    margin: 0px auto;
    cursor: pointer;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
border: 0px ;
}

iframe.reaal {
border: 1px #666 solid;
padding: 0px 0px 0px 10px;
}

iframe.taf {
border: 1px #666 solid;
padding: 0;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border: 0px solid #0080FF;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.site-main {
	position: relative;
    border: 0px #FF0000 solid;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.advert {
display: none;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	background: #FFF;    
}

.site-header .home-link {
	color: #141412;
	display: inline; /* block */
	margin: 0;
	padding: 5px 0px;
	text-decoration: none;
	width: 100%;
}

.tagline {
    display: inline;
    float: right;
 	text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: 20px 30px 5px 50px;
 }

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #555;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #303F9F;
	color: #fff;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #303F9F;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current-menu-item > a {
	color: #00B;
	/* font-style: italic; */
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #F5F5F5;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

article {
	padding: 10px 0; 
    border: 0px solid #80FF00;
}
 
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 336px 0 20px; /* oud 0 376px 0 60px */
}


/**
 * 5.01 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
    border: 0px solid #FF8000;
}


/**
 * 5.01a Breadcrumbs
 * ----------------------------------------------------------------------------
 */

.breadcrumb {
background       : #FFF;
margin           : 0 0 10px 0;
padding          : 0 0 0 20px;
font-size        : 13px;
border           : 0px solid #FF00FF;
width            : 100%;
}
 

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}



.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}




/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}




/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 320px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
   	background-color: #FFF; /* rgba(247, 245, 231, 0.7) */
    border-top: 3px #F4F4F4 solid;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 12px 0 12px 0px;
	padding: 20px 20px 0px 20px;
	word-wrap: break-word;
}

.widget2 {
    background-color: #FFF; /* rgba(247, 245, 231, 0.7) */
    border-top: 3px #F4F4F4 solid;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 5px 0px;
	padding: 20px 20px 0px 20px;
	word-wrap: break-word;
}

.widget3 {
    background-color: #FFF;  /* rgba(247, 245, 231, 0.7) */
    border-top: 3px #F4F4F4 solid;
    border-bottom: 3px #F4F4F4 solid;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 12px 0 12px 0px;
	padding: 20px 20px 0px 20px;
	word-wrap: break-word;
}

.widget3 img {
	max-width: 100%;
}

.widget-title {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}

.widget li {
	padding: 0;
}

.widget li:last-child {
	padding-bottom: 10px;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #00B;
}


/**
* 7.0 Footer
 * ----------------------------------------------------------------------------
 */

footer {
	background-color: #EEE;
	font-size: 14px;
    clear: both;
    margin: 10px 0;
    padding: 5px 0;
	text-align: center;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1200px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.site-main .widget-area {
		margin-right: 10px;
	}
}

@media (max-width: 999px) {  /* 999 */
 	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px; /* 604 */ 
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
.tagline {
    display: block;
    float: none;
    width: 100%;
    background-color: #FFF;
	text-align: center;   
    margin: 0px;
}
    
}

@media (max-width: 643px) {  /* 643 */
	.site {
	width: 100%;
	}

img {
    max-width: 100%;
    }    
    
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info, 
	.sidebar .paging-navigation .nav-links {
		padding-left: 15px;
		padding-right: 10px;
	}

	.entry-title {
		font-size: 25px;
		font-weight: bold;
	}    

    .breadcrumb  {
        padding: 0 0 0 15px;
        max-width: 100%;
     }    
  
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #00B;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

    .advert {
       display: block;
       margin: 5px 0 0 0;
       padding: 0 0 0 5px;
       border: 0px solid #FF00FF;
}
.buttondynamic2, 
.buttondynamic2:active, 
.buttondynamic2:hover, 
.buttondynamic2:focus {
    padding: 2px 2px;
    font-size: 12px;
    margin: 0px auto;
    cursor: pointer;
}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */


@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
    .site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
    .breadcrumb,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

    .format-image .entry-content .size-full {
		margin: 0;
	}


}