/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:1px!important}

.galleria-theme-classic {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.galleria-theme-classic img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-theme-classic .galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 60px;
    left: 0px;
    right: 0px;
    overflow:hidden;
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
}
.galleria-theme-classic .galleria-thumbnails-container {
    height: 100px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {

}
.galleria-thumbnails-list {
    width: 90%;
    margin: 0 auto;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image {
    height: 95px;
    width: 150px;
    background: #fff;
    margin: 5px 5px 0 0;
    float: left;
    cursor: pointer;
}
.galleria-theme-classic .galleria-counter {
    display: none;
}
.galleria-theme-classic .galleria-loader {
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
}
.galleria-theme-classic .galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-theme-classic .galleria-info-text {
    background-color: #fff;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-theme-classic .galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-theme-classic .galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-theme-classic .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.galleria-theme-classic .notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #fff;
}
.galleria-theme-classic.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    z-index: 2;
    border-radius: 50px;
    background-color: #666666;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.galleria-theme-classic .galleria-image-nav-right {
    left: auto;
    right: -40px;
    z-index: 2;
}

.galleria-theme-classic .galleria-image-nav-right:before {
    font-family: 'RP_devel_microsite_iconfont';
    content: "\e906";
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 12px;
}

.galleria-theme-classic .galleria-image-nav-left:before {
    font-family: 'RP_devel_microsite_iconfont';
    content: "\e905";
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 12px;
}
.galleria-theme-classic.notouch .galleria-image-nav-left:hover,
.galleria-theme-classic.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #78D037;
}
.galleria-theme-classic.touch .galleria-image-nav-left:active,
.galleria-theme-classic.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right {
    cursor: pointer;
    background-position: -495px 5px;
    position: absolute;
    left: 10px;
    right:auto;
    top: 50%;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    background-color: #666666;
    width: 30px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
}
.galleria-theme-classic .galleria-thumb-nav-right {
    right: 10px;
    left: auto;
    text-align: center;
    background-color: #666666;
    width: 30px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
}
.galleria-theme-classic .galleria-thumb-nav-right:before {
    font-family: 'RP_devel_microsite_iconfont';
    content: "\e906";
    color: #fff;
}
.galleria-theme-classic .galleria-thumb-nav-left:before {
    font-family: 'RP_devel_microsite_iconfont';
    content: "\e905";
    color: #fff;
}
.galleria-theme-classic .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #00b0d6;
}
.galleria-theme-classic.touch .galleria-thumb-nav-left:active,
.galleria-theme-classic.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #00b0d6;

}
.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: #00b0d6;
}

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-theme-classic .galleria-info-link,
.galleria-theme-classic .galleria-info-close,
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
    background-repeat: no-repeat;
}
.galleria-theme-classic.galleria-container.videoplay .galleria-info,
.galleria-theme-classic.galleria-container.videoplay .galleria-counter{ display:none!important; }

@media all and (max-width: 768px), only screen and (max-device-width: 768px) {
    .galleria-theme-classic .galleria-thumbnails .galleria-image {
        height:70px !important;
        width:100px !important;
        margin-top:15px;
    }
}
@font-face {
	font-family: 'RP_devel_microsite_iconfont';
	src:url('fonts/RP_devel_microsite_iconfont.eot?k3d6w8');
	src:url('fonts/RP_devel_microsite_iconfont.eot?k3d6w8#iefix') format('embedded-opentype'),
		url('fonts/RP_devel_microsite_iconfont.ttf?k3d6w8') format('truetype'),
		url('fonts/RP_devel_microsite_iconfont.woff?k3d6w8') format('woff'),
		url('fonts/RP_devel_microsite_iconfont.svg?k3d6w8#RP_devel_microsite_iconfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'RP_devel_microsite_iconfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-2-down:before {
	content: "\e900";
}
.icon-arrow-2-left:before {
	content: "\e901";
}
.icon-arrow-2-right:before {
	content: "\e902";
}
.icon-arrow-2-up:before {
	content: "\e903";
}
.icon-arrow-down:before {
	content: "\e904";
}
.icon-arrow-left:before {
	content: "\e905";
}
.icon-arrow-right:before {
	content: "\e906";
}
.icon-arrow-up:before {
	content: "\e907";
}
.icon-close:before {
	content: "\e908";
}
.icon-download:before {
	content: "\e909";
}
.icon-eye:before {
	content: "\e90a";
}
.icon-filtr:before {
	content: "\e90b";
}
.icon-financovani:before {
	content: "\e90c";
}
.icon-gallery:before {
	content: "\e90d";
}
.icon-check-box-on:before {
	content: "\e90e";
}
.icon-check-box:before {
	content: "\e90f";
}
.icon-check-mark:before {
	content: "\e910";
}
.icon-list:before {
	content: "\e911";
}
.icon-map-pin:before {
	content: "\e912";
}
.icon-menu-2:before {
	content: "\e913";
}
.icon-menu-close-2:before {
	content: "\e914";
}
.icon-menu:before {
	content: "\e915";
}
.icon-minus:before {
	content: "\e916";
}
.icon-plus:before {
	content: "\e917";
}
.icon-question:before {
	content: "\e918";
}
.icon-search:before {
	content: "\e919";
}
.icon-send:before {
	content: "\e91a";
}
.icon-standardy:before {
	content: "\e91b";
}
.icon-listing_up:after {
	content: "\e91c";
}
.icon-listing_down:after {
	content: "\e91d";
}


@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
button, .button {
  display: inline-block;
  position: relative;
  width: 260px;
  height: 54px;
  line-height: 54px;
  border: none;
  border-bottom: 3px solid;
  border-radius: 28px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
button:hover, button:active, button:focus, .button:hover, .button:active, .button:focus {
  outline: none;
}
button span, .button span {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
button span.icon-question, .button span.icon-question {
  font-size: 22px;
  top: 4px;
}
button:before, .button:before {
  font-weight: 400;
  position: absolute;
  left: 19px;
}
button p, .button p {
  margin: 0;
  margin-left: 30px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
button.btn-primary, .button.btn-primary {
  background-color: #19a671;
  border-color: #127a53;
}
button.btn-primary:hover, .button.btn-primary:hover {
  background-color: #127a53;
}
button.btn-secondary, .button.btn-secondary {
  background-color: #0066b0;
  border-color: #00487d;
}
button.btn-secondary:hover, .button.btn-secondary:hover {
  background-color: #00487d;
}

.pdfBtn {
  display: inline-block;
  text-decoration: none;
  height: 3em;
  line-height: 3em;
  border-radius: 28px;
  padding: 4px 38px;
  font-weight: 600;
  position: relative;
  color: #0066b0;
  border: 1px solid #0066b0;
  margin-top: 6em;
}
.pdfBtn:hover {
  color: #fff;
  background-color: #0066b0;
}
.pdfBtn:hover p {
  color: #fff;
}
.pdfBtn p {
  color: #0066b0;
  margin: 0;
  margin-left: 30px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  line-height: 3em;
}
.pdfBtn:before {
  font-weight: 400;
  position: absolute;
  left: 19px;
  font-size: 2em;
}

.button-center-holder {
  margin-top: 40px;
}

/* ==========================================================================
   Custom helper classes
   ========================================================================== */
.block {
  display: block;
}

.mezi {
  width: 100%;
  height: 0;
}

.blue {
  color: #0066b0;
}

.hidden {
  display: none;
}

.chart table tbody tr.reserve {
  background-color: rgba(23, 157, 255, 0.15);
}

.chart table tbody tr.prodano {
  background-color: rgba(0, 43, 74, 0.15);
  display: none;
}

.price {
  font-weight: 700;
  font-size: 1.5em;
}

span.lightblue {
  color: #19a671;
}

.lightBcg {
  background: rgba(66, 227, 166, 0.15);
}

.msg {
  height: 2em;
  line-height: 2em;
  font-size: 20px;
  color: green;
  background-color: #dfe9ea;
}

.req:after {
  content: "*";
  color: red;
}

.form {
  width: 100%;
  background-color: #dfe9ea;
  padding: 0 6em;
  box-sizing: border-box;
  margin-top: 1em;
}
@media (max-width: 991px) {
  .form {
    padding: 0 15px;
  }
}
.form .button {
  margin: 1.5em 0 4em 0;
  width: auto;
  padding: 0 30px;
}
.form .icon-send:before {
  font-size: 2em;
}
.form h2 {
  color: #1f1d1e;
  letter-spacing: 2px;
  margin: 0;
  padding: 1.5em;
}

form label {
  color: #1f1d1e;
  font-weight: 600;
  line-height: 2.5em;
  width: 50%;
  text-align: left;
  float: left;
  margin-bottom: 2em;
}
form label:nth-of-type(even) {
  text-align: right;
}
form label:not([class*=listings__item]):last-of-type {
  width: 100%;
}
form label:not([class*=listings__item]):last-of-type span {
  float: left;
}
@media (max-width: 991px) {
  form label {
    width: 100%;
    margin-bottom: 1em;
  }
}
form label span {
  display: inline-block;
  text-align: right;
  margin-right: 1em;
  width: 100px;
}
@media (max-width: 991px) {
  form label span {
    width: 100%;
    text-align: left;
  }
}
form label input {
  height: 2.5em;
  border-radius: 1.25em;
  border: none;
  text-indent: 18px;
  width: 64%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  form label input {
    width: 100%;
  }
}
form label input::-ms-clear {
  display: none;
}
form label input:invalid {
  outline: none;
  box-shadow: none;
}
form label input::-webkit-input-placeholder {
  font-weight: 400;
}
form label input:focus {
  outline: none;
}
form label textarea {
  height: 4em;
  border-radius: 1.25em;
  border: none;
  resize: vertical;
  width: calc(100% - 1em - 120px);
  padding-left: 18px;
}
@media (max-width: 991px) {
  form label textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
form label textarea::-ms-clear {
  display: none;
}
form label textarea:invalid {
  outline: none;
  box-shadow: none;
}
form label textarea::-webkit-input-placeholder {
  font-weight: 400;
}
form label textarea:focus {
  outline: none;
}
form .gdpr-checkbox {
  display: inline-block;
  width: 100%;
  /*** custom checkboxes ***/
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* checked icon */
}
form .gdpr-checkbox label {
  width: auto;
  cursor: pointer;
  float: none;
}
form .gdpr-checkbox label a {
  color: #19a671;
  text-decoration: underline;
}
form .gdpr-checkbox label a:hover {
  color: #19a671;
  text-decoration: none;
}
form .gdpr-checkbox input[type=checkbox] {
  position: relative;
  left: 20px;
  opacity: 0;
}
form .gdpr-checkbox input[type=checkbox] + label:before {
  display: inline-block;
  font-family: "RP_devel_microsite_iconfont";
  vertical-align: middle;
  font-size: 1.5em;
  margin-right: 0.5em;
}
form .gdpr-checkbox input[type=checkbox] + label:before {
  content: "";
  color: #1f1d1e;
}
form .gdpr-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  color: #19a671;
}
form .gdpr-checkbox input[type=checkbox]:checked + .check {
  color: #19a671;
}

header {
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 999;
  background: #fff;
}
@media (min-width: 768px) {
  header {
    border-top: 4px solid #19a671;
  }
}
header span#menuToggle {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
header span#menuToggle:before {
  font-size: 4em;
}
@media (max-width: 991px) {
  header {
    display: block;
    background: #fff;
    font-size: 0.8em;
  }
  header span#menuToggle {
    display: block;
    z-index: 99;
  }
}

.fixedNav {
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.fixedNav li {
  background: #fff;
  list-style: none;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  text-align: center;
  pointer-events: all;
}
.fixedNav li.menuBtn {
  position: relative;
}
.fixedNav li.menuBtn a {
  padding: 0 0.3em 0 1em;
}
.fixedNav li.menuBtn img {
  display: block;
  width: 168px;
  height: 39px;
}
.fixedNav li.btn.active a {
  color: #19a671;
}
.fixedNav li.btn.active:hover a {
  color: #fff;
}
.fixedNav li.btn:hover {
  background: #19a671;
}
.fixedNav li.btn .search-btn {
  font-size: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.fixedNav li.btn .search-btn i {
  font-size: 25px;
}
.fixedNav li.location a {
  padding: 0;
  line-height: normal;
}
.fixedNav li.location .content {
  background: #19a671;
  color: #fff;
  min-width: 92px;
  padding: 5px 10px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  margin-top: 7px;
  position: relative;
}
.fixedNav li.location .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  border-left: 16px solid #19a671;
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
}
.fixedNav li.submenu {
  background: none;
}
.fixedNav li.submenu ul {
  padding: 0;
}
.fixedNav a {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  color: #666;
  text-decoration: none;
  line-height: 75px;
  box-sizing: border-box;
  padding: 0 1em;
  letter-spacing: 1px;
}
.fixedNav a:hover {
  color: #fff;
}

.menu-holder {
  position: relative;
}
.menu-holder .code-search {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 60px;
  height: 100%;
  width: 0;
  -webkit-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
@media (min-width: 992px) {
  .menu-holder .code-search {
    top: 0;
    right: 73px;
  }
}
.menu-holder .code-search input {
  margin-top: 21px;
  width: 100%;
  padding: 3px 10px;
  border: none;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 20px;
  display: none;
  outline: none;
}
@media (min-width: 992px) {
  .menu-holder .code-search input {
    font-size: 1.2em;
  }
}
.menu-holder .code-search.opened {
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 992px) {
  .menu-holder .code-search.opened {
    width: calc(100% - 73px);
    padding: 0;
  }
}
.menu-holder .code-search.opened input {
  display: block;
}

@media (max-width: 991px) {
  .fixedNav {
    display: block;
    padding-left: 0;
    position: absolute;
    margin: 0;
    min-height: 100vh;
    overflow-y: auto;
    background: #fff;
  }
  .fixedNav a {
    font: 600 2em/3.5em "Open Sans", sans-serif;
  }
  .fixedNav li {
    display: block;
  }
  .fixedNav li.menuBtn {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 75px;
  }
  .fixedNav li.btn {
    height: auto;
    position: relative;
    z-index: 100;
  }
  .fixedNav li.btn:hover {
    background: #19a671;
  }
  .fixedNav li.submenu {
    overflow: scroll;
  }
  .fixedNav li .menu-holder {
    display: flex;
    width: 100%;
    min-height: 100%;
    align-items: center;
  }
  .fixedNav li .menu-holder ul {
    width: 100%;
    padding: 75px 0;
    overflow-y: auto;
    font-size: 8px;
  }
  .fixedNav.hide-submenu {
    background: transparent;
  }
  .fixedNav.hide-submenu .submenu {
    display: none;
  }
}
.homepage {
  padding: 79px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 400px;
}
@media (max-width: 767px) {
  .homepage {
    padding: 75px 0 0;
  }
}
.homepage .carousel-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.homepage .item {
  opacity: 0.7;
  height: 100%;
  width: 100%;
  margin-top: 79px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .homepage .item {
    margin-top: 75px;
  }
}
.homepage .item.active {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.homepage .carousel-indicators {
  width: 100%;
  bottom: 0;
  left: 0;
  position: relative;
}
.homepage__title {
  text-align: center;
  background-color: #fff;
  display: table;
  margin: auto;
  color: #19a671;
  position: relative;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  padding: 6px 44px;
}
@media (max-width: 767px) {
  .homepage__title {
    width: 100%;
    font-size: 32px;
  }
  .homepage__title:before, .homepage__title:after {
    display: none;
  }
}
.homepage__title:before, .homepage__title:after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  border-color: transparent;
  border-width: 40px;
  border-style: solid;
}
.homepage__title:before {
  right: 100%;
  border-right-width: 30px;
  border-right-color: #fff;
}
.homepage__title:after {
  left: 100%;
  border-left-width: 30px;
  border-left-color: #fff;
}
.homepage__buttons {
  text-align: center;
  padding: 4em 0 3em;
}
.homepage__buttons a {
  margin: 0 2em;
}
@media (max-width: 991px) {
  .homepage__buttons {
    padding: 2em 0 1.5em;
  }
}
@media (max-width: 767px) {
  .homepage__buttons a {
    margin-bottom: 1em;
  }
}
.homepage .listings {
  margin: 1em auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  justify-content: center;
}
.homepage__locations {
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  height: 50px;
}
.homepage__locations-item {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 55px;
  padding: 9px 15px 11px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #0066b0;
  font-weight: 600;
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.homepage__locations-item:hover {
  background: #fff;
}
@media (max-width: 1199px) {
  .homepage__locations-item {
    font-size: 0.65em;
  }
}

footer {
  background-color: #1f1d1e;
  text-align: center;
  color: #fff;
}
footer .back-links {
  background-color: #615b5e;
  font-size: 0.85em;
  display: none;
}
@media (min-width: 992px) {
  footer .back-links {
    display: block;
  }
}
footer .back-links ul {
  margin: 0;
  padding: 0;
}
footer .back-links li {
  display: inline;
  vertical-align: bottom;
}
footer .back-links li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 13px;
  margin-right: 13px;
}
footer .back-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75em;
  text-decoration: none;
}
footer .back-links a:hover {
  color: #fff;
  text-align: center;
}
footer .gdpr {
  font-size: 0.7em;
  padding: 0.5em;
}
footer p {
  margin: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}

.cookie-msg {
  display: none;
  background-color: rgba(25, 166, 113, 0.7);
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.9em;
  line-height: 1.2;
}
.cookie-msg .row:before, .cookie-msg .row:after {
  content: " ";
  display: table;
}
.cookie-msg .row:after {
  clear: both;
}
.cookie-msg .col10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  float: left;
  padding: 5px 20px 5px 5px;
}
.cookie-msg .col2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  float: left;
}
.cookie-msg .button {
  background-color: #127a53;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  height: 20px;
  border: none;
  width: auto;
}
.cookie-msg-opened {
  display: block;
}
.cookie-msg.fixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.cookie-msg a {
  color: #fff;
}
.cookie-msg a:hover {
  text-decoration: none;
}

.listings {
  text-align: center;
}
@media (max-width: 767px) {
  .listings {
    padding: 0 2em 4em;
  }
}
.listings__item {
  display: flex;
  flex-direction: column;
  margin: 0 1.5em 1.5em;
  width: 210px;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  position: relative;
  bottom: 0;
  text-decoration: none;
  color: #615b5e;
  font-weight: 700;
  text-align: center !important;
  float: none;
  line-height: normal;
  box-shadow: 0 3px 8px 0 rgba(31, 29, 30, 0.4);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.listings__item .img, .listings__item .title {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .listings__item {
    width: 100%;
    font-size: 1.2em;
  }
}
@media (max-width: 991px) {
  .listings__item .img, .listings__item .title {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .listings__item:hover {
    cursor: pointer;
    box-shadow: 0 8px 18px 0 rgba(31, 29, 30, 0.6);
  }
  .listings__item:hover .img, .listings__item:hover .title {
    opacity: 1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listings__item:hover {
    bottom: 6px;
  }
}
.listings__item.active {
  width: 210px;
  height: auto;
  margin: 0 1.5em 1.5em;
}
.listings__item.active .img, .listings__item.active .title, .listings__item.active .check-overlay {
  opacity: 1;
}
@media (max-width: 767px) {
  .listings__item.active {
    width: 100%;
    color: #19a671;
  }
}
.listings__item .img {
  height: 120px;
  position: relative;
  background-size: cover !important;
  background-position: 50% !important;
}
@media (max-width: 767px) {
  .listings__item .img {
    display: none;
  }
}
.listings__item .title {
  padding: 0.5em;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.listings input[type=checkbox] {
  display: none;
}
.listings .check-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #19a671;
  font-size: 66px;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.listings .check-overlay span {
  float: none;
  text-align: center;
  margin: 0;
  display: block;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.listings .check-overlay span:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* ==========================================================================
   detail bytu
   ========================================================================== */
.detail {
  width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 5em 15px 7em 15px;
}
@media (max-width: 939px) {
  .detail {
    width: 100%;
  }
}
.detail .icon-download {
  margin-top: 2em;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0;
  clear: left;
}
.detail .icon-arrow-2-left {
  margin-top: 0;
  margin-bottom: 3em;
}
.detail .icon-question:before {
  font-size: 2.3em;
}
.detail .icon-financovani:before {
  left: 14px;
  font-size: 3em;
}
.detail .icon-standardy:before {
  font-size: 2.3em;
}
.detail h3 {
  text-transform: uppercase;
  text-align: left;
  color: #1f1d1e;
}

.infoDown {
  color: #1f1d1e;
  font-size: 0.7em;
  text-align: left;
  padding-top: 2px;
}
.infoDown:before {
  content: "";
  position: relative;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, white 20%, rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(to top,white 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
  width: 99%;
  height: 6em;
  z-index: 10;
  margin: 0 auto;
  margin-top: -7em;
  display: block;
}

.noOverlay:before {
  display: none;
}

.detailInfo:before, .detailInfo:after {
  content: " ";
  display: table;
}
.detailInfo:after {
  clear: both;
}
.detailInfo div:nth-of-type(2) {
  width: 47%;
  margin-left: 3%;
}
@media (max-width: 991px) {
  .detailInfo div:nth-of-type(2) {
    margin: 2em auto;
    float: none;
  }
}
.detailInfo div {
  width: 50%;
  display: inline-block;
  float: left;
}
@media (max-width: 991px) {
  .detailInfo div {
    width: 100%;
  }
}
.detailInfo div table {
  text-align: left;
  width: 98%;
  color: #1f1d1e;
  margin: 0 auto;
}
.detailInfo div table tbody {
  outline: 1px solid #dfe9ea;
  outline-offset: 5px;
  position: relative;
}
.detailInfo div table tr {
  border-bottom: 5px solid #fff;
  height: auto;
  line-height: 1.5em;
}
.detailInfo div table tr:last-of-type {
  border-bottom: none;
}
.detailInfo div table tr:nth-of-type(even) {
  background: #cbecf3;
}
.detailInfo div table td {
  padding-left: 10px;
}
.detailInfo div table td.price {
  width: 61%;
}
.detailInfo div img {
  max-width: 100%;
}

.doleBtns {
  clear: both;
}
.doleBtns a {
  margin-top: 5em;
}

.loadMore {
  margin-top: 2em;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.loadMore p {
  margin-left: 0;
}

.overflow, .lg-on {
  overflow: hidden;
}

.standardy {
  width: 100%;
}
.standardy .blue {
  color: #0066b0;
}
.standardy .icon-question:before {
  font-size: 2.3em;
}

.stanItem span {
  font-size: 1.1em;
  border: 1px solid #0066b0;
  padding: 6px;
  border-radius: 27px;
  color: #0066b0;
  float: left;
  cursor: pointer;
}
.stanItem span:hover {
  color: #fff;
  background-color: #0066b0;
}
.stanItem h4 {
  color: #1f1d1e;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 33px;
  margin-bottom: 0;
  margin-left: 50px;
}
.stanItem > ul {
  text-align: left;
  padding-left: 50px;
  color: #1f1d1e;
  display: none;
}
.stanItem > ul > li {
  font-weight: 600;
}
.stanItem > ul > li > ul {
  list-style: square;
}
.stanItem > ul > li .substandard ul {
  list-style: circle;
}
.stanItem > ul > li .substandard ul li {
  font-weight: 400;
}

.finkon {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  padding: 5em 15px 7em 15px;
}

.text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.buttons {
  margin-bottom: 6em;
}
.buttons a {
  margin: 0 2em;
}
@media (max-width: 991px) {
  .buttons {
    padding: 2em 0 1.5em;
  }
}
@media (max-width: 767px) {
  .buttons a {
    margin: 0 0 1em;
  }
}

.locality {
  font-size: 1.2em;
  color: #1f1d1e;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 3em 0 2em;
  text-transform: uppercase;
}

.standards h2, .standards p {
  text-align: left;
}
.standards h2 {
  color: #19a671;
  margin-top: 2em;
}

.zaloha {
  max-width: 768px;
  margin: 0 auto 5em auto;
  text-align: left;
}
.zaloha h3 {
  font-weight: 800;
  color: #1f1d1e;
}
.zaloha ul {
  list-style: none;
  padding-left: 0;
}
.zaloha ul li {
  color: #1f1d1e;
  position: relative;
  padding-left: 20px;
}
.zaloha ul li::after {
  content: "•";
  position: absolute;
  top: -9px;
  left: 0;
  color: #19a671;
  font-size: 28px;
}

.vizitky {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 991px) {
  .vizitky {
    flex-direction: column;
  }
}
.vizitky div {
  box-sizing: border-box;
  padding: 0 5em;
  text-align: left;
  line-height: 2em;
  margin: 2em 0;
}
@media (max-width: 991px) {
  .vizitky div {
    text-align: center;
  }
}
.vizitky div h3 {
  font-weight: 800;
  margin: 0;
}
.vizitky div h4 {
  margin: 0;
  font-weight: normal;
}
.vizitky div a {
  color: #19a671;
  text-decoration: none;
  font-weight: 700;
}

.error {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-text {
  padding-top: 5%;
}
.error-code {
  font-size: 152px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
.error-menu ul {
  padding: 0;
  margin: 0;
  float: right;
  margin-top: 40px;
}
.error-menu ul li {
  display: inline-block;
  padding: 0 20px;
}
.error-menu ul li a {
  color: #19a671;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease;
}
.error-menu ul li a:hover, .error-menu ul li a:focus, .error-menu ul li a:active {
  color: #0066b0;
  text-decoration: none;
}
.error-menu ul li:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .error-menu ul {
    float: none;
  }
  .error-menu ul li {
    text-align: center;
    display: block;
    padding: 15px 0;
  }
}

.filtr {
  width: 100%;
  background-color: #dfe9ea;
  display: none;
}
@media (max-width: 767px) {
  .filtr {
    padding-left: 10px;
  }
}
.filtr div:before, .filtr div:after {
  content: " ";
  display: table;
}
.filtr div:after {
  clear: both;
}
.filtr div p {
  display: inline-block;
}
@media (max-width: 767px) {
  .filtr div p {
    margin: 0;
  }
}
.filtr div p:first-of-type {
  width: 25%;
  float: left;
}
.filtr div p:first-of-type label, .filtr div p:first-of-type span {
  font-size: 0.9em;
  font-weight: 600;
  color: #1f1d1e;
  text-align: right;
  display: block;
  line-height: 2.5em;
  padding-right: 2em;
  text-transform: uppercase;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .filtr div p:first-of-type {
    width: 100%;
  }
  .filtr div p:first-of-type label, .filtr div p:first-of-type span {
    text-align: left;
    margin-bottom: 1em;
  }
}
.filtr div p:nth-of-type(2) {
  width: 75%;
  line-height: 2.5em;
  /*** custom checkboxes ***/
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* checked icon */
}
.filtr div p:nth-of-type(2) label {
  font-size: 0.8em;
  color: #1f1d1e;
  float: left;
  margin-bottom: 1em;
  width: auto;
  text-align: left;
  min-width: 8em;
}
.filtr div p:nth-of-type(2) label input {
  height: 2.5em;
  border-radius: 1.25em;
  border: none;
  text-indent: 18px;
  margin: 0 15px;
  width: auto;
}
.filtr div p:nth-of-type(2) label input:focus {
  outline: none;
  border: 1px solid #0066b0;
  margin: 0 14px;
}
.filtr div p:nth-of-type(2) span {
  color: #666666;
  float: left;
  font-size: 0.8em;
  line-height: 2.25em;
  font-weight: 600;
}
.filtr div p:nth-of-type(2) input[type=checkbox] {
  display: none;
}
.filtr div p:nth-of-type(2) input[type=checkbox] + label:before {
  display: inline-block;
  font-family: "RP_devel_microsite_iconfont";
  vertical-align: middle;
  font-size: 1.5em;
  margin-right: 0.5em;
}
.filtr div p:nth-of-type(2) input[type=checkbox] + label:before {
  content: "";
  color: #1f1d1e;
}
.filtr div p:nth-of-type(2) input[type=checkbox]:checked + label:before {
  content: "";
  color: #0066b0;
}
.filtr div p:nth-of-type(2) input[type=checkbox]:checked + .check {
  color: #0066b0;
}
@media (max-width: 767px) {
  .filtr div p:nth-of-type(2) {
    width: 100%;
  }
  .filtr div p:nth-of-type(2) label {
    min-width: 11em;
  }
  .filtr div p:nth-of-type(2) span {
    font-size: 0.8em;
    clear: left;
  }
}
.filtr label:last-of-type {
  width: 100%;
}
.filtr .button {
  box-sizing: content-box;
  text-transform: uppercase;
}
.filtr .button:before {
  font-size: 2em;
}
.filtr__footer {
  margin: 2em 0 3em;
  text-align: center;
  display: inline-block;
}
.filtr__footer .button, .filtr__footer .closeFiltr {
  display: inline-block;
}
.filtr__footer .closeFiltr {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .filtr__footer .closeFiltr {
    padding-left: 30px;
    width: auto;
  }
}
.filtr__footer .closeFiltr span:after {
  display: none;
}

.closeFiltr {
  margin: 0;
  text-align: right;
  color: #1f1d1e;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 2em;
  padding: 2em 2em 0 0;
}
.closeFiltr span {
  cursor: pointer;
}
.closeFiltr span:after {
  font-family: "RP_devel_microsite_iconfont";
  content: "";
  font-size: 2em;
  vertical-align: middle;
  margin-left: 0.5em;
}

.check {
  margin-right: 2.5em;
}
@media (max-width: 767px) {
  .check {
    margin-right: 1em;
  }
}

.iosBtn {
  margin-top: 4em;
  margin-bottom: 1.5em;
}
.iosBtn:before, .iosBtn:after {
  content: " ";
  display: table;
}
.iosBtn:after {
  clear: both;
}
.iosBtn h3 {
  color: #1f1d1e;
  text-align: left;
  font-weight: 800;
  display: inline-block;
  float: left;
  font-size: 1.2em;
  margin: 7px 0;
}
@media (max-width: 991px) {
  .iosBtn h3 {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.iosBtn .wrapper {
  float: none;
}
@media (min-width: 768px) {
  .iosBtn .wrapper {
    float: left;
  }
}
.iosBtn .wrapper span {
  font-size: 0.8em;
  line-height: 40px;
}
.iosBtn .wrapper div {
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .iosBtn .wrapper div {
    margin: 0.5em;
  }
}
.iosBtn .wrapper div input {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
.iosBtn .wrapper div input + label {
  display: block;
  position: relative;
  text-indent: -5000px;
  height: 40px;
  width: 80px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #19a671;
  top: 50%;
  margin-top: -20px;
}
.iosBtn .wrapper div input + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iosBtn .wrapper div input + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 5px;
  left: 5px;
  border-radius: 15px;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iosBtn .wrapper div input:checked + label:before {
  width: 80px;
}
.iosBtn .wrapper div input:checked + label:after {
  left: 45px;
  box-shadow: inset 0 0 0 1px #fff, 0 2px 4px rgba(0, 0, 0, 0.2);
}

.order {
  font-size: 0.8em;
  padding-right: 35px;
  margin: 0 0 0 50px !important;
  float: right;
  position: relative;
  top: 11px;
}
.order i {
  position: absolute;
  right: 10px;
  top: 3px;
}
.order a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.order .dropdown-menu {
  text-align: right;
  top: -11px;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-color: #dfe9ea;
  font-size: 1em;
}
.order .dropdown-menu a {
  padding-right: 34px;
}

.chart .icon-listing_up {
  font-family: "Open Sans", sans-serif;
}
.chart .icon-listing_up:after {
  display: none;
  font-size: 0.6em;
  vertical-align: 1px;
  font-family: "RP_devel_microsite_iconfont";
  padding-left: 4px;
}
.chart .icon-listing_down {
  font-family: "Open Sans", sans-serif;
}
.chart .icon-listing_down:after {
  display: none;
  font-size: 0.6em;
  vertical-align: 1px;
  font-family: "RP_devel_microsite_iconfont";
  padding-left: 4px;
}
.chart table {
  width: 100%;
  font-size: 0.8em;
  border-collapse: collapse;
  color: #1f1d1e;
}
@media (max-width: 767px) {
  .chart table {
    border: 1px solid #dfe9ea;
    font-size: 1em;
    display: block;
  }
  .chart table thead, .chart table tbody, .chart table th, .chart table td, .chart table tr {
    display: block;
  }
}
.chart table thead th {
  font-weight: 400;
  height: 3.3em;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .chart table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
.chart table tbody {
  outline: 1px solid #dfe9ea;
  outline-offset: 5px;
}
@media (max-width: 767px) {
  .chart table tbody {
    outline: none;
  }
}
.chart table tbody tr {
  border-bottom: 5px solid #fff;
  height: 3.3em;
  position: relative;
}
@media (max-width: 767px) {
  .chart table tbody tr {
    border: none;
    height: auto;
  }
}
.chart table tbody tr:last-of-type {
  border-bottom: none;
}
.chart table tbody tr:hover {
  background-color: #19a671 !important;
  color: #fff;
}
@media (min-width: 768px) {
  .chart table tbody tr:hover a {
    color: #fff;
  }
}
.chart table td {
  border-spacing: 0;
  cursor: pointer;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .chart table td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    height: 2em;
    line-height: 2em;
    /*
    Label the data
    */
  }
  .chart table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .chart table td:nth-of-type(1):before {
    content: "PROJEKT";
  }
  .chart table td:nth-of-type(2):before {
    content: "ČÁST OBCE";
  }
  .chart table td:nth-of-type(3):before {
    content: "DISPOZICE";
  }
  .chart table td:nth-of-type(4):before {
    content: "PLOCHA";
  }
  .chart table td:nth-of-type(5):before {
    content: "PODLAŽÍ";
  }
  .chart table td:nth-of-type(6):before {
    content: "BALKON/TEREASA";
  }
  .chart table td:nth-of-type(7):before {
    content: "CENA (v Kč, vč. DPH)";
  }
  .chart table td:nth-of-type(8):before {
    content: "STAV";
  }
}

.toDetail {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #555555;
}

.byty {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 5em 15px 7em 15px;
  flex: 1;
}
.byty .icon-filtr:before {
  font-size: 2.2em;
}
.byty .icon-financovani {
  margin-top: 4em;
}
.byty .icon-financovani:before {
  left: 14px;
  font-size: 3em;
}
.byty .listings {
  margin-bottom: 1em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .byty .listings {
    padding: 0 2em;
  }
}
.byty h3 {
  font-weight: 600;
}

@media (max-width: 991px) {
  section {
    font-size: 0.9em;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    font-size: 0.9em;
  }
  body.overflow {
    overflow: auto;
  }
}

div, section {
  box-sizing: border-box;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.overflow, .lg-on {
  overflow: hidden;
}

.headline {
  color: #19a671;
  letter-spacing: 7px;
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  font-size: 2.4em;
  text-transform: uppercase;
}

.subhead {
  font-size: 1.2em;
  color: #1f1d1e;
  font-weight: 300;
  margin: 0;
  letter-spacing: 2px;
  margin-bottom: 3em;
  text-transform: uppercase;
}

.link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0066b0;
  border-bottom: 1px solid;
  line-height: 1.5;
}
.link:hover {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  color: #127a53;
}

.small {
  font-size: 0.8em;
}

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