@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Eina';
  src: url('/fonts/Eina01-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('/fonts/Eina01-Bold.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Eina';
  src: url('/fonts/Eina01-SemiBold.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina2';
  src: url('/fonts/Eina02-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina2';
  src: url('/fonts/Eina02-Bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina2';
  src: url('/fonts/Eina02-SemiBold.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Impact';
  src: url('/fonts/impact.ttf');
  /*    font-weight: bold;*/
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/fonts/ClearSans-Regular.ttf');
  /*    font-weight: bold;*/
  font-style: 500;
  font-display: swap;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/fonts/ClearSans-Bold.ttf');
   font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/fonts/ClearSans-Light.ttf');
   font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Eina', sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  box-sizing: border-box;
  color: #FFF;
  background: #000000;
}
a {
  text-decoration: none;
  color: #fff;
}
a img {
  transition: all 0.2s;
}
a:hover img {
  transform: scale(1.05);
}
.order_container a:hover img:first-child, .order_container a img:last-child {
  display: none;
  cursor: pointer;
  transform: scale(1.1);
}
.order_container a img:first-child, .order_container a:hover img:last-child {
  display: inline-block;
  cursor: pointer;
  transform: scale(1.1);
}
strong {
  font-weight: 600;
}
h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  font-family: 'Impact', "sans-serif";
  /*	line-height:42px;*/
  margin: 0;
}
h2 {
  font-size: 62px;
  font-weight: 400;
  margin:16px 0px;
  /*  letter-spacing: 0.5em;*/
  color: #E5B80B;
  font-family: 'Impact', "sans-serif";
  /*  text-transform: uppercase;*/
  /*	line-height:80px;*/
}

h2.after{
  font-size: 24px !important;
  font-weight: 400 !important;
  margin:16px 0px !important;
  /*  letter-spacing: 0.5em;*/
  color: #000000 !important;
  font-family: 'Impact', "sans-serif";
  /*  text-transform: uppercase;*/
  /*	line-height:80px;*/
}

h3 {
  font-family: "Impact";
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  margin: 0px;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #E0E0E0;
  margin: 0px;
}
h5 {
 font-family: "Impact";
font-size: 24px;
font-weight: 400;
line-height: 36px;
letter-spacing: 0em;
color: #E5B80B ;
margin: 25px 0px;
}
.content_content {
  max-width: 1920px !important;
  margin: auto !important;
  padding: 100px 0px;
}
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
}
* {
  box-sizing: border-box;
}
.responsive-shown {
  display: none;
}
.top_bar {
  height: 40px;
  display: flex;
  font-size: 14px;
  color: rgba(229, 184, 11, 1);
  background-color: #272727;
  letter-spacing: 3px;
}
.top_bar .top_content a {
  color: rgba(229, 184, 11, 1);
  font-size: 14px;
}
.top_container.scroll {
  background: rgba(0, 0, 0, 0.85);
  /*  height: 95px;*/
  /*  background: white;*/
  top: 0px;
}
.top_container {
  /*  border-bottom: 2px solid gray;*/
  width: 100%;
  padding: 35px 0px;
  z-index:99999;
  top: 0px;
  /*  position: fixed;*/
	position:relative;
  transition: padding ease-in-out 0.3s;
  background: black;
}
.top_bar .top_content {
  max-width: 900px;
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_container .top_content {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
.top_container .top_content .logo {
  transition: all ease-in-out 0.3s;
  text-align: left;
	float:left;
	width:180px;
}

.top_container .top_content .order_container,
.top_container .top_content .language{
	float:right;
	margin-top:15px;
}

.top_container .top_content .language{
	margin-top:10px;
	border-left:1px solid #ffffff;
	margin-left:15px;
}

.top_container .top_content .toolbars_container {
  float: right;
  margin-top: 18px;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.top_container.scroll .top_content .toolbars_container {
  margin-top: 10px;
}
#header_slider {
  max-height: 700px;
}
.header_container {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.video_holder {
  position: relative;
}
.video_holder a {
  width: 40px;
  height: 33px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 7%;
  left: 30px;
  z-index: 3;
}
.video_holder a img {
  width: 100%;
  height: auto;
}
table.categories tr td {
  position: relative;
}
table.categories tr td a {
  display: block;
  font-size: 0px;
  overflow: hidden;
}
/*table.categories tr td a img{
	transition:all ease-in-out 0.3s;
}

table.categories tr td a:hover img{
	transform: scale(1.05);
}*/
table.categories tr td a br {
  display: none;
}
table.categories tr td a strong {
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 36px;
}
.content_container {
  position: relative;
  z-index: 2;
}
.content_container .content_content table.counter tr td table tr td:nth-child(1) {
  width: 130px;
  height: 130px;
  border: 4px solid #cd283d;
  border-radius: 100px;
  font-size: 43px;
  color: #cd283d;
  font-weight: 300;
  text-align: center;
}
.content_container .content_content table.counter.stop tr td table tr td:nth-child(1) {
  width: 70px;
  height: 70px;
  border: 2px solid #cd283d;
  font-weight: 500;
  font-size: 36px;
}
.content_container .content_content table.counter tr td table tr td:nth-child(2) {
  font-size: 18px;
  color: #cd283d;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}
.content_container .content_content table.counter.stop tr td table tr td:nth-child(2) {
  font-size: 16px;
  color: #000;
  padding-left: 2%;
  padding-right: 2%;
}
.content_container .content_content .content_slider {}
.content_container .content_content .content_slider .menu {
  width: 30%;
  float: left;
  text-align: left;
  font-size: 16px;
}
.content_container .content_content .content_slider .menu a {
  display: block;
  line-height: 75px;
  color: #202020;
  text-transform: uppercase;
  padding-left: 120px;
  border-bottom: 3px solid #fff;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.content_container .content_content .content_slider .menu a:hover, .content_container .content_content .content_slider .menu a.sel {
  background-color: #98ce77 !important;
  color: #fff;
}
.content_container .content_content .content_slider .menu a.sel::after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 23px;
  border-color: transparent transparent transparent #98ce77;
  position: absolute;
  right: -23px;
  top: 15px;
}
.content_container .content_content .content_slider .content {
  width: 65%;
  float: right;
  text-align: left;
  font-size: 16px;
  height: 300px;
  overflow: hidden;
}
.content_container .content_content .content_slider .content .content_item {
  height: 300px;
}
.content_container .content_content select::-ms-expand {
  display: none;
}
.content_container .content_content.contact {
  background-color: #1d82c5;
}
.content_container .content_content .contact_holder td {
  vertical-align: middle;
}
.content_container .content_content .contact_holder {
  max-width: 1240px;
  padding: 0px;
  color: #000;
  margin: auto;
  /*  background: linear-gradient(to top, #f7f7f7, #f1f3f4);*/
  /*  border-bottom: 5px solid #00aeef;*/
}
/*
.content_container .content_content .contact_holder a {
  color: #b4b4b4;
}
.content_container .content_content.contact .contact_holder a:hover {
  text-decoration: underline;
}
*/ /* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: rgba(229, 184, 11, 1);
  opacity: 0.8;
}
/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: rgba(229, 184, 11, 1);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid #272727;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(229, 184, 11, 1);
  background-color: transparent;
  border-radius: 5px;
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content_container .content_content .contact_holder input[type='text']::placeholder, .content_container .content_content .contact_holder textarea::placeholder {
  color: #fff;
  opacity: 1;
}
/*border:none;*/
.content_container .content_content .contact_holder input[type='text'], .content_container .content_content .contact_holder textarea {
  outline: none;
  color: #fff;
  opacity: 1;
  border: none;
  width: calc(100% - 10px);
  margin: 5px;
  background-color: transparent;
  font-size: 16px;
  border-bottom: 1px solid white;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #ffffff;
  padding: 15px 0px;
}
.jcarousel_ajax ul li .opinions_item {
  min-height: 255px;
  font-size: 18px;
  position: relative;
  text-align: center;
  padding: 0px 30px;
}
.jcarousel_ajax ul li .opinions_item::before {
  content: ' ';
  background: url(/images/quote_top.png) center center no-repeat;
  top: -10px;
  left: -10px;
  width: 49px;
  height: 35px;
  position: absolute;
}
.jcarousel_ajax ul li .opinions_item::after {
  content: ' ';
  background: url(/images/quote_bottom.png) center center no-repeat;
  bottom: 50px;
  right: -4px;
  width: 49px;
  height: 35px;
  position: absolute;
}
.jcarousel_ajax ul li .opinions_item .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.jcarousel_ajax ul li .opinions_item .title span {
  color: #cf2b3e;
  font-weight: 300;
  margin-left: 10px;
}
.jcarousel_ajax ul li .opinions_item .title span:nth-child(2) {
  color: #000;
}
.footer_container {
/*  padding-top: 100px;*/
  background-color: #F1F1F1;
  color: #fff;
}
.footer_content table p {
  width: 100%;
}
.footer_content table td {
  line-height: 25px;
}
.footer_container .footer_content ul {
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
  display: flex;
  width: 100%;
/*  border-bottom: 1px solid rgba(0, 174, 239, 1);*/
/*  margin-bottom: 50px;*/
}
.footer_container .footer_content ul li:first-child {
  padding-left: 0px;
}

.footer_container .footer_content ul li {
  padding-left: 80px;
  line-height: 40px;
  position: relative;
}
/*
.footer_container .footer_content ul li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 7px;
  height: 7px;
  background: rgb(0, 74, 173);
  background: -webkit-linear-gradient(bottom, rgba(0, 74, 173, 1) 0%, rgba(4, 152, 189, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 74, 173, 1) 0%, rgba(4, 152, 189, 1) 100%);
  background: linear-gradient(to top, rgba(0, 74, 173, 1) 0%, rgba(4, 152, 189, 1) 100%);
}
*/
.footer_container .footer_content {
  max-width: 1440px;
  margin: auto;
  padding: 50px 0px;
}
.footer_container .footer_content a {
  font-size: 15px;
  color: #fff;
}
.footer_container .footer_content h2 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #1d82c5;
  margin-top: 0px;
}
.production_container {
  padding: 20px 0px;
  /*  background-color: #444444;*/
}
.production_container .production_content {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.production_container .production_content a {
  color: #fff;
}
.resp_menu_button {
  position: absolute;
  text-align: center;
	right: 0px;
  z-index: 13;
  padding-left: 0px !important;
  height: 25px;
  width: 30px;
/*  margin-left: -40px;*/
  display: none;
  margin-top: 1px !important;
}
.resp_menu_button:hover span {
	background: #E5B80B;
}
.resp_menu_button span {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  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: 9px;
}
.resp_menu_button span:nth-child(3) {
  top: 18px;
}
.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;
}
#header_container_mobile_landscape, #header_container_mobile {
  display: none;
}
.magnific_popup_holder {
  max-width: 600px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px 30px;
  font-size: 15px;
  border: 1px solid #cb2e40;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.magnific_popup_holder h3 {
  font-size: 24px;
  color: #cb2e40;
  margin: 10px 0px;
}
.news_content {
  width: 100%;
  max-width: 1400px;
  /*  height: 235px;*/
  display: flex;
  margin: auto;
  padding: 150px 0px;
  flex-wrap: wrap;
}
.news_content .news_item {
  display: inline-block;
  width: 30.33%;
  cursor: pointer;
  /*  height: 400px;*/
  margin-right: 4.5%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.news_content .news_item:nth-last-child(1) {
  margin-right: 0px;
}
.news_content .news_item .gold_button {
  margin-top: 30px;
  padding: 12px 50px;
}
.news_content .news_item .image {
  height: 235px;
}
.news_content .news_item .desc {
  padding: 20px 0px;
  font-size: 16px;
  height: 180px;
  overflow: hidden;
}
.news_content .news_item .desc .title {
  font-size: 20px;
  font-weight: bold;
}
.content_container .content_content .newsletter {
  padding-bottom: 40px;
  float: left;
  width: 50%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-right: 1px solid #a1a3a1;
}
.content_container .content_content .newsletter .left {
  width: 100%;
  font-size: 20px;
}
.content_container .content_content .newsletter .left a {
  display: inline-block;
  vertical-align: top;
}
.content_container .content_content .newsletter .left input {
  width: 79%;
  background-color: #fff;
  color: #020202;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid #202020;
  vertical-align: top;
}
.content_container .content_content .newsletter h4 {
  color: #fff;
  margin-top: 30px;
}
.content_container .content_content .newsletter h4::before {
  content: ' ';
  height: 1px;
  width: 25px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.content_container .content_content .newsletter h4::after {
  content: ' ';
  height: 1px;
  width: 25px;
  background-color: #fff;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.content_container .content_content .opinions {
  float: left;
  width: 40%;
  margin-left: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  background: url(/images/quote_icon.png) top 15% left no-repeat;
}

a.gold_button {
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #E5B80B;
  padding: 15px 40px;
  color: #E5B80B;

  display: inline-block;
  transition:all 0.3s;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, #E5B80B 50%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, #E5B80B 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, #E5B80B 50%);
  background-size: 100% 200%;
  background-position: bottom;
  border-radius: 4px;
}

a.gold_button:hover {
	/*background-position: top;
	color: white;*/
	transform:scale(1.05);
}

a.white_button {
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #E5B80B;
  padding: 15px 40px;
  color: #fff;
  
  display: inline-block;
  transition: 0.3s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, #E5B80B 50%);
  background-size: 100% 200%;
  background-position: top;
  border-radius: 4px;
}

a.white_button:hover {
  /*background-position: bottom;
  color: #E5B80B;*/
	transform:scale(1.05);
}

a.black_button {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid black;
  padding: 6px 40px;
 
  display: inline-block;
  background: black;
  color: white !important;
}
a.black_button:hover {
  background-color: #00aeef;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: 0.2s ease-in-out;
  border: 1px solid #00aeef;
}
.gold_text {
  color: #E5B80B!important;
}
.black_text {
  color: #000;
}
.grey_text {
  color: #6B6B6B !important;
}
span.white_text, div.white_text, h1.white_text, h2.white_text, a.white_text {
  color: #fff !important;
  font-weight: normal;
}
span.red_text, div.red_text, h1.red_text, h2.red_text, a.red_text {
  color: #ca2b3e !important;
}
span.green_text, div.green_text, h1.green_text, h2.green_text, a.green_text {
  color: #98ce77 !important;
}
span.blue_text, div.blue_text, h1.blue_text, h2.blue_text, a.blue_text {
  color: #00aeef !important;
}
.after::after {
  content: "";
  display: block;
  background: #E5B80B;
  color: #E5B80B;
  height: 2px;
  width: 40px;
  margin: 15px 0px;
}
.after_2::after {
  content: "";
  display: block;
  background: #E5B80B;
  color: #E5B80B;
  height: 6px;
  width: 203px;
  margin: 15px 0px;
	border-radius: 4px;
}
a.blue_button {
  padding: 7px 25px;
  color: #fff;
  background-color: #1d82c5;
  text-decoration: none;
  font-weight: bold;
}
a.green_button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #98ce77;
  font-size: 17px;
  font-weight: 100;
  color: #fff;
}
/***FORM***/
.form_row {
  float: left;
  width: 46%;
  padding-right: 4%;
  height: 90px;
}
.form_row:nth-child(2n) {
  padding-left: 0px !important;
  padding-left: 4%;
}
.form_row .label {
  font-size: 12px;
  color: #939598;
  margin-bottom: 5px;
}
.form_row input[type="text"], .form_row input[type="password"], .form_row select, .form_row textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 15px 20px;
  color: #000;
  border-left: 2px solid #fff;
  transition: border-color ease-in-out 0.3s;
  font-size: 16px;
  color: #696969;
  font-family: 'PT Sans', sans-serif;
  height: 50px;
}
.form_row input:focus, .form_row select:focus, .form_row input.error, .form_row select.error, .form_row textarea:focus, .form_row textarea.error {
  border-color: #00aeef;
}
.form_row .custom_select {
  background-color: #fff;
  margin-top: 0px;
}
.form_row select {
  width: 150%;
  background-color: transparent;
}
.form_row .msg {
  display: none;
  color: #f20000;
  font-size: 12px;
}
.form_msg {
  display: none;
}
.custom_select {
  overflow: hidden;
}
/***ANIMATIONS***/
@keyframes slidein {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
@keyframes topbottom {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0%);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  visibility: hidden;
}
.reveal.active {
  visibility: visible;
}
.active.scale-in {
  animation: scale-in 1s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
.active.top-bottom {
  animation: topbottom 0.9s ease-in;
  animation-fill-mode: backwards;
}
.active.top-bottom1 {
  animation: topbottom 0.9s ease-in;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
}
.active.top-bottom2 {
  animation: topbottom 0.9s ease-in;
  animation-delay: 0.4s;
  animation-fill-mode: backwards;
}
.active.top-bottom3 {
  animation: topbottom 0.9s ease-in;
  animation-delay: 0.6s;
  animation-fill-mode: backwards;
}


.content_container .content_content ul {
  list-style-type: none;
  padding: 0;
}
.content_container .content_content ul li {
  margin-bottom: 0px;
	position: relative;
  padding-left: 15px;
  padding-bottom: 5px;

}

.content_container .content_content ul.rumeni-bulleti li::before,
#content_container_33 .content_content ul li::before{
	content:"";
	width: 10px;
	height: 10px;
	background-color: #E5B80B;
	top: 7px;
}

.content_container .content_content ul.rumeni-bulleti li,
#content_container_33 .content_content ul li {
	padding-bottom: 20px;
	padding-left: 25px;
}
.content_container .content_content ul li::before {
content: "\2022";
  color: #000;
  font-size: 1em;
/*  margin-right: 10px;*/
  position: absolute;
  left: 0px;
/*  top: -8px;*/
/*  left: -20px;*/
}
#content_container_7 .content_content,
#content_container_10 .content_content {
/*  padding: 220px 0px;*/
}

#content_container_11 .content_content td:hover{
	transform:scale(1.05);
	transition:0.2s ease-in-out;
}
.products{
	background: rgba(255,255,255,0.9);
	padding: 60px;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	color: black;
}
.products .left_side,
.products .right_side{
	width: 50%;
}
.products .left_side{
	margin: auto;
}
.products .left_side img{
	width: 90%;
}
.products .right_side{}
.products .right_side .servings{
font-size: 20px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;

}
.products .right_side .title{
font-size: 48px;
font-weight: 500;
line-height: 65px;
letter-spacing: 0em;
	font-family: 'Eina2','Eina'!important;
}
.products .right_side .free_shipping{
	margin: 20px 0px;
	border-top: 1px solid rgba(223, 223, 223, 1);
	border-bottom: 1px solid rgba(223, 223, 223, 1);
	padding: 15px 0px;
}
.products .right_side .price_container{
	background: white;
	border-radius: 15px;
	padding: 30px 5px 5px 5px;
	margin: 20px 0px 0px 0px;
}
.products .right_side .price_container .price{
font-size:22px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
	color: #000000;
	margin-left: 10px;
}

.products .right_side .best_deal{
	font-size:12px;
	line-height:normal;
	color:#E5B80B;
	position:absolute;
	top:-23px;
	border-radius:4px;
	background-color:#000000;
	padding:5px 10px;
}

.products .right_side .desc .white_button{
	background-position: top;
	color: white!important;
	font-weight: 400;
	margin: 20px 0px;
	border-radius: 14px;
}

.price_container .custom-radio .art_title{
	font-family:'Impact', sans-serif;
	font-size:22px;
	color:#000000;
}

.price_container .custom-radio .art_title span{
	color:#E5B80B;
}

.custom-radio:hover {
	background-color:rgba(229,184,11,0.1);
/*	transform: scale(1.02);*/
	transition: 0.2s  ease-in-out;
}
.custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #555555;
	flex-wrap: wrap;
	padding:10px 10px;
}

.custom-radio:has(input[type="radio"]:checked) {
	background-color:rgba(229,184,11,0.1);
	border-radius:4px;
}

.radio-inner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #333;
  margin-right: 10px;
}

.custom-radio input[type="radio"]:checked + .radio-inner {
  background-color: #E5B80B;
  outline:1px solid #E5B80B;
	border: 3px solid white;
}
.products .right_side .quantity{
	display: flex;
	margin-left: 37px;
	margin-top: 20px;

}
.products .right_side .quantity_items.selected{
  background-color: #E5B80B;
  border-color: #E5B80B;
	color: white;
}
.products .right_side .per_piece{
	align-self: flex-end;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 10px;
	text-decoration: line-through;
	color:#A0A0A0;
}

.products .right_side .delivery_price{
	font-size:14px;
	line-height:24px;
	font-weight:300;
}

.products .right_side .discount{
	display:inline-block;
	width:53px;
	background-color:#E5B80B;
	border-radius:4px;
	text-align:center;
	padding:8px 0px;
	color:#ffffff;
	font-size:18px;
	line-height:normal;
	font-weight:500;
}

.products .right_side .quantity_items:hover{
	transform: scale(1.05);
	transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.products .right_side .quantity_items{
	border: 1px solid black;
	width: 42px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2px;
	border-radius: 5px;
	cursor: pointer;
}
.products .right_side .button_holder{
	margin-top: 20px;
}
.main_menu .first:nth-child(4){
	display: none!important;
}
.footer_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
font-size: 16px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0.2em;
text-align: center;
	font-family: "Eina2";
	text-transform: uppercase;
	align-items: center;
/*	padding-bottom: 60px;*/
/*  border-bottom: 1px solid;*/

}
.footer_menu ul li a:hover{
	color: rgba(229, 184, 11, 1);
}
.social_icons{
	width: 120px;
}
.social_icons table{
	width: 100%;
}
.social_icons table tr td{
	width: 30px;
	text-align: center;
}
.footer_container .left input{
	border: none;
/*  width: 100%;*/
  font-size: 16px !important;
  padding: 9px 10px;
  font-family: 'Lexend Deca', sans-serif;
  opacity: 1;
  color: #ffffff;
  outline: none;
	background: #2D3336;
}
.footer_container .white_arrow{
	background: #E5B80B;
	padding: 9px 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.header_title{
	display: flex;
  align-items: center;
  justify-content: center;
	color:rgba(229, 184, 11, 1);
}

#content_container_18,
#content_container_23,
#content_container_25,
#content_container_27,
#content_container_29,
#content_container_32,
#content_container_57,
#content_container_95,
#content_container_87,
#content_container_92,
#content_container_49,
#content_container_125,
#content_container_163,
#content_container_201,
#content_container_206,
#content_container_168,
#content_container_130,
#content_container_54{
	background-color: white!important;
}

.nasveti_container .content {display: none;}
.nasveti_container .content.active {
	display: block;
}

.nasveti_container .content::before {
	
  content: "";
  display: inline-block;
  background: #E5B80B;
  color: #E5B80B;
  height: 2px;
  width: 40px;
/*  margin: 15px 15px;*/
/*	margin-right:30px;*/
	position: relative;
	top: 30px;
}
.nasvet {
	color: black;
	margin-left:60px;
}
.pageing{
	display: flex;
	margin-left: 60px;
	margin-top: 60px;
	margin-bottom: -60px;
}
.page.active{
	background: #E5B80B;
	border: #E5B80B;
}
.page{
	width: 12px;
	height: 12px;
	border: 1px solid black;
	margin-right: 2px;
	cursor: pointer;
}

.hranilne_vrednosti.black tr td{
	color: white;
	font-weight: 500;
}

.hranilne_vrednosti.black{
	background: #000;

}
.hranilne_vrednosti.gray{
	background: #DFDFDF59;
}.hranilne_vrednosti.yellow{
	background: #E5B80B;
}
.hranilne_vrednosti {
	border-radius: 10px;
	padding: 20px 30px;
	width: 90%;
	margin-bottom: 1px;
}
.hranilne_vrednosti tr td{
	color: black;
}
.before::before{
	content: "";
  display: inline-block;
  background: #E5B80B;
  color: #E5B80B;
  height: 20px;
  width: 20px;
/*  margin: 15px 0px;*/
	margin-right: 15px;
	margin-bottom: 5px;
}
.cart_button:hover{
	transform:scale(1.05);
	transition: 0.2s ease-in-out;
}
.cart_button{
	background: white!important;
	border: 1px solid black!important;
	border-radius: 5px!important;
	margin-left: 10px;
	color: black!important;
	
}


.cart_order_container{
	display: flex;
	justify-content: space-around;
	max-width: 1400px;
	margin:auto;

	flex-wrap: wrap;
	padding-bottom: 100px;
}
.order_item:hover{
	transform: scale(1.05);
}
.order_item{
	display: flex;
	flex-direction: column;
	align-items: center;
/*	justify-content: center;*/
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 20px 20px;
	width: 18%;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 0px #00000026;
padding-bottom: 40px;
	transition: 0.3s;
	cursor: pointer;
}
.row_item h3, .order_item .title h3{
	font-size: 26px;
}
.row_item .servings,
.order_item .servings{
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: center;
color: #808080;
	margin-top:10px;

}
.order_item .discount{
	background: black;
  color: white;
  padding: 15px 35px;
  border-radius: 35px;
	font-family: 'Impact';
	font-size: 18px;
	margin-bottom: 30px;
}
.order_item .servings.after::after{
	margin: 20px auto;
}
.order_item .price span{
	text-decoration: line-through;
	color: #A0A0A0;
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.order_item .price{
	font-size: 24px;
	font-weight: 500;
}
.order_item .shipping {
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;


}
.order_item .image {
	height: 120px;
}
.order_item.active{
border: 4px solid #E5B80B;
}
.basket_container{
	margin-top: -180px;
	background: white;
}
.right_side_input,
.left_side_input{
	width:49%;
	
}
.input_container{
	display: flex;
	justify-content: space-between;
}

/***OPINIONS***/
.opinions_container{
	max-width:1400px;
	width:100%;
	margin: auto;
}

.opinions_container .opinions_total{
	padding:30px 20px;
	background-color:#222222;
	border-radius:15px;
	margin-bottom:10px;
}

.opinions_container .opinions_total .score_value{
	font-size:48px;
	font-weight:bold;
	color:#ffffff;
	float:left;
}

.opinions_container .opinions_total .score{
	float:left;
	margin-left:10px;
	margin-top:25px;
}

.opinions_container .opinions_total .button{
	float:right;
}

.opinions_container .opinions_total .button a{
	background-color:#197BFF;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding:20px 45px;
	border-radius:30px;
	display:inline-block;
}

.opinions_container .opinions_content{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.opinions_content .opinion_item{
  flex: 1 1 calc(25% - 1rem);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.opinions_content .opinion_item .top{
	flex: 4;
  background-color: #222222;
  border-radius: 15px;
  padding: 25px;
  font-size: 16px;
	margin-top:10px;
}

.opinions_content .opinion_item .top .opinion{
	margin-top:20px;
}

.opinions_content .opinion_item .bottom{
	flex: 1;
	margin-top:10px;
}

.opinions_content .opinion_item .bottom .image{
	width:64px;
	height:64px;
	overflow:hidden;
	border-radius:50%;
	float:left;
}

.opinions_content .opinion_item .bottom .image img{
	width:100%;
}

.opinions_content .opinion_item .bottom .name_date{
	float:left;
	margin-top:10px;
	margin-left:20px;
	font-size:16px;
}

.opinions_content .opinion_item .bottom .name_date .name{
	font-weight:500;
}

.opinions_content .opinion_item .bottom .name_date .date{
	color:#A0A0A0;
}

.opinions_container .more_button{
	text-align:center;
	margin-top:65px;
}

.opinions_container .more_button a{
	background-color:#282830;
	border-radius:30px;
	padding:20px 45px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
} 

.score{
	position:relative;
	width:120px;
}

.score div{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	overflow:hidden;
}

/****ANIMATIONS****/
.animate{
	position: relative;
	opacity:1;
	top:0px;
	transition: all ease-in-out 0.6s;
}

.animate.animation-lr{
	opacity: 0 !important;
	margin-left:-15% !important;
}

.animate.animation-rl{
	opacity: 0 !important;
	margin-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;
}