body {
	font-family: "Open Sans", Calibri, sans-serif;
	color: #a6a8a8;
	font-size: 14px;
	overflow-x: hidden !important;
    background-color:#000;
}
/*Typography*/
a {
	color: #e74c3c;
}
a:hover {
	color: #e74c3c;
	text-decoration: underline;
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5, .btn, p.big-paragraph, .carousel-caption, .recent-posts .col-md-9 .text p small, .navbar-default .navbar-brand, .orange {
	font-family: Corbel, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	font-weight: 500;
	color: #333;
}
h1.page_title {
	text-transform: none;
	font-size: 24px;
	font-weight: bold;
}
h1 span {
	color: #e74c3c;
}
h2 {
	font-size: 32px;
	color: #f0f0f0;
	line-height: 50px;
	text-transform: uppercase;
}
h2 small {
	color: #c7c7c7;
	font-size: 12px;
}
h2.page__title {
	font-size: 60px;
	padding-bottom: 20px;
	color: #333;
	text-transform: lowercase;
}
h2.page__title span {
	background: #fff;
	padding: 0 30px;
}
h3 {
	font-size: 27px;
	color: #333;
	text-transform: none;
	line-height: 110%;
}
h3.subtitle {
	font-size: 27px;
	color: #fff;
	text-transform: none;
	line-height: 110%;
}
h3 small {
	font-size: 14px;
	font-weight: bold;
    color:#fff;
}
h3 a {
	color: #333;
	line-height: 110%;
}
h3 a:hover {
	text-decoration: none;
	color: #e74c3c;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 22px;
	color: #333;
	text-transform: none;
	margin: 0;
	font-weight: 400;
}
h4 a {
	color: #333;
}
h4 a:hover {
	text-decoration: none;
	color: #e74c3c;
}
h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #33313a;
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0px;
}
h2.with__margin2 {
	margin: 50px 0;
}
p.small-paragraph {
	font-size: 18px;
	color: #e74c3c;
	font-family: Corbel, 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
}
p.smaller {
	font-size: 16px;
	color: #bababa;
	font-family: Corbel, 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: none;
}

/* Forms */
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ffdd3c;
}
/*Buttons*/
.btn-info {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-color: #f0f0f0;
	background: #f0f0f0;
	text-transform: lowercase;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-width: 1px;
	padding: 0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background-color: #e74c3c;
	border-color: #e74c3c;
	color: #fff;
}
.btn-default {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	border-color: #f0f0f0;
	background: #f0f0f0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #e74c3c;
	border-color: #e74c3c;
	color: #fff;
}
button.btn-primary:focus, .btn-default:focus, .btn-info:focus {
	outline: none;
}
.btn-lg {
	width: 180px;
	height: 57px;
	text-transform: uppercase;
	line-height: 57px;
	padding: 0;
}
.btn-md {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	padding: 0;
	margin-top: -5px;
}
footer .btn-md, .recent-posts .btn-md {
	margin-top: 0px;
}
/*Header*/
header {
	background: #333;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 100%;
	z-index: 112;
	top: 0;
}

.red {
    color:red;
}
header.normal {
	position: relative;
}

/* Footer */
footer {
	background: #333;
	position: fixed;
	border-top: 26px solid #e74c3c;
	z-index: 111;
	color: #999;
    bottom: 0px;
    width: 100%;
}
footer a {
	color: #e74c3c;
}
footer h3 {
	padding-bottom: 20px;
	color: #fff;
}
footer hr {
	border-top: 1px solid #4e4e4e;
	margin: 40px 0 0 0;
}
footer p span {
	color: #fff;
}
footer>.container>.row:first-child {
	padding: 25px 0 16px 0;
}
footer .text-center {
	padding: 0;
	margin: 0;
}
footer .form-group {
	width: 90%;
}
footer button.btn-primary {
	position: relative;
	top: 10px;
}
footer button.btn-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}
footer button.btn-primary:focus {
	outline: none;
}

@media (max-width: 767px) {
	footer .container {

		margin-bottom: 0px !important;
	}
	footer>.container>.row:first-child {
		padding: 0 0 0 0;
	}
}

.container {
    margin-bottom:20px;
}

footer .container-fluid {
    margin:0px;
}

.mark{
	color:red;
	font-size:20px;
	display:none;
	background-color: #f7f7f7;
}