:root {
	--prim-color: #A40000;
	--sec-color: #CC0000;
	--ter-color: #FF3333;
	--quat-color: #454550;
	--dark-color: #313131;
	--text-color: #545454;
	--disabled-color: #818181;
	--header-font: 'Roboto Condensed', Roboto, sans;
}

body {
	color: #545454;
	font-family: var(--header-font);
	line-height: 22px;
	margin: 0;
	font-size: 1.2em;
	min-height: 600px;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	line-height: normal;
	text-transform: none;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.main h1 {
	font-size: 32px;
}

.main h2 {
	font-size: 28px;
}

.main h3 {
	font-size: 24px;
}

.main h4 {
	font-size: 20px;
}

.main h5 {
	font-size: 18px;
}

.main h6 {
	font-size: 14px;
}


@media (max-width: 576px) {
	.main h1 {
		font-size: 28px;
		letter-spacing: 0;
	}

	.main h2 {
		font-size: 24px;
		letter-spacing: 0;
	}

	.main h3 {
		font-size: 18px;
		letter-spacing: 0;
	}

	.main h4 {
		font-size: 16px;
		letter-spacing: 0;
	}

	.main h5 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.main h6 {
		font-size: 12px;
		letter-spacing: 0;
	}
}

.main p, .main li {
	color: var(--text-color);
	margin: 0;
}

.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
	bottom: -95px;
}

@media (min-width: 992px) {
	#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: var(--dark-color);
		font-size: 18px;
	}

	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
		color: #777;
	}

	#header .header-nav-main nav > ul > li > a {
		color: var(--prim-color);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		padding: 0.5rem 1rem;
		letter-spacing: 1px;
		text-transform: none;
	}

	.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
		bottom: -50px;
	}

}


img.white-filter {
	filter: brightness(0) invert(1);
}

img.dark-filter {
	filter: brightness(0);
}

html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
	background-color: rgba(10, 10, 10, .8) !important;
}

.col-half-section {
	max-width: 90%;
}

.thumb-info .thumb-info-action-icon {
	background: #CCCCCC;
	font-size: 16px;
	height: 36px;
	line-height: 32px;
	right: 0;
	text-align: center;
	top: -50px;
	width: 100%;
}

.grayscale {
	filter: grayscale(90%);
	opacity: 0.5;
}

.bg-contact {
	background-image: url(../../img/elements/bg-watermark.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.card-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 5px;
	margin: 5px;
	border: 1px solid #CDCDCD;
	padding: 10px 10px 5px 10px;
	transition: all 0.3s ease;
}

.card-item:hover {
	-webkit-box-shadow: 2px 2px 8px 3px #DADADA; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 2px 2px 8px 3px #DADADA; /* Firefox 3.5 - 3.6 */
	box-shadow: 2px 2px 8px 3px #DADADA; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	position: relative;
	background-color: #F6F6FA;
	border: 1px solid var(--prim-color);
	transform: translate(2px, -3px) perspective(2px);
}


.arrow {
	background-image: url(../../img/elements/arrows-dark.png)
}

.arrow.arrow-light {
	background-image: url(../../img/elements/arrows-dark.png)
}

html.dark .arrow {
	background-image: url(../../img/elements/arrows-dark.png);
}

.arrow {
	background: transparent url(../../img/elements/arrows.png) no-repeat 0 0;
}

.arrow.arrow-light {
	background-image: url(../../img/elements/arrows-dark.png);
}

.call-to-action.call-to-action-in-footer {
	padding-top: 70px;
	padding-bottom: 50px;
	margin-top: -90px;
	margin-bottom: -50px !important;
}


.thumb-info {
	background-color: #A40000;
}

img.filter-light {
	filter: brightness(0) invert(1);
}

img.filter-dark {
	filter: brightness(0);
}

form label {
	font-weight: 600;
	margin-bottom: 4px;
	color: var(--text-color);
}

input:required:focus,
select:required:focus {
	border: 1px solid red;
	outline: none;
}

.form-control:focus {
	background-color: #fff6f6;
	border: 1px solid var(--quat-color);
	box-shadow: 0 0.2rem 0.3rem rgba(50, 50, 50, 0.2);
}

textarea {
	resize: none;
}
