
.page-content{
	padding:70px 0;
}

.title-internal-pages{
	margin-bottom:50px!important;
}

h4{
	margin:inherit;
}

.tb-grid .item > .item-inner, .tb-grid .box-nano > .item-inner, .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
	cursor:pointer;
}

/*.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}*/

img{
	max-width:100%;
	height:auto;
}

.post-single .post-desk .date{
	color:inherit!important;
}

.famous-films{
	margin:0 10px;
}

.post-single img{
	max-width:100%;
	/*max-height:300px;*/
	float:left;
	margin-right:20px;
}

.home .post-single img{
	float:inherit;
	margin-right:inherit;
}

.post-grid{
	margin:auto;
}

.post-grid .famous-films .post-desk{
	height:250px;
	padding:20px;
	overflow:hidden;
}

.famous-films .post-img.top:after, .famous-films .post-img.bottom:after{
	display:none;
}

.famous-films .post-img{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.famous-films .post-desk .date:after{
	width:100%;
}

.technical-data{
	margin-bottom:30px;
	white-space:pre-line;
}

.timeline-item-container{
	position:absolute; 
	bottom:0px;
	padding-left:10px;
	padding-right:10px;
}

.timeline-item{
	display:table;
	margin-bottom:inherit;
	padding-left:inherit;
	padding-right:inherit;
	border:2px solid #fff;
}


.center{
	border-left:1px solid #d6b161;
	border-right:1px solid #d6b161;
}

.timeline-item.alt .timeline-icon{
	right:inherit!important;
	left:inherit!important;
}

.timeline-desk:hover h1, .timeline-desk:hover p a, .timeline-desk:hover p a:hover{
	color:#FFF;
}


.timeline-item .title{
	display:block;
	font-size:18px;
	letter-spacing:2px;
	text-align:center;
}

.timeline-item .shortdesc{
	display:none;
}

.timeline-item .year{
	display:block;
	font-size:36px;
	text-align:center;
}

.timeline-item .bar-no-line{
	height:13px;
	background-color:rgba(214, 177, 97,0.7)!important;
	text-align:center;
	padding-bottom:15px;
}

.timeline-item .bar{
	height:17px;
	background-color:rgba(214, 177, 97,0.7)!important;
	background-image:url("../img/hook.png");
	background-repeat:no-repeat;
	background-position:top center;
}

.timeline-item .bar-mirror{
	height:17px;
	background-color:rgba(214, 177, 97,0.7)!important;
	background-image:url("../img/hook-inverted.png");
	background-repeat:no-repeat;
	background-position:top center;
}

.vline {
	height:80px;
	background-image:url("../img/vline.png");
	background-repeat:repeat-y;
	background-position:center;
}

.timeline-icon{
	position:relative!important;
	left:inherit!important;
	margin:0 auto;
}

.icon{
	top:0px!important;
}


.container-superior-icon{
	width:100%; 
	height:150px; 
	background-image:url('../img/vline.png'); 
	background-repeat:repeat-y; 
	background-position:center; 
	display:table-cell;
	vertical-align:top;
}

.container-superior-text{
	width:100%; 
	height:150px; 
	display:table-cell;
	vertical-align:bottom;
}

.container-superior-text .title{
	/*height:30px;
	overflow:hidden;*/
}

.container-superior-text .shortdesc{
	/*height:120px;
	overflow:hidden;*/
}

.container-inferior-icon{
	width:100%; 
	height:150px;
	background-image:url('../img/vline.png'); 
	background-repeat:repeat-y; 
	background-position:center;
	display:table-cell;
	vertical-align:bottom;
}

.container-inferior-text{
	width:100%; 
	height:150px; 
	display: table-cell;
	vertical-align:top;
}

.container-inferior-text .title{
	/*height:30px;
	overflow:hidden;*/
}

.icon:hover + span.shortdesc, .icon-mirror:hover + span.shortdesc{
	display:block!important;
	position:absolute;
	max-width:500px;
	min-width:300px;
	background:#666666;
	color:#fff;
	padding:20px;
	border-radius:5px;
	z-index:100;
}

.container-inferior-text .shortdesc{
	/*height:120px;
	overflow:hidden;*/
}


.icon:hover + span.shortdesc{
	top:-100px;
}

.icon-mirror:hover + span.shortdesc{
	bottom:-105px;
}

.p-read-more i{
	position:inherit;
	top:inherit;
	margin-right:10px;
}

a.home-services{
	display:block; 
	text-align:center;  
	text-transform:uppercase;
}


@media (max-width:800px){
	.row{
		margin-left:inherit!important;
		margin-right:inherit!important;
	}
	.timeline-item, .timeline-item div:first-child, .timeline-item div:last-child{
		display:block!important;
	}
	
	.container-superior-text, .container-inferior-icon, .container-superior-icon{
		height:inherit;
	}
	
	.post-single img{
		margin-right:inherit;
	}
	
}
	
