
:root {
    --prim-color: #fec430;
    --sec-color: #65666a;
    --ter-color: #303030;
    --quat-color: #ffbb0f;
    --dark-color: #303030;
    --text-color: #343434;
    --disabled-color: #818181;
	--header-font: 'Bebas Neue', Oswald, sans;
	--text-font: 'Roboto', sans;
}

body {
	color: #545454;
	font-family: var(--text-font);
	line-height: 22px;
	margin: 0;
	font-size: 1em;
	min-height: 600px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
	letter-spacing: 2px;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	color: var(--prim-color);
}

.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;
}

.main p {
	font-size: 16px;
}


@media (max-width: 576px) {
	.main h1 {
		font-size: 28px;
		letter-spacing: 0;
	}

	.main h2 {
		font-size: 24px;
		letter-spacing: 0;
	}

	.main h3 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.main h4 {
		font-size: 18px;
		letter-spacing: 0;
	}

	.main h5 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.main h6 {
		font-size: 12px;
		letter-spacing: 0;
	}

	.main p {
		font-size: 16px;
	}

	.testimonial blockquote p {
		font-size: 1em;
	}

	.owl-carousel.carousel-center-active-item-2 .owl-item > div {
		padding: 1rem;
	}

}

.main p {
	margin: 0 0 5px;
}

.main li {
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #EEE;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: var(--header-font);
        font-weight: normal;
	}
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a:hover {
        color: #999;

    }
}


img.white-filter {
	filter: brightness(0) invert(1);
}

img.dark-filter {
	filter: brightness(0);
}

.flag {
	width: 16px;
	height: 11px;
	background: url(../../img/elements/flags.png) no-repeat;
}

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;
}

html .btn-primary {
    color: #434343;
}

.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;
}


.timeline .tm-body {
	position: relative;
	padding: 30px 0;
}

.timeline .tm-body:after {
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	content: '';
	display: block;
	height: 100%;
	left: 140px;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 0;
	opacity: 0.35;
}

.timeline .tm-title {
	position: relative;
	display: inline-block;
	text-align: center;
	min-width: 200px;
	background-color: #FFFFFF;
	padding: 4px 5px;
	margin: 0 40px;
	z-index: 1;
	border-radius: 3px;
}

.timeline .tm-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.timeline .tm-items > li {
	position: relative;
	margin: 30px 0;
	padding: 0 0 0 190px;
	min-height: 65px;
	z-index: 1;
}

.timeline .tm-items > li .tm-datetime {
	position: absolute;
	top: 50%;
	left: 85px;
	width: 100px;
	height: 48px;
	margin-top: -24px;
	text-align: center;
	z-index: 3;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #999999;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0;
	white-space: nowrap;
	background-color: white;
}

.timeline .tm-items > li .tm-icon {
	position: absolute;
	top: 50%;
	left: 140px;
	background-color: #ECEDF0;
	border: 3px solid #CCCCCC;
	color: #CCCCCC;
	font-size: 28px;
	padding: 10px;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 29px;
	margin-top: -28px;
	margin-left: -28px;
	z-index: 2;
	border-radius: 28px;
}

.timeline .tm-items > li .tm-box {
	position: relative;
	background: #FFFFFF;
	min-height: 65px;
	padding: 10px 20px;
	border: 1px solid #E9E9E9;
	border-radius: 6px;
}

.timeline .tm-items > li .tm-box:after {
	right: 100%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #FFFFFF;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}

.timeline .tm-items > li .tm-box p:last-child {
	margin-bottom: 0;
}

.timeline .tm-items > li .tm-box .tm-meta {
	margin: 10px 0 0;
}

.timeline .tm-items > li .tm-box .tm-meta span {
	display: inline-block;
	padding-right: 8px;
}

.timeline .tm-items > li .tm-box .tm-meta span:last-child, .timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
	padding-right: 0;
}

.timeline.timeline-simple .tm-body:after {
	left: 30px;
}

.timeline.timeline-simple .tm-body .tm-title {
	border: 1px solid #E9E9E9;
	margin: 0 10px;
}

.timeline.timeline-simple .tm-body .tm-items > li {
	padding: 0 0 0 55px;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	display: block;
	position: absolute;
	content: ' ';
	background: none repeat scroll 0 0 #CCCCCC;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 6px #CCCCCC;
	height: 7px;
	left: 30px;
	top: 50%;
	width: 8px;
	margin-left: -4px;
	margin-top: -4px;
}

.timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
	left: -17px;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #E9E9E9;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}

@media only screen and (max-width: 991px) {
	.timeline .tm-body:after {
		left: 20px;
	}

	.timeline .tm-title {
		margin: 0;
	}

	.timeline .tm-items > li {
		padding-left: 50px;
	}

	.timeline .tm-items > li .tm-info {
		margin: 0 0 15px;
	}

	.timeline .tm-items > li .tm-info::after {
		clear: both;
		content: "";
		display: block;
	}

	.timeline .tm-items > li .tm-icon {
		border-width: 2px;
		float: left;
		font-size: 22px;
		height: 40px;
		line-height: 36px;
		margin: 0 15px 0 0;
		padding: 0;
		position: static;
		width: 40px;
	}

	.timeline .tm-items > li .tm-datetime {
		margin: 0;
		position: static;
		text-align: left;
	}

	.timeline .tm-items > li .tm-datetime .tm-datetime-date {
		font-size: 0.75rem;
		line-height: 1.3;
	}

	.timeline .tm-items > li .tm-datetime .tm-datetime-time {
		font-size: 1rem;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 767px) {
	.timeline .tm-items > li .tm-box .tm-meta span {
		display: block;
	}
}

html.dark .timeline .tm-items > li .tm-box {
	background: #282D36;
	border-color: #21262D;
}

html.dark .timeline .tm-items > li .tm-box:after {
	border-right-color: #282D36;
}

html.dark .timeline .tm-items > li .tm-box:before {
	border-right-color: #21262D;
}

html.dark .timeline .tm-items > li .tm-icon {
	background-color: #1D2127;
}

html.dark .timeline .tm-title {
	background-color: #282D36;
	border-color: #21262D;
}

html.dark .timeline.timeline-simple .tm-body .tm-title {
	background-color: #282D36;
	border-color: #21262D;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	box-shadow: 0 0 0 3px #2E353E, 0 0 0 6px #CCCCCC;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:after {
	border-right-color: #282D36;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
	border-right-color: #21262D;
}


/* Timeline  */
.timeline .tm-items > li .tm-icon {
	position: absolute;
	top: 30px;
	left: 85px;
	background-color: #F1F1F1;
	border: 2px solid var(--prim-color);
	color: var(--prim-color);
	font-size: 1.2em;
	padding: 1px 0 0 0;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 29px;
	margin-top: -25px;
	margin-left: -28px;
	z-index: 2;
	border-radius: 28px;
}

.timeline.timeline-simple .tm-body .tm-title {
	border: 1px solid #999999;
	margin: 0 10px;
	color: #333333;
}

.timeline .tm-title {
	position: relative;
	text-align: center;
	min-width: 100px;
	background-color: #F0F0F0;
	padding: 5px 20px;
	margin: 0 10px;
	border-radius: 6px;
}

.timeline .tm-items > li .tm-box {
	min-height: 45px;
	padding: 10px 5px 5px 15px;
	border: 1px solid #DADADA;
	border-radius: 5px;
}

.timeline.timeline-simple .tm-body .tm-items > li {
	padding: 0 0 0 50px;
}

.timeline .tm-items > li {
	margin: 6px 0;
	padding: 0 0 0 110px;
	min-height: 55px;
}


.timeline .tm-items > li .tm-datetime {
	position: absolute;
	top: 25px;
	left: 0;
	width: 55px;
	height: 48px;
	margin-top: -20px;
	text-align: center;
	z-index: 3;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	font-size: 1.2em;
	font-weight: 700;
	white-space: nowrap;
	color: #777777;
	margin: 0;
}

.timeline .tm-items > li .tm-box:after {
	border-right-color: #EFEFEF;
	border-width: 8px;
	top: 22px;
}


.timeline .tm-body:after {
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #707070 92%, rgba(80, 80, 80, 0) 100%);
	left: 78px;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	font-size: 0.9rem;
	line-height: 1;
}

@media only screen and (max-width: 991px) {
	.timeline .tm-items > li .tm-icon {
		left: 26px;
	}

	.timeline .tm-items > li .tm-info {
		margin: 0 0 6px;
	}

	.timeline .tm-items > li {
		margin: 6px 0;
		padding: 0 0 0 50px;
	}

	.timeline .tm-body:after {
		left: 19px;
	}

	.timeline .tm-title {
		margin: 0;
	}
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background: var(--ter-color);
	box-shadow: 0 0.5rem 0.8rem rgba(50, 50, 50, 0.3);
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*=owl-] {
	background-color: var(--ter-color);
	color: #FFFFFF;
}

.owl-carousel.carousel-center-active-item-2 .owl-item > div {
	background: #FAFAFA;
	border-radius: 7px;
	border: 1px solid #DDDDDD;
}

html .scroll-to-top {
	font-size: 1em;
	padding: 4px 12px 19px 12px;
	transform: translateX(-50%);
	margin: 0 -5px;
	min-width: 50px;
	transition: opacity 0.3s;
	background: #777777;
}


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: #EEEEFF;
	border: 1px solid var(--prim-color);
	box-shadow: 0 0.1rem 0.15rem rgba(40, 40, 40, 0.2);
}

textarea {
	resize: none;
}

.table .thead-dark th {
	color: #FFFFFF;
	background-color: #171717;
	font-size: 14px;
	border: none;
}


.table td {
	font-size: 14px;

}
