/* ------------------------------------------------------
  Imported Stylesheets (Their order is important.)
------------------------------------------------------ */
@font-face {
  font-family: 'FuturistFixedWidthRegular';
  src: url('../fonts/FuturistFixedWidthRegular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/FuturistFixedWidthRegular.woff') format('woff'), 
       url('../fonts/FuturistFixedWidthRegular.ttf')  format('truetype'), 
       url('../fonts/FuturistFixedWidthRegular.svg#FuturistFixedWidthRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/OpenSans.woff') format('woff'), 
       url('../fonts/OpenSans.ttf')  format('truetype'), 
       url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/OpenSans-Light.woff') format('woff'), 
       url('../fonts/OpenSans-Light.ttf')  format('truetype'), 
       url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------------------------
  General
------------------------------------------------------ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family:  'OpenSans-Light', 'OpenSans', sans-serif;
  font-size: 17px;
  line-height: 1.7em; /* 18px */
  color: #000;
  background-color: #f4f4f4;
  /* Fix for webkit rendering */
  -webkit-font-smoothing: antialiased; 
  -webkit-text-size-adjust: 100%;
  /*background: transparent url("../gfx/design/pagebg.gif") repeat 0 0;*/
}
/* ------------------------------------------------------
  Containers
------------------------------------------------------ */
div.wrapper {
  float: left;
  width: 100%;
  background-color: #f4f4f4;
}
div.wrapper.mobile {
  display: none;
  float: left;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  text-align: center;
  min-height: 60px;
  background-color: #3f5093;
}
a#top-logo-menu {
  padding: 0 20px;
  display: inline-block;
  background-color: #fff;
}
a#top-logo-menu img {
  height: 60px;
}
div.mobil_langs {
  width: 60px;
  position: absolute;
  right: 0;
  top: 5px;
}
div.mobil_langs a {
  color: #fff;
  margin: 0 2px
}
div.wrapper.headerwrapper {
  height: 90px;
  z-index: 400;
  position: fixed;
  background-color: #fff;
}
div.wrapper.slideshow {
  position: relative;
}
div.container {
  width: 1170px;
  margin: 0 auto;
}
div.container div.row {
  float: left;
  width: 100%;
}
div.wrapper.footer_wrapper {
  color: #fff;
  padding: 50px 0;
  background-color: #333f70;
}

div.wrapper.placeholder {
    min-height: 400px;
    background: transparent;
}
div.wrapper.placeholder_about {
  padding: 300px 0;
  background: transparent url("../gfx/design/bg_placeholder_about.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
div.wrapper.dark {
  color: #fff;
  background-color: #101012;
}
div.wrapper.darkwrapper {
  background-color: #1d1d1b;
}
div.wrapper.darkgray {
  padding: 60px 0;
  background-color: #c1c5ca;
}
div.wrapper.hellgray {
  padding: 0 25px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 3px 0px 17px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 0px 17px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 0px 17px 0px rgba(0,0,0,0.75);
}

div.wrapper.services {
  padding: 0 0;
  background: transparent url("../gfx/design/bg_services.jpg") no-repeat center 0; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.wrapper.about {
  padding: 200px 0;
  background: transparent url("../gfx/design/bg_about_us.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.wrapper.hellblue {
  padding: 0 0 50px 0;
  background-color: #dce6f2;
}

div.white_bg {
  float: left;
  width: 100%;
  background: transparent url("../gfx/design/bg_white_transparent.png") repeat 0 0;
}
div.wrapper.products_background {
  padding: 450px 0 0 0;
  background: transparent url("../gfx/design/bg_products.jpg") no-repeat 0 0; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
div.wrapper.transparent_wrapper {
  background-color: transparent;
}

/* ------------------------------------------------------
  Mobil menu
------------------------------------------------------ */
nav#mobile-menu {
  float: left;
  width: 100%;
  display: none;
  background-color: #fff;
}
nav#mobile-menu ul {
  margin: 0 0 0 0;
  padding: 20px 0 20px 0;
}
nav#mobile-menu ul li {
  font-size: 19px;
  line-height: 40px;
}

/* ------------------------------------------------------
  Navigation
------------------------------------------------------ */
a#top-logo {
  float: left;
  margin: 0 10px 0 0;
}
nav#top-nav {
  float: left;
  position: relative;
}
nav#top-nav *,
a#top-logo img {
  -webkit-transition: all .3s ease-in-out; 
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

nav#top-nav ul#top-menu {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
}
nav#top-nav ul#top-menu li {
  float: left;
  display: block;
}
nav#top-nav ul#top-menu li a {
  display: block;
  color: #24549d;
  font-size: 15px;
  padding: 6px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  font-family: 'FuturistFixedWidthRegular';  
}
nav#top-nav ul#top-menu li a:hover,
nav#top-nav ul#top-menu li a.current {
  color: #fff;
  background-color: #24549d;
}
nav#top-nav div.select-outer {
  width: 65px;
  margin-top: -25px; 
}
div#header {
  float: left;
  width: 100%;
  position: relative;
}
div#top-langs {
  z-index: 888;
  position: absolute;
  right: -6px;
  top: 4px;
}
div#top-langs a {
  float: left;
  margin: 0 4px;
  line-height: 16px;
  font-size: 13px;
}
/* ------------------------------------------------------
  crosside
------------------------------------------------------ */
div#crosside,
div#home-slideshow {
  float: left;
  width: 100%;
  height: 599px;
  position: relative;
}

div#crosside.in {
  height: 320px;
}
div.slider_text {
  color: #fff;
  z-index: 888;
  width: 100%;
  height: 599px;
  position: absolute;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
div.slider_text div.container {
  height: 599px;
}


div.slider_text h2 {
  font-size: 32px;
  height: 599px;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;  
  font-family: 'ClanPro-NarrowMedium';
  text-shadow: 3px 1px 0px rgba(4, 4, 4, 0.75);
}
div.slider_text h2.dark {
  color: #000;
  text-shadow: 3px 1px 0px rgba(255, 255, 255, 0.75);
}
div#home-slideshow div.item {
  float: left;
  width: 100%;
  position: absolute;
}
div#home-slideshow div.item img.bgimage {
  float: left;
  width: 100%;
  z-index: 0;

}
ul#home-slideshow-tabs {
  bottom: 25px;
  left: 0;
  z-index: 988;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ul#home-slideshow-tabs li {
  display: inline-block;
  z-index: 988;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
ul#home-slideshow-tabs li.current {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
  background: #333f70; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #333f70 0%, #333f70 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #333f70 0%,#333f70 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #333f70 0%,#333f70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333f70', endColorstr='#333f70',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
div.smaller nav#top-nav ul#top-menu {
  padding: 15px 0 0 0;
}
div.smaller a#top-logo img {
  height: 60px;
}

/* ------------------------------------------------------
  section_title
------------------------------------------------------ */
h2.section_title {
  float: left;
  width: 100%;
  color: #231f20;
  text-transform: uppercase;
  line-height: 36px;
  text-align: center;
  font-family: 'FuturistFixedWidthRegular'; 
  font-size: 25px;
  margin: 25px 0 0 0;
  padding: 0 0 60px 0;
  background: transparent url("../gfx/design/bg_h2_section_title.png") no-repeat 50% 100%;
}
div.darkwrapper h2.section_title,
div.wrapper.dark h2.section_title {
  color: #fff;
}

/* ------------------------------------------------------
  html_edited
------------------------------------------------------ */
div.html_edited {
  float: left;
  width: 100%;
  text-align: justify;
  padding: 18px 0 0 0;
  font-size: 17px;
  line-height: 21px;
}
div.html_edited p {
  margin: 0 0 20px 0;
}
div.half {
  float: left;
  width: 50%;
}
div#termekek div.half {
  padding: 6px;
}
div.prod_images {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
div.prod_images div.item {
  float: left;
  width: 10%;
  position: relative;
  text-align: center;
  padding: 4px;
}
div.prod_images div.item img {
  width: 100%;
  float: left;
  top: 0;
  opacity: 1;
  z-index: 50;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;

}
div.prod_images div.item a {
  float: left;
  display: block;
  border: 2px solid #24549d;
}


/* div.prod_images div.item:hover img {

} */
/* ------------------------------------------------------
  Images
------------------------------------------------------ */

img.img-responsive {
  max-width: 100%;
  max-height: 600px;
  display: inline-block;
}
div.wrapper.services div.white_bg {
  opacity: 0;
  padding: 100px 15px 100px 15px;
}
div#bemutatkozas {
  padding: 0 0 50px 0;
}
/* ------------------------------------------------------
  gallery
------------------------------------------------------ */
/* div.gallery {
  float: left;
  width: 100%;
}
div.gallery div.item {
  float: left;
  width: 16%;
  padding: 10px;
  
}
div.gallery a {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #24549d;
  text-align: center;
}
div.gallery a img {
  float: left;
  width: 100%;
  transition: all .2s linear; 
}
div.gallery a span {
  float: left;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  font-size: 15px;
  width: 100%;
  background: transparent url("../gfx/design/bg_gallery_title.png") repeat 0 0;
}
div.gallery a:hover img {

  transform: scale(1.1);
} */

/* ------------------------------------------------------
  gallery new version
------------------------------------------------------ */
div.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
div.gallery div.item {
  width: 16%;
  aspect-ratio: 32 / 21;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
div.gallery a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  border: 2px solid #24549d;
  background: #fff;           /* biele pozadie pre transparentné PNG/AVIF */
  overflow: hidden;
}
div.gallery a img {
  width: 100%;
  height: 100%;
  object-fit: contain;        /* zachová pomer strán */
  object-position: center;

  /* transition: transform .2s linear; */
  transition: all .2s linear;
}
div.gallery a:hover img {
  transform: scale(1.1);
}
div.gallery div.item.padd a {
    padding-left: 5%;
    padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}

img.crop20 { transform: scale(1.2); }
img.crop40 { transform: scale(1.4); }

div.gallery a:hover img.crop20 { transform: scale(1.3);}
div.gallery a:hover img.crop40 { transform: scale(1.5);}
/* ------------------------------------------------------
  Footer
------------------------------------------------------ */
footer {
  float: left;
  width: 100%;
  color: #fff;
}
footer h2.title {
  color: #fff;
  margin: 0 0 10px 0;
}
/* footer form#footer-contact {

} */
footer div.contact_text {
  padding: 0 0 0 10px;
}
footer div.contact_text span.blue {
  color: #333f70;
}
footer div.contact_text span.gray {
  color: #939393;
}
footer div.contact_text a {
  color: #fff;
}

form.form#footer-contact label {
  border-bottom: none;
  margin: 0;
}
form.form#footer-contact label input {
  color: #fff;
  width: 100%;
  height: 56px;
  border: 1px solid #fff;
  background-color: transparent;
}
form.form#footer-contact textarea {
  color: #fff;
  height: 268px;
  border: 1px solid #fff;
  background-color: transparent;  
}
form.form p.qaptcha_text {
  float: left;
  width: 100%;
  margin: 5px 0;
}
form.form#footer-contact div.qaptcha {
  margin: 0 0 0 0;
}
form.form#footer-contact div.row.submit {
  text-align: center;
}
form.form#footer-contact input[type="submit"] {
  float: none;
  width: 180px;
  color: #fff;
  height: 44px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "FuturistFixedWidthRegular";
}

div#map {
  width: 100%;
  float: left;
  height: 350px;
}
div#bodyContent a {
  color: #24549d;
}
div#bodyContent a:hover {
  color: #000;
  text-decoration: underline;
}
h1#firstHeading {
  color: #24549d;
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-family: "FuturistFixedWidthRegular";  
}
/* ------------------------------------------------------
  pager
------------------------------------------------------ */
div#pager {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
div#pager div#pager-data {
  float: right;
}
div#pager div#pager-data p {
  float: left;
  line-height: 22px;
  margin: 0 5px 0 0;
}
div#pager div#pager-data a,
div#pager div#pager-data a.navi,
div#pager div#pager-data strong {
  float: left;
  color: #fff;
  height: 22px;
  display: block;
  min-width: 22px;
  line-height: 23px;
  font-size: 12px;
  padding: 0 2px 0 2px;
  text-align: center;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #b3b3b3;
}
div#pager div#pager-data strong {
  cursor: default;
}
div#pager div#pager-data a:hover,
div#pager div#pager-data strong {
  color: #fff;
  background-color: #00ae47;
}
div#pager div#pager-data a.navi.left {
  background: #00ae47 url("../gfx/design/bg_pager_left.png");
}
div#pager div#pager-data a.navi.right {
  background: #00ae47 url("../gfx/design/bg_pager_right.png");
}
div#pager div#pager-data a.navi.left:hover,
div#pager div#pager-data a.navi.right:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------
  Loader
------------------------------------------------------ */
.loader {
  position: fixed;
  left: 0px; top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background:
  url('../gfx/design/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* Clearfix */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden; 
  visibility: hidden;
  width: 0;
}

.seperator {
  clear: both;
  width: 100%;
  height: 0;
  margin: 20px 0;
  border-top: 1px solid #f0f0f0;
}

.left { float: left; }
.right { float: right; }

.l0 { left: 0 !important; }

.p0 { padding: 0 !important; }
.m0 { margin: 0 !important; }

.pl0 { padding-left: 0 !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.no-bullet { list-style: none; }

/* ------------------------------------------------------
  Headings
------------------------------------------------------ */
/* h1, h2, h3, h4, h5, h6 {

} */

h1 {  
  color: #282828;
  font-size: 30px;
  font-weight: bold;
}

/* h2 {

} */

h3 {
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #999999
}

/* h4 {

} */
h4 a {
  color: #fff;  
}


/* ------------------------------------------------------
  Links
------------------------------------------------------ */
a, a > * {
  color: #7f7f7e;
  text-decoration: none;
}

a, a > * {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;  
}

a:hover, a > * {
  color: #000;  
}
/* ------------------------------------------------------
  Paragraph
------------------------------------------------------ */
/* p {
  margin: 0 0 12px 0;
} */

::-moz-selection{ background: #24549d; color: #fff; }
::selection { background: #24549d; color: #fff; } 