.btn.btn-primary {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
}

.btn.btn-primary:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}


.chzn-container {
  font-size: 14px;
  width: 100%;
}

.moment1 {
 animation: zobrazit 2s linear;
 -webkit-animation: zobrazit 2s linear;
}

.moment2 {
 animation: zobrazit 3s linear;
 -webkit-animation: zobrazit 3s linear;
}
@keyframes zobrazit {
  0%   {opacity: 0;}
  50%   {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes zobrazit {
  0%   {opacity: 0;}
  50%   {opacity: 0;}
  100% {opacity: 1;}
}

.chzn-container .chzn-single {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  line-height: 35px;
  height: 35px;
}
.chzn-container .chzn-single div {
  width: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.chzn-container .chzn-single div b {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  background-image: url("../../assets/img/down-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 8px 6px !important;
  width: 100%;
  height: 100%;
  display: block;
}
.chzn-container .chzn-single:hover b {
  background-color: #f2f2f2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.chzn-container .chzn-drop {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -2px;
}
.chzn-container .chzn-drop ::-webkit-scrollbar {
  width: 8px;
}
.chzn-container .chzn-drop ::-webkit-scrollbar-track {
  background-color: transparent;
  margin-left: 10px;
}
.chzn-container .chzn-drop ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.chzn-container .chzn-drop ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.chzn-container .chzn-drop ::-webkit-scrollbar-button {
  display: none;
}
.chzn-container .chzn-drop ::-webkit-scrollbar-corner {
  display: none;
}
.chzn-container .chzn-drop .chzn-results {
  margin-top: 2px;
}
.chzn-container .chzn-drop .chzn-results li {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  line-height: 20px;
  margin-right: 5px;
}
.chzn-container .chzn-drop .chzn-results li:hover {
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  color: white;
}
.chzn-container .chzn-drop .chzn-results .result-selected {
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  color: white;
}


input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, .uneditable-input, #inputDate {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 2px;
  display: block;
  height: 30px;
  margin-bottom: 3px;
  margin-top: 5px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, .uneditable-input:focus, #inputDate:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}

input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, textarea:hover, .uneditable-input:hover, #inputDate:hover {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}


.widget input[type="text"], .widget input[type="email"], .widget input[type="number"], .widget input[type="password"], .widget textarea, .widget .uneditable-input, .widget #inputDate {
  width: 100%;
}


textarea {
  height: auto;
}


@media (min-width: 1199px) {
  padding-left: 20px;padding-right: 20px;input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, .uneditable-input, #inputDate {
  height: 35px;
  margin-bottom: 5px;
  margin-top: 10px;
}
}


.top {
  background: #0c5183;
  background: rgba(12, 81, 131, 0.1);
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0px 10px 0px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .top {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.rev_slider_wrapper {
display:none;
}
}

.top .top-inner {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.top .top-inner .breadcrumb {
  background-color: transparent;
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  padding-left: 3px;
  position: absolute;
  z-index: 0;
  bottom: -25px;
}
.top .top-inner .breadcrumb a {
  color: #0c5183;
}
.top .top-inner .header {
  background-color: #0c5183;
  border-bottom: 5px solid #56A1D5;
  padding: 0px 15px;
  position: relative;
  text-align: right;
  height: 60px;
  -webkit-border-top-left-radius: 11px;
-webkit-border-top-right-radius: 11px;
-khtml-border-radius-topleft: 11px;
-khtml-border-radius-topright: 11px;
-moz-border-radius-topleft: 11px;
-moz-border-radius-topright: 11px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
.top .top-inner .header .languages {
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 180px;
  vertical-align: middle;
  top: 0px;
}
.top .top-inner .header .branding {
  display: inline-block;
}
.top .top-inner .header .branding .logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}
.top .top-inner .header .branding .logo a {
  text-decoration: none;
  line-height: 60px;
}
.top .top-inner .header .branding .logo a img {
  vertical-align: middle;
}
.top .top-inner .header .branding .site-name {
  display: inline-block;
  vertical-align: middle;
}
.top .top-inner .header .branding .site-name a {
  color: white;
  font-size: 22px;
  text-decoration: none;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
  text-decoration: none;
  font-family:'sommet_rounded_regularregular',Arial,sans-serif;
}
@media (max-width: 767px) {
  .top .top-inner .header .branding .site-name {
  display: none;
}
}
.top .top-inner .header .user-area {
  margin-top: 15px;
}
.top .top-inner .header .nav {
  margin: 0px;
}
.top .top-inner .header .menu-item a {
  color: white;
  line-height: 10px;
  margin-left: 10px;
  margin-right: 0;
  padding-right: 0;
}
.top .top-inner .header .menu-item a:hover, .top .top-inner .header .menu-item a:focus {
  background-color: transparent;
  color: #56a1d5;
}
.top .top-inner .header .contact-top {
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .top .top-inner .header .contact-top {
  display: none;
}
}
.top .top-inner .header .contact-top li {
  display: inline-block;
  vertical-align: middle;
}
.top .top-inner .header .contact-top li a {
  background-color: transparent;
}
.top .top-inner .header .contact-top li a i {
  -webkit-font-smoothing: antialiased;
  color: #0c5183;
  display: block;
  font-family: "JustVector", "Arial", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 23px;
  padding: 0px 3px;
  text-align: center;
}
.top .top-inner .header .contact-top li a:hover {
  background-color: transparent;
}
.top .top-inner .header .contact-top li.flickr a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  padding-top: 3px;
}
.top .top-inner .header .contact-top li.flickr a:hover {
  opacity: 1;
}
.top .top-inner .header .contact-top li.google-plus a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  padding-top: 4px;
}
.top .top-inner .header .contact-top li.google-plus a:hover {
  opacity: 1;
}
.top .top-inner .header .contact-top li.vimeo a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  padding-top: 2px;
}
.top .top-inner .header .contact-top li.vimeo a:hover {
  opacity: 1;
}
.top .top-inner .header .contact-top li.facebook a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  padding-top: 0px;
}
.top .top-inner .header .contact-top li.facebook a:hover {
  opacity: 1;
}
.top .top-inner .header .contact-top li.google-plus a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  padding-top: 1px;
}
.top .top-inner .header .contact-top li.google-plus a:hover {
  opacity: 1;
}
.top .top-inner .header .contact-top li.twitter a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  padding-top: 0px;
}
.top .top-inner .header .contact-top li.twitter a:hover {
  opacity: 1;
}
.top .top-inner .header .contact-top li.linkedin a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  padding-top: 0px;
}
.top .top-inner .header .contact-top li.linkedin a:hover {
  opacity: 1;
}
.top .top-inner .header .contact-top .email {
  padding-right: 20px;
}
.top .top-inner .header .contact-top .title {
  color: #56a1d5;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}
.top .top-inner .navigation {
  background-color: white;
}
.top .top-inner .navigation.navbar .btn-navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  float: left;
  margin-left: 15px;
  opacity: 1;
}
.revmenu {
float:left;
padding:0px;
margin-left:0px;
margin-right:0px;
margin-top:50px;
margin-bottom:0px;
max-height:562px;
}
.top .top-inner .navigation ul.nav {
  margin: 0px;
  position: relative;
  z-index: 999;   
  margin-top:-10px;
}
.top .top-inner .navigation ul.nav li {
  display: block;
  float: left;
  line-height: 40px;
}
.top .top-inner .navigation ul.nav li a {
  color: #464646;
  display: block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  text-decoration: none;
  text-shadow: none;
}
.top .top-inner .navigation ul.nav li:hover > a {
  background-color: transparent;
  color: #0c5183;
}
.top .top-inner .navigation ul.nav li:hover > ul {
  visibility: visible;
  margin: 0px;
}
.top .top-inner .navigation ul.nav ul {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  visibility: hidden;
  position: absolute;
  width: 220px;
}
.top .top-inner .navigation ul.nav ul li {
  float: none;
  display: block;
}
.top .top-inner .navigation ul.nav ul li:hover {
  background-color: #f2f2f2;
}
.top .top-inner .navigation ul.nav ul li ul {
  left: 201px;
  width: 200px;
}
.top .top-inner .navigation ul.nav ul li ul li {
  top: 0px;
}
@media (max-width: 979px) {
  .top .top-inner .navigation .nav-collapse {
  background-color: #0c5183 !important;
  position: absolute;
  top: 103px;
  width: 100%;
  z-index: 999;
}
.top .top-inner .navigation .nav-collapse li {
  backgorund-color: #0c5183 !important;
  width: 100%;
}
.top .top-inner .navigation .nav-collapse li:hover {
  background-color: #0c5183 !important;
}
.top .top-inner .navigation .nav-collapse li:hover ul {
  margin-left: 25px !important;
}
.top .top-inner .navigation .nav-collapse li ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  visibility: visible;
  width: 100%;
}
.top .top-inner .navigation .nav-collapse li ul li:hover {
  background-color: #0c5183 !important;
}
.top .top-inner .navigation .nav-collapse li ul li ul {
  left: 0px !important;
  margin-top: 0px !important;
}
}
.top .top-inner .navigation .list-property {
  float: right;
}
.top .top-inner .navigation .list-property a {
  color: #0c5183;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  text-decoration: none;
}
.top .top-inner .navigation .list-property .ribbon {
  margin:-10px 15px 0 0;
  font-size:18px;
  padding:5px;
  font-weight:600;
  text-transform: none;
}
.top .top-inner .navigation .list-property .ubyt {
  margin:-10px 30px 0 -128px;
  font-size:18px;
  padding:5px;
  font-weight:600;
  text-transform:capitalize;
  width:93px;
}
.list-property a:hover {
  font-size:30px;
}

.btnharr {
    display: inline-block;
    outline: medium none;
    background-clip: padding-box;
    background-color: #FF7979;
    background-image: -moz-linear-gradient(center top , #FC0001, #FF7979);
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #B2BCC8 #ACB6C0 #97ABBA;
    box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.05s linear 0s;
    text-decoration: none;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.8);
}
.btnubyt {
    display: inline-block;
    outline: medium none;
    background-clip: padding-box;
    background-color: #BDCDD9;
    background-image: -moz-linear-gradient(center top , #5EA4D6, #BDCDD9);
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #B2BCC8 #ACB6C0 #97ABBA;
    box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.05s linear 0s;
    text-decoration: none;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.8);
}
.hover a:hover{
    background-color: #5EA4D6;
    background-image: -moz-linear-gradient(center top , #5EA4D6, #5EA4D6);
}



.top .top-inner .navigation .list-property .ribbon .icon {
  color: white;
  font-size: 32px;
  line-height: 16px;
  position: relative;
  margin-left: 3px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0 0 0 10px;
  right:12px;
}

.top .top-inner.inverted .user-area .logout a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;

  position: relative;
}
.top .top-inner.inverted .user-area .logout a:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e014";
  font-size: 24px;
  bottom: 1px;
  margin-left: 0px;
  position: absolute;
  opacity: 0.3;
}
.top .top-inner.inverted .user-area .my-account a {
  position: relative;
}
.top .top-inner.inverted .user-area .my-account a:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e059";
  font-size: 18px;
  bottom: 3px;
  margin-left: 3px;
  position: absolute;
}
.top .top-inner.inverted .header {
  background-color: white;
}
.top .top-inner.inverted .header .site-name a {
  color: #0c5183;
}
.top .top-inner.inverted .header .menu-item a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  color: #0c5183;
}
.top .top-inner.inverted .header .menu-item a:hover, .top .top-inner.inverted .header .menu-item a:focus {
  background-color: transparent;
  color: #56a1d5;
}
.top .top-inner.inverted .header .menu-item a:hover:after, .top .top-inner.inverted .header .menu-item a:focus:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  opacity: 1;
}
.top .top-inner.inverted .header .contact-top {
  color: #0c5183;
}
.top .top-inner.inverted .header .contact-top .title {
  color: #56a1d5;
}
.top .top-inner.inverted .navigation {
  background-color: #0c5183;
}
.top .top-inner.inverted .navigation ul.nav li a {
  text-shadow: none;
  color: white;
  position: relative;
  background-color: transparent;
}
.top .top-inner.inverted .navigation ul.nav li:hover, .top .top-inner.inverted .navigation ul.nav li:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.top .top-inner.inverted .navigation ul.nav li:hover > a, .top .top-inner.inverted .navigation ul.nav li:focus > a {
  color: white;
}
.top .top-inner.inverted .navigation ul.nav li.menuparent {
  padding-right: 10px;
  position: relative;
}
.top .top-inner.inverted .navigation ul.nav li.menuparent:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: rgba(255, 255, 255, 0.5);
  content: "\e045";
  display: block;
  font-family: 'PictoPro-Normal';
  height: 10px;
  position: absolute;
  opacity: 0.8;
  right: 8px;
  top: 13px;
  width: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 14px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 979px) {
  .top .top-inner.inverted .navigation ul.nav li.menuparent:after {
  display: none;
}
}
.top .top-inner.inverted .navigation ul.nav ul {
  background-color: #0c5183;
}
.top .top-inner.inverted .navigation ul.nav ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.top .top-inner.inverted .navigation ul.nav ul li.menuparent:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  content: "\e045";
  display: block;
  font-family: 'PictoPro-Normal';
  height: 10px;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 14px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 979px) {
  .top .top-inner.inverted .navigation ul.nav ul li.menuparent:after {
  display: none;
}
}
.top .top-inner.inverted .navigation ul.nav ul li ul {
  left: 220px;
  width: 200px;
  margin-top: -40px;
}
.top .top-inner.inverted .navigation ul.nav ul li ul li {
  top: 0px;
}
.top .top-inner.inverted .navigation .list-property a {
  color: white;
}


.rev_slider {
  margin-top: -155px !important;
  z-index: 0 !important;
}


.widget {
  background-color: #fff;
}

.widget form {
  margin: 0px;
}

#agents_widget-2 h2, #tag_cloud-2 h2, #partners_widget-2 h2, #mostrecentproperties_widget-3 h2{
  line-height: 1;
  margin: 15px 0 5px 0;
  padding-bottom: 10px;
  padding-left:26px;
  font-size: 18px;
  background-image: url('../img/perl2.png');
 background-position: left 7px !important;
  background-repeat: no-repeat !important;
}

.widget h2 {
  background-color: white;
  color: #0c5183;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 5px 0 5px 0;
  padding-bottom: 10px;
  padding-left:23px;
  background-image: url('../img/perla.png');
 background-position: left 1px !important;
  background-repeat: no-repeat !important;
}

.widget ul {
  list-style: none;
  margin: 0px;
}
.widget ul li a {
  color: #106eb2;
}

.widget label {
  background-color: white;
  color: #0c5183;
  font-size: 18px;
}

.widget .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
.widget .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}

.widget .post-date {
  color: #a8a8a8;
  font-size: 12px;
}

.widget .form-actions {
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0 0 0px 0;
}

@media (min-width: 1199px) {
  .widget h2 {
  font-size: 18px;
}
.widget .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
.widget .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}
}

.widget .sub-menu ul li {
  padding-left: 10px;
  padding-bottom: 0px;
}

.widget .recentcomments .url {
  font-weight: bold;
}

.widget.aktivity, .widget.our-zarazeni, .widget.login, .widget.register, .widget.widget_search, .widget.widget_recent_entries, .widget.widget_recent_comments, .widget.widget_archive, .widget.widget_categories, .widget.widget_meta, .widget.widget_pages, .widget.widget_tag_cloud, .widget.widget_calendar, .widget.widget_nav_menu, .widget.enquire, .widget.widget_rss, .widget.dsidx-widget-list-areas, .widget.dsidx-widget-listings, .widget.partners, .widget.pridruzene {
  background-color: transparent;
  border: none;
}

.widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_calendar ul, .widget.widget_rss ul, .widget.dsidx-widget-list-areas ul, .widget.dsidx-widget-listings ul, .widget.pridruzene ul {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding: 10px 10px 5px 10px;
}
.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_calendar ul li, .widget.widget_rss ul li, .widget.dsidx-widget-list-areas ul li, .widget.dsidx-widget-listings ul li, .widget.pridruzene ul li {
  border-bottom: 1px solid white;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.widget.widget_recent_entries ul li .post-date, .widget.widget_recent_comments ul li .post-date, .widget.widget_archive ul li .post-date, .widget.widget_categories ul li .post-date, .widget.widget_meta ul li .post-date, .widget.widget_pages ul li .post-date, .widget.widget_calendar ul li .post-date, .widget.widget_rss ul li .post-date, .widget.dsidx-widget-list-areas ul li .post-date, .widget.dsidx-widget-listings ul li .post-date, .widget.pridruzene ul li .post-date {
  border-bottom: 0px solid white;
  display: block;
  font-size: 11px;
  margin-right: 10px;
}
.widget.widget_recent_entries ul li:last-child .post-date, .widget.widget_recent_comments ul li:last-child .post-date, .widget.widget_archive ul li:last-child .post-date, .widget.widget_categories ul li:last-child .post-date, .widget.widget_meta ul li:last-child .post-date, .widget.widget_pages ul li:last-child .post-date, .widget.widget_calendar ul li:last-child .post-date, .widget.widget_rss ul li:last-child .post-date, .widget.dsidx-widget-list-areas ul li:last-child .post-date, .widget.dsidx-widget-listings ul li:last-child .post-date, .widget.pridruzene ul li:last-child .post-date {
  border-bottom: 0px;
}
.widget.widget_recent_entries ul li:last-child, .widget.widget_recent_comments ul li:last-child, .widget.widget_archive ul li:last-child, .widget.widget_categories ul li:last-child, .widget.widget_meta ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_calendar ul li:last-child, .widget.widget_rss ul li:last-child, .widget.dsidx-widget-list-areas ul li:last-child, .widget.dsidx-widget-listings ul li:last-child, .widget.pridruzene ul li:last-child {
  border-bottom: 0px;
}

@media (min-width: 1199px) {
  .widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_calendar ul {
  padding: 15px 20px 5px 20px;
}
}

.widget.widget_pages ul li ul {
  box-shadow: none;
}

.widget.widget_nav_menu ul {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding: 3px 4px 2px 0px;
}
.widget.widget_nav_menu ul li {
  padding-left: 0px !important;
  margin-top: 5px;
  border-bottom: 0px !important;
}
.widget.widget_nav_menu ul li ul {
  box-shadow: none;
}
.widget.widget_nav_menu .menu ul li {
  padding-left: 0px;
  padding-bottom: 0px;
}
.widget.widget_nav_menu .menu ul li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-weight: normal;
  padding-bottom: 5px;
}
.widget.widget_nav_menu .menu ul li ul li a {
  color: #464646;
  font-size: 12px;
  line-height: 14px;
}
.widget.widget_nav_menu .menu a {
  color: #0c5183;
  display: block;
  font-weight: normal;
  margin-right: 10px;
  padding-bottom: 5px;
}
.widget.widget_nav_menu .menu a:last-child {
  border-bottom: 0px;
}

@media (min-width: 1199px) {
  .widget.widget_nav_menu ul {
  padding: 5px 8px 4px;
}
.widget.widget_nav_menu ul li {
  padding-left: 10px;
}
}

.widget.widget_tag_cloud .tagcloud {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding: 5px 8px 4px;
}

.widget.widget_calendar #calendar_wrap {

  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding: 5px 10px 10px 10px;
}
.widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  text-align: center;
}
.widget.widget_calendar #calendar_wrap #wp-calendar caption {
  color: #0c5183;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tr th {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #0c5183;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tr td:hover {
  color: #a8a8a8;
  cursor: default;
}
.widget.widget_calendar #calendar_wrap #wp-calendar #today {
  background-color: #0c5183;
  border-radius: 3px;
  color: white;
}
.widget.widget_calendar #calendar_wrap #wp-calendar a {
  color: #56a1d5;
}

.widget.enquire .content {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #0c5183;
  text-align: center;
}
.widget.enquire .content .btn {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  background-color: #56a1d5;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 0px 6px 0px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
.widget.enquire .content .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
}
.widget.enquire .content form {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
}
.widget.enquire .content form label {
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: left;
}
.widget.enquire .content .form-actions {
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
}
.widget.enquire .content input[type="submit"] {
  margin-bottom: 0px;
}
.widget.enquire .content .control-group {
  margin-bottom: 0px;
}
.widget.enquire .content #inputDate {
  padding-bottom: 6px;
  padding-top: 6px;
}
.widget.enquire .content #inputMessage {
  min-height: 100px;
}
@media (min-width: 1199px) {
  .widget.enquire .content .btn {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  background-color: #56a1d5;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 0px 6px 0px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
.widget.enquire .content .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
}
}

.widget.property-carousel {
  background-color: white;
}
.widget.property-carousel h2 {
  border-bottom: 0px;
}

/* blok aplikace */
.widget.property-filter {
  margin: 0px !important;
  padding: 0px 20px 0px 20px;
  margin:50px 0 0 0;
  top:5px;
}
@media (max-width: 767px) {
  .widget.property-filter {
  margin: 0px 20px;
}
}
.widget.property-filter .control-label {
  background-color: transparent;
  color: #464646;
  font-size: 14px;
  font-weight: bold;
}
.widget.property-filter .rent, .widget.property-filter .sale {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 50%;
}
.widget.property-filter .rent {
  float: left;
}
.widget.property-filter .sale {
  float: right;
}
.widget.property-filter .checkbox {
  padding-left: 0px;
}
.widget.property-filter label {
  background-color: transparent;
  color: #464646;
  font-size: 14px;
  font-weight: bold;
}
.widget.property-filter .form-actions {
  text-align: center;
}
.widget.property-filter .form-actions .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
.widget.property-filter .form-actions .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}
.widget.property-filter select {
  width: 100%;
}
.widget.property-filter .beds.control-group {
  clear: left;
  float: left;
  width: 48%;
}
.widget.property-filter .beds.control-group .controls select {
  width: 100%;
}
.widget.property-filter .beds.control-group .controls .chzn-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}
.widget.property-filter .baths.control-group {
  clear: right;
  float: right;
  width: 48%;
}
.widget.property-filter .baths.control-group .controls select {
  width: 100%;
}
.widget.property-filter .baths.control-group .controls .chzn-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}
.widget.property-filter.filter-horizontal {
  position: relative;
}
.widget.property-filter.filter-horizontal .content {
  bottom: 5px;
  position: absolute;
  left: 0;
  opacity:0.9;
  filter:alpha(opacity=90);
  width:100%;
  height:auto;  
}
.tabbable {
padding-top:50px;
}
.widget.property-filter.filter-horizontal .content form {
  padding: 0px 20px;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  left: 0px;
  max-width: inherit !important;
  position: absolute;
  top: -80px;
  z-index: 1;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type {
  -webkit-transition: background-color false false, 0.2 false false;
  -moz-transition: background-color false false false, 0.2 false false false;
  -o-transition: background-color false false false, 0.2 false false false;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  background-position: 15% 50%;
  border-right: 1px solid #f2f2f2;
  height: 38px;
  padding: 15px;
  position: relative;
  width: 38px;
  background-image: url('../img/property-types/family-house.png');
  background-size: 38px 38px;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type:before {
  -webkit-transition: opacity false false, 0.2 false false;
  -moz-transition: opacity false false false, 0.2 false false false;
  -o-transition: opacity false false false, 0.2 false false false;
  transition: opacity 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e12b";
  font-size: 20px;
  left: 14px;
  top: 8px;
  position: absolute;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: background-color false false, 0.6 false false;
  -moz-transition: background-color false false false, 0.6 false false false;
  -o-transition: background-color false false false, 0.6 false false false;
  transition: background-color 0.6s;
  -webkit-transition: opacity false false, 0.2 false false, linear false false;
  -moz-transition: opacity false false false, 0.2 false false false, linear false false false;
  -o-transition: opacity false false false, 0.2 false false false, linear false false false;
  transition: opacity 0.2s linear;
  background-color: #a8a8a8;
  border-radius: 50%;
  color: #a8a8a8;
  content: "";
  display: block;
  height: 32px;
  margin-left: 9px;
  top: 18px;
  position: absolute;
  width: 32px;
  z-index: -1;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type label {
  -webkit-transition: opacity false false, 0.2 false false;
  -moz-transition: opacity false false false, 0.2 false false false;
  -o-transition: opacity false false false, 0.2 false false false;
  transition: opacity 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #464646;
  font-weight: normal;
  margin-top: 9px;
  margin-left: 35px;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-color: #0c5183;
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.active label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type {
  background-image: url('../img/property-types/family-house@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.condo {
  background-image: url('../img/property-types/condo.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.condo {
  background-image: url('../img/property-types/condo@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.cottage {
  background-image: url('../img/property-types/cottage.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.cottage {
  background-image: url('../img/property-types/cottage@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.building-area {
  background-image: url('../img/property-types/building-area.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.building-area {
  background-image: url('../img/property-types/building-area@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.family-house {
  background-image: url('../img/property-types/family-house.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.family-house {
  background-image: url('../img/property-types/family-house@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.single-home {
  background-image: url('../img/property-types/single-home.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.single-home {
  background-image: url('../img/property-types/single-home@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.muzeum {
  background-image: url('../img/property-types/muzeum.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.muzeum {
  background-image: url('../img/property-types/muzeum@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.atrakce {
  background-image: url('../img/property-types/atrakce.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.atrakce {
  background-image: url('../img/property-types/atrakce@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.ostatni {
  background-image: url('../img/property-types/ostatni.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.ostatni {
  background-image: url('../img/property-types/ostatni@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.apartment {
  background-image: url('../img/property-types/apartment.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.apartment {
  background-image: url('../img/property-types/apartment@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.lyzarske-skoly  {
  background-image: url('../img/property-types/skoly.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.lyzarske-skoly{
  background-image: url('../img/property-types/skoly@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.pujcovny  {
  background-image: url('../img/property-types/pujcovny.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.pujcovny{
  background-image: url('../img/property-types/pujcovny@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.bazeny  {
  background-image: url('../img/property-types/bazeny.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.bazeny{
  background-image: url('../img/property-types/bazeny@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.infocentra  {
  background-image: url('../img/property-types/infocentra.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.infocentra{
  background-image: url('../img/property-types/infocentra@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.webkamery {
  background-image: url('../img/property-types/webkamery.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.webkamery{
  background-image: url('../img/property-types/webkamery@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.obchody  {
  background-image: url('../img/property-types/obchody.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.obchody{
  background-image: url('../img/property-types/obchody@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.kultura  {
  background-image: url('../img/property-types/kultura.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.camp{
  background-image: url('../img/property-types/camp@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.camp  {
  background-image: url('../img/property-types/camp.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.kultura{
  background-image: url('../img/property-types/kultura@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.sport  {
  background-image: url('../img/property-types/sport.png');
  background-size: 38px 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type.sport{
  background-image: url('../img/property-types/sport@2x.png');
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .property-types .property-type input {
  visibility: hidden;
}

.widget.property-filter.filter-horizontal .content form .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../img/property-types-controls-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  opacity: 1;
  right: -8px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../img/property-types-controls-next@2x.png);
}
}
.widget.property-filter.filter-horizontal .content form .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -9px;
  background-image: url(../img/property-types-controls-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  opacity: 1;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget.property-filter.filter-horizontal .content form .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../img/property-types-controls-prev@2x.png);
}
}
.widget.property-filter.filter-horizontal .content input[type=text] {
  display: inline-block;
  height: 35px;
  margin: 1px 0px 0px 0px;
  width: 100px;
}
.widget.property-filter.filter-horizontal .content select {
  float: left;
  width: auto;
}
.widget.property-filter.filter-horizontal .content select.location {
  width: 140px;
}
.widget.property-filter.filter-horizontal .content select.type {
  width: 140px;
}
.widget.property-filter.filter-horizontal .content select.beds {
  width: 110px;
}
.widget.property-filter.filter-horizontal .content select.baths {
  width: 110px;
}
.widget.property-filter.filter-horizontal .content select.price-from {
  width: 120px;
}
.widget.property-filter.filter-horizontal .content select.price-to {
  width: 120px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget.property-filter.filter-horizontal .content select.location {
  width: 110px;
}
.widget.property-filter.filter-horizontal .content select.type {
  width: 110px;
}
.widget.property-filter.filter-horizontal .content select.price-from {
  width: 110px;
}
.widget.property-filter.filter-horizontal .content select.price-to {
  width: 110px;
}
.widget.property-filter.filter-horizontal .content select.beds {
  width: 90px;
}
.widget.property-filter.filter-horizontal .content select.baths {
  width: 90px;
}
}
@media (max-width: 767px) {
  .widget.property-filter.filter-horizontal .content .chzn-container {
  margin-bottom: 10px;
  float: left;
  width: 48% !important;
}
.widget.property-filter.filter-horizontal .content .chzn-container#inputBeds__chzn {
  float: right !important;
}
.widget.property-filter.filter-horizontal .content .chzn-container#inputPriceFrom__chzn {
  float: right !important;
}
.widget.property-filter.filter-horizontal .content .chzn-container#inputPriceTo__chzn {
  margin-bottom: 0px;
}
.widget.property-filter.filter-horizontal .content .btn {
  float: right !important;
  margin-bottom: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 48% !important;
}
}
.widget.property-filter.filter-horizontal .content .btn {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  background-color: #56a1d5;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 0px 6px 0px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  float: right;
  padding: 8px 50px;
  width: auto;
  margin: 0;
}
.widget.property-filter.filter-horizontal .content .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget.property-filter.filter-horizontal .content .btn {
  padding: 8px 30px;
}
}

.widget.widget_search {
  margin-top: 20px;
}
.widget.widget_search form {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px 0px 20px 0;
}
.widget.widget_search .content {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding-top: 10px;
  text-align: center;
}
.widget.widget_search h2 {
  padding-bottom: 5px;
}
.widget.widget_search:first-child {
  margin-top: 15px;
}
.widget.widget_search:first-child h2 {
  margin-bottom: 10px;
}

.widget.aktivity .image {
  position: relative;
}
.widget.aktivity .image a:after {
  -webkit-transition: opacity false false, 0.2 false false, linear false false;
  -moz-transition: opacity false false false, 0.2 false false false, linear false false false;
  -o-transition: opacity false false false, 0.2 false false false, linear false false false;
  transition: opacity 0.2s linear;
  background-color: #0c5183;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  opacity: 0;
  right: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
}
.widget.aktivity .image a:before {
  -webkit-transition: opacity false false, 0.2 false false, linear false false;
  -moz-transition: opacity false false false, 0.2 false false false, linear false false false;
  -o-transition: opacity false false false, 0.2 false false false, linear false false false;
  transition: opacity 0.2s linear;
  color: white;
  content: '\e099';
  display: block;
  font-family: 'PictoPro-Normal';
  font-size: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  text-align: center;
  margin-right: -10px;
  margin-top: -10px;
  right: 50%;
  top: 50%;
  width: 20px;
  z-index: 1000;
}
.widget.aktivity .image a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.widget.aktivity .image a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
}

.widget.pridruzene .agency {
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.widget.pridruzene .agency .info h2 {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}
.widget.pridruzene .agency .number {
  font-size: 12px;
}
.widget.pridruzene .agency .image {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 70px;
  float: left;
  margin-right: 10px;
}
.widget.pridruzene .agency .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  background-image: none;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #464646;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 3px 5px 3px 5px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
  margin: 3px 0;
}
.widget.pridruzene .agency .btn:hover {
  background-color: #f2f2f2;
}
.widget.pridruzene .agency .address {
  margin-bottom: 5px;
  margin-left: 30px;
  margin-top: 10px;
}
.widget.pridruzene .agency .address:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e063";
  font-size: 20px;
  position: absolute;
  left: 0;
}
.widget.pridruzene .agency .email {
  margin-bottom: 5px;
  margin-left: 30px;
}
.widget.pridruzene .agency .email:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e095";
  font-size: 20px;
  position: absolute;
  left: 0;
}
.widget.pridruzene .agency .phone {
  margin-left: 30px;
}
.widget.pridruzene .agency .phone:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e06a";
  font-size: 20px;
  position: absolute;
  left: 0;
}
.widget.pridruzene .agency .url {
  margin-left: 30px;
}
.widget.pridruzene .agency .url:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e0c5";
  font-size: 20px;
  position: absolute;
  left: 0;
}

.widget.partners .partner {
  margin-bottom: 20px;
}

#text-12 h2{
  line-height: 1;
  margin: 15px 0 5px 0;
  padding-bottom: 10px;
  padding-left:26px;
  font-size: 18px;
  background-image: url('../img/perl2.png');
  background-position: left 2px !important;
  background-repeat: no-repeat !important;
}

.widget_text h2{
  line-height: 1;
  margin: 15px 0 5px 0;
  padding-bottom: 10px;
  padding-left:26px;
  font-size: 18px;
  background-image: url('../img/perl2.png');
  background-position: left 7px !important;
  background-repeat: no-repeat !important;
}

.widget_text {
  background-color: transparent;
  border-bottom: 0px solid #f2f2f2;
}

.widget_text .content-box {
  margin-top: 30px;
  padding-bottom: 30px;
}
.widget_text .content-box .pictopro-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  border: 2px solid #a8a8a8;
  border-radius: 50%;
  height: 70px;
}
.widget_text .content-box .pictopro-icon .icon {
  color: #0c5183;
  font-size: 48px;
  margin-left: 9px;
  margin-top: 8px;
}
@media (min-width: 979px) and (max-width: 1199px) {
  .widget_text .content-box .pictopro-icon {
  height: 60px;
}
.widget_text .content-box .pictopro-icon .icon {
  background-image: none;
  background-position: -9999px;
  display: block;
  font-size: 42px;
  height: 56px;
  line-height: 56px;
  margin: 0px;
  text-align: center;
  width: 56px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget_text .content-box .pictopro-icon {
  height: 42px;
}
.widget_text .content-box .pictopro-icon .icon {
  background-image: none;
  background-position: -9999px;
  display: block;
  font-size: 30px;
  height: 38px;
  line-height: 38px;
  margin: 0px;
  text-align: center;
  width: 38px;
}
}
@media (max-width: 768px) {
  .widget_text .content-box .pictopro-icon {
  display: none;
}
}
.widget_text .content-box .content {
  color: #a8a8a8;
  line-height: 20px;
}
.widget_text .content-box .content h3 {
  color: #0c5183;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget_text .content-box .content h3 {
  font-size: 14px;
  line-height: 18px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget_text .content-box .content p {
  font-size: 12px;
  line-height: 16px;
}
}
.widget_text .content-box .content a {
  color: #464646;
}
.widget_text .content-box .content a i {
  color: #a8a8a8;
  font-size: 20px;
  line-height: 15px;
  margin-left: 5px;
  text-decoration: none;
}


.property {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  margin-bottom: 0px;
  position: relative;
  padding: 10px;
}

.velikost {
  width: 100%;
  height:100%;

}


.property .image {
  float: left;
  margin-right: 10px;
  width: 30%;
  background-color: #0c5183;
}

.property .wrapper {
  margin-bottom: 5px;
}
.property .wrapper .title h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.property .wrapper .title h3 a {
  color: #0c5183;
}
.property .wrapper .location {
  color: #464646;
  font-size: 12px;
  margin-bottom: 4px;
}
.property .wrapper .price {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #464646;
  background-color: white;
  border-radius: 2px;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
}

@media (min-width: 1199px) {
  .property .image {
  float: left;
  width: 100px;
}
}

.property .wrapper {
  margin-bottom: 5px;
}
.property .wrapper .title h3 {
  font-size: 14px;
}
.property .wrapper .location {
  color: #464646;
  font-size: 12px;
  margin-bottom: 8px;
}
.property .wrapper .price {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px 6px 10px;
}

.property-info {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  font-size: 12px;
  padding: 2px 10px 2px 5px;
  margin-bottom: 10px;
  z-index: 0;
}

.property-info .area {
  float: left;
}

.property-info .bedrooms {
  float: right;
}

.property-info .bathrooms {
  float: right;
}

.property-info .icon {
  color: #a8a8a8;
  font-size: 16px;
  line-height: 15px;
  margin-right: 5px;
  margin-left: 5px;
}


@media (min-width: 1199px) {
  .property-info {
  font-size: 12px;
  padding: 6px 10px 5px 5px;
}

.property-info .icon {
  color: #a8a8a8;
  font-size: 20px;
  line-height: 13px;
  margin-right: 5px;
  margin-left: 5px;
}
}


.our-zarazeni .content .agent {
  border-bottom: 1px solid #f2f2f2;
  line-height: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.our-zarazeni .content .agent:last-child {
  margin-bottom: 0px;
}
.our-zarazeni .content .agent .image {
  float: left;
  margin-right: 10px;
  width: 50px;
}
.our-zarazeni .content .agent .name {
  margin-bottom: 5px;
}
.our-zarazeni .content .agent .name a {
  color: #0c5183;
  font-size: 12px;
  font-weight: bold;
}
.our-zarazeni .content .agent .phone, .our-zarazeni .content .agent .email {
  font-size: 12px;
}
.our-zarazeni .content .agent .phone a, .our-zarazeni .content .agent .email a {
  color: #464646;
  text-decoration: underline;
}
.our-zarazeni .content .agent .icon {
  color: #56a1d5;
  font-size: 12px;
  margin-right: 0px;
}


@media (min-width: 1199px) {
  .our-zarazeni .content .agent {
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.our-zarazeni .content .agent .image {
  width: 70px;
}
.our-zarazeni .content .agent .name {
  margin-bottom: 5px;
}
.our-zarazeni .content .agent .name a {
  font-size: 14px;
}
.our-zarazeni .content .agent .icon {
  color: #56a1d5;
  font-size: 15px;
  margin-right: 5px;
}
}


.login .content {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  text-align: center;
}
.login .content form {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
}
.login .content form label {
  color: #464646;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: left;
}
.login .content .control-group {
  margin-bottom: 0px;
}


.register .content {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  text-align: center;
}
.register .content form {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
}
.register .content form label {
  color: #464646;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: left;
}
.register .content .control-group {
  margin-bottom: 0px;
}


.sidebar .property-filter .chzn-container {
  width: 100% !important;
}


.widget .carousel .bx-wrapper .bx-prev {
  background-image: url('../img/controls-prev.png') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 25px 25px !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget .carousel .bx-wrapper .bx-prev {
  background-image: url('../img/controls-prev@2x.png') !important;
}
}
.widget .carousel .bx-wrapper .bx-next {
  background-image: url('../img/controls-next.png') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 25px 25px !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .widget .carousel .bx-wrapper .bx-next {
  background-image: url('../img/controls-next@2x.png') !important;
}
}


#footer-wrapper {
  background-color: #0c5183;
  border-top: 5px solid #56a1d5;
  margin-top: 40px;
}

#footer-wrapper .widget {
  background-color: transparent;
  color: white;
}
#footer-wrapper .widget ul, #footer-wrapper .widget .content, #footer-wrapper .widget .tagcloud, #footer-wrapper .widget #calendar_wrap, #footer-wrapper .widget .property {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
#footer-wrapper .widget form {
  padding-left: 0;
  padding-right: 0;
}
#footer-wrapper .widget form label {
  color: white;
  padding: 0;
}
#footer-wrapper .widget h2 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}
#footer-wrapper .widget input, #footer-wrapper .widget textarea, #footer-wrapper .widget .uneditable-input, #footer-wrapper .widget #inputDate {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}
#footer-wrapper .widget input:focus, #footer-wrapper .widget textarea:focus, #footer-wrapper .widget .uneditable-input:focus, #footer-wrapper .widget #inputDate:focus {
  background-color: white;
  border-color: white;
  color: #464646;
  transition: 0.3s ease all;
}
#footer-wrapper .widget.aktivity .property {
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding: 10px;
}
#footer-wrapper .widget.aktivity .property a {
  color: white;
}
#footer-wrapper .widget.aktivity .property .location {
  color: rgba(255, 255, 255, 0.6);
}
#footer-wrapper .widget.aktivity .property .price {
  background-color: #56a1d5;
  color: white;
}
#footer-wrapper .widget.aktivity .property-info {
  display: none;
}
#footer-wrapper .widget.widget_archive ul, #footer-wrapper .widget.widget_pages ul, #footer-wrapper .widget.widget_meta ul, #footer-wrapper .widget.widget_recent_entries ul, #footer-wrapper .widget.widget_rss ul, #footer-wrapper .widget.widget_categories ul, #footer-wrapper .widget.widget_nav_menu ul, #footer-wrapper .widget.widget_recent_comments ul {
  padding: 0px;
}
#footer-wrapper .widget.widget_archive ul li, #footer-wrapper .widget.widget_pages ul li, #footer-wrapper .widget.widget_meta ul li, #footer-wrapper .widget.widget_recent_entries ul li, #footer-wrapper .widget.widget_rss ul li, #footer-wrapper .widget.widget_categories ul li, #footer-wrapper .widget.widget_nav_menu ul li, #footer-wrapper .widget.widget_recent_comments ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-wrapper .widget.widget_archive ul li a, #footer-wrapper .widget.widget_pages ul li a, #footer-wrapper .widget.widget_meta ul li a, #footer-wrapper .widget.widget_recent_entries ul li a, #footer-wrapper .widget.widget_rss ul li a, #footer-wrapper .widget.widget_categories ul li a, #footer-wrapper .widget.widget_nav_menu ul li a, #footer-wrapper .widget.widget_recent_comments ul li a {
  color: white;
}
#footer-wrapper .widget.widget_archive ul li:last-child, #footer-wrapper .widget.widget_pages ul li:last-child, #footer-wrapper .widget.widget_meta ul li:last-child, #footer-wrapper .widget.widget_recent_entries ul li:last-child, #footer-wrapper .widget.widget_rss ul li:last-child, #footer-wrapper .widget.widget_categories ul li:last-child, #footer-wrapper .widget.widget_nav_menu ul li:last-child, #footer-wrapper .widget.widget_recent_comments ul li:last-child {
  border-bottom: none;
}
#footer-wrapper .widget.our-zarazeni .content .agent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-wrapper .widget.our-zarazeni .content .agent:last-child {
  border-bottom: none;
}
#footer-wrapper .widget.our-zarazeni .content .agent .name a {
  color: white;
}
#footer-wrapper .widget.our-zarazeni .content .agent .phone {
  color: rgba(255, 255, 255, 0.6);
}
#footer-wrapper .widget.our-zarazeni .content .agent .email a {
  color: rgba(255, 255, 255, 0.6);
}
#footer-wrapper .widget.login .btn, #footer-wrapper .widget.register .btn, #footer-wrapper .widget.widget_search .btn {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  background-color: #56a1d5;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 0px 6px 0px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
#footer-wrapper .widget.login .btn:hover, #footer-wrapper .widget.register .btn:hover, #footer-wrapper .widget.widget_search .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
}
@media (min-width: 1199px) {
  #footer-wrapper .widget.login .btn, #footer-wrapper .widget.register .btn, #footer-wrapper .widget.widget_search .btn {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  background-color: #56a1d5;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 0px 6px 0px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
#footer-wrapper .widget.login .btn:hover, #footer-wrapper .widget.register .btn:hover, #footer-wrapper .widget.widget_search .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
}
}
#footer-wrapper .widget.widget_tag_cloud a {
  color: white;
}
#footer-wrapper .widget.widget_calendar #calendar_wrap caption {
  color: white;
}

@media (max-width: 767px) {
  #footer-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
}


.footer-bottom {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-bottom .widget {
  border: 0px;
  vertical-align: middle;
}
.footer-bottom .widget.widget_nav_menu {
  float: right;
}
.footer-bottom .widget.widget_nav_menu ul li {
  border-bottom: none;
  display: inline-block;
  margin-top: 0px;
}
.footer-bottom .widget.widget_nav_menu ul li a {
  font-weight: normal;
  padding-bottom: 0px;
}
.footer-bottom .widget.widget_nav_menu ul li:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .footer-bottom {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-bottom .widget {
  float: none !important;
}
.footer-bottom .widget .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: block;
  padding: 10px 0px;
  width: 100%;
}
}


article.post, article.page {
  border-bottom: 0px solid #f2f2f2;
  margin-bottom: 2px;
  padding-bottom: 1px;
}

article.post p, article.page p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

article.post .btn, article.page .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
article.post .btn:hover, article.page .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}

article.post .entry-header, article.page .entry-header {
  color: #a8a8a8;
  font-size: 12px;
  margin-bottom: 20px;
}
article.post .entry-header h1, article.page .entry-header h1 {
  line-height: 1;
}
article.post .entry-header h1 a, article.page .entry-header h1 a {
  color: #0c5183;
  font-size: 28px;
  font-weight: normal;
}
article.post .entry-header .page-header, article.page .entry-header .page-header {
  border: none;
  color: #0c5183;
  font-size: 28px;
  font-weight: normal;
  margin: 10px 0 10px 0;
  padding-bottom: 0;
}
article.post .entry-header .author, article.post .entry-header .date, article.page .entry-header .author, article.page .entry-header .date {
  padding-bottom: 20px;
}
article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
  margin-top: 20px;
}

article.post .entry-content img{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0c5183;
  margin-bottom: 10px;
  padding: 5px;
}

article.page .entry-content img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #0c5183;
  margin-bottom: 5px;
  padding: -5px 4px 1px 5px;
}
article.page .headtop{
  margin-top:-20px;

}
article.post .entry-content pre, article.post .entry-content code, article.page .entry-content pre, article.page .entry-content code {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background: #0c5183;
  background: rgba(12, 81, 131, 0.05);
  border: 1px solid #0c5183;
  border-radius: 3px;
  padding: 5px 20px 5px 20px;
}
article.post .entry-content .wp-caption, article.page .entry-content .wp-caption {
  max-width: 100%;
  width: auto !important;
}
article.post .entry-content .wp-caption .wp-caption-text, article.page .entry-content .wp-caption .wp-caption-text {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #464646;
  font-size: 12px;
  font-style: italic;
  padding: 3px 0px;
  text-align: center;
}

article.post h1, article.page h1 {
  color: #0c5183;
  font-size: 36px;
}

article.post h2, article.page h2 {
  color: #0c5183;
  font-size: 28px;
  font-weight: bold;
}

article.post h3, article.page h3 {
  color: #0c5183;
  font-size: 24px;
}

article.post h4, article.post h5, article.post h6, article.page h4, article.page h5, article.page h6 {
  color: #0c5183;
}

article.post p, article.page p {
  margin-bottom: 0px;
  margin-top: 20px;
}
article.post p:last-child, article.page p:last-child {
  margin-top: 10px;
}

article.post blockquote p, article.page blockquote p {
  color: #464646;
  font-size: 18px;
  margin-bottom: 10px;
}
article.post blockquote cite, article.page blockquote cite {
  font-size: 14px;
}

article.post table, article.page table {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom: 20px;
}
article.post table tbody tr, article.page table tbody tr {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  border-bottom: 1px solid white;
}
article.post table tbody tr:hover, article.page table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
article.post table tbody th, article.page table tbody th {
  background-color: #0c5183;
  color: white;
  padding: 8px 5px 8px 10px;
  text-align: left;
}
article.post table tbody td, article.page table tbody td {
  padding: 5px 10px 5px 10px;
}

article.post .tags-links a, article.page .tags-links a {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #106eb2;
  padding: 3px 5px;
  margin-right: 5px;
}
article.post .tags-links a:first-child, article.page .tags-links a:first-child {
  margin-left: 5px;
}
article.post .tags-links a:last-child, article.page .tags-links a:last-child {
  margin-right: 10px;
}
article.post .tags-links a:first-child, article.page .tags-links a:first-child {
  margin-left: 0px;
}

article.post.sticky, article.page.sticky {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background: #0c5183;
  background: rgba(12, 81, 131, 0.05);
  border: 1px solid #0c5183;
  border-radius: 3px;
  padding: 5px 20px 0px 20px;
  margin-top: 15px;
  margin-bottom: 40px;
}
article.post.sticky .tags-links a, article.page.sticky .tags-links a {
  background-color: white;
}


#comments {
  color: #0c5183;
  font-size: 18px;
  font-weight: normal;
}


.comment-list a {
  text-decoration: underline;
}

.comment-list p {
  margin-left: 50px;
  margin-bottom: 20px;
}

.comment-list img {
  margin-right: 10px;
}

.comment-list .comment-meta {
  font-size: 12px;
  margin: -5px 0 10px 50px;
}
.comment-list .comment-meta a {
  text-decoration: none;
}

.comment-list .fn {
  font-weight: bold;
}

.comment-list .reply {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comment-list .reply .comment-reply-link {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 10px 4px 10px;
  margin-left: 50px;
  margin-bottom: 10px;
  text-decoration: none;
}


#respond h3 {
  color: #0c5183;
  font-size: 18px;
  margin-top: 10px;
}

#respond p {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
}
#respond p textarea {
  height: 80px;
}

#respond input[type="submit"] {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
#respond input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}


ol.commentlist p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

ol.commentlist .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
ol.commentlist .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}

ol.commentlist .entry-header {
  color: #a8a8a8;
  font-size: 12px;
}
ol.commentlist .entry-header h1 {
  line-height: 1;
}
ol.commentlist .entry-header h1 a {
  color: #0c5183;
  font-size: 28px;
  font-weight: normal;
}
ol.commentlist .entry-header .page-header {
  border: none;
  color: #0c5183;
  font-size: 28px;
  font-weight: normal;
  margin: 10px 0 10px 0;
  padding-bottom: 0;
}
ol.commentlist .entry-header .author, ol.commentlist .entry-header .date {
  padding-bottom: 20px;
}
ol.commentlist .entry-header .entry-thumbnail img {
  margin-top: 20px;
}

ol.commentlist .entry-content {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 40px;
}

ol.commentlist h1 {
  color: #0c5183;
  font-size: 36px;
}

ol.commentlist h2 {
  color: #0c5183;
  font-size: 28px;
  font-weight: bold;
}

ol.commentlist h3 {
  color: #0c5183;
  font-size: 24px;
}

ol.commentlist h4, ol.commentlist h5, ol.commentlist h6 {
  color: #0c5183;
}

ol.commentlist p {
  margin-bottom: 0px;
  margin-top: 20px;
}
ol.commentlist p:last-child {
  margin-top: 10px;
}

ol.commentlist blockquote p {
  color: #464646;
  font-size: 18px;
  margin-bottom: 10px;
}
ol.commentlist blockquote cite {
  font-size: 14px;
}

ol.commentlist table {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom: 20px;
}
ol.commentlist table tbody tr {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  border-bottom: 1px solid white;
}
ol.commentlist table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
ol.commentlist table tbody th {
  background-color: #0c5183;
  color: white;
  padding: 8px 5px 8px 10px;
  text-align: left;
}
ol.commentlist table tbody td {
  padding: 5px 10px 5px 10px;
}

ol.commentlist .tags-links a {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #106eb2;
  padding: 3px 5px;
  margin-right: 5px;
}
ol.commentlist .tags-links a:first-child {
  margin-left: 5px;
}
ol.commentlist .tags-links a:last-child {
  margin-right: 10px;
}

ol.commentlist.sticky {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background: #0c5183;
  background: rgba(12, 81, 131, 0.05);
  border: 1px solid #0c5183;
  border-radius: 3px;
  padding: 5px 20px 0px 20px;
  margin-top: 15px;
  margin-bottom: 40px;
}
ol.commentlist.sticky .tags-links a {
  background-color: white;
}


.post-password-required p {
  padding-top: 10px;
}

.post-password-required form {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  padding-left: 0 !important;
  margin-left: 0;
}
.post-password-required form input[type="submit"] {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
.post-password-required form input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}


.gallery .gallery-item img {
  border: 1px solid #464646 !important;
}


.aktivity-grid {
  clear: both;
}

.aktivity-grid .property {
  margin-top: 10px;
  padding: 0;
}
.aktivity-grid .property .image {
  margin: 0;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}
.aktivity-grid .property .image img {
  display: block;
  width: 100%;
}
.aktivity-grid .property .image .reduced, .aktivity-grid .property .image .rent-sale, .aktivity-grid .property .image .price {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  position: absolute;
}
.aktivity-grid .property .image .reduced {
  text-shadow: 0px, 1px, 1px, rgba(0, 0, 0, 0.2);
  color: white;
  background-color: #56a1d5;
  left: 10px;
  top: -5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aktivity-grid .property .image .reduced {
  font-size: 10px;
}
}
.aktivity-grid .property .image .rent-sale {
  color: white;
  background-color: #0c5183;
  right: 10px;
  top: -5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aktivity-grid .property .image .rent-sale {
  font-size: 10px;
}
}
.aktivity-grid .property .image .price {
  color: #464646;
  background-color: white;
  bottom: -5px;
  right: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aktivity-grid .property .image .price {
  font-size: 10px;
}
}
.aktivity-grid .property .image .content .description {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.aktivity-grid .property .image .content .description p {
  font-size: 11px;
  color: white;
  line-height: 12px;
  padding: 30px 15px 15px 15px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aktivity-grid .property .image .content .description p {
  padding: 15px 10px;
}
}
@media (max-width: 767px) {
  .aktivity-grid .property .image .content .description p {
  font-size: 14px;
  line-height: 18px;
}
}
.aktivity-grid .property .image .content .description:hover {
  background: #0c5183;
  background: rgba(12, 81, 131, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.aktivity-grid .property .info {
  -webkit-transition: 0.8 false false;
  -moz-transition: 0.8 false false false;
  -o-transition: 0.8 false false false;
  transition: 0.8s;
  overflow: hidden;

}
.aktivity-grid .property .info:hover {
  max-height: 100px;
}
.aktivity-grid .property .info:hover .title h2 a {
  white-space: normal;
}
.aktivity-grid .property .info:hover .location {
  white-space: normal;
}
.aktivity-grid .property .info .title h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 0px;
}
.aktivity-grid .property .info .title h2 a {
  color: #0c5183;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aktivity-grid .property .info .title h2 {
  font-size: 11px;
}
}
.aktivity-grid .property .info .location {
  color: #464646;
  font-size: 12px;
  margin: 0 10px 0px 10px;
  padding-bottom: 8px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aktivity-grid .property .info .location {
  font-size: 10px;
}
}

.aktivity-grid .row .property {
  -webkit-transition: 0.8 false false;
  -moz-transition: 0.8 false false false;
  -o-transition: 0.8 false false false;
  transition: 0.8s;
}
.aktivity-grid .row .property .info {
  -webkit-transition: 0.8 false false;
  -moz-transition: 0.8 false false false;
  -o-transition: 0.8 false false false;
  transition: 0.8s;
  overflow: hidden;
  width: 95%;
  clear: both;
  max-height: 70px;
}
.aktivity-grid .row .property .info:hover {
  max-height: 100px;
}
.aktivity-grid .row .property .info:hover .title h2 a {
  white-space: normal;
}
.aktivity-grid .row .property .info:hover .location {
  white-space: normal;
}
.aktivity-grid .row .property .image {
  margin-bottom: 0px;
}
.aktivity-grid .row .property .image .content .description p {
  height: auto;
}

@media (min-width: 1199px) {
  .aktivity-grid .property .image .price {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px 6px 10px;
}
.aktivity-grid .property .image .content .description {
  width: 100%;
}
.aktivity-grid .property .image .content .description p {
  font-size: 12px;
  height: 65px;
  line-height: 14px;
  padding: 30px 20px 20px 20px;
}
.aktivity-grid .row .property .title h2 a {
  font-size: 18px;
  white-space: nowrap;
}
.aktivity-grid .row .property .image .content .description p {
  font-size: 14px;
  height: 120px;
  line-height: 20px;
  padding: 30px 20px 20px 20px;
}
}

.aktivity-grid.featured .row .property {
  background-color: #0c5183;
}
.aktivity-grid.featured .row .property .title h2 a {
  color: white;
}
.aktivity-grid.featured .row .property .location {
  color: white;
}
.aktivity-grid.featured .row .property-info .area .icon, .aktivity-grid.featured .row .property-info .bathrooms .icon, .aktivity-grid.featured .row .property-info .bedrooms .icon {
  color: #56a1d5;
}


.single-property .page-header {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.single-property .property-detail .overview table {
  width: 100%;
}
.single-property .property-detail .overview table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.single-property .property-detail .overview table tbody tr:last-child {
  border: none;
}
.single-property .property-detail .overview table tbody tr th {
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: left;
}
.single-property .property-detail .overview table tbody tr td {
  text-align: right;
}
.single-property .property-detail .overview table tbody tr .price {
  color: #0c5183;
  font-size: 18px;
  font-weight: bold;
}
.single-property .property-detail .overview table tbody tr .contract-type {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #0c5183;
  border-radius: 2px;
  color: white;
  display: inline;
  font-size: 14px;
  padding: 4px 8px 4px 8px;
}
.single-property .property-detail ul {
  list-style: none;
}
.single-property .property-detail ul li {
  padding-left: 30px;
  padding-bottom: 6px;
  padding-top: 6px;
}
#bude  {
   list-style:circle;  
   right:150px;
   left:10px;
   position:relative;
}
#bude ul li {
  list-style:circle;
  padding:10px 0 0 0px;
  margin-right: -150px;
  line-height:5px;

}
.single-property .property-detail ul .checked {
  background-image: url("../img/tick.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.single-property .property-detail ul .plain {
  background-image: url("../img/cross.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.single-property .property-detail img {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.single-property .property-detail #property-map {
  height: 270px;
  width:420px;
  margin-left:-168px;
  right:18px;
}
.single-property .property-detail #property-map img {
  max-width: none;
}

.single-property .gallery .content {
  position: relative;
}
.single-property .gallery .content .more {
  float: right;
  line-height: 70px;
  text-align: center;
  width: 70px;
  position: relative;
}
.single-property .gallery .content .more .icon {
  color: #56a1d5;
  display: block;
  height: 0px;
  margin-top: 10px;
  font-size: 28px;
  text-align: center;
  width: 70px;
}
.single-property .gallery .content ul {
  height: auto;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 10px;
  max-width: 600px;
  overflow: visible;
  position: relative;
}
.single-property .gallery .content ul li {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3 false false;
  -moz-transition: 0.3 false false false;
  -o-transition: 0.3 false false false;
  transition: 0.3s;
  display: inline-block;
  padding-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  padding-bottom: 0px;
  padding-top: 0px;
  opacity: 0.3;
}
.single-property .gallery .content ul li .thumb {
  clip: rect(0px, 70px, 70px, 0px);
  position: absolute;
}
.single-property .gallery .content ul li img {
  height: 70px;
  margin-left: -20%;
}
.single-property .gallery .content ul li.active {
  opacity: 1;
}
.single-property .gallery .content ul li:hover {
  opacity: 1;
}


.map img {
  max-width: none;
}


body.post-type-archive-property h1.page-header {
  margin-bottom: 10px;
  float: left;
  clear: both;
}


.aktivity-rows .property {
  background-color: transparent;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.aktivity-rows .property .image {
  width: auto;
  margin: 0;
  position: relative;
}
.aktivity-rows .property .image div {
  background-color: #0c5183;
}
.aktivity-rows .property .image img {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  margin: 0;
  width: 100%;
}
.aktivity-rows .property .image:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.aktivity-rows .property .body {
  postition: relative;
}
.aktivity-rows .property .body .title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.aktivity-rows .property .body .title h2 a {
  color: #0c5183;
}
.aktivity-rows .property .body .location {
  margin-bottom: 10px;
}
.aktivity-rows .property .body .price {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #0c5183;
  background-color: #f2f2f2;
  border-radius: 2px;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  left: 300px;
  top: 60px;
  position: absolute;
}
.aktivity-rows .property .body .property-info {
  box-shadow: none;
  background-color: transparent;
  font-size: 12px;
  padding: 0px;
}
.aktivity-rows .property .body .property-info .icon {
  color: #56a1d5;
  margin-left: 0;
  padding-top: 1px;
}
.aktivity-rows .property .body .property-info .area, .aktivity-rows .property .body .property-info .bathrooms, .aktivity-rows .property .body .property-info .bedrooms {
  float: left;
  margin-right: 15px;
}
.aktivity-rows .property .body .property-info .more-info {
  float: right;
}
.aktivity-rows .property .body .property-info .more-info a {
  color: #106eb2;
  text-decoration: none;
}
.aktivity-rows .property .body .property-info .more-info a:hover .icon {
  color: #0c5183;
}
.aktivity-rows .property .body .property-info .more-info .icon {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  color: #a8a8a8;
  font-size: 24px;
  margin-left: 5px;
}


.filter-wrapper {
  float: right;
}

.filter-wrapper .filter {
  margin-top: 5px;
}
.filter-wrapper .filter form {
  display: block;
  float: left;
  margin-bottom: 0px;
}
.filter-wrapper .filter form .control-group {
  margin-bottom: 0px;
}
.filter-wrapper .filter form .control-group .controls {
  margin-left: 0px;
}
.filter-wrapper .filter .chzn-container {
  margin-left: 20px;
  width: 130px !important;
}
.filter-wrapper .filter .pager {
  margin: 0 0 0 10px;
  float: right;
}
.filter-wrapper .filter .pager ul {
  vertical-align: middle;
  text-align: center;
}
.filter-wrapper .filter .pager ul li {
  display: inline-block;
}
.filter-wrapper .filter .pager ul li a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
}
.filter-wrapper .filter .pager ul li a:hover {
  background-color: #f2f2f2;
}
.filter-wrapper .filter .pager ul li .icon {
  color: #0c5183;
  font-size: 20px;
  line-height: 26px;
  margin-right: 5px;
}
.filter-wrapper .filter .pager ul li .pager-left {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  margin-right: -5px;
}
.filter-wrapper .filter .pager ul li .pager-right {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
}
.filter-wrapper .filter .pager li > a, .filter-wrapper .filter .pager li > span {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 0px 0px;
  height: 34px;
  width: 35px;
  margin: 0;
}
.filter-wrapper .filter .show-matrix, .filter-wrapper .filter .show-rows {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #a8a8a8;
  display: block;
  font-size: 24px;
  height: 34px;
  width: 34px;
  text-align: center;
  margin-left: 25px;
}
.filter-wrapper .filter .show-matrix .icon, .filter-wrapper .filter .show-rows .icon {
  line-height: 30px;
  margin-left: -9px;
}
.filter-wrapper .filter .show-matrix:hover, .filter-wrapper .filter .show-rows:hover {
  background-color: #f2f2f2;
  color: #0c5183;
}
.filter-wrapper .filter .show-rows {
  margin-left: 5px;
}


@media (min-width: 1199px) {
  .aktivity-rows .property {
  background-color: transparent;
  box-shadow: none;
}
.aktivity-rows .property .body {
  postition: relative;
}
.aktivity-rows .property .body .title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;
}
.aktivity-rows .property .body .title h2 a {
  color: #0c5183;
}
.aktivity-rows .property .body .location {
  margin-bottom: 55px;
}
.aktivity-rows .property .body .price {
  font-size: 18px;
  padding: 6px 10px 6px 10px;
}
.aktivity-rows .property .body .property-info {
  font-size: 14px;
}
}


.pricing .column {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
}
.pricing .column h2 {
  color: #0c5183;
  font-size: 24px;
}
.pricing .column .content .price {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.pricing .column .content .price h3 {
  color: #0c5183;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.pricing .column .content .price h4 {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.pricing .column .content ul {
  list-style: none;
  margin: 0 0 20px 0;
}
.pricing .column .content ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 28px;
}
.pricing .column .content ul li:last-child {
  border: none;
}
.pricing .column .content .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
.pricing .column .content .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}


.post-type-archive-agent a, .single-agent a {
  color: #0c5183;
}

.post-type-archive-agent .agent .image, .single-agent .agent .image {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.post-type-archive-agent .agent .body h3, .single-agent .agent .body h3 {
  line-height: 1;
}
.post-type-archive-agent .agent .body h3 a, .single-agent .agent .body h3 a {
  font-size: 24px;
  font-weight: bold;
}
.post-type-archive-agent .agent .info, .single-agent .agent .info {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.post-type-archive-agent .agent .info .box .phone, .post-type-archive-agent .agent .info .box .office, .post-type-archive-agent .agent .info .box .email, .single-agent .agent .info .box .phone, .single-agent .agent .info .box .office, .single-agent .agent .info .box .email {
  margin-bottom: 5px;
}
.post-type-archive-agent .agent .info .box .icon, .single-agent .agent .info .box .icon {
  color: #56a1d5;
  font-size: 20px;
  margin-right: 10px;
  margin-top: -2px;
}
.post-type-archive-agent .agent .info .box .email a, .single-agent .agent .info .box .email a {
  text-decoration: underline;
}


.single-agent h1.page-header {
  font-size: 24px;
  font-weight: bold;
}

.single-agent .agent .info {
  border: none;
}


.accordion a {
  color: #0c5183;
}

.accordion .accordion-group {
  border: none;
}
.accordion .accordion-group .accordion-heading {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: white;
  margin-bottom: 10px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 10px 5px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle .icon {
  color: #56a1d5;
  font-size: 24px;
  line-height: 14px;
  margin-right: 10px;
}
.accordion .accordion-group .accordion-inner {
  border: none;
}


.marker {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  background-color: #56a1d5;
  border-radius: 50%;
  border: 6px solid #0c5183;
  border: inset 1px solid white;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  margin-top: 0px;
  position: relative;
  zoom: 1;
}

.marker:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: -25px;
  content: "";
  display: block;
  height: 4px;
  margin-left: 12px;
  opacity: 0.2;
  position: absolute;
  width: 15px;
}

.marker:before {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  border: 7px solid transparent;
  border-width: 7px 4px;
  border-top-color: #0c5183;
  bottom: -19px;
  content: "";
  display: block;
  height: 0px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  width: 0px;
}

.marker:hover {
  margin-top: -5px;
}
.marker:hover:after {
  bottom: -30px;
  opacity: 1;
}

.marker .marker-inner {
  background-image: url('../img/markers/apartment.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
}

.marker.apartment .marker-inner {
  background-image: url('../img/markers/apartment.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.apartment .marker-inner {
  background-image: url('../img/markers/apartment@2x.png');
}
}

.marker.building-area .marker-inner {
  background-image: url('../img/markers/building-area.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.building-area .marker-inner {
  background-image: url('../img/markers/building-area@2x.png');
}
}

.marker.condo .marker-inner {
  background-image: url('../img/markers/condo.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.condo .marker-inner {
  background-image: url('../img/markers/condo@2x.png');
}
}

.marker.cottage .marker-inner {
  background-image: url('../img/markers/cottage.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.cottage .marker-inner {
  background-image: url('../img/markers/cottage@2x.png');
}
}

.marker.family-house .marker-inner {
  background-image: url('../img/markers/family-house.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.family-house .marker-inner {
  background-image: url('../img/markers/family-house@2x.png');
}
}

.marker.single-home .marker-inner {
  background-image: url('../img/markers/single-home.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.single-home .marker-inner {
  background-image: url('../img/markers/single-home@2x.png');
}
}

.marker.muzeum .marker-inner {
  background-image: url('../img/markers/muzeum.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.muzeum .marker-inner {
  background-image: url('../img/markers/muzeum@2x.png');
}
}

.marker.atrakce .marker-inner {
  background-image: url('../img/markers/atrakce.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.atrakce .marker-inner {
  background-image: url('../img/markers/atrakce@2x.png');
}
}
.marker.ostatni .marker-inner {
  background-image: url('../img/markers/ostatni.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.ostatni .marker-inner {
  background-image: url('../img/markers/ostatni@2x.png');
}
}
.marker.lyzarske-skoly .marker-inner {
  background-image: url('../img/markers/skoly.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.lyzarske-skoly .marker-inner {
  background-image: url('../img/markers/skoly@2x.png');
}
}
.marker.sport .marker-inner {
  background-image: url('../img/markers/sport.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.sport .marker-inner {
  background-image: url('../img/markers/sport@2x.png');
}
}
.marker.infocentra .marker-inner {
  background-image: url('../img/markers/infocentra.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.infocentra .marker-inner {
  background-image: url('../img/markers/infocentra@2x.png');
}
}
.marker.pujcovny .marker-inner {
  background-image: url('../img/markers/pujcovny.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.pujcovny .marker-inner {
  background-image: url('../img/markers/pujcovny@2x.png');
}
}
.marker.bazeny .marker-inner {
  background-image: url('../img/markers/bazeny.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.bazeny .marker-inner {
  background-image: url('../img/markers/bazeny@2x.png');
}
}
.marker.obchody .marker-inner {
  background-image: url('../img/markers/obchody.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.obchody .marker-inner {
  background-image: url('../img/markers/obchody@2x.png');
}
}
.marker.webkamery .marker-inner {
  background-image: url('../img/markers/webkamery.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.webkamery .marker-inner {
  background-image: url('../img/markers/webkamery@2x.png');
}
}
.marker.kultura .marker-inner {
  background-image: url('../img/markers/kultura.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .marker.kultura .marker-inner {
  background-image: url('../img/markers/kultura@2x.png');
}
}
.marker.camp .marker-inner {
  background-image: url('../img/markers/camp.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .marker.camp .marker-inner {
 background-image: url('../img/markers/camp@2x.png');
}
}


.infobox {
  background-color: white;
  box-shadow: 0px 15px 3px rgba(0, 0, 0, 0.2);
  height: 95px;
  position: relative;
  padding: 20px;
  min-width: 300px;
  display: inline-block;
  white-space: nowrap;
  z-index: 999;
  width: 100%;
  padding-right: 5px;
}

.infobox .image {
  display: inline-block;
  float: left;
  width: 130px;
  margin-right: 20px;
  position: relative;
}
.infobox .image .contract-type {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  color: #464646;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  right: 5px;
  padding: 2px 7px 2px 7px;
  position: absolute;
  top: -10px;
  text-align: right;
}

.infobox .close {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  right: 0px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
}
.infobox .close:hover {
  opacity: 1;
}

.infobox .info {
  display: inline-block;
  float: left;
  width: auto;
}
.infobox .info .title a {
  color: #0c5183;
  font-size: 14px;
  font-weight: bold;
}
.infobox .info .price {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #0c5183;
  border-radius: 2px;
  bottom: 10px;
  color: white;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  left: 25px;
  position: absolute;
  padding: 4px 12px 4px 12px;
}
.infobox .info .link {
  margin-top: -5px;
}
.infobox .info .link a {
  color: #0c5183;
  font-size: 12px;
  position: relative;
  text-decoration: none;
}
.infobox .info .link a:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e045";
  font-size: 18px;
  bottom: -4px;
  margin-left: 2px;
  position: relative;
}
.infobox .info .link a:hover:after {
  color: #56a1d5;
}
.infobox .info .location {
  font-size: 12px;
  padding: 0px;
  margin-top: -3px;
}
.infobox .info .property-info {
  box-shadow: none;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 0;
  font-size: 12px;
  padding-bottom: 8px;
}
.infobox .info .property-info .area, .infobox .info .property-info .bathrooms {
  margin-right: 10px;
}
.infobox .info .property-info .icon {
  color: #56a1d5;
  margin-left: -2px;
  margin-right: 10px;
}

.infobox:after {
  border: 7px solid transparent;
  border-width: 7px 4px;
  border-top-color: white;
  bottom: -13px;
  content: "";
  display: block;
  height: 0px;
  left: 80px;
  margin-left: -4px;
  position: absolute;
  width: 0px;
}


.clusterer {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  background: #0c5183;
  background: rgba(12, 81, 131, 0.8);
  border-radius: 50%;
  border: 6px solid #0c5183;
  border: inset 1px solid white;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 40px;
  height: 40px;
}

.clusterer:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.clusterer .clusterer-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}


.map img {
  max-width: none;
}


.map-wrapper {
  margin-bottom: 0px;
}

.map-wrapper .map .container .row {
  position: relative;
}
.map-wrapper .map .container .row .span3 {
  float: left;
  position: absolute;
  top: 190px;
  z-index: 1;
}
@media (max-width: 767px) {
  .map-wrapper .map .container .row .span3 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 190px;
  top: auto;
}
}
.map-wrapper .map .container .row .span3 .property-filter {
  background: #0c5183;
  background: rgba(12, 81, 131, 0.9);
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  z-index: 9999;
}
.map-wrapper .map .container .row .span3 .property-filter label {
  color: white;
}
.map-wrapper .map .container .row .span3 .property-filter .btn {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.2);
  background-color: #56a1d5;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 0px 6px 0px;
  text-shadow: none;
  text-align: center;
  width: 80%;
}
.map-wrapper .map .container .row .span3 .property-filter .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(86, 161, 213, 0.5);
}
.map-wrapper .map .container .row .span3 .property-filter:hover {
  background: #0c5183;
  background: #0c5183;
}
.map-wrapper .map .container .row .span3 .property-filter .chzn-container {
  width: 100% !important;
}
@media (max-width: 767px) {
  .map-wrapper .map .container .row .span3 .property-filter {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
}


.ez-hide {
  opacity: 0;
  filter: alpha(100);
}


.ez-checkbox {
  background-image: url('../img/checkbox.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  float: left;
  height: 20px;
  margin-bottom: -5px;
  margin-right: 10px;
  width: 20px;
}

.ez-checkbox input {
  height: 20px;
  margin: 0px;
  width: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .ez-checkbox {
  background-image: url('../img/checkbox@2x.png');
}
}


.ez-radio {
  background-image: url('../img/radiobutton.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .ez-radio {
  background-image: url('../img/radiobutton@2x.png');
}
}


.ez-checked {
  background-image: url('../img/checkbox-open.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .ez-checked {
  background-image: url('../img/checkbox-open@2x.png');
}
}


.ez-selected {
  background-image: url('../img/radiobutton-open.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .ez-selected {
  background-image: url('../img/radiobutton-open@2x.png');
}
}


.radio, .checkbox {
  padding-left: 0px;
}


.carousel {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .carousel .bx-wrapper {
  max-width: 590px !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  .carousel .bx-wrapper {
  max-width: 390px !important;
}
}
@media (max-width: 767px) {
  .carousel .bx-wrapper {
  max-width: 180px !important;
}
}
.carousel .bx-wrapper .bx-viewport ul.aktivity-grid li .property {
  background-color: #0c5183;
  width: 180px;
}
.carousel .bx-wrapper .bx-viewport ul.aktivity-grid li .property h2 {
  background-color: transparent;
  font-size: 12px;
}
.carousel .bx-wrapper .bx-viewport ul.aktivity-grid li .property h2 a {
  color: white;
}
.carousel .bx-wrapper .bx-viewport ul.aktivity-grid li .property .location {
  color: white;
  font-size: 11px;
  margin-top: -10px;
}


.dsidx th, .dsidx tr {
  background-color: transparent !important;
  color: #464646 !important;
}


#dsidx-disclaimer, .dsidx-standalone-disclaimer {
  display: none;
}


.dsidx-results .dsidx-paging-control, #dsidx .dsidx-sorting-control {
  font-size: 12px;
  text-align: left;
}


.dsidx-results .dsidx-paging-control a, #dsidx .dsidx-sorting-control a {
  text-decoration: none;
}


.dsidx-paging-control {
  float: left;
  margin-top: 9px !important;
}

.dsidx-paging-control a {
  color: #56a1d5;
}


.dsidx-sorting-control {
  float: right;
  text-align: left;
}

.dsidx-sorting-control select {
  width: 260px;
}

.dsidx-sorting-control .chzn-container {
  margin-left: 10px;
}
.dsidx-sorting-control .chzn-container a {
  text-align: left;
}


#dsidx-map-control {
  clear: both;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px !important;
  padding-bottom: 15px;
  padding-top: 10px;
}

#dsidx-map-control img {
  display: none;
}

#dsidx-map-control a {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  color: #0c5183;
  font-weight: bold;
  display: block;
  margin-left: -5px;
}
#dsidx-map-control a:before {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0c5183;
  height: 25px;
  margin-left: 5px;
  margin-top: 3px;
  width: 25px;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #56a1d5;
  content: "\e063";
  font-size: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
#dsidx-map-control a:before:hover {
  opacity: 1;
}
#dsidx-map-control a:hover {
  text-decoration: none;
  color: #56a1d5;
}
#dsidx-map-control a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


#dsidx-map {
  border: none !important;
}

#dsidx-map img {
  max-width: inherit;
}


#dsidx-listings hr {
  display: none;
}

#dsidx-listings .dsidx-listing {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px !important;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #dsidx-listings .dsidx-listing .dsidx-media {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
}
#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo {
  border: 0px;
  float: left;
  max-height: inherit;
  position: relative;
}
#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img {
  width: 100%;
}
@media (max-width: 767px) {
  #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo {
  width: 100%;
}
}
#dsidx-listings .dsidx-listing .dsidx-primary-data {
  background-color: transparent;
  float: none;
  width: auto;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #dsidx-listings .dsidx-listing .dsidx-primary-data {
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address {
  margin-bottom: 15px;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a {
  color: #0c5183;
  font-size: 24px;
  font-weight: bold;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #0c5183;
  background-color: #f2f2f2;
  border-radius: 2px;
  display: inline;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px 10px 6px 10px;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data {
  float: none;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #dsidx-listings .dsidx-listing .dsidx-secondary-data {
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data > div {
  background-image: url("../img/tick.png");
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  margin-top: 10px;
  padding-left: 25px;
  width: 20%;
}

.buttonecek-css {
    background: #5EA4D6 none repeat scroll 0% 0%;
    padding: 0px 8px 2px;
    border-radius: 6px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    clear: both;
    z-index: 1;
    position: relative;
    margin-left: 5px;
    font-size: 86%;
}
.entros {
    width: auto;
    margin: 1px;
    padding: 1px 5px 5px;
}

#dsidx-actions {
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}

#dsidx-actions a {
  color: #0c5183;
  text-decoration: none !important;
}
#dsidx-actions a:hover:before {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  color: #0c5183;
}
#dsidx-actions a:before {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  font-size: 22px;
  margin-right: 0px;
  vertical-align: middle;
}
#dsidx-actions a#dsidx-button-contact-agent:before {
  content: "\e086";
}
#dsidx-actions a#dsidx-button-contact-agent img {
  display: none;
}
#dsidx-actions a#dsidx-button-schedule-showing:before {
  content: "\e13a";
}
#dsidx-actions a#dsidx-button-schedule-showing img {
  display: none;
}
#dsidx-actions a#dsidx-button-share:before {
  content: "\e03e";
}
#dsidx-actions a#dsidx-button-share img {
  display: none;
}
#dsidx-actions a#dsidx-button-print:before {
  content: "\e05d";
}
#dsidx-actions a#dsidx-button-print img {
  display: none;
}


#dsidx-header #dsidx-primary-data tbody tr {
  background-color: transparent;
  border-bottom: 1px solid #f2f2f2;
  color: #464646;
}
#dsidx-header #dsidx-primary-data tbody tr > th {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#dsidx-header #dsidx-primary-data tbody tr#dsidx-price td {
  font-size: 18px;
}

#dsidx-header .jcbx-glry-classic {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
}
#dsidx-header .jcbx-glry-classic .jb-panel-index.jb-classifier-thumb-area {
  top: 270px !important;
}
#dsidx-header .jcbx-glry-classic .jb-panel-index.jb-classifier-thumb-area .jbn-nav-button {
  top: -5px !important;
}


blockquote#dsidx-description {
  border: none;
  margin: 20px 0 !important;
}


.dsidx-details h3 {
  color: #0c5183;
  font-size: 18px;
}


.dsidx-supplemental-data.dsidx-fields tr {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  color: #464646;
  background-color: transparent !important;
  border-bottom: 1px solid #f2f2f2;
}
.dsidx-supplemental-data.dsidx-fields tr th {
  font-weight: bold !important;
  padding: 10px !important;
  width: 25%;
}
.dsidx-supplemental-data.dsidx-fields tr td {
  vertical-align: middle !important;
}
.dsidx-supplemental-data.dsidx-fields tr:hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
}


.dsidx-contact-form tr {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  background-color: transparent !important;
  vertical-align: middle !important;
}
.dsidx-contact-form tr td {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  vertical-align: middle !important;
}
.dsidx-contact-form tr td label {
  color: #464646;
  font-weight: bold;
}
.dsidx-contact-form tr .column-one {
  padding-top: 6px !important;
}

.dsidx-contact-form .dsidx-contact-form-schedule-date-row select {
  width: 200px;
}
.dsidx-contact-form .dsidx-contact-form-schedule-date-row select.dsidx-contact-form-schedule-date-day {
  width: 100px;
}

.dsidx-contact-form .ez-checkbox {
  float: none;
  margin-right: 20px;
  height: 25px;
}

.dsidx-contact-form .dsidx-contact-form-schedule-date-row {
  vertical-align: middle !important;
}

.dsidx-contact-form .dsidx-contact-form-submit {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
.dsidx-contact-form .dsidx-contact-form-submit:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}


#dsidx-secondary-data a {
  color: #0c5183 !important;
}


.dsidx-results-widget.dsidx-widget ul.dsidx-list li a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #0c5183;
  content: "\e0b4";
  font-size: 18px;
  vertical-align: middle;
}
.dsidx-results-widget.dsidx-widget .dsidx-expanded .featured-listing {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  margin: 0px;
  margin-bottom: 20px;
}
.dsidx-results-widget.dsidx-widget .dsidx-expanded .featured-listing a {
  display: block;
  margin: 10px;
}
.dsidx-results-widget.dsidx-widget .dsidx-expanded .featured-listing h4 a {
  color: #0c5183;
  font-size: 14px;
  text-align: left;
}
.dsidx-results-widget.dsidx-widget .dsidx-expanded .featured-listing ul {
  background-color: transparent;
  box-shadow: none;
  float: left;
  margin: 0;
  padding-top: 0;
}
.dsidx-results-widget.dsidx-widget .dsidx-expanded .featured-listing ul li {
  border: none;
  margin: 0;
  padding: 0;
}
.dsidx-results-widget.dsidx-widget .dsidx-expanded .featured-listing ul li.price {
  float: left;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  background-color: #0c5183;
  border-radius: 2px;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  margin: 10px 0;
}
.dsidx-results-widget.dsidx-widget .dsidx-map .dsidx-details {
  height: 0;
}
.dsidx-results-widget.dsidx-widget .dsidx-slideshow {
  font-family: Arial;
}
.dsidx-results-widget.dsidx-widget .dsidx-slideshow .featured-listing {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  margin: 0px;
  margin-bottom: 20px;
}
.dsidx-results-widget.dsidx-widget .dsidx-slideshow .featured-listing a {
  display: block;
  margin: 10px;
}
.dsidx-results-widget.dsidx-widget .dsidx-slideshow .featured-listing h4 a {
  color: #0c5183;
  font-size: 14px;
  text-align: left;
}
.dsidx-results-widget.dsidx-widget .dsidx-slideshow .featured-listing p {
  float: left;
  margin-left: 10px !important;
  padding-top: 0;
}
.dsidx-results-widget.dsidx-widget .dsidx-slideshow .featured-listing p .price {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  background-color: #0c5183;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  margin: 10px 0;
}
.dsidx-results-widget.dsidx-widget .dsidx-controls {
  margin-top: 10px;
  text-align: center;
  display: none;
}
.dsidx-results-widget.dsidx-widget .dsidx-controls a {
  color: #0c5183;
}


.dsidx-widget-search {
  background-color: transparent !important;
  margin-bottom: 20px;
}

.dsidx-widget-search .dsidx-search-widget.dsidx-widget {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding-top: 10px;
}
.dsidx-widget-search .dsidx-search-widget.dsidx-widget form {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.dsidx-widget-search .dsidx-search-widget.dsidx-widget label {
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.dsidx-widget-search .dsidx-search-widget.dsidx-widget th {
  padding: 0;
  padding-right: 7px;
}
.dsidx-widget-search .dsidx-search-widget.dsidx-widget .dsidx-search-button input {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
.dsidx-widget-search .dsidx-search-widget.dsidx-widget .dsidx-search-button input:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}


.dsidx-widget-single-listing-wrap {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}


.error404 .not-found {
  text-align: center;
}
.error404 .not-found h1 {
  font-size: 200px;
  margin-top: 30px;
}
.error404 .not-found h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.error404 .not-found .content {
  text-align: center !important;
}
.error404 .not-found .content form {
  width: 300px;
}
.error404 .not-found .content .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
}
.error404 .not-found .content .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}


.post-type-archive-agency .agency {
  border-bottom: 1px solid #f2f2f2;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.post-type-archive-agency .agency .info {
  position: relative;
}
.post-type-archive-agency .agency .info .box {
  vertical-align: middle;
}
.post-type-archive-agency .agency .info .box .address {
  margin-bottom: 10px;
  margin-left: 30px;
}
.post-type-archive-agency .agency .info .box .address:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e061";
  font-size: 20px;
  position: absolute;
  left: 0;
}
.post-type-archive-agency .agency .info .box .email {
  margin-bottom: 5px;
  margin-left: 30px;
}
.post-type-archive-agency .agency .info .box .email:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e093";
  font-size: 20px;
  position: absolute;
  left: 0;
}
.post-type-archive-agency .agency .info .box .phone {
  margin-left: 30px;
}
.post-type-archive-agency .agency .info .box .phone:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e068";
  font-size: 20px;
  position: absolute;
  left: 0;
}
.post-type-archive-agency .agency .body h3 {
  margin: 0 0 10px 0;
  padding: 0;
}


.login-register h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

.login-register hr {
  border: none;
  border-top: 1px solid #f2f2f2;
  display: block;
  margin-bottom: 0px;
  margin-top: 30px;
}


.page-template-page-submission-index-php h1 {
  text-align: center;
}


.submissions-table thead {
  border-bottom: 1px solid #f2f2f2;
}
.submissions-table thead tr th {
  padding-left: 0;
}
.submissions-table thead tr th:last-child {
  display: none;
}

.submissions-table tbody tr.sep {
  border-bottom: 1px solid #f2f2f2;
}
.submissions-table tbody tr td {
  border: none;
  vertical-align: middle;
  padding: 20px 0 0 0;
}
.submissions-table tbody tr td.thumbnail {
  border: none;
  box-shadow: none;
}
.submissions-table tbody tr td.actions {
  text-align: right;
}
.submissions-table tbody tr td.actions a {
  color: #464646;
  font-size: 12px;
  text-decoration: none;
}
.submissions-table tbody tr td.actions a:hover {
  color: #106eb2;
}
.submissions-table tbody tr td.actions .edit {
  position: relative;
  margin-right: 10px;
  padding: 5px 30px 5px 10px;
}
.submissions-table tbody tr td.actions .edit:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e06e";
  font-size: 20px;
  position: absolute;
  right: 5px;
}
.submissions-table tbody tr td.actions .edit:hover:after {
  color: #0c5183;
}
.submissions-table tbody tr td.actions .remove {
  position: relative;
  margin-right: 10px;
  padding: 5px 30px 5px 10px;
}
.submissions-table tbody tr td.actions .remove:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e04b";
  font-size: 20px;
  position: absolute;
  right: 5px;
}
.submissions-table tbody tr td.actions .remove:hover:after {
  color: #0c5183;
}
.submissions-table tbody tr td.actions .view {
  position: relative;
  margin-right: 10px;
  padding: 5px 30px 5px 10px;
}
.submissions-table tbody tr td.actions .view:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e0f1";
  font-size: 20px;
  position: absolute;
  right: 5px;
}
.submissions-table tbody tr td.actions .view:hover:after {
  color: #0c5183;
}
.submissions-table tbody tr td.actions .unpublish {
  position: relative;
  padding: 5px 30px 5px 10px;
}
.submissions-table tbody tr td.actions .unpublish:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #a8a8a8;
  content: "\e132";
  font-size: 20px;
  position: absolute;
  right: 5px;
}
.submissions-table tbody tr td.actions .unpublish:hover:after {
  color: #0c5183;
}
.submissions-table tbody tr td.actions .publish {
  position: relative;
  padding: 5px 30px 5px 10px;
}
.submissions-table tbody tr td.actions .publish:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e12b";
  font-size: 20px;
  position: absolute;
  right: 5px;
}
.submissions-table tbody tr td.actions .publish:hover:after {
  color: #0c5183;
}


a.add-submission {
  position: relative;
}

a.add-submission.btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
  background-image: none;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #464646;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 3px 5px 3px 5px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  width: auto;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 10px 40px;
}
a.add-submission.btn:hover {
  background-color: #f2f2f2;
}
a.add-submission.btn:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #56a1d5;
  content: "\e12d";
  font-size: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
}


.progressbar {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.progressbar .item .number {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 3px inset;
  border-radius: 50%;
  background-color: white;
  color: #0c5183;
  font-size: 24px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  margin-left: 40%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  width: 70px;
}
.progressbar .item .number:before {
  background-color: #f2f2f2;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 400px;
  top: 35px;
  z-index: -1;
}
.progressbar .item .number.active {
  box-shadow: none;
  background-color: #56a1d5;
  color: white;
}
.progressbar .item:last-child .number:before {
  width: 0;
}


.submission-form.form-vertical .span4 {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  min-height: 710px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.submission-form.form-vertical .span4:before {
  border: 15px solid transparent;
  border-width: 15px 15px;
  border-bottom-color: #f2f2f2;
  top: -30px;
  content: "";
  display: block;
  height: 0px;
  left: 47%;
  margin-left: -4px;
  position: absolute;
  width: 0px;
}
.submission-form.form-vertical .span4.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.submission-form.form-vertical label {
  color: #464646;
  font-weight: bold;
}
.submission-form.form-vertical label.selectit {
  font-weight: normal;
}
.submission-form.form-vertical .control-group input[type="text"], .submission-form.form-vertical .control-group input[type="email"], .submission-form.form-vertical .control-group input[type="number"], .submission-form.form-vertical .control-group input[type="password"], .submission-form.form-vertical .control-group textarea, .submission-form.form-vertical .control-group .uneditable-input, .submission-form.form-vertical .control-group #inputDate {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  margin-bottom: 3px;
  margin-top: 5px;
  width: 100%;
}
.submission-form.form-vertical .control-group input[type="text"]:focus, .submission-form.form-vertical .control-group input[type="email"]:focus, .submission-form.form-vertical .control-group input[type="number"]:focus, .submission-form.form-vertical .control-group input[type="password"]:focus, .submission-form.form-vertical .control-group textarea:focus, .submission-form.form-vertical .control-group .uneditable-input:focus, .submission-form.form-vertical .control-group #inputDate:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.submission-form.form-vertical .control-group input[type="text"]:hover, .submission-form.form-vertical .control-group input[type="email"]:hover, .submission-form.form-vertical .control-group input[type="number"]:hover, .submission-form.form-vertical .control-group input[type="password"]:hover, .submission-form.form-vertical .control-group textarea:hover, .submission-form.form-vertical .control-group .uneditable-input:hover, .submission-form.form-vertical .control-group #inputDate:hover {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1199px) {
  .submission-form.form-vertical .control-group {
  padding-left: 20px;
  padding-right: 20px;
}
.submission-form.form-vertical .control-group input[type="text"], .submission-form.form-vertical .control-group input[type="email"], .submission-form.form-vertical .control-group input[type="number"], .submission-form.form-vertical .control-group input[type="password"], .submission-form.form-vertical .control-group textarea, .submission-form.form-vertical .control-group .uneditable-input, .submission-form.form-vertical .control-group #inputDate {
  height: 35px;
  margin-bottom: 5px;
  margin-top: 10px;
}
}
.submission-form.form-vertical .control-group .chzn-container {
  width: 100% !important;
}
.submission-form.form-vertical ul.unstyled {
  margin-top: 10px;
}
.submission-form.form-vertical ul.unstyled li {
  margin-bottom: 15px;
  float: left;
  width: 50%;
}
.submission-form.form-vertical #description {
  min-height: 250px;
}

.submission-form .form-actions {
  border: none;
  background-color: transparent;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
.submission-form .form-actions .btn {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.2);
  background-color: #0c5183;
  background-image: none;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 6px 10px 6px 10px;
  text-shadow: none;
  text-align: center;
  width: 80%;
  font-size: 18px;
  height: 50px;
  padding-left: 100px !important;
  padding-right: 100px !important;
  position: relative;
  width: auto;
}
.submission-form .form-actions .btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(12, 81, 131, 0.5);
}

.submission-form .input-append {
  width: 310px;
}
.submission-form .input-append .add-on {
  border: none;
  background-color: transparent;
  margin-top: 12px;
  padding-left: 10px;
  text-shadow: none;
}


body {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
}

body .page-header {
  border: none;
  margin: 15px 0px 10px;
  padding-bottom: 0px;
}
body .page-header a {
  color: #0c5183;
}

body h1 {
  color: #0c5183;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

body h2 {
  color: #0c5183;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

body a, body a:focus, body a:hover, body a:active {
  color: #106eb2;
  outline: none;
}

@media (max-width: 767px) {
  

}


@media (min-width: 1199px) {
  font-size: 14px;body .page-header {
  padding-bottom: 5px;
}
}


.pagination ul {
  box-shadow: none;
}


.pagination ul > li > a, .pagination ul > li > span {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #0c5183;
  font-weight: bold;
  margin-right: 10px;
  padding: 7px 13px;
}


.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #0c5183;
  color: white;
}


.map-wrapper {
  position: relative;
  margin-top: -170px;
  zoom: 1;
}

@media (max-width: 767px) {
  .map-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -180px;
}
}


.show-all {
  margin-top: 5px;
  text-align: right;
  margin-right: 20px;
}

.show-all a {
  color: #464646;
  font-size: 14px;
  position: relative;
   text-decoration: none;
}
.show-all a:after {
  -webkit-transition: 0.2 false false;
  -moz-transition: 0.2 false false false;
  -o-transition: 0.2 false false false;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-family: 'PictoPro-Normal';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #a8a8a8;
  content: "\e046";
  font-size: 20px;
  bottom: -4px;
  margin-left: 2px;
  position: relative;
  text-align: right;
  text-decoration: none;
}


hr {
  margin: 10px 0;
}


.alert {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  border-radius: 0px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}


.alert.alert-error {
  background-color: #f20304;
}

.alert.alert-success {
  background-color: #42b852;
}

.alert.alert-top {
  background-color: #CBC5C8;
  margin-top:-41px
}
.alert.alert-top h4{
  color: #fff;
  margin-top:1px
}

.alert.alert-info {
  background-color: #0dade9;
}


html.ie8 .top {
  background-color: transparent !important;
}
html.ie8 .map-wrapper {
  position: relative !important;
  top: -150px !important;
}
html.ie8 .property-type.sport, html.ie8 .property-type.camp, html.ie8 .property-type.bazeny, html.ie8 .property-type.sport, html.ie8 .property-type.bazeny, html.ie8 .property-type.infocentra, html.ie8 .property-type.lyzarske-skoly, html.ie8 .property-type.muzeum, html.ie8 .property-type.pujcovny, html.ie8 .property-type.webkamery, html.ie8 .property-type.  {
  background-image: none !important;
}
html.ie8 .property-type.sport label, html.ie8 .property-type.camp label, html.ie8 .property-type.bazeny label, html.ie8 .property-type.sport label, html.ie8 .property-type.bazeny label, html.ie8 .property-type.infocentra label, html.ie8 .property-type.lyzarske-skoly label, html.ie8 .property-type.muzeum label, html.ie8 .property-type.pujcovny label, html.ie8 .property-type.webkamery label, html.ie8 .property-type. label {
  margin-left: 0px;
  text-align: center;
}
html.ie8 .property-type.sport:after, html.ie8 .property-type.camp:after, html.ie8 .property-type.bazeny:after, html.ie8 .property-type.sport:after, html.ie8 .property-type.bazeny:after, html.ie8 .property-type.infocentra:after, html.ie8 .property-type.lyzarske-skoly:after, html.ie8 .property-type.muzeum:after, html.ie8 .property-type.pujcovny:after, html.ie8 .property-type.webkamery:after, html.ie8 .property-type.:after {
  display: none !important;
}
html.ie8 .widget.aktivity .image a:before, html.ie8 .widget.aktivity .image a:after {
  display: none !important;
}


#lang_sel_list a {
  background-color: transparent !important;
  line-height: 1 !important;
  margin-top: 6px;
  	width: 36px; height:24px;
	 padding-left:20px;

}


#lang_sel_list li:first-child a {
  padding-left: 0px;
}


#lang_sel_list img.iclflag {
  display: block;
  margin-top: 1px !important;
  top: 0px !important;
  height:17px !important; width:23px !important;
}

.bedrooms .ikona-credit-card {
  background-image: url("../../assets/img/hc.png") ;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  height:17px;
  width:27px;
  margin:1px -1px 0 6px;
  display: inline-block; /* the key bit */
  *display: inline; /* IE7 hack */
  *zoom: 1; /* IE7 hack */
}
.bathrooms .ikona-normal-ham {
  background-image: url("../../assets/img/ham.png") ;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  height:17px;
  width:27px;
  margin:0 -1px 0 3px;
  display: inline-block; /* the key bit */
  *display: inline; /* IE7 hack */
  *zoom: 1; /* IE7 hack */
}

.submenu ul li span li:before {
 content: "\e12b";
 	font-family: 'PictoPro-Normal';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin: 0px 0 0px 5px;
	padding: 0 5px 0 0;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 margin-top:4px;
 margin-right:2px;
 margin-left:4px;
 float:left;
}
.panel_oskok {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 position:absolute;
 top:0;
 right:0;
 margin-top:480px;
 margin-right:265px;
 margin-left:20px;
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm {
    float: left;
	width: 40%;
	display: block !important;
  }
  
  @font-face {
    font-family: 'sommet_rounded_regularregular';
    src: url('sommetroundedregular-webfont.eot');
    src: url('sommetroundedregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sommetroundedregular-webfont.woff') format('woff'),
         url('sommetroundedregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.fs1 {
	font-size: 2em;	
}

.entry-content img{
border: 0px solid rgb(12, 81, 131);
  }
		
/* hlavnibanner*/
#hlavnibanner{position:absolute;bottom:0;min-width:1170px !important;margin:0 0px; max-width: none !important;}
#hlavnibanner.odlets{z-index:200;position:relative;bottom:5px}#hlavnibanner
.odletNoBottom{bottom:0px}#hlavnibanner
.main{background-color:#56A1D5;height:72px;font:20px/20px 'sommet_rounded_regularregular',Arial,sans-serif}
#hlavnibanner .main ul li{float:left;width:210px;list-style:none;background:url("../img/navi_odlet_main_mezi.png") no-repeat right;height:72px}
#hlavnibanner .main ul
li.home{width:60px}
#hlavnibanner .main ul li.home a{width:59px;text-indent: -1000px;padding-right:0px;padding-left:0px}
#hlavnibanner .main ul li.home a.home{background:url("../img/home.png") no-repeat}#hlavnibanner .main ul li.home
a.back{background:url("../img/back.png") no-repeat}#hlavnibanner .main ul li.home a:hover.home{background:url("../img/home_hover.png") no-repeat}
#hlavnibanner .main ul li.home a:hover.back{background:url("../img/back_hover.png") no-repeat}
#hlavnibanner .main ul
li.mapa{width:60px}
#hlavnibanner .main ul li.mapa a{width:59px;text-indent: -1000px;padding-right:0px;padding-left:0px}
#hlavnibanner .main ul li.mapa a.mapa{background:url("../img/mapa.png") no-repeat}#hlavnibanner .main ul li.mapa
a.back{background:url("../img/back.png") no-repeat}#hlavnibanner .main ul li.mapa a:hover.mapa{background:url("../img/mapa_hover.png") no-repeat}
#hlavnibanner .main ul li.mapa a:hover.back{background:url("../img/back_hover.png") no-repeat}

#hlavnibanner .main ul li.childsOver, #hlavnibanner .main ul
li.childsUnder{width:225px;font-family:'sommet_rounded_regularregular',Arial,sans-serif; list-style:none;}#hlavnibanner .main ul li.childsOver a, #hlavnibanner .main ul li.childsUnder a, #hlavnibanner .main ul li
a{font-family:'sommet_rounded_regularregular',Arial,sans-serif}#hlavnibanner .main ul li:hover
a{background:#FFF;box-shadow:1px 0 5px #000;color:#353535}#hlavnibanner .main ul li
a{color:#FFF;text-decoration:none;display:block;width:134px;height:42px;padding:15px
45px 15px 15px}#hlavnibanner .main ul li.childsOver
a{background:url("../img/list_light_up.png") no-repeat 193px center;width:165px}#hlavnibanner .main ul li.childsOver:hover
a{background:url("../img/list_dark_down.png") no-repeat right center}#hlavnibanner .main ul li.childsUnder
a{background:url("../img/list_light_down.png") no-repeat 193px center;width:165px}#hlavnibanner .main ul li.childsUnder:hover
a{background:url("../img/list_dark_up.png") no-repeat right center}#hlavnibanner .main ul
li#mainSearch{width:380px;background:none}#hlavnibanner .main ul li#mainSearch
input{background:none;border:1px
solid #EBEBEB;height:46px}#hlavnibanner .main ul li#mainSearch
input.searchField{border-right:1px solid #d3d3d3;margin:13px 0 13px 20px;padding:6px 15px 0;height:40px;line-height:46px;font:22px/22px 'sommet_rounded_regularregular',Arial,sans-serif;color:#FFF;float:left;width:278px;background:url("../img/list_light_down.png") no-repeat 250px}#hlavnibanner .main ul li#mainSearch
input.searchButton{background:url("../img/mainSearch_lupe.png") no-repeat;margin:13px
0;width:31px;height:48px;border-left:none;cursor:pointer;float:left;text-indent: -20000px;font-size:0;display:block;line-height:0}#hlavnibanner .main ul li
.over{display:none;box-shadow:0px -1px 5px #6D6D6D;background-color:#FFF}#hlavnibanner .main ul li
.under{display:none;box-shadow:0px -1px 5px #6D6D6D}#hlavnibanner .main ul li .over
.odlet{width:1000px;padding:35px
50px;margin-bottom:12px}#hlavnibanner .main ul li:hover
.activeodletOver{height:2px;background:#FFF;position:relative;width:224px;top: -74px;z-index:999}#hlavnibanner .main ul li:hover
.over{display:block;position:absolute;bottom:74px;left:0;background-color:#FFF !important}#hlavnibanner .main ul li .over
.hledamjine{position:absolute;bottom:10px;right:-150px;width:900px;text-align:center;font:14px Georgia, "Times New Roman", Times, serif;font-style:italic;color:#606060}#hlavnibanner .main ul li .over
.hledatsipka{bottom: -10px;left:880px;position:absolute}#hlavnibanner .main ul li .under
.odlet{width:1000px;background:#FFF;padding:35px
50px;margin-top:12px;z-index:1000}#hlavnibanner .main ul li:hover
.activeodletUnder{height:2px;background:#FFF;position:relative;width:224px;top:0px;z-index:999}#hlavnibanner .main ul li:hover
.under{display:block;position:absolute;top:74px;left:0px;background-color:#FFF !important}#hlavnibanner .main ul li .under
.hledamjine{position:absolute;top:10px;right:-10px;width:680px;text-align:center;font:14px Georgia, "Times New Roman", Times, serif;font-style:italic;color:#606060}#hlavnibanner .main ul li .under
.hledatsipka{top: -20px;left:850px;position:absolute}#hlavnibanner .main ul li .odlet
.odletHeadline{color:#273131;font:34px/26px 'sommet_rounded_regularregular',Arial,sans-serif}
#hlavnibanner .main ul li .odlet .submenu{margin:20px 0 60px 0;float:left}
#hlavnibanner .main ul li .odlet .subpocasi, #hlavnibanner .main ul li .odlet .slupka{margin:-20px 0 60px 0;float:left}
.menu3cols{width:270px}#hlavnibanner .main ul li .odlet
.maxi730{width:730px}#hlavnibanner .main ul li .odlet
.maxi460{width:460px}#hlavnibanner .main ul li .odlet
.mini{width:230px}#hlavnibanner .main ul li .odlet .mini .hideIfMini, #hlavnibanner .main ul li .odlet .minideskal
.hideIfMini{display:none}#hlavnibanner .main ul li .odlet
.maxideskal500{width:500px}#hlavnibanner .main ul li .odlet
.maxideskal770{width:770px}#hlavnibanner .main ul li .odlet
.minideskal{width:270px}#hlavnibanner .main ul li .odlet .submenu
.deskal{float:left;margin:30px 20px 0 0;cursor:pointer;width:20px;height:250px}
#hlavnibanner .main ul li .odlet .submenu .submenuHeadline{color:#353535;font:24px/26px 'sommet_rounded_regularregular',Arial,sans-serif;margin-bottom:30px;width:360px;height:42px}
#hlavnibanner .main ul li .odlet .subpocasi .submenupocasi, #hlavnibanner .main ul li .odlet .slupka .submenupocasi{color:#353535;font:24px/26px 'sommet_rounded_regularregular',Arial,sans-serif;margin-bottom:20px; margin-left:15px;background:url("../img/navi_odlet_submenu_line.png") repeat-x bottom}
#hlavnibanner .main ul li .odlet .subpocasi .pocasi ul{margin-left:35px;}
#hlavnibanner .main ul li .odlet .subpocasi .pocasi ul, #hlavnibanner .main ul li .odlet .slupka .pocasi ul{margin-top:2px;}
#hlavnibanner .main ul li .odlet .submenu ul li{font:16px/37px 'sommet_rounded_regularregular',Arial,sans-serif;list-style:none;width:210px;margin-right:20px;height:38px;line-height:39px;padding:0;font:24px;background:url("../img/navi_odlet_submenu_line.png") repeat-x bottom}
#hlavnibanner .main ul li .odlet .subpocasi ul li{
font:16px/37px 'sommet_rounded_regularregular',Arial,sans-serif;list-style:none;width:210px;margin-right:20px;height:38px;line-height:39px;padding:0;font:24px;
background:url("../img/backwebcam.png") repeat-x;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin:0 0 5px 0;
  padding:0 0 0 5px;
}
#hlavnibanner .main ul li .odlet .slupka ul li{
font:16px/37px 'sommet_rounded_regularregular',Arial,sans-serif;list-style:none;width:225px;margin-right:20px;height:38px;line-height:39px;padding:0;
}
#hlavnibanner .main ul li .odlet .submenu .webcam ul li {list-style:none;width:216px;margin-right:1px;margin:0px 0 6px 40px;height:178px; line-height:39px;padding:0;font:24px; float:right; background:url("../img/backwebcam.png") repeat-x 0 0;}
#hlavnibanner .main ul li .odlet .submenu .webcam img {margin:8px 9px 9px 8px;}
#hlavnibanner .main ul li .odlet .submenu .webcam p {color:#353535;font:24px/26px'sommet_rounded_regularregular',Arial,sans-serif;list-style:none; padding:-12px 0 10px 0; margin: -45px 0 4px 62px;}
#hlavnibanner .main ul li .odlet .submenu ul li
span{font:18px/37px Verdana, Arial, Helvetica, sans-serif}
#hlavnibanner .main ul li .odlet .submenu ul li:last-child{}#hlavnibanner .main ul li .odlet .submenu ul li a{color:#0C5183;box-shadow:none;height:auto;padding:0;width:auto;height:37px;background:none}
#hlavnibanner .main ul li .odlet .submenu ul li:last-child{}#hlavnibanner .main ul li .odlet .subpocasi ul li a{color:#0C5183;box-shadow:none;height:auto;padding:0;width:auto;height:37px;background:none}
#hlavnibanner .main ul li .odlet .submenu ul li:last-child{}#hlavnibanner .main ul li .odlet .slupka ul li a{color:#0C5183;box-shadow:none;height:auto;padding:0;width:auto;height:37px;background:none}
#hlavnibanner .main ul li .odlet .submenu ul li a:hover{color:#56A1D5;box-shadow:none;height:auto;padding:0;width:auto;height:37px;background:none}
#hlavnibanner .main ul li .odlet .submenu ul li
a.spezial{color:#4f4f4f;font:italic 16px/37px "Times New Roman", Times, serif}#hlavnibanner .main ul li .odlet .submenu ul
li.spezial{background:none;float:right}#hlavnibanner
.special{z-index:100;position:relative;height:40px;background-color:#0098df;font:18px/18px 'sommet_rounded_regularregular',Arial,sans-serif}#hlavnibanner .special
a{color:#FFF;text-decoration:none;padding:0
20px 0 20px;display:block;font-family:'sommet_rounded_regularregular',Arial,sans-serif}#hlavnibanner .special ul
li{line-height:40px;float:left;background:url("../img/navi_special_trenner.png") no-repeat right;padding:0
1px 0 0;font-family:'sommet_rounded_regularregular',Arial,sans-serif;}#hlavnibanner
.hide{display:none}#siteHeader{position:relative;margin:0}
.minideskal{margin:-50px 0 0 0; padding:-60px 0 0 0; position:relative;}
#navigation .main ul li#mainSearch input{border:1px solid #EBEBEB}
.searchButton{color:#3a393e;background:url("../img/lupa.png") no-repeat}
.inputSearch input{border:1px solid #d3d3d3;height:27px;font-family:"Times New Roman",Times,serif;font-size:14px;font-style:italic;color:#a9a9a9;padding:0 3px;margin:0 0 20px 0;width:327px;float:left;border-right:1px solid #d3d3d3;}
/* KONEC hlavnibanner*/
/* jazyky*/

#lang_sel_list a {
	background-color: transparent !important;
	line-height: 1 !important;
	margin-top: 6px
}
#lang_sel_list li:first-child a {
	padding-left: 0px
}
#lang_sel_list img.iclflag {
	display: block;
	margin-top: 1px !important;
	top: 0px !important
}
.top .top-inner .header .languages {
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 10px;
	vertical-align: middle;
	top: -20px
}
#lang_sel_list img.iclflag {
	display: block;
	margin-top: 1px !important;
	top: 0px !important
}
#lang_sel_list {height:32px; position:relative; z-index:99;  font-family: verdana, arial, sans-serif;}
#lang_sel_list.lang_sel_list_vertical{width:149px;}

/* hack to correct IE5.5 faulty box model */
* html #lang_sel_list {width:12em; w\idth:12em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list ul, #lang_sel_list li {padding:0 6px 0 6px !important; margin:0 !important; list-style-type:none !important; }
#lang_sel_list li:before{content:'' !important;}
#lang_sel_list ul.lang_sel_list_vertical {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list li {float:left;position:relative;  width: 24px; height:36px;}
#lang_sel_list.lang_sel_list_vertical li {width:149px;}

/* style the links for the top level */
#lang_sel_list a, #lang_sel_list a:visited {display:block;font-size:11px;text-decoration:none !important; color:#444444; background:#fff;  line-height:18px; padding-left:5px;}
#lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited{border:1px solid #cdcdcd; border-width:0 1px 1px 1px;padding-left:10px;}


/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_list a, * html #lang_sel_list a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_list.lang_sel_list_vertical ul {/*visibility:hidden;position:absolute;*/height:0;top:19px;left:0; border-top:1px solid #cdcdcd;}


/* another hack for IE5.5 */
* html #lang_sel_list ul {top:18px;t\op:19px; }
/* reset menu img definitions */
.menu-item-language img.iclflag{height:12px !important; width:18px !important; margin-bottom:0 !important; margin-right:4px;}

table.CPGImage{
   border: none !important;
   margin: 0px 0px 0px 3px !important;
   width: auto !important;
   background-color:#FFFFFF;}
.CPGImage tr td {border-width: 0px 1px 0px 1px !important;
    padding: 2px 2px 2px 2px !important;}
table.CPGImage td:first-child {border-left: 2px !important;}
table.CPGImage td:last-child {border-right: 2px !important;}
 

.CPGImage tr td {margin-bottom: 3px !important;}
.CPGImage p {
   width: 210px !important;
   margin-bottom: 0px !important;
   margin-right: 2px !important;
   padding-right: 2px !important;
   margin-left: 2px !important;
   margin-right: 2px !important;
   margin-top: 4px !important;
   font-size: 11px !important;
   vertical-align: bottom !important;
   text-align: left !important;
   line-height: 1.1em !important;
   word-wrap: break-word !important;
   clear: both !important;
    }
.CPGImage img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
   width: inherit;  /* This makes the next two lines work in IE8. */
  max-width: 82%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
}

dt{
  margin-top:8px;
  margin-bottom:4px;
}

dt a {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #106eb2;
  padding: 3px 5px;
  margin-right: 5px;
  top:3px;
}
dt a:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #F2F2F2;
  border-radius: 3px;
  padding: 4px 6px;
  margin-right: 5px;
  top:3px;
  text-decoration: none;
}
dd {
  font-size:80%;
  padding: 0px 1px;
  line-height:1.4em;
  
}

.textwidget p a{
  color: #F2F2F2;
  padding: 1px 0px;
  margin-right: 1px;
}
.textwidget p a:hover{
  color: #56A1D5;
}

.aktivity-grid .property .webcam .title h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-top: 0px;
}
.aktivity-grid .loc {
  font-size: 12px;
  padding: 0px;
  margin-top: -20px;
  margin-left:10px;
}

#text-3 {
  margin-top: -46px;
}
.post-292  {
  margin-top: -46px;
}

.banner.sekce-banner {
    background-color: rgb(245, 245, 245);
    margin-top: 12px;
    padding-left: 3px;
}
.banner {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    border-radius: 0px;
    color: white;
    margin-top: 2px;
    padding-bottom: 3px;
	padding-right: 3px;
    padding-top: 5px;
    text-align: center;
}
.banner.sekce-banner small {
 color: #0dade9;
 text-align:right;
 float:right;
 margin:-2px 19px 8px 0;
 
}

.widget_super_rss_reader {
    background-color: rgb(245, 245, 245);
    margin-top: -46px;
    padding-left: 3px;
}

@media only screen and (max-width: 780px) {			/* MOBILNÍ VERZE*/
.rev_slider {
    margin-top: -15px !important;
    z-index: 0 !important;
}
.top {

}
#hlavnibanner {
    position: fixed;
    bottom: 0px;
    min-width: auto !important;
    margin: 0px;
    max-width: none !important;
	display:none;
}

.property {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    margin-bottom: 0px;
    position: relative;
    padding: 10px;
}
.post-292 {
    margin-top: 2px;
}
.widget h2 {
    background-color:transparent;
    color: #0C5183;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 1px 0px 1px 0;
    padding-bottom: 1px;
    padding-left: 2px;
	background-image: none;
}
.widget_super_rss_reader {
    background-color: #F5F5F5;
    margin-top: 6px;
    padding-left: 3px;
}
.top .top-inner .navigation.navbar .btn-navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  float: left;
  margin-right: 52px;
  margin-top:-10px;
  opacity: 1;

}
.revmenu {
float:left;
padding:0px;
margin-left:0px;
margin-right:0px;
margin-top:10px;
margin-bottom:0px;
}
.widget_super_rss_reader {
    background-color: #F5F5F5;
    margin-top: 0px;
    padding-left: 3px;
}


}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
.top .top-inner .navigation.navbar .btn-navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  float: left;
  margin-right: 52px;
  margin-top:-10px;
  opacity: 1;

}

}