/* ==========================================================================
 HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
 ========================================================================== */

 html,
 button,
 input,
 select,
 textarea {
  color: #222;
 }
 body, html {
  height: 100%;
 }
body {
font-family: 'robotoregular', Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 22px;
}

 ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
 }

 ::selection {
  background: #b3d4fc;
  text-shadow: none;
 }

 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
 }

 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
 }

 textarea {
  resize: vertical;
 }

 .chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
 }

/* ==========================================================================
 Global Styles
 ========================================================================== */
 ul {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  background: #FFF;
}
a {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}
a:hover {
  color: #FFF;
}
p, td {
  color: #FFF;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h5, .special {
  font-family: 'antonioregular', sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
h1.title {
  text-indent: -9999px;
  width: 600px;
  height: 100px;
}
/* Remove dotted lines around image links in Firefox */
:-moz-any-link:focus {
  outline: none;
}
.bg {
  min-height: 100%;
  min-width: 1700px;

  width: 100%;
  height: auto;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.break {
  background: #222;
  height: 20px;
}
/* ==========================================================================
 Navigation Bars
 ========================================================================== */
 #header, .bottom-nav, .top-nav {
  text-align: center;
  color: #AAA;
  z-index: 500;
}
.top-nav, .bottom-nav {
  padding: 25px;
}
#header {
  background: url('../images/bg_header_top.png') repeat-x bottom center;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;

  height: 80px;
}
#header ul{
  width: 100%;
  margin: 28px auto 0 auto;
  padding: 0;
}
#header li{
  display: inline;
  padding: 20px;
  font-size: 1.3em;
  width: 100%;
  height: 100%;
  font-family: 'antonioregular', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: top;
}
#header li:hover{
  color: #fff;
}
.top-nav {
  background: url('../images/bg_header_top.png') repeat-x bottom center;
  top: -1px;
  left: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index:9999;
}
.bottom-nav {
  background: url('../images/bg-footer.png') repeat-x top center;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index:99;
}
.over-img {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
}
/* ==========================================================================
 Home Page
 ========================================================================== */
 #home-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  background:url(../images/bg_nav_page.jpg) repeat;
}
img.home-title
{
  position: absolute;
  max-width: 80%;
  max-height: 100%;
  top: 10%;
  left: 10%;
}

img.home-title:empty
{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ==========================================================================
 Our Story Page
 ========================================================================== */
 #our-story-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#home-content {
  margin: 80px auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:99;
}

#our-story {
  background: url('../images/our_story_full_width_full_height1.png') no-repeat center center;
  background-size: 798px auto;
  margin: 80px auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:99;
}

#our-story .row {
  height:300px;
  position: absolute;
  top: 17%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 590px;
  text-transform: uppercase;
}
#our-story .col {
  float: left;
  width: 100%;
}
#our-story .col:first-child {
  padding: 0 8% 0 0;
}
/* ==========================================================================
 Navigation Page
 ========================================================================== */
 #nav-page-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  height:950px;
}
#nav-page {
  width: 60%;
  margin: 0px auto;
}
#nav-page-icons a img {
  width:33.333%;
  max-width: 268px;
}
#side-photos-left {
  position: absolute;
  max-width: 100%;
}
#side-photos-left:empty {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#side-photos-right {
  position: absolute;
  max-width: 100%;
}
#side-photos-right:empty {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* ==========================================================================
 Pages
 ========================================================================== */
 .page-wrapper h3 {
  font-size: 1.2em;
  margin-top: 42px;
}
.page-wrapper h3:first-child {
  margin-top: 0;
}
img.page-title {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.page-wrapper p {
  font-size: 1.1em;
}
.page-wrapper .special {
  text-align: center !important;
  width: 70%;
  margin: 42px auto;
  font-size: 1.1em;
}
.dotted-lines {
  height:1px;
  width:100%;
  background: url("../images/page-dotted-line.png") repeat-x;
  margin-bottom: 5%;
}

.page-wrapper{
  color: #FFF;
  width: 100%;
  height: 100%;
}
.page {
 position: relative;
 padding: 2% 8%;
 height: 96%;
}
.page-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.2em;
  cursor: pointer;
}
.page-close-button:after {
  content: " X";
  color: #cc6666;
}

/* Function Page */
#functions-page-wrapper .col:first-child {
  padding-right: 2%;
}
#functions-page-wrapper .col:last-child {
  padding-left: 2%;
}
#functions-page-wrapper .col {
  width:48%;
  height: 100%;
  overflow: hidden !important;
  float: left;
}
#functions-page-wrapper p {
  text-align: left;
}

/* Virtual Tour */
#virtual-tour-page-wrapper-mobile img#mobile-img {
  float: right;
  padding-left: 2%;
}
#virtual-tour-page-wrapper-mobile .content {
  text-align: center !important;
}
#virtual-tour-page-wrapper-mobile .col {
  margin-top: 30px;
}
#virtual-tour-page-wrapper-mobile .col:hover h3, #virtual-tour-page-wrapper-mobile .col:hover p {
   color: #FFF;
}
#virtual-tour-page-wrapper-mobile .col h3, #virtual-tour-page-wrapper-mobile .col p {

      cursor: pointer;
}
#hutt-st h3, #hutt-st p {
  color: #FFF;
}
#oconnel-st h3, #oconnel-st p {
        color: #666666;
}
#jetty-rd h3, #jetty-rd p {
        color: #666666;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 5%;
width: 90%;
  height: 100%;
  outline: 10px solid #FFF;
}


/* Find Us */
#find-us-page-wrapper #map {
  float: right;
  margin-left: 2%;
  max-width: 100%;
  
  width: 640px;
  height: 480px;
}
#find-us-page-wrapper .content {
  text-align: center !important;
}
#find-us-page-wrapper .col {
  margin-top: 30px;
}
#find-us-page-wrapper .col h3, #find-us-page-wrapper .col p {
      cursor: pointer;
      color: #FFF;
}
#find-us-page-wrapper .col h3 span, 
#call-us-page-wrapper .col h3 span  {
  color: #cc6666;
}

/* Trading Hours */
#trading-hours-page-wrapper table {
  margin: 0 auto;
}
#trading-hours-page-wrapper tr {
  height: 28px;
  font-size: 15px;
}
#trading-hours-page-wrapper tr.titles td {
  text-align: center !important;
}
#trading-hours-page-wrapper tr.sub-titles {
  font-style: italic;
}
#trading-hours-page-wrapper td:nth-child(2n+1) {
 text-align: left;
 padding-left: 1%;
}
#trading-hours-page-wrapper td:nth-child(2n+2) {
 text-align: right;
 padding-right: 1%;
}

/* Email Us */
#email-us-page-wrapper .col {
  width: 33.3333%;
  float: left;
  text-align: center;
}


/* Call Us */

#call-us {
  display: block;
  position: fixed;
  right: -200px;
  top: 20vh;
  z-index: 500;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#call-us.open {
	right: 0;
}

#call-us .button {
  background: #cc6666;
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#call-us .button img {
	height: 100%;
}


#call-us .content {
  display: inline-block;
  background: url('../images/bg_nav_page.jpg') no-repeat;
  background-size: cover;
  padding: 20px;
  max-width: 200px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#call-us .content .col {
	color: #fff!important;
	margin-bottom: 40px;
}

#call-us .content .col:last-child {
	margin: 0;
}

#call-us #oconnel-st h3, 
#call-us #oconnel-st p,
#call-us #jetty-rd h3, 
#call-us #jetty-rd p {
	color: #fff;
}
.m-menu { display:none;}
/* ==========================================================================
 Media Queries
 ========================================================================== */

 /* Background size */
 @media screen and (max-width: 1700px) {
   img.bg {
     left: 50%;
     margin-left: -850px;   /* 50% */
   }
 }

 /* Nav li resize on width */
 @media screen and (max-width: 800px) {
   #header li {
    font-size: 1em;
  }
  #header img {
    height: 100px;
  }
  .m-menu { display:block;}
  .d-menu { display:none;}
}

/* Navigation bar resize on height */
@media only screen and (max-height: 500px) {
 .top-nav, .bottom-nav {
  padding: 11px;
}
.top-nav img, .bottom-nav img {
  width: 20px;
}

#header, #footer { 
  height: 41px;
}
#header ul, #footer ul {
  margin: 11px auto 0 auto;
}
#header li, #footer li {
  font-size: 1em;
}
#header img, #footer img {
  height: 23px;
}
#home-content, #our-story {
  margin: 41px auto;
}


.mean-container .mean-bar {
  min-height: 41px !important;
}
.mean-container .mean-nav {
  margin-top: 41px !important;
}
.mean-container a.meanmenu-reveal {
  height: 22px !important;
  width: 19px !important;
  top: -4px !important;
}
.mean-container a.meanmenu-reveal span {
  height: 3px !important;
  margin-top: 3px !important;
}
.page-wrapper{
  margin: 0;
}
#nav-page {
  margin: 40px auto;
}
}

/* OUR STORY BG CONTAINER */

/* Full Width - Height Alts */

@media only screen and (min-width: 861px) and (max-height: 875px) {
  #our-story {
    background: url('../images/our_story_full_width_medium_height1.png') no-repeat center center;
    background-size: 798px auto;
  }
  #our-story .row {
    width: 680px;
    top: 13.5%;
	font-size:13px;
  }
}

@media only screen and (min-width: 876px) and (max-height: 684px) {
  #our-story {
   background: url('../images/our_story_full_width_small_height1.png') no-repeat center center;
   background-size: 798px auto;
 }
 #our-story .row {
  top: 14.5%;
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#our-story .col {
  float: none;
  width: 100%;
  padding: 0 !important;
}
}

/* Medium Width - Height Alts */

@media only screen and (max-width: 860px)  and (min-height: 876px) {
  #our-story {
   background: url('../images/our_story_medium_width_full_height1.png') no-repeat center center;
   background-size: 500px auto;

 }
 #our-story .row {
  top: 10%;
  width: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 443px;
}
#our-story .col {
  float: none;
  width: 100%;
  padding: 0 !important;
}
}

@media only screen and (max-width: 860px) and (max-height: 875px) {
  #our-story {
   background: url('../images/our_story_medium_width_medium_height1.png') no-repeat center center;
   background-size: 500px auto;
 }
 #our-story .row {
  top: 13%;
  width: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 257px;
}
#our-story .col {
  float: none;
  width: 100%;
  padding: 0 !important;
}
}

@media only screen and (max-width: 860px) and (max-height: 684px) {
  #our-story {
   background: url('../images/our_story_medium_width_small_height1.png') no-repeat center center;
   background-size: 500px auto;
 }
 #our-story .row {
   top: 17%;
   width: 370px;
   overflow-y: scroll;
   overflow-x: hidden;
   height: 121px;
 }
 #our-story .col {
  float: none;
  width: 100%;
  padding: 0 !important;
}
}


/* Small Width - Height Alts */

@media only screen and (max-width: 580px) and (min-height: 876px) {
  #our-story {
    background: url('../images/our_story_small_width_full_height1.png') no-repeat center center;
    background-size: 300px auto;
  }
  #our-story .row {
    top: 5%;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 520px;
  }
  #our-story .col {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 580px) and (max-height: 875px) {
  #our-story {
    background: url('../images/our_story_small_width_medium_height1.png') no-repeat center center;
    background-size: 300px auto;
  }

  #our-story .row {
    top: 5%;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 311px;

  }
  #our-story .col {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}

/* Small width, small height*/

@media only screen and (max-width: 580px) and (max-height: 684px) {

 #our-story {
    background: url('../images/our_story_small_width_small_height1.png') no-repeat center center;
    background-size: 300px auto;
    padding: 95px 20px 65px; 
  }
  #our-story .row {
    top: 8%;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 211px;
  }
  #our-story .col {
    float: none;
    width: 100%;
    padding: 0 !important;
	font-size:14px;
	line-height:23px;
  }
  #call-us {
  	top: 15vh;
  }
 /* #our-story .row {
    height: auto;
    top: 12%;
  }*/
 /* #our-story-wrapper {
    height: 1020px;
  }*/

/*  #our-story {
    background: url('../images/our_story_small_width_small_height1.png') no-repeat center center;
    background-size: 300px auto;
    padding: 95px 20px 65px; 
  }
  #our-story .row {
    top: 8%;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 211px;
  }*/
  /*#our-story .col {
    float: none;
    width: 100%;
    padding: 0 !important;
	line-height: 18px;
    font-size: 12px;
  }
  #home-content, #our-story {
    margin: 80px auto;
  }*/
}
/* Small width, mobile height */

@media only screen and (max-width: 580px) and (max-height: 555px) {
  #our-story {
    background: url('../images/our_story_small_width_mobile_height1.png') no-repeat center center;
    background-size: 300px auto;
    padding: 95px 20px 65px; 
  }
  #our-story .row {
    top: 11%;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 141px;
  }
  #our-story .col {
    float: none;
    width: 100%;
    padding: 0 !important;
	line-height: 20px;
    font-size: 13px;
  }
}

/* Mobile width, mobile height */
@media only screen and (max-width: 480px) and (max-height: 550px) {
  .mean-bar {
    position: fixed !important;
    top: 0 !important;
  }
  #nav-page-wrapper {
    height: 100%;
  }
  #our-story {
    background: url('../images/our_story_small_width_mobile_height1.png') no-repeat center center;
    background-size: 300px auto;
    padding: 95px 20px 65px; 
  }
  #our-story .row {
    top: 11%;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 141px;
  }
  #our-story .col {
    float: none;
    width: 100%;
    padding: 0 !important;
	line-height: 20px;
    font-size: 13px;
  }
  .top-nav, .bottom-nav {
    /*display:none;*/
    padding: 25px;
  }
  /*#our-story-wrapper {
    height: 1020px;
  }*/
  #home-content, #our-story {
    margin: 80px auto;
  }
  #nav-page-wrapper {
    height: auto;
    padding-bottom: 30px;
  }
  #nav-page {
    margin: 0px auto;
  }
  img.home-title:empty {
    top: 60%;
  }
  #call-us {
  	top: 15vh;
  }
}

/* Nav Page Side photos */
@media only screen and (max-width: 1500px) {
  .side-photos {
    width: 390px;
  }
}
@media only screen and (max-width: 1400px) {
  .side-photos {
    width: 350px;
  }
}
@media only screen and (max-width: 1300px) {
  .side-photos {
    width: 320px;
  }
}
@media only screen and (max-width: 1200px) {
  .side-photos {
    width: 290px;
  }
}
@media only screen and (max-width: 1100px) {
  .side-photos {
    width: 270px;
  }
}
@media only screen and (max-width: 1000px) {

  .side-photos {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #functions-page-wrapper .row {
    height: 67%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #functions-page-wrapper .col {
    width:100%;
    height: auto;
    float: none;
  }
  #functions-page-wrapper .col:first-child {
    padding-right: 0;
  }
  #functions-page-wrapper .col:last-child {
    padding-left: 0;
  }
  .side-photos {
    display: none;
  }
  .mfp-close {
    right: 20px !important;
    top: 80px !important;
  }
  #nav-page {
    width: 100%;
  }
  .page-wrapper {
margin-top: 91px;
}
}


@media only screen and (max-width: 770px) {
  #virtual-tour-page-wrapper-mobile img#mobile-img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #virtual-tour-page-wrapper-mobile .col {
    float: left;
    width: 33.3333%;
  }
  #virtual-tour-page-wrapper-mobile img#mobile-img {
    float: none;
    padding-left: 2%;
    width: 98%;
    padding-left: 0;
  }
  #email-us-page-wrapper .col {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 30px;
}
#call-us {
  	top: 15vh;
  }
}
@media only screen and (max-width: 680px) {
	.mean-container .mean-bar, .mean-container .mean-bar * { display:none;}
}
@media only screen and (max-width: 580px) {
   
   #virtual-tour-page-wrapper-mobile .col {
    float: none;
    display: block;
    width: 98%;
  }
  #trading-hours-page-wrapper table tr td {
  font-size: 80%;
  }
  .logo img{ width:100px;}
  .m-menu { display:block;}
  .d-menu { display:none;}
}
@media only screen and (max-width: 1000px) {
    #find-us-page-wrapper iframe {
float: none;
margin-left: 0;
margin-bottom: 30px;
}
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
 Helper classes
 ========================================================================== */

 .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
 }

 .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
 }

 .hidden {
  display: none !important;
  visibility: hidden;
 }

 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
 }

 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
 }

 .invisible {
  visibility: hidden;
 }

 .clearfix:before,
 .clearfix:after {
  content: " ";
  display: table;
 }

 .clearfix:after {
  clear: both;
 }

 .clearfix {
  *zoom: 1;
 }

/* ==========================================================================
 ie8 and below
 ========================================================================== */

 html.lt-ie9 img.home-title {
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  margin: 0 auto !important;
  position: relative;
}

/* ==========================================================================
 ie7 and below
 ========================================================================== */

 /* IE7 */
 html.lt-ie8 #our-story .row {
  position: relative !important;
  margin: 0 auto !important;
  margin-top: 15% !important;
}
html.lt-ie8 #home-content .home-title {
  position: relative !important;
  text-align: center !important;
  margin: 0 auto !important;
  display: block !important;
  top: auto !important;
  left: auto !important;
}


/* ==========================================================================
 Print styles
 ========================================================================== */

 @media print {
  * {
    background: #FFF !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #header li {
    display: block;
  }
  img.home-title {
    display: none;
  }
  #nav-page-wrapper {
    display: none;
  }

  a,
  a:visited {
   text-decoration: underline;
 }

 a[href]:after {
   content: " (" attr(href) ")";
 }



/*
 * Don't show links for images, or javascript/internal links
 */

 .ir a:after,
 a[href^="javascript:"]:after,
 a[href^="#"]:after {
  content: "";
 }
 
 @page {
  margin: 0.5cm;
 }

}
#slideshow {
    position:relative;
    height:100%;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width:100%;
	height:100%;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.logo{
	position:fixed;
	z-index:99999;
	top:0px;
	left:10px;
}
.homepage-hero-module {
    position: relative;
    border-right: none;
    border-left: none;
	height:910px;
}
.homepage-hero-module .video-container {
    position: relative;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000000;
	z-index:99;
}
.homepage-hero-module .video-container .filter {
    position: absolute;
    z-index: 98;
	height:100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
.homepage-hero-module .video-container video {
    position: absolute;
    z-index: 0;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 120% !important;
    width: 100%;
}
#nav-page-icons {
	position: absolute;
    z-index: 114;
    top: 21%;
    left: 10%;
	/*background-color: rgba(0, 0, 0, 0.35);
    border-radius: 30px;*/
}
.mean-bar1 {
	display:none;
}
@media only screen and (max-width: 768px) {
	.homepage-hero-module {display:none;}
}
@media only screen and (max-width: 580px) {
	#nav-page-wrapper { height:600px;}
	.homepage-hero-module { height:500px; display:none;}
	#nav-page-icons {top: 15%;}	
}
@media only screen and (max-width: 500px) { 
	#slideshow { height:186px; }
	#slideshow img {  height:186px; width:100%;}
}
@media screen and ( max-height: 375px ){
    #home-wrapper {height: 500px;}
	#slideshow {height: 210px;}
	#our-story-wrapper{height: 135%;}
}
@media only screen and (min-width: 1800px) { 
	#our-story .row {overflow-y: auto;line-height: 21px;font-size: 14px; top: 10%;}
}