@import url("font.css");

body {
  font-family: 'poppinsregular', sans-serif;
  background: #c9c9c9;
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  min-height: 0px !important;
  top: 0 !important;
  padding-bottom: 60px;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
  color: #343f96;
  text-transform: uppercase;
  font-family: 'poppinsextrabold', sans-serif;
}
h2 small {
  display: block;
  font-family: 'poppinslight', sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #92171a;
  text-transform: uppercase;
}
h3 {
  position: relative;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
  color: #343f96;
  text-transform: uppercase;
  font-family: 'poppinslight', sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'poppinsbold', sans-serif;
}
a, a:active:focus:link:visited {
  text-decoration: none;
  color: #92171a;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a:hover {
  color: #181818;
  text-decoration: none;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList > li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #92171a;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="text"], input[type="number"], input[type="password"] {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: 'poppinsregular', sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:read-only.datepicker-elm {
  background-color: #fff !important;
}
textarea {
  padding: 8px 15px !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-family: 'poppinsregular', sans-serif;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label {
  font-size: 14px;
}
label .fa-info-circle {
  font-size: 20px;
  vertical-align: -2px;
  margin-left: 4px;
  cursor: pointer;
}
.form-group label small {
  color: #999;
  font-size: 80%;
}
select.form-control {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-family: 'poppinsregular', sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
option {
  line-height: 20px !important;
}
.input-group-addon {
    font-size: 18px;
    color: #000;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 0px;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 50px;
  line-height: 50px;
  background: #92171a;
  padding: 0 20px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: 'poppinsbold', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer !important;
  border: none;
  outline: none;
  border-radius: 50px;
  box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a.button.btn-danger {
  background-color: #096b8f !important;
}
a.button.btn-danger:hover {
  background-color: #181818 !important;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  color: #fff !important;
  box-shadow: none;
  background-color: #181818 !important;
}
.form-control:focus {   
  border-color: #181818;
  box-shadow: none;
  outline: none;
  /* box-shadow: 0 0 24px -3px #ccc; */
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #cc120e !important;
  color: #cc120e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox, .has-error .radio {
  color: #5a5c5f;
}
.has-error .checkbox .cr, .has-error .radio .cr {
  border-color: #cc120e;
}
.form-group.required label:after {
  content: " *";
  color: #cc120e;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 60%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'poppinsregular', sans-serif;
}
.tooltip-inner {
  padding: 10px !important;
}
.popover {
  font-family: 'poppinsregular', sans-serif;
}
.none {
  display: none;
}
hr {
  margin: 10px auto;
  max-width: 240px;
  border-top: 1px solid #a1a1a1;
}
.br {
  display: block;
}
.modal-header {
  background: #f5f5f5;
}
.modal-content {
  border-radius: 0;
}
.modal-header, .modal-body {
  color: #111;
}
.modal-header h4 {
  color: #111;
  font-family: 'poppinsbold', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
.eu-cookies {
  position: fixed;
  left: 20px;
  bottom: 80px;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'poppinssemibold', sans-serif;
  background: rgba(0,0,0,0.80);
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies a:hover {
  color: #a43d4b;
}
.eu-cookies button {
  margin-top: 8px;
  background: #92171a !important;
  color: #fff;
  font-family: 'poppinsbold', sans-serif;
}
.eu-cookies button:hover {
  background: #181818 !important;
  color: #fff;
}
#powered-by {
  display: none !important;
}
.cky-btn {
  box-shadow: none !important;
}
.cky-consent-bar .cky-consent-close, .cky-modal .cky-modal-close {
  min-width: 0px !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.many-megafon {
  background: transparent url(../images/many-megafon.png) top right no-repeat;
}
.dropdown-menu {
  border-radius: 0 !important;
}
#topline-holder {
  position: relative;
  padding: 0 20px;
  height: 50px;
  background: #343f96;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  overflow: hidden;
}
#topline-holder div.col-sm-4 a {
  position: relative;
  z-index: 1;
}
#topline-holder div.col-sm-4:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50%;
  height: 100%;
  background: #92171a;
  transform: skew(-20deg);
  z-index: 0;
}
#topline-holder i.fa {
  margin-right: 4px;
  font-size: 16px;
  line-height: 50px;
}
#topline-holder a {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  line-height: 50px;
}
#topline-holder i.fa-phone {
  padding-left: 15px;
  border-left: 1px solid #224355;
}
#header-holder {
  position: relative;
  background: #fff;
  color: #181818;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  z-index: 99;
}
#header-holder.scrolled {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  background: #fff;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  z-index: 99 !important;
}
#header-holder .elyn-logo {
  max-height: 77px;
  margin-bottom: -6px;
}
#header-holder div.text-right a.button {
  margin-top: 12px;
}
.pulse-btn {
  animation: pulse 1s infinite;
}
.pulse-btn:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.navbar {
  padding: 0 !important;
  margin-bottom: 0;
  border-radius: 0 !important;
  min-height: 1px;
}
.navbar-collapse {
  padding: 0;
  overflow: initial !important;
}
.navbar-toggle {
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
  background: #92171a;
  border: 1px solid #92171a;
  margin: 9px 0 0 0;
}
.navbar-toggle:hover {
  background: #343f96 !important;
  border: 1px solid #343f96 !important;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle:hover .icon-bar {
  background: #fff;
}
.navbar-nav {
  float: none !important;
  display: inline-block !important;
}
.nav > li {
  background: transparent;
  padding-top: 20px;
}
.nav > li > a {
  padding: 0;
  line-height: 36px;
  color: #181818;
  margin: 0 15px;
  font-size: 16px;
  text-decoration: none !important;
  font-family: 'poppinssemibold', sans-serif;
}
.nav > li > a:hover, .nav > li.active > a, .nav .open > a, .nav .open > a:hover,
.nav .open > a:focus, .nav .open > a:visited, .nav .open > a:link, .nav .open > a:active {
  background: transparent !important;
  color: #92171a;
}
#header-holder .dropdown-menu {
  left: 15px !important;
  border: none !important;
  background-color: #fff;
  min-width: 220px;
  border-radius: 0px !important;
}
#header-holder .dropdown-menu, #header-holder .dropdown-menu li {
  margin: 0;
  padding: 0;
}
#header-holder .dropdown-menu a {
  padding: 6px 15px !important;
  line-height: 22px;
  color: #181818;
  font-size: 16px;
  text-decoration: none !important;
  font-family: 'poppinssemibold', sans-serif;
}
#header-holder .dropdown-menu a:hover, #header-holder .dropdown-menu a.selected {
  color: #92171a !important;
}
.slider-holder {
  position: relative;
  background: #fff;
}
.subslider-holder {
  position: relative;
  background: #fff;
}
.subslider-holder img {
  display: block;
  width: 100%;
}
.subpage .slider-holder {
  /* position: relative;
  background: #fff;
  height: 200px;
  overflow: hidden; */
  display: none !important;
}
.subpage .slider-holder .slider-text, .subpage .slider-holder .slider-caption {
  display: none !important;
}
.subpage .slider-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}
.slider-holder img {
  display: block;
  width: 100%;
}
.slider-holder .slider-text {
  position: absolute;
  top: 34%;
  right: 5%;
  width: 40%;
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
  color: #343f96;
  font-family: 'poppinsextrabold', sans-serif;
  transform: translateY(-32%);
  /* text-shadow: 1px 1px 1px rgb(0 0 0); */
}
.slider-holder .slider-text strong, .slider-holder .slider-caption strong {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
  padding-left: 170px;
  color: #343f96;
  font-family: 'poppinssemibold', sans-serif;
  /* text-shadow: 1px 1px 1px rgb(0 0 0); */
}
.slider-holder .slider-text strong:before, .slider-holder .slider-caption strong:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0px;
  width: 150px;
  height: 3px;
  background: #92171a;
  /* text-shadow: 1px 1px 1px rgb(0 0 0); */
}
.slider-holder .slider-text span {
  display: block;
  text-transform: uppercase;
  color: #92171a;
  font-family: 'poppinslight', sans-serif;
  font-size: 65px;
  line-height: 75px;
  /* text-shadow: 1px 1px 1px rgb(0 0 0); */
}
.slider-holder .slider-caption {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40%;
  transform: translateY(-50%);
}
.slider-holder .slider-caption small {
  display: block;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #343f96;
  font-family: 'poppinsextrabold', sans-serif;
  margin-top: -10px;
  margin-bottom: 10px;
}
.content-holder {
  position: relative;
  background: #fff;
  color: #111;
  padding: 60px 0;
}
.offers-holder {
  padding: 0 15px;
}
.offers-holder div.col-md-4 {
  margin-bottom: 20px;
}
.offers-holder h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: none;
  margin: 0;
  font-family: 'poppinslight', sans-serif;
}
.offers-holder h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0;
  text-transform: none;
  font-family: 'poppinsbold', sans-serif;
}
.offers-holder img {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.offers-holder a.button {
  font-size: 13px;
  height: 36px;
  line-height: 40px;
  margin-left: -2px;
  border-radius: 20px;
}
.refs-holder {
  position: relative;
  background: #f5f5f5;
  padding: 30px 0 40px 0;
}
#refs-items {
  padding: 0 60px;
  margin-bottom: 30px;
}
#refs-items img {
  max-width: 90%;
  margin: auto;
}
.elyn-team {
  margin: 60px 0 0 0;
}
.elyn-team img {
  margin-bottom: -60px;
}
.online-holder {
  position: relative;
  background: #fff;
  padding: 60px 0;
}
.esluzba-holder {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: #fff;
}
.esluzba-holder img {
  width: 100%;
  margin-bottom: 10px;
}
.esluzba-holder strong {
  position: relative;
  display: block;
  padding: 0 15px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #343f96;
  z-index: 1;
}
.esluzba-holder strong i.fa {
  position: absolute;
  left: -10px;
  top: -20px;
  font-size: 60px;
  z-index: 0px;
  opacity: 0.1;
}
.esluzba-holder p {
  padding: 0 15px 15px 15px;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
}
.flex-item {
  display: flex;
  padding: 0.5em;
}
.flex-content {
  display: block;
  width: 100%;
}
.slogan-number {
  font-family: 'poppinsextrabold', sans-serif;
  padding: 20px 10px 10px 10px;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #343f96;
  opacity: 0.4;
}
.center-slogan {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px 10px 10px;
}
.offer-list {
  position: relative;
}
.offer-item {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #343f96;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 15px 0 rgb(37 55 69 / 8%);
  -khtml-box-shadow: 0px 3px 15px 0 rgba(37, 55, 69, 0.08);
  -moz-box-shadow: 0px 3px 15px 0 rgba(37, 55, 69, 0.08);
  -ms-box-shadow: 0px 3px 15px 0 rgba(37, 55, 69, 0.08);
  -o-box-shadow: 0px 3px 15px 0 rgba(37, 55, 69, 0.08);
  box-shadow: 0px 3px 15px 0 rgb(37 55 69 / 8%);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.offer-item:hover {
  background: #f7f9fa;
  transform: translateY(-5px);
}
.offer-item a {
  display: block;
  color: #111;
  text-decoration: none !important;
}
#calc-tabs {
  margin: 0 0 30px 0;
  border-bottom: none;
  overflow: hidden;
}
#calc-tabs > li {
  width: 50%;
}
#calc-tabs > li > a {
  margin: 0;
  padding: 0 20px;
  background: #f9f9f9;
  color: #777;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  border: none;
  border-top: 1px solid #f9f9f9;
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-radius: 0px;
  text-shadow: none;
  opacity: 0.8;
}
#calc-tabs > li:first-child > a {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#calc-tabs > li:nth-child(2) > a {
  border-right: 2px solid #e4e4e4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#calc-tabs > li > a:hover {
  background: #f2f2f2 !important;
  border-top: 1px solid #f2f2f2;
  opacity: 1;
} 
#calc-tabs > li.active > a {
  color: #343f96;
  background: #fff !important;
  border-top: 1px solid #e4e4e4;
  opacity: 1;
}
#calc-tabs > li.active > a:hover {
  background: #fff !important;
}
.zalohaHolder {
  margin-top: 20px;
}
.zalohaHolder strong {
  display: block;
  color: #343f96;
  font-size: 45px;
  line-height: 55px;
}
.zalohaHolder span {
  display: block;
  color: #111;
  font-size: 16px;
  line-height: 22px;
  font-family: 'poppinsregular', sans-serif;
}
.zalohaHolder.elektrinaHolder {
  margin-top: 20px;
}
.zalohaHolder a {
  display: block;
  margin-bottom: 20px;
  font-family: 'poppinsbold', sans-serif;
}
.why-fve {
  background: #fff;
  padding: 10px;
  min-height: 300px;
  border-radius: 10px;
}
#map-holder {
  position: relative;
  background: #fff;
}
#map-holder .left-map {
  position: relative;
  float: left;
  width: 60%;
  height: 540px;
}
#map-holder .right-box {
  position: relative;
  float: left;
  width: 40%;
  height: 540px;
  background: #f5f5f5;
  z-index: 1;
}
#map-holder iframe {
  display: block;
  width: 100%;
  height: 540px;
  border: 0;
}
#map-holder .zc-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 0;
  text-align: center;
  transform: translate(-50%, -50%);
}
#map-holder .zc-holder i.fa {
  color: #92171a;
  font-size: 60px;
  line-height: 60px;
}
#footer-holder {
  position: relative;
  padding-top: 60px;
}
#footer-holder a {
  color: #343f96;
}
#footer-holder a:hover {
  color: #181818;
}
#callMe-btn {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 999;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1799px) {
  .container-growup {
    width: 100% !important;
  }
}
@media (min-width: 1800px) {
  .container-growup {
    width: 1770px !important;
  }
}

@media (min-width: 2400px) {
  #topline-holder div.col-sm-4:after {
    width: 18%;
  }
  .slider-holder .slider-text {
    font-size: 100px;
    line-height: 110px;
    max-width: 36%;
  }
  .slider-holder .slider-text span {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (min-width: 2800px) {
  .slider-holder .slider-text {
    font-size: 120px;
    line-height: 130px;
    max-width: 36%;
  }
  .slider-holder .slider-text span {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (min-width: 3400px) {
  .slider-holder .slider-text {
    font-size: 150px;
    line-height: 160px;
    max-width: 36%;
  }
  .slider-holder .slider-text span {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (min-width: 1800px) {
  #topline-holder div.col-sm-4:after {
    width: 33%;
    padding-right: 533%;
    margin-right: -500%;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .slider-holder .slider-text {
    font-size: 70px;
    line-height: 80px;
  }
  .slider-holder .slider-text span {
    font-size: 50px;
    line-height: 60px;
  }
  .slider-holder .slider-text strong, .slider-holder .slider-caption strong {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 120px;
  }
  .slider-holder .slider-text strong:before, .slider-holder .slider-caption strong:before {
    top: 12px;
    width: 100px;
    height: 2px;
  }
  .slider-holder .slider-caption {
    width: 46%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .slider-holder .slider-text {
    font-size: 60px;
    line-height: 70px;
  }
  .slider-holder .slider-text span {
    font-size: 40px;
    line-height: 50px;
  }
  .slider-holder .slider-text strong, .slider-holder .slider-caption strong {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 120px;
  }
  .slider-holder .slider-text strong:before, .slider-holder .slider-caption strong:before {
    top: 12px;
    width: 100px;
    height: 2px;
  }
  .slider-holder .slider-caption {
    width: 50%;
  }
  .slider-holder .slider-caption small {
    font-size: 30px;
    line-height: 40px;
    font-family: 'poppinsbold', sans-serif;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .nav > li > a {
    margin: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #topline-holder div.col-sm-4:after {
    width: 60%;
  }
  #header-holder {
    padding-bottom: 16px;
  }
  #header-holder .text-center {
    text-align: right !important;
  }
  .nav > li {
    padding: 0px;
    margin: 0;
  }
  .nav > li > a {
    line-height: 24px;
  }
  #header-holder .text-center a.button {
    font-size: 13px;
    height: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: -2px;
    border-radius: 20px;
  }
  .slider-holder .slider-text {
    font-size: 50px;
    line-height: 60px;
  }
  .slider-holder .slider-text span {
    font-size: 34px;
    line-height: 44px;
  }
  .slider-holder .slider-text strong, .slider-holder .slider-caption strong {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    padding-left: 120px;
  }
  .slider-holder .slider-text strong:before, .slider-holder .slider-caption strong:before {
    top: 12px;
    width: 100px;
    height: 2px;
  }
  .slider-holder .slider-caption {
    width: 54%;
    font-size: 14px;
    line-height: 20px;
  }
  .slider-holder .slider-caption small {
    font-size: 24px;
    line-height: 30px;
    font-family: 'poppinsbold', sans-serif;
  }
  .slider-holder .slider-caption a.button {
    display: none;
  }
  .offers-holder h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .offers-holder h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .offers-holder img {
    width: 80px;
    margin-top: 14px;
  }
  .elyn-team h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .elyn-team h2 small {
    font-size: 28px;
    line-height: 34px;
  }
  .esluzba-holder strong {
    font-size: 26px;
    line-height: 34px;
  }
  .flip-box {
    height: 380px !important;
  }
  .flip-box img {
    height: 380px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eu-cookies {
    bottom: 140px;
  }
  #topline-holder div.col-sm-4:after {
    width: 80%;
  }
  #header-holder {
    padding-bottom: 8px;
  }
  #header-holder .text-center {
    text-align: right !important;
  }
  .nav > li {
    padding: 0px;
    margin: 0;
  }
  .nav > li > a {
    line-height: 24px;
    margin: 0 10px;
    font-size: 13px;
  }
  #header-holder .elyn-logo {
    margin-bottom: 0px;
  }
  #header-holder .text-center a.button {
    font-size: 13px;
    height: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: -6px;
    border-radius: 20px;
  }
  #header-holder .dropdown-menu a {
    font-size: 13px;
  }
  .slider-holder .slider-text {
    font-size: 30px;
    line-height: 40px;
    width: 40%;
  }
  .slider-holder .slider-text span {
    font-size: 20px;
    line-height: 30px;
  }
  .slider-holder .slider-text strong, .slider-holder .slider-caption strong {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    padding-left: 80px;
  }
  .slider-holder .slider-text strong:before, .slider-holder .slider-caption strong:before {
    top: 12px;
    width: 60px;
    height: 2px;
  }
  .slider-holder .slider-caption {
    width: 52%;
    font-size: 13px;
    line-height: 20px;
  }
  .slider-holder .slider-caption small {
    font-size: 24px;
    line-height: 30px;
    font-family: 'poppinsbold', sans-serif;
  }
  .slider-holder .slider-caption a.button, .slider-holder .slider-caption strong {
    display: none;
  }
  .offers-holder div.col-md-4 {
    margin-bottom: 10px;
  }
  .offers-holder h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .offers-holder h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .offers-holder img {
    width: 80px;
    margin-top: 14px;
  }
  .offers-holder .enerIcon {
    margin-left: 15px;
  }
  .elyn-team {
    text-align: center;
  }
  .elyn-team img {
    margin-left: auto;
    margin-right: auto;
  }
  .esluzba-holder strong {
    font-size: 22px;
    line-height: 30px;
  }
  .esluzba-holder p {
    font-size: 14px;
    line-height: 22px;
  }
  .esluzba-holder a.button {
    font-size: 14px;
  }
  .why-fve {
    margin-bottom: 20px;
  }
  #map-holder .left-map {
    width: 50%;
    height: 420px;
  }
  #map-holder .right-box {
    width: 50%;
    height: 420px;
  }
  #map-holder iframe {
    height: 420px;
  }
  #map-holder h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .center-slogan {
    padding-bottom: 0;
  }
  .flip-box {
    height: 288px !important;
  }
  .flip-box img {
    height: 288px !important;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .slider-holder .hidden-xs {
    margin-top: 84px;
  }
  .offers-holder div.col-md-4 {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  .offers-holder .xs-full {
    width: 100% !important;
    float: none !important;
  }
  .offers-holder h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .offers-holder h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .offers-holder img {
    width: 50px;
    margin-top: 20px;
    margin-right: 10px;
  }
  .offers-holder a.button {
    font-size: 13px;
    height: 30px;
    line-height: 36px;
    margin-left: -2px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 small {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .xs-center {
    text-align: center;
  }
  .br {
    display: none;
  }
  .eu-cookies {
    left: 0;
    bottom: 0;
  }
  .many-megafon {
    background: none;
  }
  .subslider-holder {
    margin-top: 84px;
  }
  #topline-holder {
    height: auto;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
  }
  #topline-holder div.col-sm-4:after {
    display: none;
  }
  #topline-holder i.fa-phone {
    padding-left: 0px;
    border-left: 0px solid #224355;
  }
  #topline-holder div.col-sm-4 a {
    margin-right: 10px;
  }
  #header-holder {
    position: fixed;
    padding: 15px 0;
    width: 100%;
  }
  #header-holder .elyn-logo {
    height: 54px;
    max-height: 54px;
    margin-bottom: 0px;
  }
  .navbar-nav {
    position: absolute;
    right: 15px;
    width: 260px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 40%);
  }
  .collapsing {
    transition: 0s transform ease-in-out;
    display: none;
  }
  .nav > li {
    padding-top: 10px;
  }
  .navbar-nav li:first-child {
    padding-top: 10px;
  }
  #header-holder .dropdown-menu {
    text-align: center;
    padding-top: 10px;
  }
  #header-holder .dropdown-menu a {
    padding: 8px 15px !important;
    font-family: 'poppinsregular', sans-serif !important;
  }
  .navbar-collapse {
    overflow: hidden !important;
  }
  #header-holder a.client-zone {
    font-size: 13px;
    height: 40px;
    line-height: 44px;
    border-radius: 20px;
    margin-bottom: 6px;
  }
  .subpage .slider-holder {
    margin-top: 84px;
  }
  .slider-holder img.hidden-sm {
    margin-top: 84px;
  }
  .slider-holder .nivoslider-xs.hidden-sm {
    margin-top: 84px;
  }
  .slider-holder .slider-text {
    top: 40%;
    font-size: 24px;
    line-height: 32px;
    width: 40%;
    margin-top: -20px;
    transform: translateY(-50%);
  }
  .slider-holder .slider-caption {
    width: 80%;
    right: 10%;
    padding: 20px;
    background: rgba(255,255,255,0.6);
    text-align: center;
  }
  .slider-holder .slider-caption small {
    font-size: 20px;
    line-height: 24px;
  }
  .slider-holder .slider-caption p > a {
    font-size: 13px;
    line-height: 1;
  }
  .slider-holder .slider-text strong {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 0px;
  }
  .slider-holder .slider-text strong:before, .slider-holder .slider-caption strong {
    display: none;
  }
  .slider-holder .slider-text span {
    font-size: 18px;
    line-height: 26px;
  }
  .offers-holder h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .elyn-team {
    text-align: center;
  }
  .elyn-team img {
    margin-left: auto;
    margin-right: auto;
  }
  .esluzba-holder strong {
    font-size: 24px;
    line-height: 32px;
  }
  .why-fve {
    min-height: 0px !important;
    margin-bottom: 20px;
  }
  .why-fve img {
    max-height: 80px;
  }
  .flip-box {
    margin-bottom: 20px;
  }
  #map-holder .left-map {
    width: 100%;
    height: 400px;
  }
  #map-holder .right-box {
    width: 100%;
    height: 400px;
  }
  #map-holder iframe {
    height: 400px;
  }
  #map-holder h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #map-holder .zc-holder {
    width: 100%;
  }
  #calc-tabs > li > a {
    font-size: 18px;
  }
  .mobileLight {
    margin: auto;
    max-width: 230px;
  }
  .content-holder, .online-holder {
    padding: 30px 0;
  }
  .subpage .content-holder {
    padding-top: 100px;
  }
  .slogan-number {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
  }
  .center-slogan {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .article-item:before, .article-item:after {
    display: none;
  }
}
@media (max-width: 519px) {
  .slider-holder .slider-text {
    display: none !important;
  }
}


/* ON-LINE
-------------------------------------------------- */
.article-item {
  background: #fafafa;
  box-shadow: 0 0 10px rgba(0,0,0,0.3), 0 0 300px 25px rgba(255,255,255,0.7) inset;
  width: 100%;
  margin: 30px auto auto auto;
  padding: 20px;
  position: relative;
  border-left: 5px solid #096b8f;
}
.article-item:before, .article-item:after {
  content: "";
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2), inset 0 0 300px rgba(255,255,255,0.7);
  border-left: 5px solid #096b8f;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
  transition: .5s;
}
.article-item:before {
  left: -5px;
  top: 2px;  
  transform: rotate(-1.5deg);
}
.article-item:after {
  right: -3px;
  top: 0px;
  transform: rotate(2.4deg);
}
.article-item:hover:before {
  transform: rotate(0deg);
  border: solid rgba(111,99,61,0.4);
  border-width: 0px 0px 0px 1px;
  left: -6px;
  top: -6px; 
}
.article-item:hover:after {
  transform: rotate(0deg);
  border: solid rgba(111,99,61,0.4);
  border-width: 0px 0px 0px 1px;
  right: 3px;
  top: -3px;
}


/* ANIMATED CHECKBOXS
-------------------------------------------------- */
.radio label, .checkbox label {
  padding-left: 30px;
  font-size: 15px;
}
.checkbox label:after, 
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  margin-left: -30px;
  background: #fff;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 10%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.radio label {
  display: inline-block;
  margin-bottom: 10px;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}


/* CHECKBOXS WITH IMAGES
-------------------------------------------------- */
ul.imgCheckbox {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
ul.imgCheckbox li {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
ul.imgCheckbox input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
ul.imgCheckbox label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  margin-bottom: 4px !important;
  cursor: pointer;
}
ul.imgCheckbox label img {
  display: block;
  width: 100%;
  max-width: 50px;
  height: auto;
  margin: auto;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
ul.imgCheckbox strong {
  display: block;
  width: 100%;
  text-align: center !important;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'poppinsregular', sans-serif;
}
ul.imgCheckbox label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
ul.imgCheckbox :checked + label, ul.imgCheckbox :hover + label {
  border-color: #ddd;
}
ul.imgCheckbox :checked + label:before {
  content: "✓";
  background-color: #343f96;
  transform: scale(1);
}
ul.imgCheckbox :checked + label img, ul.imgCheckbox :hover + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
@media (max-width: 450px) {
  ul.imgCheckbox li {
    width: 77px;
  }
  ul.imgCheckbox input[type="checkbox"][id^="myCheckbox"] {
    display: none;
  }
  ul.imgCheckbox label {
    padding: 5px;
    margin: 5px;
  }
  ul.imgCheckbox label img {
    max-width: 40px;
  }
  ul.imgCheckbox strong {
    font-size: 12px;
    line-height: 16px;
    font-family: 'poppinsregular', sans-serif;
  }
}


/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  height: 470px;
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-box img {
  height: 470px;
}
/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
/* Style the back side */
.flip-box-back {
  transform: rotateY(180deg);
}