.home-banner-section {
	background: url("../../images/layout/home-hero-frame-switch.png") no-repeat;
	left: -16px;
	margin-bottom: -480px;
	padding: 25px 24px 33px;
	position: relative;
	top: -594px;
	width: 966px;
	height: 490px
}

.home-banner {
	min-height: 386px;
	padding: 70px 45px 0;
	position: relative;
	text-align: center;
}

.home-banner-title {
	font-size: 42px;
	font-weight: normal;
	left: 0px;
	letter-spacing: 1px;
	position: relative;
}

.home-banner-subtitle {
	color: #bfb297;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow: 0 0 0.5em #050d13;
	text-transform: uppercase;
	display: block;
}

.home-banner-description {
	color: #94aaac;
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0;
	width: 380px;
}

.home-banner-background {
	position: absolute;
	top: -555px;
	left: 18px;
	width: 960px;
	height: 450px;
}

.home-banner-background-image {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 475px;
	height: 275px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	background: black;
}

.home-banner-background-video {
	display: none;
	left: 50%;
	position: absolute;
	top: 135px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-banner-click-area {
	width: 815px;
	height: 344px;
	position: absolute;
	z-index: 999;
	left: 72px;
	top: -34px;
}

.home-banner-content {
	margin-top: 280px;
}

@media only screen and (min-width: 1024px) {
	.home-banner-background-video {
		display: block;
		width: 569px;
	}
}

.home-banner .rotn-button {
	left: -56px;
	position: relative;
	top: -20px;
}

.home-banner .rotn-button.rotn-button-small {
	left: 383px;
	top: 20px;
}

.home-banner-links-list {
	position: relative;
	text-align: center;
	top: 35px;
}

.home-banner-links-item {
	display: inline-block;
}

.home-banner-link {
	color: #1ba683;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0.75em;
}

.home-banner-buttons {
	margin-top: 10px;
}

.home-banner-buttons-button--margin-left {
	margin-left: 30px;
}

.panels-wrap {
	padding-bottom: 15px;
	position: relative;
	top: -50px;
}

.panels-list {
	padding: 4px 12px 0;
}

.panels-list__item {
	float: left;
	margin-top: 28px;
	margin-left: 28px;
	width: 286px;
}

.panels-list__item.panels-list__item--featured {
	width: 600px;
}

.panels-list__item.panels-list__item--featured .panel-item {
	position: relative;
	padding-top: 286px;
	height: 0;
}

.panel-item {
	display: block;
	height: 0;
	padding-top: 100%;
	position: relative;
}

.panel-item:hover {
	color: #ad835a;
}

.panel-item__container {
	border: 1px solid #3f2f29;
	bottom: 0;
	box-shadow: 0 0 60px transparent;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: border 0.2s, box-shadow 0.2s;
}

.panel-item:hover .panel-item__container {
	border-color: #c35b43;
	box-shadow: 0 0 60px rgba(195, 91, 67, 0.5);
}

.panel-item__image {
	display: inline-block;
	height: 100%;
	margin: 0 -50%;
	max-width: none;
}

.panels-list__item .panel-item__text {
	background: rgba(24, 10, 7, 0.7);
	bottom: 0;
	left: 0;
	min-height: 54px;
	padding: 16px 28px;
	position: absolute;
	right: 0;
	text-align: left;
}

.panel-item__title {
	color: #e1cf9d;
	font-family: "Palatino Linotype", "Times", serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin: 3px 0 7px;
	transition: color 0.2s;
}

.panel-item:hover .panel-item__title {
	color: #f3e6d0;
}

.panel-item__summary {
	font-size: 13px;
	line-height: 19px;
	margin: 4px 0;
	transition: color 0.2s;
}

.panel-item:hover .panel-item__summary {
	color: #be9d7c;
}

.panels-list__item--youtube .panel-item__play-button {
	background: url("../../images/layout/panels-sprite.png") 0 0;
	display: block;
	height: 108px;
	left: 50%;
	margin: -54px 0 0 -54px;
	position: absolute;
	top: 38.1966%;
	width: 108px;
}

.panels-list__item--youtube .panel-item__play-button::after {
	background: url("../../images/layout/panels-sprite.png") -108px 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.2s;
}

.panels-list__item--youtube .panel-item:hover .panel-item__play-button::after {
	opacity: 1;
}

.panels-list__item--youtube .panel-item__icon {
	background: url("../../images/layout/panels-sprite.png") 0 -108px;
	bottom: 6px;
	height: 25px;
	position: absolute;
	right: 7px;
	width: 34px;
}

.blogs-container {
	padding-top: 12px;
}

.blogs-container .header-2 {
	color: #f3e6d0;
	font-size: 24px;
	letter-spacing: -0.5px;
	line-height: 26px;
	margin: 0;
	transition: color 0.2s;
}

.blogs-container .article-wrapper {
	background: url("../../images/ui/blog-separator-2.png") 50% 100% no-repeat;
	position: relative;
}

.blogs-container .article-wrapper>a {
	display: block;
	min-height: 90px;
	padding: 48px 114px 102px 355px;
	position: relative;
}

.blogs-container .article-content {
	overflow: hidden;
}

.blogs-container .article-image {
	background-position: center;
	background-size: cover;
	border: 1px solid #3f2f29;
	box-shadow: 0 0 60px transparent;
	height: 130px;
	left: 64px;
	position: absolute;
	top: 48px;
	transition: box-shadow 0.2s, border 0.2s;
	width: 260px;
}

.blogs-container .article-summary {
	color: #a99877;
	font-size: 16px;
	line-height: 24px;
	margin-top: 12px;
	transition: color 0.2s;
}

.blogs-container .article-meta {
	bottom: 59px;
	color: #6d624c;
	font-size: 14px;
	left: 356px;
	line-height: 26px;
	position: absolute;
}

.blogs-container .comments-link {
	float: left;
	margin-right: 20px;
}

.blogs-container .load-more-container {
	padding: 48px 0 24px;
	text-align: center;
}

.blogs-container .load-more {
	background-image: -webkit-linear-gradient(top, #b93a27, #9e1e0b);
	background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
	color: #f5de9f;
	cursor: pointer;
	display: inline-block;
	font-family: "Exocet Reaper", "Palatino Linotype", "Times", serif;
	font-size: 24px;
	line-height: 36px;
	padding: 12px 36px;
	position: relative;
	transition: background 0.2s, color 0.2s;
}

.blogs-container .load-more:after {
	background-image: -webkit-linear-gradient(top, #c8402b, #b0240e);
	background-image: linear-gradient(to bottom, #c8402b, #b0240e);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.2s;
}

.blogs-container .load-more .bg-mid {
	position: relative;
	z-index: 1;
}

.blogs-container .load-more:hover {
	color: #fef3d4;
}

.blogs-container .load-more:hover::after {
	opacity: 1;
}

.blogs-container .comments-link {
	background: #b93a27;
	color: #f5de9f;
	font-size: 14px;
	min-width: 24px;
	padding: 0 8px;
	position: relative;
	text-align: center;
	transition: background 0.2s;
	z-index: 1;
}

.blogs-container .comments-link:hover {
	background: #ca4d3a;
	color: #fef3d4;
}

.blogs-container .comments-link::after {
	border-color: transparent transparent transparent #b93a27;
	border-style: solid;
	border-width: 12px 10px;
	bottom: -12px;
	content: "";
	height: 0;
	position: absolute;
	right: -10px;
	transition: border 0.2s;
	width: 0;
	z-index: -1;
}

.blogs-container .comments-link:hover::after {
	border-left-color: #ca4d3a;
}

.blogs-container .article-wrapper>a:hover .article-image {
	border-color: #c35b43;
	box-shadow: 0 0 60px rgba(195, 91, 67, 0.5);
}

.blogs-container .article-wrapper>a:hover .header-2 {
	color: #fff;
}

.blogs-container .article-wrapper>a:hover .article-summary {
	color: #bdb096;
}