﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
  background-color: #c0c0c0;
}

html .t-container-fluid,
html .t-row-wrap > .t-row {
  max-width: none;
}

body {
	font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}
a {
  background: transparent;
}

img {
  border: 0;
}

button,
input {
  -webkit-appearance: none; 
  cursor: pointer; 
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 1em;
}

.MainHeader {
  background-position: inherit;
  position:fixed;
  padding: 0px 3px;
  margin: 0px;
  width: 100%;
  /*min-height: 100px !important;
  max-height: 100px !important;*/
  table-layout: fixed;
  /*height: 100px !important;*/
  left: -1px;
  z-index: 100000000;
  background-color: whitesmoke;
  background-attachment: inherit;
}

.nav-front{
  z-index: 1000000;
}



.HomeBar {
  position: fixed;
  width:100%;
  opacity: 1;
  z-index: 20000;
}

.top-nav
{
  display:inline;
}

.BodyArea {
  vertical-align: middle;
  padding-top: 65px;
  width:100%;
}

.doc-padding
{
  padding-bottom: 90px;
}

.render-abs {
  position:absolute;
}

#anchorNext {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index:10000;
}

#imgNext {
  width: 50px;
  height: auto;
  z-index: 1000;
}

#anchorPrev {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10000;
}

#imgPrev {
  width: 50px;
  height: auto;
  z-index: 1000;
}

.ToBack
{
  z-index: 10000;
  display: none;
}


#SoldImages
{
  position:absolute;
}

#LandMap > img:first-child {
  position: relative;
}


#LandMap > img:last-child {
  position: relative;
}

#mapster_wrap_0 > a:first-child {
  position: absolute;
}

#mapster_wrap_0 > img:last-child {
  position: absolute;
}

#mapster_wrap_0 {
  position: relative;
}

@media screen and (max-width: 1300px) {
  .header-image {
    display: block;
    height: auto;
    width:auto;
  }

  .header-logo-image {
    margin-top: 10px;
    display: block;
    text-align: right;
    width: 50%;
    height: auto;
    float: right;
  }

  .home-thumbnail {
    margin-top: 50px;
    width: 90%;
    height: auto;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 700px) 
{
  .header-image {
    margin-top: 10px;
    display: block;
    height: auto;
    width: 90%;
  }
}

@media screen and (max-width: 1050px) {
  .header-logo-image {
    margin-top: 10px;
    display: none;
    margin-top: 50px;
    text-align: right;
    width: 50%;
    height: auto;
    float: right;
  }
}


  @media screen and (min-width: 1301px) {
    .header-image {
      display: block;
      text-align: left;
      height: auto;
    }

    .header-logo-image {
      margin-top: 10px;
      display: block;
      text-align: right;
      float: right;
      height: auto;
    }

    .home-thumbnail {
      margin-top: 50px;
      width: 350px;
      height: auto;
      text-align: center;
      justify-content: center;
    }
  }

  @media screen and (max-width: 1451px) {
  }

  @media screen and (min-width: 1450px) {
  }

  .sold-image {
    position: absolute;
    left: 0;
    top: 0;
  }

  .imgmap-position {
    position: absolute;
    text-align: center;
    justify-content: center;
  }