/* related media
---------------------------------------- */
.media-items{
	width:725px;
	float:right;
	margin-right:15px;
	margin-right:-25px;
	padding-top:15px;
	}
	.media-items .media-item{
		float:left;
		width:320px;
		margin-right:20px;
		cursor: pointer;
		}
		.media-items .pagi{
			width:700px;
			text-align:center;
			padding-bottom:6px;
			margin:-15px 0 0 0;
			border-top:0;
			}
			.media-items .pagi a{
				color:#a0a8b0;
				}
			.media-items .pagi a{
				margin-right:43px;
				}
.related-categ{
    float: left;
	width:154px;
	margin-top:12px;
    margin-bottom: 12px;
	margin-left:37px; /* XXX */
	list-style:none;
	}
	.related-categ a{
		color:#505860;
		text-decoration:none;
		font-size:12px;
		height:35px;
		line-height:35px;
		padding-left:12px;
		background:url(../img/related-categ.png) no-repeat 0 0;
		display:block;
		}
	.related-categ a.active,.related-categ a:hover{
		color:#6f6f6f;
		text-shadow:0 1px 0 #fff;
		background:url(../img/related-categ-here.png) no-repeat 3px 50%;
		}
/* post
---------------------------------------- */
.media-post{
	
	}
	.media-post h1{
		color:#00a0dc;
		margin:14px 200px 14px 0;
		}
	.media-post-meta{
		font-size:14px;
		font-weight:bold;
		color:#a0a8b0;
		margin-bottom:10px;
		}
		.media-post-meta span{
		
			padding:3px 0 3px 24px;
			display:inline-block;
			margin-right:14px;
			}
		.media-post-views{
			background:url(../img/media-view.png) no-repeat 0 50%;
			}
			.media-post-long{
				background:url(../img/media-video.png) no-repeat 0 50%;
				}
.media-caro{
	margin-bottom:20px;
	height:570px;
	width:880px;
	position:relative;
	background:#282a2c;
	border-radius:6px;
	box-shadow:inset 0 0 14px #000;
}
.media-caro-foto{
	background:#b4b8be;
	box-shadow:inset 0 0 14px rgba(0,0,0,0.3);
}
.caro{
	width:880px;
	height:570px;
	overflow:hidden;
	position:relative;
	}
	.caro .slides{
		width:20000em;
		position:absolute;
        -webkit-transition:left .4s ease-in-out;
        -moz-transition:   left .4s ease-in-out;
        -o-transition:     left .4s ease-in-out;
        transition:        left .4s ease-in-out;
		}
		.caro .slide{
			width:880px;
			height:570px;
			position:relative;
			float:left;
			}
		.caro-item{
			width:640px;
			margin:40px auto 0 auto;
			box-shadow:0 0 10px rgba(0,0,0,0.5);
			}
		.media-caro-foto .caro-item{
            width: 630px;
            }
		.caro-descr{
			position:relative;
			background: #fafafa; /* Old browsers */
			background: -moz-linear-gradient(top, #fafafa 0%, #dcdcdc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* IE10+ */
			background: linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* W3C */
			font-size:11px;
			color:#505860;
			padding:13px 20px;
			}
			.caro-descr dt{
				color:#8c96a0;
				}
			.caro-descr span{
				position:absolute;
				right:0;
				bottom:-1.9em;
				color:#505860;
				}
				.media-caro-foto .caro-descr span{color:#747d86;}
		.caro-foto {
            background: #000;
        }
		.caro-video img, .caro-foto img{
			display:block;
            margin: auto;
			height:420px;
			background:#000;
			text-align:center;
			}
		.media-caro .gallery-caro{
			position:absolute;
			top:390px;
			left:125px;
			display:none;
			z-index:250;
		}
		.caro-prev,.caro-next{
			width:76px;
			height:52px;
			position:absolute;
			top:250px;
			left:13px;
			background:url(../img/caro-prev.png) no-repeat 0 0;
			cursor:pointer;
			z-index:200;
			}
			.caro-next{
				left:auto;
				right:13px;
				background:url(../img/caro-next.png) no-repeat 0 0;
			}
	
.post-left .caro .slide,
.post-left .caro,
.post-left .media-caro{
    width: 640px;
    height: 485px;
    }
.post-left .media-caro-foto .caro .slide,
.post-left .media-caro-foto .caro,
.post-left .media-caro-foto{
    height: 505px;
    }
    .post-left .media-caro .gallery-caro{
        top: 355px;
        left: 5px;
        }
    .post-left .caro-prev, .post-left .caro-next{
        display: none !important;
    }
    .post-left .caro-item{
        margin-top: 5px;
        }

.overlay,
.overlay-gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    }
    .overlay{
        z-index: 5000;
        background: #000;
        opacity: 0.82;
        }
    .overlay-gallery {
        z-index: 5010;
        overflow-y: scroll;
        }
    .overlay-gallery .overlay-container {
        margin: auto;
        position: relative;
        margin-top: 120px;
        width: 634px;
        border-radius: 5px;
        border: 1px solid #1f1f1f;
        background: url(../img/overlay/img_bg.png) repeat-x top #efefef;
        text-align: left;
        }
    .overlay-gallery .overlay-next,
    .overlay-gallery .overlay-prev {
        position: absolute;
        top: 220px;
        left: -90px;
		background:url(../img/caro-prev.png) no-repeat 0 0;
        width:76px;
        height:52px;
        }
        .overlay-gallery .overlay-next{
            right: -90px;
            left: auto;
			background:url(../img/caro-next.png) no-repeat 0 0;
            }
    .overlay-heading{
        height: 32px;
        padding: 0 12px;
        }
        .overlay-close{
            display: block;
            float: right;
            width: 12px;
            height: 12px;
            margin-top: 10px;
            background: url(../img/overlay/close_icon.png) left top no-repeat;
        }
        .overlay-share{
            color: #767e85;
            text-shadow: 1px 0 #d2d5d7;
            line-height: 32px;
            padding-left: 24px;
            background: url(../img/overlay/share.png) left center no-repeat;
            cursor: default;
            }
    .overlay-gallery img {
        display: block;
        margin: auto;
        cursor: pointer;
        }

    .overlay-gallery-copy {
        position: absolute;
        right: 0;
        bottom: -1.9em;
        color: #5b636a;
        text-shadow: 1px 0 #353637;
        }

    .overlay-gallery .caro-descr{
        background: none;
        }
        .overlay-gallery .caro-descr dt{
            color: #a6afb7;
        }
        .overlay-gallery .caro-descr dd{
            color: #626b73;
            }

    .overlay-gallery .post-share{
        position: absolute;
        top: 32px;
        left: 0px;
        box-shadow: 0 0 18px -6px #000;
        width: 127px;
        background: #FAFAFA;
        background: -moz-linear-gradient(top, #FAFAFA 0%, #e3e3e3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#e3e3e3));
        background: -webkit-linear-gradient(top, #FAFAFA 0%,#e3e3e3 100%);
        background: -o-linear-gradient(top, #FAFAFA 0%,#e3e3e3 100%);
        background: -ms-linear-gradient(top, #FAFAFA 0%,#e3e3e3 100%);
        background: linear-gradient(top, #FAFAFA 0%,#e3e3e3 100%);
        border-top: 1px solid #dde0e3;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
        }
        .overlay-gallery .post-share h2{
            display: none;
            }
        .overlay-gallery .post-share li{
            padding-left: 15px;
            padding-right: 15px;
            }
        .overlay-gallery .post-share .more-socials{
            border: none;
        }
    .overlay-gallery.single .overlay-prev,
    .overlay-gallery.single .overlay-next{
        display: none;
        }
    .overlay-gallery.single .overlay-container {
        width: 804px;
        }
    .overlay-gallery.single img {
        cursor: default;
        }
    .overlay-gallery.no-title dl {
        visibility: hidden;
        }
