/*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%
	}
	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*/

video {
	display : none;
}

.site_content {

}

.icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #000000 !important;
}

.main_pagination {
	margin: 0 15px;
}


#first_row {
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	text-align: center;
}

#first_row div {
	height: 25px;
	margin: 10px 0;
	width: 33.33%;
	display: inline-block;
	padding: 0 !important;
}

.header_info {
	display: none;
}

.header_links {
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
}

.header_links i {
	font-size: 25px;
	min-width: 25px;
	text-align: center;

}

#main_title_section {
	margin: 0 auto;
}

.motto, .punchline {
	font-family: 'secrets';
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	border-top-style: none;
	text-align: center;
	margin: 5px 0;
}

.slider {
	width: 100%;
	height: auto;
}

#main_menu_button_desktop_version {

}

#main_menu_button_desktop_version label {
	display: contents;
	text-align: center;
	margin: 15px;
}

#toggle-menu {
	visibility: hidden;
	display: contents;
}

#toggle-menu {}


.menu-icon:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c9";
	font-size: 22px;
}

.button_container {

}

.main_menu_button {
	text-align: center;
	margin: 10px auto;
	display: block;
	width: 100%;
	height: auto;
}

.main_menu_text {
	color: #fff;
	font-size: 24px;
	text-align: center;
	float: left;
}

/*Slider START*/
.slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	display: none;
}

.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;
	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: 360px;
	font: 300 16px/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: 25%;
	width: 100%;
	height: 12px;
	cursor: default;
	z-index: 2;
	text-align: center;
}

.slideshow .pagination .item {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 46px;
	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 -25px 0;
	padding: 5px;
	position: absolute;
	top: 10%;
	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;
}
/*Slider END*/

.text p {
	margin-bottom: 0;
}

.menu_item {
	padding: 5px 0;
	text-indent: 10px;
}

.menu_item a span {
	text-transform: uppercase;
}

.main-content {
	margin-top: 15px;
}

#footer {
	padding: 0;
}

#footer_menu {
	display: none;
}

#footer_menu ul {
	list-style: none;
}

.perks {
	text-align: center
}

.perks_container h2 {
	text-align: center;
	font-size: 22px !important;
	color: #FFFFFF;
}

.perks p {
	color: #FFFFFF;
}

.count {
	font-size: 45px;
	color: #FFFFFF;
}

button.accordion {
	background: #201f1f;
	border: none;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 10px 12px;
	text-align: left;
	transition: .4s;
	width: 100%;
}

div.panel {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	padding: 0 18px;
	transition: max-height .2s ease-out;
}

.panel p {
	font-size: 18px;
	height: 40px;
	line-height: 2;
	margin-top: 10px;
	text-align: left;
	text-indent: 10px;
}

.panel p a i {
	margin-right: 15px;
}

button.accordion:after {
	color: #777;
	content: "\02795";
	float: right;
	font-size: 13px;
	margin-left: 5px;
}


#copy {
	text-align: center;
	color: #FFFFFF;
}

.main_menu_container {
	display: none;
}

span::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
}

#first_elem a span::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free", Calibri, sans-serif;
	margin-right: 15px !important;

}

#second_elem a span::before {
	content: "\f05a";
	font-family: "Font Awesome 5 Free", Calibri, sans-serif;
	margin-right: 15px !important;
}

#third_elem a span::before {
	content: "\f291";
	font-family: "Font Awesome 5 Free", Calibri, sans-serif;
	margin-right: 15px !important;
}

#sixth_elem span::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free", Calibri, sans-serif;
	margin-right: 15px!important;
}

#seventh_elem span::before{
	content: "\f1c8";
	font-family: "Font Awesome 5 Free", Calibri, sans-serif;
	margin-right: 15px!important;
}

ul li {
	color: #FFFFFF;
}

ul li a {
	color: #FFFFFF;
}

.shop_menu {
	padding-left: 65px;
}