#colorbox {
	z-index: 15;
	outline: none;
}

#colorbox:focus {
	outline: none;
}

#cboxOverlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,0.5);
}

#cboxWrapper {
	background: #FFFFFF;
	outline: none;
}

#cboxWrapper:focus {
	outline: none;
}

#cboxContent {
	background: #FFFFFF;
	padding: 50px;
}

#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	color: #000000;
}

.lb__head-right {
	float: left;
	margin-bottom: 20px;
	width: 175px;
}

.lb__head-right h2 {
	line-height: 1;
}

.lb__head-right .cap-blue {
	font-size: 38px;
}

.cap-red {
	font-size: 38px;
	color: #A50E0D;
	text-transform: uppercase;
}

.lb__head-left {
	float: left;
	/*width: 55%;*/
	width: 335px;
	margin-top: 55px;
}

.lb-button {
	background: #A50E0D;
	padding: 15px;
	font-size: 30px;
	font-family: 'DINOTRegular', sans-serif;
	text-align: center;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
}

.lb-button:hover {
	background: #c02126;
	color: #FFFFFF;
}

.lb__body {
	clear: both;
	width: 100%;
	max-width: 520px;
	font-family: 'DINOTRegular', sans-serif;
	line-height: 1.3;
	font-size: 19px;
}

/*Mobile Lightbox */

@media all and (max-width: 474px) {

	#cboxClose {
		top: 0;
		right: 0;
	}

	#cboxContent {
		padding: 25px;
	}

	.lb__head-right {
		width: 300px;
		float: none;
	}

	.lb__head-right span {
		font-size: 30px !important;
	}

	.lb__head-left {
		margin-top: 0;
		width: 275px;
		margin-bottom: 15px;
	}

	.lb-button {
		font-size: 22px;
	}

	.lb__body {
		width: 275px;
	}

}


@media all and (min-width: 475px) and (max-width: 625px) {

	.lb__head-right {
		width: 415px;
		float: none;
	}

	.lb__head-left {
		margin-top: 0;
		margin-bottom: 15px;
	}
}