/*Refining news.css for diary feed*/
ul.news-list li.diary-header{
	padding: 0px;
    min-height: 0px;
	margin-top:30px;
}

ul.news-list div.teaser-image.diary-image{
    width: 150px;
    height: 113px;
}

ul.news-list li.last-element{
	border:none;
}


.teaser-image-wrapper.diary-wrapper{
	width: 170px;
    height: 133px;
}


/***************Panel***************/
.show-diary-panel
{
    position:relative;
    font-family: 'oswaldbold', arial, sans-serif;
    font-size: 18px;
    text-align: center;
    max-width: 700px;
	width:100%;
    height:297px;
    margin: auto;
    border: 1px solid #CCC;
    padding: 15px 15px 0px 15px;
	-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 );
}

.show-diary-panel ul,
.show-diary-panel ul li{
    list-style-type:none;
}

.show-diary-panel ul{
	padding:0;
    position: relative;
    top: 0;
    -webkit-transition-timing-function: linear !important; /* Safari and Chrome */
    transition-timing-function: linear !important;
}


.show-diary-panel ul li{
    display: inline-flex;
    padding: 2px 0px 2px 0px;
    width: 100%;
}

.show-diary-table
{
    height:200px;
    overflow:hidden;
	/*background-image:url('/media/1255/sd-rs-heading_50_percent_opacity.png');*/	
	background-repeat: no-repeat;
    background-position: center top;
    margin-bottom:10px;
	color:#FFF;
}
		
#content table.show-diary-table{

}
		
.diary-panel-footer{
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    left: 0;
    font-size:12px;
}


.stats-container {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    flex-direction: column;
    height:70px;
    background: rgba(83,83,83,1);
    background: -moz-linear-gradient(top, rgba(83,83,83,1) 0%, rgba(71,71,71,1) 3%, rgba(39,39,39,1) 32%, rgba(20,20,20,1) 69%, rgba(39,39,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(83,83,83,1)), color-stop(3%, rgba(71,71,71,1)), color-stop(32%, rgba(39,39,39,1)), color-stop(69%, rgba(20,20,20,1)), color-stop(100%, rgba(39,39,39,1)));
    background: -webkit-linear-gradient(top, rgba(83,83,83,1) 0%, rgba(71,71,71,1) 3%, rgba(39,39,39,1) 32%, rgba(20,20,20,1) 69%, rgba(39,39,39,1) 100%);
    background: -o-linear-gradient(top, rgba(83,83,83,1) 0%, rgba(71,71,71,1) 3%, rgba(39,39,39,1) 32%, rgba(20,20,20,1) 69%, rgba(39,39,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(83,83,83,1) 0%, rgba(71,71,71,1) 3%, rgba(39,39,39,1) 32%, rgba(20,20,20,1) 69%, rgba(39,39,39,1) 100%);
    background: linear-gradient(to bottom, rgba(83,83,83,1) 0%, rgba(71,71,71,1) 3%, rgba(39,39,39,1) 32%, rgba(20,20,20,1) 69%, rgba(39,39,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#272727', GradientType=0 );
}

.depots-precontainer {
    -moz-border-top-left-radius: 100%;
    -webkit-border-top-left-radius: 100%;
    border-top-left-radius: 100%;

}

.col-xs-3.depots-container {
    padding-left:0;
}

.col-xs-3.mileage-container {
    padding-right:0;
}


.mileage-postcontainer {
    -moz-border-top-right-radius: 100%;
    -webkit-border-top-right-radius: 100%;
    border-top-right-radius: 100%;

}
	
.diary-panel-footer p{
	color:#FFF;
    margin:0;
}

p.stats{
	font-size:26px;
}

p.stats.depots{
	text-shadow: 0px 0px 6px rgba(242, 151, 0, 1);
}

p.stats.visitors{
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
}

p.stats.mileage{
	text-shadow: 0px 0px 6px rgba(63, 100, 184, 1);
}

@media screen and (max-width:768px){
	
			
	.show-diary-panel {
		font-size:13px;
	}
	
	p.stats {
		font-size: 24px;
	}

}

@media screen and (max-width:480px){
	.stats-container{
		background:none;
	}
	
	#__mcenew{
		display:none;
	}
			
	.show-diary-panel {
		font-size:12px;
	}
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
