/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.3.2015, 17:36:24
    Author     : honza
*/

#map,
#map_auction,
#panorama,
#loc-map {
  height:400px;
  background:#6699cc;
}

.popin{
  background:#fff;
  padding:10px;
  box-shadow: 0 0 20px #999;
  border-radius:10px;
}

#geocode {
    cursor: pointer;
}

* {
    font-family: "Signika", sans-serif;
}

body {
    background-color: #f1f1f1;
    font-size: 12px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header {
    position: relative;
}

header a.howto {
    position: absolute;
    top: 0px;
    right: 0%;
    background: #efba1b url('../images/howto.png') no-repeat;
    background-position: 15px 0;
    padding: 3px 20px 3px 75px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

header a.howto:hover {
    text-decoration: none;
}

header .navbar {
    padding-top: 83px;
    margin-bottom: 0;
    border: 0;
}

header .navbar-brand {
    position: absolute;
    display: block;
    width: 222px;
    height: 44px;
    top: 16px;
	padding: 0;
}

header .navbar-brand .logo {
	width: 222px;
	height: 44px;
}

header .navbar-brand span {
    display: none;
}

header .contacts {
    position: absolute;
    top: 30px;
    left: 300px;
}

header .contacts span.item {
    margin-right: 20px;
}

header #navbar {
    position: relative;
	background-color: #efba1b;
	border-radius: 10px 0 10px 10px;
}

header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

header ul.nav-link {
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

header ul.nav-link li a.first,
header ul.nav-user li a.first {
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

header ul.nav-link li a.last,
header ul.nav-user li a.last {
    border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

header ul.nav-link li a {
    font-size: 15px;
    padding-left: 25px;
    color: #333;
}

header ul.nav-link li a:hover,
header ul.nav-link li a:focus,
header ul.nav-link li a:active,
header ul.nav-link li a.active{
    background-color: #f2c849;
    color: #fff;
}

header ul.nav-link ul.dropdown-menu li a:hover,
header ul.nav-link ul.dropdown-menu li a:focus,
header ul.nav-link ul.dropdown-menu li a:active,
header ul.nav-link ul.dropdown-menu li a.active{
	color: #333;
}

header ul.nav-link li.open a.dropdown-toggle {
	background: #f2c849;
}

header .nav-right {
    position: absolute;
    top: -30px;
    right: 0%;
}

header ul.nav-link li.nav-filter,
header ul.nav-link li.nav-filter-close {
    float: right;
}

header ul.nav-link li.nav-filter a {
    color: #333;
}

header ul.nav-link li.nav-filter-close a {
    background-color: #fff;
    color: #000;
}

header ul.nav-link li.nav-filter a:active,
header ul.nav-link li.nav-filter a:hover {
    color: #fff;
}

header ul.nav-user {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #515151;
}

header ul.nav-user li a {
    font-size: 15px;
    padding-left: 25px;
    color: #fff;
    background-color: #515151;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

header ul.nav-user li a:hover,
header ul.nav-user li a:active,
header ul.nav-user li a:focus {
    background-color: #515151;
    color: #ccc;
}

header ul.nav-user li a.last {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #363636;
}

header ul.nav-user li a.last:hover,
header ul.nav-user li a.last:focus,
header ul.nav-user li a.last:active {
    color: #ccc;
}

header ul.nav-link li a.first,
header ul.nav-user li a.first {
    border-top-left-radius: 10px;
}

header .navbar-okdrazby {
	
}

.navbar-okdrazby .navbar-toggle {
    border-color: #ddd;
}

header .navbar.navbar-okdrazby {
    padding-top: 20px;
    margin-bottom: 0;
    border: 0;
}

.navbar-okdrazby .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-okdrazby .navbar-nav {
    margin: 7.5px 0px;
}

@media (min-width: 768px) {
	header .navbar.navbar-okdrazby {
		padding-top: 83px;
		margin-bottom: 0;
		border: 0;
	}
	.navbar-okdrazby .navbar-nav {
		margin: 0px;
	}
}

#shortcuts {
    background-color: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
    border-radius: 10px;
}

#shortcuts .thumbnail {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
}

#shortcuts .thumbnail:hover,
#shortcuts .thumbnail.active {
    background-color: #efba1b;
}

#shortcuts .thumbnail a:hover,
#shortcuts .thumbnail a:focus,
#shortcuts .thumbnail a:active {
    text-decoration: none;
}

#shortcuts .thumbnail img {
	width: 32px;
	margin-top: 10px;
}

#shortcuts .thumbnail .caption {
	padding: 5px;
}

#shortcuts .thumbnail a h3 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 5px;
}

#shortcuts .thumbnail a:hover h3,
#shortcuts .thumbnail:hover a h3 {
    color: #fff;
	font-size: 20px;
}

aside,
main {
	margin-top: 20px;
}

aside .panel {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
}

.panel.panel-newsletter {
    border-radius: 10px;
    border: 0;
}

aside .panel-heading,
.panel.panel-newsletter .panel-heading {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.panel-default.panel-newsletter>.panel-heading {
    background-color: #efba1b;
    background-repeat: no-repeat;
    background-image: url('../images/heading/newsletter.png');
    color: #fff;
    background-position: 30px 0;
}

aside .panel-default>.panel-heading {
    background-color: #efba1b;
    background-repeat: no-repeat;
    background-position: 5px 0;
    color: #fff;
}

aside .panel-news h4 a {
	color: white;
	display: block;
}

aside .panel-news h4 a:hover {
	text-decoration: none;
}

aside .panel-heading {
    padding: 1px 15px;
}

aside .panel-heading h4 {
    /*margin-left: 50px;*/
    font-weight: 600;
    font-size: 17px;
}

@media (min-width: 992px) {
aside .panel-heading h4 {
    margin-left: 50px;
    font-weight: 600;
    font-size: 19px;
}

    
    aside .panel-default>.panel-info {
    /*background-image: url('../images/heading/info.png');*/
	background-image: url('../images/heading/new/info.png');
}

aside .panel-default>.panel-news {
    /*background-image: url('../images/heading/news.png');*/
	background-image: url('../images/heading/new/news.png');
}

aside .panel-default>.panel-auction {
    /*background-image: url('../images/heading/news.png');*/
	background-image: url('../images/heading/new/auction.png');
	/*opacity: 50%;*/
}

aside .panel-default>.panel-clock {
    /*background-image: url('../images/heading/news.png');*/
	background-image: url('../images/heading/new/clock.png');
}
aside .lead {
    font-size: 18px;
}
}
aside .facebook {
    margin-bottom: 20px;
}

aside .list-group-item {
    border-color: #e6e6e6;
}

aside .status-filter .list-group-item {

}

aside .list-group-item h4 {
    font-size: 14px;
    font-weight: 600;
}

aside .lead {
    font-size: 15px;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
	background-color: #f5f5f5;
	color: #333;
	font-weight: bold;
	border-color: #e6e6e6;
}

aside .list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #777777;
}

aside .list-group-item.active>.badge {
    color: #fff;
    background-color: #777;
}

.panel-newsletter .form-group {
    margin-bottom: 0;
}

.btn-okdrazby {
  color: #fff;
  background-color: #efba1b;
  border-color: #efba1b;
}

.btn-okdrazby:hover,
.btn-okdrazby:focus,
.btn-okdrazby.focus,
.btn-okdrazby:active,
.btn-okdrazby.active {
  color: #666;
  background-color: #efba1b;
  border-color: #efba1b;    
}

.input-newsletter {
    border: 0;
    box-shadow: none;
    background-color: #f1f1f1;
}

footer .panel {
    border-radius: 10px;
    border: 0;
}

footer .lead {
    font-size: 135%;
    margin-top: 10px;
}

footer a {
    color: #333;
    text-decoration: underline;
}

h4 a,
h4 a:hover,
h4 a:active {
    color: #000;
}

main,
.modal {
    font-size: 14px;
    text-align: justify;
}

main .lead {
    margin-bottom: 0;
}

main .row h3 {
    margin-top: 0;
}

main .row .table {
    margin-bottom: 0;
}

main .pagination>li>a {
    color: #000;
    padding: 6px 16px;
}

main .pagination>li>a:hover {
    color: #000;
}

main .pagination>.active>a,
main .pagination>.active>a:focus,
main .pagination>.active>a:hover {
    background-color: #efba1b;
    border-color: #efba1b;
    font-weight: bold;
}

main a.thumbnail.first {
    margin-bottom: 0;
}

main a.thumbnail:hover {
    border-color: #efba1b;
}

main .panel-heading h1 {
    margin-top: 10px;
}

main .online {
    display: block;
    position: absolute;
    top: 0;
    /*left: 20px;*/
    width: 64px;
    height: 31px;
    background: url('../images/online_small.png') no-repeat;
    z-index: 99;
}

main  .sold{
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    width: 92%;
    background: url('../images/tag.png') no-repeat;
    z-index: 99;
    text-align: left;
    color: #fff;
    padding: 6px 10px;
    font-size: 8px;
    height: 37px;
    font-size: 14px;
}

main .online-big {
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 144px;
    height: 144px;
    background: url('../images/online_big.png') no-repeat;
    z-index: 999;
}

main .panel-okdrazby {
    border-color: #efba1b;
    background-color: #ffe9a7;
}

main .panel.panel-min-400 {
    min-height: 400px;
    margin-bottom: 0;
}

main .panel-okdrazby .panel-heading {
    background-color: #efba1b;
}

main div.login-text {
    border: 1px solid #efba1b;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

main #auction-bid hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

main .panel-body p.alert {
    margin-bottom: 0;
    margin-top: 20px;
}

main .nav-tabs {
    margin-bottom: 15px;
}

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

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.red {
	color: #f76549;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-bottom: 10px;
}

.eu-cookies {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    background-color: #333;
	opacity: 0.95;
    z-index: 1000;
	font-size: 120%;
	padding: 1em;
}

header.eu-top-padding {
	padding-top: 92px;
}

.eu-cookies-in {
	margin: 0 auto;
	width: 100%;
	padding: 1em;
	text-align: center;
}

.red {
	color: red;
}

.check-warn {
	padding: 15px;
	box-shadow: 0 0 10px #999;
	border-radius:10px;
}

table.login {
	width: 100%;
}

table.login th {
	width: 40%;
}

table.login td,
table.login th {
	padding: 2px 10px;
}

table.table th {
	width: 35%;
}

#search .checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}

.frame {
	border: 1px solid #333;
	height: 280px;
	overflow: scroll;
	padding: 10px;
}

#user-login-text {
	background-color: #fff;
	padding: 20px;
	font-size: 18px;
	border-radius: 10px;
}


.reklema-300-600 {
position:fixed;
left:50%;
margin-left:585px;
width:300px;
top: 15px;
}

.reklema-160-600 {
position:absolute;
left:50%;
margin-left:-745px;
width:160px;
top: 15px;
}

.reklema-970-310 {
	margin-bottom: 20px;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.row.registration .col-xs-12,
.row.registration .col-md-3,
.row.registration .col-sm-6,
.row.registration .col-sm-4,
.row.registration .col-sm-3 {
	margin-bottom: 8px;
}

.panel {
	position: relative;
}

.auction-info .panel-body {
	margin-bottom: 60px;
}

.share {
	position: absolute;
	bottom: 0;
}

@media (min-width: 768px) {
	.dropdown-menu {
		min-width: 262px;
		padding: 0;
		margin: 0;
	}
	.dropdown-menu li a {
		padding: 10px;
		border-bottom: 1px solid #eee;
	}
}

.district-filtr{
    display:none;
}

.bg-block{
    background-color: #fff;
    padding:60px 70px;
    border-radius: 10px;
    margin-bottom:30px;
}

.page-cover{
    margin-bottom:30px;
    margin-top: 20px;
}

#about-us{
    color:#000;
}

#about-us h2{
    font-size:30px;
    color: #efba1a;
}

#about-us p{
    color:#000;
    margin-bottom:20px; 
    font-size:14px; 
}

#about-us h3{
    font-size:25px;
    color:#efba1a;
}

#about-us h4{
   font-size:16px;
   color:#000;
}

#about-us .btn{
    padding:18px 35px;
    font-size:17px;
    font-weight:bold;
}

#about-us .title{
    margin-top:0;    
}

#about-us ul {
    list-style-image: url('/images/icon-save.png');
    padding-left:26px;
}

#about-us li {
    font-size: 18px;
    padding-bottom: 18px;
}

#about-us  .citation{
    font-size: 150px;
    line-height: 0;
    padding-top: 65px;
    margin: 0;
}


#about-us .citation-block p{
    font-size:16px;
    line-height:29px;
}

#about-us .claim-text{
    float: left;
    padding-top: 25px;
    font-size:16px;
}

#about-us .claim-text h2{
    font-size:30px;    
    margin-bottom: 5px;
}

#about-us .claim-photo{
    width: 154px;
    float: left;
    margin-right: 40px;
}

#about-us .title-specific{
    margin-bottom:30px;
}

#about-us .signature{
    margin-top:45px;
}

#about-us .our-team .team-content h3{
     font-size:20px;
     margin-top:0;     
} 

#about-us .our-team .team-content{
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding:25px;
    width: 99%;    
    background-color:#fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#about-us .partners-content{
    border: 1px solid #e6e6e6;
    padding:30px;
      background-color:#fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.no-padding-right{
    padding-right:0;
}

.partners-pack, .our-team-pack{
    margin-top:40px;
}

.page-cover img, .partners-content img{
    max-width:100%;
}

.our-team-pack img{
    width:100%;
}

@media (max-width: 768px) {
	.bg-block {        
        padding: 30px;        
    }
    
    #about-us h2 {
        font-size: 24px;
        color: #efba1a;
    }
    
    #about-us h4 {
        font-size: 14px;
        color: #000;
    }
    
    #about-us h2 {
        font-size: 20px;
        color: #efba1a;
    }
    
    #about-us li {
        font-size: 16px;
        padding-bottom: 18px;
    }
    
    .signature{
        text-align:center;
    }
    
    #about-us .claim-photo{
        width:auto;
        float:none;
        margin:0;
    }
    
    #about-us .claim-text{
        float:none;
        text-align:center; 
    }
    
    #about-us h3 {
        font-size: 20px;
        color: #efba1a;
    }
    
    .our-team-pack img{
        width:100%;
    }
    
    .our-team-pack .people{
        margin-bottom:20px;
    }
    
    #about-us .our-team .team-content{
         width:99.4%;
    }
}

@media (max-width: 989px) {

    .our-team-pack .people{
        margin-bottom:20px;
    }

}

.gm-style-iw-d{
    color:#fff;
}

.gm-style-iw-d .contentGoogleMap{
    color:#000;
}

.contentGoogleMap .firstHeading{
    text-align:left;
}

#map{
    width:100%;
    height:500px
}

#map .bw{
    filter:grayscale(100%)
}

.popover {
    max-width: 400px;
    max-height: 300px;
}
.popover-title .close{
    position: relative;
    bottom: 3px;
}
.column-img {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 15px; 
}
.column-img img{
    max-width:100%;
}
.column-text {
    width: 50%;
    float: left;
    padding-top: 5px;
}

.auction-btn .btn{
    margin-bottom:10px;
}