/* Put your custom styles here */

.homeBg {
background-image: url('../images/homeBg-scroll.jpg');
 background-attachment: scroll;
width: 100%;
min-width: 100%;
height:100vh;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
display: block;
border: 0px solid #000;
animation: animatedBackground 100s linear infinite;
}


@keyframes animatedBackground {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}

@media (max-width: 425px) {
.homeBg {
    background-image: url('../images/homeBg-scroll.jpg');
    background-attachment: scroll;
    width: 100%;
    min-width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    border: 0px solid #000;
    animation: animatedBackground 100s linear infinite;
}
}

.hideonMobile {
  display: block;
}

@media (max-width: 425px) {
  .hideonMobile {
    display: none;
  }
}

.hideonDesktop {
  display: none;
}

@media (max-width: 425px) {
  .hideonDesktop {
    display: block;
  }
}


.EagleLogo {
  background-image: url('../images/EagleLogo.png');
  font-size: .1px;
  border: 0px solid #000;
  width: 150px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  margin: 50px 0px 0px 30px;
  float: left;
}


@media (max-width: 425px) {
.EagleLogo {
  background-image: url('../images/EagleLogo.png');
  font-size: .1px;
  border: 0px solid #000;
  width: 100px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: block;
  margin: -30px 0px 0px 10px;
  float: left;
}
}

.EagleAddress {
  border: 0px solid #000;
  color: #FFF;
  width: 200px;
  height: 108px;
  display: block;
  margin: 50px 0px 0px 0px;
  float: right;
}

@media (max-width: 425px) {
.EagleAddress {
    border: 0px solid #000;
    color: #FFF;
    width: 200px;
    height: 108px;
    display: block;
    margin: -30px -40px 0px 0px;
    float: right;
}
}


.Soar {
  background-image: url('../images/Soar.png');
  font-size: .1px;
  border: 0px solid #000;
  width: 500px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: block;
  margin: 50px auto 0px auto;
  padding: 0px 10px;
  -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: fadein 5.5s; /* Firefox < 16 */
          -ms-animation: fadein 5.5s; /* Internet Explorer */
           -o-animation: fadein 5.5s; /* Opera < 12.1 */
              animation: fadein 5.5s;
}

@media (max-width: 425px) {
.Soar {
    background-image: url('../images/Soar.png');
    font-size: .1px;
    border: 0px solid #000;
    width: 300px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: block;
    margin: 50px auto 0px auto;
    padding: 200px 0px 0px 0px;
    -webkit-animation: fadein 5s;
    -moz-animation: fadein 5.5s;
    -ms-animation: fadein 5.5s;
    -o-animation: fadein 5.5s;
    animation: fadein 5.5s;
}
}

.whTxt {
  color: #FFF;
}

.whTxt:hover,.whTxt.pg-state-hover {
  color: #FFF;
}

.tower {
  width: 100%;
  border: 0px solid #000;
  display: block;
  position: fixed;
  bottom: 0px;
}



.tower {
    width: 100%;
    border: 0px solid #000;
    display: block;
    position: absolute;
    bottom: 0px;
}


@media (max-width: 425px) {
  .tower {
      width: 100%;
      border: 0px solid #000;
      display: block;
      position: absolute;
      top: 190px;
  }
}

@media (max-width: 375px) {
  .tower {
      width: 100%;
      border: 0px solid #000;
      display: block;
      top: 210px;
  }
}

@media (max-width: 320px) {
  .tower {
      width: 100%;
      border: 0px solid #000;
      display: block;
      top: 230px;
  }
}

.towerimg {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  -webkit-animation: fadein 5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 5s;
  /* Firefox < 16 */
  -ms-animation: fadein 5s;
  /* Internet Explorer */
  -o-animation: fadein 5s;
  /* Opera < 12.1 */
  animation: fadein 5s;
  display: block;
  margin: 0px auto;
  }

  @media (max-width: 1600px) {
  .towerimg {
    width: 100%;
    max-width: 2500px;
    text-align: center;
    -webkit-animation: fadein 5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s;
    /* Firefox < 16 */
    -ms-animation: fadein 5s;
    /* Internet Explorer */
    -o-animation: fadein 5s;
    /* Opera < 12.1 */
    animation: fadein 5s;
    display: block;
    margin: 0px auto;
    }
  }

  @media (max-width: 2740px) {
  .towerimg {
    width: 80%;
    max-width: 1500px;
    text-align: center;
    -webkit-animation: fadein 5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s;
    /* Firefox < 16 */
    -ms-animation: fadein 5s;
    /* Internet Explorer */
    -o-animation: fadein 5s;
    /* Opera < 12.1 */
    animation: fadein 5s;
    display: block;
    margin: 0px auto;
    }
  }

  @keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }

  /* Firefox < 16 */
  @-moz-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }

  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }

  /* Internet Explorer */
  @-ms-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }

  /* Opera < 12.1 */
  @-o-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }




.main-nav {
  background-color: #3c78d4;
}

.fullWidth {
    width: 100%;
    margin-top: -20px;
    padding: 0px;
    margin-bottom: 30px
}

@media (max-width: 425px) {

.fullWidth {
    width: 100%;
    margin-top: -20px;
    padding: 0px;
    margin-bottom: -80px
}
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100%;
}

.navbar-default {
    background-color: #3c78d4;
    border: 0px solid #3c78d4;
}

    .navbar {
        border-radius: 0px;
    }

    #header-2 .main-nav .navbar-nav > li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    background: none;
}



.hpbox {
  background-image: url('../images/spcBlue.png');
  width: 330px;
  margin-top: 00px;
  padding: 0px;
  position: absolute;
top: 120px;
  right: 10%;
  z-index: 10;
  color: #fff;
}

@media (max-width: 425px) {
    .hpbox {
        background-image: url('../images/spcBlue-solid.png');
        width: 97%;
        margin-top: -130px;
        margin-left: 10px;
        margin-right: 0px;
        padding: 15px;
        position: relative;
        left: 0px;
        z-index: 10;
        color: #fff;
    }
}



.hpTxt {
color: #fff;
}

.hpTxt p {
  color: #fff;
  line-height: 2;
margin: 0px 10px 20px 20px;
}

h1, .h1 {
    font-size: 50px;
    font-weight: bold;
    margin: 0px;
padding: 0px;
}

#smhdr {
  font-size: 30px;
  letter-spacing: 7px;
}

    .downArrow {
      text-align: center;
      font-size: .1px;
      background: url(../images/downArrow.png);
      background-repeat: no-repeat;
      background-position: center;
      border: 0px solid #000;
      height: 60px;
      margin-top: 0px;
      display: block;
      position: absolute;
      bottom: 20px;
      z-index: 10;
      width: 100%;
    }


    @media (max-width: 425px) {
      .downArrow {
        text-align: center;
        font-size: .1px;
        background: url(../images/downArrow.png);
        background-repeat: no-repeat;
        background-position: center;
        border: 0px solid #000;
        height: 60px;
        margin-top: 0px;
        display: none;
        position: absolute;
        bottom: 20px;
        z-index: 10;
        width: 100%;
      }
}

    .bldTxt {
      font-weight: bold;
    }

    h2, .h2 {
      font-size: 28px;
padding: 0px;
margin: 30px 0px 0px 0px;
    }


    .amenitiesbox {
      background-image: url('../images/spcBlue.png');
      width: 330px;
      margin-top: 00px;
      padding: 0;
      position: absolute;
      top: 18%;
      right: 10%;
      z-index: 10;
      color: #fff;
    }

    @media (max-width: 425px) {
    .amenitiesbox {
    background-image: none;
    width: 100%;
    margin-top: 100px;
    padding: 15px;
    position: relative;
    bottom: 100px;
    right: 0;
    z-index: 10;
    color: #fff;
}
}

    .amenitiesboxTxt {
    color: #fff;
    margin-top: 20px;
    padding: 0px 10px 10px 10px;
    }

    .amenitiesboxTxt p {
    color: #fff;
    line-height: 2;
    padding: 0px;
margin: 0px;
    }

    .contactbox {
      background-image: url('../images/spcBlue.png');
      width: 600px;
      margin-top: 00px;
      padding: 10px 15px 15px 15px;
      position: absolute;
      top: 150px;
      left: 50%;
        margin-left: -250px;
        z-index: 10;
      color: #fff;
    }

    @media (max-width: 425px) {
    .contactbox {
    background-image: url('../images/spcBlue.png');
    width: 350px;
    margin-top: 00px;
    padding: 10px 15px 15px 15px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -175px;
    z-index: 10;
    color: #fff;
}
}

    .contactboxTxt {
    color: #fff;
    }

    .contactboxTxt p {
    color: #fff;
    line-height: 2;
    padding: 0px;
margin: 0px;
    }


.applybtn {
  background-image: url('../images/btn.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

@media (max-width: 1195px) {
.applybtn {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
}

.noPad {
  padding: 0px;
  border: 0px solid #FFF
}

@media (max-width: 425px) {
.noPad {
  padding: 0px;
  background-color: #FFF;
  border: .1px solid #FFF;
  height: 50vh;
}
}


.noPadBlu {
  padding: 0px;
  border: 0px solid #FFF
}

@media (max-width: 425px) {
.noPadBlu {
  padding: 0px;
  background-color: #3c78d4;
  border: .1px solid #FFF
}
}

select {
  margin: 0px;
  border: 2px solid #ecf0f1;
  height: 35px;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrows.png) no-repeat 95% 50% #FFF;
  padding: 7px 13px 7px 9px;
  color: #999;
}

select.select-hear {
  margin: 0px;
  border: 2px solid #ecf0f1;
  height: 35px;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrows.png) no-repeat 95% 50% #FFF;
  padding: 7px 13px 7px 9px;
  color: #999;
}

select.select-agent {
  margin: 0px;
  border: 2px solid #ecf0f1;
  height: 35px;
  width: 74%;
  border-radius: 0px;
  overflow: hidden;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrows.png) no-repeat 95% 50% #FFF;
  padding: 5px 13px 7px 9px;
  color: #999;
}

@media (max-width: 425px) {
select.select-agent {
    margin: 0px;
    border: 2px solid #ecf0f1;
    height: 35px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrows.png) no-repeat 95% 50% #FFF;
    padding: 5px 13px 7px 9px;
    color: #999;
}
}

@media (max-width: 1195px) {

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

#header-2 .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 3px;
}

.mapBg {
  background-image: url('../images/map.png');
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: cover;
  border: 0px solid #000;
  display: block;
}


.whtTxt {
  color: #FFF;
}



.heightTxt {
  border: 0px solid #000;
  width: 90%;
}


.theHeighttitle  {
  font-size: 1px;
  background-image: url('../images/TheHeight.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: 100px;
  width: 100%;
  min-height: 90px;
  border: 0px solid #000;
  padding: 0px;
  margin: 10px 0px 20px 0px;
  position: relative;
  display: block;
}

@media (min-width: 1555px) {
.theHeighttitle  {
  font-size: 1px;
  background-image: url('../images/TheHeight.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: 100px;
  width: 100%;
  min-height: 200px;
  border: 0px solid #000;
  padding: 0px;
  margin: 10px 0px 20px 0px;
  position: relative;
  display: block;
}
}

.txtPad {
  padding: 0px 40px 0px 40px;
}


.blueBtm {
  background-image: url('../images/spcBlue.png');
  text-align: center;
  width: 140px;
  /* float: right; */
  top: 5px;
  padding: 20px 0px 20px 10px;
  margin: 0px 0px 0px 0px;
  border: 0px solid #000;
  position: absolute;
  right: 5px;
}

@media (max-width: 425px) {

.blueBtm {
  background-color: #3c78d4;
  text-align: center;
  width: 100%;
  padding: 20px 20px 20px 10px;
  margin: -10px 20px 0px 20px;
  border: 0px solid #000;
  position: relative;
  display: block;
  float: left;
}
}

.icn1 {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 0px;
  float: left;
  width: 19px;
}

.icn {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 0px;
  float: left;
  width: 19px;
}

.action {
  position: relative;
  border: 0px solid #000;
  margin-left: 0px;
  float: left;
  cursor: pointer;
  cursor: hand;
  z-index: 999;
  width: 100%;
  height: 24px;
  text-align: left;
  font-size: 11px;
  color: #FFF;
}

.actionWhite {
  position: relative;
  border: 0px solid #000;
  margin-left: 0px;
  float: left;
  cursor: pointer;
  cursor: hand;
  z-index: 999;
  width: 100%;
  height: 24px;
  text-align: left;
  font-size: 11px;
  color: #FFF;
}



.noWidth {
  width: 0px;

}


@media (max-width: 425px) {
.action {
  position: relative;
  border: 0px solid #000;
  margin-left: 2px;
  width: 32%;
  float: left;
}

.actionWhite {
  position: relative;
  border: 0px solid #000;
  margin-left: 2px;
  width: 32%;
  float: left;
}
}



.responsiveImg {
  width: 100%;
}


.citiLogo {
  margin: 20px 0px 0px 0px;
}

.contactLogos {
  width: 100%;
  border: 0px solid #000;
  display: inline-block;
}

  @media (max-width: 425px) {
      .citiLogo {
          margin: 80px 0px 0px 0px;
          display: inline-block;
          width: 130px;
      }
  }

.insurentLogo {
  float: right;
  margin: 20px 10px 0px 0px;

}

@media (max-width: 425px) {
    .insurentLogo {
      float: right;
      margin: 80px 10px 0px 0px;
        width: 130px;
    }
}

.txtCtr {
  text-align: center;
}

.hphdr  {
  background-image: url('../images/hdr-Welcome.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: .1px;
  width: 320px;
  min-height: 84px;
  margin-top: 20px;
  margin-left: 10px;
}



.locationhdr  {
  background-image: url('../images/hdr-Location.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: .1px;
  width: 320px;
  min-height: 84px;
  margin-top: 20px;
  margin-left: 10px;
}


a.closebtn  {
  color: #FFF;
  float: right;
  width: 100%;
  text-align: right;
  padding: 2px 5px 2px 2px;
  position: absolute;
top: 18%;
right: 10%;
z-index: 99;
background-image: url(../images/bluCircle.png);
background-repeat: no-repeat;
background-position: center right;
}

a.closebtnh  {
  color: #FFF;
  float: right;
  width: 100%;
  text-align: right;
  padding: 2px 5px 2px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
background-image: url(../images/bluCircle.png);
background-repeat: no-repeat;
background-position: center right;
}

@media (max-width: 425px) {

a.closebtn  {
  color: #FFF;
  float: right;
  display:none;
}

a.closebtnh  {
  color: #FFF;
  float: right;
  display:none;
}
}


.availSidebar {
  background-image: url('../images/sidebar.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  max-width: 300px;
  display: block;
  margin-top: -20px;
}

.availSidebarLower {
    background-size: cover;
    text-align: center;
    max-width: 315px;
    background-color: #acc5ed;
}


@media (max-width: 425px) {
  .availSidebar {
    background-image: none;
    background-color: #acc5ed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    max-width: 100%;
    height: 73vh!important;
    display: block;
  }

  .availSidebarLower {
      background-size: cover;
      text-align: center;
      max-width: 100%;
      background-color: #acc5ed;
  }
}


.Avail_Logo {
  width: 137px;
  margin: 60px auto 0px auto;
}

.Avail_txt {
  margin: 30px 0px 70px 0px;
  color: #5a8cda;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.Avail_txt_desc {
  margin: 30px 0px 0px 0px;
  color: #5a8cda;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.Avail_txt_unit {
  margin: 30px 0px 0px 0px;
  color: #FFF;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 425px) {
  .Avail_txt {
    margin: 0px 0px 0px 0px;
    color: #5a8cda;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
  }
}

.Avail_txt a {
  color: #5a8cda;
}

.whtBg {
  background-color: #FFF;
  background-image: url('../images/thesidebar.jpg');
  background-position: left top;
display: block;
float: left;
/* min-height: 500px; */
padding: 0px;
margin: 0px;
max-width: 1859px;
height: 100vh;
/* border: 1px solid #000; */
}

.AvailBg {
background-image: url('../images/availBg.jpg');
background-repeat: repeat-y;
background-position: left top;
}

@media (max-width: 425px) {
  .AvailBg {
    background-image: url('../images/availBg-mobile.jpg');
  background-repeat: repeat-y;
  background-position: left top;
  }
}

.Avail_table {
  border: 0px solid #000;
  display: table;
  width: 100%;
  max-width: 1500px;
  margin: 50px 20px 50px 30px;
}

@media (max-width: 425px) {
  .Avail_table {
    border: 0px solid #000;
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}

.Avail_col_hdr {
  width:100%;
  float: left;
  text-align: center;
  color: #5a8cda;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #000;
  border-right: 1px solid #93b0ce;
  padding: 0px 6px;
cursor: pointer;
}


.Avail_col_hdr_last {
  width:20%;
  float: left;
  text-align: center;
  color: #5a8cda;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #000;
  border-right: 0px solid #93b0ce;
}

.Avail_row {
  background-color: #dee7f6;
  border: 0px solid #000;
  display: block;
}

.Avail_col {
  width:20%;
  float: left;
  text-align: center;
  color: #5a8cda;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}

.Avail_col, .action  a{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  width: 100%;
  margin: 0px;
  text-transform: uppercase;
}

.bgColorOne {
  background-color: #ebeef3;
}

.bgColorTwo {
  background-color: #FFF;
}

.Availaction {
  color: #5a8cda;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.theaction {
  color: #5a8cda;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.theaction a {
  color: #5a8cda;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.Avail_col_other {
  width:20%;
  float: left;
  text-align: center;
  color: #5a8cda;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  background-color: #FFF;
}

.Avail_col_other  a{
  color: #5a8cda;

}


.Avail_col_txt {
  background-color: #ebeef3;
border: 0px solid #000;
display: inline-block;
width: 100%;
}

@media (max-width: 425px) {
  .Avail_col_hdr {
    width:100%;
    float: left;
    text-align: center;
    color: #5a8cda;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 2px solid #000;
    border-right: 1px solid #93b0ce;
  }

  .Avail_col_hdr_last {
    width:20%;
    float: left;
    text-align: center;
    color: #5a8cda;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 2px solid #000;
    border-right: 0px solid #93b0ce;
  }

  .Avail_row {
    background-color: #dee7f6;
    border: 0px solid #000;
    display: block;
  }

  .Avail_col {
    width:20%;
    float: left;
    text-align: center;
    color: #5a8cda;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
  }

  .Avail_col, .action  a{
    color: #5a8cda;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }

  .action {
    color: #5a8cda;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }

  .Avail_col_other {
    width:20%;
    float: left;
    text-align: center;
    color: #5a8cda;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    background-color: #FFF;
  }

  .Avail_col_other  a{
    color: #5a8cda;

  }


  .Avail_col_txt {
    background-color: #ebeef3;
  border: 0px solid #000;
  display: inline-block;
  width: 100%;
  }
}

.floorplanImg {
width: 80%;
}


@media (max-width: 425px) {
  .floorplanImg {
    width: 90%;
margin: 20px 0px 30px 0px;
  }

}


a.activeType  {
  color: #FFF;
}

.typeImg {
  border: 2px solid #FFF;
  margin: 0px 0px 10px 0px;
}

th.header.headerSortUp{
  background-image: url('../images/up-arrow.png');
  background-repeat: no-repeat;
  background-position: 153px 25px;
}

th.header.headerSortDown {
  background-image: url('../images/down-arrow.png');
  background-repeat: no-repeat;
  background-position: 153px 25px;
}


.spacer {
  height: 100px;
  display: block;
  text-align: center;
  color: #FFF;
  padding: 10px 20px 10px 20px;
}

p.spacertxt  {
  text-align: center;
  color: #FFF;
  font-size: 12px;
}

@media (max-width: 425px) {
  .spacer {
    height: 200px;
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px 30px 120px 30px;
  }
}


h1.locationhdr  {
  color: #FFF;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: .1px;
  margin: 20px 0px 0px 35px;
  max-width: 320px;
}

@media (max-width: 1024px) {
h1.locationhdr  {
  color: #FFF;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: .1px;
  margin: 20px 0px 0px 35px;
  max-width: 300px;
}
}

@media (max-width: 425px) {
h1.locationhdr  {
  color: #FFF;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: .1px;
  margin: 20px 0px 0px 35px;
  max-width: 300px;
}
}

h2.locationSub {
  color: #FFF;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 6px;
  margin: 0px 0px 0px 35px;
}


.bgWhite {
  background-color: #FFF;
}
