@charset "UTF-8";

/* Global Style */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[data-opacity-efect] > * {
  opacity: 0;
  transition: opacity 0.7s linear 0.7s;
}

html, body, .page {
  height: 100%;
}

body, header, .page {
  width: 100%;
}

:root {
  --main-color: #757575;
  --test-color: rgb(1, 2, 3);
}

#css-variable-test {
  display: none;
  background-color: var(--test-color);
}

body {
  font-family: Verdana, sans-serif;;
  font-size: 14px;
  text-align: justify;
  text-decoration: none; 
  color: rgb(117,117,117);
}

a {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}

.page {
  margin: 0 auto;
}

.inner-element-page {
  width: 78%;
  margin: 0 auto; 
}

.hide {
  display: none !important;
}

.show {
  display: initial !important;
}

.show_block {
  display: block !important;
}


.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.acronym {
  font-style: italic;
}

#not-found {
  text-align: center;
  padding: 80px 0px;
  font-size: 40px;
  color: #000;
}

.text_large {
  font-size: 30px;
  font-weight: bold;
}

.text_medium {
  font-size: 24px;
  font-weight: bold;
}

.text_medium_small {
  font-size: 21px;
}

.left-align {
  text-align: left;
}

/* Header */

header {
  border-bottom: 3px solid rgb(195,195,195);
}

#top-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px auto ;
}

#top-header a {
  display: block;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#ue-logo {
  background-image: url(../img/logo/ue.png);
  width: 65px;
  height: 62px;
  background-size: 65px 62px;
}

#bsgin-logo {
  background-image: url(../img/logo/bsgin.png);
  width: 65px;
  height: 61px;
  background-size: 65px 61px;
}

#bsb-logo {
  background-image: url(../img/logo/bsb.png);
  width: 89px;
  height: 62px;
  background-size: 89px 62px;
}

/* Navigation */

ul {
  list-style-type: none;
}

#navigation ul, #page-navigation,  #page-navigation ul, .social-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#navigation ul li {
  display: flex;
  align-items: center;
  height: 40px;
}

#navigation a:hover {
  color: #000;
}

#main-navigation {
  display: flex;
  justify-content: space-between;
}

.current_nav {
  color: #00a4d9;
}

#right-container-nav {
  display: flex !important;
  flex-direction: row; 
}

/* select lang */

#lang-bar {
  border:none;
  width: 80px;
  cursor: pointer;
  background-color: #fff;
  font-size: 13px;
}

#lang-bar * {
  border: none;
}

.arrow {
  background-repeat: no-repeat;
  background-size: 14px 7px;
  background-position: 80% 50%;
}

.active_lang_bar {
  background-color: #f1f1f1;
}

.social-nav {
  margin-left: 30px;
}

.social-nav li {
  margin-right: 12px;
}

.social-nav li:last-child {
  margin-right: 0px;
}

.social-nav img {
  width: 24px;
  height: 24px;
}

/* page navigation */

#page-navigation {
  margin-top: 5px;
  margin-bottom: 30px;
}

#page-navigation li, .next-page {
  color: #C7C7C7;
  font-size: 13px;
}

#page-navigation li a, .next-page a {
  border-bottom: 1px solid #C7C7C7; 
}

/* youtube clips footer */

.info-youtubes {
  display: flex;
  justify-content: space-between;
}

.info-youtubes div {
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
}

/* Items products */

.row-items {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  margin-bottom: 30px;
}

.item {
  width: 311px;
}

.photo_details {
  display: block;
  width: 311px;
  height: 388px;
  background-size: 311px 388px;
  background-repeat: no-repeat;
}

a.go_to_products {
  position: relative;
  left: 93px;
  bottom: 3px;
  background-color: #3d9be9;
  color: #fff;
  padding: 7px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.5s;
}

a.go_to_products:hover{
  background-color: #f2bf5e;
}

.name_details {
  margin-top: 40px;
  text-align: center;
}

.name_details > a {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.name_extra_details {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 13px 0px;
}

.vin_podgorie_label {
  font-size: 20px !important;
}

.text_details {
  font-size: 11px;
}

.more {
  padding: 20px;
  text-align: center;
}

.more-arrow {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 15px;
}

.more-arrow img {
  width: 15px;
  height: 15px; 
}

.paragraph-bottom-margin {
  margin-bottom: 20px;
}

.small-font-list {
  font-size: 13px !important;
  margin-left: 2.5rem;
}

.align-left {
  text-align: left;
}

.border-empty-required {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #ff0000;
}

textarea {
  resize: none;
}

.response-submit {
  font-size: 16px;
  font-weight: bold;
}

.failure {
  color: #ff0000;
}

.success {
  color: #42910d;
}

/* footer */

footer {
  min-height: 430px;
}

.bottom-carousel {
  margin: 27px auto 9px !important;
}

.main-footer {
  background-color: #e8e6e6;
  height: 125px;
}

.inner-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.inner-footer ul li {
  font-size: 11px; 
  margin-top: 2px;
}

#group1 {
  align-self: center;
}

#group1 > li:first-child {
  /* margin-top: 2px; */
}

#group1 .social-nav {
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 7px;
  width: 75px;
}

#group1 .social-nav img {
  width: 16px;
  height: 16px;
}

.copyright {
  font-size: 13px;
}

#group2, #group3 {
  margin-top: 17px;
}

#group2 li:last-child {
  margin-top: 6px;
}

#group3 {
  width: 150px;
  text-align: left;
  font-size: 11px;
  line-height: 18px;
}
