/*
	Theme Name: NRC Media Responsive
	Theme URL: http://www.nrcmedia.nl/
	Description: NRC Media responsive theme
	Author: Media Square | Martijn van Waardhuizen
	Date: 11-07-2014
	Version: 1.0
*/

/* @group Registering @font */

@font-face {
	font-family: 'custom';
	src: url('fonts/webfont.eot');
	src: local('☺'), 
	url('fonts/webfont.woff') format('woff'), 
	url('fonts/webfont.ttf') format('truetype'), 
	url('fonts/webfont.svg#webfont6rGBoMAO') format('svg');
	}
@font-face {
    font-family: 'LexiconBold';
    src: url('fonts/lexiconno1romanb-txt-webfont.eot')
    }
@font-face {
    font-family: 'LexiconBold';
    src: url(//web-archive.nli.org.il/National_Library/oe_///:) format('no404'), url('fonts/lexiconno1romanb-txt-webfont.woff') format('woff'), url('fonts/lexiconno1romanb-txt-webfont.ttf') format('truetype'), url('fonts/lexiconno1romanb-txt-webfont.svg#webfontdsR19xfj') format('svg');
    font-weight: normal;
    font-style: normal
    }

@font-face {
    font-family: 'Lexicon';
    src: url('fonts/lexiconno1romane-txt-webfont.eot')
    }
@font-face {
    font-family: 'Lexicon';
    src: url(//web-archive.nli.org.il/National_Library/oe_///:) format('no404'), url('fonts/lexiconno1romane-txt-webfont.woff') format('woff'), url('fonts/lexiconno1romane-txt-webfont.ttf') format('truetype'), url('fonts/lexiconno1romane-txt-webfont.svg#webfont8UOMm38Z') format('svg');
    font-weight: normal;
    font-style: normal
    }
/* @end */


/* @group Basic header */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
audio, canvas, video { display: inline-block; *display: inline;	*zoom: 1;}
audio:not([controls]) {	display: none;}
[hidden] { display: none; }
* { margin:0; padding:0;} 
html, 
body { 
    height: 100%; 
    width:100%; 
}

body {
    background-color: #f5f5f5;
    font: normal normal normal 12px/1.6 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


fieldset {border: 0;margin: 0;padding: 0;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 15px;
    font-weight: normal;
}

h1{
    font-size: 30px;
    line-height: 34px;
}

h2{
    font-size:16px;
    line-height: 20px;
}

h3{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}


a {
    color: #a6b0b9;
    text-decoration: none;
    -webkit-tap-highlight-color: #a6b0b9;
}

p a {
    color: #039;
}

h2 a,
h3 a {
    color: #000;
}

h2 a:hover,
h3 a:hover {
    color: #000;
}

.align-right{
    text-align:right;
}

a:hover {
    text-decoration: underline;
}

a:hover, a:active {
    outline: none;
    outline: 0;
    text-decoration: underline;
}

p {
    color: #242424;
    margin: 0 0 15px;
}



.facts p {
    font-size: 12px;
    line-height: 15px;
}
	
.facts h3 {
    border-top: #ccc 1px solid;
    margin-bottom: 5px;
    padding-top: 5px;
}
			

img{
    border:0;
}

img.responsive,
.bucket img{ 
    width:100%;
    height:auto;
}

hr{
    border: 0;
    width: 100%;
    background-color: #ccc;
    height: 1px;
    margin-bottom: 5px;
}
.clear{ clear:both;}
.clearfix:before, .clearfix:after {content: ""; display: table;	}
.clearfix:after { clear: both; }
.clearfix {zoom: 1; }

.float-left	{ float:left;}
.float-right	{ float:right;}

.hidden{
    display:none !important;
}


div#sb-site{
    background-color:white;
    margin: 0 auto;
    padding-top:24px;
}

div.float-left {
    float: left;
}

div.float-right {
    float: right;
}

input.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
a.button{
    transition-property: all;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
    font-weight: bold;
    text-decoration: none;
    white-space:nowrap;
    color: #fff;
    min-width: 30px;
    padding: 5px 10px;
    margin: 0 10px 5px 0;
    border-radius: 12px;
    border:0;
    position: relative; /* PIE Hack */
    behavior: url(/National_Library/oe_/https://www.nrcmedia.nl/wp-content/themes/nrc-media-responsive/scripts/PIE.htc);
    cursor:pointer;
}

a.button{
    line-height:36px;   
}

a.button span {
    font-weight: normal;
    padding-left: 6px;
}

a.button.grey {
    background-color: #252525;
}

a.button.grey:hover {
    background-color: #535353;
}

input.button.red,
button[type="submit"].red,
input[type="button"].red,
input[type="reset"].red,
input[type="submit"].red,
a.button.red {
    color:white;
    background-color: #d30910;
    -webkit-appearance: none;
}

input.button.red:hover,
button[type="submit"].red:hover,
input[type="button"].red:hover,
input[type="reset"].red:hover,
input[type="submit"].red:hover,
a.button.red:hover {
    background-color: #f3060e;
}


.actionButton{
    border-radius: 3px;
    position: relative;
    behavior: url(/National_Library/oe_/https://www.nrcmedia.nl/wp-content/themes/nrc-media-responsive/scripts/PIE.htc);
    cursor: pointer;
    line-height: 18px;
    padding: 6px 20px;
    margin: 0;
    margin-bottom: 8px;
}



.actionButton p{
    padding:0;
    margin:0;
}

.actionButton.red {
    background: #d2090f; /* url('images/icons/icon_redpdf.png') no-repeat 20px 50%; */
    color: #fff;
}

.actionButton.red a{
    color:#fff;
}

.actionButton.red.pdf{
    background: #d2090f url('images/icons/icon_redpdf.png') no-repeat 20px 50%;
    padding-left: 50px;
}

.actionButton.grey {
    background-color: #eeebe2; /* url('images/icons/icon_redpdf.png') no-repeat 20px 50%; */
    
}

.actionButton.grey a{
    color: #000;
}

.actionButton.grey.pdf {
    background: #eeebe2 url('images/icons/btn_insight_red.png') no-repeat 20px 50%;
    padding-left: 50px;
}    


.first{
	clear:both;
}


.bg-blue,
.bg-grey{
    background: #f1f1f1;
    border-radius: 5px;
}

.bg-greydient {
    background-color: #DFDFDF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#DFDFDF));
    background-image: -moz-linear-gradient(90deg, #DFDFDF, #F2F2F2 100.0%);
    background-image: -webkit-linear-gradient(90deg, #DFDFDF, #F2F2F2 100.0%); 
    background-image: -o-linear-gradient(90deg, #DFDFDF, #F2F2F2 100.0%); 
    background-image: -ms-linear-gradient(90deg, #DFDFDF, #F2F2F2 100.0%); 
    background-image: linear-gradient(90deg, #DFDFDF, #F2F2F2 100.0%);
    -pie-background: linear-gradient(#F2F2F2, #DFDFDF);
    position: relative; /* PIE Hack */
    behavior: url(/National_Library/oe_/https://www.nrcmedia.nl/wp-content/themes/nrc-media-responsive/scripts/PIE.htc);
 }

 .border-top-grey-1{
     border-top: 1px solid #ccc;
 }
.border-bottom-grey-1 {
    border-bottom: 1px solid #ccc;
}

h3.pdf2, a.pdf2, h3.pdf, a.pdf, a.pdfred {
    background: url('images/icons/icon-pdf.png') no-repeat 0 50%;
    display: block;
    height: 22px;
    padding: 5px 24px 0 30px;
}

.actionButton a{
    background:none;
    height: auto;
    padding: 0;
}

.one-third{
    width:33.3333333%;
    float:left;
}

.two-third{
    width:66.6666666%;
    float:left;
}

.one-fourth{
    width:25%;
    float:left;
}

.one-sixth{
    width:16.66666666666667%;
    float:left;
}

.one-half{
    width:50%;
    float:left;
}

div.block-title{
    border-bottom: 2px solid #000000;
    margin-bottom:12px;
}

div.download-pdf div.bg-grey{
    padding:10px;
    margin-bottom:10px;
}
.border-black-3 {
    border-top: 3px solid #242424;
    padding-top: 10px;
}

/* ======== Header ======= */	

div#sb-site{
    width:1000px;   
}

div.main-navigation,
header{
    width:940px;
    margin:0 auto;
    padding: 0 30px;
    background-color:#fff;
    height:70px;
}


div#content{
    width:940px;
    margin:0 auto;
    min-height:700px;
    position:relative;
}


header ul{
    list-style:none;
    margin:0;
}

header div#familieband{
    width:100%;
    background-color:#f5f5f5;
    height:30px;
    clear:both;
    margin-bottom:8px;
}

header div#familieband ul li{
    float:left;
    border-right: 2px solid #fff;
    padding-right: 10px;
}

header div#familieband ul li a {
    color: #666;
    font: 11px/30px Lexicon, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 0 15px;
    background: url('images/icons/chevron_off.png') no-repeat 95% 50%;
}

header div#international{
    float:right;
    margin: 4px 8px 0 0 ;
}

div#international-responsive{
    display:none;
}

header div#international img{
    padding-left:10px;
    vertical-align: middle;
}

header div#logo{
    float:left;
}

header div#logo img{
    width:220px;
}

header div#social-icons{
    margin-right:10px;
	 margin-top:36px; 
}

header div#social-icons ul {
    background-color:#f5f5f5;
    padding:5px 5px 3px 5px;
    
}
header div#social-icons ul li{
    display:inline;
    padding: 0 2px;
}
header div#social-icons ul {
    line-height:12px;
}

header div#login{
    float:right;
    margin-top:36px; 
}


div.main-navigation nav ul{
   list-style-type: none;
}

div.main-navigation nav > div > ul {
    border-radius:5px;
    width:100%;
    background: #333;
    background: -webkit-linear-gradient(top,  #222 0%,#000 100%);
    background: -moz-linear-gradient(top,  #222 0%, #000 100%);
    background: -ms-linear-gradient(top,  #222 0%,#000 100%);
    background: -o-linear-gradient(top,  #222 0%,#000 100%);
    background: linear-gradient(top,  #222 0%,#000 100%);
    background: linear-gradient(to bottom,  #222 0%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
    line-height: 35px;
    list-style-type: none;
    float: left;
    position: relative;
    margin:10px 0;
   
}


div.main-navigation nav > div > ul > li{
    float:left;
    width:16.666666667% !important;
    text-align:center;
    position:relative;
    border-bottom:0;
}

div.main-navigation nav > div > ul > li.menu-item-48,
div.main-navigation nav > div > ul > li.menu-item-8904,
div.main-navigation nav > div > ul > li.menu-item-8905{
    width:20%;
}


div.main-navigation nav > div > ul > li > a {
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255,255,255,.6);
}

div.main-navigation nav > div > ul > li:first-child > a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

div.main-navigation nav > div > ul > li:last-child > a{
    border-right:0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

div.main-navigation nav > div > ul > li a {
    display:block;
    text-decoration: none;
}

div.main-navigation nav > div > ul > li a:hover{
    text-decoration: none;
}

/* 2nd level navigation */
div.main-navigation nav > div > ul > li > ul {
    display:none;
    position:absolute;
    top:35px;
    background-color:#222;
    left:0;
    right:0;
    z-index:1000;
    padding-bottom:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.main-navigation nav > div > ul > li.hover > ul {
    display:block;
}    

div.main-navigation nav a{
    color: #fff;
    font: 13px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: 1px;
    text-shadow: 0 -1px 1px #333;
}

div.main-navigation nav a:hover{
    background-color:#000;
}


/* ======== Home styles ======= */

#home div.blog-list.two-colums h1 {
    font-size: 24px;
    margin-bottom: 8px;
}

#home div.blog-list.two-colums > div {
    margin-top: 10px;
}

#home div.blog-list.two-colums h2{
    margin-bottom: 0;
    background-color: #eee;
    color: black;
    padding: 10px 12px 8px 12px;
}


/* ======== Global styles ========= */


.block-title {
    width: 100%;
    text-align: right;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 5px 0;
}

.blog-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 28px;
    padding: 4px 0;
    margin: 4px 0;
}

.blog-meta div.auhtor {
    float: left;
    padding-top: 4px;
}

.blog-list.two-colums > div > div > h2 {
    color: black;
    height: 30px;
}

.radius.all{
    border-radius:5px;
}    

.radius.top{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.radius.bottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page-title {
    letter-spacing: 1px;
    margin-bottom: 20px
}

    .page-title a {
	padding: 0 5px;
	display: inline-block;
	text-decoration: none;
    }

    .page-title a:hover {
	color: #242424;
	background: #dce4e2;
	border-radius: 4px;
	position: relative; /* PIE Hack */
	behavior: url(/National_Library/oe_/https://www.nrcmedia.nl/wp-content/themes/nrc-media-responsive/scripts/PIE.htc);
    }
    div.page-title h1 {
	margin: 12px 0 0 0;
    }

.padding-20{
    padding:20px;
}

.padding-10{
    padding:10px;
}


.padding-10	    { padding:10px;}
.padding-10-horz    { padding:0 10px;}
.padding-10-vert    { padding:10px 0;}
.padding-10-left    { padding: 0 0 0 10px ;}
.padding-10-right   { padding: 0 10px 0 0 ;}

.padding-20	    { padding:20px;}
.padding-20-horz    { padding:0 20px;}
.padding-20-vert    { padding:20px 0;}
.padding-20-left    { padding: 0 0 0 20px ;}
.padding-20-right   { padding: 0 20px 0 0 ;}

.margin-10	{ margin:10px;}
.margin-10-horz	{ margin:0 10px;}
.margin-10-vert	{ margin:10px 0;}
.margin-10-left	{ margin: 0 0 0 10px ;}
.margin-10-right{ margin: 0 10px 0 0 ;}

.margin-20	    { margin:20px;}
.margin-20-horz	    { margin:0 20px;}
.margin-20-top	    { margin:20px 0 0 0;}
.margin-20-bottom   { margin: 0 0 20px 0;}
.margin-20-vert	    { margin:20px 0;}
.margin-20-left	    { margin: 0 0 0 20px ;}
.margin-20-right    { margin: 0 20px 0 0 ;}

ul#recent-posts-list {
    list-style-type: none;
}

ul#recent-posts-list li {
    border-top: 1px #ccc solid;
    margin: 0;
    padding: 6px 0;
}

ul#recent-posts-list li a {
    color: #242424;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 15px;
}





/* ======== Blog list items ========= */

.blog-list.two-colums > div{
    width:460px;
    float:left;
    margin: 30px 20px 30px 0;
}

.blog-list.two-colums > div.last{
    margin-right: 0px;
}

.blog-list.two-colums > div > div > h2{
   color: black;
   height:42px;
   margin-bottom:5px;
}



.blog-list.two-colums > div > div > h2 a{
    color: #000;
}


.blog-list div.read-more{
    text-align: right;
    margin-top:24px;
    
}

.blog-list div.read-more a{
    padding-left:20px;
    padding-right:20px;
}

/* ========= FOOTER ========== */

footer{ 
    background-color: #232020;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    color:#ccc;
    line-height: 15px;
    margin-top:20px;
}

footer h2{
    margin:15px 0 10px 0;
    line-height: 22px;
    font-size: 16px;
}

footer hr{
    background-color:#333;
}

footer a{
    color:#ccc;
    text-decoration:none;
}

footer a:hover{
    text-decoration:underline;
}

footer ul{
    list-style:none;
    margin:0;
}

footer ul li {
    padding-bottom: 8px;
}

footer div.column ul li{
    padding-right:8px
}

footer div.column.social a{
    padding: 5px 0 0 30px;
    line-height:22px;
}

footer div.column.social a.twitter {
    background: url('images/icons-social/twitter.png') no-repeat 0px 50%;
}
footer div.column.social a.facebook {
    background: url('images/icons-social/facebook.png') no-repeat 0px 50%;
}
footer div.column.social a.linkedin {
    background: url('images/icons-social/linkedin.png') no-repeat 0px 50%;
}

footer div#twitter-footer{
    background: url('images/icons/twitter-icon-white-trans.png') no-repeat 0 0;
    margin:24px 8px 12px 0;
    padding-left:24px;
}

footer div#twitter-footer a{
    color:#fff;
    font-weight:bold;
}

footer #footer-bottom{
    background-color:#000;
    text-align:right;
}    

footer #footer-bottom,
footer #footer-bottom a{
    color: #666;
}




/**
Over ride Social Share button plugig styles for custom styling
*/
div.ssb-share{
    float:right;
 }

    div.ssb-share a{
        padding:4px;
        height:20px !important;
        width:20px !important;
        background-color: white !important;
    }

    div.ssb-share a span.icon{
		background-color: #d30910;
        height:20px !important;
        width:20px !important;
    }

    div.ssb-share a span.count{
        margin:0 4px;
        width:20px !important;
    }
    div.ssb-share > span{
        float:left;
        padding: 4px 4px 0 0;
    }

    div.ssb-share.flat span.count{
        top: 8px !important;
    }
    div.ssb-share.flat a:hover > span.count{
        top: -12px !important;
    }
    
    div.pagination {
        float:left;
        margin:10px 0;
    }
    div.pagination a,
    div.pagination span.page-numbers.current   {
        color:black;
        background-color: #ccc;
        margin-right:8px;
        display:inline-block;
        padding:5px 10px ;
        text-decoration: none;
	margin-bottom:8px;
    }
    div.pagination a:hover,
    div.pagination span.page-numbers.current{
        background-color: #d30910;
        color:white;
    }
    
    div.abh_social.nrc{
        float:none;
        margin-left: 110px;
        text-align: left;
        margin-top:12px;
    }
    
    div.abh_social.nrc a{
        margin-right:8px !important;
    }

    

div.featured-page-image {
    margin-bottom: 24px;
}

div.specials-button{
    position: absolute; 
    right: 5px;
}
    

#vacatures{
    margin-bottom:24px;
}

#vacatures div.one-third{
    width:33.3333%;
    float:left;
    display:inline;
}


#vacatures div.vacature > div {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    border-radius: 4px;
    padding:8px;
    margin:8px;
}

#vacatures.span-4 div.wrapper{
    padding-top:12px;
    padding-bottom:12px;
}

#vacatures.span-4 div.wrapper div.vacature {
    
}

#vacatures div.vacature.last{
    margin-right:0;
}

#vacatures div.vacature h2.title {
    font-size: 14px;
    min-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 12px;
   }
   
   #vacatures.all div.vacature h2.title {
       min-height: 40px;
   
   }  

#vacatures .vacature span.type {
    font-size: 14px;
    color: black;
    margin: 0;
}

#vacatures .vacature span.read-more{
    float:right;
}

#vacatures .vacature a.button-bg-red{
    text-align: right;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* aspect ratio 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

div.case,
div.case-thumb{
    /* float:left; */
    margin-bottom:30px;
}


div.newsletter-container {
        
    }
    
    div.newsletter-container form{
        float:left;
        display:block;
        width:260px;
        margin-right:20px;
    }
    div.newsletter-container form input{
        width:240px;
        margin-bottom:20px !important;
        padding:5px;
    }
    
    div.newsletter-container form input[type="submit"]{
        width:256px;
    }
    
    div.newsletter-container img{
        
    }
    
    div.response{
        padding:10px 0;
        font-weight: bold;
    }
    
    div.response.error{
        color: #d30910;
    }
    
div#twitterTimeline > ul{
    margin: 12px 0 0 0;
    list-style: none;
}
div#twitterTimeline > ul > li{
    padding-top:8px;
    margin-bottom:8px;
    border-top:1px solid #ccc;
}

div#twitterTimeline > ul > li > a{
    color:#039 ;
}

#gmap {
    width: 100%;
    height: 360px;
}

#contact-text div.block-content h3{
    width: 140px;
    float: left;
    clear: both;
    margin: 0;
    line-height: 16px;
}
#contact-text div.block-content p{
    margin-left: 160px;
    line-height: 16px;
}


    
/* Specials en bijlages*/    

/* Filter Box*/
div#specials-en-bijlages-filter{
    min-height:30px;
}

div#specials-en-bijlages-filter div.date{
    width:22%;
}
div#specials-en-bijlages-filter div.title{
    width:56%;
}

div#specials-en-bijlages-filter label{
    font-weight: bold;
    padding-right:8px;
}

div#specials-en-bijlages-filter label.date{
    background: url('images/icons/icon-calendar.png') no-repeat;
    padding:2px 12px 18px 24px ;
    
    
}

div#specials-en-bijlages-filter select{
    padding:4px 8px;
}

a#specials-filter-reset{
    margin-left:20px;
}

div#specials-en-bijlages-filter div.reset  {
    display: inline;
}

div#specials-en-bijlages-filter div.reset a{
    line-height:24px;
}

/* Specials data grid */


div.specials-en-bijlages > div.item > div.left{
    float:left;
    padding-right:20px;
}

div.specials-en-bijlages > div.item > div.thumbnail{
    width:90px;
}

div.specials-en-bijlages > div.item > div.content{
    width:480px;
}

div.specials-en-bijlages > div.item > div.data{
    width:290px;
}

div.specials-en-bijlages > div.item > div.data table{
    width:100%;
}

div.specials-en-bijlages > div.item > div.data table tr{
    border-bottom: 1px solid #ccc;
}

div.specials-en-bijlages > div.item > div.data table td{
    padding:2px 0;
    
}

div.specials-en-bijlages > div.item > div.data table td:first-child{
    padding-right:20px;
    width:100px;
}

div.specials-en-bijlages > div.no-results{
    display:none;
}


.tarieven-toeslagen-left table,
.tarieven-toeslagen-right table{
    width:100% !important;
    margin-bottom:10px;
}

.tarieven-toeslagen-left table td,
.tarieven-toeslagen-right table td{
    vertical-align: top !important;
    width:auto !important;
    border-bottom: 1px solid #eee;
    padding:2px 4px 2px 0;
}
.tarieven-toeslagen-left table td p,
.tarieven-toeslagen-right table td p{
    margin-bottom:0;
}

#portfolio-editor img{
    width:100%;
    height:auto;
}

div.portfolio-item img{
    width:100%;
    height: auto;
}

div#featured-cases h3{
	margin-bottom:4px;
}

div#featured-cases img{
	width:100%;
	height:auto;
}

div#featured-cases  a.button  {
	margin: 0 0 10px 10px;
}


/* @group Cases */


#case-single ul {
	margin-left: 0;
	/* padding-left: 20px; */
	}

	#case-single div.image img{
	    width:100%;
	    height:auto;
	}	
	

#cases .case-text .case-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	}

#cases {
	
	}

#cases h3 {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	}

	div.case-text > div {
		margin: 0 10px;
	}

	#cases > div.case{
		border-top: 1px solid #ccc;
		padding-top:20px;
	}

	
#case-testimonials blockquote{	
    background-color: #a6b0b9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6b0b9), to(#dce4e2));
    background-image: -moz-linear-gradient(90deg, #dce4e2, #a6b0b9 100.0%);
    background-image: -webkit-linear-gradient(90deg, #dce4e2, #a6b0b9 100.0%); 
    background-image: -o-linear-gradient(90deg, #dce4e2, #a6b0b9 100.0%); 
    background-image: -ms-linear-gradient(90deg, #dce4e2, #a6b0b9 100.0%); 
    background-image: linear-gradient(90deg, #dce4e2, #a6b0b9 100.0%);
    -pie-background: linear-gradient(#a6b0b9, #dce4e2);
    position: relative; /* PIE Hack */
    behavior: url(/National_Library/oe_/https://www.nrcmedia.nl/wp-content/themes/nrc-media/scripts/PIE.htc);
    padding:20px;
    border-radius: 5px;
    margin-top:20px;
}


	
.case-image img {
	width: 100%;
	height: auto;
	}

.case-image img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
        
	position: relative; /* PIE Hack */
	behavior: url(/National_Library/oe_/https://www.nrcmedia.nl/wp-content/themes/nrc-media-responsive/scripts/PIE.htc);
	}

	#case-content{
	    margin-top:30px;
	}
	
#case-testimonials h2 {
	margin: 0;
	}

#case-testimonials h3 {
	border-bottom: 1px #242424 solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

#case-testimonials p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
	}	
	
	#othercases > h2{
		border-bottom: 1px #ccc solid;
		padding-bottom:4px;
	}	

	#featured-cases{
	    margin-top:20px;
	}	
	
#featured-cases	#cases:hover {
	}

.case-image img,
.featured-case .thumb img,
#featured-cases img {
	-moz-border-radius: 15px;
  	border-radius: 15px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  	position: relative; /* PIE Hack */
	behavior: url(/National_Library/oe_/https://www.nrcmedia.nl/wp-content/themes/nrc-media-responsive/scripts/PIE.htc);
	}
	
	div.featured-case{
	    float:left;
	    width:25%;
	}
	
	div.featured-case div.thumb{
	    margin:10px 20px 10px 0;
	}
	
	div.featured-case img{
	    width:100%;
	    height:auto;
	    
	}

	
	
#featured-cases h3 {
	font-size: 12px;
	margin-bottom: 5px;
	}

#featured-case-row .featured-case .thumb {
	
	}

#featured-case-row .featured-case:hover .text-block {
	background: #464646;
	}
	
#featured-case-row .text-block {
	position: absolute;
	bottom: -27px;
	width: 220px;
	height: 30px;
	}

#featured-case-row .text-block p {
	padding: 0 10px;
	line-height: 30px;
	}
.case-thumb img {
	width: 300px;
	height: auto;
	}
        
        .case-thumb img:hover{
            
        }        
/* @end */

