
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body,html{
	margin:0px;
	padding:0px;
	font-family:'Rajdhani',sans-serif;
	font-weight:400;
	font-size:16px;
	position:relative;
	box-sizing:border-box;
}

form{
	box-shadow:0px 0px 25px rgba(0,0,0,0.4);
	max-width:1920px;
	margin: auto;
	position: relative;
}

a{
	text-decoration:none;
	color:#000;
}

img{
	border:none;
}

strong{
	font-weight: bold;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

h1{
	font-size: 55px;
	margin: 0px;
	font-weight: normal
}
h4{
	font-size: 89px;
	margin: 0px;
	line-height: 40px;
}
h5{
	font-size: 50px;
	margin: 0px;
	line-height: 30px;
}
*{
	box-sizing:border-box;
}

table td{
	position:relative;
}

.responsive-show{
	display: none;
}

.tablet-show,
.mobile-show{
	display: none;
}

/***HEADER***/
.header_single{
	position: relative;
	z-index:1;
	max-width:1920px;
	margin:auto;
	width:100%;
}

/*
#entry_content_container_0{
	margin-top:-580px;
	position: relative;
	z-index:2;
	padding-top:100px;
}
*/

.scroll_holder{
	height:91px;
}

.floater-buttons{
	position:fixed;
	right:20px;
	top:50vh;
	margin-top:-67px;
	z-index:11;
	text-align: right;
}

.floater-buttons a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:38px;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
	background-color:#fff;
	box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	position: relative;
	border-radius:20px;
	text-align: left;
	color:#3D4B52;
	text-transform:uppercase;
}

.floater-buttons a span{
	width:240px;
	display:inline-block;
	text-align: center !important;
	vertical-align:middle;
}

.floater-buttons a::after{
	content:'';
	display:inline-block;
	width:40px;
	height:40px;
	vertical-align: middle;
	position:absolute;
	right: 0px;
	top:0px;
}

.floater-buttons a.download::after{
	background: url(/images/download_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a.contact::after{
	background: url(/images/email_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a.location::after{
	background: url(/images/location_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a:hover{
	width:240px;
}

.top_container{
	padding:10px 0px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	background-color:#EBCB84;
}

.top_container .top_content{
	width:100%;
	max-width:1400px;
	margin:auto;
}

.resp_menu_button{
	position:relative;
	text-align:center;
	z-index:99999;
	padding-left:0px !important;
	height:25px;
	width:85px;
	margin-left:10px;
	margin-top:35px !important;
	float:right;
}

.resp_menu_button span{
	display:inline-block;
	width:40px;
	height:5px;
	background-color:#fff;
	position:absolute;
	right:0px;
	margin-left:-15px;
	transition:all ease-in-out 0.3s;
	border-radius:10px;
}

.resp_menu_button span:nth-child(1){
	top:0px;
}

.resp_menu_button span:nth-child(2){
	top:10px;
/*	background-color:#b51817;*/
/*	width:65px;*/
}

.resp_menu_button span:nth-child(3){
	top:20px;
}

.resp_menu_button.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.resp_menu_button.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}

.resp_menu_button.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}

.sub_menu_container{
	background: url(/images/sub_menu_bg.png) center center no-repeat;
	background-size:cover;
	padding:20px;
	text-align:center;
	position: relative;
	z-index:10;
}

.sub_menu_container .sub_menu_content{
	position: relative;
	max-width:1550px;
	margin: auto;
}

.sub_menu_container .sub_menu_content .sub_menu{
	float:right;
}

.sub_menu_container .sub_menu_content .sub_menu a{
	display: inline-block;
	padding:10px 15px;
	font-size:16px;
	line-height:16px;
	color:#3D4B52;
	transition: all ease-in-out 0.2s;
	font-weight:500;
}

.sub_menu_container .sub_menu_content .sub_menu a:hover{
	color:#EBCB84;
}

.toolbar_content{
	float:right;
	margin-top:0px;
	border-left:1px solid #D6D6D6;
	padding-left:20px;
	padding-top:10px;
}

.toolbar_content a svg{
	transition: all ease-in-out 0.15s;
	transform-origin: top left;
}

.toolbar_content a svg path{
	transition: all ease-in-out 0.15s;
}

.toolbar_content a:hover{
	text-decoration: underline;
}

.kontakt a:hover svg,
.toolbar_content a:hover svg{
	transform: scale(1.2);
}

.kontakt a:hover svg path,
.toolbar_content a:hover svg path{
	fill:#EBCB84;
}

.toolbar_content .language{
	display: inline-block;
	box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	padding:8px 8px 2px 8px;
	border-radius:5px;
	vertical-align: top;
	margin-top:-10px;
	margin-right:30px;
	margin-left:20px;
}

.toolbar_content .language .img-container::after{
	display: none !important;
}

.toolbar_content .language ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.toolbar_content .language ul li a{
	display:block;
}

.toolbar_content .language img{
	margin:0px !important;
	display: block;
}

.toolbar_content .language ul li ul li img{
	display: inline-block !important;
}

.scroll_menu{
	width:100%;
	max-width:1920px;
	z-index:9999;
	transition:all ease-in-out 0.3s;
	position:fixed;
	left:50%;
	background: #f68a1e;
	transform:translate(-50%,0);
}

.scroll_menu.scroll{
	position:fixed;
	top:0px;
}

.scroll_menu.scroll .menu_container{
	margin-bottom:0px !important;
	border:none !important;
}

.scroll_menu .st0{fill:#2c4a66; transition:all ease-in-out 0.3s;}
.scroll_menu svg{fill:#ffffff;}
.scroll_menu.scroll .st0{fill:#ffffff; transition:all ease-in-out 0.3s;}
.scroll_menu.scroll svg{fill:#000000;}

.menu_container{
	width:100%;
	margin:auto;
	padding:0px 0px 0px 0px;
	max-width: 1200px;
}

.logo{
	float:left;
	width:20%;
	transition: all ease-in-out 0.3s;
	position: fixed;
}

.logo img{
	transition:all ease-in-out 0.3s;
}

.scroll_menu.scroll .logo{
	width:120px;
}

.scroll_menu.scroll .logo img{
	width:115px;
}

.logo-responsive img{
	width:100px;
	height: auto;
}

/***CONTENT***/
/*
.content_container h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  font-weight: 400;
  letter-spacing: 5px;
}
*/

.table_counter h1 {
  font-size: 36px;
  line-height: 40px;
  color: #383838;
  margin: 0px;
  font-weight: 400;
  letter-spacing: 2px;
}

.table_counter h4 {
  font-size: 64px !important;
  line-height: 64px;
  color: #383838;
  margin: 0px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
}

.gallery_content{
	display:flex;gap:18px;flex-wrap:wrap;
	
}



/*.gallery_content a:hover::after{
	content: url("/images/hover.png");
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;    
	transform: translate(-50%, -50%); 

} */
.gallery_content a:hover{ 
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.gallery_content a{
	display:inline-block;
	vertical-align:top;
	position: relative;
	width:calc(25% - 14px);
/*	padding: 0px 1%;*/
	padding-top:20.33%;transition: 0.3s;
/*	margin:0.5%;*/
}

.gallery_content a:nth-child(1),
.gallery_content a:nth-child(4){
/*	margin-left:0px !important;*/
}

.gallery_content .right_side a{
	width:100%;
	padding-top:197.6%;
	margin-top:1.4%;
	margin-bottom:1%;
	margin-right:0px !important;
}

.gallery_content .left_side a:nth-child(4){
	width:65.66%;
	padding-top:44.5% !important;
}

.gallery_content .left_side a:nth-child(5){
	padding-top:44.5% !important;
}

.piktogrami td span:nth-child(1){
	display: inline-block;
	width:100px;
	height:100px;
	box-shadow:0px 0px 7px 0px rgba(0,0,0,0.25);
	border-radius:50px;
}

.piktogrami td span:nth-child(4){
	font-size:20px;
}

.piktogrami td:hover span:nth-child(1){
	box-shadow:inset 0 0 7px rgba(0, 0, 0, 0.25);
	background-color:#fff;
}

.piktogrami td img{
	vertical-align: middle;
	margin-top:25px;
}

.piktogrami td:hover img{
	filter: brightness(0) saturate(100%) invert(74%) sepia(54%) saturate(247%) hue-rotate(4deg) brightness(101%) contrast(96%);
}

#service-form button, #service-form input, #service-form optgroup, #service-form select, #service-form textarea {
	margin: 0;
}

#service-form .left,
#service-form .middle,
#service-form .right{
	float:left;
	width:32.33%;
	margin-right:1.5%;
	margin-top:20px;
}

#service-form .right{
	margin-right:0px;
}

#service-form textarea{
	overflow: auto;
	padding: 10px 8px;
	border: 0;
	width: 100%;
	height: 95px;
	background-color:transparent;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color:#fff;
	border-bottom:1px solid #fff;
	margin-top:20px;
}

#service-form input[type="text"]{
	padding-right: 8px;
	padding-left: 8px;
	border: 0;
	width: 100%;
	height: 45px;
	background-color:transparent;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	border-bottom:1px solid #fff;
	color:#fff;
}

#service-form input[type="text"]::placeholder,
#service-form select::placeholder,
#service-form textarea::placeholder{
	opacity:1;
}

#service-form select{
	margin: 0px;
	padding-right: 50px;
	width: 100%;
	height: 45px;
	border: 0;
	background-color:transparent;
	background-image: url('/images/icon_select.png');
	background-position: right 20px center;
	background-repeat: no-repeat;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#service-form button{
	padding: 0;
	border: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	cursor: pointer;
}

#service-form button[type="submit"]{
	padding-left: 36px;
	padding-right: 36px;
	height: 44px;
	background-color: #8dc63f;
	color: white;
	line-height: 44px;
	text-transform: uppercase;
}

#service-form .checkbox{
	color:#5d5d5d !important;
}

#service-form .checkmark{
	border:1px solid #fff;
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
}

.checkbox:hover input ~ .checkmark {
	border: 1px solid white;
}
.checkbox input:checked ~ .checkmark {
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked ~ .checkmark:after {
	display: block;
}

.checkbox .checkmark:after {
	left: 3px;
	top: 0px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#service-form .checkbox{
	padding-left: 20px;
	position: relative;
}

#service-form .checkbox .checkmark::after{
	border-color:#fff;
}

#service-form button[type="submit"]:hover{
	border:1px solid #8dc63f;
}

#service-form .checkbox input {
  display:none;
}

#service-form .checkbox a{
	color:#fff;
}

.column.column-checkbox{
	margin-top:20px;
	margin-bottom:20px;
}

/***ARTS***/
table.colors-table > tbody > tr > td{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.categories_content .cat_item{
	position:relative;
	display:inline-block;
}

.categories_content .cat_item:nth-child(1){
	left:-70px;
}

.categories_content .cat_item:nth-child(2){
	top:120px;
	left:-30px;
}

.categories_content .cat_item:nth-child(3){
	left:20px;
	top:115px;
}

.categories_content .cat_item:nth-child(4){
	left:130px;
	top:20px;
}

.categories_content .cat_item:nth-child(5){
	left:250px;
	top:60px;
}

.categories_content .cat_item:nth-child(6){
	left:260px;
	top:-30px;
}

.categories_content .cat_item > img{
	border-radius:50%;
	display: block;
}

.categories_content .cat_item .title{
	width:145px;
	height:145px;
	position: absolute;
	text-align: center;
	font-family:'Chocolate',sans-serif;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	top:0px;
	right:0px;
	z-index:2;
	padding:0px 10px;
}

.categories_content .cat_item .title img{
	position: absolute;
	top:0px;
	left:-10px;
	z-index:-1;
	transition:all ease-in-out 0.3s;
}

.categories_content .cat_item:hover .title img,
.categories_content .cat_item.sel .title img{
	filter: brightness(0) saturate(100%) invert(56%) sepia(7%) saturate(16%) hue-rotate(174deg) brightness(92%) contrast(94%);
}

.categories_content .cat_item:nth-child(6) .title img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(6%) hue-rotate(347deg) brightness(95%) contrast(93%);
}

.categories_content .cat_item:nth-child(2) .title{
	right:auto;
	left:0px;
	top:-40px;
}

.categories_content .cat_item:nth-child(3) .title{
	right:-40px;
	top:-60px;
}

.categories_content .cat_item:nth-child(4) .title{
	right:60px;
	top:-60px;
}

.categories_content .cat_item:nth-child(5) .title{
	right:auto;
	top:10px;
	left:-100px;
}

.categories_content .cat_item .overlay{
	position: absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-color: rgba(0,0,0,0.5);
	border-radius:50%;
	opacity:0;
	transition:all ease-in-out 0.3s;
	display:table;
}

.categories_content .cat_item:hover .overlay{
	opacity:1;
}

.categories_content .cat_item .overlay .desc{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	font-family:'Gill Sans Nova',sans-serif;
	padding:0px 20%;
	position:relative;
}

.categories_content .cat_item .overlay .desc::before{
	content:'';
	display:block;
	position: absolute;
	height:0px;
	width:1px;
	background-color:#fff;
	left:15%;
	top:25%;
	transition:all ease-in-out 0.3s;
}

.categories_content .cat_item .overlay .desc::after{
	content:'';
	display:block;
	position: absolute;
	height:1px;
	width:0px;
	background-color:#fff;
	right:15%;
	bottom:25%;
	transition:all ease-in-out 0.3s;
}

.categories_content .cat_item:hover .overlay .desc::before{
	height:55%;
}

.categories_content .cat_item:hover .overlay .desc::after{
	width:75%;
}

.articles .ajax_arts .art_item .title{
	font-size:24px;
	line-height:27px;
	font-weight:600;
	border-left:5px solid #3D4B52;
	padding-left:15px;
	position: relative;
}

.articles .ajax_arts .art_item .icons{
	margin:30px 0px;
}

.articles .ajax_arts .art_item .image img{
	width:80%;
	transform-origin:top left;
	transition:all ease-in-out 0.4s;
}

.articles .ajax_arts .art_item .image:hover img{
	transform:scale(1.03);
}

.articles .ajax_arts .art_item .title .tag_44{
	display: inline-block;
	font-weight:800;
	padding:5px 10px;
	background-color:#EBCB84;
	color:#fff;
	border-radius: 4px;
	font-size:18px;
	line-height:18px;
	margin-left:10px;
	vertical-align:bottom;
}

/***FOOTER***/
.insta_container{
	margin: auto;
	margin-top:60px;
	max-width:1850px;
	text-align: center;
}

.insta_container .insta_content{
	margin-bottom:80px;
}

.insta_container .insta_item{
	display:inline-block;
	width:19.50%;
	padding-top:21%;
	position:relative;
	line-height:24px;
	font-size:16px;
	color:#616161;
	vertical-align:top;
	margin-left:0.5%;
	margin-bottom:0.5%;
}

.insta_container .insta_item:nth-child(5n-4){
	margin-left:0px;
}

.insta_container .insta_item hr{
	border:none;
	border-top:1px solid #af8b65;
	margin-top:20px;
	width:20%;
	margin:10px auto;
}

.insta_container .insta_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.6);
	color:#616161;
	width:100%;
	height:100%;
	padding:20px;
	text-align:center;
	opacity:0;
	transition:all ease-in-out 0.3s;
	display:table;
}

.insta_container .insta_item .overlay div{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}

.insta_container .insta_item .overlay:hover{
	opacity:1;
}
.footer_container .gdpr{
	color: white!important;
}
.footer_container{
	width:100%;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-size:24px;
/*	line-height:24px;*/
/*	background-color:#383838;*/
}

.footer_container .footer_content{
/*	font-weight:500;*/
}

.footer_container .footer_content a:not(.black-button):hover{
	color: #f68a1e;
	font-weight: bold;
}
.footer_container .footer_content a{
	color:#fff;
	font-weight:500;
}

.footer_container .footer_content hr{
	border:none;
	border-top:1px solid #b51817;
}

.footer_container .footer_content a svg{
	transition: all ease-in-out 0.15s;
	transform-origin: top left;
}

.footer_container .footer_content a svg path{
	fill:#fff;
	transition: all ease-in-out 0.15s;
}

/*.footer_container .footer_content a:hover{
	text-decoration: underline;
}*/

.footer_container .footer_content a:hover svg{
	transform: scale(1.2);
}

.footer_container .footer_content a:hover svg path{
	fill:#EBCB84;
}

.footer_container .footer_content h1{
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	font-family:"Bodoni", sans-serif;
	margin:0px !important;
}

.footer_container .footer_content .right a{
	color:#585858;
	text-decoration:none;
	font-size:14px;
}

.production_container{
	padding:px 0px;
	color:#fff;
	font-size:16px;
	background-color: #161616;
	font-family:'Bodoni', sans-serif;
}

.production_container a{
	color:#fff;
}

.production_container a:hover{
	text-decoration: underline;
}

.production_container .production_content{
	max-width:1160px;
	margin:auto;
}

.production_container .production_content .left{
	float: left;
}

.production_container .production{
	float:right;
	margin-top:-120px;
}

.production_container .right{
	float:right;
}

.vehicle_color_container{
	
}

.vehicle_color_container .vehicle_color_content{
	max-width:1600px;
	width:100%;
	margin:auto;
}

.vehicle_color_container .vehicle_color_content .vehicle_color_image{
	float:left;
	width:62%;
	padding-top:31%;
	background-size:cover !important;
}

.vehicle_color_container .vehicle_color_content .vehicle_color_groups{
	float:right;
	width:35%;
}

.vehicle_color_container .vehicle_color_content .vehicle_color_groups .vehicle_color_group{
	margin-top:40px;
}

.vehicle_color_container .vehicle_color_content .vehicle_color_groups .vehicle_color_group .title{
	font-size: 20px;
  line-height: 24px;
  margin: 0px;
  font-weight: 700;
  letter-spacing: 0px;
	margin-bottom:10px;
}

.vehicle_color_container .vehicle_color_content .vehicle_color_groups .vehicle_color_group .color_item{
	width:40px;
	height:40px;
	display: inline-block;
	margin-right:12px;
	border-radius:20px;
	box-shadow:0px 0px 7px rgba(0,0,0,0.25);
}

.vehicle_color_container .vehicle_color_content .vehicle_color_groups .vehicle_color_group .color_item.sel{
	box-shadow:0px 0px 7px rgba(0,0,0,1);
	border:2px solid #fff;
}

.newsletter_container{
}

.newsletter_container .newsletter_content{
	margin: auto;
	color:#fff;
}

.newsletter_container .newsletter_content input[type="text"]{
	width:calc(100% - 120px);
	box-sizing:border-box;
	padding:10px 20px;
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	color:#383838;
	border:none;
	border-bottom:1px solid #383838;
	font-family:'Manrope', sans-serif;
	background-color:transparent;
	margin-bottom:20px;
	height: 41px;
}

.newsletter_container .newsletter_content .button{
		height: 41px;
display: inline-block;
	line-height:43px;
	font-size:16px;
	font-weight:500;
	color:#383838;
	border-bottom:1px solid #383838;
	letter-spacing:2px;
	padding-bottom:9px;
}

.newsletter_container .newsletter_content .button::after{
	content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 10px;
  background: url(/images/arrow_more_w.png) no-repeat;
  background-position: left center;
  transition: background-position 0.3s ease;
}

.newsletter_container .newsletter_content .button:hover::after{
	background-position: right 8px center;
}

.newsletter_container .newsletter_content label{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 45px);
	margin-left:0px;
	color:#5d5d5d;
	font-size:14px;
}

.newsletter_container .newsletter_content label input{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

.newsletter_container .newsletter_content .close_button{
	position:absolute;
	right:0px;
	top:0px;
}

.newsletter_container .newsletter_content label{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 45px);
	margin-left:0px;
	color:#383838;
	font-size:14px;
	line-height:16px;
}

.newsletter_container .newsletter_content h1{
	font-size: 36px;
  color: #2b2f31;
  margin: 0px;
}

.newsletter_container .newsletter_content label input{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

.newsletter_container .newsletter_content .close_button{
	position:absolute;
	right:0px;
	top:0px;
}

#instagram{
	margin: auto;
	max-width:1600px;
	text-align: center;
}

#instagram .insta_content{
	margin-bottom:80px;
}

#instagram .insta_item{
	display:inline-block;
	width:24%;
	padding-top:25%;
	position:relative;
	line-height:24px;
	font-size:16px;
	color:#616161;
	vertical-align:top;
	margin-left:1%;
	margin-bottom:1%;
	border-radius:15px;
}

#instagram .insta_item:nth-child(4n-3){
	margin-left:0px;
}

#instagram .insta_item hr{
	border:none;
	border-top:1px solid #af8b65;
	margin-top:20px;
	width:20%;
	margin:10px auto;
}

#instagram .insta_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(255,255,255,0.8);
	color:#000;
	width:100%;
	height:100%;
	padding:20px;
	text-align:center;
	opacity:0;
	transition:all ease-in-out 0.3s;
	display:table;
}

#instagram .insta_item .overlay div{
	display:table-cell;
	height:100%;
	vertical-align:middle;
	padding:20px;
}

#instagram .insta_item .overlay:hover{
	opacity:1;
}

.contact_holder{
	width: 100%;
  margin-right: 0px;
  margin-left: auto;
}
.contact_holder table tr td{
	width: 50%;
}

.contact_holder select,
.contact_holder textarea,
.contact_holder input{
  width: 100%;
  font-size: 14px;
  padding: 13px 15px;
  margin-top: 0px;
  border: none;
   
  border-bottom: 1px solid #b51817;
  background-color: #fff;
  color: #111111;
  font-family: 'Gill Sans Nova', sans-serif;
  font-weight: 300;
	resize: none;
	margin-right: 2px;
}

/***NAVIGATION***/
.page_nav_holder{
	margin:70px 0px;
	text-align:center;
	position: relative;
}

.page_nav_holder .nav_middle{
	display: inline-block;
}

.page_nav_holder .nav_right{
	display:block;
	position:absolute;
	right:0px;
	top:5px;
}

.page_nav_holder .nav_middle .nav_first{
	display: inline-block;
	width:60px;
	height:50px;
	background:url(/images/paging_arrow_l.png) center center no-repeat;
	border:2px solid #4E5E66;
	border-radius:7px;
}

.page_nav_holder .nav_middle .nav_next{
	vertical-align: top;
	padding:12px 30px 12px 40px !important;
	margin-left:10px;
}

.page_nav_holder .nav_right .nav_input{
	display: inline-block;
	margin:0px 30px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.2);
	border-radius:7px;
	padding:0px 15px;
	color:#D8D8D8;
	font-size:20px;
	line-height:40px;
}

.page_nav_holder .nav_right .nav_input a{
	color:#D8D8D8;
}

.page_nav_holder .nav_right .nav_input input{
	display:inline-block;
	border:none;
	width:50px;
	text-align:center;
	font-family:'Manrope',sans-serif;
	font-size:16px;
}

/***IMAGE HOVER***/
.img-container {
    position: relative;
    display: inline-block;
}

.img-container::after {
	content: attr(data-alt);
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.9);
	color: #000000;
	padding: 5px 20px;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	border-radius:4px;
	font-size:10px;
	line-height:12px;
	width:65px;
	text-align: center;
	z-index:9;
	box-shadow:0px 0px 6px rgba(0,0,0,0.25);
}

.img-container:hover::after {
    opacity: 1;
}

.floater{
	display: none;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:9999999;
	box-shadow:0px 0px 8px rgba(181,24,23,0.4);
	border-top:1px solid #464545;
    background-color:#f68a1e;
}

.floater .location{
	float:left;
	width:15%;
	font-size:11px;
	color:#fff;
	background-color:#2d2c2c;
	text-align: center;
	padding:9px 0px 9px 0px;
	line-height:11px;
}

.floater .location a{
	color:#fff;
}

.floater .middle{
	float:left;
	width:70%;
}

.floater .middle .phone{
	float:left;
	width:calc(50% - 36.5px);
	text-align: center;
	background-color:#fff;
	font-size:12px;
	color:#2d2c2c;
	font-family:'Bodoni',sans-serif;
	font-weight:900;
	padding:10px 0px 11px 0px;
}

.floater .middle .phone a{
	color:#2d2c2c;
}

.floater .middle .icon{
	float:left;
	width:73px;
	text-align: center;
	background-color:#fff;
	height:70px; 
}

.floater .middle .icon img{
	margin-top:-18px;
}

/***EDITOR***/
/*
a.dark-button,
a.black-button,
a.white-button,
div.black-button{
	display:inline-block;
	padding:15px 30px 15px 30px;
	font-size:16px;
	text-decoration:none;
	color:#383838;
	font-weight:bold;
	transition: all ease-in-out 0.2s;
	background-color:transparent;
	border-radius:5px;
	border:2px solid #383838;
	position: relative;
	text-align: center;
	font-family:"Bodoni", sans-serif;
}
*/

a.red-button,
a.red-button,
a.red-button,
div.red-button{
	display:inline-block;
	padding:10px 30px 10px 30px;
	font-size:16px;
	text-decoration:none;
	color:#383838;
	font-weight:bold;
	transition: all ease-in-out 0.2s;
	background-color:transparent;
	border-radius:2px;
	border:1px solid #b51817;
	position: relative;
	text-align: center;
	font-family:"Bodoni", sans-serif;
}

a.red-button:hover,
a.red-button:hover,
a.red-button:hover,
div.red-button:hover{
	background-color:#b51817;
	color:#ffffff;
}

a.white-button{
	color:#fff;
	border:1px solid #fff;
	border-radius:2px;
}


/*

a.black-button:hover,
div.black-button:hover{
	background-color:#EBCB84;
	border-color:#EBCB84;
	color:#fff;
}
*/

a.white-button:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#383838;
}

a.dark-button:hover{
	background: black;
	color: #fff;
}

a.black-button:hover::after,
div.black-button:hover::after,
a.dark-button:hover::after{
	background-position:right center;
	background-image:url(/images/arrow_more_w.png);
}

a.white-button:hover::after{
	background-position:right center;
	background-image:url(/images/arrow_more_b.png);
}

a.big-button{
	display:inline-block;
	width:100%;
	padding:25px 0px 30px 0px;
	background-color:#383838;
	box-shadow:0px 1px 4px rgba(0,0,0,0.25);
	color:#EBCB84;
	font-size:18px;
	line-height:24px;
	letter-spacing:5px;
	transition: all ease-in-out 0.3s;
}

a.big-button img{
	transform: scale(0.90);
	transition: all ease-in-out 0.2s;
}

a.big-button:hover{
	box-shadow:0px 0px 7px rgba(0,0,0,0.65);
	background-color: #323232;
}

a.big-button:hover img{
	transform: scale(1);
}

.white-text{
	color:#fff !important;
}

.gray-text{
	color:rgb(238, 234, 234)!important;
}

h2{
  font-size: 72px;
   font-weight: normal;
	margin: 0px;
}
h3{
	font-size: 54px;
	margin: 0px;
	font-weight: normal
}
h2.negative{
	margin-bottom: -45px;
}

a.orange_button{
border:1px solid #f68a1e;
	display: inline-block;
	padding:5px 30px;
	position: relative;
	transition:all 0.3s;
}

a.orange_button::after, a.orange_button::before {
  content: '';
/*  display: block;*/
  position: absolute;

  transition: all ease-in-out 0.3s;
}
a.orange_button::after {
	content: url('/images/after.png');
	top:-7px;
	right: -7px;

}
a.orange_button::before {
	content: url('/images/before.png');
	  left: -7px;
  bottom: -13px;

}

a.orange_button:hover{
	text-shadow: 0 0 1px currentColor;
}

.red-text{
	color:#b51817 !important;
}

.dark-text{
	color:#111111 !important;
}

.gold-text{
	color:#EBCB84 !important;
}

span.normal{
	font-weight: 400;
}

table.news-table tr td img{
	display: block;
	position:relative;
	transition: all ease-in-out 0.3s;
}

table.news-table tr td a{
	display: block;
	overflow: hidden;
	border-radius:10px;
}

table.news-table tr td a:hover img{
	transform:scale(1.05);
}

table.news-table tr td .banner-text{
	position:absolute;
	bottom:30px;
	left:30px;
	width:calc(100% - 60px);
	font-size:18px;
	line-height:24px;
	color:#fff;
	letter-spacing:2px;
	z-index:3;
}

table.news-table tr td .banner-text h1{
	font-size:36px !important;
	line-height:40px !important;
	letter-spacing:2px !important;
	font-weight: bold !important;
	color:#fff !important;
	margin:0px 0px 20px 0px !important;
}

table.news-table tr td .banner-text hr{
	border-color:#fff !important;
	margin-top:0px !important;
	margin-bottom:20px !important;
}

table.news-table tr td a::before{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	background-color:transparent;
	z-index:4;
	width:100%;
	height:100%;
	transition: all ease-in-out 0.3s;
}

table.news-table tr td a::after{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	z-index:2;
	width:100%;
	height:100%;
	transition: all ease-in-out 0.3s;
	border-radius:10px;
	overflow: hidden;
}

table.news-table tr td a:hover::after{
	opacity:1;
}

a.gray-button,
div.gray-button,
a.blue-button,
.page_nav_holder .nav_middle .nav_next,
a.gold-button,
div.gold-button{
	display:inline-block;
	padding:10px 30px 10px 40px;
	font-size:16px;
	text-decoration:none;
	color:#383838;
	font-weight:bold;
	transition: all ease-in-out 0.2s;
	background-color:#EFEFEF;
	border-radius:5px;
	border:2px solid #EFEFEF;
	position: relative;
}

a.blue-button.back{
	padding-left:20px;
	padding-right:40px;
}

a.gold-button,
div.gold-button{
	border-color:#EBCB84;
	color:#EBCB84;
	margin-top:20px;
}

a.blue-button,
.page_nav_holder .nav_middle .nav_next{
	border-color:#4E5E66;
	color:#ffffff;
	background-color:#4E5E66;
}

a.gold-button::after,
div.gold-button::after,
a.gray-button::after,
div.gray-button::after,
a.blue-button::after,
a.blue-button.back::before,
.page_nav_holder .nav_middle .nav_next::after{
	content:'';
	display:inline-block;
	width:20px;
	height:9px;
	margin-left:10px;
	background:url(/images/arrow_more_b.png) no-repeat;
	background-position:left center;
	transition: background-position 0.5s ease;
}

a.blue-button.back::after,
a.gray-button.no-arrow::after{
	display: none;
}

a.gold-button::after,
div.gold-button::after{
	background:url(/images/arrow_more_g.png) no-repeat;
}

a.blue-button::after,
.page_nav_holder .nav_middle .nav_next::after,
a.blue-button.back::before{
	background:url(/images/arrow_more_w.png) no-repeat;
}

a.blue-button.back::before{
	transform: rotate(180deg);
	margin-right:10px;
}

a.gold-button:hover,
div.gold-button:hover{
	background-color:#EBCB84;
	border-color:#EBCB84;
	color:#fff;
}

div.gray-button:hover,
a.gray-button:hover,
a.gray-button.sel{
	background: #EBCB84;
	color: #fff;
}

a.blue-button:hover,
.page_nav_holder .nav_middle .nav_next:hover{
	border-color:#EBCB84;
	background: #EBCB84;
	color: #fff;
}

a.gold-button:hover::after,
div.gold-button:hover::after,
a.gray-button:hover::after,
div.gray-button:hover::after,
a.blue-button:hover::after,
.page_nav_holder .nav_middle .nav_next:hover::after{
	background-position:right center;
	background-image:url(/images/arrow_more_w.png);
}

a.blue-button.back:hover::before{
	background-position:right center;
	background-image:url(/images/arrow_more_w.png);
}

a.big-button{
	display:inline-block;
	width:100%;
	padding:25px 0px 30px 0px;
	background-color:#383838;
	box-shadow:0px 1px 4px rgba(0,0,0,0.25);
	color:#EBCB84;
	font-size:18px;
	line-height:24px;
	letter-spacing:5px;
	transition: all ease-in-out 0.3s;
}

a.big-button img{
	transform: scale(0.90);
	transition: all ease-in-out 0.2s;
}

a.big-button:hover{
	box-shadow:0px 0px 7px rgba(0,0,0,0.65);
	background-color: #323232;
}

a.big-button:hover img{
	transform: scale(1);
}

.line-height-32{
	line-height:32px;
}

img.round{
	border-radius:7px !important;
	display: block;
}

a.black-button::before,
a.delivery-button::before {
	transition: 0.3s;
	content: "";
    display: inline-block;
background-image:url(/images/arrow_black.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 26px;
	height:18px;
vertical-align: middle
}
a.delivery-button:hover::before{
	background-image:url(/images/arrow_black.png);
}
a.black-button::before{
	background-image:url(/images/pin.png);
	height:25px;
	width:18px;
}
a.black-button:hover,
a.delivery-button:hover{
	color:black;
	background: #f68a1e;
}
a.orange_button2,
a.black-button,
a.delivery-button{
	transition: 0.3s;
	background:black;
	padding:10px 30px;
	border-radius: 30px;
	text-align:center;
	display:inline-block;
	color:#f68a1e;
	text-decoration: none;
	border: 1px solid black;
	font-size: 16px;
}
a.orange_button2:hover{
	color: #f68a1e;
	background: black;
	border: 1px solid #f68a1e;
}
a.orange_button2{
	color:black;
	background: #f68a1e;
}


/*
a.delivery-button:hover{
	background:url(/images/arrow.png) center center no-repeat
}
*/

a.red-white-button{
	background:url(/images/red-white-button.png) center center no-repeat;
	width:280px;
	padding:20px 30px 50px 0px;
	text-align:center;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family:"Bodoni", sans-serif;
	font-size:18px;
}

td.animated_red{
	transition: all ease-in-out 0.3s;
}

td.animated_red a::before,
td.animated_red a::after{
	display: none;
}

td.animated_red:hover{
	background-color:#860a09 !important;
}

/****ANIMATIONS****/
.animate{
	position: relative;
	transition: all ease-in-out 1s;
}

.animate.animation-lr{
	opacity: 0 !important;
	left:-15% !important;
}

.animate.animation-rl{
	opacity: 0 !important;
	left:15% !important;
}

.animate.animation-bt{
	opacity: 0 !important;
	top:100px !important;
}

.animate.animation-tb{
	opacity: 0 !important;
	top:-100px !important;
}

.animate.animation-fade{
	opacity: 0;
}

.animate.animation-scale{
	transform: scale(0);
}

.animate.animation-circle{
	border:70px solid #fff !important;
	left:-100px !important;
	top:25px !important;
}

.animate.anim{
	opacity:1 !important;
	top:0px !important;
	left:0px !important;
}

.header_title h1{
	background: rgba(0,0,0,0.6);
}
.header_title{
	position: absolute;
	top: 25%;
/*	text-align: center;*/
	width: 100%;
	color: #fff;
}

.header_title ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.header_title ul li{
	padding: 10px 5px;
	align-items: center;
	display: flex;
}
.header_title ul li::before{
	content:"";
	display: inline-block;
	border-radius: 50%;
	border: 1px solid white;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.menu_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_right{
	width: calc(66.67% - 30px);
}
.menu_left{
	width:33%;
}

.menu-category:hover,.menu-category.active{
	border-left: 4px solid #f68a1e;
	background: #f2f2f4;
}
.menu-category{
	border-radius: 10px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	gap:50px;
	font-size: 24px;
 	font-weight: 500;
}
.menu-category img {
	max-width: 110px;
	width: 100%;
}
.menu-arts{
	display: none;
	flex-wrap: wrap;
	gap:25px;
	width: 100%;
	/*justify-content: space-between;*/
}
.menu-arts.active{
	display: flex!important;
}
.menu-item{
	width: calc(33.3% - 20px);
	display: flex;
	flex-direction: column;
	
}