@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';

/*---------------------------------------------------------------------*/
/*  1. GLOBAL STYLES
/*---------------------------------------------------------------------*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #f2f4f4;
  font-family: 'Lato', sans-serif;
  color: #222222;
  overflow-x: hidden;
}
a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}



img {
  max-width: 100%;
  height: auto;
}
/*.btn-lg, .btn-group-lg>.btn{
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 6px;
}*/

.mfp-title {
  text-align: left;
  background: #191919;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  /* padding-right: 36px; */
  padding: 10px;
  font-weight: bold;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #f0f0f0;
  font-size: 12px;
  line-height: 18px;
  padding-right: 10px;
  padding-top: 6px;

}


p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 15px;
  color: gray;
  font-family: 'Verdana';
}


.push {
  margin-left: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  .push.pushed-left {
    margin-left: 250px;
  }
}
@media (min-width: 992px) {
  .push.pushed-right {
    margin-left: -250px;
  }
}
.section {
  background-color: #fff;
}
.section > .section-inner {
  position: relative;
}
.section > .section-inner .section-content {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .section > .section-inner .section-content {
    /*padding-top: 70px;*/
    padding-bottom: 40px;
  }
}
.section > .section-inner .section-content .section-title {
  color: #222;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .section > .section-inner .section-content .section-title {
    /*WENDI CHANGED FROM 60 to 40*/
    padding-bottom: 20px;
  }
}
.section > .section-inner .section-content .section-title > .main-title {
  font-size: 50px;
  font-weight: 700;
  font-family: 'Oswald';
  color: #f04e23;
}
@media (min-width: 480px) {
  .section > .section-inner .section-content .section-title > .main-title {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Oswald';
    /*text-transform: lowercase;*/
    color: #f04e23;

  }
}
@media (min-width: 600px) {
  .section > .section-inner .section-content .section-title > .main-title {
    font-size: 55px;
    font-weight: 700;
    font-family: 'Oswald';
    color: #f04e23;
    /*text-transform: lowercase;*/
  }
}
@media (min-width: 768px) {
  .section > .section-inner .section-content .section-title > .main-title {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Oswald';
    color: #f04e23;
  }
}

.section > .section-inner .section-content .section-title > .sub-title {
 /* font-size: 20px;
  font-weight: 300;*/
  font-size: 16px; 
  /*font-family: 'Lato';*/
  letter-spacing: 2px;
  color: gray;
  font-family: 'Lato';
  text-transform: uppercase;
  margin-bottom: -40px;
}
/*@media (min-width: 480px) {
  .section > .section-inner .section-content .section-title > .sub-title {
    font-size: 25px;
  }*/
}
.section > .section-inner .section-content .section-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #222;
}
.section.section-bgimage-yes {
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 1280px) {
  .section.section-bgimage-yes {
    background-attachment: fixed;
  }
}
.section.section-bgimage-yes > .section-inner > .section-overlay {
  content: '';
  position: absolute;
  /*background-color: #000;*/
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
/*  opacity: 0.8;*/
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

section#contact-us.section.section-bgimage-yes {
  background-color: white;
}

section#our-history.section {
  background-color: #fff;
}

#contact-us > .section-inner .section-content .form-group input,
#contact-us > .section-inner .section-content .form-group textarea {
  color: #afafaf;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 0px;
  border-left-color: gray;
}
.section.section-parallax-yes > .section-inner > .section-overlay {
  content: '';
  position: absolute;
  background-color: #000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}
.section.section-parallax-yes > .section-inner > .parallax .bcg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 1280px) {
  .section.section-parallax-yes > .section-inner > .parallax .bcg {
    background-attachment: fixed;
  }
}



/*.fa {
  color: #f04e23;
}*/

/*---------------------------------------------------------------------*/
/*  2. ANIMATION DELAY
/*---------------------------------------------------------------------*/
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}


/*---------------------------------------------------------------------*/
/*  3. PAGE LOADER
/*---------------------------------------------------------------------*/
#page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f04e23;
}
/*wendi changed w/h from 128 x 128 to 300 x 300*/
#page-loader .preload {
  /*width: 128px;
  height: 128px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}


/*---------------------------------------------------------------------*/
/*  4. NAVBAR
/*---------------------------------------------------------------------*/
.navbar.navbar-fixed-top {
  position: relative;
  margin: 0;
  border: 0;
  min-height: 60px;
  background-color: #f04e23;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
}
@media (min-width: 768px) {
  .navbar.navbar-fixed-top {
    -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
  }
}


.navbar.navbar-fixed-top .navbar-brand {
/*  color: #fff;
  font-size: 12px;
  font-family: 'Lato';*/
  /*text-transform: uppercase;*/
  height: 70px;
  line-height: 70px;
  /*padding-top: 0px;*/
  /*padding-bottom: 0px;*/
  /*letter-spacing: 0.1em;*/
}
.navbar.navbar-fixed-top .navbar-brand:hover {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.navbar.navbar-fixed-top .navbar-toggle {
  margin-top: 12px;
  background-color: #f04e23;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar.navbar-fixed-top .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Lato';
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top .navbar-nav > li > a {
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #f04e23;
  background-color: #fff;
}
.navbar.navbar-fixed-top .navbar-nav > li > a > i.fa-angle-down {
  padding-left: 2px;
}
/*.navbar.navbar-fixed-top .navbar-nav > li.active a,*/
.navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
  background-color: #f04e23;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top .navbar-nav > li.active a,
  .navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
    color: #fff;
    background-color: #f04e23;
    background-repeat: repeat;
  }
}
#logo {
  height: 100%;
}

/*---------------------------------------------------------------------*/
/*  4.1. NAVBAR - CENTER MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav > li {
    display: inline-block;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
  }
}


/*---------------------------------------------------------------------*/
/*  4.2. NAVBAR - SIDE MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu {
    z-index: 15;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #222;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-header .navbar-brand {
    color: #aaa;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li {
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a {
    color: #aaa;
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
  }
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a:hover {
    color: #fff;
  }
}
.navbar.navbar-fixed-top.side-menu .navbar-nav > li.active > a {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.left-slide-menu,
  .navbar.navbar-fixed-top.side-menu.left-push-menu {
    left: -250px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.left-slide-menu.active,
  .navbar.navbar-fixed-top.side-menu.left-push-menu.active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.right-slide-menu,
  .navbar.navbar-fixed-top.side-menu.right-push-menu {
    right: -250px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.right-slide-menu.active,
  .navbar.navbar-fixed-top.side-menu.right-push-menu.active {
    right: 0;
  }
}
.navbar-trigger-open {
  z-index: 10;
  position: fixed;
  top: 0;
  margin-top: 25px;
}
.navbar-trigger-open a {
  color: #fff;
  font-size: 28px;
  background-color: #f04e23;
  padding: 5px 15px;
  border-radius: 2px;
  opacity: 0.9;
}
.navbar-trigger-open.left {
  left: 0;
  margin-left: 20px;
}
.navbar-trigger-open.right {
  right: 0;
  margin-right: 20px;
}
span.navbar-trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: 28px;
}
span.navbar-trigger-close a {
  color: #aaa;
  font-size: 28px;
}
span.navbar-trigger-close a:hover {
  color: #fff;
}


/*---------------------------------------------------------------------*/
/*  5. INTRO SECTION
/*---------------------------------------------------------------------*/
#intro {
  position: relative;
  display: table;
  width: 100%;
  /*height: 100%;*/
  height: auto;
  color: #fff;
  /*WENDI CHANGED BACKGROUND COLOR*/
  background-color: black;
  /*background-image: url("../img/logo.png");*/
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 1280px) {
  #intro {
    height: 100%;
    padding: 0px;
    background-attachment: fixed;
  }
}
#intro:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  /*WENDI CHANGED BACKGROUND COLOR*/
  /*background: rgba(0, 0, 0, 0.8);*/
  background-color:  rgba(0, 0, 0, 0.55);
}
#intro .intro-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  /*wendi changed paddinf from 70x70 to 200 x 200*/
  padding-top: 120px;
  padding-bottom: 230px;
}
@media (min-width: 1280px) {
  #intro .intro-body {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
/*wendi added below*/
  /* hide mobile version by default */
  .logo .mobile {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .logo .mobile {
      /*wendi changed from block to inline*/
      display: inline;
      /*display: block;*/
      text-align: left;
    }
    .logo .desktop {
      display: none;
    }
  }
  /*end wendi added*/

#intro .intro-body .logo > h1 {
/*  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Raleway', sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: auto;*/
  /*WENDI CHANGED TO:*/
  display: inline;
  /*width: 110px;*/
  margin: auto;
  /*height: 110px;*/
  /*line-height: 110px;*/
  font-family: 'Oswald', sans-serif;
  font-size: 6em;
  color: #f04e23;
  font-weight: 700;
  text-transform: uppercase;
  /*border-bottom: 1px solid #f04e23;*/
}

#intro .intro-body .logo > h2 {

  color: white;
  display: inline;
  width: 110px;
  line-height: 22px;
  /*text-transform: uppercase;*/
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
}

div.col-md-12.intro-content {
  text-align: center;
/*  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;*/
  padding-top: 50px;
  padding-bottom: 50px;
 /* padding-top: 200px;
  padding-bottom: 200px;*/
}

#intro .intro-body .intro-text {
  /*WENDI CHANGED to comment out margin */
  /*margin-top: 40px;*/
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
#intro .intro-body .intro-text h2 {
  color: #fff;
  font-size: 15px;
  text-align: left;
  font-family: "lato";
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  #intro .intro-body .intro-text h2 {
  font-size: 15px;
  text-align: left;
  }
}

div.intro-text.text-center {
  margin: -35px;
  margin-left: 10px;
  margin-bottom: 10px;
  opacity: .5;
}
/*#intro .intro-body .intro-text p.lead {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}*/
/*@media (min-width: 768px) {
  #intro .intro-body .intro-text p.lead {
    font-size: 26px;
  }
}*/
#intro .intro-body .page-scroll {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #intro .intro-body .page-scroll {
    margin-top: 50px;

  }
}
#intro .intro-body .page-scroll a.btn {
  font-family: 'Lato', sans-serif;
  /*float: left;*/
  background: #414141;
  color: white;
  padding: 10px 20px;
  float: center;
}

#intro .intro-body .page-scroll a.btn:hover {
  background: #f04e23;
  color: white;

}

/*wendi changed below from 20/25 for padding and changed font size*/
@media (min-width: 768px) {
  #intro .intro-body .page-scroll a.btn {
    padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  float: center;
/* padding-left: 700px; */
  }
}


/*---------------------------------------------------------------------*/
/*  6. WHO WE ARE SECTION
/*---------------------------------------------------------------------*/

section#who-we-are.section {
  background-color: #fff;
  padding-top: none;
  padding-bottom: none;
}

#who-we-are > .section-inner .section-content .section-title {
  /*background: black;*/

}

#who-we-are .carousel-container {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #who-we-are .carousel-container {
    padding-bottom: 0px;
  }
}
#who-we-are .who-we-are-text {
  text-align: left;
}
@media (min-width: 1024px) {
  #who-we-are .who-we-are-text {
    text-align: left;
  }
}
#who-we-are .who-we-are-text > h4 {
  font-size: 14px; 
  color: gray;
  font-family: 'Lato';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#who-we-are .who-we-are-text > h1 {
  font-size: 22px; 
  color: #f04e23;
  font-family: 'Oswald';
  /*letter-spacing: 2px;*/
  text-transform: lowercase;
  text-align: left;
}


#who-we-are .who-we-are-text > p {
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
  font-family: 'Lato';
  color: gray;
  font-weight: 300;
  text-transform: none;
  padding-left: 20px;
  padding-right: 50px;
  border-top: 1px solid #f04e23;
  padding-top: 10px;
}
#who-we-are .who-we-are-text > .page-scroll {
  padding-top: 10px;
  line-height: 1.6;
  font-family: 'Oswald';
}


/*---------------------------------------------------------------------*/
/*  7. FUN FACT SECTION
/*---------------------------------------------------------------------*/
#fun-fact {
  padding-bottom: 80px;
  background-color: #414141;
  /*background-image: url("../img/bg-fun-fact.jpg");*/
}
#fun-fact > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#fun-fact > .section-inner .section-content .section-title > .section-line {
  background-color: blue;
}


/*---------------------------------------------------------------------*/
/*  8. OUR MAIN SKILLS SECTION
/*---------------------------------------------------------------------*/
#our-main-skills {
  /*background-image: url("../img/bg-our-main-skills.jpg");*/
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}

/*h3.sub-title-count {
  font-size: 16px; 
  font-family: 'Lato';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}*/

#our-main-skills > .section-inner .section-content .section-title {
  font-size: 65px;
  font-weight: 700;
  font-family: 'Oswald';
  color: #f04e23;
  /*text-transform: lowercase;*/
}
#our-main-skills > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#our-main-skills .bar-chart-text {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #our-main-skills .bar-chart-text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #our-main-skills .bar-chart-text {
    text-align: right;
  }
}
#our-main-skills .bar-chart-text p.lead {
/*  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
  font-family: 'Verdana';
  color: gray;*/
  /*WENDI CHANGED TO:*/
  font-size: 12px;
  text-align: justify;
  line-height: 1.8;
  font-family: 'Verdana';
  color: gray;
  background-color: white;
  padding: 15px;
}
@media (min-width: 768px) {
  #our-main-skills .bar-chart-text p.lead {
    {
    font-size: 10px;
    line-height: 1.6;
    font-family: 'Verdana';
    color: gray;
  }
}


/*---------------------------------------------------------------------*/
/*  9. QUOTE SECTION
/*---------------------------------------------------------------------*/
#quote {
  /*background-image: url("../img/bg-quote.jpg");*/
}
#quote > .section-inner .section-content {
  padding-top: 100px;
  padding-bottom: 80px;
  color: #b7ada4;
}
#quote > .section-inner .section-content .quote-text > .quote-icon > i {
  color: #f04e23;
  padding-bottom: 20px;
}
#quote > .section-inner .section-content .quote-text > h2 {
  font-size: 60px;
  font-weight: bolder;
  line-height: 1.4;
  font-family: 'Oswald';
  color: #fff;
}
#quote > .section-inner .section-content .quote-text > h2.quote-by {
  color: #f04e23;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 200;
}


/*---------------------------------------------------------------------*/
/*  10. KEEP IN TOUCH SECTION
/*---------------------------------------------------------------------*/
#keep-in-touch {
  /*background-image: url("../img/bg-keep-in-touch.jpg");*/
}
#keep-in-touch > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#keep-in-touch > .section-inner .section-content .section-title > .section-line {
  /*background-color: #b7ada4;*/
}
#keep-in-touch .social-icon-item > a {
  color: #f04e23;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
}
#keep-in-touch .social-icon-item > a:hover {
  color: #fff;
  cursor: pointer;
}
#keep-in-touch .social-icon-item > a:hover .social-icon > i {
  color: #fff;
}
#keep-in-touch .social-icon-item > a .social-icon > i {
  color: #f04e23;
  font-size: 3.5em;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#keep-in-touch .social-icon-item.not-right-column.top-column {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  #keep-in-touch .social-icon-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#keep-in-touch .social-icon-item.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #keep-in-touch .social-icon-item.not-right-column {
    margin-bottom: 0px;
  }
}


/*---------------------------------------------------------------------*/
/*  11. MEET THE TEAM SECTION
/*---------------------------------------------------------------------*/
#meet-the-team .team-item > .team-element {
  position: relative;
  display: block;
  overflow: hidden;
}
#meet-the-team .team-item > .team-element:hover > .team-inner {
  display: block;
  cursor: pointer;
}
#meet-the-team .team-item > .team-element:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#meet-the-team .team-item > .team-element > .team-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail {
  text-align: center;
  font-family: 'Roboto Condensed';
  font-weight: 600;
  color: #f04e23;
  display: table;
  width: 100%;
  height: 100%;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  color: #f04e23;
  letter-spacing: 0.2em;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  color: white;
  font-size: 12px;
  font-weight: 300;
}
#meet-the-team .team-item > .team-element > img {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#meet-the-team .team-item.not-right-column.top-column {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #meet-the-team .team-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#meet-the-team .team-item.not-right-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #meet-the-team .team-item.not-right-column {
    margin-bottom: 0px;
  }
}


/*---------------------------------------------------------------------*/
/*  12. TESTIMONIALS SECTION
/*---------------------------------------------------------------------*/

/*wendi commented line below out*/
/*#testimonials {
  background-image: url("../img/bg-testimonial.jpg");
}*/
#testimonials > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#testimonials > .section-inner .section-content .section-title > .section-line {
  background-color: #f04e23;
}


/*---------------------------------------------------------------------*/
/*  13. COMING SOON SECTION
/*---------------------------------------------------------------------*/
#coming-soon {
  background-image: url("../img/bg-coming-soon.jpg");
}
#coming-soon > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#coming-soon > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#coming-soon > .section-inner .section-content .countdown-form {
  margin-top: 60px;
}
@media (min-width: 360px) {
  #coming-soon > .section-inner .section-content .countdown-form {
    margin-top: 70px;
  }
}
#coming-soon > .section-inner .section-content .countdown-form form > .input-group > span.input-group-btn > .btn {
  padding-top: 11px;
  padding-bottom: 10px;
}
#coming-soon > .section-inner .section-content .countdown-text {
  margin-top: 50px;
}
#coming-soon > .section-inner .section-content .countdown-text > p {
  color: #b7ada4;
}


/*---------------------------------------------------------------------*/
/*  14. CONTACT US SECTION
/*---------------------------------------------------------------------*/
#contact-us {
  background-color: #00c6e3;
  /*background-image: url("../img/bg-contact-us.jpg");*/
}

/*section#contact-us.section.section-bgimage-yes {
  background-color: #00c6e3;
}*/
#contact-us > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#contact-us > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#contact-us > .section-inner .section-content .content-message {
  color: #fff;
  background-color: #f04e23;
  margin-bottom: 50px;
  padding: 30px;
}
#contact-us > .section-inner .section-content .form-group .input-group {
  width: 100%;
}
#contact-us > .section-inner .section-content .form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Lato';
  letter-spacing: 0.1em;
}
#contact-us > .section-inner .section-content .form-group label.error {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}
#contact-us > .section-inner .section-content .form-group input,
#contact-us > .section-inner .section-content .form-group textarea {
  color: #afafaf;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 0px;
}
#contact-us > .section-inner .section-content .form-group textarea {
  height: 137px;
}
#contact-us > .section-inner .section-content .form-group button {
  width: 100%;
  margin-top: 30px;
  border-radius: 0px;
  width: 100%;
  background: #f04e23;
  color: white;
  line-height: 2;
  font-family: 'Roboto Condensed';
  letter-spacing: none;
  font-size: 16px;
}
#contact-us > .section-inner .section-content .form-group span {
  color: #fff;
  background-color: #f04e23;
  border-radius: 0px;
  border-color: #f04e23;
}
#contact-us > .section-inner .section-content .form-group span > i {
  width: 20px;
}
/*#contact-us > .section-inner .section-content .social-icon-text > h2 {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #f04e23;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: 50px;
}*/
/*#contact-us > .section-inner .section-content .social-icon-text > h4 {
  color: #b7ada4;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
}*/

#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list {
  margin-top: 20px;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color:red;
  text-align: center;
  /*border: 1px solid #c9c9c9;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a:hover {
  /*border-color: #008da2;*/
  color: #f04e23;
  background-color: #000;
}

/*@media (max-width:  480px) {
  #contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list{
    font-size: 5px;
  }
}*/



/*---------------------------------------------------------------------*/
/*  16. FOOTER
/*---------------------------------------------------------------------*/

section#footer {
  background-color: #222222;
  color: gray;
  width: 100%;
  border-top: 1px solid #f04e23;
  border-bottom: 1px solid #f04e23;
  padding-bottom: 30px;
}

footer.footer #footer .footer-column .footer-text {
  text-align: left;
  font-family: 'Lato';
  font-weight: 200;
  /*font-size: 8px;*/
  color: gray;
}


/*footer.footer {
  color: gray;
  border: 1px solid #f04e23;*/
  /*font-size: 10px;*/
/*}*/

footer.footer a {
  color: #f04e23;
}
footer.footer a:hover {
  color: #ffffff;
}
footer.footer #footer {
  padding-top: 40px;
  margin-bottom: 200px;
}
footer.footer #footer .footer-column.not-right-column {
  /*margin-bottom: 50px;*/
  text-align: left;
  font-family: 'Lato';
  font-weight: 200;
  /*font-size: 8px;*/
  color: gray;
}
@media (min-width: 768px) {
  footer.footer #footer .footer-column.not-right-column {
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Lato';
    font-weight: 200;
    font-size: 8px;
    color: gray;
    font-size: 8px;
  }
}
footer.footer #footer .footer-column .footer-text {
  text-align: left;
  font-family: 'Lato';
  font-weight: 200;
  color: gray;
}



footer.footer #footer h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  font-family: 'Oswald';
  font-weight: 400;
  border-bottom: 1px solid #f04e23;
  padding-bottom: 18px;
}


footer.footer #footer p {
  font-size: 10px;
  margin-bottom: 10px;
  font-family: 'Lato';
  text-align: left;
  font-weight: 200;
  color: gray;
  width: 90%;
}

footer.footer #footer ul.icon-list > li {
  /*padding-bottom: 3px;*/
  font-family: 'Lato';
  font-weight: 200;
  color: gray;
  font-size: 10px;
  padding-left: 10px;

}
footer.footer #footer ul.icon-list > li > i {
  padding-right: 10px;
  padding-left: 10px;
  color: #f04e23;
  padding-bottom: 10px;
}

footer.footer #footer ul.social-icon-list > li {
  padding-bottom: 10px;
  
}
footer.footer #footer ul.social-icon-list > li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f04e23;
  color: #fff;
}
footer.footer #footer ul.social-icon-list > li a:hover {
  background-color: #fff;
  color: #f04e23;
}

form.newsletter-form {
  color: gray;
  font-family: 'Lato';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 3px;
  /*font-size: 10px;*/
  /*letter-spacing: .06em;*/
}

/*#footer > .section-inner .section-content .form-group label {
  color: blue;
}*/

footer.footer #footer .newsletter-form input {
  background-color: transparent;
  border-color: gray;
  color: #f04e23;
  text-transform: uppercase;
  font-family: 'lato';
  font-size: 10px;
}
footer.footer #copyright {
  /*background-color: #161616;*/
  padding: 15px 0px;
  border-top: 1px solid rgba(114, 114, 114, 0.25);
}
footer.footer #copyright p {
  /*font-size: 13px;*/
  text-align: right;
  font-family: 'lato';
  color: gray;
  font-size: 10px;
  font-weight: 200;
  margin: 0px;
}

@media (min-width: 768px) {
  footer.footer #copyright p {
    text-align: right;
  }
}

/*@media (min-width: 768px) {
  footer.footer p {
    text-align: left;
    font-size: 10px;
  }
}*/

@media (max-width: 480px) {
  footer.footer #footer p {
  text-align: left;
  font-family: 'Lato';
  font-weight: 200;
  font-size: 10px;
  color: gray;
  font-weight: 200;
}

@media (max-width: 480px) {
  footer.footer #footer h4 {
  text-align: left;
  font-family: 'Lato';
  font-weight: 200;
  font-size: 12px;
  color: gray;
  font-weight: 200;
}