html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
dl,
dt,
dd,
ol,
ul,
li,
form,
legend,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  color: ;
  background: ;
  text-rendering: optimizeLegibility;
}
html,
body {
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
td,
th {
  vertical-align: top;
  text-align: left;
}
th {
  font-weight: bold;
}
table img {
  vertical-align: middle;
}
ol,
ul,
.noList {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  font-size: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: ;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: ;
  text-decoration: underline;
}
.hover a.toTr {
  color: ;
}
h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 150%;
  font-weight: bold;
}
h3 {
  font-size: 120%;
  font-weight: bold;
}
h4,
h5,
h6,
h7,
h8 {
  font-size: 100%;
  font-weight: bold;
}
.monospace {
  font-family: monospace;
}
.scrollable {
  overflow: scroll;
}
table .tiny {
  width: 10px;
}
.center {
  text-align: center !important;
  vertical-align: middle !important;
}
.middle {
  vertical-align: middle !important;
}
.cleaner {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.noDisplay {
  display: none;
}
.noPadding {
  padding: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noSpace {
  padding: 0 !important;
  margin: 0 !important;
}
.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=text],
.formField,
.txt,
input[type=password],
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid silver;
  font-size: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
}
input[type=file] {
  font-size: 100%;
}
input[type=text],
.formField,
.txt,
input[type=password],
textarea,
select,
.uneditable-input,
.button {
  padding: 4px 6px;
}
textarea {
  width: 99.9%;
  height: auto;
  font-size: 100%;
}
:-moz-placeholder {
  color: gray;
}
::-webkit-input-placeholder {
  color: gray;
}
input[type=text],
input[type=password],
select,
textarea {
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
form div.error {
  background: #ffffff;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: red;
}
form div.error input[type=text],
form div.error input[type=password],
form div.error textarea {
  border-color: red;
  -webkit-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  -moz-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
form div.error input[type=text]:focus,
form div.error input[type=password]:focus,
form div.error textarea:focus {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  -moz-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #ffffff;
  border-color: red;
  color: #cc0000;
}
input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button {
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding-left: 13px;
  padding-right: 13px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: ;
  -moz-box-shadow: ;
  box-shadow: ;
  text-decoration: none;
  font-size: 100%;
  background-color: gray;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(silver),to(gray));
  background-image: -moz-linear-gradient(top,silver,gray);
  background-image: -ms-linear-gradient(top,silver,gray);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,silver),color-stop(100%,gray));
  background-image: -webkit-linear-gradient(top,silver,gray);
  background-image: -o-linear-gradient(top,silver,gray);
  background-image: linear-gradient(top,silver,gray);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#808080', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: gray gray #5a5a5a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
}
.button:hover {
  background-position: 0 -15px;
  text-decoration: none;
}
.button.disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.button:disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.button:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
}
.button.large {
  font-size: 130%;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.button.small {
  padding: 3px 9px 3px;
  font-size: 85%;
}
form table.layouter {
  width: 100%;
  font-size: ;
}
form table.layouter th {
  padding-top: 9px;
  padding-bottom: 2px;
  width: 11em;
  text-align: right;
  padding-right: 13px;
  font-weight: normal;
}
form table.layouter td {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
form table.layouter td input,
form table.layouter td select {
  margin-right: 0.3em;
}
form table.layouter td label {
  margin-right: 1.1em;
}
form table.layouter td,
form table.layouter th {
  vertical-align: top;
}
form table.layouter table.layouter th {
  width: 10em;
}
form table.wider th {
  width: 12em;
}
form table.expanded th {
  width: 12em;
}
form table.wide th {
  width: 31%;
}
form table.collapsed th {
  width: 3em;
}
form input.err,
form textarea.err {
  border: 1px solid red !important;
}
form label.err {
  color: red;
}
.wide {
  width: 100%;
  max-width: 40em;
}



body {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  background: #eeeeee;
  color: #343434;
}
html,
body {
  background: #eeeeee;
  overflow-x: hidden;
}
a.button {
  font-size: 120%;
  text-decoration: underline !important;
}
#headerInner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#search_street {
  width: 10em;
}
.search-label {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
  text-shadow: 0 -2px rgba(0,0,0,0.6);
}
#header {
  z-index: 10;
  position: relative;
  background: #bfb0a4;
  color: white;
}
#header h1, #header h3 {
  overflow: hidden;
  width: 210px;
  height: 99px;
  position: relative;
}
#header h1 img, #header h3 img {
  position: absolute;
  left: 0;
  top: 0;
}
#header #nav {
  position: absolute;
  right: 40px;
  bottom: 0;
  text-transform: uppercase;
  font-size: 130%;
}
#header #nav li {
  float: left;
  margin-left: 1px;
}
#header #nav li.active a {
  background: #eeeeee;
  color: #0d0d0d;
}
#header #nav li a {
  text-shadow: 0 -1px rgba(0,0,0,0.3);
  display: inline-block;
  padding: 0.4em 0.6em;
  background: #bfb0a4;
  color: white;
}
#header #nav li a:hover {
  color: #525252;
  text-shadow: 0 1px rgba(255,255,255,0.5);
  text-decoration: none;
}
#header #lang {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
#header #lang a {
  display: block;
  width: 32px;
  height: 20px;
  text-indent: 1000px;
  overflow: hidden;
}
#header #lang li {
  margin: 5px;
  float: left;
}
#header #lang a.cs {
  background: url('../pics/web/cs.png') no-repeat left top;
}
#header #lang a.en {
  background: url('../pics/web/en.png') no-repeat left top;
}
#footer {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer #fbprofile {
  float: right;
  margin-right: 10px;
}

#footer #Liprofile {
  float: right;
  margin-right: 10px;
}

#footer #Inprofile {
  float: right;
  margin-right: 20px;
}

#footer #jooble {
  background-color: #fff;  
  display: block;
  float: right;
  clear: both;
  margin-right: 20px;
  margin-top: 10px;
}

#footer #jooble img {
  max-width: 60px;
  padding: 5px 5px 0 5px;

}

#footer #fbprofile img {
  width: 30px;
}
#footer .footerSection {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 16%;
  margin-right: 20px;
}
#footer .exhangeRateNote {
  color: rgba(255,255,255,0.7);
}
#footer .exhangeRateNote a {
  color: white;
}
#pageWrapper {
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #eeeeee;
}
#pageWrapper #content {
  padding: 20px;
}
#content {
  color: #626262;
}
#content p {margin-bottom: 0.88em;}
#content table,
#content ul,
#content h1,
#content h2,
#content h3,
#content h4 {
  
}
#content h1{
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 1em;
  text-align:center;
}
#content h2, #content h1 {
  border-bottom: 1px solid #626262;
  padding-bottom: 0.1em;
}
#content .detailFrame {
  background: white;
  padding: 15px;
  margin-left: -20px;
  margin-right: -20px;
}
#content .searchList {
  width: 100%;
  margin-bottom: 8px;
}
#content .searchList tr td {
  background: white;
  padding: 9px;
}
#content .searchList tr td h3 {
  margin-bottom: 0;
  margin-top: 4px;
}

#content .searchList tr td h2 {
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: 100;
  text-align: left;
  padding: 0;
  border: 0;
  font-size: 120%;
}

#content .searchList tr td img.product-image {
  width: 100%;
}
#content .searchList tr td .btn {
  float: right;
}
#content .list {
  background: white;
  width: 100%;
}
#content .list tr {
  border-bottom: 20px solid #eeeeee;
}
#content .list tr td,
#content .list tr th {
  padding: 10px;
}
#content .list h3 {
  margin-bottom: 3px;
}
#content .photoBar img {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
#content .photoBar #morePhotosButton {
  clear: both;
  background: #eeeeee;
  padding: 7px 13px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
#content .photoBar #propertyImageSlider {
  width: 99%;
  height: 646px;
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
}
#content .photoBar #propertyImageSlider img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
}
#content .photoBar #propertyImageSlider .navLeft {
  position: absolute;
  left: 0;
  top: 250px;
  width: 131px;
  height: 145px;
  font-size: 150%;
}
#content .photoBar #propertyImageSlider .navRight {
  position: absolute;
  right: 0;
  width: 131px;
  height: 145px;
  top: 250px;
  font-size: 150%;
}
#content table.detailTable {
  font-size: 150%;
  width: 80%;
  margin: 1em auto 1em;
}
#content div.descriptionBox {
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
  padding: 1em 0;
}
span.uppercase {
  text-transform: uppercase;
}
.notActive {
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.notActive:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#searchBackground {
  z-index: 99999999;
  height: 529px;
  position: relative;
  margin-bottom: 10px;
  width: 100vw;
  margin-left: 50%;
  transform: translate(-50%,0);
  top: -20px;
  background-size: cover !important;
  background-position: bottom center !important;
}
#searchBackground #search_form {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
}
#searchBackground #search_form ul {
  border-bottom: 1px solid white;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}
#searchBackground #search_form ul li {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 110%;
  text-transform: uppercase;
}
#searchBackground #search_form ul li.active {
  background: #eeeeee;
  border: 1px solid #626262;
  border-bottom: 0;
}
#searchBackground #search_form ul li.active a {
  color: black;
}
#searchBackground #search_form ul li a {
  color: white;
}
#searchBackground #search_form .buttonPanel {
  text-align: center;
  font-size: 130%;
}
#searchBackground #search_form #locationsSelects {
  position: absolute;
  background: white;
  border: 1px solid gray;
  padding: 6px;
  color: black;
  z-index: 9999;
  width: 12.3em;
}
#searchBackground #search_form #locationsSelects span {
  display: inline-block;
  border-bottom: 1px solid gray;
  width: 11.1em;
}
#searchBackground #search_form #locationsSelects input {
  float: right;
  margin-top: 3px;
}
#searchBackground #locationsSelectsToggle {
  display: inline-block;
  font-size: 90%;
  text-decoration: none !important;
  margin-left: 3px;
}
.search-layout {
  width: 94%;
  margin: 0 auto;
}
.search-layout td,
.search-layout th {
  vertical-align: bottom;
}
.search-column #search_query {
  width: 10em;
}
.search-column .searchField {
  width: 90%;
}
.search-column th {
  padding-right: 6px;
  padding-top: 5px;
  text-align: right;
  font-style: normal;
}
.search-column td,
.search-column th {
  padding-bottom: 3px;
}

.contact-left {float: left; min-width: 250px;}

#fullPageContent {
  background: white;
  padding: 20px;
}
#fullPageContent blockquote {
  margin-bottom: 1em;
  font-style: italic;
  font-size: 130%;
}
#fullPageContent a {
  text-decoration: underline;
}

#fullPageContent .leftCol a {
  text-decoration: none;
  font-weight: bold;
  color: #626262;
}

#fullPageContent ul.list {
  list-style: square;
  margin-left: 3em;
  width: auto;
  float: none;
}
#fullPageContent h2 {
  text-align: left;
}
#fullPageContent .leftCol {
  float: left;
  width: 25%;
}
#fullPageContent .leftCol h2 {
  font-size: 400%;
  margin-bottom: 8px;
  border: 0;
}
#fullPageContent .leftCol ul {
  border-top: 1px solid #626262;
  padding-top: 1em;
}
#fullPageContent .leftCol ul li {
  font-size: 130%;
}
#fullPageContent .leftCol ul li.sel {
  color: black;
  font-weight: bold;
}
#fullPageContent .rightCol {
  float: right;
  width: 70%;
}

#photosOther a {text-decoration: none;}

.downloadPdfBar {
  font-size: 120%;
  text-align: center;
}
.contactForm {
  border-top: 1px solid gray;
  padding-top: 10px;
}
.contactForm p.send {
  font-size: 120%;
  text-align: center;
}
p.contactSent {
  background: #78bf31;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: white;
  text-align: center;
  padding: 13px 19px;
  text-shadow: 0 -1px rgba(0,0,0,0.5);
}
.layouter th {
  padding-right: 8px;
}
.fb-like {
  float: right;
}
.error {
  color: red;
  font-weight: bold;
}
.flagContainer {
  overflow: hidden;
  position: relative;
}
.propertyFlag {
  -webkit-transform: rotate(50deg) translate3d(0,0,0);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  background: red;
  color: white;
  position: absolute;
  z-index: 999;
  right: -3em;
  top: 3em;
  font-size: 130%;
  text-align: center;
  width: 12em;
  text-style: none;
}
.emailVerify {
  display: none;
}
#back {
  display: block;
  text-align: center;
}
#last {
  display: block;
  float: left;
}
#next {
  display: block;
  float: right;
}
#propertyImageSliderSimple,
#propertyImageSliderSimpleMoreLink {
  display: none;
}
.shortVersion {
  display: none;
}
.projectFrame {
  background: white;
  padding: 14px 1px 6px 14px;
  margin-bottom: 25px;
}
.projectBox {
  width: 48.5%;
  margin-right: 1.5%;
  float: left;
}
.projectBox h3 {
  font-size: 170%;
}
.projectBox a {
  color: white;
  text-decoration: none;
}
.webSubPropertiesList {
  width: 100%;
}
.webSubPropertiesList tr td,
.webSubPropertiesList tr th {
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  padding: 3px 8px;
}
@media screen and (max-width: 1200px) {
  #pageWrapper {
    width: 100%;
  }
  #footer,
  #headerInner {
    width: 100%;
  }
  #propertyImageSlider {
    display: none;
  }
  #propertyImageSliderSimple {
    display: block;
  }
  #propertyImageSliderSimple img {
    width: 100%;
  }
  #propertyImageSliderSimpleMore {
    display: none;
  }
  #propertyImageSliderSimpleMore img {
    width: 100%;
  }
  #propertyImageSliderSimpleMoreLink {
    display: block;
    font-weight: bold;
    display: block;
    margin: 4px;
  }
  #morePhotosButton,
  #photosOther,
  #morePhotos {
    display: none;
  }
  
  .rightCol #photosOther, .contact #photosOther {display: block ! important;}

  
  
  table.search-layout td,
  table.search-layout th {
    display: block;
    padding-bottom: 8px;
  }
  table.search-layout .btn {
    font-size: 130%;
  }
  #searchBackground {
    height: auto;
  }
  #searchBackground #search_form {
    position: relative;
  }
  #header h1, #header h3 {
    width: 150px;
    height: 70px;
  }
  #header h1 img, #header h3 img {
    width: 100%;
  }
  #header #nav {
    position: relative;
    left: 0;
    font-size: 110%;
    bottom: 0;
    text-align: center;
    /*background: gray;*/
    padding: 10px;
  }
  #header #nav li {
    margin-left: 1px;
    float: none;
    display: inline-block;
  }
  #header #nav li a {
    /*background: gray;*/
    width: 7.5em;
    text-align: center;
    padding: 0.2em 0;
    text-shadow: none;
  }
  #header #nav li a:hover {
    color: white !important;
  }
}
@media screen and (max-width: 830px) {
  #footer {
    font-size: 90%;
  }
  #footer .footerSection {
    padding: 0 15px 8px;
    display: block;
    width: auto;
    margin-right: 0;
  }
  #footer #fbprofile {
    margin-right: 10px;
  }
  #footer .exhangeRateNote {
    margin-top: 2em;
    border-top: 1px solid silver;
    padding: 1em;
    text-align: left;
  }
  #content table.detailTable {
    font-size: 100%;
    width: 100%;
  }
  #content .searchList {
    background: white;
  }
  #content .searchList tr td,
  #content .searchList tr th {
    display: block;
    width: auto !important;
  }
  #content .searchList tr td img.product-image,
  #content .searchList tr th img.product-image {
    width: 100%;
  }
  #content .searchList tr td .btn,
  #content .searchList tr th .btn {
    float: none;
    display: block;
    text-align: center;
  }
  .longVersion {
    display: none;
  }
  .shortVersion {
    display: table;
  }
  .shortVersion td,
  .shortVersion th {
    padding-bottom: 0.1em;
  }
  .shortVersion th {
    width: 12em;
  }
  #fullPageContent {
    background: white;
    padding: 20px;
  }
  #fullPageContent .leftCol {
    float: none;
    width: 100%;
    margin-bottom: 3%;
  }
  #fullPageContent .rightCol {
    float: none;
    width: 100%;
  }
  #header #nav {
    padding: 0;
  }
  #header #nav li {
    margin-left: 1px;
    display: block;
  }
  #header #nav li a {
    display: block;
    width: 100%;
    padding: 0.2em 0;
  }
  #header #nav li a:hover {
    background: #a7a7a7;
  }
  
  
}
#content .photoOverlayLabelFrame {
  position: relative;
  margin-bottom: 6px;
}
#content .photoOverlayLabelFrame h3.photoOverlayLabel {
  position: absolute;
  bottom: 6px;
  left: 0;
  background: url('../pics/overlayLabelBg.png') repeat-y right;
  margin: 0;
  padding: 0.5em 0.7em;
  min-width: 41%;
  color: white;
  text-shadow: 1px 1px 3px black;
}
#content .photoOverlayLabelFrame h3.photoOverlayLabel a {
  display: block;
}
#fullImageBar {
  position: relative;
  overflow: hidden;
  height: 55%;
}
#fullImageBar img {
  width: 100%;
  display: block;
  position: absolute;
  top: -35%;
  left: 0;
}
#fullImageBar #h2Centerer {
  width: 1200px;
  margin-left: -525px;
  left: 50%;
  bottom: 0;
  position: absolute;
}
#fullImageBar #h2Centerer h2 {
  display: inline-block;
  padding: 0.4em 1em;
  background: rgba(0,0,0,0.45);
  color: white;
  font-size: 210%;
  text-shadow: 1px 1px 0 black;
}

#h1Centerer {text-align: center; margin-bottom: 10px; border-bottom: 1px solid #626262;}

#h1Centerer h1  {
  border: 0;
  padding-bottom: 0.1em;
  text-align: center;
  font-weight: 100;
  margin: 0;
  display: inline-block;
}

#h1Centerer h2  {
  border-bottom: 1px solid #626262;
  padding-bottom: 0.1em;
  text-align: center;
  font-weight: 100;
  margin: 0;
  display: inline-block;
}

#h1Centerer span {
  padding-bottom: 0.1em;
  text-align: center;
  font-weight: 100;
  margin: 0;
  display: inline-block;
  font-size: 150%;
}

#h1Centerer span:before {content: ", ";}

#fullPageContent .services h2.text-center {text-align: center; margin-bottom: 10px;}
#fullPageContent .services .logos {display: inline-block;}
#fullPageContent .services .logos p {float: left; max-width: 25%;}
#fullPageContent .services .logos p img {max-width: 95%; padding-right: 5%;}

@media (min-width: 1100px) {
  
  #content .photoBar {
    width: 100vw;
    margin-left: 50%;
    transform: translate(-50%,0);
  }
  #content .photoBar #propertyImageSlider {
    width: 100%;
    height: 720px;
  }
  #searchBackground #search_form ul {
    width: 1010px !important;
    margin: 0 auto !important;
  }
  .search-layout {
    width: 1010px;
    margin-top: 5px;
  }
  #photosOther {
    width: 1063px;
    margin: 0 auto;
    padding-left: 10px;
  }
  
}
h2 {
  text-align: center;
  font-weight: 100;
}
h3 {
  font-weight: 100;
}
.search-label {
  font-weight: 100 !important;
}
#footer {
  background: #949494 !important;
}


@media screen and (max-width: 1050px) {
  .contact div iframe {width: 65%;}
}

@media screen and (max-width: 810px) {
  .contact div iframe {width: 60%;}
}

@media screen and (max-width: 720px) {
  .contact div iframe {width: 55%;}
}

@media screen and (max-width: 640px) {
  .contact div iframe {width: 50%;}
}

@media screen and (max-width: 600px) {
  .contact-left {width: 100%;}
  .contact div iframe {width: 100%;}
}

@media screen and (max-width: 550px) {
  #photosOther a img {width: 24%;}
  #fullPageContent .services .logos p {max-width: 50%;}
}

@media screen and (max-width: 450px) {
  #photosOther a img {width: 100%;}

  #search_form select, .search-column #search_query {width: 100%;}
  #search_street {width: 83%;}
  #searchBackground #search_form #locationsSelects {width: 78%;}
  #searchBackground #search_form #locationsSelects span {width: 93%;}
  #searchBackground #search_form #locationsSelects input {margin-top: 1px;}
}
