/*

<button class="button">

 */

.button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);

	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s; 

	border: 0;
	outline: 0;
	font-weight: normal;
	display: inline-block;
	padding: 0 23px;
	height: 37px;
	line-height: 37px;
	
	position: relative;
	left: -1px;
	top: -1px;
}

.button,
a.button {
	background-color: #de3f53;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.35);
	font-weight: 600;
	font-family: inherit;
	font-size: 1em;
}

.button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	left: 2px;
	top: 2px;
}

.button:hover {
	background-color: #7f212d;
}


.button::-moz-focus-inner {
	border: 0;
	padding: 0;
} 

.box,
.box-h,
.box-content {
	display: block;
	margin: 0;
}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 13px 50px 20px;
}
.box:after {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 0.1px;
	content: " ";
}
.box-h {
	font-size: 1.875em;
	font-weight: 400;
}
.box-content + .box-more {
	margin-top: 10px;
}
.box-more {
	clear: both;
}
.box-figure {
	float: left;
	margin: 0 15px 15px 0;
}
@media screen and (max-width: 1023px) {
	.box-figure {
		float: none;
		margin: 0 0 15px;
	}
}

.black-box {
	background: rgba(0,0,0,0.5);
}
.black-box > .box-h,
.black-box > .box-content {
	color: #fff;
}

.big-box {
	padding: 30px 50px 45px;
}
.big-box > .box-h {
	font-size: 3.25em;
	font-weight: 600;
	line-height: 1.3333;
}
.big-box > .box-content {
	font-size: 1.75em;
	line-height: 1.3333;
	font-weight: 300;
}
.big-box > .box-content strong {
	font-weight: 600;
}
.big-box > .box-content + .box-more {
	margin-top: 20px;
}
.big-box > .box-more > .button {
	height: 59px;
	line-height: 59px;
	font-size: 1.6667em;
	padding: 0 34px;
	font-weight: 700;
}
.hover-box {
	-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.simple-box > .box-h {
	font-size: 2em;
	color: #b2b2b2;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 12px;
}

.text-container {
	padding: 0 50px;
}

.v-list > .box + .box {
	margin-top: 20px;
}
.v-list-h {
	padding: 0 50px;
	margin: 15px 0 13px;
	font-size: 2em;
	color: #b2b2b2;
	line-height: 1.5;
	font-weight: 600;
}
