@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');


/*

for update css

*/

@font-face {
  font-family: 'GothamPro-Light';
  src: url('fonts/GothamPro-Light.woff') format('woff'), url('fonts/GothamPro-Light.ttf') format('truetype'), url('fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Medium';
  src: url('fonts/GothamPro-Medium.woff') format('woff'), url('fonts/GothamPro-Medium.ttf') format('truetype'), url('fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Bold';
  src: url('fonts/GothamPro-Bold.woff') format('woff'), url('fonts/GothamPro-Bold.ttf') format('truetype'), url('fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Black';
  src: url('fonts/GothamPro-Black.woff') format('woff'), url('fonts/GothamPro-Black.ttf') format('truetype'), url('fonts/GothamPro-Black.svg#GothamPro-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('fonts/GothamPro.woff') format('woff'), url('fonts/GothamPro.ttf') format('truetype'), url('fonts/GothamPro.svg#GothamPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
.form-control {
  background: #f4f4f4;
  height: 44px;
  padding: 12px 18px;
}
@media only screen and (min-width: 320px) {
  .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 480px) {
  .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    margin-top: 0;
  }
}
.btn {
  font-family: "GothamPro-Medium";
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-success {
  background: #44a849;
}
.btn.btn-lg {
  font-size: medium;
}
header.main {
  padding: 25px 0 25px;
}
header.main .top-phones .wrapper {
  display: inline-block;
}
header.main .top-phones .wrapper .item {
  display: inline-block;
  padding: 10px 15px;
  font-size: medium;
  text-align: center;
}
header.main .top-phones .wrapper .item img,
header.main .top-phones .wrapper .item .fa {
  float: left;
  margin-right: 5px;
}
header.main .top-phones .wrapper .item .fa {
  margin-top: 4px;
}
section.slider {
  position: relative;
  padding: 0;
  height: 440px;
  overflow: hidden;
  background: #ebebeb;
}
section.slider .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  bottom: 0;
  height: 440px;
  color: #fff;
}
section.slider .overlay > .container {
  height: 100%;
}
section.slider .overlay .overlay-loop {
  height: 100%;
}
section.slider .overlay .overlay-loop .item {
  padding-top: 125px;
  height: 100%;
}
section.slider .overlay .overlay-loop .item .blue-info {
  text-align: center;
  background: url('images/blue-rect.png') no-repeat;
  height: 50px;
  width: 155px;
  padding: 10px;
  overflow: hidden;
}
section.slider .overlay .overlay-loop .item .blue-info strong {
  text-transform: uppercase;
  font-size: 130%;
  font-family: "GothamPro-Black";
  display: block;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
section.slider .overlay .overlay-loop .item .blue-info p {
  padding: 0;
  font-size: small;
  font-family: "GothamPro-Medium";
  line-height: 100%;
}
section.slider .overlay .overlay-loop .item h2 {
  font-family: "GothamPro-Black";
  line-height: 150%;
}
section.slider .overlay .overlay-loop .item p {
  font-size: large;
}
section.slider img {
  height: 100%;
}
section.one-click-cta {
  padding: 40px 0 40px;
}
section.one-click-cta .control-label {
  margin-top: 20px;
  font-size: x-large;
  font-family: "GothamPro-Medium";
  font-weight: normal;
  margin-bottom: 15px;
}
section.one-click-cta .panel.panel-default.panel-action {
  position: relative;
  background-color: #e7f1e7;
  border: 0;
  font-size: medium;
  font-weight: 100;
  padding: 25px 15px;
}
section.one-click-cta .panel.panel-default.panel-action .arrow {
  position: absolute;
  left: -10px;
  bottom: 15%;
  width: 10px;
  height: 20px;
  background: url('images/arrow.png') no-repeat;
}
section.feel-the-difference {
  background-color: #fff;
}
section.feel-the-difference .row {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
section.feel-the-difference .row.pre {
  background-color: #f4f4f4;
  border-bottom: none;
}
section.feel-the-difference .row.pre .main {
  margin-top: 75px;
}
section.feel-the-difference .row.pre .main h1 {
  margin-bottom: 0;
  font-size: x-large;
}
section.feel-the-difference .row.pre .main h1 strong {
  color: #44a849;
  font-weight: normal;
}
section.feel-the-difference .row.pre .content {
  display: table;
  margin: 0 auto;
}
section.feel-the-difference .row.pre .content img {
  height: 100%;
  display: table-cell;
  float: left;
}
section.feel-the-difference .row.pre .content .caption {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
section.feel-the-difference .row.pre .content .caption strong {
  color: #44a849;
}
section.feel-the-difference .row.first {
  border-top: 1px solid #dddddd;
}
@media only screen and (min-width: 1024px) {
  section.feel-the-difference .row .item {
    padding: 15px 40px;
    font-size: large;
    font-weight: 800;
  }
}
section.feel-the-difference .row .item.name {
  font-family: "GothamPro-Medium";
}
section.feel-the-difference .row .item.feature {
  color: #44a849;
}
section.about {
  padding: 60px 0 80px;
  background: #f4f4f4;
}
section.about h1 {
  font-family: "GothamPro-Black";
}
section.about h1 strong {
  color: #44a849;
}
section.about h2 {
  font-size: x-large;
  text-align: center;
}
section.about h2 i {
  margin-bottom: 15px;
  clear: both;
  display: block;
  color: #44a849;
}
section.about h2 strong {
  color: #44a849;
}
section.about .features {
  margin: 50px 0 0;
  position: relative;
}
section.about .features .item.even .description {
  position: relative;
  left: 0;
  width: auto;
  top: 0;
}
section.about .features .item.odd .description {
  position: relative;
  right: 0;
  width: auto;
  top: 0;
}
section.about .features .item .description.panel.panel-default {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
section.about .features .item .description.panel.panel-default .panel-body h3 {
  font-family: "GothamPro-Medium";
  font-size: large;
  margin: 15px 0;
}
section.about .features .item .description.panel.panel-default .panel-body p {
  font-weight: 300 !important;
  font-size: small;
  line-height: 150%;
}
section.about .features .item .description.panel.panel-default .panel-footer {
  position: relative;
  border-radius: 0;
  background-color: #44a849;
  color: #fff;
  display: table;
  padding: 15px 0;
  width: 100%;
}
section.about .features .item .description.panel.panel-default .panel-footer .info {
  vertical-align: middle;
  display: table-cell;
  width: 60px;
  text-align: center;
}
section.about .features .item .description.panel.panel-default .panel-footer .info i.fa {
  padding-top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #fff;
}
section.about .features .item .description.panel.panel-default .panel-footer .caption p {
  font-weight: 600;
  float: left;
  margin: 0;
  width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) {
  section.about .features .item {
    position: relative;
    margin-bottom: 75px;
  }
  section.about .features .item .image {
    width: 50%;
    height: 330px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }
  section.about .features .item .description.panel.panel-default {
    border-radius: 0;
    border: 0;
  }
  section.about .features .item.even {
    float: left;
    width: 100%;
  }
  section.about .features .item.even .image {
    float: left;
    left: 0;
  }
  section.about .features .item.even .description {
    width: 40%;
    position: absolute;
    left: 40%;
    top: 50px;
  }
  section.about .features .item.odd {
    float: left;
    width: 100%;
  }
  section.about .features .item.odd .image {
    float: right;
    left: 0;
    width: 50%;
  }
  section.about .features .item.odd .description {
    width: 40%;
    position: absolute;
    top: 50px;
    right: 40%;
  }
}
.manufacture-wrapper {
  z-index: 1;
  background: #1870c6;
}
.manufacture-wrapper section.manufacture {
  z-index: 10;
  padding: 60px 0 120px;
  color: #fff;
  background: url('images/manufacture.png') center 0 repeat fixed;
  background-size: cover;
}
.manufacture-wrapper section.manufacture h1 {
  margin-bottom: 80px;
}
.manufacture-wrapper section.manufacture h3 {
  font-size: medium;
  font-family: "GothamPro-Medium";
}
.manufacture-wrapper section.manufacture h3 strong {
  font-family: "GothamPro-Black";
  clear: both;
  display: block;
}
section.testimonials {
  padding: 60px 0;
  background-color: #f4f4f4;
}
section.testimonials .list {
  margin-top: 40px;
}
section.testimonials .list .panel {
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
section.testimonials .list .panel .panel-body {
  padding: 25px;
}
section.testimonials .list .panel .panel-body h3 {
  margin: 5px 0 15px;
  font-family: "GothamPro-Bold";
}
section.testimonials .list .panel .panel-body p {
  font-size: small;
}
section.testimonials .list .panel .panel-footer {
  border: 0;
  background: #f4f4f4;
}
section.testimonials .list .panel .panel-footer .photo {
  height: 100%;
  width: 100px;
  float: left;
}
section.testimonials .list .panel .panel-footer .photo .img-wrapper {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
}
section.testimonials .list .panel .panel-footer .photo .img-wrapper img {
  height: 100%;
  border: 0;
}
section.testimonials .list .panel .panel-footer .name {
  float: left;
  height: 100%;
  width: calc(100% - 100px);
}
section.testimonials .list .panel .panel-footer .name p {
  padding: 10px 0 0;
  color: #999999;
  font-size: small;
}
section.testimonials .list .panel .panel-footer .name p strong {
  font-size: medium;
  color: #000;
  display: block;
  clear: both;
}
section.certificates {
  padding: 60px 0 120px;
  background-color: #f4f4f4;
}
section.certificates h2 {
  margin-top: 80px;
  text-align: center;
}
section.certificates .certificates-loop {
  margin-top: 65px;
}
section.certificates .certificates-loop .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
section.certificates .certificates-loop .slick-arrow.prev {
  left: -15px;
}
section.certificates .certificates-loop .slick-arrow.next {
  right: -15px;
}
section.certificates .certificates-loop .item img {
  margin: 0 auto;
  width: auto;
  height: 100%;
}
section.dealers {
  padding: 60px 0;
  background-color: #f4f4f4;
}
section.dealers h1 {
  text-align: center;
  font-size: xx-large;
  margin: 0 0 25px;
}
section.dealers .list {
  text-align: center;
}
section.dealers .list .item {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  margin: 12px 10px;
}
section.dealers .map {
  margin-top: 80px;
}
section.dealers #dealers-map .st3 {
  transition: all linear 0.35s;
  opacity: 1;
}
section.dealers #dealers-map .st3.ng-hide {
  opacity: 0;
}
section.dealers-cta {
  padding: 60px 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
section.dealers-cta h3 {
  font-family: "GothamPro-Medium";
  font-size: x-large;
  margin: 0;
  line-height: 32px;
}
section.world {
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.15);
  z-index: 5;
  background: #f4f4f4;
  padding: 100px 0 170px;
}
section.world h1 {
  font-size: xx-large;
  margin: 0 0 25px;
}
section.world p {
  font-size: large;
  text-align: center;
}
section.world .countries {
  margin-top: 75px;
}
section.world .countries .country {
  text-align: center;
}
section.world .countries .country p {
  font-size: medium;
  font-family: "GothamPro-Black";
}
section.cta {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
section.cta .info {
  padding: 40px 0 15px;
}
section.cta .magazine {
  height: 285px;
}
section.cta h3 {
  margin-top: 0;
  font-family: "GothamPro-Medium";
  font-size: large;
  line-height: 32px;
  margin-bottom: 16px;
}
section.cta p {
  font-size: medium;
  line-height: 28px;
}
section.cta img {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.contacts h1 {
  padding-top: 85px;
  margin-bottom: 75px;
  margin-top: 0;
}
section.contacts h2 {
  font-family: "GothamPro-Medium";
  font-size: large;
  text-transform: uppercase;
}
section.contacts p {
  margin-bottom: 40px;
  font-size: x-large;
  font-family: "GothamPro-Light";
}
section.contacts p.phones span.number {
  clear: both;
  display: block;
}
section.contacts p.phones span.number strong {
  font-family: "GothamPro-Bold";
}
section.contacts .btn {
  margin-bottom: 125px;
}
section.contacts .map {
  height: 100% !important;
}
footer {
  background-color: #333333;
  padding: 15px 0;
  color: #fff;
  font-weight: 100;
  font-size: small;
}
footer a {
  color: inherit;
  text-decoration: underline;
}
footer a:hover {
  color: inherit;
  text-decoration: none;
}
.modal-body.feedback h3 {
  margin-bottom: 25px;
}
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
h1 {
  font-family: "GothamPro-Black";
}
h2 {
  font-family: "GothamPro-Bold";
}
h2 a {
  cursor: pointer;
}
p {
  font-weight: lighter;
}
.pointer {
  cursor: pointer;
}
section h1 {
  text-align: center;
  font-size: xx-large;
  margin: 0 0 25px;
}
.no-padding {
  padding: 0;
}
.slick-slide:focus {
  outline: none;
}
