
/* Standard desktop/tablet layout */
@media screen and (min-width:769px)
{

  .HeroCopy
  {
    position: absolute;
    right: -160px;
    bottom: 0px;
  }
  .HeroImage h2
  {
    position: absolute;
    bottom: 0;
  }
  #MainHtml
  {
    background:url("images/background.png")fixed;
    background-repeat-y:no-repeat;
    background-color: #231f20;
  }
  .mobileNavSelector
  {
    display: none;
  }
  header#hd
  {
    margin:0;
    width:320px;
    position:fixed;
    padding-top: 39px;
    max-width: 320px;
    min-height: 100%;
    background-color: rgba(0,0,0,0.25);
  }
  .HeroImage img
  {
    height: 979px;
    max-width: 979px !important;
  }
  .ImageRight img
  {
    margin-right: 1em;
  }

  .ImageLeft img
  {
    margin-right: 1em;
  }
}


li.rmItem
{
  width: 100% !important;
  padding-left: 15px !important;
}

#masterTopBarAuxiliary
{
    position: fixed;
    top: 0;
    right: 0;
}
#MainBody
{
  max-width: 1170px;
  margin: 0 auto;
}
#masterContentArea
{
  max-width: 960px;
  width: auto;
  margin:0;
  margin-right: 0;
  margin-left: 320px;
  padding-left: 2em;
}

/* Mobile Layout. */
@media screen and (max-width:768px)
{
  #MainHtml
  {
    background:url("images/background-mobile.png");
    background-repeat-y:no-repeat;
    background-position: top center;
    background-color: #231f20;
  }
  #masterHeaderBackground
  {
    margin:0 auto;
    margin-top: 25%;
  }
  .mobileNavSelector
  {
    display: block;
  }
  #masterContentArea
  {
    width:100%;
    margin: 0;
    padding: 1em;
  }
  header#hd
  {
    display: none;
    position: fixed;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: black;
    background-color: rgba(0,0,0,0.75);
    z-index: 99;
    overflow-y: scroll;
  }

  .rmLink , .rmLink img
  {
    width: 100% !important;
    height: auto !important;
  }
  #masterLogoArea,#masterHeaderBackground img
  {
    width: 75% !important;
  }
  .yui-bd > .yui-ge:first-child .WebPartZone:first-child, .yui-bd >.yui-g:first-child .WebPartZone:first-child
  {
    margin-top: 10em;
  }

  .HeroImage img
  {
    height: auto;
    max-width: 100%;
  }
  .BookNowButton
  {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  .HeroCopy
  {
    position: relative;
    right: 0;
  }
  .HeroImage h2
  {
    position: relative;
  }
  .ImageRight img
  {
    margin-left: 100%;
  }

  .ImageLeft img
  {
    margin-right: 100%;
  }

  /* Yui Ovverides to provide desired 100% look in mobile view. */
  .yui-g .yui-g .yui-u, .yui-gb .yui-g .yui-u, .yui-gc .yui-g .yui-u, .yui-gd .yui-g .yui-u, .yui-ge .yui-g .yui-u, .yui-gf .yui-g .yui-u,
 .yui-g .yui-gc div.first, .yui-g .yui-ge div.first, .yui-g div.first, .yui-gc div.first, .yui-gc div.first div.first,
  .yui-gd div.first, .yui-ge div.first, .yui-gf div.first, .yui-ge .yui-u,.yui-u.shade, .yui-g .yui-g
  {
    width: 100%;
    float: left;
  }
}

/* Additional Layout fixes. */
.home
{
  margin: 0 !important;
}
.home > .iMIS-WebPart > .ContentItemContainer
{
  padding:0;
}
.home > .iMIS-WebPart > .ContentItemContainer  img
{
  width: auto;
}

.ImageRight img
{
  float: right;
  margin-bottom: 1em;
}

.ImageLeft img
{
  float: left;
  margin-bottom: 1em;
}

.RadMenu_Austin.RadMenu a.rmLink
{
padding:0;
}

.infoImage
{
  padding-left: 15px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.infoImage2
{
  padding-left: 15px;
}
.HeroImage
{
  position: relative;
}
/*#masterContentArea .ContentItemContainer img {
    max-width: 100%;
}*/
