html {
	-webkit-font-smoothing: antialiased;
}

#top {
	background: url(../images/design/top.png) repeat-x;
	height: 155px;
	z-index: 2;
	position: relative;
}

#top h1 {
	margin: 0;
}

#top h1 a.logo {
	text-indent: -9999px;
	background: url(../images/design/logo-oude-tijdschriften.png) no-repeat;
	width: 364px;
	height: 106px;
	margin-top: 2px;
	display:inline-block;
}

@media (max-width:768px) {
	#top h1 a.logo {
		width: 80%;	
		background-size: contain;
		max-height: 80px;
	}
	
}

#top h2.logo-subline {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 0;
	font-weight: normal;
}

#header {
    height: 462px; 
    background: url(../images/design/header.jpg) no-repeat;
	background-size: cover;
    overflow: hidden;
    z-index: 1;
    margin-top: -16px;
    position: relative;
	background-position: center top;
	margin-left: -15px;
	margin-right: -15px;
}

.header-content {
	position: relative;
	height: 462px;
}

#zoekspecial {
	display: none;
	height: 84px;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 99;
	background: #e6e5e4 url(../images/design/zoekblok_bg.jpg) repeat;
	-webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.75);
}

#zoekspecial h3 {
	margin-top: 15px;
	margin-bottom:  5px;
	font-size: 28px;
}

@media(max-width:	970px) {
	#zoekspecial h3 {
		font-size: 22px;
	}
}

#zoekspecial p {
	font-size: 17px;
}

#zoekspecial .zoekformulier {
	float: left;
	margin: 13px 0 0 0;
}

#zoekspecial  .zoekformulier input.date {
	margin: 0;
    width: 278px;
    height: 58px;
    font-size: 42px;
    float: left;
    letter-spacing: 2px;
    line-height: 52px;
}

#zoekspecial  .zoekformulier a#zoekdatum {
    padding: 5px 0 0 0;
    height: 58px;
    width: 150px;
    font-size: 18px;
    line-height: 23px;
    background: #148a6d url(../images/design/zoekblok_heading_bg.jpg) repeat-x;
}

.zoekblok {
	background: #e6e5e4 url(../images/design/zoekblok_bg.jpg) repeat;
	width: 660px;
	height: 350px;
	right: 30px;
	bottom: -350px;
	position: absolute;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-box-shadow: 0px -5px 26px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -5px 26px -1px rgba(0,0,0,0.5);
	box-shadow: 0px -5px 26px -1px rgba(0,0,0,0.5);
	z-index: 4;
	}
	
.zoekblok .heading {
	background: #148a6d url(../images/design/zoekblok_heading_bg.jpg) repeat-x;
	height: 60px;
	display: inline-block;
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.zoekblok .heading h2 {
	padding-left: 15px;
	color: #fff;
	margin-top: 15px;
	text-shadow: 1px 1px 2px #000;
}

.zoekblok p {
	margin: 15px;
}
.zoekformulier {
	margin: 30px 0 0 40px;
}

.zoekformulier input.date {
	margin: 0;
    width: 378px;
    height: 78px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #b1b1b1;
    box-shadow: inset 0 0 0;
    border-right: none;
    background: #fff url(../images/design/zoek_input_bg.jpg);
    padding: 0 5px 0 30px;
    font-size: 60px;
    color: #4a4a4a;
    font-family: "Fjord One", serif;
    letter-spacing: 3px;
    float: left;
    cursor: pointer;
    line-height: 52px;
    outline: none;
}

.zoekformulier a#zoekdatum {
    margin: 0;
    padding: 8px 0 0 0;
    color: #fff;
    font-weight: bold;
    height: 78px;
    width: 200px;
    display: block;
    background: #5a1812 url(../images/design/zoek_button_bg.jpg) repeat;
    background: url(../images/design/zoek_button_bg.jpg) repeat, linear-gradient(#982a1e, #5a1812);
    float: left;
    border-radius: 0px 6px 6px 0px;
    border-left: none;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #333;
    box-shadow: inset 0 0 0;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}

@media (max-width:768px) {
	.zoekblok {
		width: 100%;
		right: 0;
	}
	
	.zoekblok .heading h2 {
		font-size: 20px;
		line-height: 54px;
		margin-top: 4px;
		padding: 0 0 0 10px;
	}
	
	.zoekblok .content p {
		font-size: 13px;
		line-height: 18px;
		margin: 10px;
	}
	
	.usp-holder {
		display: none;
	}
	
	.zoekformulier {
		margin: 0 10px;
	}
	
	.zoekformulier input.date {
		width: 100%;
		max-width: 300px;
		border-radius: 6px;
		border-right:  1px solid #b1b1b1;
		padding: 0 20px;
		font-size: 48px;
		line-height:48px;
		height: 60px;
		letter-spacing: 0;
	}
	
	.zoekformulier a#zoekdatum {
		border-radius: 6px;
		margin-top: 10px;
		margin-left: calc(50% - 100px);
		
	}
	
	#zoekspecial  {
		height: 76px;
	}
	
	#zoekspecial .container {
		padding: 0;
	}
	
	
	#zoekspecial  .zoekformulier input.date {
		margin: 0;
	    width: 175px;
	    height: 50px;
	    font-size: 34px;
	    padding: 5px;
	    line-height: 46px;
	    letter-spacing: 0;
	}
	
	#zoekspecial  .zoekformulier a#zoekdatum {
	    padding: 5px 0 0 0;
	    height: 50px;
	    width: 110px;
	    font-size: 14px;
	    line-height: 20px;
	    margin: 0 0 0 5px;
	    letter-spacing: 0;
	    background: #148a6d url(../images/design/zoekblok_heading_bg.jpg) repeat-x;
	}
}

.usp-holder {
	float: left;
	width: 100%;
    max-width: 546px;
    margin: 15px 0 0 55px;
}

.usp-holder ul {
	margin: 0;
	padding: 0;
}

.cadeautip {
	width: 250px;
	height: 140px;
	background: url(../images/design/body_bg.jpg) repeat;
	position: absolute;
	border-radius: 6px;
	-webkit-box-shadow: 0px -5px 26px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -5px 26px -1px rgba(0,0,0,0.5);
	box-shadow: 0px -5px 26px -1px rgba(0,0,0,0.5);
	right: 400px;
	bottom: 100px;
	text-align: center;
	-webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 3;
    opacity: 0;
}

.cadeautip h2 {
	display: block;
	background:  url(../images/design/cadeautip.png) no-repeat;
	text-indent: -9999px;
	width: 196px;
	height: 49px;
	margin: 10px 0 0 25px;
}

.cadeautip p {
	margin: 3px 10px 10px 10px;
	font-size: 15px;
}

#border {
	background: url(../images/design/body_border.png) repeat-x;
	position: relative;
	width: 100%;
	z-index: 2;
	height: 20px;
	margin-top: -20px;
}

#main {
	background: url(../images/design/body_bg.jpg) repeat;
	min-height: 1000px;
	margin: 0 -15px;
	padding-bottom: 30px;
}

#footer {
	background: url(../images/design/footer.jpg) repeat;
	min-height: 400px;
	box-shadow: inset 1px 4px 9px -6px;
	margin: 0 -15px;
}


h1,h2,h3 {
	font-family: "Fjord One";
	color: #51100a;
}

#footer h3 {
	color: #fff;
}

p {
	font-family: "Fjord One", serif;
	color: #2c2c2c;
	font-size: 15px;
	line-height: 24px;
}

img.img-b-1 {
	margin-top: -15px;
	margin-left: -25px;
	z-index: 5;
	position: relative;
}

img.img-b-2 {
	margin-top: -20px;
	position: relative;
	margin-left: -40px;
}

img.img-b-4 {
	margin-top:-80px;
	margin-left: -20px;
	position: relative;
}

@media(max-width:1170px) {
	img.img-b-1,
	img.img-b-2,
	img.img-b-3,
	img.img-b-4,
	img.img-b-5
	{
		max-width:100%;
		height: auto;	
	}
	
	img.img-b-1{
		margin-top: 30px;
	}
	
	img.img-b-2{
		margin-top: 30px;
	}
	
	img.img-b-4 {
		margin-top: 20px;
	}
}

@media(max-width:	970px) {
	img.img-b-2,
	img.img-b-4 {
		display: none;
	}
}


ul.tijdschriften-lijst {
	-webkit-column-count: 1; 
	-moz-column-count: 1;
	column-count: 1;
	margin: 30px 0 15px 0;
	padding: 0;
	list-style: none;
}

ul.tijdschriften-lijst li {
	padding: 3px;
	margin:8px 0;
}

ul.tijdschriften-lijst li:first-of-type {
	margin-top: 0;
}


@media(max-width: 640x) {
	
	ul.tijdschriften-lijst {
		-webkit-column-count: 2; 
		-moz-column-count: 2;
		column-count: 2;
	}

	
}

@media(min-width: 970px) {
	
	
	ul.tijdschriften-lijst li {
		margin: 10px 0;
		padding: 3px;
	}
	
	ul.tijdschriften-lijst {
	
		-webkit-column-count: 4; 
		-moz-column-count: 4;
		column-count: 4;
	}
	
	
}




ul.tijdschriften-lijst li a {
	color: #fff;
	font-family: Montserrat, sans-serif;
}

.subfooter {
	border-top:1px solid #5b5147;
	padding: 10px 0;
}

.subfooter p {
	color: #cab5a2;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	
	margin-bottom: 0;
}

.subfooter a {
	color: #cab5a2;
}

@media(min-width:960px) {
	.subfooter {
		padding:0;
	}
	
	.subfooter p {
		font-size: 11px;
		line-height: 50px;
	}
}


/* --- DATAPICKER ---*/
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width:410px;
    padding: 10px;
    display: none;
    z-index: 100;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 8px 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: 28px;
    height: 28px;
    top:8px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}


.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 30px;
    line-height: 28px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-weight: bold;
    padding: 6px 0;
    height:28px;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;

}

.ui-datepicker select.ui-datepicker-month {
    width: 52%;
    margin-right: 10px;
    border:1px solid #333;
}

.ui-datepicker select.ui-datepicker-year {
    width: 36%;
    border:1px solid #333;
}

.ui-datepicker table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin: 0 0 3px 3px;
}

.ui-datepicker th {
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    color: #4a4a4a;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 5px 3px;
    text-align: right;
    text-decoration: none;
    font-size: 12px;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* Component containers
----------------------------------*/
.ui-widget-content {
    border: 1px solid #aaa;
    background: #eee;
    border-top: none;
}

.ui-widget-header {
    border: 1px solid #2e2110;
    background: #51100a;
    color: #4a4a4a;
    font-weight: bold;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 6px;
}


/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}


/* --- Icons --- */

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/design/ui/ui-icons_ffffff_256x240.png);
    top:4px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    cursor: pointer;
}

/* positioning */
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #4a4a4a;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #4a4a4a;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
    border: 1px solid #8e2030;
    font-weight: bold;
    color: #8e2030;
}


.ui-widget-header .ui-state-hover {
    background: #1d0e0a;
    border: none;
}


.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #bc2426;
    background: #fff;
    font-weight: bold;
    color: #bc2426;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #bc2426;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #bc2426;
    background: #f9f7f3;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}


.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}
