
body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #3aa7aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #339597;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn-cta,
a.btn-cta {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
}
.btn-primary {
  background: #40babd;
  border: 1px solid #40babd;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover {
  background: #3aa7aa;
  color: #fff;
  border: 1px solid #3aa7aa;
}

/* ======= Header ======= */
.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.header.header-scrolled a {
  color: #494d55;
}
.header.header-scrolled .logo {
  color: #40babd;
  padding-top: 12px;
}
.header.header-scrolled .logo .logo-icon-wrapper {
  background: #40babd;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.header.header-scrolled .logo .logo-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.header.header-scrolled .main-nav .nav .nav-item a {
  color: #a2a6af;
}
.header.header-scrolled .main-nav .nav .nav-item.active a {
  color: #494d55;
  border-bottom: 4px solid #40babd;
}
.header a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header a:hover {
  text-decoration: none;
}
.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
  padding-top: 15px;
}
.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
}
.header .logo .logo-icon {
  width: 30px;
  height: 30px;
}
.header .logo .highlight {
  font-weight: 800;
}
.main-nav {
  margin-top: 6px;
}
.main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #26282c;
}
.main-nav .navbar-toggle:focus {
  outline: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 25px;
}
.main-nav .nav .nav-item.active a {
  background: none;
  color: #fff;
}
.main-nav .nav .nav-item a {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}
.main-nav .nav .nav-item a:hover {
  color: #fff;
  background: none;
}
.main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}
.main-nav .nav.active {
  position: relative;
}
.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #40babd;
}
.footer .fa-heart {
  color: #EA5395;
}
/* ======= Global Intro Section ======= */

.intro-section {
  padding-top: 90px;
}
.intro-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.intro-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.intro-section .items-wrapper {
  margin-bottom: 60px;
}
.intro-section .items-wrapper .figure-holder {
  min-height: 170px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.intro-section .items-wrapper .item-inner {
  padding: 30px;
}
.intro-section .items-wrapper .item-title {
  color: #40babd;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.intro-section .items-wrapper .item-desc {
  color: #616670;
}


/* ======= About Section ======= */
.about-section {
  padding-top: 90px;
}
.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.about-section .items-wrapper {
  margin-bottom: 60px;
}
.about-section .items-wrapper .figure-holder {
  min-height: 170px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.about-section .items-wrapper .item-inner {
  padding: 30px;
}
.about-section .items-wrapper .item-title {
  color: #40babd;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.about-section .items-wrapper .item-desc {
  color: #fff;
}
.technologies li:last-child {
  margin-right: 0;
}
.testimonials {
  background: #40babd;
}
.testimonials-inner {
  padding: 60px 30px;
  position: relative;
  max-width: 800px;
}
.testimonials-inner .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}
.testimonials-inner .profile-image {
  display: inline-block;
  margin: 0 auto;
}
.testimonials-inner .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 130px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px;
}
.testimonials-inner .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

/* ===== Packaging Section ===== */

.packaging-img {
  width:25%;
  height:auto;
}

/* ======= Testimonials Section ======= */
.testimonials-section {
  background: #40babd url('../images/map.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonials-section .section-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
.testimonials-section .item {
  position: relative;
  max-width: 800px;
  padding: 30px;
}
.testimonials-section .item:last-child {
  margin-bottom: 0;
}
.testimonials-section .item.item-reversed .profile-holder {
  left: inherit;
  right: 30px;
}
.testimonials-section .item.item-reversed .quote {
  margin-left: 0;
  margin-right: 105px;
}
.testimonials-section .item.item-reversed .quote:before {
  left: inherit;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-right: inherit;
}
.testimonials-section .item .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}
.testimonials-section .item .profile-image {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.testimonials-section .item .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 105px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 30px;
}
.testimonials-section .item .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}
.testimonials-section .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}
/* ======= Features Section ======= */
.features-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.features-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.features-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.feature-nav {
  text-align: center;
  margin-bottom: 30px;
}
.feature-nav > li {
  position: relative;
}
.feature-nav > li .fa {
  margin-right: 5px;
}
.feature-nav > li.active > a {
  color: #40babd;
  background: none;
  padding: 8px 0;
}
.feature-nav > li > a {
  background: none;
  padding: 8px 0;
  color: #616670;
}
.feature-nav > li > a:hover {
  background: none;
  color: #40babd;
}
/* ======= Documents Section ======= */
.documents-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.documents-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.documents-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.documents-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.documents-wrapper .item {
  margin-bottom: 30px;
}
.documents-wrapper .item-inner {
  color: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  min-height: 390px;
}
.documents-wrapper .item-inner a {
  color: rgba(0, 0, 0, 0.4);
}
.documents-wrapper .item-1 .item-inner {
  background: #75c181;
}
.documents-wrapper .item-2 .item-inner {
  background: #58bbee;
}
.documents-wrapper .item-3 .item-inner {
  background: #F8A13F;
}
.documents-wrapper .item-heading {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}
.documents-wrapper .price-figure {
  font-size: 46px;
  margin-bottom: 15px;
}
.documents-wrapper .price-figure .currency {
  vertical-align: super;
  font-size: 26px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.documents-wrapper .price-figure .number {
  font-weight: 500;
}
.documents-wrapper .price-desc {
  margin-bottom: 30px;
  min-height: 120px;
}
.documents-wrapper a.btn {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.documents-wrapper a.btn:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* ======= products Section ======= */
.products-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5;
}
.products-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.products-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.products-section .story {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 800px;
}
.products-section .product-image {
  width: 200px;
  height: auto;
}
.products-section .products-wrapper {
  max-width: 90%;
  margin: 0 auto;
}
.products-section .item-inner {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.products-section .products-name {
  font-size: 14px;
  font-weight: 700;
  color: #40babd;
}
.products-section .products-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #616670;
}

.products-section .products-desc {
  color: #616670;
}
.refrigerant-r22 {
  color:#116E42;
  font-size: 36px;
  font-weight: 500;   
}
.r22 {
  color:#116E42;
}
.refrigerant-r406a {
  color:#747675;
  font-size: 36px;
  font-weight: 500;   
}
.refrigerant-r408a {
  color:#A1137E;
  font-size: 36px;
  font-weight: 500;   
}
.r408a {
  color:#A1137E;
}
.refrigerant-r409a {
  color:#C0A778;
  font-size: 36px;
  font-weight: 500;   
}
.r409a {
  color:#C0A778;
}
.refrigerant-r123 {
  color:#747675;
  font-size: 36px;
  font-weight: 500;   
}
.r123 {
  color:#747675;
}
.refrigerant-r141b {
  color:#747675;
  font-size: 36px;
  font-weight: 500;   
}
.r141b {
  color:#747675;
}
.refrigerant-r23 {
  color:#747675;
  font-size: 36px;
  font-weight: 500;   
}
.r23 {
  color:#747675;
}
.r32 {
  color:#B07F7C;
}
.refrigerant-r32 {
  color:#B07F7C;
  font-size: 36px;
  font-weight: 500;  
}
.refrigerant-r508 {
  color:#747675;
  font-size: 36px;
  font-weight: 500;   
}
.r508 {
  color:#747675;
}
.refrigerant-r134a {
  color:#22B5CF;
  font-size: 36px;
  font-weight: 500;   
}
.r134a {
  color:#22B5CF;
}
.refrigerant-r404a {
  color:#DC553A;
  font-size: 36px;
  font-weight: 500;   
}
.r404a {
  color:#DC553A;
}
.refrigerant-r507 {
  color:#1AA89D;
  font-size: 36px;
  font-weight: 500;   
}
.r507 {
  color:#1AA89D;
}
.refrigerant-r407c {
  color:#AC5A3C;
  font-size: 36px;
  font-weight: 500;   
}
.r407c {
  color:#AC5A3C;
}
.refrigerant-r410a {
  color:#CA828F;
  font-size: 36px;
  font-weight: 500;   
}
.r410a {
  color:#CA828F;
}
.refrigerant-r407a {
  color:#79BE5D;
  font-size: 36px;
  font-weight: 500;   
}
.r407a {
  color:#79BE5D;
}
.refrigerant-r417a {
  color:#21AE68;
  font-size: 36px;
  font-weight: 500;   
}
.r417a {
  color:#21AE68;
}
.refrigerant-r290 {
  color:#F05C3B;
  font-size: 36px;
  font-weight: 500;   
}
.r290 {
  color:#F05C3B;
}
.refrigerant-r600a {
  color:#EF5C3C;
  font-size: 36px;
  font-weight: 500;   
}
.r600a{
  color:#EF5C3C;
}
/* ======= Contact Section ======= */
.contact-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #494d55 url('../images/map.png') no-repeat center center;
  color: #fff;
}
.contact-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-content {
/*  max-width: 600px;*/
  margin: 0 auto;
  margin-bottom: 30px;
}
// Grid system
//
// Generate semantic grid columns with these mixins.

// Centered container element
@mixin make-container($gutter: $grid-gutter-width)
{
  margin-right: auto;
  margin-left: auto;
  padding-left:  ($gutter / 2);
  padding-right: ($gutter / 2);
}

// Creates a wrapper for a series of columns
@mixin make-row($gutter: $grid-gutter-width)
{
  margin-left:  ($gutter / -2);
  margin-right: ($gutter / -2);
}

@mixin make-col($gutter: $grid-gutter-width)
{
  position: relative;
  float: left;
  min-height: 1px;
  padding-left:  ($gutter / 2);
  padding-right: ($gutter / 2);
}

@mixin make-col-span($columns)
{
  width: percentage(($columns / $grid-columns));
}
@mixin make-col-offset($columns)
{
  margin-left: percentage(($columns / $grid-columns));
}
@mixin make-col-push($columns)
{
  left: percentage(($columns / $grid-columns));
}
@mixin make-col-pull($columns)
{
  right: percentage(($columns / $grid-columns));
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: #26282c;
    z-index: 40;
  }
  .header .main-nav .navbar-collapse .nav-item.active a {
    color: #40babd;
  }
  .header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
    border: none;
    color: #40babd;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .products-wrapper .item {
    margin-bottom: 30px;
  }
  .products-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .intro-carousel {
    height: 660px;
  }
  .intro-section .carousel-inner {
    height: 660px;
  }
  .testimonials-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
  .prod-img {
    height:150px;
    width:auto;    
  }
.packaging-img {
  height:150px;
  width:auto;
}

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .feature-nav > li {
    font-size: 15px;
  }
  .intro-section .figure-holder .figure-image {
    width: 400px;
    bottom: inherit;
    top: 130px;
  }
  .products-wrapper .item {
    margin-bottom: 30px;
  }  
  .prod-img {
    height:150px;
    width:auto;    
  }
.packaging-img {
  height:150px;
  width:auto;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .feature-nav > li {
    font-size: 16px;
  }
  .feature-nav > li > a {
    padding: 15px 0;
  }
  .feature-nav > li.active > a {
    padding: 15px 0;
  }
  .intro-section .figure-holder .figure-image {
    width: 420px;
    bottom: inherit;
    top: 130px;
  }
  .products-wrapper .item {
    margin-bottom: 30px;
  }
  .prod-img {
    height:200px;
    width:auto;    
  }
.packaging-img {
  height:200px;
  width:auto;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .intro-section .figure-holder .figure-image {
    width: 570px;
    bottom: 0;
    top: inherit;
  }
  .prod-img {
    height:200px;
    width:auto;    
  }
.packaging-img {
  height:200px;
  width:auto;
}  
}
