/* --------------------- color ----------------------------*/
body {
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  font-size: 15px;
  color: #888888;
  background: #fafafa;
}

.container {
  width: 100%;
  max-width: 1170px;
}

@media (min-width: 1441px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }

  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1171px) and (max-width: 1441px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }

  h2 {
    font-size: 30px;
  }
}
@media (max-width: 1170px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }

  h2 {
    font-size: 26px;
  }
}
@media (min-width: 993px) {
  .content {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .content {
    text-align: center;
  }
}
/* --------------------- begin header ----------------------------*/
.header .js-header {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .js-header .phone h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.header .js-header .phone h2 span {
  font-style: italic;
  font-size: 30px;
  border-right: 1px solid #2e2d2d;
  padding-right: 10px;
  color: #0ca21d;
}
.header .js-header .phone h2 > div {
  display: inline;
  font-size: 24px;
  color: #2e2d2d;
  font-weight: bold;
}
.header .js-header .phone .clAdress {
  color: #2e2d2d;
  font-size: 15px;
}
.header .menu {
  background: #3bc200;
  text-align: center;
}
.header .menu a {
  color: #fff;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}
.header .menu a:hover, .header .menu a:focus, .header .menu a.active {
  color: #fff;
  background: #0ca21d;
  text-decoration: inherit;
}

@media (max-width: 992px) {
  /* added to center content on mobile */
  .pull-left, .pull-right {
    float: none !important;
    text-align: center;
    width: 100%;
  }
  .pull-left img, .pull-right img {
    display: inherit;
  }

  .js-header h2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .js-header .clAdress {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 571px) {
  .header .menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header .menu .container a {
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 570px) {
  .header .menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header .menu .container a {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .phone h2 span {
    font-size: 25px !important;
  }
  .phone h2 > div {
    font-size: 20px !important;
  }
}
/* --------------------- end header ----------------------------*/
/* --------------------- begin banner ----------------------------*/
.banner h1 {
  font-size: 42px;
  color: #2e2d2d;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 20px;
}
.banner h1 span {
  color: #0ca21d;
}

.carousel-caption h2 {
  text-align: left;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0px 0px transparent;
}

@media (min-width: 1171px) {
  .carousel-caption {
    top: 27%;
    bottom: auto !important;
    width: 520px;
    padding: 15px 5px !important;
    right: 15%;
    left: initial;
  }
  .carousel-caption h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .carousel-caption.home {
    position: absolute;
    background: #2e2d2d;
  }
}
@media (min-width: 993px) and (max-width: 1170px) {
  .carousel-caption {
    top: 22%;
    bottom: auto !important;
    width: 440px;
    padding: 15px 5px !important;
    right: 2%;
    left: initial;
  }
  .carousel-caption h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .carousel-caption.home {
    position: absolute;
    background: #2e2d2d;
  }

  .carousel-indicators {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .carousel-caption.home {
    position: relative;
    background: #2e2d2d;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    left: 5%;
    right: 5%;
    margin-top: 20px;
  }
  .carousel-caption.home h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
  }

  .carousel-indicators {
    position: relative;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .carousel-caption.home {
    position: relative;
    background: #2e2d2d;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    left: 5%;
    right: 5%;
    margin-top: 20px;
  }
  .carousel-caption.home h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
  }

  .carousel-indicators {
    position: relative;
    margin-top: 10px;
  }
}
.carousel-indicators li {
  background-color: #D0D0D0;
  width: 16px;
  height: 16px;
}

.carousel-indicators li.active {
  background-color: #00adef;
  width: 16px;
  height: 16px;
}

/* --------------------- end banner ----------------------------*/
/* --------------------- begin service ----------------------------*/
.service {
  background: #0ca21d;
  float: left;
  width: 100%;
  color: #fff;
}
.service h2 {
  color: #fff !important;
}

@media (min-width: 1441px) {
  .bg-service > .container > .row > div {
    padding-top: 3%;
    padding-right: 90px;
  }

  .bg-offer > .container > .row > div {
    padding-top: 3%;
    padding-left: 60px;
  }
}
@media (min-width: 1171px) and (max-width: 1440px) {
  .bg-service > .container > .row > div {
    padding-top: 2%;
    padding-right: 40px;
  }

  .bg-offer > .container > .row > div {
    padding-top: 2%;
    padding-left: 40px;
  }
}
@media (min-width: 993px) and (max-width: 1170px) {
  .bg-service > .container > .row > div {
    padding-top: 20px;
  }

  .bg-offer > .container > .row > div {
    padding-top: 20px;
    padding-left: 25px;
  }
  .bg-offer h2 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 993px) {
  .bg-service > .container > .row, .bg-offer > .container > .row {
    position: absolute;
    width: 100%;
    max-width: 1170px;
  }
}
@media (max-width: 992px) {
  .bg-service > .container > .row > div, .bg-offer > .container > .row > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* --------------------- end service ----------------------------*/
/* --------------------- begin content ----------------------------*/
.content h1 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.3;
}
.content h2 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: #2e2d2d;
}
.content .box-home {
  display: inline-block;
}
.content .box-home h3 {
  font-size: 18px;
  color: #0ca21d;
  line-height: 1.3;
  margin-top: 10px;
}
.content .box-home > div {
  padding-bottom: 35px;
}
.content .contact {
  /*background: $colorAzure;
  @include pad-div;*/
  color: #fff;
}
.content .contact h2 {
  color: #0ca21d;
}
@media (min-width: 993px) {
  .content .form-home {
    margin-top: 30px;
  }
  .content .contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #00adef;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=$colorAzure, endColorstr=$colorGreen);
    background-image: -moz-linear-gradient(left, #00adef 50%, #0ca21d 50%);
    background-image: -webkit-linear-gradient(left, #00adef 50%, #0ca21d 50%);
    background-image: -ms-linear-gradient(left, #00adef 50%, #0ca21d 50%);
    background-image: linear-gradient(left, #00adef 50%, #0ca21d 50%);
    background-image: -o-linear-gradient(left, #00adef 50%, #0ca21d 50%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(50%, #00adef), color-stop(50%, #0ca21d));
  }
  .content .contact .frmContact {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .content .form-home {
    background: #0ca21d;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content .contact {
    padding-top: 50px;
    background: #00adef;
  }
}

/* --------------------- end content ----------------------------*/
/* --------------------- begin pages ----------------------------*/
.form-home {
  text-align: left;
  margin-top: 30px;
}
.form-home .frmContact .form-control {
  border: 0;
}
.form-home .frmContact button.btn-sendEmail {
  background: #006DF0;
  border: 0;
  padding: 10px 30px;
  text-shadow: 0 0px 0 #fff;
  color: #fff;
}
.form-home .frmContact .cl-validate {
  color: #fff200;
  font-size: 14px;
}

.contactPage, .testimonialsPage, .aboutPage, .ContactThanksPages {
  text-align: left;
  margin-top: 30px;
}
.contactPage .frmContact button.btn-sendEmail, .testimonialsPage .frmContact button.btn-sendEmail, .aboutPage .frmContact button.btn-sendEmail, .ContactThanksPages .frmContact button.btn-sendEmail {
  background: #006DF0;
  border: 0;
  padding: 10px 30px;
  text-shadow: 0 0px 0 #fff;
  color: #fff;
}
.contactPage .frmContact .cl-validate, .testimonialsPage .frmContact .cl-validate, .aboutPage .frmContact .cl-validate, .ContactThanksPages .frmContact .cl-validate {
  color: #FF8800;
  font-size: 14px;
}
.contactPage h1, .testimonialsPage h1, .aboutPage h1, .ContactThanksPages h1 {
  padding-left: 0;
  color: #2e2d2d;
  font-weight: 700;
}

.testimonialsPage {
  margin-bottom: 50px;
}
.testimonialsPage .dark-blue {
  color: #00adef;
}
.testimonialsPage .fa {
  font-size: 20px;
  color: #2e2d2d;
  opacity: 0.55;
}
.testimonialsPage .fa-quote-left {
  padding-right: 10px;
  margin-top: -5px;
  float: left;
}
.testimonialsPage .fa-quote-right {
  padding-left: 10px;
}

.aboutPage {
  margin-bottom: 50px;
}
.aboutPage img {
  margin-bottom: 30px;
  display: -webkit-inline-box;
}

.ContactThanksPages {
  margin-bottom: 50px;
}

@media (min-width: 1171px) {
  .contactPage h1, .testimonialsPage h1, .aboutPag h1, .ContactThanksPages h1 {
    font-size: 38px;
  }
}
@media (max-width: 1170px) {
  .contactPage h1, .testimonialsPage h1, .aboutPage h1, .ContactThanksPages h1 {
    font-size: 30px;
  }
}
/* --------------------- end pages ----------------------------*/
/* --------------------- begin brands ----------------------------*/
.brands .container {
  max-width: 1312px;
  text-align: center;
}

@media (min-width: 768px) {
  .brands .container div.col-left img {
    float: left;
  }
  .brands .container div.col-right img {
    float: right;
  }
}
@media (max-width: 767px) {
  .brands .container img {
    display: inline-block;
  }
}
/* --------------------- end brands ----------------------------*/
/* --------------------- begin footer ----------------------------*/
.footer .footer-top {
  background: #2e2d2d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-top .clContactInfo {
  border-bottom: 1px solid #37393e;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.footer .footer-bottom {
  padding-top: 15px;
}
.footer .footer-bottom p {
  padding-top: 5px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .footer-bottom img {
    margin-left: 20px;
  }
}
/* --------------------- end footer ----------------------------*/
/* --------------------- begin top page ----------------------------*/
#btnTopPages {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 1000;
  background: rgba(0, 173, 239, 0.55);
  font-weight: bold;
  text-align: center;
  width: 36px;
}

#btnTopPages a {
  padding-top: 10px;
  float: left;
  width: 100%;
  color: white;
}

#btnTopPages a i {
  color: #D8181D;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

#btnTopPages a span {
  display: block;
  position: relative;
  background: #00adef;
  height: 26px;
  padding: 4px 0 0 0;
  margin-top: 6px;
  font-size: 12px;
}

#btnTopPages a:hover {
  text-decoration: initial;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  opacity: 0.7;
}

/* --------------------- end top page ----------------------------*/
/* --------------------- begin link ----------------------------*/
a {
  color: #0ca21d;
}

a:hover {
  color: #3bc200;
}

/* --------------------- end link ----------------------------*/
hr.section-seperator {
  border-top: 1px solid #e7e7e7;
}

ul.ticklist {
  padding: 0;
  margin: 0;
}

@media (min-width: 1441px) {
  ul.ticklist li {
    background: url("../../Content/images/been-here-marker.png") 0% 0%/36px 36px no-repeat;
    list-style: none;
    padding: 5px 14px 18px 50px;
  }
}
@media (min-width: 1171px) and (max-width: 1440px) {
  ul.ticklist li {
    background: url("../../Content/images/been-here-marker.png") 0% 0%/24px 24px no-repeat;
    list-style: none;
    padding: 0px 14px 12px 35px;
  }
}
@media (min-width: 993px) and (max-width: 1170px) {
  ul.ticklist li {
    background: url("../../Content/images/been-here-marker.png") 0% 0%/24px 24px no-repeat;
    list-style: none;
    padding: 0px 14px 11px 35px;
  }
}
@media (max-width: 992px) {
  ul.ticklist {
    width: 315px;
    display: inline-block;
    margin-top: 20px;
  }
  ul.ticklist li {
    background: url("../../Content/images/been-here-marker.png") 0% 0%/36px 36px no-repeat;
    list-style: none;
    padding: 5px 14px 18px 50px;
    text-align: left;
  }
}
