/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic);


/* TYPOGRAPHY */
html, body { -webkit-font-smoothing: antialiased;}
body { font-size: 1.4rem; } /* =14px */
h1   { font-size: 3.6rem; } /* =36px */
h2   { font-size: 2.8rem; } /* =28px */
h3   { font-size: 2.4rem; } /* =24px */
h4   { font-size: 2.1rem; } /* =21px */
h5   { font-size: 1.6rem; } /* =16px */
h6   { font-size: 1.4rem; } /* =14px */

@media (min-width: 100px) {
	html { 
		font-size: 70%; 
		word-wrap:break-word;
	} 
	h1   { font-size: 2.4rem; } 
	h2   { font-size: 2.1rem; } 
	h3   { font-size: 2.0rem; } 
	#footer p{
		font-size: 1.2rem;
	}
	#footer h6{
		font-size: 1.2rem;
	}
	
	.module-abo h4, 
	.module-ad h4{
		
		line-height: 20px ;
		margin:0;
		background: #FFF;
		text-align: center;
		background: #FFF;
		text-transform: uppercase;
		padding: 5px;
		min-height: 35px;
		
	}
	.sidebar-module h4{
		font-size: 1.4rem;
	}
	.btn{
		white-space: normal !important;
	}
	
}

@media (min-width: 768px) {
	
	html { font-size: 62.5%; } 
	
	#footer p{
		font-size: 1.4rem;
	}
	#footer h6{
		font-size: 1.4rem;
	}
	.sidebar-module h4{
		font-size: 1.8rem;
	}	
	
	
}


@media (min-width: 800px) {
	body { font-size: 1.4rem; } /* =14px */
	h1   { font-size: 3.6rem; } /* =36px */
	h2   { font-size: 2.8rem; } /* =28px */
	h3   { font-size: 2.4rem; } /* =24px */
	
	.module-abo h4, .module-ad h4{
		text-align: center;
		background: #FFF;
		text-transform: uppercase;
		margin:0;
		min-height: 35px;
		line-height: 35px;
		
	}
	.sidebar-module h4{
		font-size: 2.1rem;
	}

}


h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: normal;
}
strong {
	font-weight:400;
}
em{
	font-weight: 400;
	font-style: italic;
}
p{
	font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size:1.4rem;
}
body {
	font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color:#000000;
}

.sidebar-module{
	position: relative;
}
.sidebar-module p{
	margin:10px 0 10px 0;
	padding:0 15px 0 15px;
}
p a, a{
	color:#DE0000;
	text-decoration: none;
}
p a:hover, a:hover{
	color:#000;
	text-decoration:underline;
}
#footer p a{
	color:#000;
}
a.btn-hart{
	background: #de0000;
	color:#FFF;
	text-decoration: none;
	border-radius:0;
	font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-style: italic;
}

a.btn-hart:hover{
	background: #000000;
	color:#FFF;
}
a.btn-regular{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    margin: 20px 0;
    text-transform: uppercase;
}
a.btn-regular:hover{
	background-color: #FFF;
	border: 1px solid #000000;
}
a.btn-regular:focus,
a.btn-regular:active
{
	outline:0;
	box-shadow:none !important;
}

button.btn-submit{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    margin: 20px 0;
    text-transform: uppercase;
}
button.btn-submit:hover{
	background-color: #FFF;
	border: 1px solid #000000;
}
button.btn-submit:focus,
button.btn-submit:active
{
	outline:0;
	box-shadow:none !important;
}


article.post h1,
article.post h2,
article.post h3,
article.post h4,
article.post h5,
article.post h6{
	text-transform: uppercase;
	word-wrap: break-word;
}


.text-uppercase{
	text-transform: uppercase;
}
.page-wrapper h1{
	margin-top: -10px;
	text-transform: uppercase;
	margin-bottom:47px;
}
body.agenda-single h3.text-uppercase{
	margin-top:0;
	text-transform: uppercase;
	
}
body.agenda-single h5.text-uppercase{
	text-transform: uppercase;

}
/* BODY */
body {
	background: url(../img/bg-page.png);
}
html, body{
	height: 100%;
}




/* HEADER */
.page-header {
    border-bottom: 1px solid #000;
    margin: 10px 0 0 0;
    padding-bottom: 20px;
    position: relative;
}
.no-padding-left{
	padding-left:0;
}
.no-padding-right{
	padding-right:0;
}
.langsel{

}
#lang{
	list-style-type: none;
	margin:0;
	padding: 0;
	/*background-color: #000;*/
	text-align: center;
	/*width:212px;*/
	float:left;
}
#lang li{
	display: inline;
	background: url("../img/svg/diamond.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	padding-left:5px;
}
#lang li a{
	color:#000;
	padding: 5px;
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
}
#lang li.active a{
	color:#DE0000;
	
}

/* HEADER BANNER STUFF + LOGO */

.header-banner-leaderboard{
		margin:16px 0 0 0;
		text-align: right;
	}


.header-banner-leaderboard img{
	display:  inline;
}


@media (min-width: 100px) {
  
  .header-logo {
	    display: block;
	    float: none !important;
	    margin: 0 auto;
	    text-align: center;
	    width: 50%;
	    padding:0;
	    text-align: center;
	}
	.header-logo img{
		display:  inline;
		float: none;
	}
	.header-banner-leaderboard {
	    display: block !important;
	    float: none !important;
	    margin: 16px 0 0;
	    padding: 0;
	    text-align: center;
	    width: 100%;
	}

}

@media (min-width: 768px) {
  
  .header-logo {
	    display: block;
	    float: left !important;
	    margin: 0;
	    text-align: left;
	    width: 25%;
	    padding-left:0;
	    padding-right: 15px;
	}
	.header-banner-leaderboard {
	    display: block ;
	    float: left !important;
	    
	    padding-left:15px;
	    padding-right: 0px;
	    
	    text-align: right;
	    width: 75%;
	    margin:16px 0 0 0;
	}
	.header-logo img{
		display:  inline;
		float: left;
	}

}



/* MAIN NAV MENU */
.navbar-toggle {
    background-color: #FFF;
    background-image: none;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    float: right;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
    
    
}
.navbar-toggle{
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
	text-transform: uppercase;
	font-size: 1.6rem;
	
}

.navbar {
    border-radius: 0px;
}
.navbar-collapse {
    /*border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    */
    padding-left: 0px;
    padding-right: 0px;
}

.nav-justified > li > a {
    color:#000;
	 
}
.nav > li > a:hover, .nav > li > a:focus{
    color:#de0000;
	background-color: transparent !important;	 
}
.nav-justified > li.active > a {
    color:#de0000;
}
.nav-justified li a {
    font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: normal;
    
    text-transform: uppercase;	 
}

.navbar {
    min-height: 10px;
}

#hart-mainnav-container{
	border-bottom: 1px solid #000;
}



#hart-mainnav{
	border-bottom: 2px solid #000;
	margin:0 0 2px 0;
}
#hart-mainnav > li {
	background: url(../img/svg/diamond.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#hart-mainnav > li:last-child a{
	background: url(../img/svg/diamond.svg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#hart-mainnav > li > a {
    
    padding: 1px 15px 4px;
   
}

@media (min-width: 100px) {
  
  .nav-justified > li {
    	display:block !important;
    	width: auto !important;
	}
	.nav-justified > li > a{
    	text-align: left;
    	font-size: 1.6rem;
	}
	
	#hart-mainnav > li:last-child a{
		background: none;
		background-position: 100% 50%;
		background-repeat: no-repeat;
	}
}


@media (min-width: 768px) {
  
  .nav-justified > li {
    	display:inline-block !important;
    	width: auto;
	}
	.nav-justified > li > a{
    	text-align: left;
    	font-size: 1.8rem;
	}
	#hart-mainnav > li:last-child a{
		background: url(../img/svg/diamond.svg);
		background-position: 100% 50%;
		background-repeat: no-repeat;
	}
	
 
	
}

@media (min-width: 992px) {
	
	 .nav-justified > li {
	  	display:  table-cell !important;
	  	width: 1% !important;
  		text-align: center;
	  	}
	.nav-justified > li > a {
    	text-align: center;
    	font-size: 2.4rem;
	}	
}



/* SUBNAV SIDEBAR */
.nav-pills > li > a {
    border-radius: 0px;
}
#hart-subnav > li > a {
    
    padding: 7px 0px;
   
}
#hart-subnav li a{
	color:#000;

	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
    /*background: url("../img/svg/diamond.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);*/
}
@media (min-width: 100px) {
	
	#hart-subnav li a{
	
	 font-size: 1.4rem;
	
	}
}

@media (min-width: 768px) {
	
	#hart-subnav li a{
	
	 font-size: 1.6rem;
	
	}
}
@media (min-width: 992px) {
	
	#hart-subnav li a{
	
	 font-size: 2.1rem;
	
	}
}


#hart-subnav li a.news{
	border-top:2px solid #dfdfdf;
}
#hart-subnav li a.news:hover, 
#hart-subnav li.active a.news{
	color:#696969;
	/*background: url("../img/svg/diamond-news.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);*/
}

#hart-subnav li a.expo{
	border-top:2px solid #c5d4d9;
}
#hart-subnav li a.expo:hover,
#hart-subnav li.active a.expo{
	color:#4e879a;
	/*background: url("../img/svg/diamond-expo.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);*/
}


#hart-subnav li a.interview{
	border-top:2px solid #cebdc7;
}
#hart-subnav li a.interview:hover,
#hart-subnav li.active a.interview{
	color:#a38597;
	/*background: url("../img/svg/diamond-interview.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);*/
}


#hart-subnav li a.opinion{
	border-top:2px solid #cbbed6;
}
#hart-subnav li a.opinion:hover,
#hart-subnav li.active a.opinion{
	color:#a58eb9;
	/*background: url("../img/svg/diamond-opinion.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);*/
}

/*
#hart-subnav li a.recension{
	border-top:2px solid #e0d2c3;
}
#hart-subnav li a.recension:hover,
#hart-subnav li.active a.recension{
	color: #ab855d;
	
}
*/
#hart-subnav li a.events{
	border-top:2px solid #e0d2c3;
}
#hart-subnav li a.events:hover,
#hart-subnav li.active a.events{
	color: #ab855d;
}


#hart-subnav li a.live{
	border-top:2px solid #d9dbc6;
}
#hart-subnav li a.live:hover,
#hart-subnav li.active a.live{
	color: #adb468;
	/*background: url("../img/svg/diamond-live.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);*/
}


#hart-subnav li a.international{
	border-top:2px solid #c4dfdb;
}
#hart-subnav li a.international:hover,
#hart-subnav li.active a.international{
	color: #9ec5bf;
	
}

#hart-subnav.nav-pills > li.active > a, 
#hart-subnav.nav-pills > li.active > a:hover, 
#hart-subnav.nav-pills > li.active > a:focus {
    background-color: transparent;
}




/* LAY OUT */
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-60{
	margin-top:60px;
}
.margin-top-80{
	margin-top:80px !important;
}
.no-topmargin{
	margin-top:0;
}
.sidebar-divider-bottom{
	height: 3px;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
}
.sidebar-divider-top{
	height: 3px;
	border-top:1px solid #000;
	border-bottom:2px solid #000;
}
.sidebar{
	padding-right: 0px;
}
.page-wrapper{
	padding-left: 30px;	
}
.article-wrapper {
    padding-left: 30px;
}
.sidebar-info
{
	margin-top:20px;
}
 body.advert .sidebar-info:first-child{
	margin-top:0px;
}


body.abo .sidebar-info:first-child{
	margin-top:0px;
}

.demian-logo{
	margin:0 0 10px 0;
}

.hart-cover{
	/*position: absolute;
	top:0;
	left: 0;
	*/
	background: transparent;
	color:#000;
	width: 100%;
	text-align:center;
	
}
.hart-cover h4{
	background: transparent !important;
	border:2px solid #000;
	margin:0 0 10px 0;	
}


/* FORMS */
.sidebar-module .form-control, body.search .row .form-control, body.order .form-control {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-right: 0px;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 1.4rem;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

body.order .form-control {
    border-right: 1px solid #000 !important;
    
}



.sidebar-module .form-control:focus,  body.search .row .form-control:focus{
	border-color: #000;
	box-shadow: none;
	background: #FFF;
}
.sidebar-module button.btn-hartsearch, body.search .row .input-group-btn button.btn-hartsearch{
	height: 34px;
	width: 34px;
	background-color: transparent;
	border: 1px solid #000;
    border-radius: 0;
    border-left:0px;
    background: url("../img/svg/icon-search.svg") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    outline:none;
}


form#agenda label{
	display:block;
	background: url("../img/svg/diamond.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	padding-left: 10px;
	text-transform: uppercase;
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
    font-size: 1.6rem;
}

form#agenda button.btn-regular,
form#order-advert button.btn-regular,
form#order-abo button.btn-regular{
	background: transparent;
	border-radius: 0;
	border: 1px solid #000;
	color:#000;
	display:block;
	text-transform:uppercase;
	margin:20px 0;
}
form#agenda button.btn-regular:hover,
form#agenda button.btn-regular:active,
form#agenda button.btn-regular:focus,
form#order-advert button.btn-regular:hover,
form#order-advert button.btn-regular:active,
form#order-advert button.btn-regular:focus,
form#order-abo button.btn-regular:hover,
form#order-abo button.btn-regular:active,
form#order-abo button.btn-regular:focus
{
	background: #FFF;
	box-shadow: none !important;
	outline:0;

}
form#agenda .form-control,
form#order-advert .form-control,
form#order-abo .form-control
 {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 1.4rem;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: none;
    width: 100%;
}
form#agenda input {
	width:100%
}
form#agenda select.day,
form#agenda select.month,
form#agenda select.year{
	display: inline-block;
    padding: 6px 9px;
    width: auto;
    -webkit-appearance: none;
    background: transparent;
}

input[placeholder] {
	color: #000;
   font-style:italic;
}
input::-webkit-input-placeholder
 {
   color: #000 !important;
   font-style:italic;
}
input:-moz-placeholder
 {
   color: #000 !important;
   font-style:italic;
}
input::-moz-placeholder
 {
   color: #000 !important;
   font-style:italic;
}
input:-ms-input-placeholder
 {
   color: #000 !important;
   font-style:italic;
}

select.day{
	
}

form#order-advert select.hart-edition{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 6px 9px;
    width: 95%;
    margin-left: 15px;
}

form#order-advert label,
form#order-abo label {
    display: inline-block;
    font-weight: 100;
    margin-bottom: 0;
}
form#order-advert h4,
form#order-abo h4{
	margin-top: 30px;
}

form#order-advert .has-error .form-control,
form#order-abo .has-error .form-control {
    border-color: #DE0000;
    border: 2px solid #DE0000;
    border-right: 2px solid #DE0000 !important;
    box-shadow: none !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #DE0000;
}

form#order-advert .alert-info,
form#order-abo .alert-info{
	border-radius: 0;
	background: #DFDFDF;
	border: none !important;
	color: #000;
}
p.alert-info{
    background: none repeat scroll 0 0 #DFDFDF;
    border: medium none !important;
    border-radius: 0;
    color: #000000;
}




/* GENERAL */
img.link-arrow{
	display:inline !important;
	margin: 0 5px 0 0;
}

@media (min-width: 100px) {
	a.btn .link-arrow{
		height: 1rem;
	}
	
}
@media (min-width: 992px) {
	a.btn .link-arrow{
		height: 1.4rem;
	}
	
}
a.btn .link-arrow {
    
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
}

a img.link-arrow {
    height: 1.2rem;
    margin: 0 5px 0 0;
}

.pagination {
    border-radius: 0px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
    font-weight: 400;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
   
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
   
}
.pagination > li > a, 
.pagination > li > span 
{
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-color: transparent;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover
{
    background-color: transparent;
    border:1px solid #e1e1e1;
    color: #999999;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: transparent;
    border:1px solid #e1e1e1;
    border-color: #e1e1e1;
    color: #999999;
    cursor: default;
    z-index: 2;
}

.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #999999;
    cursor: not-allowed;
}



.loadmoreposts{
	background: #FFF;
	text-align: center;
	margin-left:30px;
	margin-right: 15px;
	padding:10px 0;
}
.loadmoreposts a{
	color:#000;
	text-transform:uppercase;
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
	font-size: 2.1rem;
	
}
.loadmoreposts a:hover{
	color:#DE0000;
	text-decoration: none;
	
}
.textlink-mailto{
	color:#DE0000;
}

table.advert{
	border: 1px solid #dfdfdf;
	font-weight: 100;
	font-size:1.4rem;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFFFFF;
}

.table > thead > tr > th {
    border-bottom: none !important;
    background: #bbbbbb;
    color:#FFF;
    text-transform:uppercase;
    font-weight:100;
    vertical-align: bottom;
}
.nav-tabs {
    border-bottom: 1px solid #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #000 #000 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000;
    cursor: default;
}
.nav-tabs > li > a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.nav-tabs > li > a:hover {
    border-color: #000 !important;
}
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-danger {
    background-color: transparent;
    border: 1px solid #DE0000;
    border-color: #DE0000;
    color: #DE0000;
}


label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
}

/* GOOGLE MAP */

#gmap-info{
	width:250px;
	height:150px;
}
#gmap-info h3{
	margin-bottom: 0;	
}
#gmap-info p{
	margin-top: 0;
	
}

#map{
	width:100%;
	height: 500px;
	margin:20px 0;
}

/* CALENDAR */

.calendar, 
.datepicker{
    background: transparent;
    border-radius: 0;
    border: none;
    font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
}
.datepicker-inline,
.datepicker-days table,
.datepicker-months table,
.datepicker-years table{
    width: 100% !important;
}

.calendar .table {
    margin-bottom: 0px;
}
.calendar .header,
.datepicker .datepicker-days table.table-condensed thead tr:first-child,
.datepicker .datepicker-months table.table-condensed thead tr:first-child,
.datepicker .datepicker-years table.table-condensed thead tr:first-child,
.datepicker-switch
 {
    padding: 10px 0;
    text-transform: uppercase;
    background-color: #FFF;
    font-weight: normal;
    color:#000;
    font-size:2.1rem;
}
.datepicker table tr td, .datepicker table tr th {
    border: medium none;
    border-radius: 0px;
    height: 30px;
    text-align: center;
    width: 30px;
}
th.dow{
	background: #000;
	color:#FFF;
	text-transform: uppercase;
	font-weight: normal;
}

.datepicker table thead th.datepicker-switch:hover,
.datepicker table thead th.prev:hover,
.datepicker table thead th.next:hover
{
	background: #DE0000;
	color:#FFF;
}

.datepicker .event-range {
    /*background: none repeat scroll 0 0 rgba(255,255,255,0.7) !important;*/
}
.datepicker .event-start {
    background: none repeat scroll 0 0 #DE0000;
    color: #FFFFFF;
    font-weight: normal;
}
.datepicker table tr td span:hover{
	 background: none repeat scroll 0 0 #DE0000;
}

/*DATEPICKER agenda page > dropdown */
.datepicker.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #333333;
    display: none;
    float: left;
    font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
    font-size: 1.4rem;
    left: 0;
    line-height: 1.42857;
    list-style: none outside none;
    min-width: 160px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.datepicker-dropdown:before {
    border-color: -moz-use-text-color rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: none;
    border-width: none !important;
    content: "";
    display: inline-block;
    position: absolute;
}

.datepicker-dropdown:after {
    border-color: transparent !important;
    border-style: none ;
    border-width: none !important;
    content: "";
    display: inline-block;
    position: absolute;
}
body.agenda .dropdown-menu {
    margin:0;
    padding: 0;
}
.datepicker table tr td.today, 
.datepicker table tr td.today:hover, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover {
    background-color: #DE0000;
    border-color: #DE0000;
    color: #FFF;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover{
	background: #DE0000;
	color:#FFF;
}
.datepicker table tr td.active:hover, 
.datepicker table tr td.active:hover:hover, 
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active.disabled:hover:hover, 
.datepicker table tr td.active:focus, 
.datepicker table tr td.active:hover:focus, 
.datepicker table tr td.active.disabled:focus, 
.datepicker table tr td.active.disabled:hover:focus, 
.datepicker table tr td.active:active, 
.datepicker table tr td.active:hover:active, 
.datepicker table tr td.active.disabled:active, 
.datepicker table tr td.active.disabled:hover:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.active:hover, 
.datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled.active:hover, 
.open .dropdown-toggle.datepicker table tr td.active, 
.open .dropdown-toggle.datepicker table tr td.active:hover, 
.open .dropdown-toggle.datepicker table tr td.active.disabled, 
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
}

/* OLD CALENDAR ? */

.calendar i{
	width:11px;
	height: 10px;
	display:block;
	position:relative;
	top:-2px;
}
.calendar i.icon-arrow-right{
	background-image: url(../img/svg/arrow-link-black.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right:5px;
	cursor: pointer;
}
.calendar i.icon-arrow-left{
	background-image: url(../img/svg/arrow-link-black-previous.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left:5px;
	cursor: pointer;
}
.calendar a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    /*font-size: 1.6rem;*/
    width: 100%;
    height: 100%;
    display: block;
}
.calendar a:hover {
   background-color: rgba(255,255,255,0.75);
   
}

.calendar .year {
    font-weight: 500;
    text-align: center;
    width:80%;
}

.calendar .week_days td {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
}

@media (min-width: 100px) {
	
	.calendar .header {
	    
	    font-size:1.4rem;
	    
	}
	
	.calendar a {
		font-size:1rem;
	}
  
	.calendar-hart .table > thead > tr > th, 
	.calendar-hart .table > tbody > tr > th, 
	.calendar-hart .table > tfoot > tr > th, 
	.calendar-hart .table > thead > tr > td, 
	.calendar-hart .table > tbody > tr > td, 
	.calendar-hart .table > tfoot > tr > td {
	    border-top: none !important;
	    line-height: 1.42857;
	    padding: 8px 0px;
	    vertical-align: top;
	    font-size:1rem;
	}

}


@media (min-width: 768px) {
	
	.calendar .header {
	    
	    font-size:2.1rem;
	    
	}
	
	.calendar a {
		font-size:1.6rem;
	}
  
	.calendar-hart .table > thead > tr > th, 
	.calendar-hart .table > tbody > tr > th, 
	.calendar-hart .table > tfoot > tr > th, 
	.calendar-hart .table > thead > tr > td, 
	.calendar-hart .table > tbody > tr > td, 
	.calendar-hart .table > tfoot > tr > td {
	    border-top: none !important;
	    line-height: 1.42857;
	    padding: 8px 0;
	    vertical-align: top;
	    font-size:1.4rem;
	}

}




/* BANNERS */
.banner-content img{
	width:100%;
}

#banner-carousel .carousel-inner > .item > img, #banner-carousel .carousel-inner > .item > a > img{
	display:inline-block;
	width: 150px !important;
	height: 75px !important;
}
#banner-carousel .carousel-inner > .item {
	width: 100% !important;
	text-align: center;
}
.banners-small .banner-button,
.small-button{
	text-align: center;
	margin: 10px 0;

}

.small-button img{
	display:inline;
}


/* ARTICLES BLOG POSTS HOMEPAGE AND CATEGORY PAGES*/
.date-published{
	font-size: 1.2rem;
	margin-bottom:10px;	
	display:block;
	font-weight: 400;
}
article.post{
	padding: 15px 15px 25px 15px;
}
article.post h3{
	margin-top:10px;
	margin-bottom: 5px;
}
article ul.post-meta{
	margin:0;
	padding:0;
	list-style: inside;
	list-style-type: none;
}
article ul.post-meta li{
	padding:0;
	/*
	background-image: url(../img/svg/diamond.svg);
	background-repeat: no-repeat ;
	background-position: 0 50%;
	*/
	
	display: inline;
	padding: 0 8px 0 0;
	text-transform: capitalize;
	/*font-style: italic;*/	
	color:#000;
}

article ul.post-meta li a{
	color:#000;
	/*font-style: italic;
	text-transform: capitalize;*/
	/*background: rgba(255,255,255,0.5);*/

}

article ul.post-meta li a:hover{
	text-decoration: underline;
}
article h1{
	margin: 15px 0 10px 0;
}
article.post figcaption,
figcaption{
	font-size: 1.1rem;	
	font-weight: 400;
	font-style: italic;
	margin: 4px 0 10px 0;
	opacity: 0.5;
	
}
article p{
	margin:20px 0;
}
article .post-practical p {
    margin: 0 0 10px 0;
}
article.article-single p a,
article.article-single a
{
	color: #000;
	text-decoration: underline;
}
article.article-single p a:hover,
article.article-single a:hover{
	color: #DE0000;
	text-decoration: underline;
}

article.post .img-responsive{
	width:100% !important;
}
article.post a.read-more{
	color:#000;
	text-decoration: none;
	font-style: italic;
}
article.post a.read-more:hover{

	text-decoration: underline;
	
}
article.post a.post-title{
	color:#000;
	text-decoration: none;
}

article.post a.post-title:hover{
	opacity: 0.5;
}

article.article-single .post-practical{
	/*margin: 20px 0 0 0;*/
}

figure.img-single a.thumbnail{
	margin: 0;
	padding:0;
}


/* PACKERY SIZES */
#packery-container {
	/*
	margin: -15px;
	padding:0;
	*/
	margin-left: 15px;
}


#packery-container .gutter-sizer{
	/*width: 30px;*/
	width: 0px;
}
@media (min-width: 100px) {
	
	#packery-container .grid-sizer{
		
		width: 50%;
	}
	
	.item-packery.w2 {
	    width: 50%;
	}
	.item-packery {
	    float: left;
    	padding-left: 15px;
		padding-bottom: 30px;
		padding-right: 10px;
	    width: 50%;
	}	
}


@media (min-width: 992px){
	
	#packery-container .grid-sizer{
		
		width: 33%;
	}
	
	.item-packery{
		float:left;
		/*margin:15px;*/
		width: 33%;
		padding-left: 15px;
		padding-bottom: 30px;
		padding-right: 5px;
	}
	
	.item-packery.w2{
		width: 65.6%;
	}
	
}

.stamp2{
		right: 0;
		top:250px;
		padding-right:15px;
		padding-bottom: 30px;
		padding-left: 15px;
	}


.stamp2.sticky{
		right: 0 !important;
		top:0 !important;
		padding-right:15px;
		padding-bottom: 30px;
		padding-left: 15px;
	}

.stamp{
		right: 0;
		top:0;
		padding-right:15px;
		padding-bottom: 30px;
		padding-left: 15px;
	}


.stamp.sticky{
		left: 0 !important;
		top:0 !important;
		padding-right:15px;
		padding-bottom: 30px;
		padding-left: 15px;
	}

/* HART VOORAF STAMP */
.stamp.hartvooraf {
	/*top:280px;*/
	top:0px;
}
.stamp.hartvooraf article.post{
	padding: 0 0 15px 0;
}
.stamp.hartvooraf article.post header{
	background:#DE0000;
	padding:15px;
	color:#FFF;
}
.stamp.hartvooraf article.post p{
	padding:0 15px;
	
}
.stamp.hartvooraf article.post a.read-more {
    margin-bottom: 25px;
}

.stamp.hartvooraf article.post a.post-title {
    color: #FFF;
    
}
.stamp.hartvooraf article.post h3  {
    text-align: center;
    margin: 0;
}





.buy-hart hr.sidebar-divider-bottom{
	margin-top:0!important;
}
.buy-hart img.img-responsive{
	width:100%;
}


 
/* BG COLORS ARTICLES */
.bg-news, .category-16{
	background: #dfdfdf;
}
.bg-expo, .category-17{
	background: #c5d4d9;
}
.bg-interview, .category-18{
	background: #cebdc7;
}
.bg-opinion, .category-19{
	background: #cbbed6;
}
.bg-recension, .category-20{
	background: #e0d2c3;
}
.bg-live, .category-21{
	background: #d9dbc6;
}
.bg-vooraf, .category-215{
	background: #FFF !important;
}
.bg-events, .category-1342{
	background: #e0d2c3 !important;
}

.bg-international, .category-660{
	background: #cadcd9 !important;
}

.bg-white{
	background: #FFF !important;
}

/* SINGLE POSTS */

article.article-single{
	padding:15px 15px 45px 15px;
}
article.article-single hr.sidebar-divider,
hr.sidebar-divider{
	height: 3px;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	margin: 0 0 10px 0;
}
article.article-single .post-practical p strong{
	font-weight: 400;
}
article.article-single .post-practical a{
	color: #000;
	text-decoration: underline;
}
article.article-single .post-practical a:hover{
	color: #DE0000;
	text-decoration: underline;
}

.thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: block;
    line-height: 1.42857;
    margin-bottom: 5px;
    margin-top:5px;
    padding: 4px;
    transition: none 0s ease-in-out 0s;
}
article .thumbnail {
      padding: 0px !important;
   
}
.popup-gallery a.thumbnail{
	margin-bottom:15px;
}
body.archive .thumbnail{
	padding:10px;
}

.post-nav{
	padding-left:30px;
}
.post-nav a{
	color: #000;
	text-transform: uppercase;
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
    text-decoration: none;
    width:100%;
    display:block;
}
.post-nav a:hover{
	color: #DE0000;
}

span.postnav{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
}
a.prev-post span.postnav{
    width:90%;
}

a.next-post span.postnav{
    width:93%;
    text-align: right;
}


a .link-arrow-previous {
    height: 1.2rem;
    margin: 0 5px 0 0;
    
}
a .link-arrow-next {
    height: 1.2rem;
    margin: 0 0 0 5px;
    
}
a .link-arrow-previous,
a .link-arrow-next {
    position: relative;
    top:-6px;
}

a .link-arrow-next {
	right:-4px;
}

/* MAGAZINE LINK BIJ ARTICLES */
.magazine-link{
	background: rgba(255,255,255,0.1);
	padding: 15px;
	overflow: hidden;
	line-height: 50px;
}
.magazine-link .magazine-thumb{
	width:50px;
	height: 50px;
	background-size: cover;
	float: left;
	margin-right:15px;
}

/* VIDEO IN POSTS */
.embed_youtube iframe{
	width:100% !important;
	
}

/* AGENDA */
body.agenda .thumbnail > img, 
body.agenda .thumbnail a > img {
    margin-left: 0;
    margin-right: 0px;
}
body.agenda .thumbnail {
	position: relative;
	padding:0 0 0 150px;
}
body.agenda .thumbnail figure{
	left:0;
	top: 0;
	position: absolute;
}

body.agenda .thumbnail .caption
 {
	padding:0 0 0 10px;
	height: 150px;
}
body.agenda .thumbnail .caption a.read-more img.link-arrow
 {
	margin-right: 5px;
}

body.agenda .thumbnail .caption a.read-more{
	color:#DE0000;
	font-style: italic;
	position: absolute;
	bottom:0;
}

.caption h5{
	text-transform: uppercase;
	
}
.caption h5 a{
	color:#000;
}
p.meta{
	color:#DE0000;
	font-weight: 400;
	margin:0;
}

@media (min-width: 100px) {
	
	.caption h5{
		margin:0 0 5px 0;
	}
	p.excerpt{
   		text-overflow: ellipsis;
	  	white-space: nowrap;
	  	overflow: hidden;
	}
}
@media (min-width: 992px) {
	.caption h5{
		
		text-overflow: ellipsis;
	  	white-space: nowrap;
	  	overflow: hidden;
		margin:0;
	}
	p.excerpt{
   		max-height: 40px;
		overflow: hidden;
		text-overflow: none;
	  	white-space: normal;
	  	overflow: hidden;
	}
}

figure.img-agenda .img-responsive{
	width:100% !important;
}
.agenda-practical strong{
	font-weight: 100;
	text-transform: uppercase;
	color:#DE0000;
}

/* ARCHIVE */
@media (min-width: 100px) {
	body.archive .thumbnail .archive-meta{
		font-size:1rem;
	}
	
	body.archive .thumbnail .caption a.order-link {
    	font-size:1.2rem;
	}
	
	a.order-link img.link-arrow {
	    height: 1rem;
	    margin: 0 5px 0 0;
	    position: relative;
	    top: 0px;
	}
	
	body.archive .thumbnail .caption{
		padding: 5px 0 ;
	}

	
}
@media (min-width: 768px) {
	body.archive .thumbnail .archive-meta{
		font-size:1.4rem;
	}
		body.archive .thumbnail .caption a.order-link {
    	font-size:1.4rem;
	}
	
	
	a.order-link img.link-arrow {
	    height: 1.2rem;
	    margin: 0 5px 0 0;
	    position: relative;
	    top: -2px;
	}
	body.archive .thumbnail .caption{
		padding: 15px 0 15px 0;
	}

}
	
	
body.archive .thumbnail .archive-meta{
	background: url("../img/svg/diamond.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}
 

a.order-link{
	color:#DE0000;
	text-decoration: none;
	font-style: italic;
}
/*
a.order-link img.link-arrow {
    height: 1.2rem;
    margin: 0 5px 0 0;
    position: relative;
    top:-2px;
}
*/


/* MAGAZINES */
article.magazine h1,
article.magazine h2,
article.magazine h3,
article.magazine h4,
article.magazine h5,
article.magazine h6{
	text-transform: uppercase;
	word-wrap: break-word;
}
article.magazine h1:first-child,
article.magazine h2:first-child,
article.magazine h3:first-child,
article.magazine h4:first-child,
article.magazine h5:first-child,
article.magazine h6:first-child{
	margin-top:0;
}
ul.magazine{
	margin:0;
	padding:0 0 0 15px;
	list-style: outside;
	list-style-image: url(../img/svg/diamond.svg);
}
a.text-link{
	color:#000;
}
body.archive .bg-white {
	padding:15px;
	
	margin-bottom:25px;
    
}
body.archive .bgwhite figure.img-thumb{
	text-align: center;
}

body.archive figure.img-thumb .img-responsive {
    display: block;
    height: auto;
    width: 100%;
}

/* SEARCH RESULTS */
ul.search-result{
	list-style-type: none;
	margin: 25px 0;
	padding:0;
	
}
ul.search-result li{
	margin-bottom:25px;
}


ul.search-result > li > a{
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: normal;
    font-size: 2.1rem;
    text-transform: uppercase;
    color:#000;
}
ul.search-result > li > a:hover{
    color:#DE0000;
}





/* FOOTER*/
#footer{
	position: relative;
}
.footer-logo{
	margin: 0 0 10px 0;
}
.footer-kinamo{
	margin: 20px 0 0 0;
}
#footer .footer-height{
	position: absolute;
	width: 100%;
	top:40px;
	left:0;
	overflow:hidden;
	/*margin-top:20px;*/
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 100px) {
		#footer .footer-height .row > div{
			border-left:none !important;
			height: auto !important;
			margin-bottom: 20px;
		    padding-bottom: 0;
		    top:20px;
		}
		
		#footer .footer-height .row > div{
			border-top:1px solid #000;
			padding-top: 20px;
		}
		
		#footer .footer-height .row > div:first-child{
			border-top:none !important;
		}
		
		#footer .row{
			margin-left:0px;
			margin-right: 0px;
		}


}

@media (min-width: 768px) {
		#footer .footer-height .row > div{
			
			border-top:none !important;
			border-left:1px solid #000 !important;
			height: 100% !important;
			margin-bottom: -99999px !important;
		    padding-bottom: 99999px !important;
		    top:0;
		}
		
		#footer .footer-height .row > div{
			border-top:none !important;
			padding-top: 0px;
		}
		#footer .row{
			margin-left:-15px;
			margin-right: -15px;
		}	
	

}
@media (min-width: 1100px) {
		
		
		#footer .footer-height .row > div{
			border-left:1px solid #000 !important;
			height: 100% !important;
			margin-bottom: -99999px !important;
		    padding-bottom: 99999px !important;
		}
		
		/* #footer .footer-height > div:last-child{
			border-top:none !important;
			padding-top: 0px !important;
		}
		*/

}




#footer .footer-height .row > div:first-child{
	border-left:none !important;
}


#footer p{
	font-size: 1.2rem;
}
#footer h6{
	text-transform: uppercase;
}
ul#footer-partners{
	list-style-type: none;
	margin:0;
	padding:0
}
ul#footer-partners li{
	display: inline;
	margin-right:15px;
}
.footer-textlink{
	color:#DE0000;
	font-style: italic;
}
.footer-mailto{
	color:#DE0000;
	text-decoration:underline;
}
.footer-textlink:hover, .footer-mailto:hover{
	color:#000;
}
ul#footer-links{
	list-style-type: none;
	margin:0;
	padding:0
}
ul#footer-links li {
	padding:5px 0 5px 0px;
	/* background: url("../img/svg/diamond.svg") no-repeat scroll 0 50% rgba(0, 0, 0, 0);*/	
}
/*
ul#footer-links li:last-child {
	background-position: 0 5px;
}
*/
ul#footer-links li a{
	text-transform: uppercase;
	color:#000;
	font-family: 'Playfair Display', Georgia, Garamond, serif;
    font-weight: 400;
}


/* BANNER ENRGY FLASH */
.banner-energy-flash{
	margin-left: 15px;
	margin-bottom:25px;
}