.category-header {
	height: 530px;
	width: 100%;
	background: url('/files/images/contact-banner.png') no-repeat center center transparent;
	line-height: 50px;
	background-attachment: fixed;
	background-size: cover;
}

.category-list-checkbox {
	position: relative;
	min-height: 100px;
	background-color: #e3001b;
	width: 100%;
}

.border-sidelong-extra {
	position: absolute;
	background-color: #e3001b;
	opacity: 0.5;
	height: 70px;
	width: 110%;
	top: -70px;
	left: -10px;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    z-index: 10;
}

.border-sidelong-main {
	position: absolute;
	background-color: #e3001b;
	height: 110px;
	width: 110%;
	top: -50px;
	left: -10px;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    z-index: 10;
}

.bg111 {
	background-color: #111;
}

.custom-input {
	background-color: #222;
	border-color: #444;
	color: #999;
}

.bg-theme {
	background-color: #e3001b;
	border-color: #e3001b;
}

.btn-default.bg-theme:hover {
	color: #e3001b !important;
}

.send-message * {
	border-radius: 0px;
}

.refresh-captcha {
	text-decoration: none;
}

.refresh-captcha:hover {
	color: #0088cc !important;
	text-decoration: none;
}

@media (min-width: 320px){
	.refresh-captcha {
		font-size: 20px;
	}
	.enter-captcha {
		margin-top: 0px;
	}
}

@media (min-width: 768px){
	.refresh-captcha {
		font-size: 25px;
	}
	.enter-captcha {
		margin-top: 33px;
	}
	.category-header-title{
		padding-top: 100px;
	}
}
