/* line 1, ../scss/_scaffolding.scss */



body {
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

/* line 8, ../scss/_scaffolding.scss */
a {
  color: #333333;
}
/* line 12, ../scss/_scaffolding.scss */
a:hover, a:focus {
  color: #333333;
  text-decoration: none;
}

/* line 18, ../scss/_scaffolding.scss */
.list-inline a {
  color: white;
}
/* line 22, ../scss/_scaffolding.scss */
.list-inline a:hover, .list-inline a:focus {
  color: #25cbf5;
  text-decoration: none;
}

/* line 29, ../scss/_scaffolding.scss */
html,
body {
  height: 100%;
}



h1 {
  font-family: 'Pacifico', cursive;
  line-height: 1.1;
  color: #333333;
}

h2 {
  font-family: 'Maven Pro', sans-serif;
  line-height: 1.1;
  color: #333333;
}

h3 {
  font-family: 'Maven Pro', sans-serif;
  line-height: 1.1;
  color: #333333;
}

h4 {
  font-family: 'Maven Pro', sans-serif;
  line-height: 1.1;

  
  /* color: #333333; */
  
}

h4 a {
  color: #35AA9A;
  line-height: 22px;
  font-weight: bolder;
}

/* line 12, ../scss/_typography.scss */

h2 {
  text-transform: uppercase;
}

/* line 16, ../scss/_typography.scss */
h1 {
  font-size: 3em;
}

/* line 20, ../scss/_typography.scss */
h2 {
  font-size: 2em;
}

/* line 24, ../scss/_typography.scss */
h3 {
  font-size: 1.3em;
}

/* line 28, ../scss/_typography.scss */
h4 {
  font-size: 1.3em;
}

/* line 33, ../scss/_typography.scss */
.home-text {
  color: white;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
  margin: 20px 0;
  letter-spacing: 1px;
  font-weight: 200;
}

/* line 43, ../scss/_typography.scss */
.home-h1 {
  color: #333333;
  font-size: 3em;
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 54, ../scss/_typography.scss */
.home-h1 > span {
  color: #35AA9A;
}

/* line 58, ../scss/_typography.scss */
.lead {
  letter-spacing: 1px;
  margin-bottom: 60px;
}

/* line 63, ../scss/_typography.scss */
.about-col h3 {
  text-transform: uppercase;
  font-weight: lighter;
}

/* line 68, ../scss/_typography.scss */
.col-sm-8 h3 {
  font-weight: lighter;
}

/* line 1, ../scss/_navbar.scss */
.navbar-default {
  background-color: white;
  font-family: 'Maven Pro', sans-serif;
  text-transform: uppercase;
}

/* line 7, ../scss/_navbar.scss */
.navbar-default .navbar-brand {
  font-weight: 700;
  color: #333333;
  font-size: 1.5em;
}

/* line 13, ../scss/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
/* line 17, ../scss/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #35AA9A;
}

/* line 1, ../scss/_buttons.scss */
.btn-theme, .btn-dark, .btn-cta, .btn-cta-o, .btn-cta-1, .btn-cta-2 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 0.8em;
  font-weight: 200;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 15px 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 12, ../scss/_buttons.scss */
.btn-dark {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: #777777;
}
/* line 19, ../scss/_buttons.scss */
.btn-dark:hover, .btn-dark:focus {
  background: #000;
  color: white;
}

/* line 25, ../scss/_buttons.scss */
.btn-cta {
  background-color: #25cbf5;
  color: white;
}
/* line 31, ../scss/_buttons.scss */
.btn-cta:hover, .btn-cta:focus {
  background-color: #0ab2dd;
  color: white;
}

/* line 38, ../scss/_buttons.scss */
.btn-cta-o {
  color: white;
  border: 1px solid white;
  background-color: #35AA9A;
}
/* line 45, ../scss/_buttons.scss */
.btn-cta-o:hover, .btn-cta-o:focus {
  background-color: white;
  color: #35AA9A;
  
  /* color: #66c5bf; */
}

/* line 51, ../scss/_buttons.scss */
.btn-cta-1 {
  color: white;
  border: 1px solid white;
  background-color: #35AA9A;
}
/* line 53, ../scss/_buttons.scss */
.btn-cta-1 a {
  color: white;
}
/* line 63, ../scss/_buttons.scss */
.btn-cta-1:hover, .btn-cta-1:focus {
  background-color: white;
  color: #35AA9A;
}

/* line 69, ../scss/_buttons.scss */
.btn-cta-2 {
  font-size: 8px;
  padding: 0;
  color: white;
  background-color: #35AA9A;
}
/* line 71, ../scss/_buttons.scss */
.btn-cta-2 a {
  color: white;
}
/* line 81, ../scss/_buttons.scss */
.btn-cta-2:hover, .btn-cta-2:focus {
  background-color: white;
  color: #35AA9A;
}

/* line 1, ../scss/_forms.scss 
.form-control {
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 12px;
  color: #777777;
  background: white;
  transition: all 200ms ease-in;
}

line 10, ../scss/_forms.scss
.form-control:focus {
  background: #f4f4f2;
  border-color: #777777;
}
*/

/* line 15, ../scss/_forms.scss */
label {
  font-weight: lighter;
}

/* line 1, ../scss/_others.scss */
#home {
  background-color: #333333;
  padding: 40px 0;
}

/* line 6, ../scss/_others.scss */
#cta-1 {
  background-color: #ebebeb;

  padding: 20px 0;
}

/* line 11, ../scss/_others.scss */
#testimonials {
  background-color: #333333;
}

/* line 15, ../scss/_others.scss */
.author {
  color: #25cbf5;
  font-size: 1.1em;
}

/* line 20, ../scss/_others.scss */
#cta-2 {
  background-color: #35AA9A;
  padding: 40px 0;
}

/* line 25, ../scss/_others.scss */
#services {
  background-color: #35AA9A;
}

/* line 29, ../scss/_others.scss */
#cta-3 {
  background-color: #333333;
  padding: 40px 0;
}

/* line 35, ../scss/_others.scss */
#footer {
  background-color: #fff;
}

/* line 39, ../scss/_others.scss */
.section-padding {
  padding-top: 60px;
  padding-bottom: 50px;
}

/* line 44, ../scss/_others.scss */
.section-heading {
  margin-bottom: 40px;
}

/* line 51, ../scss/_others.scss */
.color-reverse,
.color-reverse h2,
.color-reverse h3,
.color-reverse .icon {
  color: white;
}

/* line 56, ../scss/_others.scss */
.color-reverse .icon:before,
.color-reverse .icon:after {
  border-bottom-color: white;
}

/* line 60, ../scss/_others.scss */
.icon {
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.42857;
  width: 130px;
  margin: 0 auto;
  position: relative;
  color: #35AA9A;
}

/* line 71, ../scss/_others.scss */
.icon:before,
.icon:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #35AA9A;
  position: absolute;
  top: 10px;
  width: 50px;
}

/* line 80, ../scss/_others.scss */
.icon:before {
  left: 0;
}

/* line 84, ../scss/_others.scss */
.icon:after {
  right: 0;
}

/* line 88, ../scss/_others.scss */
.icon-bg {
  color: white;
}

/* line 93, ../scss/_others.scss */
.icon-bg:before,
-icon-bg:after {
  border-bottom-color: white;
}

/* line 97, ../scss/_others.scss */
.about-col .fa {
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #35AA9A;
  border-radius: 50%;
  background-color: #f4f4f2;
  transition: 0.7s ease-in-out;
}

/* line 107, ../scss/_others.scss */
.about-col:hover .fa {
  background-color: #35AA9A;
  color: white;
  transform: rotateY(360deg);
}



/* line 152, ../scss/_others.scss */
.contact-hours .fa {
  color: #35AA9A;
}

/* line 156, ../scss/_others.scss */
.social-channels .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #777777;
  background-color: #f4f4f2;
  margin-bottom: 10px;
}

/* line 166, ../scss/_others.scss */
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 2%;
}

/* line 172, ../scss/_others.scss */
.item-img-wrap img {
  transition: all 200ms ease-in-out;
}

/* line 176, ../scss/_others.scss */
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 184, ../scss/_others.scss */
.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 250ms linear;
}

/* line 195, ../scss/_others.scss */
.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}

/* line 199, ../scss/_others.scss */
.item-img-wrap:hover img {
  transform: scale(1.1);
}

/* line 203, ../scss/_others.scss */
.row-col, .team-col, .services-col, .portfolio-col, .facts-col, .blog-col {
  margin-bottom: 40px;
}

/* line 207, ../scss/_others.scss */
.blog-col span {
  color: #777777;
  font-size: .9em;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 214, ../scss/_others.scss */
.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 20px;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  background: #35AA9A;
  opacity: 0.5;
  -weblkit-transform: all 0.3s;
  -moz-transform: all 0.3s;
  /*transform: all 0.3s; */
}

/* line 233, ../scss/_others.scss */
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: white;
}

/* line 239, ../scss/_others.scss 
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}


 line 248, ../scss/_others.scss 
.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.3);
}
*/

/* line 259, ../scss/_others.scss */
#home {
  background-image: url(../img/head.gif);
  padding: 160px 0;
  width: 100%;
  
  
}



/* line 281, ../scss/_others.scss */
.main-flex-slider {
  overflow: hidden;

}

.logo {
  

   
    padding-bottom: 10%;

}
.item2 {
    display: none;
}

#content-desktop {
    display: block;
  }

#content-mobile {
    display: none;
  }


@media (max-width: 768px) {
  /* line 2, ../scss/_jq.scss */
  body {
    font-size: 1.7em;
  }


  .home-h1 {
    font-size: 2.5em;
  }

  /* line 6, ../scss/_jq.scss */
  .services-col {
    text-align: left;
  }

  /* line 12, ../scss/_jq.scss */
  .pic {
    float: left;
    overflow: hidden;
  }

  /* line 18, ../scss/_jq.scss */
  .services-col .col-sm-10 {
    overflow: hidden;
  }

  #content-desktop {
    display: none;
  }

  #content-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  #shrink {
    padding-right: 15%;
    padding-left: 15%;
  }
}
