.medias {
	padding: 0 0 35px;
    max-width: 100%;
    margin: 0 auto;
}
.medias h1 {
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #725959;
	font-weight: 400;
	line-height: 32px;
	margin: 25px 0 0 0;
}
.medias h1 span {
	font-size: 15px;
	display: block;
}
.medias-links {
	text-align: center;
	border-top: 1px solid #725959;
	border-bottom: 1px solid #725959;
	margin: 20px 0 30px;
}
.medias-links li {
	display: inline-block;
	margin: 0 15px;
}
.medias-links li a {
	display: block;
	padding: 20px 0;
	color: #725959;
	font-size: 13px;
	position: relative
}
.medias-links li a:after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #725959;
	visibility: hidden;
	opacity: 0;
}
.medias-links li.active a {
	color:#be9552;
}
.medias-links li.active a:after {
	opacity: 1;
	visibility: visible;
}
.backstage-section {
	font-size: 0;
}
.backstage-section ul li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin: 0 1.32% 1.32% 0;
}
.backstage-section ul li img, .backstage-section ul li a {
	display: block;
}

.common-wrapper h1 {
	margin: 15px 0;
}
.common-section {
	font-size: 0;
}
.common-section ul li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 2% 3% 0;
}
.common-section ul li a {
	display:block;
}
    .common-section ul li img {
        display:block;
        max-width:100%;
        height:auto;
        margin:0 auto;
    }
.common-section .info {
    padding: 15px 0;
    text-align: center;
    overflow:hidden;
}
.common-section span {
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    padding: 0 0 15px 0;
    color: #725959;
    text-align: left;
    width: 60%;
    line-height: 16px;
}
.button5 {
    float: right;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px;
    width: 22%;
}
.common-section strong {
	font-family: 'Helvetica';
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
}
.html-runway-page .master-wrapper-page {
	padding: 0;
	max-width: none;
}
.html-runway-page .header {
	max-width: 1263px;
	padding: 0 10px;
	margin: auto;
}
.runway-section {
	font-size: 0;
	max-width: 1263px;
	margin: auto;
}
.runway-section ul li {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 2% 4%;
}
.runway-section ul li img {
	display: block;
}

.listed-banner {
	margin: 0 0 50px 0;
}
.listed-banner img {
	width: 100%;
	display: block;
}
.over-info {
	max-width: 860px;
	margin: auto;
	padding: 0 0 70px;
}
.over-info h2 {
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #725959;
	margin: 0 0 20px;
}
.over-info p {
	font-size: 14px;
	text-align: center;
	color: #725959;
	line-height: 24px;
	margin: 0 0 30px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.over-section {
	font-size: 0;
}
.over-section ul li {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 8% 4% 0;
}
.over-section ul li img {
	display: block;
}

.backrn {
    background: #725959 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding: 12px 15px 8px;
    position: absolute;
    text-transform: uppercase;
}
.html-medias-page .master-wrapper-content, .html-medias-page .master-column-wrapper{
	position: static
}
.txt-box {
    display: block;
}
@media all and (min-width:1001px) {
    .medias {
        padding: 0 90px 35px;
    }
.overview-page{
	max-width: 1263px;
	padding: 0 10px;
	margin: auto;
}
.html-runway-page .medias-links {
	max-width: 1243px;
	margin: 20px auto 30px;
}
.common-section ul li {
    width: 32%;
}
	
}
@media all and (min-width:769px) {
	
.over-section ul li:nth-child(2n) {
	margin-top: 8%;
	margin-bottom: 0;
	margin-right: 0;
}
	.runway-section ul li:nth-child(2n) {
	margin-top: 2%;
	margin-bottom: 2%;
}
	.common-section ul li:nth-child(3n) {
	margin-right: 0;
}
.backstage-section ul li:nth-child(4n) {
	margin-right: 0;
}
.common-section span {
    min-height: 50px;
}
}
@media all and (max-width:1001px) {
    .button5 {
        width: 40%;
    }

    .common-section span {
        font-size: 10px;
    }
    .common-section span {
    font-size: 10px;
    min-height: auto;
    padding: 0;
    width: 53%;
}
}
@media all and (max-width:1000px) {
        .common-section span {
            font-size: 10px;
            padding: 0 0 7px;
            width: 100%;
            text-align: center;
        }

        .button5 {
            width: 100px;
            margin: 0 auto;
            float: none;
            overflow: hidden;
        }
    }
@media all and (max-width:768px) {
	.medias h1{
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0;
	}
	.medias h1 span{
		font-size: 12px;
	}
	.common-section ul li{
		width: 49%;
		margin-bottom: 0;
	}
	.backstage-section ul li{
		width: 49%;
		margin-bottom: 1%;
	}
	.common-section ul li:nth-child(2n), .backstage-section ul li:nth-child(2n) {
	margin-right: 0;
	}
	.common-section span {
    font-size: 10px;
    padding: 0 0 7px;
    width: 100%;
    text-align: center;
    min-height: 70px;
}
    .fancybox-opened .fancybox-title {
    font-size: 9px;
}
 overflow:hidden;
}
	.common-section strong{
		font-size: 10px;
	}
	.listed-banner{
		margin-bottom: 15px;
	}
	.medias-links li{
		margin: 0 10px;
	}
	.medias-links li a{
		font-size: 12px;
		padding: 10px 0;
	}
	.medias-links{
		margin: 15px 0;
	}
	.over-section ul li{
		margin: 0 1%;
		width: 48%;
		
	}
	.over-info h2{
		font-size: 16px;
	}
	.over-info p{
		font-size: 13px;
		margin: 0 0 15px 0;
		text-align: justify;
	}
	.over-info{
		padding: 0 0 10px;
	}
}
