@font-face {
  font-family: "TitilliumWeb-Regular";
  src: url("../fonts/TitilliumWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitilliumWeb-Regular.woff") format("woff"), url("../fonts/TitilliumWeb-Regular.ttf") format("truetype"), url("../fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb-SemiBold";
  src: url("../fonts/TitilliumWeb-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TitilliumWeb-SemiBold.woff") format("woff"), url("../fonts/TitilliumWeb-SemiBold.ttf") format("truetype"), url("../fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb-Bold";
  src: url("../fonts/TitilliumWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TitilliumWeb-Bold.woff") format("woff"), url("../fonts/TitilliumWeb-Bold.ttf") format("truetype"), url("../fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb-BoldItalic";
  src: url("../fonts/TitilliumWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TitilliumWeb-BoldItalic.woff") format("woff"), url("../fonts/TitilliumWeb-BoldItalic.ttf") format("truetype"), url("../fonts/TitilliumWeb-BoldItalic.svg#TitilliumWeb-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb-Light";
  src: url("../fonts/TitilliumWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitilliumWeb-Light.woff") format("woff"), url("../fonts/TitilliumWeb-Light.ttf") format("truetype"), url("../fonts/TitilliumWeb-Light.svg#TitilliumWeb-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb-LightItalic";
  src: url("../fonts/TitilliumWeb-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TitilliumWeb-LightItalic.woff") format("woff"), url("../fonts/TitilliumWeb-LightItalic.ttf") format("truetype"), url("../fonts/TitilliumWeb-LightItalic.svg#TitilliumWeb-LightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #f7f9fa;
  position: relative;
  font-family: "TitilliumWeb-Light";
  min-width: 300px;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 460px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 18px;
  }
}
body {
  overflow-x: hidden;
}

strong {
  font-family: "TitilliumWeb-Bold";
}

.medium {
  font-family: "TitilliumWeb-SemiBold";
}

p,
li {
  font-size: 0.9em;
  font-family: "TitilliumWeb-Light";
}
p.small,
li.small {
  font-size: 0.6em;
}

.buttontype {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-family: "TitilliumWeb-Light";
  position: relative;
  text-decoration: none;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
.buttontype:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
.buttontype:hover {
  border: 1px solid #00aeef;
  color: #00aeef;
  text-decoration: none;
}
.buttontype:hover:after {
  border-color: transparent transparent #00aeef transparent;
}

h1 {
  font-family: "TitilliumWeb-Bold";
  text-transform: uppercase;
  font-size: 2.3em;
}

nav {
  z-index: 99;
}

.navbar .container {
  position: relative;
}

h2 {
  font-family: "TitilliumWeb-Bold";
  text-transform: uppercase;
  font-size: 2.3em;
}

h3 {
  font-family: "TitilliumWeb-Bold";
  text-transform: uppercase;
  font-size: 2.3em;
}
h3.vd {
  font-size: 1.1em;
}
h3.gtitle {
  color: #009bdf;
  font-size: 1.1em;
}
h3.subtitle {
  font-size: 1.1em;
}

span.d-inline-block {
  vertical-align: middle;
}

h4 {
  font-family: "TitilliumWeb-Bold";
  text-transform: uppercase;
  font-size: 1.15em;
}

nav {
  padding: 0.5rem 1rem 0.5rem !important;
  background: #00396f;
}
nav .wrapper {
  padding-bottom: 2px;
  border-bottom: 1px solid #009bdf;
}
nav .container #navbar {
  margin-top: -10px;
  display: block;
}

.langmenu .nav-item .nav-link {
  font-size: 0.8rem;
  font-family: "TitilliumWeb-Regular";
}
.langmenu .nav-item .nav-link:after {
  content: "|";
  display: inline-block;
  color: #009bdf;
  margin-left: 10px;
}
.langmenu .nav-item .nav-link.active:after {
  content: "|" !important;
  display: inline-block !important;
  color: #009bdf;
  margin-left: 10px;
  background: none !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  position: relative !important;
}
.langmenu .nav-item:last-child .nav-link:after {
  content: "";
}
.langmenu .nav-item:last-child .nav-link.active:after {
  content: "" !important;
  display: none;
}

.socialmenu {
  bottom: 5px;
}

ul.navbar-nav li.nav-item {
  display: inline-block;
}
ul.navbar-nav li.nav-item a.nav-link {
  color: #009bdf;
  font-size: 0.8rem;
  font-family: "TitilliumWeb-Regular";
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  padding: 0;
}
ul.navbar-nav li.nav-item a.nav-link.active, ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #ffffff;
  position: relative;
}
ul.navbar-nav li.nav-item a.nav-link.active:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/submenu.png) center center no-repeat;
  position: absolute;
  top: 5px;
  left: calc(100% + 5px);
}
ul.navbar-nav.topmenu .nav-item {
  margin-right: 30px;
}

.dropdownmenu a.dropdown-item {
  font-size: 0.8rem;
  font-family: "TitilliumWeb-Regular";
  display: inline-block;
  width: auto;
  padding: 5px 10px 0 9px;
  clear: both;
  font-weight: 400;
  color: #009bdf;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  transition: color, 0.4s;
}
.dropdownmenu a.dropdown-item:hover, .dropdownmenu a.dropdown-item.active {
  color: #ffffff;
}
.dropdownmenu a.dropdown-item:first-child {
  padding-left: 0;
}

/* Icon 1 */
#navbarmobile {
  width: 100vw;
  position: absolute;
  top: 65px;
  left: -100vw;
  background: #00396f;
  padding: 20px 40px;
  -webkit-transition: left, 0.4s;
  -moz-transition: left, 0.4s;
  transition: left, 0.4s;
}
#navbarmobile.open {
  left: 0px;
}
#navbarmobile ul.navbar-nav li.nav-item a.nav-link.active:after {
  display: none;
}
#navbarmobile ul.navbar-nav li.nav-item.submenu {
  padding: 5px 0 5px 15px;
  margin-bottom: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#navbarmobile ul.navbar-nav li.nav-item.submenu a.dropdown-item {
  color: #009bdf;
  font-size: 0.8rem;
  font-family: "TitilliumWeb-Regular";
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  padding: 0;
}
#navbarmobile ul.navbar-nav li.nav-item.submenu a.dropdown-item.active {
  background: transparent;
  color: #ffffff;
}
#navbarmobile .langmenu {
  display: block;
  margin-top: 15px;
}
#navbarmobile .socialmenu {
  display: block;
  margin-top: 15px;
}
#navbarmobile .socialmenu li {
  margin-right: 15px;
}

.navbar-toggler {
  padding: 0.25rem 0 0.25rem 0.75rem;
}

.first-button:active,
.first-button:focus {
  outline: none !important;
  border: none !important;
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #ffffff;
}

.animated-icon2 span {
  background: #ffffff;
}

.animated-icon3 span {
  background: #ffffff;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.navbar + .container,
.navbar + .container-fluid {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .navbar + .container,
  .navbar + .container-fluid {
    margin-top: 10px;
  }
}

.error {
  color: red;
}

#telephelyek .telephely {
  height: 405px;
}
#telephelyek .telephely .background {
  cursor: pointer;
}
#telephelyek .telephely:nth-of-type(1) {
  padding-right: 7px !important;
}
#telephelyek .telephely:nth-of-type(1) .haromszog {
  right: 7px;
}
@media only screen and (max-width: 1024px) {
  #telephelyek .telephely:nth-of-type(1) {
    padding-right: 0px !important;
    margin-bottom: 10px;
  }
  #telephelyek .telephely:nth-of-type(1) .haromszog {
    right: 0px;
  }
}
#telephelyek .telephely:nth-of-type(2) {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
#telephelyek .telephely:nth-of-type(2) .haromszog {
  right: 3px;
}
@media only screen and (max-width: 1024px) {
  #telephelyek .telephely:nth-of-type(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 10px;
  }
  #telephelyek .telephely:nth-of-type(2) .haromszog {
    right: 0px;
  }
}
#telephelyek .telephely:nth-of-type(3) {
  padding-left: 7px !important;
}
#telephelyek .telephely:nth-of-type(3) .background {
  background: url(../uploads/Depositphotos_65561347_xl-2015.jpg) center center no-repeat;
  background-size: cover;
}
#telephelyek .telephely:nth-of-type(3):hover .background {
  background: url(../uploads/Depositphotos_50904741_xl-2015.jpg) center center no-repeat;
  background-size: cover;
}
#telephelyek .telephely:nth-of-type(3) .haromszog {
  right: 0px;
}
@media only screen and (max-width: 1024px) {
  #telephelyek .telephely:nth-of-type(3) {
    padding-left: 0px !important;
  }
  #telephelyek .telephely:nth-of-type(3) .haromszog {
    right: 0px;
  }
}
#telephelyek .telephely .background-slider {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
#telephelyek .telephely .background-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity, 1s;
  -moz-transition: opacity, 1s;
  transition: opacity, 1s;
}
#telephelyek .telephely .background-slider .slide.active {
  opacity: 1;
}
#telephelyek .telephely .background-slider.active {
  cursor: default;
}
#telephelyek .telephely .haromszog {
  width: 98px;
  height: 98px;
  position: absolute;
  bottom: -1px;
  background: url(../images/haromszog_telephely.svg) center center no-repeat;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
#telephelyek .telephely .orszag {
  position: absolute;
  left: 50%;
  top: 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%);
  margin-top: 40px;
  color: #ffffff;
  font-size: 0.75em;
  font-family: "TitilliumWeb-regular";
  text-transform: uppercase;
  text-shadow: 0px 0px 15px #000;
}
#telephelyek .telephely .varos {
  position: absolute;
  left: 50%;
  top: 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%);
  color: #ffffff;
  font-size: 2em;
  font-family: "TitilliumWeb-bold";
  text-transform: uppercase;
  text-shadow: 0px 0px 15px #000;
}
#telephelyek .telephely:hover, #telephelyek .telephely.active {
  /*.haromszog {
      background: url(../images/haromszog_telephely_inverz.svg) center center no-repeat; 
  }*/
}

#kapcsolat,
#contacts {
  padding-top: 110px !important;
}

#telephely {
  margin-top: 10px;
}
#telephely > .row {
  padding-top: 25px;
  padding-bottom: 65px;
  background-color: #00396f;
}
#telephely > .row h2 {
  color: #009bdf;
  font-size: 1.33em;
  font-family: "TitilliumWeb-bold";
  text-transform: uppercase;
}
#telephely > .row .teleplead {
  color: #ffffff;
  font-size: 1em;
  font-family: "TitilliumWeb-light";
}
#telephely > .row .szolgaltatasok {
  border-top: 1px solid #009bdf;
  border-bottom: 1px solid #009bdf;
  padding: 25px 0 15px;
  margin: 25px 0 15px;
}
@media only screen and (max-width: 1024px) {
  #telephely > .row .szolgaltatasok .d-flex {
    display: block !important;
  }
  #telephely > .row .szolgaltatasok .d-flex a.flex-fill {
    display: block !important;
  }
}
#telephely > .row .szolgaltatasok a.flex-fill {
  margin: 0 5px 50px;
  padding-bottom: 50px;
  min-width: 96px;
  width: 96px;
  height: 96px;
  position: relative;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
#telephely > .row .szolgaltatasok a.flex-fill.csomagolas {
  background: url(../images/csomagolas.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill.veszelyes_aruk {
  background: url(../images/veszelyes_aruk.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill.lada_rekesz_raklap {
  background: url(../images/lada_rekesz_raklap.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill.doboz {
  background: url(../images/doboz.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill.kereskedelem {
  background: url(../images/kereskedelem.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill.fitokondi {
  background: url(../images/fitokondi.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill.time {
  background: url(../images/time.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill span {
  position: absolute;
  top: 95px;
  border: 1px solid #009bdf;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #ffffff;
  font-size: 0.65em;
  font-family: "TitilliumWeb-light";
  text-transform: uppercase;
  text-align: center;
  padding: 0 4px;
  box-sizing: border-box;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
#telephely > .row .szolgaltatasok a.flex-fill span:after {
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #009bdf transparent;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover.csomagolas {
  background: url(../images/csomagolas_hover.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover.veszelyes_aruk {
  background: url(../images/veszelyes_aruk_hover.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover.lada_rekesz_raklap {
  background: url(../images/lada_rekesz_raklap_hover.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover.doboz {
  background: url(../images/doboz_hover.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover.kereskedelem {
  background: url(../images/kereskedelem_hover.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover.fitokondi {
  background: url(../images/fitokondi_hover.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover.time {
  background: url(../images/time_hover.svg) top center no-repeat;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover span {
  border: 1px solid #ffffff;
}
#telephely > .row .szolgaltatasok a.flex-fill:hover span:after {
  border-color: transparent transparent #ffffff transparent;
}

#cegtortenet .row.hatter,
#history .row.hatter {
  background: url("../images/cegtortenet2_hatter.jpg") top center no-repeat;
  min-height: 410px;
}
#cegtortenet .row.blue,
#history .row.blue {
  background-color: #009bdf;
}
#cegtortenet .row h2,
#history .row h2 {
  margin-top: 340px;
}
#cegtortenet .row .tortenet-content,
#history .row .tortenet-content {
  padding: 25px 0;
}
#cegtortenet .row .tortenet-content p,
#history .row .tortenet-content p {
  color: #ffffff;
  font-size: 0.85em;
  font-family: "TitilliumWeb-Regular";
}
#cegtortenet .row .tortenet-content p.big,
#history .row .tortenet-content p.big {
  font-size: 1.25em;
  font-family: "TitilliumWeb-bold";
  text-transform: uppercase;
}

#hirek .row {
  padding: 25px 0 15px;
}
#hirek .row h2 {
  color: #00396f;
}

#hasznos .row,
#useful-downloads .row {
  padding: 25px 0 15px;
}
#hasznos .row.hatter,
#useful-downloads .row.hatter {
  background: url("../images/hasznos_hatter.jpg") top center no-repeat;
  min-height: 410px;
}
#hasznos .row.blue,
#useful-downloads .row.blue {
  background-color: #00396f;
}
#hasznos .row h2,
#useful-downloads .row h2 {
  margin-top: 340px;
}
#hasznos .row .hasznos-content,
#useful-downloads .row .hasznos-content {
  padding: 25px 0;
}
#hasznos .row .hasznos-content p,
#useful-downloads .row .hasznos-content p {
  color: #ffffff;
  font-size: 0.85em;
  font-family: "TitilliumWeb-Regular";
}
#hasznos .row .d-inline-block,
#useful-downloads .row .d-inline-block {
  vertical-align: top;
  margin-right: 25px;
}
#hasznos .row .d-inline-block:nth-of-type(3),
#useful-downloads .row .d-inline-block:nth-of-type(3) {
  margin-right: 0;
}
#hasznos .row .d-inline-block img,
#useful-downloads .row .d-inline-block img {
  margin: 0 auto;
  text-align: center;
}

#minositesek .row,
#certificates .row {
  padding: 25px 0 15px;
}
#minositesek .row.blue,
#certificates .row.blue {
  background-color: #009bdf;
}
#minositesek .row hr,
#certificates .row hr {
  background: #ffffff;
  height: 1px;
  padding-top: 0;
  margin-top: 0;
}
#minositesek .row .hasznos-content,
#certificates .row .hasznos-content {
  padding: 25px 0;
}
#minositesek .row .hasznos-content p,
#certificates .row .hasznos-content p {
  color: #ffffff;
  font-size: 0.85em;
  font-family: "TitilliumWeb-Regular";
}
#minositesek .row .d-inline-block,
#certificates .row .d-inline-block {
  vertical-align: top;
  margin-right: 25px;
}
#minositesek .row .d-inline-block:last-of-type,
#certificates .row .d-inline-block:last-of-type {
  margin-right: 0;
}
#minositesek .row .d-inline-block img,
#certificates .row .d-inline-block img {
  margin: 0 auto;
  text-align: center;
}

#tamogatasok .row {
  padding: 25px 0 15px;
}
#tamogatasok .row h2 {
  color: #00396f;
}
#tamogatasok .row hr {
  background: #00396f;
  height: 1px;
  padding-top: 0;
  margin-top: 0;
}
#tamogatasok .row .hasznos-content {
  padding: 25px 0;
}
#tamogatasok .row .hasznos-content p {
  color: #00396f;
  font-size: 0.85em;
  font-family: "TitilliumWeb-Regular";
}
#tamogatasok .row .hasznos-content p.big {
  font-size: 1.25em;
  font-family: "TitilliumWeb-bold";
  text-transform: uppercase;
}
#tamogatasok .row .d-inline-block {
  vertical-align: top;
  margin-right: 25px;
}
#tamogatasok .row .d-inline-block:nth-of-type(3) {
  margin-right: 0;
}
#tamogatasok .row .d-inline-block img {
  margin: 0 auto;
  text-align: center;
}

.bluebackground {
  background-color: #00396f;
}

.withtriangle:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 84px 84px;
  border-color: transparent transparent #ffffff transparent;
  content: "";
  display: block;
}

.bluetriangle {
  position: relative;
}
.bluetriangle:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 84px 84px;
  border-color: transparent transparent #009bdf transparent;
  content: "";
  display: block;
}

.pageicon {
  margin-right: 25px;
}

.pagetitle,
.pagelead {
  width: calc(100% - 180px);
}

.pagetitle {
  color: #009bdf;
  font-size: 3.33em;
  font-family: "TitilliumWeb-Bold";
  text-transform: uppercase;
}

.pagelead {
  color: #ffffff;
  font-size: 0.9em;
  font-family: "TitilliumWeb-Light";
}

#termekeink {
  position: relative;
  width: 100%;
  min-height: 200px;
}

#veszelyes_aruk {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.whitebckgrnd {
  background-color: #ffffff;
  position: relative;
}
.whitebckgrnd h3 {
  color: #009bdf;
}
.whitebckgrnd p {
  color: #000000;
}
.whitebckgrnd .buttontype {
  color: #00396f;
  border: 1px solid #00396f;
}
.whitebckgrnd .buttontype:after {
  border-color: transparent transparent #00396f transparent;
}
.whitebckgrnd .buttontype:hover {
  color: #00aeef;
  border: 1px solid #00aeef;
}
.whitebckgrnd .buttontype:hover:after {
  border-color: transparent transparent #00aeef transparent;
}

.lightbluebckgrnd {
  background-color: rgba(0, 155, 223, 0.25);
  position: relative;
}
.lightbluebckgrnd h3 {
  color: #009bdf;
}
.lightbluebckgrnd p,
.lightbluebckgrnd li {
  color: #000000;
}
.lightbluebckgrnd .buttontype {
  color: #00396f;
  border: 1px solid #00396f;
}
.lightbluebckgrnd .buttontype:after {
  border-color: transparent transparent #00396f transparent;
}
.lightbluebckgrnd .buttontype:hover {
  color: #00aeef;
  border: 1px solid #00aeef;
}
.lightbluebckgrnd .buttontype:hover:after {
  border-color: transparent transparent #00aeef transparent;
}

.darkbluebckgrnd {
  background-color: #00396f;
  position: relative;
}
.darkbluebckgrnd h3 {
  color: #009bdf;
}
.darkbluebckgrnd p,
.darkbluebckgrnd li {
  color: #ffffff;
}
.darkbluebckgrnd .buttontype {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.darkbluebckgrnd .buttontype:after {
  border-color: transparent transparent #ffffff transparent;
}
.darkbluebckgrnd .buttontype:hover {
  color: #009bdf;
  border: 1px solid #009bdf;
}
.darkbluebckgrnd .buttontype:hover:after {
  border-color: transparent transparent #009bdf transparent;
}

.bluebckgrnd {
  background-color: rgb(0, 155, 223);
  position: relative;
}
.bluebckgrnd h3 {
  color: #ffffff;
}
.bluebckgrnd p {
  color: #ffffff;
}
.bluebckgrnd .buttontype {
  color: #00396f;
  border: 1px solid #00396f;
}
.bluebckgrnd .buttontype:after {
  border-color: transparent transparent #00396f transparent;
}
.bluebckgrnd .buttontype:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.bluebckgrnd .buttontype:hover:after {
  border-color: transparent transparent #ffffff transparent;
}

#csomagolast_megelozo {
  position: relative;
  width: 100%;
}
#csomagolast_megelozo .hatter {
  min-height: 367px;
  background: url(../images/csomagolast_megelozo_lepesek_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#csomagolast_megelozo .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#csomagolast_megelozo .sectioncontent .sectiontitle {
  width: 60%;
}
#csomagolast_megelozo .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#csomagolast_megelozo .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#lada {
  position: relative;
  width: 100%;
}
#lada .hatter {
  min-height: 367px;
  background: url(../images/lada_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#lada .hatter2 {
  min-height: 367px;
  background: url(../images/raklap_gyartas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#lada .lightbluebckgrnd {
  min-height: 350px;
  background-color: rgba(0, 155, 223, 0.25);
  position: relative;
}
#lada .lightbluebckgrnd h3,
#lada .lightbluebckgrnd p {
  color: #00396f;
}
#lada .sectioncontent {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#lada .sectioncontent .sectiontitle {
  width: 60%;
}
#lada .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#lada .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#negyszeznegyhiba {
  position: relative;
  width: 100%;
}
#negyszeznegyhiba .hatter {
  min-height: 367px;
  background: url(../images/404_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#negyszeznegyhiba .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#negyszeznegyhiba .sectioncontent .sectiontitle {
  width: 60%;
}

#doboz {
  position: relative;
  width: 100%;
}
#doboz .hatter {
  min-height: 367px;
  background: url(../images/doboz_gyartas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#doboz .sectioncontent {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#doboz .sectioncontent .sectiontitle {
  width: 60%;
}
#doboz .subsectioncontent {
  position: relative;
}
#doboz .subsectioncontent .sectiontitle {
  font-size: 1.1em;
}
#doboz .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#doboz .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#kereskedelem {
  position: relative;
  width: 100%;
}
#kereskedelem .hatter {
  min-height: 367px;
  background: url(../images/fureszaru_fakereskedelem_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#kereskedelem .hatter2 {
  min-height: 367px;
  background: url(../images/bambusz_teraszburkolat.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#kereskedelem .hatter22 {
  min-height: 367px;
  background: url(../images/csomagolas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#kereskedelem .hatter3 {
  min-height: 367px;
  background: url(../images/belteri_padlok_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#kereskedelem .lightbluebckgrnd {
  min-height: 255px;
  background-color: rgba(0, 155, 223, 0.25);
  position: relative;
}
#kereskedelem .lightbluebckgrnd h3,
#kereskedelem .lightbluebckgrnd p {
  color: #00396f;
}
#kereskedelem .lightbluebckgrnd .sectioncontent {
  position: relative;
  bottom: inherit;
}
#kereskedelem .sectioncontent {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#kereskedelem .sectioncontent .sectiontitle {
  width: 60%;
}
#kereskedelem .subsectioncontent {
  position: relative;
}
#kereskedelem .subsectioncontent .sectiontitle {
  font-size: 1.1em;
}
#kereskedelem .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#kereskedelem .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#fitokondi {
  position: relative;
  width: 100%;
}
#fitokondi .hatter {
  min-height: 367px;
  background: url(../images/fitokondi_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#fitokondi .sectioncontent {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#fitokondi .sectioncontent .sectiontitle {
  width: 60%;
}
#fitokondi .subsectioncontent {
  position: relative;
}
#fitokondi .subsectioncontent .sectiontitle {
  font-size: 1.1em;
}
#fitokondi .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#fitokondi .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#kepek {
  position: relative;
  width: 100%;
}

#video {
  position: relative;
  width: 100%;
}

.whitebackground h3 {
  color: #009bdf;
  text-transform: uppercase;
  font-size: 1.1em;
}

#kozuti_csomagolas {
  position: relative;
  width: 100%;
}
#kozuti_csomagolas .hatter {
  min-height: 384px;
  background: url(../images/kozuti_csomagolas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#kozuti_csomagolas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#kozuti_csomagolas .sectioncontent .sectiontitle {
  width: 60%;
}
#kozuti_csomagolas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#kozuti_csomagolas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#vasuti_szallitas {
  position: relative;
  width: 100%;
}
#vasuti_szallitas .hatter {
  min-height: 384px;
  background: url(../images/vasuti_szallitas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#vasuti_szallitas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#vasuti_szallitas .sectioncontent .sectiontitle {
  width: 60%;
}
#vasuti_szallitas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#vasuti_szallitas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#legi_csomagolas {
  position: relative;
  width: 100%;
}
#legi_csomagolas .hatter {
  min-height: 384px;
  background: url(../images/legi_csomagolas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#legi_csomagolas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#legi_csomagolas .sectioncontent .sectiontitle {
  width: 60%;
}
#legi_csomagolas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#legi_csomagolas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#vasuti_szallitas {
  position: relative;
  width: 100%;
}
#vasuti_szallitas .hatter {
  min-height: 384px;
  background: url(../images/vasuti_szallitas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#vasuti_szallitas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#vasuti_szallitas .sectioncontent .sectiontitle {
  width: 60%;
}
#vasuti_szallitas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#vasuti_szallitas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#legi_csomagolas {
  position: relative;
  width: 100%;
}
#legi_csomagolas .hatter {
  min-height: 384px;
  background: url(../images/legi_csomagolas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#legi_csomagolas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#legi_csomagolas .sectioncontent .sectiontitle {
  width: 60%;
}
#legi_csomagolas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#legi_csomagolas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#tengeri_csomagolas {
  position: relative;
  width: 100%;
}
#tengeri_csomagolas .hatter {
  min-height: 384px;
  background: url(../images/tengeri_csomagolas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#tengeri_csomagolas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#tengeri_csomagolas .sectioncontent .sectiontitle {
  width: 60%;
}
#tengeri_csomagolas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#tengeri_csomagolas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#kontener_rogzites {
  position: relative;
  width: 100%;
}
#kontener_rogzites .hatter {
  min-height: 384px;
  background: url(../images/kontener_rogzites_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#kontener_rogzites .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#kontener_rogzites .sectioncontent .sectiontitle {
  width: 70%;
}
#kontener_rogzites .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#kontener_rogzites .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#jit_szolgaltatas {
  position: relative;
  width: 100%;
}
#jit_szolgaltatas .hatter {
  min-height: 384px;
  background: url(../images/jit_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#jit_szolgaltatas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#jit_szolgaltatas .sectioncontent .sectiontitle {
  width: 70%;
}
#jit_szolgaltatas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#jit_szolgaltatas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#extra_aruk_csomagolasa {
  position: relative;
  width: 100%;
}
#extra_aruk_csomagolasa .hatter {
  min-height: 384px;
  background: url(../images/extra_aruk_csomagolasa_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#extra_aruk_csomagolasa .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#extra_aruk_csomagolasa .sectioncontent .sectiontitle {
  width: 70%;
}
#extra_aruk_csomagolasa .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#extra_aruk_csomagolasa .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#veszelyes_aruk_szallitasa {
  position: relative;
  width: 100%;
}
#veszelyes_aruk_szallitasa .hatter {
  min-height: 384px;
  background: url(../images/veszelyes_aruk_szallitasa_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#veszelyes_aruk_szallitasa .sectioncontent {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#veszelyes_aruk_szallitasa .sectioncontent .sectiontitle {
  width: 100%;
}
#veszelyes_aruk_szallitasa .subsectioncontent {
  position: relative;
  min-height: 258px;
}
#veszelyes_aruk_szallitasa .subsectioncontent .sectiontitle {
  width: 100%;
  font-size: 1.1em;
}
#veszelyes_aruk_szallitasa .subsectioncontent .buttons {
  width: auto;
}
#veszelyes_aruk_szallitasa .subsectioncontent .buttons .buttontype {
  width: auto;
  display: inline-block;
  margin-left: 15px;
}
#veszelyes_aruk_szallitasa .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#veszelyes_aruk_szallitasa .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#kihelyezett_csomagolo_csapat {
  position: relative;
  width: 100%;
}
#kihelyezett_csomagolo_csapat .hatter {
  min-height: 384px;
  background: url(../images/kihelyezett_csomagolo_csapat_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#kihelyezett_csomagolo_csapat .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#kihelyezett_csomagolo_csapat .sectioncontent .sectiontitle {
  width: 100%;
}
#kihelyezett_csomagolo_csapat .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#kihelyezett_csomagolo_csapat .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#tengeri_csomagolas {
  position: relative;
  width: 100%;
}
#tengeri_csomagolas .hatter {
  min-height: 384px;
  background: url(../images/tengeri_csomagolas_hatter.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#tengeri_csomagolas .sectioncontent {
  position: absolute;
  bottom: 25px;
}
#tengeri_csomagolas .sectioncontent .sectiontitle {
  width: 60%;
}
#tengeri_csomagolas .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 150px;
}
#tengeri_csomagolas .buttons .buttontype {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.whitebackground {
  color: #00396f;
}

footer {
  background-color: #00396f;
  color: #009bdf;
}
footer .container .row {
  padding-top: 25px;
}
footer .container .row .footerlogo {
  margin: 30px auto 10px;
}
footer .container .row h4 {
  font-size: 0.9em;
}
footer .container .row p {
  font-size: 0.65em;
  line-height: 1.72em;
}
footer .container .row .copyright {
  color: #009bdf;
  font-size: 0.65em;
  font-family: "TitilliumWeb-Regular";
}
footer .container .row .footermenu p a {
  color: #009bdf;
  font-size: 0.9em;
  font-family: "TitilliumWeb-Bold";
  text-decoration: none;
}

.pics .pic .thumbnail {
  display: block;
  border: 2pt solid #00396f;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.video-container iframe,
.video-container video,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.munkatarsak .munkatars .kollegafoto {
  width: 100%;
  height: 283px;
  overflow: hidden;
}
.munkatarsak .munkatars .kollegafoto img {
  width: 100%;
}
.munkatarsak .munkatars .mname {
  color: #00396f;
  font-weight: bold;
}

table.undoboz {
  width: 100%;
}
table.undoboz tr td p {
  padding: 10px 0px;
  margin: 0;
}
table.undoboz tr:nth-of-type(odd) {
  background: lightgray;
}
table.undoboz tr.thead {
  background: darkgrey;
}

.hirek .hir .hirpic {
  margin-top: 10px;
}
.hirek .hir .hirtext .hircim {
  color: #009bdf;
  font-size: 1.335em;
  font-family: "TitilliumWeb-Bold";
  text-transform: uppercase;
}
.hirek .hir .hirtext .hirdatumvaros {
  color: #000000;
  font-size: 1em;
  font-family: "TitilliumWeb-Bold";
  margin: 5px 0 10px;
}
.hirek .hir .hirtext .hircontent {
  color: #000000;
  font-size: 1em;
  line-height: 1.1em;
  font-family: "TitilliumWeb-Light";
  -webkit-line-clamp: none;
}
.hirek .hir .hirtext .hircontent img {
  max-width: 100%;
}
.hirek .hir .hirtext .hirtobb {
  color: #000000;
  font-size: 0.78em;
  font-family: "TitilliumWeb-Light";
  display: none;
  cursor: pointer;
}
.hirek .hir .hirtext .hirkevesebb {
  color: #000000;
  font-size: 0.78em;
  font-family: "TitilliumWeb-Light";
  cursor: pointer;
}
.hirek .hir.closed .hirtext .hirtobb {
  display: block;
}
.hirek .hir.closed .hirtext .hirkevesebb {
  display: none;
}
.hirek .hir.closed .hirtext .hircontent {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 5.5em;
  margin-bottom: 15px;
}

#eutopblock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
}
@media only screen and (max-width: 1440px) {
  #eutopblock {
    top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  #eutopblock {
    top: 37px;
  }
}
@media only screen and (max-width: 992px) {
  #eutopblock {
    top: 100%;
  }
}
#eutopblock .eutopblock {
  position: absolute;
  right: -3px;
  top: -3px;
}
#eutopblock .eutopblock a {
  display: block;
}
#eutopblock .eutopblock a img {
  width: 320px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1440px) {
  #eutopblock .eutopblock a img {
    width: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  #eutopblock .eutopblock a img {
    width: 230px;
  }
}
@media only screen and (max-width: 992px) {
  #eutopblock .eutopblock a img {
    width: 270px;
  }
}

/*# sourceMappingURL=style.css.map */
