
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700|Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700');

/*
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Crimson Text', serif;
*/


/**  Basic Page CSS **/
body{
  font-weight: 300;
  font-size: 2em;
  position: relative;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 118, 247);
    background: rgba(0, 118, 247, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(61, 94, 165, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3 {
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
}

h2{
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.capitalize {
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}
h3 {
  color: #282364;
  font-size: 1.000em;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 20px;
}

h4,
.h4 {
  font-size: 26px; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      line-height: 1;
      font-size: 36px; } }

h5,
.h5 {
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h5,
    .h5 {
      line-height: 1.5;
      font-size: 24px; } }

h6,
.h6 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h6,
    .h6 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h6,
    .h6 {
      line-height: 1.5;
      font-size: 24px; } }
p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.75;
  letter-spacing: .05em;
}
#link-gold{
  color: #B49741;
}
/**************************************/
/** HR divider line styles **/
hr.style1{
  border-top: 1px solid #888888;
}

/**************************************/
/** special text styles **/

.title-header {
  text-transform: unset;
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: .05em;
}

.lead {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 500;
  font-size: 1em;
  padding-left: 15%;
  padding-right: 15%;
}

.small-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .825em;
}
 .small-gray-spaced {
  color: #888888;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.7;
}
.large-box-content {
  font-size: .875em;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.large-box-content h2{
  font-family: 'Roboto', serif;
  text-transform: none;
  font-weight: 400;
}
.large-box-quote {
  text-align: center;
  max-width: 600px;
}
.caption-box {
  font-family: 'Crimson Text', serif;
  font-size: 24px;
  text-align: center;
  margin: 80px 0;
  padding: 0 60px;
 }
 .text-container {
  max-width: 740px;
  margin: 0 auto;
 }
.text-container p {
  margin-bottom: 15px;
}
 @media only screen and (max-width: 769px) {
 .caption-box {
    font-size: 20px;
 }
}
.promo-lrg {
  color: #fff;
  font-family: 'Crimson Text', serif;
  font-size: 6.25em;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
  line-height: .85;
  text-shadow: 2px 2px 2px #000;
}
.promo-text {
  color: #fff;
  font-family: 'Crimson Text', serif;
  font-size: 2.50em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 2px #000;
}
.align-right {
  text-align: right;
  margin-right: 25%;
}
.align-left {
  text-align: left;
  margin-left: 12%;
}
.center {
  text-align: center;
}
/**************************************/
/** typography **/
.line-spacing-150 {
  line-height: 1.5;
}
.line-spacing-200 {
  line-height: 2.0;
}
.line-spacing-250 {
  line-height: 2.5;
}
.small {
  font-size: 0.875em;
}
/**************************************/
/** color styles **/

 .text-color-white {
  color: #ffffff;
 }

 .text-color-light {
  color: #999999;
 }

 .text-color-med {
  color: #666666;
 }

 .text-color-dark {
  color: #333333;
 }

.text-color-lt-blue {
  color: #117af3;
}

.text-color-dk-blue {
  color: #282364;
}

.text-color-lt-gold {
  
}

.text-color-dk-gold {
  
}

.text-color-gray {
  color: #888888;
}
.black {
  color: #000000;
}
.wheat {
  background-color: #f4f4f3;
}
/**************************************/
/** Glyphicons **/
span.play-triangle {
  color: #117af3;
  padding-right: 5px;
  font-size: 12px;
}

/**************************************/
/** Offsets and spacing **/
.center {
  text-align: center;
}
.offset-top-50{
  margin-top: 50px;
}
.shift-right-30 {
  margin-left: 30px;
}
.shift-right {
  float: right;
}
/**************************************/
/** Padding **/
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}

.section-0 {
  padding-top: 0;
  padding-bottom: 0; }

.section-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.section-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-34 {
  padding-top: 34px;
  padding-bottom: 34px; }

.section-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.section-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.section-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.section-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.section-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.section-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.section-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.section-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-103 {
  padding-top: 103px;
  padding-bottom: 103px; }

.section-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.section-115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.section-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.section-125 {
  padding-top: 125px;
  padding-bottom: 125px; }

.section-140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.section-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.section-158 {
  padding-top: 158px;
  padding-bottom: 158px; }

.section-160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.section-165 {
  padding-top: 165px;
  padding-bottom: 165px; }

.section-170 {
  padding-top: 170px;
  padding-bottom: 170px; }

.section-175 {
  padding-top: 175px;
  padding-bottom: 175px; }

    .section-top-0 {
      padding-top: 0; }

    .section-top-20 {
      padding-top: 20px; }

    .section-top-30 {
      padding-top: 30px; }

    .section-top-34 {
      padding-top: 34px; }

    .section-top-40 {
      padding-top: 40px; }

    .section-top-50 {
      padding-top: 50px; }

    .section-top-55 {
      padding-top: 55px; }

    .section-top-60 {
      padding-top: 60px; }

    .section-top-70 {
      padding-top: 70px; }

    .section-top-75 {
      padding-top: 75px; }

    .section-top-80 {
      padding-top: 80px; }

    .section-top-90 {
      padding-top: 90px; }

    .section-top-95 {
      padding-top: 95px; }

    .section-top-100 {
      padding-top: 100px; }

    .section-top-103 {
      padding-top: 103px; }

    .section-top-110 {
      padding-top: 110px; }

    .section-top-115 {
      padding-top: 115px; }

    .section-top-120 {
      padding-top: 120px; }

    .section-top-125 {
      padding-top: 125px; }

    .section-top-140 {
      padding-top: 140px; }

    .section-top-150 {
      padding-top: 150px; }

    .section-top-158 {
      padding-top: 158px; }

    .section-top-160 {
      padding-top: 160px; }

    .section-top-165 {
      padding-top: 165px; }

    .section-top-170 {
      padding-top: 170px; }

    .section-top-175 {
      padding-top: 175px; }

.section-bottom-0 {
  padding-bottom: 0; }

.section-bottom-20 {
  padding-bottom: 20px; }

.section-bottom-30 {
  padding-bottom: 30px; }

.section-bottom-34 {
  padding-bottom: 34px; }

.section-bottom-40 {
  padding-bottom: 40px; }

.section-bottom-50 {
  padding-bottom: 50px; }

.section-bottom-55 {
  padding-bottom: 55px; }

.section-bottom-60 {
  padding-bottom: 60px; }

.section-bottom-70 {
  padding-bottom: 70px; }

.section-bottom-75 {
  padding-bottom: 75px; }

.section-bottom-80 {
  padding-bottom: 80px; }

.section-bottom-90 {
  padding-bottom: 90px; }

.section-bottom-95 {
  padding-bottom: 95px; }

.section-bottom-100 {
  padding-bottom: 100px; }

.section-bottom-103 {
  padding-bottom: 103px; }

.section-bottom-110 {
  padding-bottom: 110px; }

.section-bottom-115 {
  padding-bottom: 115px; }

.section-bottom-120 {
  padding-bottom: 120px; }

.section-bottom-125 {
  padding-bottom: 125px; }

.section-bottom-140 {
  padding-bottom: 140px; }

.section-bottom-150 {
  padding-bottom: 150px; }

.section-bottom-158 {
  padding-bottom: 158px; }

.section-bottom-160 {
  padding-bottom: 160px; }

.section-bottom-165 {
  padding-bottom: 165px; }

.section-bottom-170 {
  padding-bottom: 170px; }

.section-bottom-175 {
  padding-bottom: 175px; }
/**************************************/
/** list styles **/

.plain-list {
  list-style-type: none;
  margin-left: -20px;
}

.plain-list > li {
  color: #888;
  font-size: .8em;
  font-weight: 400;
  padding-bottom: 6px;
}

/**************************************/
/** Main Navigation **/
.navbar {
    min-height: 80px;
    margin-bottom: 0;
    box-shadow: 0px 1px 2px #999999;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-weight: 600;
    font-size: 12px;
    
}

.navbar-default {
  background-color: #ffffff;
  border: none;
}

.navbar-nav{
  margin-top: 25px;
}

.navbar-header {
  min-height: 75px;

}

.navbar-brand{
  height: 75px;
  padding: 5px 0 0 25px;
}

img{
  max-width:100%;
  max-height: 100%; 
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav > li > a{
  color: #282364;
  margin: 0 1px;
  padding: 8px 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #ffffff;
  background-color: #282364;
  border-radius: 4px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #282364;
  font-weight: 400;
}

/**  Navbar Toggle-down for submenu **/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: #282364;
}

/**  Navbar Toggle **/
.navbar-toggle {
  background-color: #282364;
  margin-top: 22px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/**  Dropdown Menu **/

.navbar-nav > li > .dropdown-menu{
  border-color: transparent;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown-menu {
  font-weight: 200;
  font-size: 12px;
  padding: 4px 4px 0 4px; 
}

.dropdown-menu > li > a {
  color: #888;
  padding: 8px 0 8px 8px;
  border-bottom: 1px solid #eee;
  display: block;
}

.navbar-nav>li>.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #666;
  background-color: #eee;
  padding-left: 18px;
  transition: all .3s ease-in-out;
}
.header-phone {
  color: #282364;
  font-weight: 600;
  font-size: 14px;
  padding: 32px 35px 0 0;
}
@media only screen and (max-width: 769px) {
.header-phone {
    padding: 0 0 30px 0;
 }
}
/**************************************/
/** Breadcrumb navigation **/
.breadcrumb {
  background-color: transparent;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 25px;
}
.breadcrumb ul {
  text-transform: uppercase;
}
.breadcrumb a{
  color: ;
}
.breadcrumb-item {
  font-size: .750em;
  font-weight: 600;
}
.last-item {
  color: #282364;
  font-size: 1.250em;
  vertical-align: sub;
  font-weight: normal;
}
.last-item a {
  color: #282364;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #282364;
}

/**************************************/
/** BootStrap 3 Vertical navigation **/
/* make sidebar nav vertical */ 

/* make sidebar nav vertical */ 
/****************************************************/
.sidebar-nav > .navbar{
  box-shadow: none;
}
.sidebar-active {
  color: #282364;
  font-weight: 500;
}
.glyphicon-play {
 font-size: 15px;
}
.sideBar-disabled {
  color: #686868;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* TEMPORARTY STYLES FOR ALL SERVISES_COPY */

.side-navbar {
    margin-top: 0;
  }
.sidebar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
.sidebar-nav > li > a:hover, .dropdown-menu > li > a:focus {
  padding-left: 20px;
  transition: all .3s ease-in-out;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
/******************* Parallax Section ******************/

/* general styles */

html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}

.pad-section img {
  width: 100%;
}

/****************************/
/** carousel section **/
.carousel {
  margin-top: 75px;
}
.carousel-caption {
  bottom: 35%;
  color: #fff;
  background: #000;
  max-width: 550px;
  display: block;
  margin: 0 auto;
  background: rgba(27, 18, 11, 0.6);
  padding: 60px 5px;
}
@media only screen and (max-width: 768px) {
.carousel-caption {
  display: none;
  }
}
@media only screen and (max-width: 768px) {
.carousel-indicators {
  display: none;
  }
}
.slide-subtitle {
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.slide-title {
  margin-bottom: 30px;
  line-height: 1.25;
  text-transform: capitalize;
  font-size: 24px !important;
  font-family: 'Crimson Text', serif;
  letter-spacing: 1px !important;
}

/****************************/
/** Welcome Section **/

.welcome {
  text-align: center;
  margin-bottom: 70px;
}
.welcome h1 {
  padding: 20px;
}
.welcome p {
}

/****************************/
/** What We Do Section **/

.whatWeDo-section h2 {
  margin-bottom: 40px;
}
.whatWeDo-section h6 {
  font-family: 'Crimson Text', serif;
  margin-bottom: 12px;
}
.whatWeDo-section p {
  font-size: .688em;
}

/****************************/
/** Our Services Section **/

.service-inspiration {
  position: relative;
  display: block;
  color: #fff; }
  .service-inspiration:hover {
    color: #fff; }
  .service-inspiration .service-inspiration-img-wrap {
    position: relative;
    display: inline-block; }
    .service-inspiration .service-inspiration-img-wrap, .service-inspiration .service-inspiration-img-wrap img {
      width: 100%; }
    .service-inspiration .service-inspiration-img-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(44, 38, 31, 0.5); }
  .service-inspiration .service-inspiration-body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
    will-change: transform; }
    .service-inspiration .service-inspiration-body h4,
    .service-inspiration .service-inspiration-body h5,
    .service-inspiration .service-inspiration-body h6
     {
      color: #fff; }
    @media (min-width: 992px) {
      .service-inspiration .service-inspiration-body {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 1200px) {
      .service-inspiration .service-inspiration-body {
        padding-left: 85px;
        padding-right: 85px; } }
  @media (min-width: 1200px) {
    .service-inspiration .service-inspiration-body, .service-inspiration .service-inspiration-img-wrap:before {
      opacity: 0;
      transition: .3s all ease; }
    .service-inspiration .service-inspiration-img-wrap:before {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      visibility: hidden; }
    .service-inspiration:hover .service-inspiration-body, .service-inspiration:hover .service-inspiration-img-wrap:before {
      opacity: 1; }
    .service-inspiration:hover .service-inspiration-img-wrap:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      visibility: visible; } }
  .service-inspiration-img-auto-height .service-inspiration-img-wrap, .service-inspiration-img-auto-height .service-inspiration-img-wrap img {
    height: auto;
    min-height: 350px; }
  .service-inspiration-visible .service-inspiration-body, .service-inspiration-visible .service-inspiration-img-wrap:before {
    opacity: 1; }
  .service-inspiration-visible .service-inspiration-img-wrap:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible; }
  .service-inspiration.service-custom .service-inspiration-body {
    padding: 0 20px;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%); }
    @media (min-width: 992px) {
      .service-inspiration.service-custom .service-inspiration-body {
        padding-left: 25px;
        padding-right: 25px; } }

  .service-inspiration-body h5 {
    font-size: 1em;
    letter-spacing: .08em;
  }

  .service-inspiration-body p {
    font-size: .875em;
    line-height: 1.3em;
    color: #fff;
  }

@media (min-width: 1200px) {
  .service-inspiration-event .service-inspiration-body, .service-inspiration-event .service-inspiration-img-wrap:before {
    opacity: 1; }
  .service-inspiration-event .service-inspiration-body {
    padding-left: 25px;
    padding-right: 25px; } }


/****************************/
/** Buttons **/

.btn {
  min-width: 160px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0 !important;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .3s ease-out; }
  .btn:focus, .btn:active, .btn:active:focus {
    outline: none; }
  .btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none; }


.btn-eagle-blue{
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 300;
  letter-spacing: 3px;
  display: inline-block;
  color: #ffffff;
  background-color: #282364;
  border-color: #282364;
  margin: 20px 25px;
}

.btn-eagle-blue:hover {
  color: #ffffff;
  background-color: #27208c;
  border-color: #27208c;
}

.btn-white {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  border: 1px solid #fff;
}

.btn-white:hover {
  color: #888;
  background: rgba(255,255,255,0.85);
}
.btn-mod {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.btn-mod:hover {
  color: #666;
  background: rgba(255,255,255,0.85);
}
.btn-service {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #888;
  color: #888;
  background-color: transparent;
  cursor: pointer;
}
.btn-service:hover {
  color: #fff;
  background-color: #282364;
  border-color: #282364;
}
.btn-slide {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 400;
  letter-spacing: 3px;
  display: inline-block;
  color: #888;
  background: rgba(255,255,255,0.85);
  cursor: pointer;
}
.btn-slide:hover {
  color: rgba(255,255,255,0.85);
  background: rgba(182,182,182,0.85);
}
/****************************/
/** Page **/
.page {
  padding: 50px 0;
}


/**************************************/
/*Make rug Section*/

.makeRug-bgimage {
  text-align: center;
    background-image: url('../images/sisal-rug.jpg');
    background-position: center bottom;
    background-size: cover;
    height: 350px;
}

.makeRug-bgimage h2{
  color: #750b00;
  font-family: 'Poppins', sans-serif;  
  font-weight: 700;
  text-shadow: #000 0 1px 1px;
  letter-spacing: .1em;
  margin-top: 60px;
  font-size: 58px;
}

.makeRug-bgimage h3{
  color: #ffffff;
  font-family: 'Roboto', sans-serif;  
  font-weight: 500;
  text-shadow: #000 0 1px 1px;
  letter-spacing: .2em;
  margin-top: -55px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
}



/**  Footer **/

footer {
  background-color: #181940;
  padding: 40px 0 40px 0;
}

footer h3 {
  color: #efefef;
}

footer p {
  color: #999;
  font-size: .750em;
}

footer a {
  color: #b49741;
  text-decoration: none;
}

footer a:hover {
  color: #ffae2b;
  text-decoration: none;
}

/** SOCIAL ICONS **/

footer .follow-us {
  /*padding-top: 50px;*/
}

footer .social {
  margin-top: 5px;
}

footer .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
     -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-right: 5px;
    padding-top: 2px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 18px;
    color: #272766;
    background-color: #3f60a3;
}

footer .share-facebook:hover {
    background-color: #3b5a9a;
    color: #ffffff;
}
footer .share-pinterest:hover {
    background-color: #bd081c;
    color: #ffffff;
}
footer .share-instagram:hover {
    background-color: #dd2d84;
    color: #ffffff;
}
footer .share-houzz:hover {
    background-color: #7ac143;
    color: #ffffff;
}

.social-tooltip + .tooltip > .tooltip-inner {
  background-color: transparent !important;
  color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.social-tooltip + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 0;
}

/**************************************/
/* NEWSLETTER */

footer .newsletter-line-1{
  text-transform: uppercase;
  font-size: .625em;
  letter-spacing: .08em;
  padding: 0;
  margin: 0;
}

footer .newsletter-line-2{
  font-size: .8em;
  letter-spacing: .08em;
}
.newsletter form { 
  width: 80%;  
  margin: 30px 0 0;
}

.newsletter fieldset { 
  width: 100%;   
  border: 0;  
}

#contact-form label {
  display: none;
 }

.newsletter input {
  color: #999;
  border-color: #999;
  background-color: #3f60a3;
  border-radius: 4px;  
  border: solid 1px #999;
  width: 100%;  
  height: 2em;  
  margin-bottom: 15px;  
  padding-left: 15px;
  font-size: .75em;  
}

footer .btn-submit {
  color: #b49741;
  background-color: #181940;
  border-radius: 4px;  
  border: solid 1px #999;
  font-size: .7em;
  font-weight: 600;
  padding: 5px 15px;
}

footer .btn-submit:hover {
  color: #000;
  background: #ffae2b;
  border-color: #999;
}
.g-recaptcha {
  margin-bottom: 10px; 
}
footer .footer-contact-info {
  color: #efefef;
  font-size: .688em;
  font-weight: 600;
}

footer .footer-contact-info i {
  padding-right: 5px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer li {
  margin: 0;
  padding-bottom: 8px;
}

footer .footer-phone {
  color: #b49741;
}

footer .copyright {
  text-align: center;
  font-size: .688em;
  color: #b49741;
  padding-top: 20px;
}


/**************************************/
/*Map Variant*/
/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
  width: 100%;
  height: 500px;
}


/**************************************/
/*Tempoary styles*/

.text-spacing-inverse-25 {
  text-align: center;
}

.range-xs-center {
  text-align: center;
}

.ourServices {
  text-align: center;
}

.on-center-container {
  text-align: center;
}


/**************************************/
/*Subpage styles*/

.subpage-header {
  background: url(../header-backgrounds/mainHeader.jpg) no-repeat bottom center; 
  display: table;
  height: 40%;
  position: relative;
  width: 100%;
  margin-top: 80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/**************************************/
/*Contact page*/
.contact-text {
  color: #777777;
  font-size: .750em;
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 50px;
}

.contact-intro {
  margin-bottom: 30px;
}

.hr-container {
  margin: 32px 0 22px 0;
}

hr {
  background-image: linear-gradient(to right, transparent, rgba(0,0,0,0.20), transparent);
  border: 0;
  height: 1px;
}

.icon-component {
  box-sizing: border-box;
  margin-bottom: 0;
}

.info-box {
  margin-bottom: 30px;
}

.icon-default {
  display: table-cell;
  vertical-align: bottom;
}
.icon-wrapper {
  text-align: center;
}
.circle {
  color: #ffffff;
  background-color: #282364;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  margin-right: 15px;
}
.contact-info p{
  color: #777777;
}
.map-icon {
  padding: 6px 0 0 10px;
}
.email-icon {
  padding: 6px 0 0 7px;
}
.phone-icon {
  padding: 7px 0 0 8px;
}
.aio-icon-header p {
  font-size: 12px;
}
.contact-info {
  color: #777777;
}
.map-container {
  margin: 40px 0;
}

/**************************************/
/*All Services subpage*/

.banner {
  margin-top: 83px;
  width: 100%;
  height: 40px;
  color: #000000;
  background-color: #e3e3e3;
  text-align: center;
  vertical-align: middle;
}
.bannerTxt {
  color: #000000;
  font-size: .875em;
  padding-top:10px;
  font-weight: 600;
}
.clearfix:after {
 content:'';
 display: table;
 clear: both;
}
.promo-box {
  height: 600px;
}
@media only screen and (max-width: 769px) {
 .promo-box {
  height:auto;
 }
}
.promo-box .image-box {
   float:left;
   width:calc(100% - 460px);
   height:100%;
   background-size:cover;
   background-repeat:no-repeat;
   background-position:center center;
}
@media only screen and (max-width: 769px) {
 .promo-box .image-box {
    width:100%;
    height:250px;
 }
}
.promo-box .text-box-container {
   float:left;
   width:460px;
   height:100%;
   position:relative;
}
@media only screen and (max-width: 769px) {
 .promo-box .text-box-container {
    width:100%;
    height:auto;
    padding:40px 20px;
 }
}
.promo-box .text-box {
   text-align:center;
   line-height: 25px;
   color: #61606b;
}
@media only screen and (min-width: 769px) {
.promo-box .text-box {
    width:330px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
 }
}
@media only screen and (max-width: 769px) {
 .promo-box .text-box {
    width:100%;
 }
}
.promo-box .text-box .service-title {
   font-size:13px;
   font-weight: 300;
   letter-spacing:2px;
   margin-bottom:15px;
   text-transform: uppercase;
}

@media only screen and (max-width: 769px) {
 .promo-box .text-box .service-title {
    margin-bottom:10px;
 }
}
.promo-box .text-box .title {
   font-family: 'Crimson Text', serif;
   text-transform: uppercase;
   font-size:24px;
   color: #282364;
   letter-spacing:1px;
   margin-bottom:40px;
}
.text-box p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
 .promo-box .text-box .title {
    margin-bottom:20px;
 }
}

@media only screen and (max-width: 769px) {
.promo-box .text-box {
    width:100%;
    padding:0 20px;
 }
}
@media only screen and (max-width: 769px) {
 .promo-box.designer-box {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    -moz-flex-direction:column;
    -o-flex-direction:column;
    flex-direction:column;
 }
 .promo-box.designer-box .image-box {
    order:2;
 }
 .promo-box.designer-box .text-box-container {
    order:1;
 }
}
.promo-box.to-right .image-box,.promo-box.to-right .text-box-container {
    float:right;
}
/

/**************************************/
/*FAQS page*/
.faq-header {
  background: url(../header-backgrounds/bookShelf.png) no-repeat bottom center; 
  display: table;
  height: 30%;
  position: relative;
  width: 100%;
  margin-top: 80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.faqs-section h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  font-size: 18px;
  margin: 35px 0 15px 0; }
  @media (min-width: 768px) {
    .faqs-section h2 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .faqs-section h2 {
      line-height: 1.5;
      font-size: 24px; } }

.FAQS_cs {
  text-align: right;
  margin: -25px 0 40px 0;
}
.FAQS_cs h6 {
  color: #777;
  font-size: .6em;
  font-weight: 400;
  margin-bottom: 0;
}
.FAQS_cs .FAQS_num {
  font-size: .9em;
  font-weight: 600;
  margin-top: -.4em;
  color: #117af6;
}
.panel-group h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-transform: none;
  color: #000000;
  margin: 25px 0 20px 0;
}
.panel-title a {
  text-decoration-line: none;
  color: #426698;
}
.panel-title .glyphicon-chevron-right {
  color: #117af3;
  font-size: .75em;
  padding-right: 8px;
}
.panel-title .glyphicon-remove {
  color: #000000;
  font-size: .85em;
  padding-right: 6px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body p {
  font-size: .75em;
}
.panel-group .panel {
  border-bottom: solid 1px #ccc;
  border-radius: 0;
}
.panel-group {
  margin-bottom: 60px;
}
.panel-body ul li {
  font-size: .875em;
}
/**************************************/
/* Jumbotron catagories */

.catagories {
  border: 1px solid #ddd;
  background-color: #fff;
  border-color: #117af6;
}
.faq-nav {
  list-style: none;
}
.faq-nav li > a {
  font-size: .875em;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.faq-nav li > a:hover, .faq-nav li > a:focus {
  color: #117af6;
}

/**************************************/
/* Search form */


button, input {
  overflow: visible;
  text-transform: none;
}
button, html [type="button"], [type="reset"],[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


.faq-search form {
  width: 100%;
  max-width: 790px;
}

.faq-search form legend {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

.faq-search form .inner-form {
  width: 100%;
  margin-bottom: 17px;
}

.faq-search form .inner-form .input-field {
  width: 100%;
  position: relative;
}

.faq-search form .inner-form .input-field {
  margin-bottom: 0;
}

.faq-search form .inner-form .input-field .choices {
  min-height: 70px;
  width: 100%;
  background: transparent;
  border: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 70px 10px 32px;
  font-size: 18px;
  color: #666;
  border-radius: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.faq-search form .inner-form .input-field .choices .choices__inner .choices__list .choices__item {
  background: #e7e7e7;
  color: #333;
  line-height: 33px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
}

.faq-search form .inner-form .input-field .choices .choices__inner .choices__list .choices__item .choices__button {
  border-left: 0;
  color: #b2b2b2;
  background-image: url(../images/icons/close.svg);
  background-size: 14px auto;
  padding-left: 0;
  opacity: .3;
  transition: all .2s ease-out, color .2s ease-out;
}

.faq-search form .inner-form .input-field .choices .choices__inner .choices__list .choices__item .choices__button:hover {
  opacity: 1;
}

.faq-search form .inner-form .input-field .choices .choices__inner .choices__input {
  font-size: 16px;
  color: #333;
  background-color: transparent;
  margin-bottom: 0;
}

.faq-search form .inner-form .input-field .choices .choices__list--dropdown {
  background: transparent;
  font-size: 16px;
  color: #fff;
  border: 0;
  padding: 0 32px;
}

.faq-search form .inner-form .input-field .choices .choices__list--dropdown .choices__item {
  font-size: 13px;
  height: 25px;
  line-height: 1.3;
  padding: 0;
  padding-top: 5px;
  opacity: .7;
}

.faq-search form .inner-form .input-field .btn-search {
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  align-items: center;
  color: #117af3;
}

.faq-search form .inner-form .input-field .btn-search svg {
  fill: #333;
  width: 40px;
  height: 40px;
  transition: all .2s ease-out, color .2s ease-out;
}

.faq-search form .inner-form .input-field .btn-search:hover, .faq-search form .inner-form .input-field .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.faq-search form .inner-form .input-field .btn-search:hover svg, .faq-search form .inner-form .input-field .btn-search:focus svg {
  fill: #000;
}

.faq-search input {
  border-radius: 30px;
}
/**************************************/
/*Subpage Headers*/

.company-header {
  background: url(../images/teamPic.jpg) no-repeat center center; 
  display: table;
  height: 40%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel_wrapper {
    position: relative;
    max-width: 1138px;
    margin: 0 auto;
}
.panel_row {
    position: relative;
    margin-bottom: 60px;
}
.panel_row .panel_image {
    max-width: 750px;
    padding-right: 150px;
}
.panel_info {
    position: absolute;
    top: 50%;
    margin-top: -140px;
    right: 0;
    width: 420px;
    height: 230px;
    padding: 50px 50px 0;
    background-color: rgba(255, 255,255, .7);
}
.panel_info h1 {
    border-bottom: 2px solid #9f8557;
    margin-bottom: 22px;
    padding-bottom: 16px;
}
.panel_content{
    font-size: 1.0625em;
    line-height: 1.6875em;
    letter-spacing: .05em;
    color: #444;
}
.resp {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
}
.quote {
    position: absolute;
    left: 50%;
    margin-left: -304px;
    top: 50%;
    bottom: 20%;
    max-width: 600px;
    margin-top: 0;
}
.quote h1 {
    font-size: 2.55em;
    line-height: 1.3em;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}

/**************************************/
/*Testimonials Page*/

.kudos-page {
  background: url(../images/testimonial-page-bkgrnd.png) no-repeat center center fixed; 
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: auto;
}
.testimonial-wrapper {
  max-width: 550px;
  padding-bottom: 30px;
  margin: 0  15px 20px 15px;
}
.testimonial-wrapper h3{
  margin-top: 20px;
}
.testimonial-header-bgimage h1 {
  color: #ffffff;   
  font-weight: 400;
  text-shadow: #000 0 1px 1px;
  letter-spacing: .1em;
  margin-top: 80px;
  padding: 0;
  font-size: 40px;
}

.actual-quote {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .1em;
  line-height: 1.9;

}

.author {
  color: #152036;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/**************************************/
/*Accessoriess Page*/

.image-container {
  text-align: center;

}