/* FONTS */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?18577788');
  src: url('../font/fontello.eot?18577788#iefix') format('embedded-opentype'), url('../font/fontello.woff2?18577788') format('woff2'), url('../font/fontello.woff?18577788') format('woff'), url('../font/fontello.ttf?18577788') format('truetype'), url('../font/fontello.svg?18577788#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?18577788#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-basket:before {
  content: '\e800';
}
/* '' */
.icon-cancel:before {
  content: '\e801';
}
/* '' */
.icon-mail:before {
  content: '\e802';
}
/* '' */
.icon-phone:before {
  content: '\e803';
}
/* '' */
.icon-camera:before {
  content: '\e804';
}
/* '' */
.icon-print:before {
  content: '\e805';
}
/* '' */
.icon-ok:before {
  content: '\e806';
}
/* '' */
.icon-plus:before {
  content: '\e807';
}
/* '' */
.icon-minus:before {
  content: '\e808';
}
/* '' */
.icon-attention:before {
  content: '\e809';
}
/* '' */
.icon-angle-double-left:before {
  content: '\f100';
}
/* '' */
.icon-angle-double-right:before {
  content: '\f101';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-shopping-basket:before {
  content: '\f291';
}
/* '' */
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
/*@media (min-width:1600px) {
  .container {
    width: 1570px;
  }
}*/
@media (min-width: 1024px) and (max-width: 1199px) {
  .container {
    width: 994px;
  }
}
@media (max-width: 767px) {
  .hide_xs {
    display: none;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* GLOBALS */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #1e1e1e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background: #f9f9f9;
  background-size: cover;
  background-attachment: fixed;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
/*spacers*/
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.top60 {
  margin-top: 60px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom60 {
  margin-bottom: 60px;
}
.space10 {
  margin-top: 10px;
}
.space20 {
  margin-top: 20px;
}
.space30 {
  margin-top: 30px;
}
.space40 {
  margin-top: 40px;
}
.space60 {
  margin-top: 60px;
}
.responsive_img {
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  outline: none;
}
strong {
  font-weight: 700;
}
.align_right {
  float: right;
}
.align_left {
  float: left;
}
.table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
.table_row {
  display: table-row;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.center-block {
  float: none;
}
/* SELECTORS */
.select2-container {
  width: 100% !important;
  background: none;
  font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #1e1e1e;
}
.select2-container .select2-selection {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  height: 44px;
  background: none;
  border: 1px solid #e0e0e0;
  outline: none;
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: 44px;
  color: #1e1e1e;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 42px;
  width: 44px;
  top: 1px;
  right: 1px;
  border-left: 1px solid #e0e0e0;
}
.select2-container .select2-selection .select2-selection__arrow:after {
  position: absolute;
  height: 10px;
  width: 15px;
  display: block;
  content: '\f107';
  font-family: fontello;
  font-size: 32px;
  line-height: 34px;
  top: 6px;
  right: 18px;
  text-align: center;
  color: #898989;
}
.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-dropdown {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  color: #1e1e1e;
}
.select2-container .select2-results__option {
  padding: 10px 6px;
}
.select2-container .select2-results__option[aria-selected=true] {
  background: #e0e0e0;
  color: #1e1e1e;
}
/* HEADER */
#header {
  height: 75px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
}
@media (max-width: 1024px) {
  #header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #header .container {
    width: 100%;
  }
}
#header .table {
  width: 100%;
  height: 55px;
}
@media (max-width: 1024px) {
  #header .table {
    height: 40px;
  }
}
#header .cell {
  vertical-align: middle;
  padding: 0;
}
#header .logo {
  text-align: left;
}
#header .logo img {
  height: 29px;
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  #header .logo img {
    height: 20px;
  }
}
#header .logo a {
  display: inline-block;
  vertical-align: middle;
}
#header .main_menu {
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 1024px) {
  #header .main_menu {
    display: block;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 60px;
    bottom: 0;
    z-index: 10;
    background: #ffffff;
    width: 320px;
    text-align: right;
    padding: 10px 10px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: -4px 3px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: -4px 3px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: -4px 3px 5px 0px rgba(50, 50, 50, 0.1);
  }
}
#header .main_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .main_menu ul li {
  margin: 0 ;
  padding: 0 5px;
  display: inline-block;
}
@media (max-width: 1024px) {
  #header .main_menu ul li {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
  }
}
#header .main_menu ul li a {
  font-size: 18px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
#header .main_menu ul li a:hover,
#header .main_menu ul li a.active {
  color: #c82409;
}
#header .main_menu ul li a:hover:after,
#header .main_menu ul li a.active:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  #header .main_menu ul li a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  #header .main_menu ul li a:after {
    content: '';
    display: block;
    background: #c82409;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
}
#header .menu_util {
  text-align: right;
  vertical-align: middle;
}
#header .menu_util .bt_comanda {
  display: inline-block;
  height: 40px;
  padding: 5px 10px 0 50px;
  color: #ffffff;
  background: #c82409;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  line-height: 16px;
}
#header .menu_util .bt_comanda:hover {
  background: #ae2409;
}
#header .menu_util .bt_comanda i {
  display: inline-block;
  font-size: 26px;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  #header .menu_util .bt_comanda {
    padding: 0 10px 0 40px;
  }
  #header .menu_util .bt_comanda span {
    display: none;
  }
}
.nav_toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 19px 10px 10px;
  z-index: 999;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 1025px) {
  .nav_toggle {
    display: none;
  }
}
.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 3px;
  width: 24px;
  background: #1e1e1e;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav_toggle span:before {
  top: -10px;
}
.nav_toggle span:after {
  bottom: -10px;
}
.nav_opened #header .main_menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nav_opened .nav_toggle span {
  width: 23px;
  background: #ffffff;
}
.nav_opened .nav_toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 0;
}
.nav_opened .nav_toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 0;
}
/* FOOTER */
.footer {
  background: #212121;
  color: #888888;
  padding: 30px 0 30px;
  font-size: 14px;
  font-weight: 400;
  /* .copy{
    max-width: 520px;
    display: inline-block;
  }*/
}
@media (min-width: 1025px) {
  .footer {
    padding: 30px 0 0;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .footer .column {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .footer .right {
    text-align: right;
  }
}
.footer .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .links li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.footer .links a:hover {
  color: #e0e0e0;
}
.footer .social {
  margin-top: 5px;
}
.footer .social i {
  color: #c82409;
  font-size: 20px;
  vertical-align: middle;
}
/*Homepage*/
.section_home_carousel {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
}
.section_home_carousel img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  min-width: 100%;
}
.section_home_carousel:hover .owl-nav div {
  opacity: 1;
}
.section_home_carousel .owl-nav {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .section_home_carousel .owl-nav {
    display: none;
  }
}
.section_home_carousel .owl-nav div {
  line-height: 54px;
  width: 44px;
  text-align: center;
  opacity: 0.2;
  transition: all ease-in-out 0.2s;
}
.section_home_carousel .owl-nav i {
  display: block;
  text-align: center;
  line-height: 54px;
  width: 44px;
}
.section_home_carousel .owl-nav i:before {
  padding: 0;
  margin: 0;
  line-height: 54px;
  width: 44px;
}
.section_home_carousel .owl-nav .owl-prev {
  float: left;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.section_home_carousel .owl-nav .owl-next {
  float: right;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.section_home_carousel .owl-dots {
  right: 10%;
  bottom: 3%;
  position: absolute;
  z-index: 1;
}
.section_home_carousel .owl-dots .owl-dot {
  background: #ffffff;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.section_home_carousel .owl-dots .owl-dot.active {
  background: #1e1e1e;
}
@media (max-width: 1200px) {
  .section_home_carousel .owl-dots {
    display: none;
  }
}
.hero {
  text-align: center;
  margin: 40px 0 20px;
}
.hero .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
.service_disc {
  background: #c82409;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 120%;
  margin: 20px 45px 0;
}
@media (max-width: 767px) {
  .service_disc {
    width: 150px;
    height: 150px;
    font-size: 22px;
    margin: 20px 25px 0;
  }
}
.service_disc i {
  font-size: 44px;
  margin: 15px 0 0;
  display: inline-block;
}
.service_disc:last-child i {
  margin-top: 20px;
}
.service_disc .table {
  height: 100%;
}
.service_disc .cell {
  vertical-align: middle;
}
.home_store_title {
  text-align: center;
}
.main_wrapper {
  position: relative;
}
@media (min-width: 1025px) {
  .main_wrapper {
    margin-bottom: -120px;
    min-height: 100%;
  }
  .main_wrapper:after {
    content: "";
    display: block;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .main_wrapper {
    padding: 60px 0 0;
  }
}
h1 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 30px;
  line-height: 140%;
  font-weight: 300;
  color: #1e1e1e;
  margin: 20px 0;
}
h4 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  color: #1e1e1e;
  margin: 15px 0 ;
}
.grid_item {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .grid_item {
    width: 100%;
    float: none;
  }
}
.grid_item .inner {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #e9e9e9;
  padding: 20px 15px 70px;
  text-align: center;
}
.grid_item .image {
  display: block;
  height: 180px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.grid_item .image img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid_item .name,
.grid_item .locatie {
  font-size: 22px;
  line-height: 130%;
  margin: 2px 0;
}
.grid_item .bt_details {
  cursor: pointer;
  display: table;
  width: 180px;
  height: 40px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px;
  background: #e0e0e0;
  color: #c82409;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 15px;
}
.grid_item .bt_details:hover {
  background: #c82409;
  color: #ffffff;
}
.grid_item .address {
  margin: 15px 0;
  font-weight: 400;
}
.grid_item .email,
.grid_item .phone {
  font-weight: 400;
}
.grid_item .program {
  margin: 15px 0 5px;
  font-weight: 400;
}
.top_banner {
  height: 150px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
@media (min-width: 767px) {
  .top_banner {
    height: 300px;
  }
}
.section_content {
  background: #ffffff;
  padding: 40px 15px;
}
@media (min-width: 767px) {
  .section_content {
    padding: 40px 30px;
  }
}
.section_content ul {
  list-style: none;
  padding: 0;
}
.section_content ul li {
  padding-left: 25px;
  margin: 5px 0;
  display: block;
  position: relative;
}
.section_content ul li:before {
  display: block;
  background: #c82409;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 6px;
}
.galerie {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
@media (min-width: 1025px) {
  .galerie {
    float: right;
  }
}
.galerie .item-video {
  height: 300px;
}
.galerie .owl-item {
  overflow: hidden;
  background: #ffffff;
  height: 300px;
}
.galerie .owl-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.galerie .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 40px;
  color: #1e1e1e;
  z-index: 0;
  opacity: 0;
  top: 50%;
}
@media (max-width: 500px) {
  .galerie .owl-nav {
    display: none;
  }
}
.galerie .owl-nav div {
  line-height: 54px;
  width: 44px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.galerie .owl-nav i {
  display: block;
  text-align: center;
  line-height: 54px;
  width: 44px;
}
.galerie .owl-nav i:before {
  padding: 0;
  margin: 0;
  line-height: 54px;
  width: 44px;
}
.galerie .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  margin-top: -40px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.galerie .owl-nav .owl-next {
  position: absolute;
  right: 0;
  margin-top: -40px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.galerie:hover .owl-nav {
  opacity: 1;
}
.galerie .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.galerie .owl-dots .owl-dot {
  display: inline-block;
}
.galerie .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #e0e0e0;
  display: block;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.galerie .owl-dots .owl-dot.active span,
.galerie .owl-dots .owl-dot:hover span {
  background: #1e1e1e;
}
.table_wrapper {
  overflow-x: auto;
}
.table_vendor {
  min-width: 600px;
  border-bottom: 1px solid #ffffff;
}
.table_vendor thead {
  font-size: 14px;
}
.table_vendor td,
.table_vendor th {
  padding: 5px 0;
  text-align: left;
  border-top: 1px solid #e0e0e0;
}
.table_vendor td.td_refresh,
.table_vendor th.td_refresh {
  padding: 20px 0;
}
.table_vendor td .input,
.table_vendor th .input {
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 70px;
  background: #e1e1e1;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table_vendor td .input:focus,
.table_vendor th .input:focus {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.table_vendor td:last-child,
.table_vendor th:last-child {
  text-align: right;
}
.table_vendor td .item-delete,
.table_vendor th .item-delete {
  background: #c82409;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
}
.table_vendor td .btn_refresh,
.table_vendor th .btn_refresh {
  background: #000;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 0 10px;
}
.add_foto_form {
  margin-bottom: 30px;
}
.add_foto_form .btn_add_basket {
  background: #c82409;
  color: #ffffff;
  display: inline-block;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 16px;
  width: 200px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 22px 0 0;
}
.add_foto_form .btn_add_basket:hover {
  background: #ae2409;
}
@media (max-width: 600px) {
  .add_foto_form .btn_add_basket {
    width: 100%;
  }
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal .bt_close {
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  display: block;
  z-index: 1;
  padding: 3px 0;
}
@media (max-width: 600px) {
  .modal .bt_close {
    color: #1e1e1e;
  }
}
.modal .bt_close:hover {
  color: #00a157;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.gdpr-bar {
  background: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  padding: 20px 0;
}
.bt-gdpr {
  cursor: pointer;
  border: none;
  display: inline-block;
  height: 36px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0 20px;
  background: #c82409;
  color: #ffffff;
  margin: 5px;
}
.bt-gdpr i {
  font-size: 20px;
}
.bt-gdpr:hover {
  background: #ae2409;
}
.gdpr-modal {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  color: #fff;
}
@media (max-width: 992px) {
  .gdpr-modal {
    width: 97%;
  }
}
.gdpr-modal .modal-content {
  border-radius: 0;
  border: none;
  background: #000;
  padding: 30px;
}
.gdpr-modal .gdpr-link {
  color: #ff5d1f;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.gdpr-modal .gdpr-list-item-details {
  display: none;
  margin-top: 10px;
  font-size: 13px;
}
.gdpr-modal .gdpr-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.gdpr-modal .gdpr-list {
  padding-left: 30px;
  margin-top: 20px;
}
.gdpr-modal .cookie-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gdpr-modal .cookie-checkbox input {
  position: absolute;
  left: -10000px;
  visibility: hidden;
}
.gdpr-modal .cookie-checkbox input:checked ~ span:after {
  right: 2px;
}
.gdpr-modal .cookie-checkbox input:checked ~ span:before {
  background: #00a65a;
}
.gdpr-modal .cookie-checkbox span {
  display: block;
  position: relative;
  padding-right: 70px;
  min-height: 34px;
}
.gdpr-modal .cookie-checkbox span:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 34px;
  background: #a5a6af;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.gdpr-modal .cookie-checkbox span:after {
  display: block;
  content: '';
  position: absolute;
  right: 34px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.eroare {
  color: #c82409;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  margin: 3px;
}
.eroare:before {
  display: block;
  content: '\e809';
  font-family: fontello;
  color: #c82409;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 12px;
}
.form small {
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  display: block;
  font-weight: 600;
}
.form .label {
  font-size: 16px;
  font-weight: 400;
}
.form .input_wrapper {
  margin-bottom: 15px;
}
.form .input_wrapper .input {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  color: #1e1e1e;
}
.form .input_wrapper .input:focus {
  border: 1px solid #b0b0b0;
}
.form .input_wrapper .input:-moz-placeholder {
  color: #e0e0e0;
}
.form .input_wrapper .input::-moz-placeholder {
  color: #e0e0e0;
}
.form .input_wrapper .input:-ms-input-placeholder {
  color: #e0e0e0;
}
.form .input_wrapper .input::-webkit-input-placeholder {
  color: #e0e0e0;
}
.form .input_wrapper textarea {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  height: 144px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  color: #1e1e1e;
  resize: none;
}
.form .input_wrapper textarea:focus {
  border: 1px solid #b0b0b0;
}
.form .input_wrapper textarea:-moz-placeholder {
  color: #e0e0e0;
}
.form .input_wrapper textarea::-moz-placeholder {
  color: #e0e0e0;
}
.form .input_wrapper textarea:-ms-input-placeholder {
  color: #e0e0e0;
}
.form .input_wrapper textarea::-webkit-input-placeholder {
  color: #e0e0e0;
}
.form .input_file_wrapper {
  border: 1px solid #e0e0e0;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
}
.form .input_file_wrapper .input_file {
  background: none !important;
  width: 100%;
  height: 24px;
  color: #1e1e1e;
}
.form .bt_send {
  background: #c82409;
  color: #ffffff;
  display: inline-block;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 16px;
  width: 300px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 20px 0 0;
}
.form .bt_send:hover {
  background: #ae2409;
}
@media (max-width: 600px) {
  .form .bt_send {
    width: 100%;
  }
}
.form_value {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 30px;
}
.form_value span {
  font-size: 32px;
  font-weight: 300;
}
.capcha {
  margin-top: 20px;
}
