/* ============================================================
PRELOADER
============================================================ */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2d2e2e;
  z-index: 9999;
}
#status {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -75px 0 0 -75px;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 15px;
}
.spinner div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect1 {
  background-color: #C00;
}
.spinner .rect2 {
  background-color: #F60;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  background-color: #FC0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  background-color: #0C6;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  background-color: #09C;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* ============================================================
GENERAL
============================================================ */
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #FFF;
}
html {
  width: 100%;
  height: 100%;
}
/* ============================================================
TYPOGRAPHY
============================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  font-family: "Advent Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.navbar-brand {
  font-family: "Advent Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-section h2 {
  display: inline-block;
  border-bottom: 7px solid ;
  padding-bottom: 10px;
}
h3.sub-title {
  font-size: 18px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 30px;
}
p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.5;
}
/* ============================================================
COMMONS
============================================================ */
a {
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a.navbar-brand:hover,
a.navbar-brand:focus {
  text-decoration: none;
  color: #e00008;
}
.space {
  width: 100%;
  margin-bottom: 55px;
}
.i-scroll {
  position: absolute;
  left: 49%;
  bottom: 30px;
}
.separate {
  background-image: url('../img/zwartevilt.png');
  background-attachment: repeat;
  padding: 55px 0px 25px 0px;
  color: #FFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .separate {
    background-image: url("../img/zwartevilt@2x.png");
    background-attachment: repeat;
  }
}
.border {
  margin-bottom: 15px;
}
.contain {
  width: 100% !important;
}
.divergent-input {
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #e00008;
}
.form-item {
  margin-bottom: 15px;
}
.btn {
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  border-radius: 0px;
}
/* ============================================================
NAVIGATION
============================================================ */
.navbar-brand {
  height: auto;
  font-weight: 700;
  background-color: #FFF;
  border-bottom: 3px solid #e00008;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
}
.brand-heading {
  font-size: 40px;
  text-transform: capitalize;
}
.nav-pills > li > a {
  background-color: #F7F7F7;
  border-bottom: 2px solid ;
  margin-right: 7px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
  color: #fff;
  background-color: #e00008;
  border-bottom: 2px solid #e00008;
}
.navbar-nav > li {
  background-color: #FFF;
  margin-right: 10px;
  border-bottom: 5px solid;
}
/* ===== Fixed navbar ===== */
.navbar-fixed-top .navbar-brand {
  font-size: 30px;
  padding: 30px;
}
.navbar-fixed-top a {
  color: #000;
}
.navbar-fixed-top .navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
  transition: 0.5s ease-in-out;
}
.navbar-fixed-top .navbar-nav > li > a.first {
  padding-top: 27px;
  padding-bottom: 27px;
  transition: 0.5s ease-in-out;
}
.navbar-fixed-top .navbar-nav > li > a.second {
  padding-top: 35px;
  padding-bottom: 35px;
  transition: 0.5s ease-in-out;
}
.navbar-fixed-top .navbar-nav > li > a.third {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.5s ease-in-out;
}
.navbar-fixed-top .navbar-nav > li > a.fourth {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.5s ease-in-out;
}
.navbar-fixed-top .navbar-nav > li > a.fifth {
  padding-top: 23px;
  padding-bottom: 23px;
  transition: 0.5s ease-in-out;
}
.navbar-fixed-top .navbar-nav > li > a.sixth {
  padding-top: 35px;
  padding-bottom: 35px;
  transition: 0.5s ease-in-out;
}
/* ===== On scroll navbar ===== */
.top-nav-collapse .navbar-brand {
  font-size: 28px;
  padding: 20px 15px 25px 15px;
}
.top-nav-collapse .navbar-nav > li {
  background-color: #EEE;
  transition: 1s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
  transition: 1s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.first {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: 1s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.second {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.7s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.third {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.4s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.fourth {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.8s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.fifth {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.sixth {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 1s ease-in-out;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a {
  outline: 0;
  color: #FFF !important;
}
.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #e00008;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}
/* ============================================================
SECTION
============================================================ */
.content-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
/* ===== Intro ===== */
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background-image: url('../img/intro.jpg');
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .intro {
    background-image: url("../img/intro@2x.jpg");
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
.intro-text {
  font-size: 18px;
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}
.logo {
  margin: 0px auto 15px auto;
  width: 130px;
  height: 100px;
}
.logo ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 15px;
}
.logo li {
  -webkit-animation: slide 2.5s ease-in-out infinite alternate;
  -moz-animation: slide 2.5s ease-in-out infinite alternate;
  -ms-animation: slide 2.5s ease-in-out infinite alternate;
  -o-animation: slide 2.5s ease-in-out infinite alternate;
  animation: slide 2.5s ease-in-out infinite alternate;
}
.logo li.first {
  width: 10px;
  height: 50px;
  margin-right: 5px;
  float: left;
  text-decoration: none;
  margin-top: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.logo li.second {
  width: 20px;
  height: 70px;
  margin-right: 5px;
  float: left;
  margin-top: 15px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.logo li.third {
  width: 17px;
  height: 50px;
  margin-right: 5px;
  float: left;
  margin-top: 25px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.logo li.fourth {
  width: 15px;
  height: 55px;
  margin-right: 5px;
  float: left;
  margin-top: 15px;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.logo li.fifth {
  width: 30px;
  height: 60px;
  margin-right: 5px;
  float: left;
  margin-top: 30px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.logo li.sixth {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  float: left;
  margin-top: 25px;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
@keyframes slide {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(25px);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(25px);
  }
}
@-moz-keyframes slide {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(25px);
  }
}
@-ms-keyframes slide {
  0% {
    -ms-transform: translateY(0px);
  }
  100% {
    -ms-transform: translateY(25px);
  }
}
@-o-keyframes slide {
  0% {
    -o-transform: translateY(0px);
  }
  100% {
    -o-transform: translateY(25px);
  }
}
.btn-line {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  padding: 0px 11px;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-line:hover,
.btn-line:focus {
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===== About ===== */
.row-eq-height {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* ===== Facts =====*/
.facts i {
  font-size: 65px;
  float: left;
  margin-right: 10px;
  color: #e00008;
  border-right: 1px solid #FFF;
  padding-right: 10px;
  line-height: 60px;
}
.facts .text {
  float: left;
  text-align: left;
}
.facts h2 {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 35px;
}
.facts p {
  font-size: 14px;
}
/* ===== Services =====*/
#services {
  background-image: url('../img/ticks.png');
  background-attachment: repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #services {
    background-image: url("../img/ticks@2x.png");
    background-attachment: repeat;
  }
}
#services .item {
  margin-bottom: 30px;
}
#services .content {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  float: left;
  border-bottom: 3px solid #ff3333;
}
#services i {
  margin-bottom: 15px;
  display: block;
  font-size: 50px;
  margin-right: 2%;
  padding: 0px;
  width: 10%;
}
#services .text {
  display: block;
  text-align: left;
  width: 88%;
  float: left;
}
#services .text p {
  text-align: justify;
}
/* ===== Portfolio =====*/
#portfolio {
  background-color: #FFF;
  color: #333;
}
#grid {
  margin-left: 0px;
  margin-right: 0px;
}
.effects .img {
  position: relative;
  overflow: hidden;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition: all 0.5s;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay .hidden {
  display: none;
}
span.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 80%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
/* ===== Effects =====*/
.overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.overlay span.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}
.img.hover .overlay {
  height: 100%;
}
/* end Effects */
.filter {
  margin-bottom: 20px;
}
.filter ul {
  display: inline-block;
}
.showcase {
  margin: 0px -1px 0px -1px !important;
  padding: 0px;
  width: 100%;
}
.portfolio-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 25%;
  line-height: 20px;
  background: rgba(231, 76, 60, 0.9);
}
.portfolio-hover p {
  display: block !important;
  z-index: 500;
  margin: auto;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  width: 50%;
  height: 100%;
}
.filter-item {
  margin: 15px 0px;
}
/* ===== Customers =====*/
#customers .item {
  margin-bottom: 20px;
  text-align: center;
}
#customers .item img {
  display: inline-block;
}
/* ===== Team =====*/
#team {
  background-image: url('../img/ticks.png');
  background-attachment: repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #team {
    background-image: url("../img/ticks@2x.png");
    background-attachment: repeat;
  }
}
#team .list:nth-child(even) {
  margin-top: 30px;
}
.thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #CCC;
}
.thumbnail img {
  width: 100%;
  border-bottom: 5px solid;
}
.thumbnail h4 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
.mini-social {
  margin-top: 25px;
  margin-bottom: 0px;
}
.mini-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  border-bottom: 2px solid #666;
  color: #666;
}
.mini-social a:hover {
  border-bottom: 7px solid ;
}
/* ===== Testimonials =====*/
#testimonials {
  background-image: url('../img/face-bg.jpg');
  background-attachment: repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #testimonials {
    background-image: url("../img/face-bg@2x.jpg");
    background-attachment: repeat;
  }
}
/* Carousel  */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #FFF;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control .left {
  left: -60px;
}
#quote-carousel .carousel-control .right {
  right: -60px;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  width: 20px;
  height: 3px;
  background-color: #c0c0c0;
  border: none;
  border-radius: 0px;
}
#quote-carousel .carousel-indicators .active {
  height: 5px;
  border: none;
}
#quote-carousel .item img {
  margin: 0 auto 15px auto;
  max-height: 100px;
  width: auto;
  border-bottom: 3px solid ;
}
#quote-carousel .item blockquote {
  border-left: none;
  margin: 0;
}
#quote-carousel .item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
.carousel-inner {
  min-height: 300px;
}
/* ===== Contact =====*/
#contact {
  background-image: url('../img/contact.jpg');
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #contact {
    background-image: url("../img/contact@2x.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
#contact .info {
  width: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  text-align: left;
  padding: 10px;
}
#contact .info .content {
  padding: 10px;
  float: left;
  width: 100%;
}
#contact .info i {
  margin-bottom: 15px;
  display: block;
  font-size: 30px;
  margin-right: 2%;
  padding: 0px;
  width: 10%;
  line-height: 0px;
  text-align: center;
}
#contact .info .text {
  display: block;
  text-align: justify;
  width: 88%;
  border-left: 1px solid;
  padding-left: 10px;
  float: left;
}
#contact .info h4,
#contact .info p {
  margin-bottom: 0px;
}
.social {
  margin-top: 25px;
  margin-bottom: 0px;
}
.social a {
  display: inline-block;
  margin: 0px 20px 10px 0px;
  color: #000;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
}
.social i {
  font-size: 25px !important;
  line-height: 25px !important;
  margin: 0px;
  padding: 10px !important;
}
.social .fa {
  margin-bottom: 15px;
}
/* ===== Google maps =====*/
.google-maps {
  padding-bottom: 30%;
  height: 0;
}
/* ===== Newsletter =====*/
#newsletter {
  background-image: url('../img/ticks.png');
  background-attachment: repeat;
  /*color: #000;*/
  padding: 55px 0px 25px 0px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #newsletter {
    background-image: url("../img/ticks@2x.png");
    background-attachment: repeat;
  }
}
/* ===== Handcrafted =====*/
#handcrafted p {
  margin: 30px 0px;
}
#handcrafted i {
  font-size: 25px;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .brand-heading {
    font-size: 100px;
  }
  .intro-text {
    font-size: 25px;
  }
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
  .navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-fixed-top {
    padding: 0;
    color: #FFF !important;
  }
  .content-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
/* Medium Devices, Desktops */
@media (max-width: 992px) {
  .nav > li > a {
    padding: 10px 10px;
  }
  .navbar-brand {
    padding: 15px 15px !important;
  }
  .row-eq-height {
    display: block;
  }
  .txtfill {
    font-size: 24px;
  }
  .facts i {
    margin-bottom: 30px;
  }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 767px) {
  .navbar-fixed-top a {
    color: #000 !important;
  }
  .navbar-brand {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .navbar-nav > li,
  .top-nav-collapse .navbar-nav > li {
    border-bottom: 0px;
    background-color: #FFF ;
  }
  .navbar-nav > li > a {
    padding: 10px 10px !important;
  }
  .filter-item {
    text-align: center;
  }
  .effects .img {
    max-width: 400px;
    display: inline-block;
  }
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
  #quote-carousel .carousel-control.left {
    left: -10px;
  }
  #quote-carousel .carousel-control.right {
    right: -10px;
  }
  .google-maps {
    position: relative;
    padding-bottom: 45%;
  }
}
/* tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #services i {
    font-size: 30px;
  }
}
