html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

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

}

@font-face {
  font-family: 'open_sansregular';
  src: url('../../../css/front/frame/OpenSans-Regular-webfont.eot');
  src: url('../../../css/front/frame/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../../css/front/frame/OpenSans-Regular-webfont.woff') format('woff'),
  url('../../../css/front/frame/OpenSans-Regular-webfont.ttf') format('truetype'),
  url('../../../css/front/frame/OpenSans-Regular-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;

}

/* body */
body {
  font-family: 'Merriweather', serif;
  background-color: #e31f2b;
}

a {
  text-decoration: none;
  color: #F5B1B5;
}

.wrap {
  position: relative;
  width: 100%;
  min-width: 300px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0
}

.top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: -1;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.50)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}

.bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.20))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */

}

/* header */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.header-min {
  position: fixed;
  top: -118px;  
  background-color: #e31f2b;
  box-shadow: 0px 0 150px rgba(0, 0, 0, 0.55);
}

.logo {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}

.logo-min {
  display: none;
  width: 40px !important;
  height: 40px;
}

.logo img {
  width: 150px;
  height: 75px;
}

.logo-min img {
  width: 40px;
  height: 40px;
}

/* header */
.nav {
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}

.nav ul li a {
  color: #F5B1B5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.nav ul li a:hover,
.nav ul li a.active {
  color: #FFFFFF;
}

.burger {
  display: none;
  width: 18px;
  height: 18px;
  background: url("../../../img/znak-burger.png") no-repeat 0 0;
  cursor: pointer;
}

.slide .burger {
  background-position: 0 -60px;
}

.side-nav {
  display: none;
}

/* content */
.content {
  position: relative;
  min-height: 400px;
  padding: 220px 0 0 0;
}

/* footer */
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  color: #f19297;
  font-size: 14px;
  margin: 10px 0 0 0;
  z-index: 99;
}

.group {
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.group-ico {
  display: inline-block;
  opacity: 0.6;
  background: url('../../../img/world-map.svg') no-repeat;
  width: 42px;
  height: 20px;
  margin: 0 5px -5px 0;
}

.lang {
  color: #eb656c;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 98;
}

.lang.active {
  color: #f19297;
}

.dpc {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 109px;
  margin: 0 0 0 -54px;
  text-align: center;
  z-index: 19;
}

.dpc span {
  display: inline-block;
  opacity: 0.6;
  width: 109px;
  height: 41px;
  background: url("../../../img/dpc-group.svg") no-repeat 7px 9px;
  overflow: hidden;
  transition: opacity 0.4s linear;
}

.dpc:hover span {
  opacity: 1;
}

.footer-right {
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 18;
}

.copy {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  /* border-right: 1px solid #f19297; */
}

.fluena {
  display: inline-block;
  margin: 0 0 0 8px;
  color: #f19297;
  text-decoration: none;
}

.fluena:hover {
  color: #FFFFFF;
}

.fluena-logo {
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../../../img/fluena-logo-small.png) no-repeat 0 0;
  margin: 0 3px 0 3px;
  vertical-align: middle;
}

.fluena:hover .fluena-logo {
  background-position: 0 -40px;
}

.partner-menu {
  width: 200px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  bottom: -64px;
  left: -320px;
  z-index: -1;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* media query */
@media only screen and (max-width: 860px) {

  .content{
    padding-top: 120px;
  }
  .wrap {
    overflow-x: hidden;
  }

  .header {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 5px 10px;
  }

  .header-min{
    top: 0;
    height: 60px;
    padding-bottom: 0;
  }

  .header-min .logo{
    display: none;
  }

  .header-min .logo-min{
    display: inline-block;
  }

  .header:before,
  .header:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }

  .header:after {
    clear: both;
  }

  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */

  .header {
    *zoom: 1;
  }

  .nav {
    display: none;
  }

  .side-nav {
    display: inline-block;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: -200px;
    box-shadow: inset 0 -5px 7px rgba(0,0,0,0.3);
    margin: 0;
    padding: 0;
    background: #a1141d url("../../../img/navigacija-logo.png") no-repeat center bottom;
  }

  .side-nav ul {
    list-style: none;
    margin: 84px 0 0 0;
    padding: 0;
  }

  .side-nav ul li {
    display: block;
    width: 90%;
    padding: 5px 0 5px 10%;
    border-bottom: 1px solid #b81721;
    margin: 0;
  }

  .side-nav ul li a {
    padding: 5px 0;
    color: #F5B1B5;
  }

  .side-nav ul li a.active {
    color: #FFFFFF;
  }

  .logo {
    width: 150px;
    text-align: center;
    padding: 0;
    margin: 10px;
    float: left;
  }

  .burger {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;

  }

  .footer {
    height: auto;
  }

  .group {
    font-size: 11.5px;
    /* position: static;
    float: none;
    text-align: center;
    margin: 0 0 10px 0; */
  }

  .dpc {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0;
    margin-bottom: 30px;
  }

  .footer-right {
    font-size: 11.5px;
   /*  position: static;
    float: none;
    margin: 10px 0;
    text-align: center; */
  }
}