/*
Theme Name: Difindo
Theme URI: http://template.difindo.itembridge.com/
Author: InfoStyle
Author URI: http://themeforest.net/user/InfoStyle
Description: Difindo responsive theme
Version: 1.0.0
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular-extended
*/
/*------------------------------------------------------------------
[Table of contents]

1. Include Variables styles..............................(Line 62)
2. Include Reset styles..................................(Line 65)
3. Include Typography styles.............................(Line 68)
4. Include ResponsiveSlides styles.......................(Line 71)
5. Content-Block Styles..................................(Line 76)
6. Google Map Canvas.....................................(Line 139)
7. Bounce keyframes for Arrows...........................(Line 156)
8. Cubemove keyframes for Preloader......................(Line 210)
9. Move Effect keyframes for Slider......................(Line 260)
10. Preloader............................................(Line 285)
11. Rslides..............................................(Line 333)
12. Mobile styles........................................(Line 345)
  12.1. Navigation-mobile................................(Line 381)
  12.2. Countdown-mobile.................................(Line 469)
  12.3. Form-notify mobile...............................(Line 496)
  12.4. About mobile.....................................(Line 656)
  12.5. Contact mobile...................................(Line 674)
  12.6. Contact-forms....................................(Line 716)
  12.7. Social...........................................(Line 767)
  12.8. Under Construction Page..........................(Line 798)
13. Tablet Styles........................................(Line 867)
  13.1. Fixed sides......................................(Line 904)
  13.2. Navigation.......................................(Line 928)
  13.2. Countdown........................................(Line 993)
  13.3. Form-notify......................................(Line 1010)
  13.4. Scrolable-div....................................(Line 1033)
  13.5. Contacts.........................................(Line 1044)
  13.6. Social...........................................(Line 1197)
  13.8. Under Construction Page..........................(Line 1106)
14. Tablet Horizontal....................................(Line 1132)
15. Desctop Styles.......................................(Line 1158)
  15.1. Sides............................................(Line 1168)
  15.2. Scrolable-div....................................(Line 1174)
  15.3. Contacts.........................................(Line 1187)
  15.4. Under Construction...............................(Line 1199)
  15.5. Navigation.......................................(Line 1208)
16. Multiscroll Plugin Styles............................(Line 1253)
17. Background Block Styles..............................(Line 1268)
18. Video Background.....................................(Line 1386)
19. Slide contact content................................(Line 1410)
20. Scroll For Container.................................(Line 1489)
21. Home Title...........................................(Line 1496)
22. Retina...............................................(Line 1521)

*/
/* line 1, ../sass/_reset.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/_reset.scss */
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* line 12, ../sass/_reset.scss */
ul, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* line 21, ../sass/_reset.scss */
html,
body,
main,
.site-content,
.pages-wrapper {
  height: 100%;
}

/* line 25, ../sass/_reset.scss */
:focus {
  outline: none;
}

@font-face {
  font-family: 'reckonerregular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/reckoner-webfont.eot");
  src: url("../fonts/reckoner-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/reckoner-webfont.woff2") format("woff2"), url("../fonts/reckoner-webfont.woff") format("woff"), url("../fonts/reckoner-webfont.ttf") format("truetype"), url("../fonts/reckoner-webfont.svg#reckonerregular") format("svg");
}

@font-face {
  font-family: 'reckoner_boldcondensed_bold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/reckoner_bold-webfont.eot");
  src: url("../fonts/reckoner_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/reckoner_bold-webfont.woff2") format("woff2"), url("../fonts/reckoner_bold-webfont.woff") format("woff"), url("../fonts/reckoner_bold-webfont.ttf") format("truetype"), url("../fonts/reckoner_bold-webfont.svg#reckoner_boldcondensed_bold") format("svg");
}

/* line 25, ../sass/_typography.scss */
a {
  color: #b3d335;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
/* line 32, ../sass/_typography.scss */
a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b3d335;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  -moz-transition: opacity 0.3s, bottom 0.3s;
  -o-transition: opacity 0.3s, bottom 0.3s;
  transition: opacity 0.3s, bottom 0.3s;
  pointer-events: none;
}
/* line 46, ../sass/_typography.scss */
a:hover, a.hovered {
  color: #fff;
  text-decoration: none;
}
/* line 50, ../sass/_typography.scss */
a:hover:after, a.hovered:after {
  bottom: 0;
  opacity: 1;
  text-decoration: none;
}
/* line 57, ../sass/_typography.scss */
a:focus {
  text-decoration: none;
  outline: none;
}
/* line 62, ../sass/_typography.scss */
a:active {
  text-decoration: none;
}
/* line 64, ../sass/_typography.scss */
a:active:after {
  opacity: 1;
}
/* line 70, ../sass/_typography.scss */
a:visited, a.visited {
  color: #0066ff;
  text-decoration: none;
}

/* line 76, ../sass/_typography.scss */
img {
  width: 100%;
}

/* line 81, ../sass/_typography.scss */
ol,
ul {
  margin: 11px 0 25px 20px;
  padding: 0;
  color: #b3d335;
  font-weight: bold;
}
/* line 87, ../sass/_typography.scss */
ol li,
ul li {
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 87, ../sass/_typography.scss */
  ol li,
  ul li {
    font-weight: 300;
  }
}
/* line 96, ../sass/_typography.scss */
ol p,
ul p {
  margin: 0;
  line-height: 1em;
}

/* line 102, ../sass/_typography.scss */
ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 106, ../sass/_typography.scss */
ul li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
}
/* line 111, ../sass/_typography.scss */
ul li p {
  line-height: 1.1em;
}
/* line 115, ../sass/_typography.scss */
ul li:before {
  content: "+";
  position: absolute;
  font-weight: bold;
  left: 3px;
  top: -1px;
}

/* line 126, ../sass/_typography.scss */
ol li p {
  line-height: 1.22em;
}

/* line 133, ../sass/_typography.scss */
.table-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

/* line 139, ../sass/_typography.scss */
.table-responsive {
  padding-top: 7px;
  border: none;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 145, ../sass/_typography.scss */
  .table-responsive {
    border: none;
  }
}
/* line 150, ../sass/_typography.scss */
table {
  border: 2px solid #b3d335;
  width: 100%;
}
/* line 156, ../sass/_typography.scss */
table th,
table td {
  height: 48px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 156, ../sass/_typography.scss */
  table th,
  table td {
    font-weight: 300;
  }
}
/* line 166, ../sass/_typography.scss */
table th {
  border: 2px solid #b3d335;
  text-transform: uppercase;
  color: #b3d335;
}
/* line 172, ../sass/_typography.scss */
table td {
  height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 2px solid #b3d335;
}

/* line 179, ../sass/_typography.scss */
blockquote {
  border: none;
  font-style: italic;
}
/* line 183, ../sass/_typography.scss */
blockquote p {
  color: #69748d;
}
/* line 187, ../sass/_typography.scss */
blockquote span {
  color: #b3d335;
  font-weight: 400;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 187, ../sass/_typography.scss */
  blockquote span {
    font-weight: 300;
  }
}

/* line 196, ../sass/_typography.scss */
input[type="text"], input[type="email"], input[type="password"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 196, ../sass/_typography.scss */
  input[type="text"], input[type="email"], input[type="password"] {
    font-weight: 300;
  }
}
/* line 209, ../sass/_typography.scss */
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: #fff;
}
/* line 213, ../sass/_typography.scss */
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
/* line 218, ../sass/_typography.scss */
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
/* line 223, ../sass/_typography.scss */
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #fff;
}
/* line 226, ../sass/_typography.scss */
input[type="text"].error, input[type="email"].error, input[type="password"].error {
  border-color: #c33;
}
/* line 229, ../sass/_typography.scss */
input[type="text"].error, input[type="email"].error, input[type="password"].error {
  color: #c33;
}
/* line 231, ../sass/_typography.scss */
input[type="text"].error::-webkit-input-placeholder, input[type="email"].error::-webkit-input-placeholder, input[type="password"].error::-webkit-input-placeholder {
  color: #c33;
}
/* line 235, ../sass/_typography.scss */
input[type="text"].error:-moz-placeholder, input[type="email"].error:-moz-placeholder, input[type="password"].error:-moz-placeholder {
  /* Firefox 18- */
  color: #c33;
  opacity: 1;
}
/* line 240, ../sass/_typography.scss */
input[type="text"].error::-moz-placeholder, input[type="email"].error::-moz-placeholder, input[type="password"].error::-moz-placeholder {
  /* Firefox 19+ */
  color: #c33;
  opacity: 1;
}
/* line 245, ../sass/_typography.scss */
input[type="text"].error:-ms-input-placeholder, input[type="email"].error:-ms-input-placeholder, input[type="password"].error:-ms-input-placeholder {
  color: #c33;
}

/* line 251, ../sass/_typography.scss */
input::-ms-clear {
  display: none;
}

/* line 255, ../sass/_typography.scss */
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #fff;
  resize: none;
  width: 100%;
  padding: 10px 20px 5px 20px;
  font-weight: 400;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 255, ../sass/_typography.scss */
  textarea {
    font-weight: 300;
  }
}
/* line 268, ../sass/_typography.scss */
textarea::-webkit-input-placeholder {
  color: #fff;
}
/* line 272, ../sass/_typography.scss */
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
/* line 277, ../sass/_typography.scss */
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
/* line 282, ../sass/_typography.scss */
textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 309, ../sass/_typography.scss */
button,
.button {
  text-indent: 1px;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 18px;
  height: 50px;
  color: #b3d335;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 309, ../sass/_typography.scss */
  button,
  .button {
    font-weight: 300;
  }
}
/* line 324, ../sass/_typography.scss */
button span,
.button span {
  display: inline-block;
  position: relative;
}
/* line 330, ../sass/_typography.scss */
button:hover, button.hover,
.button:hover,
.button.hover {
  color: #fff;
}
/* line 335, ../sass/_typography.scss */
button:active, button.active,
.button:active,
.button.active {
  color: #fff;
}
/* line 338, ../sass/_typography.scss */
button:active span, button.active span,
.button:active span,
.button.active span {
  top: 2px;
}

/* line 344, ../sass/_typography.scss */
label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 344, ../sass/_typography.scss */
  label {
    font-weight: 300;
  }
}

/* line 355, ../sass/_typography.scss */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
/* line 362, ../sass/_typography.scss */
input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  border-color: #353d56;
}
/* line 368, ../sass/_typography.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
/* line 373, ../sass/_typography.scss */
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: '';
  border: 2px solid #b3d335;
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
}

/* line 389, ../sass/_typography.scss */
input[type="radio"] + label:before {
  border-radius: 50%;
}

/* line 398, ../sass/_typography.scss */
input[type="checkbox"]:checked + label:before {
  background-image: url(../img/tick.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center 30%;
}

/* line 410, ../sass/_typography.scss */
input[type="radio"]:checked + label:before {
  background-color: #fff;
  box-shadow: 0 0 0 5px #000 inset;
}

/* line 417, ../sass/_typography.scss */
.select {
  cursor: pointer;
  position: relative;
  color: #fff;
  width: 100%;
  border-bottom: 2px solid #fff;
  font-weight: 400;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 417, ../sass/_typography.scss */
  .select {
    font-weight: 300;
  }
}
/* line 428, ../sass/_typography.scss */
.select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
/* line 434, ../sass/_typography.scss */
.select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}
/* line 443, ../sass/_typography.scss */
.select .select-styled:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #b3d335;
  border-radius: 50%;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 #b3d335;
  -moz-box-shadow: 0 0 0 0 #b3d335;
  box-shadow: 0 0 0 0 #b3d335;
  -webkit-transition: -webkit-box-shadow 0.1s;
  -moz-transition: -moz-box-shadow 0.1s;
  transition: box-shadow 0.1s;
}
/* line 463, ../sass/_typography.scss */
.select .select-styled:hover:after {
  -webkit-box-shadow: 0 0 0 2px #b3d335;
  -moz-box-shadow: 0 0 0 2px #b3d335;
  box-shadow: 0 0 0 2px #b3d335;
}
/* line 471, ../sass/_typography.scss */
.select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: #b3d335;
}
/* line 483, ../sass/_typography.scss */
.select .select-options li {
  border-bottom: 2px solid #fff;
  color: #69748d;
  font-weight: 400;
  margin: 0 0 0 20px;
  padding: 10px 0;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 483, ../sass/_typography.scss */
  .select .select-options li {
    font-weight: 300;
  }
}
/* line 494, ../sass/_typography.scss */
.select .select-options li:before {
  content: "";
}
/* line 499, ../sass/_typography.scss */
.select .select-options li:hover, .select .select-options li.hover {
  color: #444C5C;
}
/* line 502, ../sass/_typography.scss */
.select .select-options li[rel="hide"] {
  display: none;
}
/* line 505, ../sass/_typography.scss */
.select .select-options li:last-of-type {
  border: none;
}

@media only screen and (min-width: 50px) {
  /* line 520, ../sass/_typography.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #00984A;
    font-family: reckonerregular, sans-serif;
    font-weight: normal;
    line-height: 0.9em;
    letter-spacing: 1.5px;
  }
  /* line 527, ../sass/_typography.scss */
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    color: #fff;
  }

  /* line 532, ../sass/_typography.scss */
  h1 {
    font-size: 50px;
    margin: 0 0 15px 0;
  }
  /* line 540, ../sass/_typography.scss */
  h2 {
    font-size: 40px;
    margin: 30px 0 20px 0;
  }
  /* line 548, ../sass/_typography.scss */
  h3 {
    font-size: 36px;
    margin: 30px 0 18px 0;
  }

  /* line 553, ../sass/_typography.scss */
  h4 {
    font-size: 30px;
    letter-spacing: 1.1px;
    margin: 20px 0 19px 0;
  }

  /* line 559, ../sass/_typography.scss */
  h5 {
    font-size: 24px;
    margin: 30px 0 19px 0;
  }

  /* line 564, ../sass/_typography.scss */
  h6 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  /* line 569, ../sass/_typography.scss */
  p {
    color: #fdfdfd;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 9px;
    font-size: 16px;
  }
  /* line 583, ../sass/_typography.scss */
  figure figcaption {
    padding: 12px 19px 0 19px;
    font-style: italic;
  }
  /* line 586, ../sass/_typography.scss */
  figure figcaption p {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 590, ../sass/_typography.scss */
  figure figcaption p strong {
    color: #b3d335;
  }

  /* line 597, ../sass/_typography.scss */
  blockquote {
    padding: 0 20px;
    margin: 17px 0 20px 0;
  }
  /* line 601, ../sass/_typography.scss */
  blockquote p {
    margin-bottom: 5px;
  }
  /* line 605, ../sass/_typography.scss */
  blockquote span {
    font-size: 16px;
  }

  /* line 610, ../sass/_typography.scss */
  input[type="text"], input[type="email"] {
    font-size: 16px;
    height: 32px;
  }

  /* line 615, ../sass/_typography.scss */
  .select {
    height: 32px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  /* line 620, ../sass/_typography.scss */
  .select .select-styled {
    line-height: 1.7em;
  }
  /* line 623, ../sass/_typography.scss */
  .select .select-styled:after {
    right: 3px;
    top: 14px;
  }

  /* line 630, ../sass/_typography.scss */
  textarea {
    height: 120px;
    font-size: 16px;
    margin: 0 0 12px 0;
  }

  /* line 636, ../sass/_typography.scss */
  button {
    margin: 0 auto 16px auto;
    width: 140px;
  }

  /* line 641, ../sass/_typography.scss */
  label {
    margin-bottom: 8px;
  }

  /* line 647, ../sass/_typography.scss */
  .table-wrapper .table-content {
    width: 940px;
  }

  /* line 654, ../sass/_typography.scss */
  .contacts .write-us {
    margin-bottom: 0;
  }

  /* line 659, ../sass/_typography.scss */
  .copyright {
    font-size: 10px;
    font-weight: normal;
  }

  /* line 665, ../sass/_typography.scss */
  .under-construction .write-us {
    margin-top: 20px;
  }
  /* line 669, ../sass/_typography.scss */
  .under-construction .copyright {
    font-size: 10px;
  }
}
@media only screen and (min-width: 50px) and (max-height: 479px) {
  /* line 532, ../sass/_typography.scss */
  h1 {
    margin: 20px 0 15px 0;
  }
}

@media only screen and (min-width: 50px) and (max-height: 479px) {
  /* line 540, ../sass/_typography.scss */
  h2 {
    margin: 20px 0 15px 0;
  }
}

@media only screen and (min-width: 50px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 569, ../sass/_typography.scss */
  p {
    font-weight: 300;
  }
}

@media only screen and (min-width: 768px) {
  /* line 682, ../sass/_typography.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 2.4px;
  }

  /* line 686, ../sass/_typography.scss */
  h1 {
    font-size: 100px;
  }

  /* line 690, ../sass/_typography.scss */
  h2 {
    font-size: 72px;
    letter-spacing: 1.7px;
    margin: 30px 0 26px 0;
  }

  /* line 696, ../sass/_typography.scss */
  h3 {
    font-size: 60px;
    letter-spacing: 1.4px;
  }

  /* line 701, ../sass/_typography.scss */
  h4 {
    font-size: 48px;
    letter-spacing: 1.3px;
  }

  /* line 706, ../sass/_typography.scss */
  h5 {
    font-size: 36px;
    letter-spacing: 1px;
  }

  /* line 711, ../sass/_typography.scss */
  h6 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
  }

  /* line 717, ../sass/_typography.scss */
  p {
    font-size: 18px;
    margin-bottom: 19px;
    line-height: 1.7em;
  }

  /* line 723, ../sass/_typography.scss */
  blockquote {
    position: relative;
    padding: 0 30px;
    margin: 20px 20px 50px 20px;
  }
  /* line 729, ../sass/_typography.scss */
  blockquote:before {
    content: " ";
    height: 100%;
    width: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b3d335;
  }
  /* line 740, ../sass/_typography.scss */
  blockquote p {
    line-height: 1.34em;
    margin-bottom: 12px;
  }
  /* line 745, ../sass/_typography.scss */
  blockquote span {
    font-size: 18px;
  }

  /* line 750, ../sass/_typography.scss */
  input[type="text"] {
    font-size: 18px;
    height: 44px;
  }

  /* line 755, ../sass/_typography.scss */
  .select {
    height: 42px;
    font-size: 18px;
    margin-bottom: 49px;
  }
  /* line 760, ../sass/_typography.scss */
  .select .select-styled {
    letter-spacing: -0.2px;
    line-height: 2em;
  }
  /* line 764, ../sass/_typography.scss */
  .select .select-styled:after {
    top: 20px;
    right: 3px;
  }

  /* line 771, ../sass/_typography.scss */
  textarea {
    height: 120px;
    font-size: 18px;
    margin: 0 0 24px 0;
  }

  /* line 777, ../sass/_typography.scss */
  button {
    margin: 0 auto 80px auto;
  }

  /* line 781, ../sass/_typography.scss */
  figure {
    width: 290px;
    float: left;
    margin-right: 45px;
  }
  /* line 786, ../sass/_typography.scss */
  figure figcaption {
    padding: 17px 16px 0 24px;
  }
  /* line 789, ../sass/_typography.scss */
  figure figcaption p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  /* line 797, ../sass/_typography.scss */
  .figure-text {
    padding-top: 20px;
  }

  /* line 801, ../sass/_typography.scss */
  label {
    margin-bottom: 34px;
  }

  /* line 806, ../sass/_typography.scss */
  ol,
  ul {
    margin: 35px 0 25px 20px;
  }

  /* line 812, ../sass/_typography.scss */
  .contacts .copyright {
    font-size: 12px;
  }

  /* line 820, ../sass/_typography.scss */
  .under-construction-page .copyright {
    text-align: right;
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 0.1px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 831, ../sass/_typography.scss */
  figure {
    width: 320px;
    margin-right: 58px;
  }
  /* line 835, ../sass/_typography.scss */
  figure figcaption {
    padding: 17px 30px 0 24px;
  }

  /* line 840, ../sass/_typography.scss */
  button {
    width: 100%;
  }

  /* line 846, ../sass/_typography.scss */
  .table-wrapper .table-content {
    width: 100%;
  }

  /* line 851, ../sass/_typography.scss */
  blockquote {
    margin: 30px 30px 50px 30px;
  }
}
/* RS Slider 
-------------------------------------------------------------------------*/
/* line 3, ../sass/_responsive-slides.scss */
.rslides {
  height: 100%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: -1;
}
/* line 13, ../sass/_responsive-slides.scss */
.rslides li {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
/* line 26, ../sass/_responsive-slides.scss */
.rslides li:first-child {
  display: block;
  float: left;
  position: relative;
}
/* line 32, ../sass/_responsive-slides.scss */
.rslides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

/* line 41, ../sass/_responsive-slides.scss */
#rslides-1 {
  z-index: 1;
}

/* Content-Block Styles 
-------------------------------------------------------------*/
/* line 78, ../sass/style.scss */
.content-block {
  display: table;
  float: right;
  max-width: 600px;
  height: 100%;
  padding-bottom: 70px;
  width: 100%;
  z-index: 1;
  position: relative;
}
/* line 87, ../sass/style.scss */
.content-block .inner-block {
  display: table-row;
}
/* line 89, ../sass/style.scss */
.content-block .inner-block > .container-fluid {
  display: table-cell;
  vertical-align: middle;
}
/* line 94, ../sass/style.scss */
.content-block.under-construction {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

/* line 101, ../sass/style.scss */
.ms-right .content-block {
  float: left;
}
@media (min-width: 992px) {
  /* line 104, ../sass/style.scss */
  .ms-right .content-block .inner-block > .container-fluid {
    padding-left: 15%;
  }
}

@media (max-width: 767px) {
  /* line 113, ../sass/style.scss */
  .content-block {
    max-width: 100%;
    float: none;
    padding: 0 10px 50px 10px;
  }
}
@media (min-width: 768px) {
  /* line 120, ../sass/style.scss */
  .content-block {
    max-width: 720px;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  /* line 127, ../sass/style.scss */
  .content-block {
    max-width: 480px;
    float: right;
  }
}
@media (min-width: 1200px) {
  /* line 133, ../sass/style.scss */
  .content-block {
    max-width: 600px;
  }
}
/* Google Map Canvas 
------------------------------------------------------------*/
/* line 141, ../sass/style.scss */
.map-canvas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #10131c !important;
}
/* line 148, ../sass/style.scss */
.map-canvas > div {
  opacity: 0.25;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 141, ../sass/style.scss */
  .map-canvas {
    width: 50% !important;
  }
}

/* Bounce keyframes for Arrows
-------------------------------------------------------------*/
@-moz-keyframes bounce {
  /* line 159, ../sass/style.scss */
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 163, ../sass/style.scss */
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 167, ../sass/style.scss */
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes bounce {
  /* line 174, ../sass/style.scss */
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 178, ../sass/style.scss */
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 182, ../sass/style.scss */
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  /* line 189, ../sass/style.scss */
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 195, ../sass/style.scss */
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 201, ../sass/style.scss */
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* Cubemove keyframes for Preloader
-------------------------------------------------------------*/
@-webkit-keyframes cubemove {
  /* line 213, ../sass/style.scss */
  25% {
    -webkit-transform: translateX(42px) scale(0.5);
  }

  /* line 214, ../sass/style.scss */
  50% {
    -webkit-transform: translateX(42px) translateY(42px);
  }

  /* line 215, ../sass/style.scss */
  75% {
    -webkit-transform: translateX(0px) translateY(42px) scale(0.5);
  }

  /* line 216, ../sass/style.scss */
  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes cubemove {
  /* line 220, ../sass/style.scss */
  25% {
    transform: translateX(42px) scale(0.5);
  }

  /* line 221, ../sass/style.scss */
  50% {
    transform: translateX(42px) translateY(42px);
  }

  /* line 222, ../sass/style.scss */
  75% {
    transform: translateX(0px) translateY(42px) scale(0.5);
  }

  /* line 223, ../sass/style.scss */
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes cubemoveS {
  /* line 227, ../sass/style.scss */
  0% {
    -webkit-transform: translateX(42px) translateY(42px);
  }

  /* line 228, ../sass/style.scss */
  25% {
    -webkit-transform: translateX(0px) translateY(42px) scale(0.5);
  }

  /* line 229, ../sass/style.scss */
  50% {
    -webkit-transform: translateX(0px) translateY(0px);
  }

  /* line 230, ../sass/style.scss */
  75% {
    -webkit-transform: translateX(42px) translateY(0px) scale(0.5);
  }

  /* line 231, ../sass/style.scss */
  100% {
    -webkit-transform: translateX(42px) translateY(42px);
  }
}

@keyframes cubemoveS {
  /* line 235, ../sass/style.scss */
  0% {
    transform: translateX(42px) translateY(42px);
  }

  /* line 236, ../sass/style.scss */
  25% {
    transform: translateX(0px) translateY(42px) scale(0.5);
  }

  /* line 237, ../sass/style.scss */
  50% {
    transform: translateX(0px) translateY(0px);
  }

  /* line 238, ../sass/style.scss */
  75% {
    transform: translateX(42px) translateY(0px) scale(0.5);
  }

  /* line 239, ../sass/style.scss */
  100% {
    transform: translateX(42px) translateY(42px);
  }
}

@-webkit-keyframes move_effect {
  /* line 244, ../sass/style.scss */
  0% {
    -webkit-transform: rotate(0deg) translateZ(0px);
    transform: rotate(0deg) translateZ(0px);
  }

  /* line 249, ../sass/style.scss */
  50% {
    -webkit-transform: rotate(3deg) translateZ(20px);
    transform: rotate(3deg) translateZ(20px);
  }

  /* line 254, ../sass/style.scss */
  100% {
    -webkit-transform: rotate(0deg) translateZ(0px);
    transform: rotate(0deg) translateZ(0px);
  }
}

/* Move Effect keyframes for Slider
-------------------------------------------------------------*/
@keyframes move_effect {
  /* line 263, ../sass/style.scss */
  0% {
    -webkit-transform: rotate(0deg) translateZ(0px);
    transform: rotate(0deg) translateZ(0px);
  }

  /* line 268, ../sass/style.scss */
  50% {
    -webkit-transform: rotate(3deg) translateZ(20px);
    transform: rotate(3deg) translateZ(20px);
  }

  /* line 273, ../sass/style.scss */
  100% {
    -webkit-transform: rotate(0deg) translateZ(0px);
    transform: rotate(0deg) translateZ(0px);
  }
}

/* header */
/* line 280, ../sass/style.scss */
#header {
  position: relative;
  z-index: 99;
}

/* Preloader
-------------------------------------------------------------*/
/* line 287, ../sass/style.scss */
.preloader {
  background-color: #10131c;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 999;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 297, ../sass/style.scss */
.preloader .cube1,
.preloader .cube2 {
  background-color: #b3d335;
  border-radius: 50%;
  height: 10px;
  left: 48%;
  position: absolute;
  top: 48%;
  width: 10px;
}
@media (max-width: 992px) {
  /* line 297, ../sass/style.scss */
  .preloader .cube1,
  .preloader .cube2 {
    left: 47%;
  }
}
@media (max-width: 768px) {
  /* line 297, ../sass/style.scss */
  .preloader .cube1,
  .preloader .cube2 {
    left: 45%;
  }
}
@media (max-width: 480px) {
  /* line 297, ../sass/style.scss */
  .preloader .cube1,
  .preloader .cube2 {
    left: 42%;
  }
}
/* line 315, ../sass/style.scss */
.preloader .cube1 {
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
/* line 318, ../sass/style.scss */
.preloader .cube1 span {
  display: none;
}
/* line 321, ../sass/style.scss */
.preloader .cube2 {
  -webkit-animation: cubemoveS 1.8s infinite ease-in-out;
  animation: cubemoveS 1.8s infinite ease-in-out;
}

/* line 327, ../sass/style.scss */
.no-visible {
  opacity: 0;
  z-index: -1;
}

/* Rslides
-------------------------------------------------------------*/
/* line 335, ../sass/style.scss */
.rslides-1.start {
  -webkit-perspective: 200px;
  perspective: 200px;
}
/* line 338, ../sass/style.scss */
.rslides-1.start li {
  -webkit-animation: 25s move_effect linear infinite;
  animation: 25s move_effect linear infinite;
}

/* MOBILE */
/* MOBILE */
@media only screen and (min-width: 50px) {
  /* line 350, ../sass/style.scss */
  .map-canvas {
    width: 100%;
  }

  /* line 355, ../sass/style.scss */
  main,
  .bg-content {
    padding: 0 0 50px 0;
  }

  /* line 359, ../sass/style.scss */
  .typography {
    padding: 40px 0;
  }

  /* line 363, ../sass/style.scss */
  .content {
    margin: 20px 0;
  }

  /* line 369, ../sass/style.scss */
  .bg-pages .bg-about .dark-bg {
    left: 0;
    width: 100%;
  }

  /* line 376, ../sass/style.scss */
  .logo {
    height: 62px;
    width: 200px;
	margin: 20px;
  }

  /* line 382, ../sass/style.scss */
  nav {
    /*background-color: #10131c;*/
    bottom: 0;
    display: table;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1;
  }
  /* line 392, ../sass/style.scss */
  nav .nav {
    display: table-cell;
    list-style: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  /* line 399, ../sass/style.scss */
  nav .nav .menu-item {
    display: inline-block;
    height: inherit;
    top: 0;
    vertical-align: middle;
  }
  /* line 405, ../sass/style.scss */
  nav .nav .menu-item a {
    height: 100%;
    line-height: 25px;
  }
  /* line 408, ../sass/style.scss */
  nav .nav .menu-item a:after {
    display: none;
  }
  /* line 413, ../sass/style.scss */
  nav .nav .menu-item:first-child {
    left: 20px;
    position: absolute;
    top: 14px;
  }
  /* line 418, ../sass/style.scss */
  nav .nav .menu-item:first-child a {
    float: right;
  }
  /* line 423, ../sass/style.scss */
  nav .nav .menu-item:last-child {
    position: absolute;
    right: 20px;
    text-align: left;
    top: 14px;
  }
  /* line 428, ../sass/style.scss */
  nav .nav .menu-item:last-child a {
    float: left;
  }
  /* line 435, ../sass/style.scss */
  nav .nav.logo-only .menu-item {
    left: 0;
    position: relative;
    right: 0;
  }
  /* line 442, ../sass/style.scss */
  nav .nav .nav-arr {
    display: inline-block;
  }
  /* line 470, ../sass/style.scss */
  .countdown {
    border-color: transparent;
    position: relative;
    width: 100%;
  }
  /* line 475, ../sass/style.scss */
  .countdown:before, .countdown:after {
    content: '';
    display: block;
    height: 17px;
    position: absolute;
    top: 0px;
    width: 20px;
  }
  /* line 484, ../sass/style.scss */
  .countdown:before {
    background: url(../img/chamfer.svg) no-repeat;
    left: 0px;
  }
  /* line 489, ../sass/style.scss */
  .countdown:after {
    right: 1px;
    background: url(../img/chamfer1.svg) no-repeat;
  }

  /* line 497, ../sass/style.scss */
  .form-notify {
    border: 2px solid #fff;
    margin-top: 19px;
    position: relative;
    -webkit-transition: border-color 0.1s;
    -moz-transition: border-color 0.1s;
    -o-transition: border-color 0.1s;
    transition: border-color 0.1s;
  }
  /* line 503, ../sass/style.scss */
  .form-notify .placeholder-sim {
    cursor: pointer;
    height: 100%;
    left: 0px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
  /* line 513, ../sass/style.scss */
  .form-notify .placeholder-sim p {
    color: #b3d335;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 36px;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: color 1s, opacity 1s, -webkit-transform 1s;
    -moz-transition: color 1s, opacity 1s, -moz-transform 1s;
    -o-transition: color 1s, opacity 1s, -o-transform 1s;
    transition: color 1s, opacity 1s, transform 1s;
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  /* line 534, ../sass/style.scss */
  .form-notify .placeholder-sim:hover p {
    color: #fff;
  }
  /* line 540, ../sass/style.scss */
  .form-notify .text-notify {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    height: 36px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
    text-indent: 12px;
    width: 100%;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
    margin-left: -10px;
    overflow: hidden;
  }
  /* line 557, ../sass/style.scss */
  .form-notify .button-notify {
    background-color: transparent;
    background-image: url(../img/notify-arrow-w.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 11px auto;
    border: none;
    font-size: 14px;
    height: 100%;
    line-height: 36px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 21px;
    top: 0;
    width: 25%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  /* line 577, ../sass/style.scss */
  .form-notify.onfocus .placeholder-sim {
    cursor: text;
  }
  /* line 579, ../sass/style.scss */
  .form-notify.onfocus .placeholder-sim p {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  /* line 587, ../sass/style.scss */
  .form-notify.onfocus .button-notify {
    opacity: 1;
  }
  /* line 593, ../sass/style.scss */
  .form-notify.typing .button-notify {
    background-image: url(../img/notify-arrow-y.svg);
  }
  /* line 598, ../sass/style.scss */
  .form-notify .message {
    display: none;
  }
  /* line 601, ../sass/style.scss */
  .form-notify.error {
    border-color: #c33;
  }
  /* line 607, ../sass/style.scss */
  .form-notify.form-message.error {
    border-color: #c33;
  }
  /* line 610, ../sass/style.scss */
  .form-notify.form-message.error .text-notify {
    color: #FF3C3C;
  }
  /* line 614, ../sass/style.scss */
  .form-notify.form-message.error .message {
    text-transform: capitalize;
    color: #fff;
    display: inline;
  }
  /* line 620, ../sass/style.scss */
  .form-notify.form-message.error .button-notify {
    background-image: url(../img/notify-arrow-w.svg);
  }
  /* line 629, ../sass/style.scss */
  .form-notify.form-message.success .placeholder-sim p {
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
    color: #23d40c;
  }
  /* line 640, ../sass/style.scss */
  .form-notify .form-message {
    display: none !important;
  }
  /* line 645, ../sass/style.scss */
  .form-notify.onfocus .form-message {
    color: #fff;
    display: block !important;
    position: absolute;
    right: 50px;
    text-transform: capitalize;
    top: 13px;
  }

  /* line 659, ../sass/style.scss */
  .scrolable-div.text-block {
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    z-index: 99;
  }
  /* line 668, ../sass/style.scss */
  .scrolable-div.text-block .ps-scrollbar-y-rail {
    background-color: transparent;
  }

  /* line 676, ../sass/style.scss */
  .contact-pages {
    list-style: none;
  }

  /* line 682, ../sass/style.scss */
  .contacts h1 {
    margin-bottom: 0px;
  }
  /* line 686, ../sass/style.scss */
  .contacts a {
    color: #fff;
  }
  /* line 688, ../sass/style.scss */
  .contacts a:after {
    background-color: transparent;
  }
  /* line 693, ../sass/style.scss */
  .contacts .cdata-name {
    color: #b3d335;
    font-size: 14px;
    margin: 10px 0 4px 0;
    text-transform: uppercase;
  }
  /* line 700, ../sass/style.scss */
  .contacts p {
    font-size: 14px;
    margin: 0;
  }
  /* line 705, ../sass/style.scss */
  .contacts .copyright {
    font-size: 10px;
  }

  /* line 711, ../sass/style.scss */
  .block-info.contacts {
    padding-top: 15px;
  }

  /* line 717, ../sass/style.scss */
  .contact-form {
    display: block;
    margin-bottom: 25px;
    padding-top: 15px;
    width: 100%;
  }
  /* line 723, ../sass/style.scss */
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    font-size: 14px;
  }
  /* line 727, ../sass/style.scss */
  .contact-form input[type="text"] {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
  /* line 733, ../sass/style.scss */
  .contact-form .textarea {
    display: block;
    height: 80px;
    margin: 10px 0 0 0;
    padding: 8px 20px 5px 14px;
    width: 100%;
  }
  /* line 741, ../sass/style.scss */
  .contact-form .submit {
    display: block;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: -2px 0 0 0;
    width: 121px;
  }
  /* line 749, ../sass/style.scss */
  .contact-form .message {
    display: none;
    line-height: 46px;
    margin-left: 30px;
  }
  /* line 754, ../sass/style.scss */
  .contact-form .message.success {
    color: #00b600;
  }
  /* line 757, ../sass/style.scss */
  .contact-form .message.error {
    color: #ff5700;
  }

  /* line 763, ../sass/style.scss */
  .write-us {
    font-size: 50px;
  }

  /* line 768, ../sass/style.scss */
  .social {
    margin-bottom: 3px;
  }
  /* line 771, ../sass/style.scss */
  .social a {
    display: inline-block;
    font-size: 16px;
    margin-right: 22px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    color: #fff;
  }
  /* line 779, ../sass/style.scss */
  .social a:last-child {
    margin-right: 0;
  }
  /* line 783, ../sass/style.scss */
  .social a:after {
    background-color: transparent;
  }
  /* line 787, ../sass/style.scss */
  .social a:visited {
    color: #fff;
  }
  /* line 791, ../sass/style.scss */
  .social a:hover {
    color: #b3d335;
  }

  /* line 801, ../sass/style.scss */
  .under-construction-page section {
    height: 100%;
    position: relative;
  }
  /* line 805, ../sass/style.scss */
  .under-construction-page h1 {
    margin: 0;
  }
  /* line 809, ../sass/style.scss */
  .under-construction-page .cdata-name {
    color: #b3d335;
    font-size: 18px;
    margin: 15px 0 8px 0;
    text-transform: uppercase;
  }
  /* line 816, ../sass/style.scss */
  .under-construction-page p {
    font-size: 14px;
    margin: 0 0 6px 0;
  }
  /* line 821, ../sass/style.scss */
  .under-construction-page a {
    color: #fff;
  }
  /* line 824, ../sass/style.scss */
  .under-construction-page a:after {
    background-color: transparent;
  }
  /* line 829, ../sass/style.scss */
  .under-construction-page .pages-list {
    width: 100%;
    overflow: inherit;
  }
  /* line 833, ../sass/style.scss */
  .under-construction-page .pages-list .page-item {
    height: 100%;
    overflow: inherit;
    width: 100%;
  }

  /* line 840, ../sass/style.scss */
  .footer-position .footer-block {
    bottom: 15px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (min-width: 50px) and (max-width: 767px) {
  /* line 448, ../sass/style.scss */
  nav .nav .nav-arr.left-arr .arr-svg polyline {
    stroke: #b3d335;
  }
}
@media only screen and (min-width: 50px) and (max-width: 767px) {
  /* line 458, ../sass/style.scss */
  nav .nav .nav-arr.right-arr .arr-svg polyline {
    stroke: #b3d335;
  }
}

@media only screen and (min-width: 50px) and (max-width: 767px) {
  /* line 659, ../sass/style.scss */
  .scrolable-div.text-block {
    padding-right: 0;
  }
}
/* line 850, ../sass/style.scss */
.uc-scroll {
  overflow: hidden;
}

/* line 853, ../sass/style.scss */
.pages-list {
  height: 100%;
}

/* line 856, ../sass/style.scss */
.under-construction {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 862, ../sass/style.scss */
.wrapper-content {
  display: table-cell;
  vertical-align: middle;
}

/* TABLET */
/* TABLET */
@media only screen and (min-width: 768px) {
  /* line 875, ../sass/style.scss */
  main,
  .bg-content {
    padding: 8px 8px 70px 8px;
  }

  /* line 879, ../sass/style.scss */
  .logo {
    width: 200px;
    height: 62px;
	margin: 20px;
  }

  /* line 884, ../sass/style.scss */
  .content {
    margin: 20px 0;
  }

  /* line 890, ../sass/style.scss */
  .home h1 {
    margin: 0;
  }
  /* line 894, ../sass/style.scss */
  .home .inner-content {
    width: 600px;
  }

  /* line 899, ../sass/style.scss */
  .bg-pages {
    float: left;
    width: 50%;
  }

  /* line 905, ../sass/style.scss */
  .sides {
    background-color: #10131c;
    height: 8px;
    position: fixed;
    width: 8px;
    z-index: 1;
  }
  /* line 912, ../sass/style.scss */
  .sides.left-side {
    height: 100%;
    left: 0;
  }
  /* line 917, ../sass/style.scss */
  .sides.top-side {
    top: 0;
    width: 100%;
  }
  /* line 922, ../sass/style.scss */
  .sides.right-side {
    height: 100%;
    right: 0;
  }

  /* line 929, ../sass/style.scss */
  nav {
    height: 70px;
  }
  /* line 934, ../sass/style.scss */
  nav .nav .menu-item {
    margin: 0 61px;
  }
  /* line 937, ../sass/style.scss */
  nav .nav .menu-item:first-child, nav .nav .menu-item:last-child {
    position: static;
    width: 150px;
  }
  /* line 942, ../sass/style.scss */
  nav .nav .menu-item .nav-text {
    color: #333b53;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, opacity 0.2s;
    transition: color 0.2s, opacity 0.2s;
  }
  /* line 956, ../sass/style.scss */
  nav .nav .menu-item a:hover .nav-text {
    color: #b3d335;
    opacity: 1;
  }
  /* line 961, ../sass/style.scss */
  nav .nav .menu-item a:hover .nav-arr {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  /* line 968, ../sass/style.scss */
  nav .nav .menu-item a.no-link:hover .nav-arr {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  /* line 976, ../sass/style.scss */
  nav .nav .nav-arr {
    position: relative;
    top: 3px;
  }
  /* line 980, ../sass/style.scss */
  nav .nav .nav-arr.left-arr {
    margin-left: 20px;
  }
  /* line 984, ../sass/style.scss */
  nav .nav .nav-arr.right-arr {
    margin-right: 20px;
  }

  /* line 990, ../sass/style.scss */
  .touch-device .nav-text {
    display: none !important;
  }

  /* line 994, ../sass/style.scss */
  .countdown {
    margin-top: 13px;
  }
  /* line 999, ../sass/style.scss */
  .countdown .counter-countdown span {
    font: 48px/1em reckonerregular;
    text-transform: uppercase;
  }
  /* line 1005, ../sass/style.scss */
  .countdown .labels-countdown {
    height: 48px;
  }

  /* line 1011, ../sass/style.scss */
  .form-notify {
    margin-top: 43px;
  }
  /* line 1014, ../sass/style.scss */
  .form-notify .text-notify {
    font-size: 14px;
    height: 46px;
    text-indent: 30px;
  }
  /* line 1020, ../sass/style.scss */
  .form-notify .button-notify {
    background-size: 13px auto;
  }
  /* line 1026, ../sass/style.scss */
  .form-notify .placeholder-sim p {
    font-size: 14px;
    line-height: 46px;
  }

  /* line 1035, ../sass/style.scss */
  .scrolable-div.text-block {
    margin-right: 0;
    max-height: 500px;
    position: relative;
    width: 353px;
    z-index: 999999999999;
  }

  /* line 1046, ../sass/style.scss */
  .contacts h1 {
    margin-bottom: -9px;
  }
  /* line 1050, ../sass/style.scss */
  .contacts p {
    line-height: 18px;
    margin: 6px 0 0 0;
  }
  /* line 1055, ../sass/style.scss */
  .contacts .cdata-name {
    margin: 34px 0 6px 0;
  }

  /* line 1060, ../sass/style.scss */
  .contact-form {
    margin-bottom: 78px;
    padding-top: 21px;
  }
  /* line 1064, ../sass/style.scss */
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    font-size: 18px;
  }
  /* line 1068, ../sass/style.scss */
  .contact-form input[type="text"] {
    margin-bottom: 6px;
  }
  /* line 1072, ../sass/style.scss */
  .contact-form input[type="email"] {
    margin-bottom: 39px;
  }
  /* line 1076, ../sass/style.scss */
  .contact-form .input-text {
    height: 46px;
    width: 100%;
  }
  /* line 1081, ../sass/style.scss */
  .contact-form .textarea {
    height: 120px;
    padding: 8px 20px 5px 20px;
  }
  /* line 1086, ../sass/style.scss */
  .contact-form .submit {
    height: 50px;
    width: 141px;
    font-size: 18px;
  }

  /* line 1093, ../sass/style.scss */
  .write-us {
    font-size: 100px;
  }

  /* line 1098, ../sass/style.scss */
  .social {
    margin-bottom: 24px;
  }
  /* line 1101, ../sass/style.scss */
  .social a {
    margin-right: 18px;
  }

  /* line 1107, ../sass/style.scss */
  .footer-block {
    margin-top: 15px;
  }

  /* line 1112, ../sass/style.scss */
  .under-construction-page h1 {
    margin: 0 0 -3px 0;
  }
  /* line 1116, ../sass/style.scss */
  .under-construction-page .cdata-name {
    margin: 28px 0 8px 0;
  }
  /* line 1120, ../sass/style.scss */
  .under-construction-page p {
    font-size: 16px;
    margin: 0 0 6px 0;
    line-height: 18px;
  }
  /* line 1126, ../sass/style.scss */
  .under-construction-page .pages-list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 942, ../sass/style.scss */
  nav .nav .menu-item .nav-text {
    font-weight: 300;
  }
}
/* TABLET Horizontal */
/* TABLET Horizontal */
@media only screen and (min-width: 768px) and (max-height: 710px) and (max-width: 991px) {
  /* line 1137, ../sass/style.scss */
  .countdown {
    margin-top: 20px;
  }
  /* line 1140, ../sass/style.scss */
  .countdown .counter-countdown {
    height: 56px;
  }
  /* line 1144, ../sass/style.scss */
  .countdown .labels-countdown {
    height: 36px;
  }

  /* line 1149, ../sass/style.scss */
  .form-notify {
    margin-top: 22px;
  }
  /* line 1152, ../sass/style.scss */
  .form-notify .input-text {
    height: 38px;
  }
}
/* DESCTOP */
/* DESCTOP */
@media only screen and (min-width: 992px) {
  /* line 1164, ../sass/style.scss */
  main,
  .bg-content {
    padding: 12px 12px 70px 12px;
  }

  /* line 1169, ../sass/style.scss */
  .sides {
    height: 12px;
    width: 12px;
  }

  /* line 1176, ../sass/style.scss */
  .scrolable-div.text-block {
    margin-right: 88px;
    width: auto;
  }
  /* line 1190, ../sass/style.scss */
  .contacts .cdata-name {
    margin: 34px 0 2px 0;
  }
  /* line 1193, ../sass/style.scss */
  .contacts .cdata-name:first-child {
    margin: 0 0 2px 0;
  }

  /* line 1202, ../sass/style.scss */
  .under-construction .contact-form {
    padding-top: 79px;
  }

  /* line 1211, ../sass/style.scss */
  nav .nav .nav-arr {
    position: relative;
    top: 3px;
  }
  /* line 1216, ../sass/style.scss */
  nav .nav .nav-arr .arr-svg path {
    fill: #353d56;
    -webkit-transition: fill 0.2s;
    -moz-transition: fill 0.2s;
    -o-transition: fill 0.2s;
    transition: fill 0.2s;
  }
  /* line 1226, ../sass/style.scss */
  nav .nav .menu-item a:hover .arr-svg path {
    fill: #b3d335;
  }
  /* line 1235, ../sass/style.scss */
  nav .nav .menu-item a.no-link:hover .arr-svg path {
    fill: #353d56;
  }
  /* line 1239, ../sass/style.scss */
  nav .nav .menu-item a.no-link:hover .nav-text {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  /* line 1179, ../sass/style.scss */
  .scrolable-div.text-block p {
    padding-right: 100px;
  }
}

/* line 1248, ../sass/style.scss */
.touch-device nav .nav .nav-arr .arr-svg path {
  fill: #b3d335 !important;
}

/* Multiscroll Plugin Styles 
---------------------------------------------------------------------*/
@media (max-width: 991px) {
  /* line 1256, ../sass/style.scss */
  .ms-left {
    width: 100% !important;
  }

  /* line 1259, ../sass/style.scss */
  .ms-right {
    display: none !important;
  }
}
/* line 1264, ../sass/style.scss */
.ms-section {
  position: relative;
}

/* Background Block Styles 
---------------------------------------------------------------------*/
/* line 1270, ../sass/style.scss */
.background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* line 1278, ../sass/style.scss */
.background .layer {
  -webkit-background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 992px) {
  /* line 1289, ../sass/style.scss */
  .background .layer.half-layer {
    left: -50%;
  }
}
@media (max-width: 767px) {
  /* line 1289, ../sass/style.scss */
  .background .layer.half-layer {
    display: none;
  }
}
/* line 1298, ../sass/style.scss */
.background .layer:nth-child(1) {
  z-index: -2;
}
/* line 1301, ../sass/style.scss */
.background .layer:nth-child(2) {
  z-index: 1;
}
/* line 1304, ../sass/style.scss */
.background .layer:nth-child(3) {
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 1313, ../sass/style.scss */
  .ms-left .have-map .background {
    left: 50%;
    width: 50%;
  }
}
/* line 1323, ../sass/style.scss */
.ms-right .background .layer {
  left: auto;
  right: 0;
}
/* line 1330, ../sass/style.scss */
.ms-right .have-map .background .layer {
  width: 100% !important;
}

@media (max-width: 768px) {
  /* line 1339, ../sass/style.scss */
  .have-map .background {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }
  /* line 1347, ../sass/style.scss */
  .have-map.show-left-block .background {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1353, ../sass/style.scss */
  .have-map.show-right-block .background {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 1361, ../sass/style.scss */
  .show-left-block .map-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }
  /* line 1368, ../sass/style.scss */
  .show-left-block .background {
    width: 100%;
    -webkit-transform: -webkit-translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 1376, ../sass/style.scss */
  .show-right-block .map-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    transform: translate3d(-100%, 0, 0) !important;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }
}
/* Video Background 
----------------------------------------------------------------*/
/* line 1388, ../sass/style.scss */
#tubular-container {
  z-index: -1 !important;
}

/* line 1391, ../sass/style.scss */
.container-bg {
  z-index: -1;
}

/* line 1394, ../sass/style.scss */
.background-video {
  height: auto !important;
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  z-index: 1;
}

/* line 1404, ../sass/style.scss */
.no-touch-device .youtube-bg {
  display: none;
}

/* Slide contact content 
---------------------------------------------------------------------*/
@media (max-width: 767px) {
  /* line 1415, ../sass/style.scss */
  .slide-content .content-block .container-fluid > div {
    position: relative;
  }
  /* line 1418, ../sass/style.scss */
  .slide-content .content-block .first-contact-slide {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }
  /* line 1429, ../sass/style.scss */
  .slide-content .content-block .second-contact-slide {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }
  /* line 1442, ../sass/style.scss */
  .slide-content.show-left-block .first-contact-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 1446, ../sass/style.scss */
  .slide-content.show-left-block .second-contact-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1452, ../sass/style.scss */
  .slide-content.show-right-block .first-contact-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 1456, ../sass/style.scss */
  .slide-content.show-right-block .second-contact-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1465, ../sass/style.scss */
h2.write-us {
  margin-top: 0;
}
@media (max-height: 479px) {
  /* line 1465, ../sass/style.scss */
  h2.write-us {
    margin: 20px 0 15px 0;
  }
}

/* line 1473, ../sass/style.scss */
button.show-form, button.hide-form {
  border: none;
  font-size: 14px;
  margin: 10px 0 0px 0;
  width: auto;
  height: 20px;
}
@media (max-height: 479px) {
  /* line 1473, ../sass/style.scss */
  button.show-form, button.hide-form {
    margin: 10px 0 20px 0;
  }
}
/* line 1482, ../sass/style.scss */
button.show-form:active path, button.hide-form:active path {
  fill: #353d56;
}

/* Scroll For Container
----------------------------------------------------*/
/* line 1492, ../sass/style.scss */
.my-scroll {
  overflow: hidden;
}

/* Home Title
---------------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1100px) {
  /* line 1499, ../sass/style.scss */
  .home-titles {
    font-size: 90px;
  }
}
@media (max-height: 630px) {
  /* line 1499, ../sass/style.scss */
  .home-titles {
    font-size: 50px;
  }
}
@media (min-width: 667px) and (max-height: 479px) {
  /* line 1507, ../sass/style.scss */
  .home-titles span:last-of-type {
    display: block;
  }
}
@media (min-width: 753px) and (max-height: 479px) {
  /* line 1512, ../sass/style.scss */
  .home-titles span {
    display: block;
  }
}

/* RETINA 
---------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 1524, ../sass/style.scss */
  .replace-2x {
    opacity: 0;
  }
  /* line 1527, ../sass/style.scss */
  .replace-2x.loaded {
    -webkit-transition: opacity .2s linear;
    opacity: 1;
    transition: opacity .2s linear;
  }
}
/*  my-scroll Fix */
@media (max-width: 767px) {
  /* line 1545, ../sass/style.scss */
  .row.my-scroll .mCSB_container {
    margin-right: 0 !important;
  }
  /* line 1548, ../sass/style.scss */
  .row.my-scroll .mCSB_scrollTools .mCSB_draggerContainer {
    right: -12px !important;
  }
}

/* line 1556, ../sass/style.scss */
.contact .mCustomScrollbar {
  padding-right: 0;
}
/* line 1559, ../sass/style.scss */
.contact .mCustomScrollbar .mCSB_container {
  margin-right: 0 !important;
  padding-right: 10px;
}
/* line 1563, ../sass/style.scss */
.contact .mCustomScrollbar .mCSB_draggerContainer {
  right: -12px;
}
/* line 1569, ../sass/style.scss */
.contact.show-right-block .right-side .mCSB_draggerContainer {
  display: none;
}

/* validate contact-form */
/* line 1579, ../sass/style.scss */
.contact-form label.error {
  display: none !important;
}
