.lead {
	font-size: 1.15em;
}

.bg-black-o {
	background-color: rgba(0, 0, 0, 0.4);
}

.bg-white-o {
	background-color: rgba(255, 255, 255, 0.3);
}

.bg-light-blue {
	background-color: #64c6fc;
}

.bg-green {
	background-color: #cac237;
}

.bg-grey {
	background-color: #f4f4f4;
}

.bg-white {
	background-color: #fff;
}

.bg-blue {
	background-color: #2d74a4;
}

.bg-dark-blue {
	background-color: #0f2a3d;
}

.light-blue {
	color: #64c6fc;
}

.dark-blue {
	color: #0f2a3d;
}

.blue {
	color: #2d74a4;
}

.white {
	color: #fff;
}

.green {
	color: #cac237;
}

.red {
	color: #f05972;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fs-35 {
	font-size: 35px;
}

/*.uppercase {
	text-transform: uppercase;
}*/

.bg-x-blue:before {
	background-image: url(../img/bg/x-blue.png);
}

.bg-x-light-blue:before {
	background-image: url(../img/bg/x-light-blue.png);
}

.bg-x-grey:before {
	background-image: url(../img/bg/x-grey.png);
}

.bg-x-white:before {
	background-image: url(../img/bg/x-white.png);
}

.bg-x-right:before,
.bg-x-left:before {
	position: relative;
}

.bg-x-right:before,
.bg-x-left:before {
	content: "";
	position: absolute;
	width: 292px;
	height: 732px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
}

.bg-x-left:before {
	left: 0;
	background-position: right;
}

.bg-x-right:before {
	right: 0;
	background-position: left;
}

.bg-x-full-cover {
	height: 732px;
	max-height: 732px;
}

.bg-x-small-cover {
	height: 516px;
	max-height: 516px;
}

.bg-x-small-cover:before {
	margin-top: -108px;
}

.bg-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}