	html {
  background: #ffffff;
}
body {
  font-size: 1.3em;
  font-family: 'LifeLTStd-Roman';
}
body,html{
  margin: 0;
  padding: 0;
  height: 95%;
}



a:link { color:#666666; text-decoration: none; }
a:visited { color:#000000; text-decoration: none; }
a:hover { color:#000000; border-bottom: 1px solid #000; }
a:active { color:#666666; border-bottom: 1px solid #000; }








/* HEADER - LOGO - NAVIGATION */
header {
  margin: 20px 4%;
  width: 92%;
}
@media (min-width: 889px) {
  header {
    margin: 45px 4% 16px;
  }
}
  
.logo-wrap {
  display: block;
  margin: 0 auto;
  margin-bottom: 2px;
  max-width: 300px;
  width: 80%;
}

.logo {
  margin: 0 auto;
  padding-top: 11.8928571%;
  width: 100%; 
  height: 0; 
  background-image: url(../images/sb-logo.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}


nav {
  margin: 0 auto;
  width: 100%;
}
nav ul {
  margin-left: 0.4em;
  width: 100%;
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin-right: 32px;
}
nav ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 889px) {
  nav ul {
    margin-left: -0.25em;
  }
}


.container {
  margin: 0 4%;  
  width: 92%;
}

@media (min-width: 889px) {
  .container {
    margin: 0 auto;
    width: 800px;
    height: 50%;
  }
}


footer {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 2em;
}
footer p {
  color: #bbb;
  font-size: 0.82em;
}

@media (min-width: 650px) {
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 0em;
  }
}

/* - - - - - - - - - - - - - HOME PAGE - - - - - - - - - - - - - */

/* mobile */

.owl-carousel.desktop-slides {
  display: none;
}
.mobile-slides {
  display: block;
}
.mobile-slides .item img {
  width: 100%;
}
.mobile-slides .item h5 {
  margin-top: 0em;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 0.9em;
}


/* desktop 
@media (min-width: 889px) {
  .owl-carousel.desktop-slides {
    display: block;
  }
  .mobile-slides {
    display: none;
  }
}
.owl-carousel .item {
  margin: 0 auto;
  width: 100%;
  /* height: calc(100%-10em); *//*
  max-height: 550px;
}
.owl-carousel .item img {
  margin: 0 auto;
  max-width: 798px;
  /* max-height: 550px; *//*
  max-height: 100%;
  width: auto;
  height: auto;
}
.owl-carousel .owl-item img {
  width: auto;
}


@media (min-width: 889px) {
  .owl-carousel .item {
    max-height: 550px;
  }
}
*/

@media (min-width: 889px) {
  .owl-carousel.desktop-slides {
    display: block;
  }
  .mobile-slides {
    display: none;
  }
  .owl-carousel h5 {
    margin-top: 0.5em;
    text-align: center;
    font-size: 1em;
  }
  .owl-carousel .item img {
    margin: 0 auto;
    max-width: 798px;
    max-height: 380px;
  }
  .owl-carousel .owl-item img {
    width: auto;
    transition: all 0.6s ease-in-out;
  }
  
  .owl-carousel .item.landscape {
    max-height: 600px;
    transition: all 0.6s ease-in-out;
  }
  .owl-carousel .item.portrait {
    max-height: 800px;
    transition: all 0.6s ease-in-out;
  }
}
/* Adjustments in order to accomodate flexible slideshow height with fixed footer 
@media (min-width: 889px) and (min-height: 700px) {  .owl-carousel .item img { max-height: 93%; } }
@media (min-width: 889px) and (min-height: 750px) {  .owl-carousel .item img { max-height: 95%; } }
@media (min-width: 889px) and (min-height: 800px) {  .owl-carousel .item img { max-height: 98%; } }
@media (min-width: 889px) and (min-height: 830px) {  .owl-carousel .item img { max-height: 100%; } } */
@media (min-width: 889px) and (min-height: 620px) {  .owl-carousel .item img { max-height: 400px; } }
@media (min-width: 889px) and (min-height: 680px) {  .owl-carousel .item img { max-height: 460px; } }
@media (min-width: 889px) and (min-height: 700px) {  .owl-carousel .item img { max-height: 480px; } }
@media (min-width: 889px) and (min-height: 725px) {  .owl-carousel .item img { max-height: 500px; } }
@media (min-width: 889px) and (min-height: 750px) {  .owl-carousel .item img { max-height: 520px; } }
@media (min-width: 889px) and (min-height: 775px) {  .owl-carousel .item img { max-height: 545px; } }
@media (min-width: 889px) and (min-height: 800px) {  .owl-carousel .item img { max-height: 580px; } }
@media (min-width: 889px) and (min-height: 830px) {  .owl-carousel .item img { max-height: 600px; } }

/* Landscape vertical centering adjustments */
@media (min-width: 889px) and (min-height: 840px) {  .owl-carousel .item.landscape { margin-top: 10px; } }
@media (min-width: 889px) and (min-height: 850px) {  .owl-carousel .item.landscape { margin-top: 15px; } }
@media (min-width: 889px) and (min-height: 900px) {  .owl-carousel .item.landscape { margin-top: 50px; } }
@media (min-width: 889px) and (min-height: 950px) {  .owl-carousel .item.landscape { margin-top: 65px; } }
@media (min-width: 889px) and (min-height: 1000px) {  .owl-carousel .item.landscape { margin-top: 90px; } }
@media (min-width: 889px) and (min-height: 1050px) {  .owl-carousel .item.landscape { margin-top: 115px; } }
@media (min-width: 889px) and (min-height: 1100px) {  .owl-carousel .item.landscape { margin-top: 150px; } }

/* portrait vertical centering adjustments */
@media (min-width: 889px) and (min-height: 1100px) {  .owl-carousel .item.portrait { margin-top: 10px; } }
@media (min-width: 889px) and (min-height: 1150px) {  .owl-carousel .item.portrait { margin-top: 30px; } }
@media (min-width: 889px) and (min-height: 1200px) {  .owl-carousel .item.portrait { margin-top: 60px; } }
@media (min-width: 889px) and (min-height: 1250px) {  .owl-carousel .item.portrait { margin-top: 90px; } }


.owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
}

/* ABOUT PAGE */ /* CLIENT PAGE */

p.about-text {
  text-align: center;
  font-size: 1.2em;
}

a.about-text:link {
  text-decoration: underline;
}



h2.about-header {
  margin-bottom: 0.2em;
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
}

@media (min-width: 650px) {
  .about-container {
    margin: 0 auto;
    width: 100%;
  }
  .about-container {
    position: absolute;
    top: 0%;
    text-align: center;
  }
  .about-info {
    position: absolute;
    top: -50%;
    display: block;
    margin: 0 14%;
    padding-bottom: 80px;
    width: 72%;
    max-width: 600px;
  }
}
@media (min-width: 650px) and (min-height: 650px) {
  .about-container {
    top: 5%;
  }
}

@media (min-width: 650px) and (min-height: 780px) {
  .about-container {
    top: 15%;
  }
  .about-info {
    padding-bottom: 40px;
  }
}


/* slideshow nav */
.owl-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.owl-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.owl-nav {
  width: 100%;
  height: 100%;
  position: absolute;
}
.owl-prev, .owl-next {
  width: 50%;
  height: 100%;
  float: left;
  opacity: 0.005;
  transition: all 0.3s ease-in-out;
}

.owl-prev:hover, .owl-next:hover {
  opacity: 0.7;
}
.owl-next {
  text-align: right;
}

.owl-prev:after {
  content: "";
  position: relative;
  top: 46%;
  left: 0.2em;
  color: #888;
  font-size: 3em;
}
.owl-next:after {
  content: "";
  position: relative;
  top: 46%;
  right: 0.2em;
  color: #888;
  font-size: 3em;
}

/* CONTACT PAGE */

.container.sub-sec { height: auto;}
.contact-text.box-bot iframe { margin-bottom: 50px;}

.contact-text {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
}
.contact-text p {
  position: absolute;
  top: -50%;
  display: block;
  width: 100%;
  line-height: 1;
}
.contact-peace {
  margin: 0 0.09em 0 0.09em;
  position: relative;
  top: 0.01em;
}

form#query_form_id { width: 80%; margin: 0 auto; background: #fff; padding: 35px;}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
width: 100%; height: 50px;margin-bottom: 25px; border: 1px solid #000}
form#query_form_id button { background: #000; color: #fff; }
















