/* fonts */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap");

/* font-family: 'Barlow Condensed', sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */

* {
  font-family: "Barlow Condensed", sans-serif;
}
.text-barlow {
  font-family: "Barlow Condensed", sans-serif;
}
.text-opensans {
  font-family: "Open Sans", sans-serif;
}

div.text-opensans * {
  font-family: "Open Sans", sans-serif;
}

/* Responsive Font Size */

html,
body {
  font-size: 14px !important;
}

h1 {
  font-size: 1.602em;
}

h2 {
  font-size: 1.424em;
}

h3 {
  font-size: 1.266em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 0.889em;
}

h6 {
  font-size: 0.79em;
}

.display-1 {
  font-size: 3.906em;
}

.display-2 {
  font-size: 3.125em;
}

.display-3 {
  font-size: 2.5em;
}

.display-4 {
  font-size: 2em;
}

@media (min-width: 48em) {
  h1 {
    font-size: 2.441em;
  }

  h2 {
    font-size: 1.953em;
  }

  h3 {
    font-size: 1.563em;
  }

  h4 {
    font-size: 1.25em;
  }

  .display-1 {
    font-size: 6em;
  }

  .display-2 {
    font-size: 5.5em;
  }

  .display-3 {
    font-size: 4.5em;
  }

  .display-4 {
    font-size: 3.5em;
  }
}
@media (min-width: 62em) {
  html,
  body {
    font-size: 16px !important;
  }
}
@media (min-width: 75em) {
  html,
  body {
    font-size: 18px !important;
  }
}
.jumbotron {
  font-size: 16px;
}
@media (min-width: 62em) {
  .jumbotron {
    font-size: 20px;
  }
}
.jumbotron h1 {
  border-bottom: 1px solid salmon;
}
.jumbotron p.lead {
  border-radius: 4px;
}

.hidden {
  display: none;
}

.mnlogo {
  max-width: 180px;
  height: auto;
}

.img-mobile {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .img-mobile {
    width: 100%;
  }
}

/* Global Colors */
.bg-salmon {
  background-color: salmon;
}

.bg-light-salmon {
  background-color: #f89fa1eb;
}

.bg-lighter-salmon {
  background-color: #fdc4bd;
}
.bg-light-gray {
  background-color: #f1f1f152;
}

.morelink {
  color: salmon;
  text-decoration: none;
}
.morelink:hover {
  color: salmon;
}

.hiddenContent {
  display: none;
}
.toggleLink {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  color: salmon;
  text-decoration: none;
}

.toggleLink:hover {
  color: salmon;
}

.salmon_link {
  color: salmon;
  text-decoration: none;
}
.salmon_link:hover {
  color: salmon;
}

.dark_link {
  color: #252525;
  text-decoration: none;
}

.dark_link:hover {
  color: #252525;
}
.youtube_620 {
  width: 100%;
  max-width: 620px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.pc_hide {
  display: none;
}

.tel_hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .tel_hide {
    display: none;
  }
  .pc_hide {
    display: block;
  }
}

/* breadcrumb */

.breadcrumb {
  background-color: transparent;
  padding: 0px;
}

.breadcrumb a {
  color: #fb8d80;
}

.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #fa8c80;
  border-color: #fa8c80;
}
.page-link {
  color: #fa8c80;
}

.page-link:hover {
  color: #fa8c80;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgb(250 140 128 / 22%);
}

/* home */

.carousel-item {
  height: calc(100vh - 79px);
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators {
  bottom: unset;
  top: 60%;
}

.carousel-caption {
  top: 35%;
}
@media screen and (max-width: 991px) {
  .carousel-caption.csr {
    top: 15%;
  }
}

/* NAV
-------------------------- */
.languageText {
  display: none;
  text-transform: uppercase;
}
.langform {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .langform {
    position: relative;
    right: unset;
    display: inline-block;
    margin-right: unset;
  }
}

.nav-item svg {
  color: #fdcecf;
  margin-right: 2px;
}

#navbar {
  background-color: salmon;
  opacity: 0.9;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.125rem;
  box-shadow: 0px 5px 10px 0px #00000057;
}
a.dropdown-item.active {
  background-color: rgba(255, 255, 255, 0.2);
}

#navbar li a {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
#navbar .dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.11);
}

.nav-link {
  padding: 0.3rem;
}

#navbar .dropdown-menu {
  background: salmon;
  border: none;
  font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
  #navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.05);
  }
}

.lang_button {
  background: none;
  border: none;
  padding: 0 2px;
}

.navbar-brand {
  margin-right: 0;
}

input.input_icon {
  display: inline-block;
  height: 11px;
  width: 16px;
  border: 0;
  margin: 5px;
}

input.icon_hu {
  background: url("../img/flags/hu.png");
}

input.icon_us {
  background: url("../img/flags/us.png");
}

input.icon_it {
  background: url("../img/flags/it.png");
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* b2b
------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato");

#scoped_css .container {
  margin: 0 auto;
}

#scoped_css .container #demos .owl-carousel .item.owl_width {
  width: 350px;
  height: 500px;
  cursor: grab;
}
#demos .owl-carousel .item.owl_width h1,
#demos .owl-carousel .item.owl_width h2,
#demos .owl-carousel .item.owl_width h3,
#demos .owl-carousel .item.owl_width h4,
#demos .owl-carousel .item.owl_width h5 {
  color: #222222;
  margin-top: 1rem;
  margin-bottom: 0;
}
#demos .owl-carousel .item.owl_width h5.up {
  text-transform: uppercase;
  font-weight: 700;
}
#demos .owl-carousel .item.owl_width p {
  margin-bottom: 0.25rem;
}
.fa_stars {
  font-size: 1.4rem;
}
i.confirm {
  color: #59add4;
}

#demos .owl-carousel .item.owl_width p {
  color: #b4b4b4;
}
#demos .owl-carousel .item.owl_width p.testimonial {
  color: #666666;
}

ul.list_width_dot {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.list_width_dot li {
  position: relative;
  padding: 0 0 0 0px;
  margin: 7px 0px 7px 25px;
}
#scoped_css .container #demos .owl-carousel .owl-dots {
  padding: 10px 0 0 0;
}

/* ul.list_width_dot li::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: salmon;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
} */

@media screen and (max-width: 360px) {
  #demos .owl-carousel .item.owl_width {
    width: 300px;
    height: 550px;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* karrier */

div.col-md-3.my-2 .card img {
  display: none;
}

div.col-md-3.my-2 .card img.card-img-top {
  display: block;
}

input.redish,
textarea.redish,
select.redish,
label.redish {
  background-color: #ffdede;
}

span.checkmark.redish {
  border: 1px solid #ec8080;
}

#formuzenetek,
#formuzenetek_media,
#formuzenetek_b2b,
#formuzenetek_general {
  color: #f00;
}

.max-200 {
  max-width: 100%;
  height: auto;
  width: 200px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 764px) {
  .max-200 {
    width: auto;
  }
}

.big-title {
  font-size: 6rem;
}
.big-desc {
  font-size: 2rem;
}

@media (max-width: 1000px) {
  .big-title {
    font-size: 4rem;
  }
}

@media (max-width: 650px) {
  .big-title {
    font-size: 2rem;
  }
  .big-desc {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .big-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 320px) {
  .big-title {
    font-size: 1.45rem;
  }
}

/* karrier - counter */
.counter {
  background-color: none;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 60px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fb5f61;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: salmon;
}

/* job */

h4.job_h4 {
  margin-top: 0.9rem;
}

h1.hero_h1 {
  font-size: 3.6875rem;
}

@media (max-width: 450px) {
  h1.hero_h1 {
    font-size: 2.6875rem;
  }
}

@media (max-width: 320px) {
  h1.hero_h1 {
    font-size: 2rem;
  }
}

/* job-form */

#file {
  margin: 0;
}

.form-wrapper legend {
  margin: 0;
  padding: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: normal;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #f76a59;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  padding: 0;
}

.form-input.full-width {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-clip: padding-box;
}

.form-input {
  margin: 0;
  padding: 20px 15px 18px;
  border: 1px solid #252525;
  color: gray;
  background-color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
}

input {
  overflow: visible;
}

.form-input.error {
  border-color: #d50007;
}

.bg-light-green {
  background-color: #d6eac0;
}

.form-select.mod-select {
  margin: 25px 0 0;
  padding: 20px 15px 18px;
}

.form-select {
  border: 1px solid #bed6a2;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 15px;
  color: gray;
  background-color: #fff;
}
.form-select.full-width {
  width: 100%;
}

.fileWrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.fileWrapper .fileInputText {
  float: left;
  margin: 0;
  padding: 20px 15px 18px;
  border: 1px solid #252525;
  color: gray;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 80%;
  height: auto !important;
  line-height: 1.5em !important;
}

.fileWrapper .fileInputButton {
  display: inline-block;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-left: 0;
  background: #fa8072;
  padding: 19px 0;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin: 0;
  width: 19.6%;
  border-radius: 0;
  background-clip: padding-box;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #252525;
  background-color: #fff;
}

.checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 25px 0 0;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.checkbox-wrapper .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #589326;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrapper .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #fa8072;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btn-fullgreen {
  color: #fff;
  background-color: #006935;
}

.btn.btn-rounded {
  border-radius: 100px;
  background-clip: padding-box;
}

.btn.btn-inlineblock {
  display: inline-block;
}

button,
select {
  text-transform: none;
}

.right {
  float: right;
}

.form-wrapper .button-wrapper {
  padding-right: 15px;
}

.btn.btn-medium {
  padding: 13px 40px;
}
.nicefile {
  height: 65px;
  width: 100%;
  z-index: 99;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit;
  opacity: 0.5; /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: inherit;
  opacity: 0.5; /* Firefox */
}

/* about us
------------------------- */
mark.bg-light-salmon {
  padding: 0.1em;
  background-color: salmon;
  background-blend-mode: hard-light;
  color: white;
  mix-blend-mode: multiply;
}

.team-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.colleague_name {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0 0 0;
}
.colleague_title {
  text-align: center;
}

.quotes-sikerstory-right {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  font-size: 0.5rem;
  color: white;
  opacity: 0.3;
}

.quotes-sikerstory-left {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  color: white;
  opacity: 0.3;
}
.color_salmon {
  color: salmon;
}
.bg_salmon {
  background-color: salmon;
}
.color_lightgreen {
  color: #c2e184;
}
.sikerstory_nagyikonok .col-sm {
  text-align: center;
}

/* csr */

.img_csr {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.white_shadow {
  text-shadow: 2px 2px #ffffff;
}
.salmon_shadow {
  text-shadow: 2px 2px salmon;
}
/* DreamTeam */

div.accordion button {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #f7f7f7;
  color: #000;
}
div.accordion button:hover {
  background-color: salmon;
  color: #fff;
  box-shadow: none;
}

button.btn.btn-outline-secondary.active_acc_button {
  background-color: salmon;
  color: #fff;
  box-shadow: none;
}

div.accordion button:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-top: 0.625rem solid #f6f6f6;
  border-right: 0.625rem solid transparent;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
}
div.accordion button:focus:after {
  opacity: 1;
  bottom: -0.4375rem;
  border-top: 0.625rem solid salmon;
}

.accordion-text {
  margin: 20px 0;
  font-size: 1.45em;
}
/* contact page */

.contact_page button.active_contact_button {
  background-color: #fdc4bd;
  border: none;
}

.contact_page .btn {
  border: none;
  margin: 3px 0;
}

/* pressroom */

p.short_noshow a.morelink {
  display: none;
}

.press_title {
  border-bottom: 1px solid #fb8875;
}
.sajtocsomagok a {
  color: #252525;
}

.sajtocsomagok a:hover {
  text-decoration: none;
}
.sajtocsomagok .float-right,
.sajtocsomagok .salmon {
  color: #fb8d81;
  margin-right: 5px;
}

/* pressroom - news */

.further_news_wrapper {
  display: block;
}
.further_news_wrapper_mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .further_news_wrapper {
    display: none;
  }
  .further_news_wrapper_mobile {
    display: block;
  }
}

.further_news .list-group-item.active {
  background-color: #fb8d80;
  border-color: #fb8d80;
}

li.short_title a.morelink {
  display: none;
}

.short_description a.morelink {
  display: none;
}

.news_thumb {
  width: 100%;
  max-width: 700px;
}

a.title_link {
  color: #000;
  text-decoration: none;
}

a.title_link:hover {
  color: #000;
  text-decoration: none;
}

.news-owl.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fb8d80;
}
.news-owl.owl-theme .owl-dots .owl-dot span {
  background: #fdc4bd;
}

/*==================== 
	Footer 
====================== */

/* Main Footer */
footer .main-footer {
  padding: 20px 0;
  background: #252525;
  margin-top: 0;
}
footer ul {
  padding-left: 0;
  list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
  background: #222;
  padding: 5px 0;
}
.footer-copyright .logo {
  display: inherit;
}
.footer-copyright nav {
  float: right;
  margin-top: 5px;
}
.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
.footer-copyright nav ul li a {
  color: #969696;
}
.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
.footer-copyright p {
  color: #969696;
  margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
  background: transparent;
}
footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
  background: #f9f9f9;
}
footer.light .main-footer {
  background: #f9f9f9;
}
footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
  display: inline-block;
}

/*==================== 
	Widgets 
====================== */
.widget {
  padding: 20px;
  margin-bottom: 40px;
}
.widget.widget-last {
  margin-bottom: 0px;
}
.widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.widget.subscribe p {
  margin-bottom: 18px;
}
.widget li a {
  color: salmon;
}
.widget li a:hover {
  color: #4b92dc;
}
.widget-title {
  margin-bottom: 20px;
}
.widget-title span {
  background: #839fad none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 25px;
  position: relative;
  width: 20%;
}
.widget-title span::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}
.widget-title.text-center span,
.widget-title.text-center span::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.widget .badge {
  float: right;
  background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
  color: #fff;
}

ul.social-footer2 {
  margin: 0;
  padding: 0;
  width: auto;
}
ul.social-footer2 li {
  display: inline-block;
  padding: 0;
}

ul.social-footer2 li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 25px;
  color: #FFF;
}
.btn {
  background-color: salmon;
  color: #fff;
}
.btn:hover,
.btn:focus,
.btn.active {
  background: rgb(219, 66, 49);
  color: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
}

.skewed-bg {
  background: salmon;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}
.salmon-bg {
  background: salmon;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.skewed-bg .skcontent {
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  color: white;
  text-align: center;
}
.skcontent .morelink {
  color: salmon;
}
.salmon-bg .morelink {
  color: #000;
}

.b2b_header {
  text-shadow: 2px 2px #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  color: #444;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.kifutos-salmon-bg {
  background: salmon;
}
.kifutos-salmon-bg .kifutoscontent {
  color: white;
}
.btn_inv {
  background-color: whitesmoke;
  color: salmon;
}
.btn_inv:hover,
.btn_inv:focus,
.btn_inv.active {
  background: rgb(255, 229, 226);
  color: rgb(219, 66, 49);
}

.white-trans {
  background-color: rgba(255, 255, 255, 0.5);
}
.item.owl_width.white-trans h3.color_salmon img.flag-img {
  width: 35px;
  max-width: 100%;
  height: auto;
}
.dori_alahuzas {
  background-color: rgba(255, 255, 255, 0.5);
}
.display-1.dori {
  text-shadow: 2px 2px #ffffff;
  color: salmon;
}
.display-1.dori .dori_alahuzas {
  line-height: 1.21;
}

/* Admin */

.min-width300 {
  min-width: 300px;
}

.mod_images {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 10px;
}
.mod_images_thumb {
  border: 2px solid #006935;
  border-radius: 0.25rem;
  margin: 10px;
}

.btn-green {
  background-color: #006935;
}
.btn-red {
  background-color: #ff0000;
}

.btn-green:hover {
  background-color: #003b1e;
}
.btn-red:hover {
  background-color: #d30303;
}
