
/* 1. Universal Styles
--------------------------------------*/
* { font-family: 'Open Sans', sans-serif; }
body { 
  background-color: #fff;
  position: relative;
}
a:hover,
a:focus { 
  text-decoration: none; 
}
h1, h2, h3, h4, h5 { text-transform: uppercase; }
h2, h3 { margin-top: 0; }
.templatemo-box-shadow { box-shadow: 0 0 10px #000; }
.templatemo-white-bg {
  background: 
    url('../images/gray-bar-bg.jpg') top repeat-x,
    url('../images/gray-bar-bg.jpg') bottom repeat-x,
    #fff; /*http://css-tricks.com/stacking-order-of-multiple-backgrounds/*/
}
.templatemo-dark-bg { background-color: #141414; }
.templatemo-default-bg-img { background-image: url(../images/hms3.png); }
.templatemo-orange-bg-img { background-image: url(../images/templatemo-services-bg2.jpg); }
.templatemo-dark-bg-img { background-image: url(../images/templatemo-services-bg.jpg); }
.templatemo-position-relative { position: relative; }
.templatemo-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}
.templatemo-padding-left-right {
  padding-left: 80px;
  padding-right: 80px; 
}
.templatemo-padding-top-bottom-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.templatemo-white-text { color: white; }
.templatemo-light-brown-text { color: #BDB283; }
.templatemo-light-brown-text a { color: #BDB283; }
.templatemo-gold-text { color: #C3AC4F; }
.templatemo-orange-text { color: rgba(240,83,35,1.00); }
a.templatemo-white-text:hover,
a.templatemo-white-text:focus {
  color: #9E8935;
}
.templatemo-btn-transparent {
  border: 1.5px solid rgba(240,83,35,1.00);
  color: #858585;
}
.templatemo-btn-brown {
  background: rgba(240,83,35,1.00);
  color: white;
}
.templatemo-btn-transparent,
.templatemo-btn-brown {
  display: inline-block;
  padding: 15px 40px;
  margin-top: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.templatemo-btn-transparent:hover,
.templatemo-btn-transparent:focus {
  background: rgba(240,83,35,1.00);
  color: white;  
}
.templatemo-btn-brown:hover,
.templatemo-btn-brown:focus {
  background: none;
  border: 1.5px solid rgba(240,83,35,1.00);
  color: #858585;
}
.templatemo-header-with-bg {
  background: url('../images/templatemo-header-bg.jpg');
  background-repeat: no-repeat;
  height: 79px;
  padding-left: 185px;
  margin-bottom: 100px;
}
.templatemo-header-with-orangebg {
  background: url('../images/templatemo-header-bg2.jpg');
  background-repeat: no-repeat;
  height: 79px;
  padding-left: 185px;
  margin-bottom: 100px;
}
.templatemo-header-with-bg-h {
  display: inline-block;
  line-height: 79px;
  vertical-align: middle;
}
.templatemo-site-name {
  font-size: 40px;
  margin-bottom: 20px;
}

/* 2. Navigation Styles
----------------------------------------*/
.templatemo-nav {
  background: -webkit-linear-gradient(top, rgba(240,83,35,1.00) 0px, rgba(240,83,35,1.00) 5px, #141414 5px, #141414 75px, rgba(240,83,35,1.00) 75px, rgba(240,83,35,1.00) 80px);
  background: linear-gradient(to bottom,  rgba(240,83,35,1.00) 0px, rgba(240,83,35,1.00) 5px, #141414 5px,#141414 75px, rgba(240,83,35,1.00) 75px, rgba(240,83,35,1.00) 80px);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: static;
  text-transform: uppercase;
  transition: height 0.3s ease;
}
.templatemo-nav.sticky {
  background: #141414;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.templatemo-nav.sticky .navbar-nav>li>a {
  height: 30px;
  line-height: 30px;
}
.templatemo-nav .navbar-nav>li>a {
  color: #CECECE;
  height: 50px;
  line-height: 55px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.templatemo-nav .navbar-nav>li>a.current,
.templatemo-nav .navbar-nav>li>a:focus, 
.templatemo-nav .navbar-nav>li>a:hover,
.templatemo-nav .navbar-nav>li>a:focus,
.templatemo-nav .navbar-nav>li>a:hover {
  background: #141414;
  color: rgba(240,83,35,1.00);
}
.navbar-toggle {
  border-radius: 0;
  color: #fff;
  position: fixed;
  right: 0;
  top: 16px;
}
.templatemo-nav.sticky .navbar-toggle { top: 0; }
.templatemo-nav .navbar-toggle .icon-bar { background-color: #fff; }
.templatemo-nav .navbar-toggle,
.templatemo-nav .navbar-toggle:focus, 
.templatemo-nav .navbar-toggle:hover {
  background-color: rgba(240,83,35,.65);
  z-index: 1000;
}
.navbar-collapse { border-top: none; }
.templatemo-social-icons-container {
  float: right;
  padding-top: 15px;
color: rgba(240,83,35,1.00);
}
.templatemo-nav.sticky .templatemo-social-icons-container { padding-top: 0; }
.templatemo-social-icons-img { display: none; }
.templatemo-social-icon { 
  display: inline-block;
  width: 52px;
  height: 44px; 

}


/* 3. Services Styles
-----------------------------------------*/
.templatemo-service-container,
.templatemo-canvas-small {
  max-width: 235px;
}
.templatemo-service-container { cursor: pointer; }
.templatemo-canvas-small { width: 100%; }
.service-canvas-description {
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.service-canvas-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-width: 235px;
  max-height: 380px;
  width: 100%;
  height: auto;
  z-index: 100;
}
.templatemo-service-container:hover .service-canvas-overlay-container {
    opacity: 1;
  }
.service-canvas-overlay-container .fa {
  background: #C3AC4F;
  border-radius: 50%;
  padding-top: 24px;
  padding-left: 23px;

  position: absolute; 
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
  margin: auto;
}

/* 4. Gallery Styles
-------------------------------------------*/
.templatemo-gallery-item {
  cursor: pointer;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
	max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.templatemo-gallery-image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: rgba(0,0,0,0.7);
  transition: all 0.3s ease;
}
.templatemo-gallery-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
  transition: all 0.3s ease;
}
.templatemo-gallery-item:hover .templatemo-gallery-image-overlay {
  background: rgba(0,0,0,0.5);
}
.blockquote-reverse {
  border-right: 3px solid #C3AC4F;
  margin: 15px;
}
.blockquote-reverse h4,
.blockquote-reverse h5 {
  font-weight: 300;
  margin: 0;
}

/* 5. Contact & Footer Styles
---------------------------------------------- */
form { width: 100%; }
.btn, .form-control  { border-radius: 0; }
.form-control:focus {
  border-color: #685712;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(104,87,18,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(104,87,18,.6);
}
footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* 6. Media Queries
--------------------------------------*/
@media screen and (max-width: 1199px) {
  .templatemo-padding-left-right {
    padding-left: 40px;
    padding-right: 40px;
  }
  .templatemo-btn-transparent, .templatemo-btn-brown { margin-top: 10px; }
  .templatemo-white-bg { background-size: 100% 50px; }
  .templatemo-canvas-big {
    width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .templatemo-social-icon { width: 40px; }
  .templatemo-flexbox { display: block; }
  .templatemo-padding-left-right {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .templatemo-mobile-margin-top { margin-top: 15px; }
  .templatemo-mobile-margin-bottom { margin-bottom: 15px; }
}

@media screen and (max-width: 767px) {
  .templatemo-nav .navbar-nav>li>a {
    color: #DEDEDE;
    height: 50px;
    line-height: 50px;
  }
  .templatemo-nav {
    background: rgba(109, 87, 38, 0);
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
    width: 100%;
  }
  .templatemo-nav.sticky { background: rgba(109, 87, 38, 0); }  
  .templatemo-nav .navbar-nav,
  .templatemo-social-icons-container {
    background-color: rgba(240,83,35,.85);
  }  
  .templatemo-nav .navbar-nav { margin: 0; }
  .templatemo-social-icons-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .templatemo-padding-left-right {
    padding-left: 0;
    padding-right: 0;
  }
  .templatemo-btn-transparent, .templatemo-btn-brown {
    padding: 10px 30px;
  }
  .templatemo-service-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 455px) {
  .templatemo-canvas-big { width: 300px; }
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default; }
  .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed; }
  .view img, .view video {
    position: relative;
    display: block; }
  .view video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }

.view {
  height: 100%; }