/****************
 *  ELEMENTS
 ****************/
html {
  width: 100%;
  height: 100%;
}
html ::selection {
  color: white;
  background: #606b72;
}

body {
  width: 100%;
  height: 100%;
  color: #8D9091;
  line-height: 1.9em;
  cursor: default;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}

h1,
.jumbotron h1 {
  color: #3E484D;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .3em;
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 1.7em;
  font-weight: 300;
}
h1::before,
.jumbotron h1::before {
  content: ":";
  position: relative;
  top: -0.075em;
  color: #DF4A56;
}

.jumbotron p {
  font-size: 1.2em;
  font-weight: 300;
  /*
  	@media (max-width: 767px) {
  		font-size: 1em;
  	}
  	@media (max-width: 700px) {
  		display: none;
  	}
  */
}

h1.blank {
  color: #afb7bc;
}
h1.blank::before {
  color: #afb7bc;
}

h1.extra-blank {
  color: #FFF;
}
h1.extra-blank::before {
  color: #FFF;
}

a {
  color: #DF4A56;
  text-decoration: none;
}
a:hover, a:active, a:visited {
  text-decoration: none;
  color: #3E484D;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.title-box-name strong::before,
#section-list strong::before,
span.letter-i::before {
  content: "I";
  padding-right: .3em;
  font-weight: 700;
  color: #DF4A56;
}

.testimonials {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .testimonials {
    margin-top: 40px;
  }
}
.testimonials blockquote {
  border: none;
}
.testimonials blockquote p {
  line-height: 1.5em;
  color: #859199;
  font-size: .8em;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonials blockquote p {
    font-size: .75em;
  }
}
.testimonials blockquote footer {
  color: #e7757e;
  text-align: center;
  font-size: .75em;
}

#map-canvas {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
}

/*******************
 * SECTIONS
 *******************/
#section-intro {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #1A1D1F;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
#section-intro .intro-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
#section-intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
#section-intro-navigation {
  margin-bottom: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  background-color: #DF4A56;
  z-index: 9999;
}
#section-intro-navigation a {
  color: #FFF;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#section-intro-navigation a:hover {
  background-color: #dc3644;
}
#section-intro .navbar-text {
  color: #eea1a7;
  line-height: 1.2em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #section-intro .navbar-text {
    display: none;
  }
}

#section-intro .intro-bg {
  background-image: url("../img/bg-light.png");
}

.cssgradients #section-intro .intro-bg {
  background-image: radial-gradient(circle, #3e484d, #1a1d1f);
}

.position-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
}

#our-team,
#section-services {
  margin-top: 60px;
  margin-bottom: 60px;
  /*	.title-box-paragraph{
  		color: $brand-color-text; 
  		margin-top: 30px;
  	}
  */
}
#our-team img,
#section-services img {
  text-align: center;
}
#our-team .title-box-name,
#section-services .title-box-name {
  font-size: 1.1em;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
#our-team .title-box-subhead,
#section-services .title-box-subhead {
  font-size: 1.1em;
  text-align: center;
}
#our-team .title-box-mail,
#section-services .title-box-mail {
  text-align: center;
}
#our-team .text-box,
#section-services .text-box {
  font-size: 1.1em;
}

#section-show-story {
  background-color: #1A1D1F;
  background-image: url("../img/bg-light.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#section-show-story-button {
  color: #afb7bc;
  border-color: #afb7bc;
}
#section-show-story-button:hover {
  color: white;
  border-color: white;
}
#section-show-story h1 {
  margin-bottom: 70px;
}
#section-show-story-carousel {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
}
#section-show-story-carousel h2 {
  color: #FFF;
  font-weight: 300;
  letter-spacing: .3em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #section-show-story-carousel h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 700px) {
  #section-show-story-carousel h2 {
    font-size: 1.15em;
    font-weight: 400;
  }
}
@media (max-width: 320px) {
  #section-show-story-carousel h2 {
    display: none;
  }
}
@media (max-width: 767px) {
  #section-show-story-carousel p {
    font-size: 1em;
  }
}
@media (max-width: 700px) {
  #section-show-story-carousel p {
    display: none;
  }
}
#section-show-story-carousel .left, #section-show-story-carousel .right {
  background-image: none;
}
#section-show-story-carousel .carousel-caption {
  top: 50%;
}
@media (max-width: 991px) {
  #section-show-story-carousel .carousel-caption {
    top: 25%;
  }
}

#section-list {
  margin-top: 60px;
  margin-bottom: 90px;
}

#section-break {
  margin: 0;
  padding: 90px 0 90px 0;
  height: 400px;
  background-color: #1A1D1F;
  background-image: url("../img/bg-light.png");
  background-position: center;
  background-size: cover;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  #section-break {
    padding: 60px 0 60px 0;
    height: 300px;
  }
}
@media (max-width: 420px) {
  #section-break {
    padding: 40px 0 40px 0;
    height: 200px;
  }
}
@media (max-width: 320px) {
  #section-break {
    padding: 40px 0 40px 0;
    height: 250px;
  }
}
#section-break blockquote {
  border: none;
}
#section-break blockquote p {
  line-height: 1.6em;
  color: #cbd0d3;
  font-size: 1.9em;
  font-weight: 300;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  #section-break blockquote p {
    font-size: 1.3em;
  }
}
@media (max-width: 420px) {
  #section-break blockquote p {
    font-size: 1em;
  }
}
#section-break blockquote footer {
  color: #859199;
  font-size: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  #section-break blockquote footer {
    font-size: 0.9em;
  }
}
@media (max-width: 420px) {
  #section-break blockquote footer {
    font-size: 0.8em;
  }
}

#section-footer {
  margin: 0;
  padding: 60px 0 70px 0;
  color: white;
  background-color: #DF4A56;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#section-footer-button {
  color: #f2b6bb;
  border-color: #f2b6bb;
}
#section-footer-button:hover {
  color: white;
  border-color: white;
}

/****************
 *  MODULES
 ****************/
.service-box {
  margin-top: 55px;
  margin-bottom: 30px;
}

.ref-list-closed {
  overflow: hidden;
  height: 9.5em;
}

.menu-row {
  font-size: 1.2em;
  padding: .7em;
  padding-top: 40px;
  text-align: center;
}
.menu-row p {
  font-size: 18px;
  font-weight: 400;
}
.menu-row .glyphicon {
  color: #eea1a7;
  padding-left: 0.7em;
  padding-right: 0.7em;
  vertical-align: -0.1em;
}

@media (max-width: 533px) {
  .carousel-indicators {
    display: none;
  }
}

.carousel-indicators li {
  width: 4px;
  height: 24px;
  border-width: 0px;
  border-radius: 0px;
  background-color: #FFF;
}

.carousel-indicators .active {
  margin: 1px;
  margin-right: 5px;
  margin-left: 5px;
  width: 4px;
  height: 24px;
  background-color: #DF4A56;
}

.text-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*******************
 * BUTTONS, ETC.
 *******************/
.btn-boxed-xl, .btn-boxed-md, .btn-boxed-sm {
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: .3em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0.8em 1.2em;
  font-weight: 300;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  -webkit-transition: color 0.5s, border-color 0.5s, box-shadow 0.5s, text-shadow 0.5s;
  -moz-transition: color 0.5s, border-color 0.5s, box-shadow 0.5s, text-shadow 0.5s;
  -ms-transition: color 0.5s, border-color 0.5s, box-shadow 0.5s, text-shadow 0.5s;
  -o-transition: color 0.5s, border-color 0.5s, box-shadow 0.5s, text-shadow 0.5s;
  transition: color 0.5s, border-color 0.5s, box-shadow 0.5s, text-shadow 0.5s;
}
.btn-boxed-xl:hover, .btn-boxed-md:hover, .btn-boxed-sm:hover, .btn-boxed-xl:active, .btn-boxed-md:active, .btn-boxed-sm:active, .btn-boxed-xl:focus, .btn-boxed-md:focus, .btn-boxed-sm:focus {
  background-color: transparent;
  outline: none;
}
.btn-boxed-xl:hover, .btn-boxed-md:hover, .btn-boxed-sm:hover, .btn-boxed-xl:active, .btn-boxed-md:active, .btn-boxed-sm:active {
  box-shadow: inset 0.08em 0.08em 0.24em rgba(0, 0, 0, 0.1);
  text-shadow: 0.08em 0.08em 0.16em rgba(0, 0, 0, 0.2);
}
.btn-boxed-xl span.glyphicon, .btn-boxed-md span.glyphicon, .btn-boxed-sm span.glyphicon {
  font-size: .7em;
  padding-left: .2em;
}

.btn-boxed-xl {
  font-size: 2em;
}

.btn-boxed-md {
  font-size: 1.5em;
}

.btn-boxed-sm {
  font-size: 1em;
}

/****************
 *  HELPERS
 ****************/
.upper {
  text-transform: uppercase;
}

.maximize {
  padding: 0;
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

.on-off {
  display: none;
}

/* colors */
.brand-color-bg {
  background-color: #DF4A56;
}

.brand-color-fg {
  color: #DF4A56;
}

.brand-dark-bg {
  background-color: #1A1D1F;
}

.silver {
  background-color: silver;
}

/****************
 *  5 columns
 ****************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
  background: pink;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/*# sourceMappingURL=main.css.map */
