.section--white {
	background: #fff;
}
.wide-container {
	position: relative;
	height: calc(74vh - 63px);
}
.wide-container__image {
	display: block;
}
#navigate-down {
	position: absolute;
	bottom:50px;
	cursor: pointer;
	left: 50%;
	margin-left: -16px;
}
.a__author {
	flex-grow: 1;
	font-size: 1.5rem;
	padding: 15px 0 0 0;
	text-transform: uppercase;
}
.a__author a {
	color: #bea96a;
}
.article a  {
	color: #bea96a;
}
.a__date {
	text-align: right;
	flex-grow: 1;
	font-size: 1.5rem;
	padding: 15px 0 0 0;
	text-transform: uppercase;
}
.a__content {
	text-align: center;
	margin-top: 30px;
}
.a__content--last {
	margin-top: 0;
}
.a__content h2{
	padding: 50px 0 25px;
	font-family: 'Playfair Display', serif;
	margin: 0;
}
.a__content h3{
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: normal;
}
.a__content h3 span{
	color: #bea96a;
	margin: 0 0 25px;
}
.a__content h1 {
	font-family: 'Playfair Display', serif;
	color: #000;
	font-size: 4rem;
	text-transform: capitalize;
	line-height: 1.25;
	margin-bottom:40px;
}

.a__social {
	justify-content: center;
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}
.a__social li{
	margin: 0 5px;
}
.a__content p {
/*	font-family: 'Playfair Display', serif; */
	font-family: Arial, Helvetica, sans-serif;
	max-width: 890px;
	width: 90%;
	margin: 0 auto 35px;
	line-height:30px;
/*	font-size:19px;*/
	font-size: 1.6rem;
	text-align:left;
	
}
.a__image {
	margin: 0 0 35px;
}
.a__ad {
	padding-bottom: 120px;
}
.a__share-boxes {
	padding: 50px 0 20px;
	margin-bottom: 70px;
    border-bottom: 1px solid #c6c6c6;
}
.a__share-boxes .share-widget {
	display: inline-block;
}



section.container{
  background: #303030;
}
.rel{
  position: relative;
}
.video-container{
    width: 100%;
    position: relative;
}
#video-pager {
	position: absolute;
    bottom: 10px;
    left: 0;
}

.borders{
  padding:0;
  margin:0;
  list-style: none;
  clear: both;
    z-index: 1;
    position: relative;
}
.borders li{
  float: left;
  height: 20px;
  display: block;
}
.borders__1{
  width: 20%;
  background: #aa1019;
}
.borders__2{
  width: 80%;
  background: #222224;
}
.article .sub-header {
	text-align: center;
}
#canvas > .sub-header {
	display: none;
}
.article .sub-header .b-social {
	float: none;
}


.article .b-social__counter {
	/* display: none; */
}
@media (max-width: 1150px) {
	.bx-viewport {
		height: auto!important;
	}
}
@media (max-width: 800px) {
	.a__content h2 {
		padding-top: 25px;
	}
	.a__content p {
		margin-bottom: 50px;
	}
	.a__ad {
		padding-bottom: 25px;
	}
	.a__share-boxes {
		padding: 0 0 20px;
}
@media (max-width: 600px) {
	.a__content h3 {
		font-size: 1.2rem;
	}
	.a__content h1 {
		font-size: 2.5rem;
		width: 80%;
		margin: 0 auto 20px;
		
	}
	.a__content h1 br {
		display: none;
	}
}