@import url(animate.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #a0a0a0;
  font: 400 14px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
}

img {
  max-width: 100%;
  height: auto;
}

h1, .heading-1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

h1, .heading-1, h2, .heading-6 {
  display: inline-block;
  position: relative;
}

h1, .heading-1 {
  font-size: 60px;
  color: white;
}

h2, .heading-2 {
  font-size: 50px;
  line-height: 1;
}

h3, .heading-3 {
  color: #333333;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

h4 {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}

.heading-4 {
  line-height: 0.8;
}
.heading-4_mod {
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .heading-4 {
    line-height: 1;
  }
}

h6, .heading-6 {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

h1 span, .heading-1 span, h3 span, .heading-3 span {
  display: block;
  font-size: 20px;
  line-height: 2em;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2, .heading-2 {
    font-size: 52px;
  }

  h3, .heading-3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h1, .heading-1 {
    font-size: 40px;
  }

  h2, .heading-2 {
    font-size: 36px;
  }

  h3, .heading-3 {
    font-size: 32px;
  }

  h4, .heading-4 {
    font-size: 26px;
  }

  h5, .heading-5 {
    font-size: 22px;
  }
}
p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #005abd;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
  color: #a0a0a0;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #69d478;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.hr {
  background: white none repeat scroll 0 0;
  border: medium none;
  height: 1px;
  margin-top: 30px;
  width: 100%;
}
.hr__mod {
  background: #e0dfdf;
  display: block;
  height: 1px;
  margin-top: 18px;
  position: absolute;
  width: 120%;
}
.hr__mod1 {
  background: #e0dfdf;
  display: block;
  height: 1px;
  margin-top: 18px;
  position: absolute;
  width: 170px;
}
@media (max-width: 767px) {
  .hr__mod1 {
    left: -40%;
    width: 180%;
  }
}
@media (max-width: 767px) {
  .hr__sm {
    left: 0;
  }
}

.text-default {
  color: white;
}

.text-14 {
  font-weight: 500;
  font-size: 14px;
}

.text-16 {
  font-weight: 500;
  font-size: 16px;
}

.text-20 {
  font-weight: 600;
  font-size: 20px;
}

.text-24 {
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }

  h3, .heading-3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-left {
    text-align: left;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
h1 span, .heading-1 span {
  margin-top: 30px;
}

h2 + h3 {
  margin-top: 59px;
}

* + p {
  margin-top: 25px;
}

* + .btn {
  margin-top: 62px;
}

* + p.heading-4 {
  line-height: 40px;
  margin-top: 16px;
}

h2 + .row {
  margin-top: 65px;
}

h2 + img, * + .news-post, h2 + .product {
  margin-top: 65px;
}

.thumbnail + * {
  margin-top: 43px;
}

* + img, img + h4 {
  margin-top: 44px;
}

h2 + .offset {
  margin-top: 129px;
}

.row + .offset {
  margin-top: 112px;
}

* + .inline-list {
  margin-top: 53px;
}

.time + h4 {
  margin-top: 17px;
}

* + h4 {
  margin-top: 15px;
}

* + .marked-list {
  margin-top: 52px;
}

* + .index-list {
  margin-top: 65px;
}

* + .blockquote {
  margin-top: 49px;
}

* + .row.offset-2 {
  margin-top: 80px;
}

* + .row.offset-5 {
  margin-top: 60px;
}

* + .marked-list.offset {
  margin-top: 30px;
}

* + .contact-list {
  margin-top: 59px;
}

* + .mailform {
  margin-top: 65px;
}

.contact-list .heading-3 + dd {
  margin-top: 16px;
}

.contact-list .heading-3 + dd + dt {
  margin-top: 30px;
}

.contact-list .heading-3 {
  margin-top: 45px;
  font-family: "Montserrat", sans-serif;
}

* + .term-list {
  margin-top: 55px;
}

.term-list dt + * {
  margin-top: 33px;
}

.term-list * + dt {
  margin-top: 43px;
}

.product + h4 {
  margin-top: 43px;
}

* + .copyright {
  margin-top: 93px;
}

.offset-3 {
  margin-top: 37px;
}

.offset-4 {
  margin-top: 12px;
}

.offset-5 {
  margin-top: 70px;
}

.offset-6 {
  margin-top: 30px;
}

.offset-7 {
  margin-top: -6px;
}

.offset-8 {
  margin-top: 85px;
}

.mt100 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .row + .offset2 {
    margin-top: 0;
  }

  .offset-md {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .hr_mod {
    margin-left: -10%;
  }

  .row .col-sm-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .row + .offset {
    margin-top: 0;
  }

  .offset-sm {
    margin-top: 60px;
  }

  h2 + .row {
    margin-top: 0;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax_cnt a {
  color: white;
}
.parallax .parallax_cnt *, .parallax .parallax_cnt h2, .parallax .parallax_cnt address, .parallax .parallax_cnt p {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.parallax .parallax_cnt * a:hover, .parallax .parallax_cnt h2 a:hover, .parallax .parallax_cnt address a:hover, .parallax .parallax_cnt p a:hover {
  color: #69d478;
}
.parallax .heading-1 + p {
  font-size: 20px;
}
.parallax .parallax_cnt p.heading-4 {
  margin-top: 30px;
}
.parallax .btn-default {
  background-color: #69d478;
  border-color: #69d478;
  color: white;
}
.parallax .btn-default:before {
  background: #69d478 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.parallax .btn-default:after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.parallax .btn-default:hover {
  background-color: white;
  border-color: white;
  color: #69d478;
}
.parallax .btn-default:hover:before {
  top: 100%;
}
.parallax .btn-default:hover:after {
  opacity: 1;
}
.parallax .btn-default:active:before {
  top: 100%;
}
.parallax .btn-default:active:after {
  opacity: 1;
}

/*==================   Thumbnail    ======================*/
* + .gallery-wr {
  margin-top: 60px;
}

.gallery-wr {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}
.gallery-wr:before, .gallery-wr:after {
  content: " ";
  display: table;
}
.gallery-wr:after {
  clear: both;
}
.gallery-wr > div {
  float: left;
  max-width: 33.33%;
  position: relative;
}
.gallery-wr > div .thumb {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.gallery-wr > div .thumb_overlay .material-icons-zoom_in {
  color: white;
  font-family: "Material Icons";
  font-size: 72px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9;
}
.gallery-wr > div .thumb_overlay:after, .gallery-wr > div .thumb_overlay:before {
  box-shadow: none;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.gallery-wr > div .thumb_overlay:before {
  background: rgba(71, 211, 160, 0.2) none repeat scroll 0 0;
  border-left: 10px solid;
  border-top: 10px solid;
  border-color: #69d478;
  bottom: 100%;
  left: 0;
  right: 100%;
  top: 0;
}
.gallery-wr > div .thumb_overlay:after {
  border-bottom: 10px solid;
  border-right: 10px solid;
  border-color: #69d478;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 100%;
}
.gallery-wr > div .thumb + h4 + p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}
.gallery-wr > div .thumb img {
  height: auto;
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-wr > div .thumb:hover .thumb {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .gallery-wr > div .thumb:hover .thumb {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.gallery-wr > div .thumb:hover .thumb img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-wr > div .thumb:hover .thumb_overlay .material-icons-zoom_in {
  opacity: 1;
}
.gallery-wr > div .thumb:hover .thumb_overlay:before {
  bottom: 0;
  opacity: 1;
  right: 0;
}
.gallery-wr > div .thumb:hover .thumb_overlay:after {
  left: 0;
  opacity: 1;
  top: 0;
}
.lt-ie9 .gallery-wr > div .thumb:hover .thumb_overlay:before {
  display: block;
}

@media (max-width: 767px) {
  .gallery-wr > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 49%;
    width: 49%;
  }
}
@media (max-width: 479px) {
  .gallery-wr > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}

/*==================  Lists  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 30px;
}

.marked-list li {
  font-size: 18px;
  padding-left: 23px;
  position: relative;
  text-align: left;
}
.marked-list li:before {
  background: #69d478 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 8px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li a {
  color: #a0a0a0;
  line-height: 1.89;
}
.marked-list li a:hover {
  color: #69d478;
  text-decoration: none;
}
.marked-list li:hover:before {
  left: 3px;
}

.index-list {
  counter-reset: li;
}
.index-list li {
  padding-left: 100px;
  position: relative;
}
.index-list li:before {
  background: #333333 none repeat scroll 0 0;
  color: white;
  content: counter(li,decimal);
  counter-increment: li;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  height: 70px;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 0;
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 70px;
}
.index-list li:hover:before {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-timing-function: linear;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.index-list li + li {
  margin-top: 62px;
}

.term-list a[href^="mailto:"] {
  color: #69d478;
  display: inline-block;
  margin-top: 30px;
}
.term-list a[href^="mailto:"]:hover {
  color: #333333;
}

/*==================  News-post  ======================*/
.news-post .time {
  font-family: "Montserrat", sans-serif;
  display: block;
}
.news-post + .news-post {
  margin-top: 62px;
}

/*==================  Product  ======================*/
.product {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  margin-left: auto;
  margin-right: auto;
}
.product + h4 + p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}
.product img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product_overlay {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product_overlay:after, .product_overlay:before {
  box-shadow: none;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.product_overlay:before {
  border-left: 10px solid;
  border-top: 10px solid;
  border-color: #69d478;
  bottom: 100%;
  left: 0;
  right: 100%;
  top: 0;
}
.product_overlay:after {
  border-bottom: 10px solid;
  border-right: 10px solid;
  border-color: #69d478;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 100%;
}
.lt-ie9 .product_overlay {
  display: none;
}
.product_overlay:hover {
  opacity: 1;
}
.product_overlay:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product_overlay:hover:before {
  bottom: 0;
  opacity: 1;
  right: 0;
}
.product_overlay:hover:after {
  left: 0;
  opacity: 1;
  top: 0;
}
.lt-ie9 .product_overlay:hover:before {
  display: block;
}

/*==================  Blockquotes  ======================*/
.quote {
  padding-left: 50px;
  position: relative;
}
.quote span {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 24px;
}
.quote cite {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 300;
  display: inline-block;
  font-style: normal;
}

/*==================     Icons     ======================*/
.icon-ad {
  display: inline-block;
}
.icon-ad img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-ad:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.icon {
  display: inline-block;
}
.icon.fa-facebook {
  color: white;
}
.icon.fa-facebook:hover {
  color: #69d478;
}
.icon.fa-twitter {
  color: white;
}
.icon.fa-twitter:hover {
  color: #69d478;
}
.icon.fa-google-plus {
  color: white;
}
.icon.fa-google-plus:hover {
  color: #69d478;
}

.icon-xs {
  font-size: 19px;
}

.icon-sm {
  font-size: 21px;
}

.icon-md {
  font-size: 23px;
}

.icon-lg {
  font-size: 25px;
}

.icon-xl {
  font-size: 30px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn span {
  position: relative;
  z-index: 99;
}

.btn-xs {
  font-size: 14px;
  padding: 10px 30px;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 41px;
}

.btn-md {
  font-size: 14px;
  padding: 10px 47px;
}

.btn-lg {
  font-size: 14px;
  padding: 10px 60px;
}

.btn-default {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #0051a4;
}
.btn-default:before {
  background: #fafafa none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-default:after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-default:hover {
  background-color: #0051a4;
  border-color: #0051a4;
  color: white;
}
.btn-default:hover:before {
  top: 100%;
}
.btn-default:hover:after {
  opacity: 1;
}
.btn-default:active:before {
  top: 100%;
}
.btn-default:active:after {
  opacity: 1;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================    Imports    ======================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  float: right;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 45px;
}
.sf-menu a {
  display: block;
}

.sf-menu {
  margin-top: 8px;
}
.sf-menu > li > a {
  color: #a0a0a0;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #69d478;
}
.sf-menu > li.active > a {
  color: #69d478;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -32px;
  width: 246px;
  margin-top: 29px;
  padding: 25px 0 25px;
  background: #69d478;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sf-menu ul > li > a {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 14px;
  line-height: 39px;
  font-weight: 300;
  background: #69d478 none repeat scroll 0 0;
  padding: 0 20px 0 41px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  text-decoration: underline;
}

.sf-menu ul ul {
  position: absolute;
  top: 46.9%;
  left: 235px;
  width: 128px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sf-menu ul ul > li > a {
  color: white;
  background: #323232 none repeat scroll 0 0;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: white;
  background: #a0a0a0;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -6px;
  content: "\f0d7";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666666;
  background: white;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: whitesmoke;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #69d478;
  color: white;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: white;
  color: #666666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: white;
  color: black;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: black;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: black;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  border-bottom: 1px solid #e0dfdf;
  padding: 20px 0;
}

.isStuck {
  background: white;
  z-index: 999;
  border-bottom: 1px solid #333333;
  padding: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: white;
  background: #333333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop.fa.fa-angle-up {
  font-size: 24px;
  line-height: 46px;
}
.toTop:hover {
  color: white;
  background: #69d478;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-xs {
  padding-bottom: 212px;
  padding-top: 210px;
}

.well-xs50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.well-xs50flatblu {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #e5e8f1;
}

.well-xs50flatblk {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #353638;
}

.well-sm {
  padding-bottom: 304px;
  padding-top: 299px;
}

.well-md {
  padding-bottom: 300px;
  padding-top: 353px;
}
.well-md__ins {
  padding-bottom: 343px;
  padding-top: 337px;
}

.well-lg {
  padding-bottom: 416px;
  padding-top: 406px;
}

.well-xl {
  padding-bottom: 460px;
  padding-top: 420px;
}

@media (max-width: 767px) {
  .well-xs, .well-sm, .well-md, .well-md__ins, .well-lg, .well-xl {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: white none repeat scroll 0 0;
  padding-bottom: 350px;
  padding-top: 350px;
}
footer a[href^="callto:"] {
  color: white;
}
footer a[href^="callto:"]:hover {
  color: #69d478;
}
footer a[href^="callto:"] .ff__mod {
  font-family: "Montserrat", sans-serif;
}
footer a[href^="callto:"] .fw-n {
  font-weight: 400;
}
footer a[href^="callto:"] + P {
  font-family: "Roboto", sans-serif !important;
  display: inline-block;
  margin-left: 9px;
  font-weight: 300 !important;
  margin-top: 11px;
}
@media (max-width: 991px) {
  footer a[href^="callto:"] + P {
    margin-top: 8px;
  }
}
footer .copyright {
  display: block;
  font-size: 12px;
}
footer .copyright span {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}
footer .copyright a {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  color: white;
}
footer .copyright a:hover {
  color: #69d478;
  text-decoration: none;
}
footer .contact-info {
  font-size: 20px;
}
footer .contact-info.heading-4 {
  margin-bottom: 33px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  footer .hr__mod1 {
    left: 0;
  }
}
