/*Gradien*/
@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%.menu_item a span
	}
	100% {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

/*End Of Gradient*/

@font-face {
	font-family: secrets;
	/*src: url('http://mtzcustoms.ro/fonts/secrets-stencil.ttf');*/
	src: url(../fonts/secrets-stencil.ttf);
}

@font-face {
	font-family: altehaas;
	/*src: url('http://mtzcustoms.ro/fonts/secrets-stencil.ttf');*/
	src: url(../fonts/AlteHaasGroteskRegular.ttf);
}

@font-face {
	font-family: altehaasbold;
	/*src: url('http://mtzcustoms.ro/fonts/secrets-stencil.ttf');*/
	src: url(../fonts/AlteHaasGroteskBold.ttf);
}

body {
	background: #000000 !important;
}

h1 {

}

video {
	z-index: -1;
	display: none;
}

.main_pagination {
	width: 100%;
	margin: 0 auto;
}

.site_content {
	width: 80%;
	position: relative;
	margin: 0 auto;
	display: block;
	/*border: 1px dashed gray;*/
}

header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#first_row {
	padding: 7px 0;
	margin: 0;
	background: #201f1f;
}

.header_links {
	font-size: 1.5em;
	color: white;
}

/*.logo_text {*/
/*font-family: 'secrets';*/
/*font-size: 70px;*/
/*font-style: normal;*/
/*font-weight: 400;*/
/*letter-spacing: 5px;*/
/*line-height: 2.8;*/
/*margin-bottom: 25px;*/
/*border-top-style: none;*/
/*}*/

.title, .text {
	padding: 0 2px;
	font-family: altehaasbold !important;
}

.text {
	text-indent: 400px;
}


.motto, .punchline {
	font-family: 'secrets';
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	border-top-style: none;
	text-align: center;
	margin: 5px 0;
}

.motto {

}

.punchline {
	text-indent: 7em;
	margin-bottom: 0;
}

.navbar-nav {
	flex-direction: row !important;
}

.menu_item {
	padding: 6px 12px;
	margin: 3px 20px;
	display: inline-block;
}

.menu_item a span {
	color: white;
	font-size: 1.35em;
	font-weight: 300;
	text-transform: uppercase;
}

#menu_container {
	text-align: center;
	background: #919191;
}

#main_menu {
	width: 100%;
	display: block;
	margin: 25px 0;
	text-align: right;
}

#top_menu {
	margin: 0 auto;
	width: 80%;
	display: contents;
}

.main_menu_container {
	display: none;
}

#main_menu_button_desktop_version {
	display: none;
}

.logo {
	max-height: 100px;
	height: 100px;
}

#logo_site {
	max-height: 100px;
	height: 100px;
	color: #FFFFFF;
}

#main_title_section {
	/*border-top: 2px solid #919191;*/
	margin: 0;
}

.flex-caption {
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
}

li.css a {
	border-radius: 0;
}

/**/
body {
	font: 14px/2 "Open sans", sans-serif;
	letter-spacing: 0.05em;
}

.btn {
	display: inline-block;
	padding: 13px 20px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	background: transparent;
	border: 1px solid #e1e1e1;
	font: 12px/1.2 "Oswald", sans-serif;
	letter-spacing: 0.4em;
	text-align: center;
	text-indent: 2px;
	text-transform: uppercase;
	transition: color 0.1s linear 0.05s;
}

.btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	z-index: 1;
	opacity: 0;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.btn::after {
	transition: border 0.1s linear 0.05s;
}

.btn .btn-inner {
	position: relative;
	z-index: 2;
}

.btn:hover {
	color: #373737;
	transition: color 0.1s linear 0s;
}

.btn:hover::before {
	top: 0;
	height: 100%;
	opacity: 1;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.btn:hover::after {
	border-color: #373737;
	transition: border 0.1s linear 0s;
}

.slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 570px;
	z-index: 1;
	margin: 0;
}

.slideshow .slideshow-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
	display: block;
}

.slideshow .slide.is-loaded {
	opacity: 1;
}

.slideshow .slide .caption {
	padding: 0 100px;
}

.slideshow .slide .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 1;
	background-size: cover;
	image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.slideshow .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slideshow .slide .title {
	margin: 0 auto 15px;
	max-width: 1000px;
	font: 300 50px/1.2 "Oswald", sans-serif;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}

.slideshow .slide .text {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 18px;
	line-height: 1.4;
}

.slideshow .slide .btn {
	margin: 15px 0 0;
	border-color: #ffffff;
}

.slideshow .slide .btn::before {
	background: #ffffff;
}

.slideshow .pagination {
	position: absolute;
	bottom: 35px;
	left: 44%;
	width: 200px;
	height: 12px;
	cursor: default;
	z-index: 2;
	text-align: center;
}

.slideshow .pagination .item {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 50px;
	height: 32px;
	cursor: pointer;
	text-indent: -999em;
	z-index: 1;
}

.slideshow .pagination .item + .page {
	margin-left: -2px;
}

.slideshow .pagination .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
	width: 0;
	background: #ffffff;
	z-index: 2;
	transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
	background-color: #ffffff;
}

.slideshow .arrows .arrow {
	margin: -33px 0 0;
	padding: 20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 3;
}

.slideshow .arrows .prev {
	left: 30px;
}

.slideshow .arrows .prev:hover .svg {
	left: -10px;
}

.slideshow .arrows .next {
	right: 30px;
}

.slideshow .arrows .next:hover .svg {
	left: 10px;
}

.slideshow .arrows .svg {
	position: relative;
	left: 0;
	width: 14px;
	height: 26px;
	fill: #ffffff;
	transition: left 0.2s ease;
}

.slider {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#footer {
	display: inline-flex;
	background: #201f1f;
}

.footer_left {
	display: inline-block;
	text-align: center;
}

.footer_right {
	display: inline-block;
	text-align: center;
}

#footer_menu ul {
	list-style: none;
	margin: 1em 0;
}

#footer_menu ul li {
	display: inline-block;
}

#footer_menu ul li a {
	color: #ffffff;
	padding: 1em 2em;
}

#copy {
	color: #ffffff;
	margin: 1em 0;
}

.perks_container {
	width: 80%;
	margin: 0 10%;
}

.perks_container .container {
	display: flex;
}

.perks {
	display: inline-block;
}

.perks p {
	text-align: center;
	color: #FFF;
}

#about_us_link {
	padding: 1em 1em 1em 2em;
	color: #FFF;
}

.count {
	font-size: 3em;
	font-weight: 700;
}

.menu_item a {
	display:block;
	text-decoration:none;
	/*line-height:32px;*/
	padding:0 15px;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
	font: 300 20px/1.2 "Oswald", sans-serif;;
	color: #fff;
	/*font-size: 1.2em;*/
	font-weight: 700;
}

.menu_item ul {
	list-style: none;
	padding: 0 0 0 15px;
	text-align: left;
	margin: 15px;
	display: none;
}

.menu_item.current-menu-item{
	background:#ddd;
}

.menu_item:hover {
	background:#f6f6f6;
}

.menu_item:hover > a {
	text-decoration: none;
	cursor: pointer;
}

.menu_item:hover > a span {
	color: #FFF !important;
}

#main_menu ul
{
	list-style:none;
	position:relative;

}

#main_menu ul a
{

}

#main_menu ul li
{
	position: relative;
	margin: 0;
	padding: 8px 0;
}

#main_menu ul li.current-menu-item
{
	background:#ddd
}

#main_menu ul li:hover
{
	background:#919191
}

#main_menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	margin: 0;
	padding:0;
	z-index: 100;
}

#main_menu ul ul li
{
	float:none;
	width:300px;
	padding: 1em 2em;
}

#main_menu ul ul a
{
	line-height:120%;
	padding:10px 15px;
	color: black;
}

#main_menu ul ul a:hover {
	color: #FFF;
}

#main_menu ul ul ul
{
	top:0;
	left:100%
}

#main_menu ul li:hover > ul
{
	display:block
}

.caption a {
	color: #FFFFFF !important;
}

.caption a:hover {
	color: #000000 !important;
}

.heading {
	text-align: center;
	color: #FFFFFF;
}

.footer_menu_accordion {
	display: none;
}
