.modal-header {
    border-bottom: none;
}

.btn-success {
    color: #ffffff;
    background-color: #0084c1;
    border-color: #0084c1;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background: #055383;
    border-color: #055383;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #e1ffe9;
}


/* tables */

table.tablesorter {}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {}

table.tablesorter thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {vertical-align:middle;}

table.tablesorter tbody tr.odd td {}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {}

#plot1-b {
    width: 20px;
    height: 20px;
    background: #7da83c;
    float: left;
    margin-right: 10px;
}

#plot2-b {
    width: 20px;
    height: 20px;
    background: #F3CE00;
    float: left;
    margin-right: 10px;
}

#plot3-b {
    width: 20px;
    height: 20px;
    background: #e03a31;
    float: left;
    margin-right: 10px;
}

#plot-plan {
    width: 20px;
    height: 20px;
    background: #1c4582;
    border: 3px #9b0404 solid;
    float: left;
    margin-right: 10px;
}

#plot-none {
    width: 20px;
    height: 20px;
    background: #CCCCCC;
    float: left;
    margin-right: 10px;
}

.shares-container {
    padding: 50px 0;
    background: #0084c1;
}

.share-element {
    border: 2px solid;
    font-size: 15px;
    height: 580px;
    color: #FFF;
}

.map-input1 {
    border-radius: 4px 0 0 4px;
}

.map-input2 {
    border-radius: 0 4px 4px 0;
}

.map-container {
    position: absolute;
    z-index: 999998889;
    width: 365px;
    background: #FFF;
    top: 50%;
    margin-top: -214px;
    right: 5%;
}

.map-container-office {
    position: absolute;
    z-index: 999998889;
    width: 280px;
    height: 280px;
    background: #FFF;
    bottom: 30px;
    right: 30px;
    text-align: left;
}

.map-container-block {
    padding: 10px;
}

.map-container-block.grey {
    background: #ededed;
    text-align: center;
}

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    .modal-dialog-center {
        width: 100%;
    }
}

.fancybox {
    margin: 0;
    display: block;
    float: left;
    width: 12.5%;
    height: auto;
}

.fancybox {
    width: 12.5%;
}

.fancybox:hover {
    background: #000 url(/images/bg-gallery-plus.png) center no-repeat;
}

.prew-gallery {
    width: 100%;
    height: auto;
}

.fancybox img {
    opacity: 1;
}

.fancybox:hover img {
    opacity: 0.3;
}

.header-container {
    /* background: url(/images/mainbg.jpg)  top no-repeat; */
    margin-top: 147px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-container a {
    color: #FFF;
}

.header-container a:hover {
    color: #FFF;
}

.vesna-footer-menu li {
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0 8px;
    margin-right: 0;
}

.vesna-footer-menu-cottages li {
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0 8px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 0;
}

.vesna-footer-tel1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.vesna-footer-tel2 {
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.map_popover h4 {
    margin: 0;
}

p.size {
    margin: 0;
}

.map_popover {
    background: url(../images/map_popover-bg.png) bottom no-repeat;
    font-weight: normal;
    width: 180px;
    background-size: 100%;
    position: absolute;
    text-align: center;
    color: #FFF;
    z-index: 1000;
    display: none;
    padding: 20px 5px 20px 5px;
}

.navbar-default {
    background-color: #FFF;
    border-color: #e7e7e7
}

#message {
    margin: 10px 0;
    padding: 0;
}

.error_message {
    display: block;
    background: #FBE3E4;
    padding: 5px 10px;
    color: #8a1f11;
    text-align: center;
}

.loader {
    padding: 0 10px;
}

acronym {
    border-bottom: 1px dotted #ccc;
}

.news-item {
    width: 100%;
    margin-bottom: 30px;
}