/* Fonts */
/* Mixins */
/* Media Screens */
/* line 4, ../sass/styles.scss */
.container {
  width: 970px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  /* line 7, ../sass/styles.scss */
  body .container {
    width: 1500px;
  }
}
@media (max-width: 1600px) {
  /* line 4, ../sass/styles.scss */
  .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  /* line 4, ../sass/styles.scss */
  .container {
    width: 970px;
  }
}
@media (max-width: 992px) {
  /* line 4, ../sass/styles.scss */
  .container {
    width: 721px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/styles.scss */
  .container {
    width: 100%;
  }
}
@media (max-width: 479px) {
  /* line 4, ../sass/styles.scss */
  .container {
    width: 100%;
  }
}

/* line 28, ../sass/styles.scss */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #e6e6e6;
}

/* line 35, ../sass/styles.scss */
body {
  font-size: 13px;
  line-height: 20px;
  color: #3b4511;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 479px) {
  /* line 35, ../sass/styles.scss */
  body {
    min-width: 320px;
  }
}

/* line 42, ../sass/styles.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 46, ../sass/styles.scss */
.clearfix {
  clear: both;
}

/* line 48, ../sass/styles.scss */
.site-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 48, ../sass/styles.scss */
  .site-container {
    padding-top: 48px;
  }
}

/**     H E A D E R      H E A D E R       **/
/* line 62, ../sass/styles.scss */
header.site-header {
  z-index: 1001;
  background: #000080;
}
/* line 67, ../sass/styles.scss */
header.site-header .top-header {
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 67, ../sass/styles.scss */
  header.site-header .top-header {
    display: none;
  }
}
/* line 73, ../sass/styles.scss */
header.site-header a.logo {
  display: block;
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  min-width: 300px;
  background: #000;
  position: relative;
  z-index: 11000;
  text-decoration: none;
}
@media (max-width: 992px) {
  /* line 73, ../sass/styles.scss */
  header.site-header a.logo {
    padding-left: 10px;
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  /* line 73, ../sass/styles.scss */
  header.site-header a.logo {
    float: none;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none !important;
    padding-bottom: 0;
  }
}
/* line 98, ../sass/styles.scss */
header.site-header a.btn {
  float: right;
}
@media (max-width: 992px) {
  /* line 98, ../sass/styles.scss */
  header.site-header a.btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
/* line 106, ../sass/styles.scss */
header.site-header p.phone {
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}
/* line 110, ../sass/styles.scss */
header.site-header p.phone i {
  color: #c9c9c9;
  font-size: 24px;
  padding-top: 5px;
  padding-right: 5px;
}
/* line 116, ../sass/styles.scss */
header.site-header p.phone a {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 992px) {
  /* line 116, ../sass/styles.scss */
  header.site-header p.phone a {
    font-size: 18px;
  }
}
/* line 123, ../sass/styles.scss */
header.site-header .socials {
  float: right;
  padding-top: 15px;
  padding-right: 45px;
}
@media (max-width: 1199px) {
  /* line 123, ../sass/styles.scss */
  header.site-header .socials {
    padding-right: 0;
    float: left;
    margin-left: -20px;
  }
}

/**     nav menu          nav menu        **/
/* line 141, ../sass/styles.scss */
#nav {
  position: relative;
  z-index: 10000;
  border-top: 1px #272829 solid;
}
@media (max-width: 767px) {
  /* line 146, ../sass/styles.scss */
  #nav > ul {
    display: none;
  }
}
/* line 65, ../sass/_variables.scss */
#nav:before, #nav:after {
  content: " ";
  display: table;
}
/* line 70, ../sass/_variables.scss */
#nav:after {
  clear: both;
}
/* line 151, ../sass/styles.scss */
#nav.scroll {
  z-index: 101;
}
/* line 153, ../sass/styles.scss */
#nav.scroll > .sf-menu {
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 161, ../sass/styles.scss */
#nav.scroll > .sf-menu > li {
  display: inline-block;
  float: none;
}
/* line 164, ../sass/styles.scss */
#nav.scroll > .sf-menu > li > a {
  line-height: 40px;
}
/* line 169, ../sass/styles.scss */
#nav.scroll ul.dd_menu {
  text-align: left;
}
/* line 172, ../sass/styles.scss */
#nav.scroll ul.dd_menu li a {
  text-align: left;
}
/* line 179, ../sass/styles.scss */
#nav .sf-menu {
  margin: 0;
  padding: 0;
  float: right;
  transition: all 0.5s ease-in-out;
}
/* line 188, ../sass/styles.scss */
#nav .sf-menu > li {
  position: relative;
  float: left;
  padding: 0 25px 0;
}
@media (max-width: 1199px) {
  /* line 188, ../sass/styles.scss */
  #nav .sf-menu > li {
    padding: 0 16px 0 16px;
  }
}
@media (max-width: 992px) {
  /* line 188, ../sass/styles.scss */
  #nav .sf-menu > li {
    padding: 0 9px 0 9px;
  }
}
/* line 198, ../sass/styles.scss */
#nav .sf-menu > li > a {
  font-size: 14px;
  line-height: 64px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border-bottom: 3px #000 solid;
  transition: all .2s ease-in-out;
}
@media (min-width: 1600px) {
  /* line 198, ../sass/styles.scss */
  #nav .sf-menu > li > a {
    font-size: 15px;
    line-height: #nav .sf-menu > li > a;
  }
}
@media (max-width: 1199px) {
  /* line 198, ../sass/styles.scss */
  #nav .sf-menu > li > a {
    font-size: 14px;
    line-height: 62px;
  }
}
@media (max-width: 992px) {
  /* line 198, ../sass/styles.scss */
  #nav .sf-menu > li > a {
    font-size: 12px;
    line-height: 60px;
  }
}
/* line 219, ../sass/styles.scss */
#nav .sf-menu > li.sfHover > a, #nav .sf-menu > li:hover > a {
  border-color: #79b433;
  color: #79b433;
}
/* line 225, ../sass/styles.scss */
#nav .sf-menu > li.current-menu-item > a {
  color: #79b433;
}
/* line 232, ../sass/styles.scss */
#nav .sf-menu ul {
  top: 0;
  position: absolute;
  left: 2px;
  background: #333333;
  top: 100%;
  border: 2px #000 solid;
  border-top: none;
  min-width: 240px;
  display: none;
}
@media (max-width: 992px) {
  /* line 232, ../sass/styles.scss */
  #nav .sf-menu ul {
    min-width: 160px;
  }
}
/* line 245, ../sass/styles.scss */
#nav .sf-menu ul li {
  display: block;
  border: none;
  position: relative;
}
/* line 249, ../sass/styles.scss */
#nav .sf-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  line-height: 24px;
  color: #d5d5d5;
  font-weight: 400;
  padding-left: 20px;
  border-top: 1px #292929 solid;
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  padding-bottom: 1px;
}
/* line 259, ../sass/styles.scss */
#nav .sf-menu ul li a:hover {
  color: #fff !important;
  background: #464646;
  border-color: #292929 !important;
}
/* line 265, ../sass/styles.scss */
#nav .sf-menu ul li ul {
  left: 100%;
  top: 0;
  border-top: 2px  #000 solid;
  background: #1f1f1f;
}
/* line 271, ../sass/styles.scss */
#nav .sf-menu ul li ul li a {
  background: #1f1f1f;
}
/* line 276, ../sass/styles.scss */
#nav .sf-menu ul li ul li:first-child a {
  padding-top: 0;
}
/* line 282, ../sass/styles.scss */
#nav .sf-menu ul li i {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  font-weight: 400;
  right: 10px;
  top: 2px;
}
/* line 288, ../sass/styles.scss */
#nav .sf-menu ul li:hover i {
  color: #fff;
}
/* line 293, ../sass/styles.scss */
#nav .sf-menu ul li:first-child a {
  border-top: 0;
  padding-top: 4px;
}

/**     mobile menu       mobile menu          mobile menu        **/
/* line 307, ../sass/styles.scss */
#menu {
  display: none;
}
/* line 309, ../sass/styles.scss */
#menu.mm-opened {
  display: block;
}

/* line 313, ../sass/styles.scss */
div.header {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  background: #272829;
}
@media (max-width: 767px) {
  /* line 313, ../sass/styles.scss */
  div.header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 140;
  }
}
/* line 327, ../sass/styles.scss */
div.header a.button {
  display: block;
  background: #000000 url("../images/bg-menu.png") 0 -8px no-repeat;
  width: 65px;
  height: 48px;
  text-indent: -9999px;
  left: 0;
}
/* line 334, ../sass/styles.scss */
div.header a.button:hover, div.header a.button:active, div.header a.button:focus, div.header a.button:link {
  background: #000000 url("../images/bg-menu.png") 0 -8px no-repeat;
}
/* line 339, ../sass/styles.scss */
div.header a.tell {
  display: inline;
  text-decoration: none;
  background: none;
  white-space: nowrap;
  text-align: right;
  position: relative;
  float: right;
  width: auto;
  padding-right: 15px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  padding-top: 8px;
}
@media (max-width: 479px) {
  /* line 339, ../sass/styles.scss */
  div.header a.tell {
    font-size: 18px;
    padding-right: 10px;
  }
}
@media (max-width: 320px) {
  /* line 339, ../sass/styles.scss */
  div.header a.tell {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  /* line 359, ../sass/styles.scss */
  div.header a.tell span {
    display: none;
  }
}
/* line 365, ../sass/styles.scss */
div.header a.btn {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  display: inline;
  text-decoration: none;
  background: none;
  white-space: nowrap;
  text-align: right;
  position: relative;
  float: right;
  width: auto;
  padding-right: 10px;
  text-decoration: none;
  background: #79b433;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 10px;
  height: 48px;
}
@media (max-width: 479px) {
  /* line 365, ../sass/styles.scss */
  div.header a.btn {
    font-size: 11px;
  }
}

/* line 387, ../sass/styles.scss */
.mm-menu .mm-listview > li a.act {
  font-weight: bold;
}

/**     PARALLAX  BLOCK        **/
/* line 393, ../sass/styles.scss */
.parralax {
  background: #272829;
  position: relative;
  z-index: auto;
  padding-bottom: 300px;
  overflow: hidden;
}
/* line 400, ../sass/styles.scss */
.parralax::before {
  content: "";
  position: absolute;
  width: 120%;
  background: #fff;
  height: 500px;
  left: -10%;
  top: -160px;
  z-index: 8;
  transform: rotate(-3deg);
}
@media (min-width: 1600px) {
  /* line 400, ../sass/styles.scss */
  .parralax::before {
    top: -120px;
  }
}
@media (max-width: 1199px) {
  /* line 400, ../sass/styles.scss */
  .parralax::before {
    top: -200px;
  }
}
@media (max-width: 992px) {
  /* line 400, ../sass/styles.scss */
  .parralax::before {
    top: -220px;
  }
}
@media (max-width: 767px) {
  /* line 400, ../sass/styles.scss */
  .parralax::before {
    top: -320px;
  }
}
@media (max-width: 479px) {
  /* line 400, ../sass/styles.scss */
  .parralax::before {
    top: -360px;
  }
}
/* line 427, ../sass/styles.scss */
.parralax::after {
  content: "";
  position: absolute;
  width: 120%;
  background: #492D65;
  height: 200px;
  left: -10%;
  bottom: 0;
  z-index: 1;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  /* line 427, ../sass/styles.scss */
  .parralax::after {
    height: 120px;
  }
}
/* line 441, ../sass/styles.scss */
.parralax img.watch {
  position: absolute;
  left: 5%;
  top: 100px;
  z-index: 10;
}
@media (max-width: 1199px) {
  /* line 441, ../sass/styles.scss */
  .parralax img.watch {
    left: 0;
  }
}
@media (max-width: 992px) {
  /* line 441, ../sass/styles.scss */
  .parralax img.watch {
    display: none;
  }
}
/* line 453, ../sass/styles.scss */
.parralax img.phone {
  position: absolute;
  left: 75%;
  top: 250px;
  z-index: 10;
}
@media (max-width: 1600px) {
  /* line 453, ../sass/styles.scss */
  .parralax img.phone {
    left: 85%;
  }
}
@media (max-width: 1199px) {
  /* line 453, ../sass/styles.scss */
  .parralax img.phone {
    left: 90%;
  }
}
@media (max-width: 992px) {
  /* line 453, ../sass/styles.scss */
  .parralax img.phone {
    display: none;
  }
}
/* line 468, ../sass/styles.scss */
.parralax img.big-paralax {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  z-index: 7;
}
@media (max-width: 1600px) {
  /* line 468, ../sass/styles.scss */
  .parralax img.big-paralax {
    top: 38%;
  }
}
@media (max-width: 992px) {
  /* line 468, ../sass/styles.scss */
  .parralax img.big-paralax {
    top: 25%;
  }
}
@media (max-width: 767px) {
  /* line 468, ../sass/styles.scss */
  .parralax img.big-paralax {
    top: 160px;
    transform: translateY(0);
  }
}
@media (max-width: 479px) {
  /* line 468, ../sass/styles.scss */
  .parralax img.big-paralax {
    top: 120px;
  }
}

/**     SLOGAN  BLOCK        **/
/* line 494, ../sass/styles.scss */
span.caption_text {
  background: #492D65;
  display: block;
  padding: 10px 40px 10px 20px;
  text-transform: uppercase;
  float: left;
  clear: both;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: relative;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1600px) {
  /* line 494, ../sass/styles.scss */
  span.caption_text {
    margin-left: -220px;
  }
}
@media (max-width: 1600px) {
  /* line 494, ../sass/styles.scss */
  span.caption_text {
    margin-left: -100px;
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 1199px) {
  /* line 494, ../sass/styles.scss */
  span.caption_text {
    margin-left: 0;
    margin-top: -100px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  /* line 494, ../sass/styles.scss */
  span.caption_text {
    margin-top: -150px;
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  /* line 494, ../sass/styles.scss */
  span.caption_text {
    font-size: 16px;
    margin-top: -58px;
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  /* line 494, ../sass/styles.scss */
  span.caption_text {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 32px;
    margin-top: -64px;
  }
}

/* line 537, ../sass/styles.scss */
.revolution {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 640px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 537, ../sass/styles.scss */
  .revolution {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  /* line 537, ../sass/styles.scss */
  .revolution {
    min-height: 480px;
  }
}
@media (max-width: 992px) {
  /* line 537, ../sass/styles.scss */
  .revolution {
    min-height: 400px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 537, ../sass/styles.scss */
  .revolution {
    min-height: auto;
    margin-bottom: 80px;
  }
}
/* line 557, ../sass/styles.scss */
.revolution > ul {
  display: none;
  width: 100%;
}
/* line 560, ../sass/styles.scss */
.revolution > ul li {
  width: 100%;
  float: none;
}
/* line 565, ../sass/styles.scss */
.revolution .elements {
  width: 100%;
  position: absolute;
}
/* line 568, ../sass/styles.scss */
.revolution .elements img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 575, ../sass/styles.scss */
.revolution p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  padding: 20px 20px 50px 20px;
}
/* line 579, ../sass/styles.scss */
.revolution a.more {
  line-height: 19px;
  display: block;
  z-index: 8;
  transition: background .5s;
}
@media (min-width: 1600px) {
  /* line 579, ../sass/styles.scss */
  .revolution a.more {
    margin-left: -220px;
  }
}
@media (max-width: 1600px) {
  /* line 579, ../sass/styles.scss */
  .revolution a.more {
    margin-left: -100px;
    margin-top: -12px;
  }
}
@media (max-width: 1199px) {
  /* line 579, ../sass/styles.scss */
  .revolution a.more {
    margin-left: 0;
    margin-top: -112px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  /* line 579, ../sass/styles.scss */
  .revolution a.more {
    font-size: 14px;
    line-height: 18px;
    margin-top: -162px;
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  /* line 579, ../sass/styles.scss */
  .revolution a.more {
    margin-top: -50px;
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  /* line 579, ../sass/styles.scss */
  .revolution a.more {
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: -52px;
  }
  /* line 612, ../sass/styles.scss */
  .revolution a.more::after {
    display: none;
  }
}
/* line 617, ../sass/styles.scss */
.revolution img {
  height: auto !important;
}
@media (min-width: 1600px) {
  /* line 620, ../sass/styles.scss */
  .revolution div.speakers {
    margin-left: 100px;
  }
}
@media (max-width: 1600px) {
  /* line 620, ../sass/styles.scss */
  .revolution div.speakers {
    margin-left: 140px;
  }
}
@media (max-width: 1199px) {
  /* line 620, ../sass/styles.scss */
  .revolution div.speakers {
    margin-left: 190px;
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  /* line 620, ../sass/styles.scss */
  .revolution div.speakers {
    margin-top: -180px;
  }
}
@media (max-width: 767px) {
  /* line 620, ../sass/styles.scss */
  .revolution div.speakers {
    display: none;
  }
}
@media (min-width: 1600px) {
  /* line 638, ../sass/styles.scss */
  .revolution div.watch {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  /* line 638, ../sass/styles.scss */
  .revolution div.watch {
    margin-left: 100px;
  }
}
@media (max-width: 992px) {
  /* line 638, ../sass/styles.scss */
  .revolution div.watch {
    margin-left: 160px;
  }
}
@media (max-width: 767px) {
  /* line 638, ../sass/styles.scss */
  .revolution div.watch {
    margin-left: 100px;
  }
}
@media (max-width: 1199px) {
  /* line 652, ../sass/styles.scss */
  .revolution div.phone {
    margin-left: -80px;
  }
}
@media (max-width: 992px) {
  /* line 652, ../sass/styles.scss */
  .revolution div.phone {
    margin-left: -100px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  /* line 652, ../sass/styles.scss */
  .revolution div.phone {
    margin-left: -80px;
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  /* line 667, ../sass/styles.scss */
  .revolution div.laptop img {
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  /* line 665, ../sass/styles.scss */
  .revolution div.laptop {
    top: -10px !important;
    margin-left: 20px;
  }
  /* line 674, ../sass/styles.scss */
  .revolution div.laptop img {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  /* line 665, ../sass/styles.scss */
  .revolution div.laptop {
    top: 0 !important;
    margin-left: 0;
  }
  /* line 681, ../sass/styles.scss */
  .revolution div.laptop img {
    max-width: 560px;
  }
}
@media (max-width: 1199px) {
  /* line 686, ../sass/styles.scss */
  .revolution .slide-2-item-1 {
    margin-left: 100px;
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  /* line 686, ../sass/styles.scss */
  .revolution .slide-2-item-1 {
    margin-left: 150px;
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  /* line 686, ../sass/styles.scss */
  .revolution .slide-2-item-1 {
    margin-left: 80px;
    margin-top: -100px;
  }
}
@media (max-width: 479px) {
  /* line 686, ../sass/styles.scss */
  .revolution .slide-2-item-1 {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  /* line 703, ../sass/styles.scss */
  .revolution .slide-2-item-2 {
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  /* line 703, ../sass/styles.scss */
  .revolution .slide-2-item-2 {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  /* line 703, ../sass/styles.scss */
  .revolution .slide-2-item-2 {
    margin-top: -90px;
  }
}
@media (max-width: 479px) {
  /* line 703, ../sass/styles.scss */
  .revolution .slide-2-item-2 {
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  /* line 717, ../sass/styles.scss */
  .revolution .slide-2-item-4 {
    margin-left: -100px;
  }
}
@media (max-width: 992px) {
  /* line 717, ../sass/styles.scss */
  .revolution .slide-2-item-4 {
    margin-left: -150px;
  }
}
@media (max-width: 767px) {
  /* line 717, ../sass/styles.scss */
  .revolution .slide-2-item-4 {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* line 728, ../sass/styles.scss */
  .revolution .slide-3-item-1 {
    margin-top: -50px;
    margin-left: -50px;
  }
}
@media (max-width: 992px) {
  /* line 728, ../sass/styles.scss */
  .revolution .slide-3-item-1 {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  /* line 728, ../sass/styles.scss */
  .revolution .slide-3-item-1 {
    margin-top: -20px;
  }
}
@media (max-width: 479px) {
  /* line 728, ../sass/styles.scss */
  .revolution .slide-3-item-1 {
    margin-left: 20px;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  /* line 744, ../sass/styles.scss */
  .revolution .slide-3-item-2 {
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  /* line 744, ../sass/styles.scss */
  .revolution .slide-3-item-2 {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  /* line 744, ../sass/styles.scss */
  .revolution .slide-3-item-2 {
    margin-top: -50px;
  }
}
@media (max-width: 1199px) {
  /* line 756, ../sass/styles.scss */
  .revolution .slide-3-item-3 {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  /* line 756, ../sass/styles.scss */
  .revolution .slide-3-item-3 {
    margin-left: 40px;
  }
}
/* line 769, ../sass/styles.scss */
.revolution a.tp-rightarrow.tparrows.default:after {
  content: url("../images/right.png");
}
/* line 770, ../sass/styles.scss */
.revolution a.tp-leftarrow.tparrows.default:after {
  content: url("../images/left.png");
}
/* line 772, ../sass/styles.scss */
.revolution .arrows {
  position: absolute;
  top: 44%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  width: 100%;
  height: 50px;
}
/* line 780, ../sass/styles.scss */
.revolution .arrows a {
  float: left;
  opacity: 0.1;
  transition: all .4s;
  width: 29px;
  left: 0 !important;
}
/* line 786, ../sass/styles.scss */
.revolution .arrows a:hover {
  opacity: 1;
}
/* line 789, ../sass/styles.scss */
.revolution .arrows a + a {
  float: right;
  right: 0 !important;
  left: auto !important;
}

/* line 801, ../sass/styles.scss */
div.tp-rightarrow,
div.tp-leftarrow {
  display: none;
}

/* line 805, ../sass/styles.scss */
#repair + .tp-bannershadow + .tp-bullets {
  display: none !important;
}

/* line 808, ../sass/styles.scss */
.tp-bannertimer {
  display: none !important;
}

/* line 813, ../sass/styles.scss */
.tp-bullets.simplebullets.round {
  opacity: 1 !important;
}
@media (min-width: 1600px) {
  /* line 813, ../sass/styles.scss */
  .tp-bullets.simplebullets.round {
    bottom: 35px !important;
  }
}
@media (max-width: 992px) {
  /* line 813, ../sass/styles.scss */
  .tp-bullets.simplebullets.round {
    bottom: -15px !important;
  }
}
@media (max-width: 767px) {
  /* line 813, ../sass/styles.scss */
  .tp-bullets.simplebullets.round {
    bottom: -60px !important;
  }
}
/* line 827, ../sass/styles.scss */
.tp-bullets.simplebullets.round div.bullet {
  float: left;
  margin-right: 10px;
  display: block;
  text-decoration: none;
  font-size: 0px;
  color: #fff;
  width: 8px;
  height: 8px;
  background: #363432 !important;
  border: 1px #393635 solid;
  outline: 1px #7b7d80 solid;
  cursor: pointer;
  overflow: hidden;
  margin-top: 0 !important;
}
/* line 843, ../sass/styles.scss */
.tp-bullets.simplebullets.round div.bullet.selected, .tp-bullets.simplebullets.round div.bullet:hover {
  background: #79b433 !important;
}

/**     SLOGAN  BLOCK        **/
/* line 851, ../sass/styles.scss */
.slogan {
  padding: 20px 0 0;
  position: relative;
  z-index: 12;
}
@media (max-width: 1600px) {
  /* line 851, ../sass/styles.scss */
  .slogan {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  /* line 851, ../sass/styles.scss */
  .slogan {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 851, ../sass/styles.scss */
  .slogan {
    padding-top: 0;
  }
}
/* line 864, ../sass/styles.scss */
.slogan .title {
  text-transform: uppercase;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  /* line 864, ../sass/styles.scss */
  .slogan .title {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  /* line 864, ../sass/styles.scss */
  .slogan .title {
    padding-top: 20px;
  }
}
/* line 875, ../sass/styles.scss */
.slogan .title strong {
  font-size: 80px;
  line-height: 68px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1199px) {
  /* line 875, ../sass/styles.scss */
  .slogan .title strong {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 992px) {
  /* line 875, ../sass/styles.scss */
  .slogan .title strong {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  /* line 884, ../sass/styles.scss */
  .slogan .title strong br {
    display: none;
  }
}
/* line 890, ../sass/styles.scss */
.slogan .title span {
  font-size: 45px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
  display: block;
}
@media (max-width: 1199px) {
  /* line 890, ../sass/styles.scss */
  .slogan .title span {
    font-size: 35px;
    line-height: 55px;
  }
}
@media (max-width: 992px) {
  /* line 890, ../sass/styles.scss */
  .slogan .title span {
    font-size: 20px;
    line-height: 35px;
  }
}
/* line 901, ../sass/styles.scss */
.slogan h5 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}
/* line 907, ../sass/styles.scss */
.slogan h5 span {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 901, ../sass/styles.scss */
  .slogan h5 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  /* line 901, ../sass/styles.scss */
  .slogan h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 919, ../sass/styles.scss */
.slogan p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
}
/* line 923, ../sass/styles.scss */
.slogan .border {
  border-left: 1px #5f6367 solid;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 767px) {
  /* line 923, ../sass/styles.scss */
  .slogan .border {
    padding-left: 15px;
    border-left: none;
  }
}
/* line 932, ../sass/styles.scss */
.slogan .border::before {
  content: "";
  position: absolute;
  width: 200px;
  background: #5f6367;
  height: 1px;
  left: -200px;
  top: 50%;
  z-index: 10;
}
@media (max-width: 1600px) {
  /* line 932, ../sass/styles.scss */
  .slogan .border::before {
    left: -100px;
    width: 100px;
  }
}
@media (max-width: 992px) {
  /* line 932, ../sass/styles.scss */
  .slogan .border::before {
    display: none;
  }
}
/* line 949, ../sass/styles.scss */
.slogan .border::after {
  content: "";
  position: absolute;
  width: 10px;
  background: #5f6367;
  height: 10px;
  left: -205px;
  top: 50%;
  border-radius: 50%;
  z-index: 10;
  transform: translateY(-45%);
}
@media (max-width: 1600px) {
  /* line 949, ../sass/styles.scss */
  .slogan .border::after {
    left: -105px;
  }
}
@media (max-width: 992px) {
  /* line 949, ../sass/styles.scss */
  .slogan .border::after {
    display: none;
  }
}

/**     B O X E S        **/
/* line 972, ../sass/styles.scss */
.boxes {
  overflow: hidden;
  position: relative;
  z-index: 11;
}
/* line 977, ../sass/styles.scss */
.boxes a.block_25 {
  display: block;
  float: left;
  width: 25%;
  background: rgba(0, 0, 0, 0.8);
  padding: 90px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}
@media (max-width: 1600px) {
  /* line 977, ../sass/styles.scss */
  .boxes a.block_25 {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  /* line 977, ../sass/styles.scss */
  .boxes a.block_25 {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  /* line 977, ../sass/styles.scss */
  .boxes a.block_25 {
    padding: 50px 0;
    width: 50%;
  }
}
@media (max-width: 479px) {
  /* line 977, ../sass/styles.scss */
  .boxes a.block_25 {
    padding: 50px 0;
    width: 100%;
  }
}
/* line 1001, ../sass/styles.scss */
.boxes a.block_25:nth-child(2) {
  background: rgba(0, 0, 0, 0.6);
}
/* line 1004, ../sass/styles.scss */
.boxes a.block_25:nth-child(3) {
  background: rgba(0, 0, 0, 0.9);
}
/* line 1007, ../sass/styles.scss */
.boxes a.block_25:nth-child(4) {
  background: rgba(0, 0, 0, 0.6);
}
/* line 1010, ../sass/styles.scss */
.boxes a.block_25:nth-child(5) {
  background: black;
}
/* line 1013, ../sass/styles.scss */
.boxes a.block_25:nth-child(6) {
  background: rgba(0, 0, 0, 0.9);
}
/* line 1016, ../sass/styles.scss */
.boxes a.block_25:nth-child(7) {
  background: rgba(0, 0, 0, 0.7);
}
/* line 1019, ../sass/styles.scss */
.boxes a.block_25:nth-child(8) {
  background: rgba(0, 0, 0, 0.9);
}
/* line 1022, ../sass/styles.scss */
.boxes a.block_25:hover {
  background: #492D65;
  cursor: pointer;
}
/* line 1025, ../sass/styles.scss */
.boxes a.block_25:hover p {
  color: #fff;
}
/* line 1030, ../sass/styles.scss */
.boxes img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 25px;
}
/* line 1036, ../sass/styles.scss */
.boxes p {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 32px;
  color: #7b7d80;
  font-weight: 300;
  text-align: center;
  transition: all .2s ease-in-out;
}
@media (max-width: 1199px) {
  /* line 1036, ../sass/styles.scss */
  .boxes p {
    font-size: 22px;
    line-height: 28px;
  }
}

/**     R E P A I R        **/
/* line 1051, ../sass/styles.scss */
.repair {
  padding: 80px 0;
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  /* line 1051, ../sass/styles.scss */
  .repair {
    padding-bottom: 10px;
  }
}
/* line 1058, ../sass/styles.scss */
.repair h1 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  /* line 1058, ../sass/styles.scss */
  .repair h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  /* line 1058, ../sass/styles.scss */
  .repair h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  /* line 1058, ../sass/styles.scss */
  .repair h1 {
    padding-right: 45px;
  }
}
@media (max-width: 320px) {
  /* line 1058, ../sass/styles.scss */
  .repair h1 {
    padding-right: 0px;
  }
}
/* line 1078, ../sass/styles.scss */
.repair p {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 1078, ../sass/styles.scss */
  .repair p {
    font-size: 24px;
    line-height: 34px;
  }
}
/* line 1085, ../sass/styles.scss */
.repair p.phone {
  margin-top: -180px;
}
@media (max-width: 1199px) {
  /* line 1085, ../sass/styles.scss */
  .repair p.phone {
    margin-top: -120px;
  }
}
@media (max-width: 992px) {
  /* line 1085, ../sass/styles.scss */
  .repair p.phone {
    margin-top: 0;
  }
  /* line 1092, ../sass/styles.scss */
  .repair p.phone img[src="images/phone-black.png"] {
    margin-top: 0 !important;
  }
}
/* line 1097, ../sass/styles.scss */
.repair a {
  font-size: 60px;
  line-height: 62px;
  color: #79b433;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
  display: block;
}
@media (max-width: 1199px) {
  /* line 1097, ../sass/styles.scss */
  .repair a {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  /* line 1097, ../sass/styles.scss */
  .repair a {
    font-size: 24px;
    line-height: 34px;
  }
}
/* line 1110, ../sass/styles.scss */
.repair ul li {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  padding-left: 45px;
  background: url("../images/like.png") 0 0 no-repeat;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 1110, ../sass/styles.scss */
  .repair ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
    padding-left: 40px;
  }
}
/* line 1124, ../sass/styles.scss */
.repair p.phone::before {
  content: "";
  position: absolute;
  width: 45%;
  background: #5f6367;
  height: 1px;
  left: 50%;
  top: 150px;
  z-index: 10;
}
@media (max-width: 992px) {
  /* line 1124, ../sass/styles.scss */
  .repair p.phone::before {
    display: none;
  }
}
/* line 1137, ../sass/styles.scss */
.repair p.phone::after {
  content: "";
  position: absolute;
  width: 10px;
  background: #5f6367;
  height: 10px;
  left: 50%;
  top: 145px;
  border-radius: 50%;
  z-index: 10;
}
@media (max-width: 992px) {
  /* line 1137, ../sass/styles.scss */
  .repair p.phone::after {
    display: none;
  }
}
/* line 1151, ../sass/styles.scss */
.repair p.phone img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media (max-width: 992px) {
  /* line 1151, ../sass/styles.scss */
  .repair p.phone img {
    position: absolute;
    top: -80px;
    right: 0;
    left: auto;
    transform: translateX(0);
    width: 240px;
  }
}
@media (max-width: 767px) {
  /* line 1151, ../sass/styles.scss */
  .repair p.phone img {
    width: 150px;
    right: 10px;
  }
}
@media (max-width: 479px) {
  /* line 1151, ../sass/styles.scss */
  .repair p.phone img {
    width: 90px;
    top: -160px;
  }
}
@media (max-width: 320px) {
  /* line 1151, ../sass/styles.scss */
  .repair p.phone img {
    width: 70px;
    top: -220px;
  }
}

/**     Prices       **/
/* line 1182, ../sass/styles.scss */
.prices {
  background: #ffffff;
  padding: 50px 0 180px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  /* line 1182, ../sass/styles.scss */
  .prices {
    padding: 0px 0 120px;
  }
}
/* line 1191, ../sass/styles.scss */
.prices > .container {
  position: relative;
  z-index: 13;
  margin-top: -20px;
}
/* line 1196, ../sass/styles.scss */
.prices::after {
  content: "";
  position: absolute;
  width: 120%;
  background: #fff;
  height: 180px;
  left: -10%;
  top: -120px;
  z-index: 1;
  transform: rotate(-4deg);
}
@media (max-width: 1199px) {
  /* line 1196, ../sass/styles.scss */
  .prices::after {
    top: -50px;
  }
}
/* line 1210, ../sass/styles.scss */
.prices h2 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 72px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 1210, ../sass/styles.scss */
  .prices h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
  }
}
/* line 1222, ../sass/styles.scss */
.prices h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
  color: #2e2e2e;
  font-weight: 700;
  margin-bottom: 15px;
  padding-top: 10px;
}

/* line 1233, ../sass/styles.scss */
.table table {
  width: 100%;
}
/* line 1236, ../sass/styles.scss */
.table tr {
  border-bottom: 1px #fff solid;
}
/* line 1238, ../sass/styles.scss */
.table tr td {
  background: #f9f9f9;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 32px;
  color: #2e2e2e;
  font-weight: 400;
}
/* line 1242, ../sass/styles.scss */
.table tr td + td {
  font-weight: 700;
}
/* line 1247, ../sass/styles.scss */
.table tr:nth-child(2n+2) td {
  background: #f4f4f4;
}

/**     TESTIMONIALS       **/
/* line 1256, ../sass/styles.scss */
.testimonials {
  background: #ecedef;
  padding: 50px 0 0;
  position: relative;
  z-index: 14;
}
@media (max-width: 767px) {
  /* line 1256, ../sass/styles.scss */
  .testimonials {
    padding-top: 10px;
    padding-bottom: 18px;
  }
}
/* line 1265, ../sass/styles.scss */
.testimonials::after {
  content: "";
  position: absolute;
  width: 120%;
  background: #ecedef;
  height: 180px;
  left: -10%;
  top: -120px;
  z-index: 1;
  transform: rotate(-4deg);
}
@media (max-width: 1199px) {
  /* line 1265, ../sass/styles.scss */
  .testimonials::after {
    top: -60px;
  }
}
/* line 1279, ../sass/styles.scss */
.testimonials > .container {
  position: relative;
  z-index: 15;
  margin-top: -50px;
}
@media (max-width: 1199px) {
  /* line 1279, ../sass/styles.scss */
  .testimonials > .container {
    margin-top: -20px;
  }
}
/* line 1287, ../sass/styles.scss */
.testimonials img.happy {
  position: absolute;
  bottom: 0;
}
@media (max-width: 992px) {
  /* line 1287, ../sass/styles.scss */
  .testimonials img.happy {
    display: none;
  }
}
/* line 1294, ../sass/styles.scss */
.testimonials .testi {
  min-height: 450px;
}
@media (max-width: 992px) {
  /* line 1294, ../sass/styles.scss */
  .testimonials .testi {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  /* line 1294, ../sass/styles.scss */
  .testimonials .testi {
    min-height: 330px;
  }
}
/* line 1303, ../sass/styles.scss */
.testimonials h3 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 72px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  /* line 1303, ../sass/styles.scss */
  .testimonials h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  /* line 1303, ../sass/styles.scss */
  .testimonials h3 {
    font-size: 30px;
  }
}
/* line 1317, ../sass/styles.scss */
.testimonials p {
  font-size: 16px;
  line-height: 27px;
  color: #272829;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
}
/* line 1322, ../sass/styles.scss */
.testimonials strong {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
}
/* line 1328, ../sass/styles.scss */
.testimonials .flex-direction-nav {
  width: 70px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  /* line 1328, ../sass/styles.scss */
  .testimonials .flex-direction-nav {
    padding-top: 20px;
  }
}
/* line 1334, ../sass/styles.scss */
.testimonials .flex-direction-nav li {
  opacity: 0.4;
}
/* line 1336, ../sass/styles.scss */
.testimonials .flex-direction-nav li:hover {
  opacity: 1;
}
/* line 1341, ../sass/styles.scss */
.testimonials .flex-nav-prev {
  float: left;
}
/* line 1344, ../sass/styles.scss */
.testimonials .flex-nav-next {
  float: right;
}

/**     S L I D E R        **/
/* line 1352, ../sass/styles.scss */
#slider {
  position: relative;
  z-index: 8;
}

/* line 1357, ../sass/styles.scss */
.flexslider2 {
  overflow: hidden;
}
@media (max-width: 992px) {
  /* line 1357, ../sass/styles.scss */
  .flexslider2 {
    padding-bottom: 20px;
  }
}
/* line 1364, ../sass/styles.scss */
.flexslider2 .slides li {
  display: none;
  position: relative;
  overflow: hidden;
}
/* line 1368, ../sass/styles.scss */
.flexslider2 .slides li img.ani {
  display: none;
  top: -100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
/* line 1378, ../sass/styles.scss */
.flexslider2 p {
  font-size: 16px;
  line-height: 24px;
  color: #272829;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 10px;
}
/* line 1383, ../sass/styles.scss */
.flexslider2 strong {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #272829;
  font-weight: 700;
  padding-bottom: 20px;
}
/* line 1388, ../sass/styles.scss */
.flexslider2 .flex-control-nav-wrapper {
  position: absolute;
  bottom: 70px;
  width: 100%;
  left: 5px;
  z-index: 201;
}
@media (max-width: 1199px) {
  /* line 1388, ../sass/styles.scss */
  .flexslider2 .flex-control-nav-wrapper {
    bottom: 0px;
  }
}
@media (max-width: 992px) {
  /* line 1388, ../sass/styles.scss */
  .flexslider2 .flex-control-nav-wrapper {
    bottom: -0;
  }
}
/* line 1402, ../sass/styles.scss */
.flexslider2 .flex-control-nav li {
  float: left;
  margin-right: 10px;
}
/* line 1405, ../sass/styles.scss */
.flexslider2 .flex-control-nav li a {
  display: block;
  text-decoration: none;
  font-size: 0px;
  color: #fff;
  width: 8px;
  height: 8px;
  background: #363432;
  border: 1px #393635 solid;
  outline: 1px #7b7d80 solid;
  cursor: pointer;
  overflow: hidden;
}
/* line 1418, ../sass/styles.scss */
.flexslider2 .flex-control-nav li a.flex-active, .flexslider2 .flex-control-nav li a:hover {
  background: #79b433;
}
/* line 1425, ../sass/styles.scss */
.flexslider2 .flex-direction-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  height: 50px;
}
/* line 1432, ../sass/styles.scss */
.flexslider2 .flex-direction-nav li {
  float: left;
  opacity: 0.1;
  transition: all 2s;
}
/* line 1436, ../sass/styles.scss */
.flexslider2 .flex-direction-nav li:hover {
  opacity: 1;
}
/* line 1439, ../sass/styles.scss */
.flexslider2 .flex-direction-nav li + li {
  float: right;
}

/**     CALL US       **/
/* line 1449, ../sass/styles.scss */
.call_us {
  background: #272829;
  padding: 60px 0 60px;
}
@media (max-width: 1199px) {
  /* line 1449, ../sass/styles.scss */
  .call_us {
    padding: 20px 0;
  }
}
/* line 1456, ../sass/styles.scss */
.call_us p {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 1456, ../sass/styles.scss */
  .call_us p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  /* line 1456, ../sass/styles.scss */
  .call_us p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  /* line 1456, ../sass/styles.scss */
  .call_us p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 1475, ../sass/styles.scss */
.call_us p a {
  font-weight: 700;
  color: #79b433;
}

/**     RESENT POSTs       **/
/* line 1483, ../sass/styles.scss */
.posts {
  background: #ecedef;
  padding: 110px 0 250px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  /* line 1483, ../sass/styles.scss */
  .posts {
    padding: 80px 0 200px;
  }
}
@media (max-width: 767px) {
  /* line 1483, ../sass/styles.scss */
  .posts {
    padding-bottom: 100px;
  }
}
@media (max-width: 479px) {
  /* line 1483, ../sass/styles.scss */
  .posts {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}
/* line 1498, ../sass/styles.scss */
.posts img.bg-posts {
  position: absolute;
  right: 0;
  bottom: 760px;
}
@media (max-width: 1199px) {
  /* line 1498, ../sass/styles.scss */
  .posts img.bg-posts {
    bottom: 700px;
  }
}
@media (max-width: 992px) {
  /* line 1498, ../sass/styles.scss */
  .posts img.bg-posts {
    margin-bottom: 0 !important;
    bottom: 0;
  }
}
/* line 1511, ../sass/styles.scss */
.posts h2 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 72px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  /* line 1511, ../sass/styles.scss */
  .posts h2 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  /* line 1511, ../sass/styles.scss */
  .posts h2 {
    float: left;
  }
  /* line 1522, ../sass/styles.scss */
  .posts h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1511, ../sass/styles.scss */
  .posts h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  /* line 1511, ../sass/styles.scss */
  .posts h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 1535, ../sass/styles.scss */
  .posts .more {
    float: right;
  }
}
@media (max-width: 992px) {
  /* line 1535, ../sass/styles.scss */
  .posts .more {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1535, ../sass/styles.scss */
  .posts .more {
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  /* line 1535, ../sass/styles.scss */
  .posts .more {
    float: left;
    margin-bottom: 18px;
    clear: both;
  }
}
/* line 1554, ../sass/styles.scss */
.posts .wrapper {
  background: #fff;
  padding: 20px 25px 30px;
}
@media (max-width: 767px) {
  /* line 1554, ../sass/styles.scss */
  .posts .wrapper {
    margin-bottom: 25px;
  }
}
/* line 1560, ../sass/styles.scss */
.posts .wrapper span {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #7c7c7c;
  font-weight: 300;
  padding-bottom: 10px;
}
/* line 1565, ../sass/styles.scss */
.posts .wrapper h4 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 2px #eaeaea solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  /* line 1565, ../sass/styles.scss */
  .posts .wrapper h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1199px) {
  /* line 1565, ../sass/styles.scss */
  .posts .wrapper h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 1581, ../sass/styles.scss */
.posts .wrapper h4::after {
  content: "";
  position: absolute;
  width: 50px;
  background: #79b433;
  height: 2px;
  left: 0;
  bottom: -2px;
  z-index: 1;
}
/* line 1592, ../sass/styles.scss */
.posts .wrapper p {
  font-size: 14px;
  line-height: 22px;
  color: #7c7c7c;
  font-weight: 400;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 1603, ../sass/styles.scss */
  #blog.posts .container img {
    width: 100%;
  }
}

/**     COntacts Block       **/
/* line 1612, ../sass/styles.scss */
#contact .over {
  cursor: default;
}

/* line 1616, ../sass/styles.scss */
#contact .over:hover .green::before {
  opacity: 0.2;
  width: 132%;
  height: 132%;
}

/* line 1622, ../sass/styles.scss */
.contacts {
  background: #272829;
  padding: 90px 0 0;
}
@media (max-width: 1199px) {
  /* line 1622, ../sass/styles.scss */
  .contacts {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 1622, ../sass/styles.scss */
  .contacts {
    padding: 30px 0 0;
  }
}
/* line 1631, ../sass/styles.scss */
.contacts h3 {
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  /* line 1631, ../sass/styles.scss */
  .contacts h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  /* line 1631, ../sass/styles.scss */
  .contacts h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 1643, ../sass/styles.scss */
.contacts h3 span {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 300;
  display: block;
  padding-top: 5px;
}
@media (max-width: 1199px) {
  /* line 1643, ../sass/styles.scss */
  .contacts h3 span {
    font-size: 24px;
    line-height: 40px;
  }
}
/* line 1652, ../sass/styles.scss */
.contacts .green {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #492D65;
  float: left;
  margin-right: 28px;
  position: relative;
}
/* line 1661, ../sass/styles.scss */
.contacts .green::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 0;
  border-radius: 50%;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.32, 1.63, 0.44, 1.82);
  width: 100%;
  height: 100%;
  background: #492D65;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 1661, ../sass/styles.scss */
  .contacts .green::before {
    display: none !important;
  }
}
@media (max-width: 1600px) {
  /* line 1652, ../sass/styles.scss */
  .contacts .green {
    margin-right: 12px;
  }
}
@media (max-width: 1199px) {
  /* line 1652, ../sass/styles.scss */
  .contacts .green {
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 1652, ../sass/styles.scss */
  .contacts .green {
    float: left;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
  }
}
/* line 1696, ../sass/styles.scss */
.contacts .green img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 24%;
  position: relative;
}
/* line 1704, ../sass/styles.scss */
.contacts .top {
  padding-bottom: 45px;
  border-bottom: 1px #7c7c7c solid;
}
/* line 1707, ../sass/styles.scss */
.contacts .top p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  padding-top: 20px;
}
@media (max-width: 1600px) {
  /* line 1707, ../sass/styles.scss */
  .contacts .top p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  /* line 1707, ../sass/styles.scss */
  .contacts .top p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  /* line 1707, ../sass/styles.scss */
  .contacts .top p {
    font-size: 16px;
    line-height: 22px;
  }
}
/* line 1720, ../sass/styles.scss */
.contacts .top p a {
  line-height: 36px;
  color: #fff;
}
/* line 1726, ../sass/styles.scss */
.contacts .scrolloff {
  pointer-events: none;
}
/* line 1729, ../sass/styles.scss */
.contacts .map {
  position: relative;
  padding-bottom: 65%;
  padding-top: 30px;
  height: 0;
}
@media (max-width: 1600px) {
  /* line 1729, ../sass/styles.scss */
  .contacts .map {
    padding-bottom: 80%;
  }
}
@media (max-width: 1199px) {
  /* line 1729, ../sass/styles.scss */
  .contacts .map {
    padding-bottom: 100%;
  }
}
@media (max-width: 992px) {
  /* line 1729, ../sass/styles.scss */
  .contacts .map {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  /* line 1729, ../sass/styles.scss */
  .contacts .map {
    padding-bottom: 80%;
  }
}
/* line 1746, ../sass/styles.scss */
.contacts .map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 1756, ../sass/styles.scss */
.contacts .form-wrapper {
  padding-top: 60px;
  padding-bottom: 25px;
}
@media (max-width: 479px) {
  /* line 1756, ../sass/styles.scss */
  .contacts .form-wrapper {
    padding-top: 30px;
  }
}
/* line 1762, ../sass/styles.scss */
.contacts .form-wrapper h4 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  /* line 1762, ../sass/styles.scss */
  .contacts .form-wrapper h4 {
    padding-bottom: 2px;
  }
}
@media (max-width: 479px) {
  /* line 1762, ../sass/styles.scss */
  .contacts .form-wrapper h4 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  /* line 1778, ../sass/styles.scss */
  .over {
    overflow: hidden;
    clear: both;
  }
}

/**    S U B   H E A D E R        **/
/* line 1787, ../sass/styles.scss */
.sub-page-header {
  position: relative;
}
/* line 1790, ../sass/styles.scss */
.sub-page-header .sub-header {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 1796, ../sass/styles.scss */
.sub-page-header .sub-header p {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  background: #79b433;
  padding: 18px 20px;
  position: absolute;
  top: 35%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  /* line 1796, ../sass/styles.scss */
  .sub-page-header .sub-header p {
    font-size: 28px;
    padding: 12px 15px;
  }
}
@media (max-width: 1600px) {
  /* line 1796, ../sass/styles.scss */
  .sub-page-header .sub-header p {
    font-size: 18px;
    padding: 4px 15px;
    top: 20%;
  }
}
@media (max-width: 767px) {
  /* line 1796, ../sass/styles.scss */
  .sub-page-header .sub-header p {
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
}

/**    S U B    P a g e   C o n t e n t        **/
/* line 1824, ../sass/styles.scss */
.sub-page-content {
  position: relative;
  padding-bottom: 40px;
}
/* line 1829, ../sass/styles.scss */
.sub-page-content::before {
  content: "";
  position: absolute;
  width: 120%;
  background: #fff;
  height: 120px;
  left: -10%;
  top: -60px;
  z-index: 8;
  transform: rotate(-3deg);
}
@media (max-width: 767px) {
  /* line 1829, ../sass/styles.scss */
  .sub-page-content::before {
    display: none;
  }
}
/* line 1844, ../sass/styles.scss */
.sub-page-content .container {
  z-index: 10;
  position: relative;
}
/* line 1850, ../sass/styles.scss */
.sub-page-content h1 {
  font-size: 60px;
  line-height: 72px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px #eaeaea solid;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  margin: 0 0 40px 0;
  padding: 0 0 15px 0;
}
@media (max-width: 1199px) {
  /* line 1850, ../sass/styles.scss */
  .sub-page-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 1600px) {
  /* line 1850, ../sass/styles.scss */
  .sub-page-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  /* line 1850, ../sass/styles.scss */
  .sub-page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 40px;
    padding-top: 25px;
  }
}
/* line 1875, ../sass/styles.scss */
.sub-page-content h1::before {
  content: "";
  position: absolute;
  width: 40px;
  background: #79b433;
  height: 2px;
  z-index: 8;
  bottom: -2px;
  left: 0;
}
/* line 1886, ../sass/styles.scss */
.sub-page-content h2 {
  font-size: 24px;
  line-height: 32px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px #79b433 solid;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
@media (max-width: 1199px) {
  /* line 1886, ../sass/styles.scss */
  .sub-page-content h2 {
    font-size: 20px;
  }
}
/* line 1899, ../sass/styles.scss */
.sub-page-content .over {
  overflow: hidden;
}
/* line 1902, ../sass/styles.scss */
.sub-page-content h3 {
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  /* line 1902, ../sass/styles.scss */
  .sub-page-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 1913, ../sass/styles.scss */
.sub-page-content p {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
}
/* line 1917, ../sass/styles.scss */
.sub-page-content p a {
  color: #79b433;
}
/* line 1922, ../sass/styles.scss */
.sub-page-content hr {
  margin: 30px 0;
  padding: 0;
  height: 2px;
  background: #eaeaea;
}
/* line 1928, ../sass/styles.scss */
.sub-page-content .paddcontent {
  padding-bottom: 20px;
}
/* line 1931, ../sass/styles.scss */
.sub-page-content img.pull-left {
  margin-right: 25px;
}
@media (max-width: 1199px) {
  /* line 1931, ../sass/styles.scss */
  .sub-page-content img.pull-left {
    max-width: 35%;
  }
}
@media (max-width: 992px) {
  /* line 1931, ../sass/styles.scss */
  .sub-page-content img.pull-left {
    max-width: 100%;
    float: none !important;
    margin-bottom: 20px;
  }
}

/* line 1946, ../sass/styles.scss */
.sidebar {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  /* line 1946, ../sass/styles.scss */
  .sidebar {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  /* line 1946, ../sass/styles.scss */
  .sidebar {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 1946, ../sass/styles.scss */
  .sidebar {
    padding-top: 20px;
    overflow: hidden;
  }
}
/* line 1959, ../sass/styles.scss */
.sidebar h2 + ul {
  margin-top: -20px;
}
/* line 1962, ../sass/styles.scss */
.sidebar ul {
  margin-bottom: 40px;
}
/* line 1964, ../sass/styles.scss */
.sidebar ul li {
  margin-bottom: 1px;
}
/* line 1966, ../sass/styles.scss */
.sidebar ul li a {
  display: block;
  text-decoration: none;
  background: #f9f9f9;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  padding: 10px 20px;
}
/* line 1973, ../sass/styles.scss */
.sidebar ul li a:hover {
  color: #fff;
  background: #79b433;
}
/* line 1980, ../sass/styles.scss */
.sidebar ul li:nth-child(odd) a {
  background: #f4f4f4;
}
/* line 1982, ../sass/styles.scss */
.sidebar ul li:nth-child(odd) a:hover {
  color: #fff;
  background: #79b433;
}
/* line 1989, ../sass/styles.scss */
.sidebar a.box {
  margin-bottom: 25px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
  display: block;
  text-decoration: none;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  /* line 1989, ../sass/styles.scss */
  .sidebar a.box {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  /* line 1999, ../sass/styles.scss */
  .sidebar a.box img {
    width: 100%;
  }
  /* line 2002, ../sass/styles.scss */
  .sidebar a.box:last-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
}
@media (max-width: 479px) {
  /* line 1989, ../sass/styles.scss */
  .sidebar a.box {
    width: 100%;
    float: none;
  }
}
/* line 2013, ../sass/styles.scss */
.sidebar a.box p {
  padding: 15px 10px 10px;
}
/* line 2015, ../sass/styles.scss */
.sidebar a.box p strong {
  display: block;
  font-size: 18px;
}
/* line 2019, ../sass/styles.scss */
.sidebar a.box p span {
  display: block;
  font-size: 15px;
  color: #7c7c7c;
}

/**     F O O T E R        **/
/* line 2032, ../sass/styles.scss */
footer.site-footer {
  background: #000080;
  padding: 90px 0;
}
@media (max-width: 992px) {
  /* line 2032, ../sass/styles.scss */
  footer.site-footer {
    padding: 60px 0 20px;
  }
}
/* line 2038, ../sass/styles.scss */
footer.site-footer h6 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 992px) {
  /* line 2038, ../sass/styles.scss */
  footer.site-footer h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 2038, ../sass/styles.scss */
  footer.site-footer h6 {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  /* line 2038, ../sass/styles.scss */
  footer.site-footer h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  /* line 2056, ../sass/styles.scss */
  footer.site-footer ul {
    margin-bottom: 24px;
  }
}
/* line 2060, ../sass/styles.scss */
footer.site-footer ul li {
  font-size: 14px;
  line-height: 28px;
  color: #7c7c7c;
  font-weight: 400;
}
@media (max-width: 992px) {
  /* line 2060, ../sass/styles.scss */
  footer.site-footer ul li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  /* line 2060, ../sass/styles.scss */
  footer.site-footer ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
/* line 2070, ../sass/styles.scss */
footer.site-footer ul li a {
  color: inherit;
  text-decoration: none;
}
/* line 2073, ../sass/styles.scss */
footer.site-footer ul li a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 2080, ../sass/styles.scss */
  .column {
    float: left;
    width: 33.3%;
  }
}
@media (max-width: 479px) {
  /* line 2080, ../sass/styles.scss */
  .column {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/* line 2092, ../sass/styles.scss */
a.logo {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  /* line 2092, ../sass/styles.scss */
  a.logo {
    display: block;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
/* line 2101, ../sass/styles.scss */
a.logo img {
  float: left;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  /* line 2101, ../sass/styles.scss */
  a.logo img {
    width: 60px;
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
  /* line 2101, ../sass/styles.scss */
  a.logo img {
    margin-bottom: 10px;
  }
}
/* line 2113, ../sass/styles.scss */
a.logo p {
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 8px;
}
/* line 2117, ../sass/styles.scss */
a.logo p b {
  display: block;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 10px;
}
@media (max-width: 767px) {
  /* line 2092, ../sass/styles.scss */
  a.logo {
    margin-bottom: 25px;
    display: block;
  }
}

/**     Copyright       **/
/* line 2132, ../sass/styles.scss */
.copyright {
  background: #000;
  padding: 25px 0;
  border-top: 1px #252525 solid;
}
/* line 2136, ../sass/styles.scss */
.copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #7c7c7c;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 2136, ../sass/styles.scss */
  .copyright p {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  /* line 2136, ../sass/styles.scss */
  .copyright p {
    text-align: center;
    float: none !important;
    padding-bottom: 20px;
  }
}

/* line 2150, ../sass/styles.scss */
ul.socials {
  float: right;
}
@media (max-width: 479px) {
  /* line 2150, ../sass/styles.scss */
  ul.socials {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
}
/* line 2157, ../sass/styles.scss */
ul.socials li {
  float: left;
  width: 42px;
}
@media (max-width: 1199px) {
  /* line 2157, ../sass/styles.scss */
  ul.socials li {
    width: 36px;
  }
}
@media (max-width: 992px) {
  /* line 2157, ../sass/styles.scss */
  ul.socials li {
    width: 32px;
  }
}
@media (max-width: 479px) {
  /* line 2157, ../sass/styles.scss */
  ul.socials li {
    float: none;
    text-align: center;
    width: 40px;
    display: inline-block;
  }
}
/* line 2173, ../sass/styles.scss */
ul.socials li a {
  color: #7b7d80;
  text-decoration: none;
  font-size: 21px;
  text-align: right;
  display: block;
}
@media (max-width: 479px) {
  /* line 2173, ../sass/styles.scss */
  ul.socials li a {
    text-align: center;
  }
}
/* line 2182, ../sass/styles.scss */
ul.socials li a:hover {
  color: #fff;
  text-decoration: none;
}

/* Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons  Buttons */
/* line 2192, ../sass/styles.scss */
.btn:active, .btn:focus,
.btn {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background: #79b433;
  padding: 10px 40px 14px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  /* line 2192, ../sass/styles.scss */
  .btn:active, .btn:focus,
  .btn {
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  /* line 2192, ../sass/styles.scss */
  .btn:active, .btn:focus,
  .btn {
    font-size: 11px;
  }
}
/* line 2206, ../sass/styles.scss */
.btn:active:hover, .btn:focus:hover,
.btn:hover {
  background: #7b7d80;
  color: #fff;
}

/* line 2211, ../sass/styles.scss */
.more {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background: #7b7d80;
  padding: 17px 30px 18px;
  border-radius: 0px;
  position: relative;
  z-index: 10;
  transition: .5s;
}
/* line 2221, ../sass/styles.scss */
.more::after {
  content: "";
  position: absolute;
  width: 38px;
  background: #7b7d80;
  height: 38px;
  top: 8.2px;
  right: -19px;
  z-index: 1;
  transform: rotate(45deg);
  transition: .5s;
}
/* line 2233, ../sass/styles.scss */
.more:hover {
  background: #588423;
  color: #fff;
  text-decoration: none;
}
/* line 2237, ../sass/styles.scss */
.more:hover::after {
  background: #588423;
}

/* line 2243, ../sass/styles.scss */
.read {
  font-size: 15px;
  line-height: 24px;
  color: #7c7c7c;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
/* line 2248, ../sass/styles.scss */
.read::after {
  content: "\f105";
  position: absolute;
  width: 20px;
  top: -3px;
  right: -30px;
  z-index: 1;
  font-family: 'FontAwesome';
  font-weight: 700;
  font-size: 18px;
}
/* line 2259, ../sass/styles.scss */
.read:hover {
  color: #79b433;
}
/* line 2261, ../sass/styles.scss */
.read:hover::after {
  color: #79b433;
}

/*--- Animation ------*/
/* line 2272, ../sass/styles.scss */
.cbp-so-section {
  position: relative;
}

/* line 2273, ../sass/styles.scss */
.cbp-so-section:before, .cbp-so-section:after {
  content: " ";
  display: table;
}

/* line 2274, ../sass/styles.scss */
.cbp-so-section:after {
  clear: both;
}

/* line 2275, ../sass/styles.scss */
.cbp-so-side:before, .cbp-so-side:after {
  content: " ";
  display: table;
}

/* line 2276, ../sass/styles.scss */
.cbp-so-side:after {
  clear: both;
}

/* line 2279, ../sass/styles.scss */
.cbp-so-init .cbp-so-side {
  opacity: 0;
  transition: none;
}

/* line 2280, ../sass/styles.scss */
.cbp-so-init .cbp-so-side-bottom {
  transform: translateY(100px);
}

/* line 2282, ../sass/styles.scss */
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
  transition: transform 0.5s, opacity 0.5s;
  transform: translateX(0px);
  opacity: 1;
}

/* line 2288, ../sass/styles.scss */
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom.buttom2 {
  transition-delay: 0.2s;
}

/* line 2291, ../sass/styles.scss */
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom.buttom3 {
  transition-delay: 0.4s;
}

/* line 2296, ../sass/styles.scss */
.cameraContent, .cameraCont, .cameraContents {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/**     End Animation        **/
/**     F O R M    F O R M    F O R M        **/
/* line 2308, ../sass/styles.scss */
#ajax-contact-form {
  padding-top: 12px;
}

/* line 2312, ../sass/styles.scss */
#ajax-contact-form textarea,
#ajax-contact-form input {
  background: #272829;
  padding: 8px 12px;
  width: 100%;
  border: 1px #646464 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #b0adad;
}

/* line 2326, ../sass/styles.scss */
#ajax-contact-form textarea:active,
#ajax-contact-form input:active,
#ajax-contact-form textarea:focus,
#ajax-contact-form input:focus {
  border-color: #fff;
  color: #fff;
  outline: none;
}

/* line 2334, ../sass/styles.scss */
#ajax-contact-form textarea {
  height: 120px;
}

/* line 2337, ../sass/styles.scss */
label {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

/* line 2340, ../sass/styles.scss */
div#button_submit {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

/* line 2345, ../sass/styles.scss */
#fields .submit {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background: #38393a;
  padding: 15px 30px 15px;
  border-radius: 0px;
  position: relative;
  border: none;
  max-width: 200px;
}
/* line 2355, ../sass/styles.scss */
#fields .submit::after {
  content: "";
  position: absolute;
  width: 38px;
  background: #38393a;
  height: 38px;
  top: 8.2px;
  right: -19px;
  z-index: 1;
  transform: rotate(45deg);
}
/* line 2366, ../sass/styles.scss */
#fields .submit:hover {
  background: #000;
  color: #fff;
}
/* line 2369, ../sass/styles.scss */
#fields .submit:hover::after {
  background: #000;
}

/* line 2376, ../sass/styles.scss */
.g-recaptcha {
  margin-bottom: 20px;
  float: left;
}

/* line 2381, ../sass/styles.scss */
.notification_ok {
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}

/* line 2387, ../sass/styles.scss */
.notification_ok a {
  color: #fff;
}

/* line 2391, ../sass/styles.scss */
.notification_error {
  color: #fe7902;
  clear: both;
  text-align: left !important;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -10px;
  margin-top: 0px;
}

/* line 2400, ../sass/styles.scss */
#note {
  clear: both;
}

/**     O T H E R       **/
/* line 2406, ../sass/styles.scss */
a {
  color: #000;
  text-decoration: underline;
}

/* line 2407, ../sass/styles.scss */
a:focus {
  color: #000;
  text-decoration: none;
}

/* line 2409, ../sass/styles.scss */
a[href*="tel"] {
  text-decoration: none;
  cursor: default;
}

/* line 2410, ../sass/styles.scss */
::selection {
  background: #1e7398 !important;
  color: #fff;
}

/* line 2411, ../sass/styles.scss */
::-moz-selection {
  background: #1e7398 !important;
  color: #fff;
}

/* line 2412, ../sass/styles.scss */
#content a[href*="tel"] {
  color: inherit;
}

/* line 2414, ../sass/styles.scss */
::-webkit-input-placeholder {
  color: #6f6f6f;
}

/* line 2415, ../sass/styles.scss */
::-moz-placeholder {
  color: #6f6f6f;
}

/* Firefox 19+ */
/* line 2416, ../sass/styles.scss */
:-moz-placeholder {
  color: #6f6f6f;
}

/* Firefox 18- */
/* line 2417, ../sass/styles.scss */
:-ms-input-placeholder {
  color: #6f6f6f;
}



.heroBlue { 
	width: 100%;
	min-height: 540px;
	height: 100%;
	background-size: cover;
	position: relative;
	display: block;
	z-index: 0;
}


.hero:after,
.heroBlue:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	background: rgba(73,45,101,0.7);
	z-index: -1;
}

.heroBlue:after { background: rgba(73,45,101,0.7); }


.heroBlue h2{
padding-top:150px;
font-size:46px;
color:#fff;
}
.heroBlue p{
color:#fff;
font-size:28px;
}