/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;   
    background: #f15623;
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: azo-sans-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    background-color: transparent;
    background-image: url("../img/orange.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
body .container {
    padding: 1em 10%;
    
    
}
.container.orangey {
  padding-bottom: 5%;
}
.container .row{
    margin-bottom: 0;
}

h1 {
    font-size: 350%;
    font-weight: bold;
    color: white;
    margin-top: 4%;
    margin-bottom: 5%;
}
h2 {
    font-size: 140%;
    color: black;
    margin-top: 0;
}
h3 {
}
p {
    font-weight: 500;
}
div.row {
    margin-bottom: 3%;
}
#copy {
    text-align: center;
}
img.logo {
    max-width: 400px;
}
#copy img.logo {
    margin-top: 3%;
}
.col-md-4.location-box {
    text-align: left;
    margin-bottom: 3%;
    color: black;
}
.col-lg-12.location-box {
    color: black;
}
.col-md-4.location-box.alone {
    width: 100%;
}
#copy p {
    margin-bottom: 5%;
}
.location-box .innerbox {
    background: white;
    padding: 2em;
    min-height: 200px;
    max-width: none;
}
.location-box .innerbox.blanky {
  background: transparent;
}
.location-box.west {
  text-align: right;
}
.location-box.west .innerbox {
  right: 0;
    position: absolute;
    text-align: left;
    max-width: 400px;
    width: 350px;
}
.location-box.east {
  text-align: left;
  padding-left: 25px;
}
.location-box.alone .innerbox {
    max-width: 40%;
    margin: 0 auto;
}
.location-box h2 a {
    color: black;
}
.location-box h2 a:hover {
    color: #f15623;
    text-decoration: none;
}
.location-box p {
    margin-bottom: 10%;
    color: rgba(0, 0, 0, 0.47);
}
.location-box button {
    position: absolute;
    bottom: 20px;
    background: #6CACE4;
    border: 1px solid #6CACE4;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    padding: 1.5% 5%;
}
.location-box a.butt:hover button {
    background: black;
    border: 1px solid black;
}
.container.gray {
    background: white;
    padding: 3% 0;
}
img#spiral {
    max-width: 250px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
div.quote h2 {
  margin-bottom: 2%;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
div.quote {
    font-family: azo-sans-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: black;
    padding-right: 10%;
    text-align: center;
}
.quote p.copyq {
    font-size: 180%;
    font-family: azo-sans-web, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 3%;
    text-align: left;
    max-width: 700px;
}
.quote p.quotey {
  margin-bottom: -25px;
  font-size: 400%;
  color: #f15623;
  font-style: italic;
  text-align: left;
}
.quote p.signature {
    color: #f15623;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
.flexslider {
    background: transparent;
    border: none;
}
.flex-control-nav {
  width: 20px;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 50%;
}
.flex-control-paging li a {
    border: 1px solid black;
    background: transparent;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: #f15623;
    border: 1px solid #f15623;
}
.flex-control-paging li a.flex-active {
    background: #f15623;
    border: 1px solid #f15623;
}
footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background: black;
    color: white;
    padding-top: 4%;
}
footer.col-sm-12 {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10%;
    padding-bottom: 10%;
}
footer .footer-slice {
    width: 100%;
}
footer img.logo {
  margin-bottom: 5%;
}
footer .footer-butts .west {
  text-align: right;
}
footer .footer-butts .east {
  text-align: left;
}
footer button {
    border: 1px solid white;
    color: white;
    background: transparent;
    border-radius: 20px;
    padding: 2% 7%;
}
footer a {
    color: white;
}
footer button:hover { 
    color: black;
    text-decoration: none;
    background: white;
}
/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .product-container {
        min-height: 650px;
    }
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    h1 {
        margin-top: 8%;
    }
    .product-container {
        min-height: 530px;
    }
    .navbar-brand .gallery {
        display: none;
    }
    footer .copyright .footer-slice .col-sm-3 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .navbar-nav>li {
        font-size: 80%;
    }
    .container>.navbar-header {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media (max-width: 768px) {
    body {
        margin-bottom: 0;
    }
    body .container {
        padding: 5%;
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .container .col-md-6 {
       
    }
    div.row {
        margin-bottom: 0;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .aster {
        display: none;
    }
    .location-box {
      margin: 0 auto;
      padding-right: 10%;
      padding-left: 10%;
    }
    .location-box .innerbox {
      max-width: none;
    }
    .location-box .innerbox.blanky {
      display: none;
    }
    .location-box.east {
      padding-left: 10%;
      padding-right: 10%;  
    }
    .location-box.west {
      padding-right: 10%; 
      padding-left: 10%; 
      margin-bottom: 3%;
    }
    .location-box.west .innerbox {
      right: auto;
      position: relative;
      max-width: none;
      width: 100%;
    }
    .location-box.east .innerbox {
      right: auto;
      left: auto;
      position: relative;
      max-width: none;
      width: 100%;
    }
    div.quote {
      padding: 10%;
    }
    .flex-control-nav {
      width: 100%;
      bottom: 0;
      right: auto;
    }
    footer .footer-slice img {
           margin-bottom: 3%; 
    }
    footer .copyright .footer-slice {
        margin-top: 3%;
        font-size: 90%;
    }
    footer .footer-slice .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 4rem;
    }
    footer .footer-slice .col-sm-4 {
        margin-bottom: 0;
    }
    footer .copyright .footer-slice .col-md-6 {
    }
    footer h3 {
        padding-bottom: .5em;
    }
    footer .col-md-4.logo {
        text-align: center;
    }
    footer #buttfind, footer #buttweb {
        text-align: center;
        margin: 5%
    }
    footer h3.spacer {
        display: none;
    }
    footer .copyright .col-sm-3 {
        width: 100%;
    }
    footer .footer-butts .west {
      text-align: center;
      margin-bottom: 3%;
    }
    footer .footer-butts .east {
      text-align: center;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    .container h1 {
        font-size: 25px;
        margin-top: 12%;
    }
    button.close {
        font-size: 28px;
    }
    h4.modal-title {
        font-size: 14px;
    }
}
  