
@media (min-width:768px) {
 .container {
  width:750px
 }
}
@media (min-width:992px) {
 .container {
  width:970px;
 }
}
@media (min-width:1200px) {
 .container {
  width:1270px;
 }
}

.skin-red .content-header {
	background-color: #dd4b39;
}
.content-header > h1 {
	color: white;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 100px;
}
section.main{
	position: relative;
	top: -60px;
}