﻿.map {
    width: 100%;
    margin-bottom: 10px;
}
#map_canvas img {
    max-width: none;
}
img {
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.panel {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
.twoColumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #ddd; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ddd; /* Firefox */
    column-rule: 1px solid #ddd;
}
#ActiveImage {
    height: 528px;
}
@media (max-width: 767px) {
    .twoColumns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (max-width: 480px) {
    #ActiveImage {
        height: 240px;
    }
    .flex .carousel {
        order: 1;
    }
    .flex .mainImage {
        order: 2;
    }
}
.properties {
    width: 98%;
}
.properties > tbody > tr > td:first-child {
    width: 33%;
}
img#ActiveImage {
    width: 100%;
    max-height: 420px;
}
.glyphicon-ok-circle {
    color: green;
}
.glyphicon-remove-circle {
    color: darkred;
}
.glyphicon-question-sign {
    color: darkblue;
}
h4 {
    font-weight: bold;
	font-size: 14px;
    border-bottom: 1px solid currentColor;
    margin-bottom: 14px;
    padding: 5px 0px;
}
#titleDiv, #buttonDiv {
    width: 100%;
    text-align: center;
}
#titleDiv {
    font-weight: bold;
    padding: 3px;
    line-height: 26px;
    font-size: 18px;
    border: 1px solid currentColor;
    margin-bottom: 20px;
}
.backbutton {
    width: 100%;
    height: 35px;
    text-align:right;
    font-size: 16px;
}
.backbutton a:hover {
    text-decoration: none;
}

.glyphicon {
    font-size: 18px;
}

.circle {
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 35px;
    background-color: rgba(256, 256, 256, 0.7);
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 100px;
    text-align: center;
    line-height: 100px;
}