html {
  -webkit-font-smoothing: antialiased;
}

/*
*[id]:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}
*/

*:first-child {
  margin-top: 0px
}

* .container img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 90px;
}

html body.admin-menu {
  margin-top: 120px !important;
}

h1, h2, h3 {
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  color: #0b6eb7;
  font-size: 30px;
  font-weight: 300;
}

h2 {
  font-weight: bold;
  font-size: 20px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0b6eb7;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 1.6em;
}

h1.small-margin, h2.small-margin, h3.small-margin, h4.small-margin, h5.small-margin, h6.small-margin {
  margin-bottom: .3em;
}

h5 {
  font-weight: bold;
  font-size: 100%;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: 0;
  outline-offset: -2px;
}

.btn {
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 20px;
  font-size: 13px;
  min-width: 170px;
}

.btn-tansparent {
  background-color: transparent;
  background-image: none;
}

.btn-white {
  border: 1px solid rgba(255, 255, 255, 0.90);
  color: rgba(255, 255, 255, 0.90);
}

.btn-white:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.btn-group-lg > .btn, .btn-lg {
  border-radius: 3px;
  font-size: 16px;
  line-height: 40px;
  padding: 10px 16px;
}

.field.field-name-body.field-type-text-with-summary.field-label-hidden:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.webform-component .description {
  margin: 15px 0;
}

.btn-group-xs > .btn, .btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
  min-width: 80px;
}

p {
  line-height: 1.8em;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1200px) {

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

/*
Main Navigation
*/

#main-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
  line-height: 90px;
  border-bottom: 1px solid #f3efe7;
  background: rgb(254, 254, 254);
}

body.scrolled-down #main-menu-container {
  line-height: 40px
}

html body.admin-menu #main-menu-container {
  top: 30px;
}

#header-section {
  position: relative;
  line-height: inherit;
  transition: all .5s ease-in-out 0s;
  opacity: 1;
}

.logo img {
  width: 100%;
  transition: all .5s ease-in-out 0s;
  vertical-align: middle;
}

.scrolled-down .logo img {
  width: 85px;
  transition: all .5s ease-in-out 0s;
}

#header-section a.logo, .logo-xs a.logo {
  display: block;
  height: 100%;
  vertical-align: middle;
}

.scrolled-down .logo-xs .logo img {
  width: 79px;

}

#header-section .main-menu.col-sm-12 {

}

#header-section .main-menu.col-sm-12 .dropdown-submenu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  z-index: 999;
  height: 100%;
  line-height: inherit;
}

#header-section .main-menu ul.dropdown-submenu li {
  list-style-image: none;
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  float: left;

}

#header-section .main-menu ul.dropdown-submenu li a {
  font-size: 17px;
  line-height: inherit;
  color: #000;
  padding: 0 14px;
  text-transform: uppercase;
  display: block;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-weight: 300;
}

@media (max-width: 1199px) {

  #header-section .main-menu ul.dropdown-submenu li a {
    font-size: 16px;
    padding: 0 13px;
  }
}

#header-section .main-menu ul.dropdown-submenu li a:hover {
  text-decoration: none;
  background: #fefefe;

}

#header-section .main-menu ul.dropdown-submenu li a:hover {
  color: #ed2a37;
}

#header-section .main-menu ul.dropdown-submenu li.expanded a:hover, #header-section .main-menu ul.dropdown-submenu li.expanded a.menuActive {
  background-image: url('img/arrow.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 16px auto;
}

#header-section .main-menu ul.dropdown-submenu li.expanded.active-trail .dropdown-submenu {
  display: none;
}

#header-section .main-menu ul.dropdown-submenu li a.active,
#header-section .main-menu ul.dropdown-submenu li a.active-trail {
  color: #ed2a37;
}

#header-section .main-menu-wrp, #header-section .main-menu {
  position: static;
}

#header-section .main-menu.col-sm-12 ul.dropdown-submenu ul.dropdown-submenu {
  display: none;
}

.mainSubmenuItem {
  display: none;
}

.mainSubMenuItems {
  margin-bottom: 0;
  list-style: outside none none;
}

.mainSubMenu {
  background-color: #f3efe7;
  display: none;
  position: fixed;
  top: 90px;
  right: 0;
  left: 0;
  padding: 7px 0;
  z-index: 899;
  -webkit-box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, .2);
}

.scrolled-down .mainSubMenu {
  top: 40px;
}

html body.admin-menu.scrolled-down .mainSubMenu {
  top: 70px;
}

html body.admin-menu .mainSubMenu {
  top: 120px;
}

.mainSubMenu .dropdown-submenu {
  line-height: 1.4em;
  list-style: outside none none;
  padding: 0;
}

.mainSubMenu .dropdown-submenu li {
  list-style-image: none;
  list-style-type: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.mainSubMenu .mainSubmenuItem .dropdown-submenu.col-sm-10.col-sm-offset-2 {
  padding-left: 15px;
}

.mainSubMenu .mainSubmenuItem .dropdown-submenu a {
  display: inline-block;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
}

.main-menu-social {
  padding: 0;
}

.main-menu-social ul {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.main-menu-social ul li.social-link {
  list-style-type: none;
  display: block;
  width: 20%;
  padding: 0 5px;
  float: right;
  line-height: inherit;
  text-align: center;
  max-width: 44px;
  transition: max-width .5s ease-in-out 0s;
}

.scrolled-down .main-menu-social ul li.social-link {
  max-width: 34px;
}

ul li.social-link a {
  display: block;
  height: 100%;
  vertical-align: middle;
}

li.social-link a img {
  transition: all .5s ease-in-out 0s;
}

li.social-link a:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

ul li.social-link img {
  width: 100%;
  max-width: 34px;
}

.social-x s ul li.social-link a img {
  width: 34px;
}

.main-menu-trigger {
  float: right;
  line-height: inherit;
}

.main-menu-trigger i.fa {
  line-height: inherit;
}

/*
*breadcrumb {
*/
.breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 0px;
  padding: 0px 15px;
  color: #686868;
}

.breadcrumb a {
  color: #686868;
}

/*
 *home page top banner
*/

#full-banner {
  overflow: hidden;
}

#full-banner .block {
  background-image: url("img/home-sweet-home.jpg");
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, .2);
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, .2);
  min-height: 450px;
  padding-bottom: 30px;
  padding-top: 30px;/* Bolo 60 obe*/
}

#full-banner .block .home-search .col-sm-10 {
  background-image: url('img/search-bg.png');

  background: -moz-linear-gradient(top, rgba(0, 138, 212, 1) 0%, rgba(2, 63, 130, 0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 138, 212, 1)), color-stop(100%, rgba(2, 63, 130, 0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 138, 212, 1) 0%, rgba(2, 63, 130, 0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 138, 212, 1) 0%, rgba(2, 63, 130, 0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 138, 212, 1) 0%, rgba(2, 63, 130, 0.8) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 138, 212, 1) 0%, rgba(2, 63, 130, 0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ad4', endColorstr='#cc023f82', GradientType=0); /* IE6-9 */

  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 6px;

}

#full-banner .block .home-search .remax-baloon.hidden-sm.hidden-xs {
  position: absolute;
  width: 150px;
  background-color: transparent;
  right: -130px;
  top: -39px;

}

#full-banner .block .home-search .remax-baloon.hidden-sm.hidden-xs img {
  width: 100%;
  height: auto;
}

#full-banner .block h1 {
  font-size: 42px;
  color: #FFF;
  text-shadow: 0 0 12px rgba(0, 0, 0, .4);
  margin-top: 0;
  margin-bottom: .8em;
}

#full-banner a:active,
#full-banner a:hover,
#full-banner a:focus {
  outline: 0;
  text-decoration: none;
}

#search-filters ul.search-filters {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}

#search-filters ul.search-filters li.search-filter {
  list-style-image: none;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;

}

#search-filters ul.search-filters li.search-filter a {
  color: #fff;
  font-size: 135%;
  padding: 0 12px;
  padding-bottom: 8px;
  display: block;
  text-shadow: 0 0 4px rgba(61, 61, 61, 0.3);
}

#search-filters ul.search-filters li.search-filter a:hover {
  border-radius: 4px 4px 0 0;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

#search-filters ul.search-filters li.search-filter a:active,
#search-filters ul.search-filters li.search-filter a:hover,
#search-filters ul.search-filters li.search-filter a:focus {
  outline: 0;
}

#search-filters ul.search-filters li.search-filter:first-child a {
  padding-left: 15px;
  margin-left: -15px;
}

#search-filters ul.search-filters li.search-filter a.active {
  background-image: url('img/search-bg-arrow.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}

#search-field {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#search-form:before {
  display: block;
  content: none;
}

#search-form {
  padding-bottom: 15px;
}

#search-form .search-submit {
  border: 0;
  background-color: #ed2a37;
  color: #FFF;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out 0s;
}

#search-form .form-group {
  margin-bottom: 0;
}

#search-form .search-submit.clicked {
  border: 0;
  background-color: #ed2a37;
  color: #FFF;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55) inset;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55) inset;
}

.search-info {
  color: #FFF;
  text-align: right;
}

.search-links {
  padding: 15px 0;
  transition: all .3s ease-in-out 0s;
  border: 1px solid rgba(255, 255, 255, 0.0);
}

.search-links:hover {
  background-color: rgba(255, 255, 255, 0.13);
  margin: 0 -15px;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.search-links h3 {
  margin: 0;
  margin-bottom: 5px;
}

#full-banner .search-links h3 a {
  display: block;
  font-weight: bold;
  font-size: 19px;
  color: #FFF;
}

#full-banner .search-links h3 a:hover {
  text-decoration: underline;
}

.search-links.header-only {
  height: auto;
}

.search-links.header-only.centered {
  margin-top: 30px;
}

.search-links .search-button {
  background-color: rgba(52, 123, 183, 0.98);
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  padding: 0 5px;
  margin: 2px 2px;
  line-height: 1.5em;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}

.search-links .search-button:hover {
  background-color: #ed2a37;
  text-decoration: none;
  border: 1px solid rgba(237, 42, 55, 1);
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

/*

HOME BUTTONS

*/
.home-buttons {
  padding: 30px 0;
}

.home-buttons .btn-primary {
  background-color: #5491c8;
  border-color: #5491c8;
  color: #fff;

}

.home-buttons .btn-primary:hover {
  background-color: #67a8ce;
  border-color: #659cce;
}

/*
chem sa stat
*/

.iwant {
  background-color: #f8f6f4;
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, .2);
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, .2);
  padding: 60px 0px;
}

.iwant p {
  margin-bottom: 0px;
}

.iwant .col-md-4 {
  text-align: center;
}

.iwant a {
  display: block;
}

.iwant a:hover {
  text-decoration: none;
}

.iwant a img.img-circle {
  width: 75%;
  display: block;
  margin: 0 auto 0 auto;
  border: 1px solid rgba(212, 210, 208, 0.51);
  max-width: 268px;
}

.iwant a:hover img.img-circle {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
}

.iwant a span {
  color: #333;
  display: block;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-size: 150%;
  font-weight: 100;
  margin: 15px 0 0 0;
  text-align: center;
  text-decoration: none;
}

.iwant a:hover span {
  color: #ed2a37;
  text-decoration: none;
}

/**
*
* Awards
*/

.front .awards {
}

.front .awards .lead {
  font-size: 18px;
  text-align: justify;
}

.awards .awards-item {
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0 45px;
}

.front .awards .awards-property .awards-property-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 67.5%;
  position: relative;
}

.front .awards .awards-property .awards-property-photo a {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background-size: cover;
  background-position: center center;
}

.front .awards .awards-property .awards-property-photo img {
  width: 100%;
  opacity: 0;
}

.front .awards .awards-property .awards-property-photo p {
  background-color: rgba(84, 144, 200, 0.97);
  bottom: 0;
  color: #fff;
  font-family: "Roboto Condensed", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  left: 0;
  margin-bottom: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.front .awards p.cena {
  font-size: 120%;
  font-weight: bold;
}

.awards-contact {
  margin-top: 30px;
  border-top: 1px solid #DDD;
  padding-top: 30px;
  font-family: "Open Sans", helvetica, arial, sans-serif;

}

.front .awards-contact .awards-contact-photo img {
  width: 100%;
}

.front .awards-contact .awards-contact-text h3 {
  margin-top: 0%;
  margin-bottom: 15px;
}

.front .awards-contact .awards-contact-text h3 a {
  color: #5b9ad0;
}

.front .awards-contact .awards-contact-text h3 a:hover {
  text-decoration: none;
}

.front .awards-contact .awards-contact-text p {
  margin-bottom: 0%;
}

.front .awards-contact .awards-contact-text h3 small {
  display: block;
  line-height: 20px;
  font-size: 80%;
}

.front .awards-contact .awards-contact-text address {
  margin-bottom: 0px;
  font-weight: 400px;
  font-size: 15px;
}

.front .awards-contact .awards-contact-addres {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 14px;
}

/* responsive menu */

.nav-right-xs {
  background-color: #f8f6f4;
  border-left: 1px solid #d5d3d1;
  bottom: -15px;
  box-shadow: -0px 0 4px 2px rgba(0, 0, 0, 0.2);
  /*6px 4px 2px */
  width: calc(100vw - 50px);
  padding: 15px 0;
  position: fixed;
  right: -120vw;
  top: -15px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: right .5s ease-in-out, opacity .5s ease-in-out;
  -moz-transition: right .5s ease-in-out, opacity .5s ease-in-out;
  -o-transition: right .5s ease-in-out, opacity .5s ease-in-out;
  transition: right .5s ease-in-out, opacity .5s ease-in-out;
}

.main-menu-md ul.dropdown-submenu li a.expander {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 18px;
    cursor: pointer;
    background: url('img/ico_plus.svg') center center no-repeat;
}

.nav-right-xs .main-menu-md ul.dropdown-submenu li a.expander.submenu-open {
    background: url('img/ico_minus.svg') center center no-repeat;
}

.nav-right-xs-visible .nav-right-xs {
  right: 0;
  opacity: .98;
  background-color: rgba(255, 255, 255, 0.93);
}

.main-menu-md ul.dropdown-submenu {
  margin: 0;
  list-style: outside none none;
  padding: 0;
}

.main-menu-md ul.dropdown-submenu li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-menu-md ul.dropdown-submenu li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-menu-md ul.dropdown-submenu li a:hover {

}

.main-menu-md ul.dropdown-submenu li a.active-trail {
  color: #ed2a37;
}

.main-menu-md ul.dropdown-submenu li a {
  line-height: 52px;
  display: block;
  padding: 0 15px 0 30px;
  outline: 0;
  outline-offset: -2px;
}

.main-menu-md ul.dropdown-submenu li ul.dropdown-submenu li a {
  line-height: 40px;
  font-size: 18px;
}

.main-menu-md > ul.dropdown-submenu ul.dropdown-submenu {
  display: none;
}

.main-menu-md > ul.dropdown-submenu li.expanded.active-trail ul.dropdown-submenu {
  display: block;
}

.main-menu-md > ul.dropdown-submenu ul.dropdown-submenu li a.active-trail {
  color: #000113;
  background-color: #fbf9f7;
}

.main-menu-md > ul.dropdown-submenu ul.dropdown-submenu li a {
  padding: 0 45px;
}

.main-menu-md > ul.dropdown-submenu ul.dropdown-submenu li a:hover {
  text-decoration: none;
  background-color: #eae8e6;
}

.main-menu-md > ul.dropdown-submenu > li {
    background-color: #FFF;
    position: relative;
}

.main-menu-md > ul.dropdown-submenu > li > a {
  background-color: #FFF;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
}

.logo-xs {
  float: left;
  margin-left: 2.626262%;
  line-height: inherit;
  width: 131px;
}

.main-menu-trigger {
  font-size: 30px;
  color: #000;
  padding: 0 30px;
  line-height: inherit;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.nav-right-xs-visible .main-menu-trigger {
  padding-right: 255px;
}

.main-menu-trigger .fa {
  cursor: pointer;
}

.nav-right-xs-visible .main-menu-trigger .fa-bars {
  display: none;
}

.nav-right-xs-visible .main-menu-trigger .fa-times-circle-o {
  display: inline-block;
  opacity: 1;
}

.social-xs {
  line-height: 90px;
  position: absolute;
  left: -50px;
  width: 50px;
}

.social-xs ul {
  margin: 0;
  background: #FFF;
  padding: 0 5px;
}

.social-xs ul li.social-link {
  list-style-type: none;
  line-height: 48px;
  display: block;
  width: 100%;
  text-align: center;

}

.social-xs ul li.social-link a {
  display: block;
  padding: 5px;
  transition: padding .5s ease-in-out;
}

.social-xs ul li.social-link .fa {
  font-size: 35px;
  transition: padding .5s ease-in-out;
  cursor: pointer;
  line-height: 58px;
}

.social-xs ul li.social-link a:hover {
  padding: 2px;
}

.main-menu-md {
  width: 100%;
  height: 100%;
  padding: 1px;
  overflow-x: scroll;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-weight: 300;
}

/**
  * main naviagation left
**/

.region-sidebar-first #block-block-62 {
}

.region-sidebar-first #block-block-62 .content > .dropdown-submenu > li {
  display: none;
}

.region-sidebar-first #block-block-62 .content > .dropdown-submenu .expanded.active-trail {
  display: block;
}

.region-sidebar-first #block-block-62 .content > .dropdown-submenu > .expanded.active-trail > a {
  display: none;
}

.region-sidebar-first #block-block-62 .content .dropdown-submenu {
  padding: 0;
  list-style-type none;
}

.region-sidebar-first #block-block-62 .content > .dropdown-submenu li {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

/* garancia kvality */
.garanciakvality {
  background-color: #f8f6f4;
  padding: 60px 20px;
}

.garanciakvality img.logo-garancia {
  width: 67px;
  width: 145px;
}

.garanciakvality h2 {
  color: #5491c8;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

.garanciakvality .garanciakvality-text {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.garanciakvality .garanciakvality-text p {
  margin-bottom: 0px;
}

.garanciakvality .garanciakvality-logo {
  display: table-cell;
  float: none;
  padding-left: 5%;
  padding-right: 5%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .garanciakvality .garanciakvality-text {
    text-align: center;
  }
}

.main-side-menu {
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-weight: 300;
}

.main-side-menu .expanded.active-trail {
  display: block;
}

.main-side-menu .expanded, .main-side-menu > ul > li.last.leaf {
  display: none;
}

.main-side-menu ul li.leaf {
  list-style: none;
  padding: 0px;
  line-height: 1.6em;
  margin: 10px 0;
}

.main-side-menu > ul > li.leaf.first {
  display: none;
}

.main-side-menu ul > li > a.active-trail {
  display: none;
}

.main-side-menu ul > li.leaf > a {
  padding: 5px;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: border-radius .5s ease-in-out, background-color .5s ease-in-out;
  -moz-transition: border-radius .5s ease-in-out, background-color .5s ease-in-out;
  -o-transition: border-radius .5s ease-in-out, background-color .5s ease-in-out;
  transition: border-radius .5s ease-in-out, background-color .2s ease-in-out;
}

.main-side-menu ul > li.leaf > a:hover, .main-side-menu ul > li.leaf.active-trail > a:hover {
  background-color: #ed2a37;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
}

.main-side-menu ul > li.leaf > a.active {
  display: inline-block;
  background-color: #0069BA;
  color: #FFF;
  border-radius: 3px;
}

/*sidebar_first*/
.sidebar_first, .sidebar_second {
  margin-top: 30px;
}

/*sidebar_first*/
.main-content {
  margin-top: 49px;
}

/* advisory */

#block-views-poradna-kategorie-block h2.block-title {
  padding-top: 15px;
  color: #0b6eb7;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {

  .advisory-entry .advisory-image {
    width: 20%;
    float: left;
    padding-right: 15px;
  }

  .advisory-entry .advisory-image img {
    max-width: 90px;
    margin: 0 auto;

  }

  .advisory-agent-link {
    float: left;
    width: 80%;
    margin-bottom: 0px;
  }

  .advisory-question {
    margin-top: 30px;
  }
}

.advisory-agent-link {
  margin-top: 15px;
}

.advisory-agent-link a {
  color: #ff192d;
  font-weight: 700;
}

.advisory-agent-descrip {
  color: #0069ba;
}

.advisory-answer h4 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
  color: #0069ba;
  font-size: 14px;
}

.advisory-entry .advisory-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.advisory-entry .advisory-question {
  color: #0069BA;
}

.advisory-entry .advisoryAnswerTrimmed {
  display: none;

}

.advisory-entry .advisoryAnswerFull {
  display: block;

}

html.js .advisory-entry .advisoryAnswerTrimmed {
  display: block;

}

html.js .advisory-entry .advisoryAnswerFull {
  display: none;

}

.ReadMoreTrigger, .ReadLessTrigger {
  cursor: pointer;
  font-weight: bold;
  color: #0069BA;
}

.ReadMoreTrigger:hover, .ReadLessTrigger:hover {
  text-decoration: underline;
  text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff
}

html.js #webform-client-form-1263 {
  display: none;
}

#AdvisorySelectsWraper {
  background: #0085d5; /* Old browsers */
  background: -moz-linear-gradient(top, #0085d5 0%, #013885 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0085d5), color-stop(100%, #013885)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0085d5 0%, #013885 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0085d5 0%, #013885 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0085d5 0%, #013885 100%); /* IE10+ */
  background: linear-gradient(to bottom, #0085d5 0%, #013885 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085d5', endColorstr='#013885', GradientType=0); /* IE6-9 */
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
  margin-bottom: 0;
}

#AdvisorySelectsWraper .search-button {
  background-color: #428cca;
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  padding: 0 5px;
  margin: 2px 2px;
  min-width: 40px;
  line-height: 1.5em;
  box-sizing: border-box;
  border: 1px solid rgba(63, 130, 193, 0.4);
  transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}

#AdvisorySelectsWraper .search-button:hover {
  background-color: #ed2a37;
  text-decoration: none;
  border: 1px solid rgba(237, 42, 55, 1);
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

#AdvisorySelectsWraper h4 {
  margin-top: 0px;
  color: #FFF;
  margin-bottom: 15px;
  font-size: 100%;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-weight: 300;
}

#webform-client-form-1263 {
  margin-top: 60px;
}

.advisoryCategory {
  margin: 0 0 60px 0;
}

/* contact links */

ul#contact-links {
  list-style: none;
  padding-left: 0;
}

ul#contact-links li {
  display: block;
  margin: 7px 0;
}

ul#contact-links li a {
  display: block;
  padding: 7px 0;
  transition: all .5s ease-in-out 0s;
}

#remax-map {
  width: 100%;

}

#remax-map-holder {
  margin: 30px 0;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}

ul#contact-links li a {
  color: #000;
}

ul#contact-links li a:hover {
  text-decoration: none;
  background: rgb(246, 248, 253); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246, 248, 253, .5) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 248, 253, .5)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246, 248, 253, .5) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246, 248, 253, .5) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246, 248, 253, .5) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(246, 248, 253, .5) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fd', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  margin: 0 -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, .1);
  border-radius: 4px;

}

ul#contact-links li a:active {
  background: #004495;
}

ul#contact-links li a span {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  display: block;
}

ul#contact-links li.contact-links-brown a span {
  color: #c86167;
}

ul#contact-links li.contact-links-red a span {
  color: #ff0000;
}

ul#contact-links li.contact-links-blue span {
  color: #006cab;
}

ul#contact-links li.contact-links-green a span {
  color: #51b5a6;
}

ul#contact-links li.contact-links-gold a span {
  color: #e2be58;
}

/* Partneri */

.partner-holder {
  height: 400px;
  overflow: visible;
  background: #FFF;
  margin-bottom: 30px;
  border-radius: 3px;
  padding-top: 15px;
}

.partner-holder img {
  width: 100%;
  height: auto;
  max-width: 257px;
}

.partner-holder-text {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  width: 100%;
}

.partner-holder-text .partner-holder-text-body {
  height: 220px;
  margin-top: 15px;
  overflow: hidden;
}

.partner-holder:hover .partner-holder-text-body {
  min-height: 220px;
  overflow: visible;
  height: auto;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.partner-holder:hover .partner-holder-text {
  position: absolute;
  z-index: 400;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 23%, #f6f8fd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #ffffff), color-stop(100%, #f6f8fd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 23%, #f6f8fd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 23%, #f6f8fd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 23%, #f6f8fd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 23%, #f6f8fd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f8fd', GradientType=0); /* IE6-9 */
}

/* footer */

.footer-container {
}

.footer-container {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 12px;
}

.footer-container #block-block-64 .content {
  border-top: 1px solid #5391C8;
  padding-top: 30px;
}

.region-footer {
  text-align: justify;
  color: #6f716d;
}

.region-footer a {
  color: #6f716d;
}

.region-footer h5, .region-footer strong {
  color: #0b0c0a;
  font-weight: 400;
}

.region-footer h5 a, .region-footer a strong, .region-footer strong a {
  color: #0b0c0a;
}

.region-footer h5 a:hover, .region-footer a:hover strong, .region-footer strong a:hover {
  color: #ed2a37;
}

.region-footer a:hover {
  color: #ed2a37;
}

#top-search {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 4px solid #9d9e9a;
  border-bottom: 4px solid #9d9e9a;
}

ul#footer-menu {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  font-size: 0;
  margin: 15px 0;
  padding: 15px 0;
}

ul#footer-menu li {
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px solid #eb0000;
}

ul#footer-menu li {
  font-size: 12px;
}

ul#footer-menu li.first {
  padding-left: 0;
}

ul#footer-menu li.last {
  padding-right: 0;
  border-right: none;
}

ul#footer-menu:after {
  content: " ";
  clear: both;
}

#countries {
  color: #0d60a3;
  text-align: center;
}

/* rightCTA */

.block-block-66 .content {
  margin-right: -15px;
  margin-left: -15px;
}

.sidecta {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 15px;
}

.sidecta :first-child {
  margin-top: 0em;
}

.sidecta h2 {
  margin-bottom: 15px;
  line-height: 1.2em;
}

.sidecta p.lead {
  line-height: 1.2em;
  margin-bottom: 15px;
}

.sidecta :last-child {
  margin-bottom: 0em;
}

.sidecta .btn {
  width: auto;
  min-width: 100%;
}

.sidecta-red {
  border-color: #f8f6f4;
  background: #f8f6f4;
  color: #fe192e;
}

.sidecta-red {
  border-color: #f8f6f4;
  background: #f8f6f4;
  color: #fe192e;
}

.sidecta-blue {
  border-color: #5c9ad0;
  background: #fffffe;
  color: #5c9ad0;
}

.sidecta-blue .btn {
  background-color: #5c9ad0;
  color: #FFF;
}

.sidecta-blue-neg {
  border-color: #5c9ad0;
  background: #5c9ad0;
  color: #FFF;
}

/* Ocenenia */

.mkm h3 {
  margin-bottom: .8em;
}

.klc-foto {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 318px;
}

.klc-foto img {
  max-width: 100%;
  height: auto;
}

.mkm address p {
  margin: 0px;
  line-height: 1.2em;
}

.the-best {
}

.the-best-nominovani {
  padding-left: 0px;
  list-style: none;
}

.top-club-member {
  height: 400px;
}

/* pager */

.item-list .pager {
  clear: both;
  text-align: center;
  margin-top: 60px;
}

.pager li > a, .pager li > span {
  background-color: rgba(84, 145, 200, 0.94);
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  padding: 0 5px;
  margin: 2px 2px;
  line-height: 1.5em;
  box-sizing: border-box;
  border: 1px solid rgba(63, 130, 193, 0.4);
  transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}

.pager li > a:hover {
  background-color: #ed2a37;
  text-decoration: none;
  border: 1px solid rgba(237, 42, 55, 1);
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

.pager-first.first, .pager-current.first {
  margin-left: 0px;
}

.pager-first.first {

}

.item-list .pager li {
  padding: 0;
}

.remaxglobal {

  background: #33b1ff; /* Old browsers */
  background: -moz-linear-gradient(top, #33b1ff 0%, #9edfff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33b1ff), color-stop(100%, #9edfff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #33b1ff 0%, #9edfff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #33b1ff 0%, #9edfff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #33b1ff 0%, #9edfff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #33b1ff 0%, #9edfff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33b1ff', endColorstr='#9edfff', GradientType=0); /* IE6-9 */
  color: #FFF;
  text-align: right;
}

.remaxglobal a {
  color: #FFF;
  cursor: pointer;
  display: block;
}

.remaxglobal a span {
  color: #0461A3;
}

.remaxglobal a:hover {
  text-decoration: none;
}

.remaxglobal a:hover span {
  text-decoration: underline;
}

.remaxglobal-bg {
  background-image: url('../img/remax-global.png');
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 60px 0;
  padding-bottom: 120px;
  text-align: right;
}

.remaxglobal h2 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1em;
}

.remaxglobal p.lead {
  font-weight: 300;
}

@media (max-width: 768px) {
  .remaxglobal-bg {
    text-align: center;
  }
}

article.node.node-news.node-teaser {
  margin-bottom: 45px;
}

article.node.node-news.node-teaser h2 {
  margin-bottom: 15px;
}

.blog-listing-header h2 {
  margin: .2em 0 .7em;
  line-height: 1;
}

.blog-listing-info, .blog-info {
  margin: 0;
  font-size: 90%;
  color: #424242;
}

.blog-info {
  margin-bottom: 30px;
}

.blog-listing {
  margin-bottom: 45px;
}

.node-type-blog h1 {
  margin-bottom: 0px;
  line-height: 1em;
}

.socilamediabuttons {
  z-index: 9999;
  background-color rgba(255, 255, 255, .3);
}

.socilamediabuttons ul {
  list-style: none;
  padding-left: 0px;
}

.socilamediabuttons ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {

  .social-fixed .socilamediabuttons ul li {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .social-fixed .socilamediabuttons {
    position: fixed;
    top: 120px;
    left: 10px;
  }

  .social-fixed .socilamediabuttonsspacer {
    height: 31px;
    margin-bottom: 20px;
  }

}
@media (max-width: 768px) {
  .blogAuthorInfo h3{
    text-align: center;
  }

  .blogAuthorInfo {
    text-align: center;
  }

  .blogAuthorInfo img {
    width: 150px;
  }

}

.blogAuthorInfo {
  margin-top: 30px;
  border-radius: 4px;
  border: 1px solid #FDFDFD;
  background: #FeFEFe;
  padding-top: 15px;
  padding-bottom: 15px
}

.blogAuthorInfo h3{
  margin-bottom: 15px;
}

.blogAuthorInfo h3 a{
  display: block;
}

.blog-listing .col-sm-4.text-center a {
  display: block;
  margin-top: 4px;
  border-radius: 4px;
}

.blog-listing .col-sm-4.text-center a img{
  border-radius: 3px;
}

@media (max-width: 768px) {

    .blog-listing .col-sm-4.text-center a img{
        margin-bottom: 20px;
    }

}

a.d-10-button {
  display: inline-block;
  position: relative;
  width: 267px;
  height: 160px;
  overflow: hidden;
}


a.d-10-button:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
 a.d-10-button:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}
 a.d-10-button:hover {
  color: inherit;
  text-decoration: none;
}

 a.d-10-button:hover:before {
  transition: .2s transform linear, .2s height linear .2s;
  transform: translateX(0);
  height: 100%;
  border-color: #1770b5;
}
a.d-10-button:hover:after {
  transition: .2s transform linear .3s, .2s height linear .4s;
  transform: translateX(0);
  height: 100%;
  border-color: #1770b5;
}

.d-10-button-box {
  overflow: hidden;
}

a.reduce-link {
  font-weight: bold;
  color: #fff;
}
a.reduce-link:hover, a.reduce-link:focus {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.remax-hypoteka {
    width: 165px;
    float: right;
    position: relative;
    z-index: 5;
}

@media (max-width: 1200px) {

    .remax-hypoteka {
        display: none;
    }

}

.the-best-holder .the-best-item {
    margin: 25px 0;
}
.the-best-holder .the-best-img {
    display: inline-block;
    margin-bottom: 7px;
}
.the-best-holder .the-best-item a {
    font-size: 18px;
}
.the-best-holder h4 {
    margin-top: 10px !important;
    display: inline-block;
}

/* REMOVE AFTER */

html body.scrolled-down.social-fixed{
    margin-top: 40px !important;
}


.webform-component-file .btn {
    line-height: 30px;
}
.webform-component-file input.form-file {
    margin-bottom: 10px;
}



.p25{
  padding: 25px;
}

.najdv-znack-under-logo {
  font-size: 24px;
  font-weight:  bold;
  padding-top: 10px;
  padding-top: 50px;
}


.fw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  /*flex-wrap: wrap;*/
}
.fw > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media all and (max-width : 768px) {

  .p0-xs{
    padding: 0 !important;
  }

  .hide-border-xs{
    border: 0 !important;
  }

  .w100xs{
    width: 100% !important;
    height: auto;
  }
}







.container img.w200px{
  width: 200px; /* very important */
  height: auto;

}

.kariera {
    height: 140px;
    display: inline-block;
    margin-bottom: 20px;
}
.kariera.kariera_1 {
  background: url('img/button_1.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera.kariera_1:hover {
  background: url('img/button_1_h.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera.kariera_2 {
  background: url('img/button_2.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera.kariera_2:hover {
  background: url('img/button_2_h.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera.kariera_3 {
  background: url('img/button_3.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera.kariera_3:hover {
  background: url('img/button_3_h.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera.kariera_4 {
  background: url('img/button_4.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera.kariera_4:hover {
  background: url('img/button_4_h.svg') center center no-repeat;
  background-size: 142px 138px;
}
.kariera_list {
  list-style: none;
  -webkit-padding-start: 0;
  margin-bottom: 30px;
}
.kariera_list li {
  background: url('img/list_ico.svg') left 6px no-repeat;
  background-size: auto 16px;
  padding-left: 40px;
}

#kancelaria_mesiaca {
    padding-top: 30px;
    padding-bottom: 30px;
}
#kancelaria_mesiaca .klc-foto img {
    object-fit: cover;
    display: block;
    height: 300px;
}
#kancelaria_mesiaca address p {
    margin: 0;
}

#makler_mesiaca {
    padding-top: 30px;
    padding-bottom: 30px;
}
#makler_mesiaca .klc-foto img {
    object-fit: cover;
    display: block;
    height: 300px;
}
#makler_mesiaca address p {
    margin: 0;
}

#hypotekaplus_mobile {
    text-align: center;
}

#hypotekaplus_mobile img {
    display: block;
    margin: 10px auto 20px;
    width: 100%;
    max-width: 250px;
}

@media (min-width: 1200px) {

    #hypotekaplus_mobile {
        display: none;
    }

}
