.oldluxuryHeader {
	margin: 0;
	padding: 0;
	background:#dcdcdc url('/img/bg-world.png') center center no-repeat; 
	background-size: cover;
	border-bottom:10px solid #004563;
	height: auto !important;
}

.oldluxuryLogo {
	display:block; 
	width:400px; 
	margin:0 auto;
}

.oldluxuryLogo img {
	width:100%; 
	margin: 10px 0;
}

.oldluxuryGroup {
	margin: 30px 0 10px;
	text-align: center;	
}

.oldluxuryGroup a {
	margin:0 10px;
}

.oldluxuryGroup a img {
	height: 40px;
}

.oldluxuryPost {
	display:block;
	position:relative;
	width:300px;
	height:400px;
	margin:2px;
	background:#fff;
	float:left;
}

.oldluxuryPostContent {
	display:block;
	height:200px;
	margin:0;
	overflow:hidden;
}

.oldluxuryPostContent p {
	padding:25px 20px 0;
	margin: 0;
	font-size: 12px;
}

.oldluxuryPostContent h3 {
	padding:0 20px;
}

.oldluxuryPostContent h3 a {
	color: #004563;
	-ms-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.oldluxuryPostContent h3 a:hover {
	color: #777;
}

.oldluxuryPostCover {
	display:block;
	width:300px;
	height:200px;
	margin:0;
	background:center center no-repeat;
	background-size:cover;
	-ms-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;
}

.oldluxuryPostCover:hover {
	opacity: 0.75;
}

.oldluxuryPostLine {
	display:block;
	position:absolute;
	top:198px;
	left:0;
	right:0;
	height:5px; 	
}

.oldluxuryPostCircle {
	display:block;
	position:absolute;
	top:185px;
	left:10px;
	width:30px;
	height:30px;
	border-radius:50%; 	
}

.oldluxuryMagazine {
  margin: 0 auto;
}

@media screen and (min-width: 955px) and (max-width: 1260px) {
  .oldluxuryMagazine {
    width: 912px;
  }
}

@media screen and (min-width: 652px) and (max-width: 955px) {
  .oldluxuryMagazine {
    width: 608px;
  }
}

@media screen and (max-width: 652px) {
  .oldluxuryMagazine {
    width: 304px;
  }
}