/*!
 * [Frexy Stylesheet]

 * Project: Frexy
 * Version: 1.0.2
 * Last change: 2015-10-06
 */

@charset "UTF-8";
/*------------------------------------------------------------------
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Base styles
//   02. Layout
//   03. Modules
//      03.01. Core CSS
//      03.02. Global Layout
//      03.03. Navigation
//      03.04. Gallery and Photos Module
//      03.05. Custom Libs
//      03.06. Blog
//      03.07. Info blocks
//      03.08. Animation
//      03.09. Other Components
//      03.10. Shop
//      03.11. Education
//      03.12. Portfolio
//      03.13. Contact
//      03.14. Inner pages
//   04. States
//   05. Wordpress Support
-------------------------------------------------------------------*/
/* Base styles
// ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
// Reset styles (normalize.css v3.0.1).
*/
html {
  background-color: transparent;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.2; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

body a:focus {
  outline: 0 none;
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto;
  white-space: pre-wrap; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto;
  resize: none; }
  textarea.resize-vertical {
    resize: vertical; }
  textarea.resize-horizontal {
    resize: horizontal; }
  textarea.resize-both {
    resize: both; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
// Base styles.
*/
button {
  border: 0; }

.b-left {
  float: left; }

.b-right {
  float: right; }

.f-center {
  text-align: center; }

.f-left {
  text-align: left; }

.f-right {
  text-align: right; }

.f-justify {
  text-align: justify; }

a {
  color: #898989;
  text-decoration: none; }
  a:hover {
    color: #72be58;
    text-decoration: none; }
  a:focus {
    color: #898989; }

.b-remaining {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none; }

h1, .h1 {
  font-size: 1.84615em;
  line-height: 1.2; }

h2, .h2 {
  font-size: 1.53846em;
  line-height: 1.2; }

h3, .h3 {
  font-size: 1.38462em;
  line-height: 1.2; }

h4, .h4 {
  font-size: 1.23077em;
  line-height: 1.75; }

h5, .h5 {
  font-size: 1.07692em;
  line-height: 1.71429; }

h6, .h6 {
  font-size: 1.07692em;
  line-height: 1.42857; }

.b-h4-special {
  font-size: 1.07692em;
  line-height: 1.71429;
  color: #72be58;
  text-transform: uppercase; }

.f-h4-special {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px; }

.f-legacy-h1 {
  font-size: 3.23077em;
  line-height: 1;
  margin: 5px 0 20px 0;
  text-transform: uppercase; }

.f-legacy-h2 {
  font-size: 2.30769em;
  line-height: 1.33333;
  color: #666666;
  text-transform: uppercase;
  margin: 5px 0 10px 0; }

.f-legacy-h3 {
  font-size: 1.53846em;
  line-height: 1.2;
  color: #666666;
  margin: 5px 0 10px 0;
  text-transform: uppercase; }

.f-more {
  color: #72be58;
  text-decoration: none; }
  .f-more:hover {
    color: #666666; }

.f-selection {
  color: #72be58; }

.f-small {
  font-size: 0.92308em;
  line-height: 2; }

p {
  font-size: 0.92308em;
  line-height: 2; }

.b-col-default-indent > [class*='col-'] {
  margin-bottom: 30px; }

.b-col-default-indent__top-block {
  margin-top: -15px; }

.f-uppercase {
  text-transform: uppercase; }

.f-none-uppercase {
  text-transform: none; }

@media screen and (max-width: 479px) {
  .col-mini-12 {
    width: 100%; } }

.fa:before {
  font-family: "FontAwesome"; }

.f-c-success {
  color: #00b89a; }

.f-c-warning {
  color: #bf130f; }

.f-size-default {
  font-size: 13px;
  line-height: 1.2; }

.b-img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto; }

.b-img-l {
  float: left;
  margin: 10px 10px 10px 0; }

.b-img-r {
  float: right;
  margin: 10px 0px 10px 10px; }

.j-item-hover-action {
  position: relative; }

body .b-bg-transparent {
  background-color: transparent; }

.b-shadow-container {
  border: 5px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px #b1b1b1; }

body .b-null-bottom-indent {
  margin-bottom: 0;
  padding-bottom: 0; }

body .b-null-top-indent {
  margin-top: 0;
  padding-top: 0; }

@media screen and (max-width: 767px) {
  body .b-null-bottom-indent-xs {
    margin-bottom: 0;
    padding-bottom: 0; } }

[class*='--inherit'] *,
[class*='--inherit'] i {
  color: inherit; }

body .b-radius-null {
  border-radius: 0; }

body .b-radius-2 {
  border-radius: 2px; }

.b-margin-right-default {
  margin-right: 2em; }

.b-margin-right-standard {
  margin-right: 1em; }

.b-margin-left-default {
  margin-left: 2em; }

.b-margin-left-standard {
  margin-left: 1em; }

.b-margin-top-standard {
  margin-top: 1em; }

.b-margin-top-small {
  margin-top: 0.5em; }

.b-margin-bottom-standard {
  margin-bottom: 1em; }

.b-margin-bottom-small {
  margin-bottom: 0.5em; }

body .f-lineheight-small {
  line-height: 1; }

body .f-lineheight-big {
  line-height: 2; }

.b-default-top-indent {
  margin-top: 30px; }

.b-default-bottom-indent {
  margin-bottom: 30px; }

.b-remaining--full-width {
  width: 100%; }

@media screen and (min-width: 768px) {
  .b-column-20p:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-column-20p > .b-column {
    float: left;
    margin-left: 1%;
    width: 19.2%; }
  .b-column-20p > .b-column:first-child, .b-column-20p > .b-column:nth-child(5n+1) {
    margin-left: 0; } }

.b-relative {
  position: relative; }

body .b-align-middle {
  vertical-align: middle; }

.b-align-top {
  vertical-align: top; }

.j-masonry-item {
  padding: 0; }
  .j-masonry-item > div {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 767px) {
    .j-masonry-item {
      width: 100%; } }

body .b-hidden {
  display: none; }

.color-theme-preloader {
  visibility: hidden; }

#home.home {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0px;
  z-index: -1; }

.menu-item-icon {
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  line-height: 12px; }

.menu-item-icon img {
  max-height: 100%;
  width: auto; }

.menu-item-icon i {
  font-family: FontAwesome;
  font-style: inherit; }

.b-top-nav__2level img {
  max-width: 100%;
  height: auto; }

.b-top-nav__2level:first-child > a {
  border-top: 0; }

.fullwidth-without-container div > .row {
  margin-right: 0;
  margin-left: 0; }

.fix-top-indent {
  margin-top: -30px; }

/* Layout styles
// ========================================================================== */
.l-main-container {
  background: #fff;
  position: relative;
  z-index: 1; }

/*
// Boxed.
*/
.l-body-boxed {
  margin: 0 auto; }
  .l-body-boxed header,
  .l-body-boxed .j-fixed-slider,
  .l-body-boxed [data-fixed_top],
  .l-body-boxed #home.home {
    margin: 0 auto; }
  .l-body-boxed .j-fixed-slider,
  .l-body-boxed [data-fixed_top],
  .l-body-boxed .l-main-container {
    overflow: hidden; }

.l-container {
  margin: 0 auto;
  max-width: 1170px; }
  .l-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 1170px) {
    .l-container {
      padding: 0 10px; } }

/*
// Inner container.
*/
.l-inner-page-container {
  padding: 30px 0; }
  .l-inner-page-container + .l-inner-page-container {
    padding-top: 0; }

/*
// Over container (Parallax page)
*/
.b-page-over {
  background: #fff;
  position: relative;
  z-index: 3; }

/*
// Iframe container.
*/
.iframe-container {
  background: url("../img/bg/pattern-lg/pattern_2.png") repeat left top; }
  .iframe-container > body {
    overflow: hidden;
    background: transparent; }

/*
// Iframe container for demo page.
*/
#iframe {
  display: block;
  margin: 0 auto;
  padding-top: 66px; }

/* Fonts classes
// ========================================================================== */
/*
// Primary fonts classes 'Open Sans', sans-serif;
*/
.f-primary {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

.f-primary-it {
  font-style: italic;
  font-weight: normal; }

.f-primary-b-it {
  font-weight: 700;
  font-style: italic; }

.f-primary-sb-it {
  font-weight: 600;
  font-style: italic; }

.f-primary-l-it {
  font-weight: 300;
  font-style: italic; }

.f-primary-b {
  font-weight: 700; }

.f-primary-sb {
  font-weight: 600; }

.f-primary-l {
  font-weight: 300; }

.f-primary-eb {
  font-weight: 800; }

/*
// Secondary fonts classes 'Merriweather', serif;
*/
.f-secondary {
  font-family: "Merriweather", serif;
  font-weight: normal; }

.f-secondary-it {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: normal; }

.f-secondary-l-it {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 300; }

.f-secondary-b-it {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 700; }

.f-secondary-b {
  font-family: "Merriweather", serif;
  font-weight: 700; }

.f-secondary-l {
  font-family: "Merriweather", serif;
  font-weight: 300; }

/* Buttons
// ========================================================================== */
/*
// Buttons default.
*/
.b-btn {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #72be58;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 6px 16px; }
  .b-btn:hover {
    background: #5e9c48; }
  .b-btn.b-btn--load {
    padding: 7px 14px 7px 10px; }
    .b-btn.b-btn--load .fa {
      margin: 0 6px 0 0; }
  .b-btn a.b-btn--load:focus {
    color: #fff; }

.f-btn {
  font-size: 1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48; }
  .f-btn:hover {
    color: #fff; }
  .f-btn.f-left {
    text-align: left; }
  .f-btn.f-btn-load {
    font-size: 1.07692em;
    line-height: 1.14286; }
    .f-btn.f-btn-load .fa {
      font-size: 16px; }

/*
// Buttons size special (SM / MD / Default / Primary / Biggest).
*/
.b-btn-sm {
  border-radius: 2px;
  padding: 7px 10px 5px;
  border-width: 0 0 1px 0;
  min-width: 78px; }

.f-btn-sm {
  text-transform: none; }

.b-btn-md {
  border-radius: 2px;
  padding: 12px 15px 8px; }
  @media screen and (max-width: 979px) {
    .b-btn-md {
      padding: 10px 15px 6px; } }

.f-btn-md {
  font-size: 1.23077em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-btn-md {
      font-size: 1em;
      line-height: 1; } }

.b-btn-default {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-bottom: 3px solid #5e9c48; }

.b-btn-primary {
  background: #333333;
  border-bottom: 1px solid #4f4f4f; }
  .b-btn-primary:hover {
    background: #5e9c48;
    border-bottom: 1px solid #5e9c48; }

.b-btn-light {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff; }
  .b-btn-light:hover {
    background: #72be58; }

.f-btn-light {
  color: #72be58;
  text-shadow: none; }
  .f-btn-light:hover {
    color: #fff; }

.b-btn.b-btn__w100 {
  display: block;
  width: 100%; }

.b-btn-icon-sm {
  margin-right: 8px; }

.b-btn-biggest {
  display: block;
  padding: 15px 15px 12px;
  border-radius: 3px;
  border-bottom: 2px solid #5e9c48; }

.f-btn-biggest {
  color: #fff;
  font-size: 1em;
  line-height: 1.2; }

.b-btn-transparent {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  padding: 15px 23px 15px 23px; }
  .b-btn-transparent:hover {
    background: rgba(108, 108, 108, 0.7); }

.f-btn-transparent {
  font-size: 1.07692em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase; }

.b-btn-sm-md {
  border-radius: 2px;
  padding: 9px 10px 7px 10px; }
  .b-btn-sm-md i {
    margin-right: 2px; }

.f-btn-sm-md {
  font-size: 1.07692em;
  line-height: 1.2;
  text-transform: none; }

.b-btn-strong {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #666666;
  border-bottom: 2px solid #616161;
  border-radius: 2px;
  display: inline-block;
  padding: 8px 6px 6px; }
  .b-btn-strong:hover {
    background: #72be58;
    border-color: #5e9c48; }

.f-btn-strong {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #fff; }
  .f-btn-strong:hover {
    color: #fff; }

/*
// Button ShortCode.
*/
[class*='button-'] {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #72be58;
  border-bottom: 2px solid #5e9c48;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2); }
  [class*='button-']:hover {
    color: #fff;
    background-color: #5e9c48; }
  [class*='button-']:visited {
    color: #fff; }

[class*='button-xs'] {
  font-size: 1em;
  line-height: 1;
  border-radius: 2px;
  padding: 10px 22px 8px; }

[class*='button-sm'] {
  font-size: 1.07692em;
  line-height: 1;
  background: #72be58;
  border-bottom: 2px solid #5e9c48;
  border-radius: 2px;
  padding: 15px 24px 9px; }

[class*='button-lg'] {
  font-size: 1.23077em;
  line-height: 1;
  background: #72be58;
  border-bottom: 2px solid #5e9c48;
  border-radius: 2px;
  padding: 16px 23px 14px;
  text-transform: uppercase; }

/*
// Button container.
*/
.b-btn-container [class*='btn-'], .b-btn-container [class*='button'] {
  margin-right: 10px; }

body .b-btn-type-square [class*='btn-'], body .b-btn-type-square [class*='button'] {
  border-radius: 100px; }

.b-btn-special {
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  box-shadow: 0 0 3px #333333 inset, 0 1px 0 rgba(255, 255, 255, 0.21);
  display: inline-block;
  padding: 5px 8px 4px; }
  .b-btn-special i {
    padding: 4px 5px; }
  .b-btn-special p {
    display: table-cell;
    padding: 0 5px; }

.f-btn-special {
  text-align: left; }
  .f-btn-special i {
    font-size: 3.07692em;
    line-height: 1; }
  .f-btn-special span {
    font-size: 0.92308em;
    line-height: 1.5; }
  .f-btn-special strong {
    font-size: 1.38462em;
    line-height: 1.33333; }
  .f-btn-special .b-icon-fix {
    font-size: 3.84615em;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: -5px; }

.b-btn--icon-only i {
  margin-right: 0;
  margin-left: 0; }

.btn-close-o {
  font-size: 0.84615em;
  line-height: 1;
  padding: 2px;
  border-radius: 50px;
  background-color: #515151;
  color: #fff;
  text-align: center;
  display: inline-block; }
  .btn-close-o:hover {
    background-color: #72be58;
    color: #fff; }
  .btn-close-o i:before {
    width: 11px;
    display: block; }

/*
// Button colors.
*/
.button-red {
  background-color: #d10c0c;
  border-color: #c10b0b; }
  .button-red:hover {
    background-color: #c10b0b; }

.button-green-bright {
  background-color: #41a60a;
  border-color: #3c9909; }
  .button-green-bright:hover {
    background-color: #3c9909; }

.button-turquoise {
  background-color: #0f999e;
  border-color: #0e8d92; }
  .button-turquoise:hover {
    background-color: #0e8d92; }

.button-gray {
  background-color: #4d4d4d;
  border-color: #474747; }
  .button-gray:hover {
    background-color: #474747; }

.button-yellow {
  background-color: #d8a801;
  border-color: #c79b01; }
  .button-yellow:hover {
    background-color: #c79b01; }

.button-orange {
  background-color: #ff391f;
  border-color: #eb351d; }
  .button-orange:hover {
    background-color: #eb351d; }

.button-blue {
  background-color: #2158d3;
  border-color: #1e51c2; }
  .button-blue:hover {
    background-color: #1e51c2; }

.button-purple {
  background-color: #a70dd3;
  border-color: #9a0cc2; }
  .button-purple:hover {
    background-color: #9a0cc2; }

.button-cherry {
  background-color: #c211a7;
  border-color: #b3109a; }
  .button-cherry:hover {
    background-color: #b3109a; }

.button-raspberries {
  background-color: #d91463;
  border-color: #c8125b; }
  .button-raspberries:hover {
    background-color: #c8125b; }

.button-green {
  background-color: #667717;
  border-color: #5e6e15; }
  .button-green:hover {
    background-color: #5e6e15; }

.button-gray-light {
  background-color: #999;
  border-color: #868686; }
  .button-gray-light:hover {
    background-color: #868686; }

.button-gray-light:hover {
  background-color: #72be58;
  border-color: #5e9c48; }

.button-gray:hover {
  background-color: #72be58;
  border-color: #5e9c48; }

/*
// Additional buttons.
*/
.b-btn-transparent {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 14px; }
  .b-btn-transparent:hover {
    background: #000; }

.f-btn-transparent {
  font-size: 1.07692em;
  line-height: 1;
  color: #fff; }
  .f-btn-transparent:hover {
    color: #fff; }

.btn-demo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 33px;
  background-color: #72be58;
  border: 2px solid #72be58;
  color: #fff;
  display: inline-block;
  font-size: 1.23077em;
  line-height: 1.2;
  margin-right: 4px; }
  .btn-demo:hover {
    color: #fff;
    background: #000; }
  @media screen and (max-width: 479px) {
    .btn-demo {
      margin-left: 4px;
      margin-bottom: 5px; } }

.btn-demo-stroke {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 33px;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 1.23077em;
  line-height: 1.2;
  margin-left: 4px; }
  .btn-demo-stroke:hover {
    color: #fff;
    background: #000; }
  @media screen and (max-width: 479px) {
    .btn-demo-stroke {
      margin-right: 4px;
      margin-top: 5px; } }

.btn-video-sl {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2% 4%;
  background-color: #72be58;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 1.23077em;
  line-height: 1.2;
  margin-right: 4px; }
  .btn-video-sl:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000; }
  @media screen and (max-width: 479px) {
    .btn-video-sl {
      margin-left: 4px;
      margin-bottom: 5px; } }

.btn-video-sl-stroke {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2% 4%;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 1.23077em;
  line-height: 1.2;
  margin-left: 4px; }
  .btn-video-sl-stroke:hover {
    color: #fff;
    background: #72be58;
    border: 2px solid #72be58; }
  @media screen and (max-width: 479px) {
    .btn-video-sl-stroke {
      margin-right: 4px;
      margin-top: 5px; } }

.b-btn-title-real-estate.button-xs {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 5px 2px; }

.btn-border-3px {
  border-bottom-width: 3px; }

/* Separators
// ========================================================================== */
/*
// Separator default.
*/
.b-hr {
  margin: 25px 0;
  border-top: 1px solid #d8d8d8;
  width: 100%; }

/*
// Separator with icons.
*/
.b-hr-stars {
  color: #72be58;
  margin: 30px auto;
  width: 46%;
  position: relative; }
  @media screen and (max-width: 979px) {
    .b-hr-stars {
      width: 71%;
      margin: 25px auto; } }
  @media screen and (max-width: 767px) {
    .b-hr-stars {
      width: 100%; } }
  .b-hr-stars:before {
    content: '';
    width: 100%;
    top: 6px;
    left: 0;
    border-top: 1px solid #d8d8d8;
    position: absolute; }
  .b-hr-stars.b-hr-stars__double-bord:before {
    border-top-style: double;
    border-width: 4px; }
  .b-hr-stars.b-hr-stars__no-bord:before {
    border-top: 0; }

.f-hr-stars {
  text-align: center; }

.b-hr-stars__group {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0 5px; }

/*
// Separator Light.
*/
.b-hr-light {
  background: #ececec;
  border: 0;
  height: 1px; }

/*
// Separator with button.
*/
.b-hr-with-btn {
  display: inline-block;
  margin: auto;
  position: relative;
  margin-bottom: 10px; }
  .b-hr-with-btn:before, .b-hr-with-btn:after {
    content: '';
    width: 530px;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 14px;
    margin: 0 10px; }
  .b-hr-with-btn:before {
    left: 100%; }
  .b-hr-with-btn:after {
    right: 100%; }

/* Background styles
// ========================================================================== */
/*
// Backgrounds FullWidth.
*/
.b-diagonal-line-bg-light {
  background-image: url("../img/diagonal-line-bg-light.png");
  background-repeat: repeat;
  background-position: 0 0; }

.b-bg-block-education {
  background-image: url("../img/slider/section-bg-education.jpg"); }

.b-bg-block-girl {
  background-image: url("../img/slider/slider-girl.jpg"); }

.b-bg-block-mobile {
  background: url("../img/slider/section-bg-mobile.jpg") no-repeat center bottom;
  background-size: cover; }

.b-bg-full-primary {
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8; }

.b-bg-gradient {
  background: url("../img/slider/section-bg-gradient.jpg") no-repeat center center; }

.b-bg-street {
  background: url("../img/slider/section-bg-street.jpg") no-repeat center center; }

.b-bg-header-inner-page {
  background: url("../img/inner-head-bg.jpg") no-repeat center;
  background-size: cover; }

.b-bg-header-inner-page_2 {
  background: url("../img/inner-head-bg_2.jpg") no-repeat center;
  background-size: cover; }

.b-bg-breadcrumbs {
  background: #fff;
  background: -webkit-linear-gradient(top, #fff, #f9f9f9);
  background: -moz-linear-gradient(top, #fff, #f9f9f9);
  background: -o-linear-gradient(top, #fff, #f9f9f9);
  background: -ms-linear-gradient(top, #fff, #f9f9f9);
  background: linear-gradient(to bottom, #fff, #f9f9f9); }

.b-bg-girl {
  background: url("../img/slider/section-bg-girl.jpg") no-repeat center center;
  background-size: cover; }

.b-bg-girl-2 {
  background: linear-gradient(to right, rgba(108, 108, 108, 0.7), rgba(108, 108, 108, 0.7)), url("../img/slider/slider-bg-image-1.png") no-repeat center center;
  background-size: cover; }

.b-bg-video_v2 {
  background: url("../img/slider/section-bg-video.jpg") no-repeat center center;
  background-size: cover; }

.b-bg-default {
  background: url("../img/bg_default.png") no-repeat center center;
  background-size: cover; }

.b-bg-light-lg {
  background: url("../img/bg_light-lg.jpg") no-repeat center bottom;
  background-size: cover; }

.b-bg-dark-lg {
  background: url("../img/bg_dark-lg.jpg") no-repeat center top;
  background-size: cover; }

/*
// Background video with numbers.
*/
.b-bg-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  border-bottom: 1px solid #e8e8e8; }
  .b-bg-video video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .b-bg-video video {
        width: 120%; } }
    @media screen and (max-width: 639px) {
      .b-bg-video video {
        width: auto;
        height: 600px; } }
  .b-bg-video .fa-pause {
    font-size: 2em;
    line-height: 1.2;
    vertical-align: middle; }
    .b-bg-video .fa-pause:before {
      position: relative;
      top: 16px;
      left: 1px; }
  .b-bg-video .b-bg-video-controls {
    min-height: 92px; }
  .b-bg-video * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.b-bg-video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/slider/slider-bg-video.jpg") no-repeat;
  background-size: cover; }

.b-bg-video_cont {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  padding-bottom: 75px; }
  @media screen and (max-width: 979px) {
    .b-bg-video_cont {
      padding-top: 48px; } }
  @media screen and (max-width: 979px) {
    .b-bg-video_cont {
      padding-top: 42px;
      padding-bottom: 45px; } }
  .b-bg-video_cont.video-color-overlay {
    background-color: rgba(114, 190, 88, 0.5); }

.f-bg-video {
  color: #fff;
  text-align: center; }

.f-bg-video__play_btn {
  font-size: 5.23077em;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .f-bg-video__play_btn {
      font-size: 4.61538em;
      line-height: 1; } }

.b-bg-video__play_btn {
  cursor: pointer; }

.b-bg-video__play_title {
  margin-bottom: 14px; }

.f-bg-video__play_title {
  font-size: 3.69231em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-bg-video__play_title {
      font-size: 3.07692em;
      line-height: 1; } }
  @media screen and (max-width: 767px) {
    .f-bg-video__play_title {
      font-size: 2.76923em;
      line-height: 1.33333; } }

.b-bg-video__play_text-wrap {
  overflow: hidden; }

.b-bg-video__play_text {
  margin-bottom: 105px; }
  @media screen and (max-width: 767px) {
    .b-bg-video__play_text {
      margin-bottom: 0; } }
  .b-bg-video__play_text span {
    padding: 0 10px;
    vertical-align: middle; }

.b-bg-dotted {
  background: url("../img/dotted.png") repeat-x left center;
  content: '';
  display: inline-block;
  height: 3px;
  vertical-align: middle;
  width: 14%; }

.f-bg-video__play_text {
  white-space: nowrap;
  text-align: center; }
  .f-bg-video__play_text span {
    font-size: 1.53846em;
    line-height: 1;
    text-transform: uppercase;
    white-space: normal; }
    @media screen and (max-width: 979px) {
      .f-bg-video__play_text span {
        font-size: 1.30769em;
        line-height: 1; } }

.b-bg-video__numbers:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
@media screen and (max-width: 767px) {
  .b-bg-video__numbers {
    display: none; } }
.b-bg-video__numbers [class*=' col- '] {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0; }
  .b-bg-video__numbers [class*=' col- ']:first-child {
    border-left: 0; }

.f-bg-video__numbers_item {
  text-align: center; }

.f-bg-video__numbers_item_n {
  font-size: 4.61538em;
  line-height: 1; }
  @media screen and (max-width: 979px) {
    .f-bg-video__numbers_item_n {
      font-size: 3.84615em;
      line-height: 1; } }

.f-bg-video__numbers_item_hint {
  font-size: 1.84615em;
  line-height: 1.66667;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-bg-video__numbers_item_hint {
      font-size: 1.53846em;
      line-height: 1.7; } }

.b-bg-slider-lg-info-l__item-title {
  background: rgba(108, 108, 108, 0.7); }

.b-alternative-bg {
  background: #f8f8f8; }

.b-bg-video-controls .fa-pause {
  display: none; }

.b-bg-video.device-ios .b-bg-video-controls {
  display: none; }
.b-bg-video.device-ios .b-bg-video-controls i {
  display: none; }
.b-bg-video.device-ios .b-bg-video-box video {
  display: none; }

/*
// Background fixed.
*/
.parallax-section-bg {
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media screen and (max-width: 1024px) {
    .parallax-section-bg {
      background-attachment: scroll; } }

/* Icons
// ========================================================================== */
/*
// Rating icons.
*/
.b-stars-group {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #929292; }
  .b-stars-group > .is-active-stars {
    color: #72be58; }

/*
// Social icons.
*/
.b-social-icons {
  margin-left: -3px;
  margin-right: -4px; }
  .b-social-icons .b-social-icon {
    margin: 0 3px 8px 4px; }

.b-social-icon {
  height: 36px;
  width: 36px;
  padding: 8px;
  background: #ececec; }
  .b-social-icon:hover {
    background: #72be58; }

.f-social-icon {
  font-size: 1.23077em;
  line-height: 1.2;
  color: #666666;
  text-align: center; }
  .f-social-icon:hover {
    color: #fff; }

/*
// Big square icons.
*/
.b-big-square-icon {
  background: #72be58;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  box-shadow: 0 -3px 0 #5e9c48 inset; }

.f-big-square-icon {
  font-size: 3.07692em;
  line-height: 1.75;
  text-align: center; }

/*
// Real estate icons.
*/
.b-icon {
  display: inline-block;
  vertical-align: bottom;
  width: 21px;
  height: 19px;
  background: url("../img/real_state/icon.png") no-repeat 0 0; }
  .b-icon.b-icon--bed {
    background-position: 0 0; }
  .b-icon.b-icon--bathrooms {
    background-position: 0 -29px; }
  .b-icon.b-icon--garage {
    background-position: 0 -58px; }

/*  Ordered list items
// ========================================================================== */
/*
// Layout.
*/
.b-ol-list-text-container {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .b-ol-list-text-container {
      display: block; } }

/*
// Item.
*/
.b-ol-list-text__item {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-right: 6%; }
  @media screen and (max-width: 767px) {
    .b-ol-list-text__item {
      padding-right: 0; } }
  .b-ol-list-text__item:last-child {
    margin-bottom: 10px; }

/*
// Number of list item.
*/
.b-ol-list-text__item_number {
  background: #fff;
  border: 2px solid #f4f4f4;
  border-radius: 4px;
  float: left;
  padding: 10px 12px; }
  @media screen and (max-width: 767px) {
    .b-ol-list-text__item_number {
      padding: 8px 12px; } }

.f-ol-list-text__item_number {
  font-size: 1.15385em;
  line-height: 1;
  color: #72be58;
  white-space: nowrap; }

/*
// Inner of item.
*/
.b-ol-list-text__item_info {
  overflow: hidden;
  padding-left: 15px; }

.f-ol-list-text__item_info-title {
  font-size: 1.23077em;
  line-height: 1.25;
  text-decoration: none; }
  @media screen and (max-width: 979px) {
    .f-ol-list-text__item_info-title {
      font-size: 1em;
      line-height: 1.30769; } }

.b-ol-list-text__item_info-desc {
  margin: 5px 0 18px; }

.f-ol-list-text__item_info-desc {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #949494; }
  @media screen and (max-width: 979px) {
    .f-ol-list-text__item_info-desc {
      font-size: 0.76923em;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    .f-ol-list-text__item_info-desc {
      font-size: 1em;
      line-height: 1.30769; } }

/*  List with icons
// ========================================================================== */
/*
// Item.
*/
.b-list-with-icons__item {
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  padding: 22px 0; }
  .b-list-with-icons__item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-list-with-icons__item:first-child {
    border-top: 0; }

/*
// Icons.
*/
.b-list-with-icons__item_icon {
  background: #fff;
  border: 2px solid #f4f4f4;
  border-radius: 4px;
  padding: 15px 0;
  min-width: 65px;
  float: left; }

.f-list-with-icons__item_icon {
  font-size: 1.92308em;
  line-height: 1;
  text-align: center; }

.f-list-with-icons__item_icon_1 {
  color: #e26228; }

.f-list-with-icons__item_icon_2 {
  color: #00c6cd; }

.f-list-with-icons__item_icon_3 {
  color: #83b705; }

/*
// Inner of item.
*/
.b-list-with-icons__item_text {
  overflow: hidden;
  padding-left: 14px; }

.b-list-with-icons__item_desc {
  padding: 5px 0; }

.f-list-with-icons__item_title {
  font-size: 1.07692em;
  line-height: 1;
  text-transform: uppercase; }

.f-list-with-icons__item_desc {
  font-size: 0.92308em;
  line-height: 2; }

/* Forms
// ========================================================================== */
/*
// Groups.
*/
.b-form-inline .b-form-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

label {
  vertical-align: middle;
  font-weight: normal; }
  label p {
    margin: 0; }

.b-form-group label {
  display: block; }

.b-form-group-inline {
  margin-right: 10px; }
  .b-form-group-inline label {
    display: inline-block; }

/*
// Form controls.
*/
.b-form-control {
  border: 0;
  border-radius: 2px;
  height: 31px;
  outline: 0;
  padding: 3px 7px; }

.b-form-control__icon-wrap {
  position: relative; }
  .b-form-control__icon-wrap .form-control {
    height: 32px; }

.b-form-control__icon {
  position: absolute;
  right: 9px;
  top: 9px; }

.f-form-control__icon {
  font-size: 1.07692em;
  line-height: 1.07143;
  color: #72be58; }
  .disabled .f-form-control__icon {
    color: #666666; }

/*
// Select / Select UI.
*/
.b-form-select select {
  width: 100%; }
.b-form-select span.ui-icon {
  right: 9px;
  margin-top: -2px;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #666666 transparent transparent transparent; }
.b-form-select span.ui-selectmenu-button {
  font-size: 0.92308em;
  line-height: 1.83333;
  outline: 0 none;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #666666;
  width: 100% !important;
  display: block;
  overflow: inherit; }
  .b-form-select span.ui-selectmenu-button:before {
    content: '';
    height: 100%;
    border-left: 1px solid #dddddd;
    border-radius: 1px;
    position: absolute;
    right: 29px;
    width: 30px;
    margin-right: -30px;
    background-color: transparent;
    top: 0; }
.b-form-select.c-arrow-secondary span.ui-icon {
  border-top-color: #fff; }
.b-form-select.c-arrow-secondary span.ui-selectmenu-button:before {
  border-left: 1px solid #72be58;
  background-color: #72be58;
  box-shadow: 0 0 0 1px #72be58; }
.b-form-select.disabled span.ui-icon {
  border-top-color: #b1b1b1; }
.b-form-select.disabled span.ui-selectmenu-button:before {
  border-left: 1px solid #dddddd;
  background-color: #dddddd;
  box-shadow: 0 0 0 1px #dddddd; }
.b-form-select .ui-selectmenu-text {
  line-height: 20px !important;
  padding: 0.4em 2.5em 0.4em 1em !important; }

.ui-selectmenu-menu .ui-menu {
  border: 1px solid #dddddd;
  border-top: 0;
  background-color: #f3f3f3;
  padding-bottom: 0;
  margin-top: 5px; }
  .ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 7px 1em 7px .8em;
    border-top: 1px solid #dddddd;
    color: #666666; }
    .ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
      margin: 0; }
    .ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
      background-color: #c3c4c5;
      color: #fff; }

/*
// Input type=radio.
*/
input[type="radio"].b-form-radio {
  display: none; }
  input[type="radio"].b-form-radio + span {
    display: inline-block;
    line-height: 16px;
    min-height: 16px;
    position: relative;
    cursor: pointer; }
    input[type="radio"].b-form-radio + span + p {
      font-size: 1em;
      line-height: 1.53846;
      margin-bottom: 0;
      vertical-align: middle;
      position: relative;
      top: -1.2em;
      padding-left: 2em; }
      input[type="radio"].b-form-radio + span + p span {
        position: relative;
        top: 5px; }
    input[type="radio"].b-form-radio + span span {
      vertical-align: bottom; }
    input[type="radio"].b-form-radio + span:before, input[type="radio"].b-form-radio + span:after {
      content: "";
      display: inline-block;
      border-radius: 50%; }
    input[type="radio"].b-form-radio + span:before {
      width: 16px;
      height: 16px;
      margin-right: 5px;
      background-color: #fff;
      box-shadow: inset 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
      border: 1px solid #dddddd;
      vertical-align: bottom; }
  input[type="radio"].b-form-radio.b-form-radio--big-indent + span {
    margin-left: 1em;
    margin-right: 1em; }
  input[type="radio"].b-form-radio:checked + span:before {
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  input[type="radio"].b-form-radio:checked + span:after {
    background-color: #72be58;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px; }
  input[type="radio"].b-form-radio:disabled + span:after {
    background-color: #b1b1b1; }

input[type="radio"].b-form-radio-invert + span:before {
  background-color: #fff2ec;
  border: 1px solid #72be58;
  box-shadow: none; }
input[type="radio"].b-form-radio-invert:checked + span:after {
  box-shadow: 0 0 2px 1px #fff; }

input[type="radio"].b-form-radio-invert-filled + span:before {
  background-color: #72be58;
  border: 1px solid #72be58;
  box-shadow: none; }
input[type="radio"].b-form-radio-invert-filled:checked + span:after {
  background-color: #fff; }

/*
// Input type=checkbox.
*/
input[type="checkbox"].b-form-checkbox {
  display: none; }
  input[type="checkbox"].b-form-checkbox + span {
    display: inline-block;
    line-height: 16px;
    min-height: 16px;
    position: relative; }
    input[type="checkbox"].b-form-checkbox + span span {
      vertical-align: bottom; }
    input[type="checkbox"].b-form-checkbox + span:before, input[type="checkbox"].b-form-checkbox + span:after {
      content: "";
      display: inline-block;
      border-radius: 2px;
      vertical-align: bottom; }
    input[type="checkbox"].b-form-checkbox + span:before {
      margin-right: 5px;
      width: 16px;
      height: 16px;
      background-color: #fff;
      box-shadow: inset 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
      border: 1px solid #dddddd; }
  input[type="checkbox"].b-form-checkbox:checked + span:after {
    font-size: 12px;
    line-height: 1;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #72be58;
    position: absolute;
    top: 2px;
    left: 2px; }
  input[type="checkbox"].b-form-checkbox:disabled + span:before {
    background-color: #e6e6e6;
    box-shadow: none; }
  input[type="checkbox"].b-form-checkbox:disabled + span:after {
    color: #b1b1b1; }

input[type="checkbox"].b-form-checkbox-simple + span:before {
  box-shadow: none; }
input[type="checkbox"].b-form-checkbox-simple:checked + span:after {
  font-size: 10px;
  line-height: 1;
  top: 3px;
  left: 3px; }

input[type="checkbox"].b-form-checkbox-invert + span:before {
  background-color: #72be58;
  border: 1px solid #72be58; }
input[type="checkbox"].b-form-checkbox-invert:checked + span:after {
  color: #fff; }
input[type="checkbox"].b-form-checkbox-invert:disabled + span {
  opacity: .6; }
  input[type="checkbox"].b-form-checkbox-invert:disabled + span:before {
    background-color: #72be58; }
  input[type="checkbox"].b-form-checkbox-invert:disabled + span:after {
    color: #b1b1b1; }

/*
// Switcher.
*/
.b-form-checkbox-switch-container {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  width: 36px; }
  .b-form-checkbox-switch-container input[type="checkbox"] {
    display: none; }
    .b-form-checkbox-switch-container input[type="checkbox"]:checked + .b-form-checkbox-switch-label .b-form-checkbox-switch-label-inner {
      margin-left: 0; }
    .b-form-checkbox-switch-container input[type="checkbox"]:checked + .b-form-checkbox-switch-label .b-form-checkbox-switch-control {
      right: 0px; }

label.b-form-checkbox-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #b1b1b1;
  border-radius: 8px; }

.b-form-checkbox-switch-label-inner {
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
  display: block;
  width: 200%;
  margin-left: -100%; }
  .b-form-checkbox-switch-label-inner:before, .b-form-checkbox-switch-label-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 14px;
    padding: 0; }
  .b-form-checkbox-switch-label-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #72be58;
    color: #fff; }
  .b-form-checkbox-switch-label-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #d9d9d9;
    color: #989898;
    text-align: right; }

.b-form-checkbox-switch-control {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px;
  background: #f4f4f4;
  border: 1px solid #b9b8b8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 20px;
  box-shadow: inset 0 2px 1px 0 rgba(255, 255, 255, 0.7); }
  .b-form-checkbox-switch-control.b-form-checkbox-switch-control-with-dot:before {
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #72be58;
    left: 5px;
    top: 5px;
    width: 4px;
    height: 4px; }

.b-form-checkbox-switch-square-container.b-form-checkbox-switch-container {
  width: 49px; }
.b-form-checkbox-switch-square-container label.b-form-checkbox-switch-label {
  border-radius: 2px; }
.b-form-checkbox-switch-square-container .b-form-checkbox-switch-control {
  border-radius: 2px;
  right: 29px;
  top: 1px;
  width: 20px;
  height: 14px;
  background-color: #72be58;
  border: 0;
  box-shadow: inset 0 2px 2px 1px #72be58; }
  .b-form-checkbox-switch-square-container .b-form-checkbox-switch-control:before {
    content: "III";
    position: absolute;
    color: #fff;
    left: 6px;
    top: 0px;
    letter-spacing: -1px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0;
    background-color: transparent; }

/*
// Position fields.
*/
.b-form-row, .b-form-row--big {
  margin-bottom: 10px; }
  .b-form-row:after, .b-form-row--big:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-form-row--big {
  margin-bottom: 17px; }

.b-form-horizontal__label {
  width: 130px;
  float: left;
  padding-top: 8px; }

.b-form-horizontal__input {
  width: 265px;
  float: left; }

/*
// Form - Search.
*/
.b-input-search {
  padding-right: 47px;
  position: relative; }

.b-btn-search {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 33px;
  border-radius: 3px;
  border-bottom: 2px solid #5e9c48; }

.f-btn-search {
  font-size: 1.07692em;
  line-height: 2.42857;
  color: #fff;
  text-align: center; }

/*
// Input type=file.
*/
.b-file-upload {
  padding-right: 48px;
  position: relative; }

.b-file-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.b-file-upload > button,
.b-file-upload > .b-file-upload__btn {
  font-size: 16px;
  line-height: 34px;
  height: 100%;
  background: #72be58;
  border-radius: 3px;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  right: 0; }
  .b-file-upload > button:hover,
  .b-file-upload > .b-file-upload__btn:hover {
    background: #5e9c48; }

.b-file-upload:hover > button, .b-file-upload:hover > .b-file-upload__btn {
  background: #5e9c48; }

/*
// Additional styles.
*/
.b-form-style-small [class*='col-'] {
  margin-top: 9px;
  margin-bottom: 10px; }
  @media screen and (max-width: 979px) {
    .b-form-style-small [class*='col-'] {
      margin-top: 14px; } }
.b-form-style-small hr {
  margin-top: 12px;
  margin-bottom: 2px; }
.b-form-style-small .form-control {
  font-size: 0.92308em;
  line-height: 1.2; }

.form-control--secondary {
  font-size: 0.92308em;
  line-height: 1.2;
  height: 30px;
  padding: 5px 9px;
  color: #666666;
  background-color: #f8f8f8;
  border-color: #dedede;
  border-radius: 2px; }
  .form-control--secondary::-webkit-input-placeholder {
    color: #acacac; }
  .form-control--secondary::-moz-placeholder {
    color: #acacac; }

.form-control--alt {
  font-size: 0.92308em;
  line-height: 1.2;
  height: 30px;
  padding: 5px 1em;
  color: #555;
  background-color: #fff;
  border-color: #dedede;
  border-radius: 2px;
  box-shadow: 0 0 0 #fff; }
  .form-control--alt::-webkit-input-placeholder {
    color: #989898; }
  .form-control--alt::-moz-placeholder {
    color: #989898; }

/*
// Labels.
*/
.b-secondary-label-title {
  overflow: hidden;
  display: inline-block;
  margin-top: 4px; }

.f-secondary-label-title {
  font-size: 0.92308em;
  line-height: 1.5; }

.b-form-radio--nofloat .b-secondary-label-title {
  margin-left: 24px; }
  .b-form-radio--nofloat .b-secondary-label-title.b-form-radio--big-indent {
    margin-left: 48px; }

/*
// Input type=number.
*/
.input-number-box {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative; }
  .input-number-box:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 24px;
    background-color: #dfdfdf; }
    @media screen and (max-width: 979px) {
      .input-number-box:after {
        right: 27px; } }

.input-number {
  padding-right: 25px; }

.input-number-more,
.input-number-less {
  position: absolute;
  right: 8px;
  border-width: 5px;
  border-style: solid;
  cursor: pointer; }
  @media screen and (max-width: 979px) {
    .input-number-more,
    .input-number-less {
      border-width: 8px; } }

.input-number-more {
  top: 4px;
  border-color: transparent transparent #989898 transparent; }
  .input-number-more:hover {
    border-color: transparent transparent #72be58 transparent; }
  @media screen and (max-width: 979px) {
    .input-number-more {
      top: 7px;
      right: 6px; } }

.input-number-less {
  bottom: 4px;
  border-color: #989898 transparent transparent transparent; }
  .input-number-less:hover {
    border-color: #72be58 transparent transparent transparent; }
  @media screen and (max-width: 979px) {
    .input-number-less {
      top: 15px;
      right: 33px; } }

/*
// Form - Password.
*/
.b-form-password input,
.b-form-password .b-btn {
  width: 100%; }

.b-forgot-password-form {
  margin: 57px 0 100px; }
  .b-forgot-password-form .is-global-title {
    color: #72be58;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .b-forgot-password-form {
      margin: 35px 0 40px; } }

.b-forgot-password-form .b-form-row {
  margin-bottom: 19px; }

.b-form-horizontal--mail {
  position: relative; }
  .b-form-horizontal--mail .fa {
    display: block;
    position: absolute;
    top: 8px;
    left: 14px; }
  .b-form-horizontal--mail .form-control {
    padding-left: 35px;
    font-size: 12px;
    height: 40px;
    border-radius: 0; }

.f-form-horizontal--mail .fa {
  font-size: 1.23077em;
  line-height: 1.25;
  color: #d2d2d2; }

.f-link--color {
  color: #72be58; }
  .f-link--color:hover {
    color: #898989; }

/*
// Form - Password.
*/
.form-sign-up {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  margin: 0 auto 17px;
  max-width: 400px;
  padding: 8px;
  width: 100%; }

.form-sign-up-inner {
  position: relative; }
  .form-sign-up-inner input {
    border-radius: 21px;
    border: 0;
    height: 42px;
    line-height: 42px;
    display: block;
    outline: 0;
    padding-right: 90px;
    padding-left: 22px;
    position: relative;
    width: 100%;
    z-index: 1; }
    .form-sign-up-inner input::-webkit-input-placeholder {
      font-size: 12px;
      color: #cdcdcd;
      font-weight: 700;
      text-transform: uppercase; }
    .form-sign-up-inner input::-moz-placeholder {
      font-size: 12px;
      color: #cdcdcd;
      font-weight: 700;
      text-transform: uppercase; }
    .form-sign-up-inner input:-ms-input-placeholder {
      font-size: 12px;
      color: #cdcdcd;
      font-weight: 700;
      text-transform: uppercase; }
    .form-sign-up-inner input:focus {
      border: 0;
      outline: 0; }
  .form-sign-up-inner button {
    background: #72be58;
    background: -webkit-linear-gradient(top, #72be58, #72be58);
    background: -moz-linear-gradient(top, #72be58, #72be58);
    background: -o-linear-gradient(top, #72be58, #72be58);
    background: -ms-linear-gradient(top, #72be58, #72be58);
    background: linear-gradient(to bottom, #72be58, #72be58);
    font-size: 1.07692em;
    line-height: 1.2;
    box-shadow: 0 1px 0px 0px #5e9c48, 0 2px 2px 0px rgba(0, 0, 0, 0.4);
    border-radius: 17px;
    padding: 8px 10px 6px;
    color: #fff;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 5px;
    z-index: 2; }
    .form-sign-up-inner button:hover {
      background: #72be58;
      background: -webkit-linear-gradient(top, #72be58, #5e9c48);
      background: -moz-linear-gradient(top, #72be58, #5e9c48);
      background: -o-linear-gradient(top, #72be58, #5e9c48);
      background: -ms-linear-gradient(top, #72be58, #5e9c48);
      background: linear-gradient(to bottom, #72be58, #5e9c48); }

.form-sign-up-hint {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #b1b1b1; }

/*
// Form - Sidebar search.
*/
.b-find_title {
  background: #5e9c48;
  padding: 15px 10px 10px 13px; }

.f-find_title {
  font-size: 1.07692em;
  line-height: 1.14286;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle; }

.b-find_form {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 15px 8px 6px 12px; }
  .b-find_form .b-form-horizontal__input {
    margin-top: 10px;
    width: 100%; }

.b-find--row {
  margin-top: 20px; }

.f-find_form {
  font-size: 0.92308em;
  line-height: 1.2; }

/*
// Datepicker.
*/
input.datepicker {
  padding-right: 27px; }
  input.datepicker.b-datepicker-without-icon {
    padding-right: 12px; }

/*
// Placeholder.
*/
.form-control::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 20px; }

.form-control::-moz-placeholder {
  font-size: 12px;
  line-height: 20px; }

.form-control:-ms-input-placeholder {
  font-size: 12px;
  line-height: 20px; }

/*
// Textarea.
*/
textarea.form-control {
  font-size: 12px; }

/* Typography styles
// ========================================================================== */
/*
// Global titles.
*/
h1.is-global-title, h2.is-global-title, h3.is-global-title, h4.is-global-title, h5.is-global-title, h6.is-global-title {
  color: #666666;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none; }

h1.is-global-title {
  font-size: 1.84615em;
  line-height: 1.2; }

h2.is-global-title {
  font-size: 1.53846em;
  line-height: 1.2; }

h3.is-global-title {
  font-size: 1.38462em;
  line-height: 1.2; }

h4.is-global-title {
  font-size: 1.23077em;
  line-height: 1.75; }

h5.is-global-title {
  font-size: 1.07692em;
  line-height: 1.71429; }

h6.is-global-title {
  font-size: 1.07692em;
  line-height: 1.42857; }

/*
// Links.
*/
a.is-global-link,
.is-global-link {
  color: #72be58;
  text-decoration: underline; }
  a.is-global-link:hover,
  .is-global-link:hover {
    text-decoration: none; }

.is-underline-text {
  text-decoration: underline; }

[class*='is-select-text-'] {
  display: inline-block;
  color: #fff;
  line-height: 1.2; }

/*
// Select text.
*/
.is-select-text-default {
  background: #72be58; }

.is-select-text-dark {
  background: #515151; }

/*
// First letter.
*/
.f-first-letter:first-letter {
  color: #72be58;
  font-size: 400%;
  line-height: 1; }
.f-first-letter.j-fl-sizer:first-letter {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.b-first-letter {
  overflow: hidden; }
  .b-first-letter.j-fl-sizer span.fl, .b-first-letter:first-letter {
    display: block;
    float: left;
    margin-right: 8px; }
  .b-first-letter.j-fl-sizer:first-letter {
    display: inline;
    float: none;
    margin: 0; }

.f-first-letter--secondary:first-letter {
  color: #515151; }

.b-first-letter--circle.j-fl-sizer span.fl,
.b-first-letter--square.j-fl-sizer span.fl {
  background: #72be58;
  padding: 10px;
  line-height: 80%;
  text-align: center; }

.b-first-letter--circle.j-fl-sizer span.fl {
  border-radius: 50%; }

.f-first-letter--circle.j-fl-sizer span.fl,
.f-first-letter--square.j-fl-sizer span.fl {
  color: #fff;
  font-size: 180%; }

/* Titles
// ========================================================================== */
/*
// Title with separator.
*/
.b-title-b-hr {
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0 10px; }

.f-title-b-hr {
  font-size: 1.38462em;
  line-height: 1.2;
  color: #72be58;
  text-transform: uppercase; }

/*
// Title size.
*/
.f-title-small {
  font-size: 1.07692em;
  line-height: 1.42857; }

.f-title-medium {
  font-size: 1.23077em;
  line-height: 1.25; }

body .f-title-middle {
  font-size: 1.53846em;
  line-height: 1.3; }

.f-title-big {
  font-size: 1.84615em;
  line-height: 1.58333; }
  .f-title-big.f-uppercase {
    padding-top: 0.2em; }
  .f-title-big a {
    color: #666666; }
    .f-title-big a:hover {
      color: #72be58; }
    .f-title-big a[class*='b-btn-'] {
      color: #fff; }

.f-title-bigger {
  font-size: 2.76923em;
  line-height: 1.16667; }

.f-title-biggest {
  font-size: 3.69231em;
  line-height: 1.16667; }

.f-title-smallest {
  font-size: 0.92308em;
  line-height: 1.2; }

body .f-title-extra-small {
  font-size: 0.84615em;
  line-height: 1.2; }

/*
// Additional styles.
*/
.b-primary-title {
  padding: 22px 0 10px; }

.f-primary-title {
  font-size: 2.30769em;
  line-height: 1.2;
  color: #72be58; }

.f-title {
  color: #72be58; }

/* Table
// ========================================================================== */
/*
// Primary version.
*/
[class*='b-table-']:not(.b-table-reset) {
  border-collapse: collapse;
  width: 100%; }
  [class*='b-table-']:not(.b-table-reset) th {
    padding: 18px 3px; }
    @media screen and (max-width: 767px) {
      [class*='b-table-']:not(.b-table-reset) th {
        padding-top: 10px;
        padding-bottom: 10px; } }
  [class*='b-table-']:not(.b-table-reset) tr:nth-child(even) td {
    background: #f2f2f2; }
  [class*='b-table-']:not(.b-table-reset) tr:last-child td {
    border-bottom: 1px solid #dfdfdf; }
  [class*='b-table-']:not(.b-table-reset) td {
    padding: 14px 3px;
    border-left: 1px solid #dfdfdf; }
    @media screen and (max-width: 767px) {
      [class*='b-table-']:not(.b-table-reset) td {
        padding-top: 8px;
        padding-bottom: 8px; } }
    [class*='b-table-']:not(.b-table-reset) td:last-child {
      border-right: 1px solid #dfdfdf; }

[class*='f-table-'] th {
  font-size: 1.23077em;
  line-height: 1.2;
  text-align: center; }
  @media screen and (max-width: 767px) {
    [class*='f-table-'] th {
      font-size: 1em;
      line-height: 1.2; } }

.b-table-primary th {
  background: #72be58;
  border-right: 1px solid #72be58; }

.f-table-primary th {
  color: #fff; }

/*
// Secondary version.
*/
.b-table-secondary th {
  background: #323232;
  border-right: 1px solid #323232; }

.f-table-secondary th {
  color: #fff; }

/* Blockquote
// ========================================================================== */
/*
// BlockQuote base.
*/
[class*='b-blockquote-'] {
  border-left: 5px solid #72be58;
  padding: 0 10px; }

[class*='f-blockquote-'] {
  font-size: 0.92308em;
  line-height: 2;
  color: #acacac; }

.b-blockquote--primary {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dedede #dedede #dedede #72be58;
  padding: 18px 10px 18px 22px;
  position: relative; }

/*
// BlockQuote icon.
*/
.f-blockquote__icon {
  font-size: 2.30769em;
  line-height: 1;
  color: #72be58; }

.b-blockquote__icon {
  float: left;
  padding-right: 15px; }

/*
// BlockQuote - Secondary version.
*/
.b-blockquote--secondary {
  border-width: 0px;
  border-style: solid;
  border-color: #72be58;
  padding: 0px 10px 0px 22px;
  position: relative; }

.f-blockquote--secondary {
  font-size: 1.23077em;
  line-height: 2; }

.f-blockquote--secondary:before,
.b-blockquote--primary:before {
  content: " ";
  width: 5px;
  height: calc(100% + 2px);
  background-color: #72be58;
  position: absolute;
  top: -1px;
  left: 0px; }

/*
// BlockQuote - Reverse version.
*/
.b-blockquote--reverse {
  border-width: 0px;
  border-style: solid;
  border-color: #dedede; }

.b-blockquote--reverse:before {
  content: none; }

.b-blockquote--reverse:after {
  content: " ";
  width: 5px;
  height: calc(100% + 2px);
  background-color: #dedede;
  position: absolute;
  top: -1px;
  right: 0px; }

.f-blockquote--reverse {
  text-align: right; }

/*
// BlockQuote in text.
*/
.b-blockquote--in-text {
  max-width: 320px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .b-blockquote--in-text {
      max-width: 100%;
      float: none; } }

@media screen and (max-width: 767px) {
  .b-left .f-blockquote--in-text {
    text-align: left; } }

.b-right .f-blockquote--in-text {
  text-align: right; }

.f-blockquote--in-text {
  text-align: justify; }

/* Headers
// ========================================================================== */
/*
// Layout.
*/
header {
  background: #fff;
  border-bottom: 3px solid #72be58;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999; }
  @media screen and (max-width: 1169px) {
    header {
      position: relative;
      z-index: 150; } }

body {
  padding-top: 92px; }
  @media screen and (max-width: 1169px) {
    body {
      padding-top: 0; } }

.b-header__box {
  padding-top: 18px;
  padding-bottom: 20px; }

/*
// Logo.
*/
.b-logo {
  display: inline-block; }

/*
// Header icons.
*/
.b-header-r {
  padding-top: 14px; }
  @media screen and (min-width: 1171px) {
    .b-header-r.b-header-r--icon {
      padding-right: 54px; } }

.b-header-r--icon .b-header-ico-group {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  padding-top: 0; }
.b-header-r--icon .b-header-ico > .fa {
  padding: 0 6px;
  margin: 0; }

.b-header-ico-group {
  padding-top: 8px; }
  .b-header-ico-group .b-header-ico {
    display: inline-block;
    height: 100%;
    padding-top: 38px; }
  .b-header-ico-group .b-header-ico-cart-parent:hover .b-option-cart__items {
    display: block; }
  .b-header-ico-group .b-header-ico-cart-parent:hover:after {
    background: rgba(255, 255, 255, 0.01);
    bottom: 0;
    content: "";
    height: 50%;
    right: 0;
    position: absolute;
    width: 242px; }
  .b-header-ico-group .fa {
    font-size: 13px;
    margin-right: 13px; }
    @media screen and (max-width: 1171px) {
      .b-header-ico-group .fa {
        display: none; } }
  .b-header-ico-group .f-btn .fa {
    margin-right: 0; }

.f-header-ico-group .fa {
  color: #72be58; }
.f-header-ico-group .f-btn .fa {
  color: #72be58; }
.f-header-ico-group .f-btn:hover .fa {
  color: #fff; }

/*
// Option panel.
*/
.b-top-options-panel {
  min-height: 40px;
  border-bottom: 1px solid #ebebeb; }
  @media screen and (max-width: 767px) {
    .b-top-options-panel {
      display: none; } }

.b-option-contacts {
  float: left;
  padding: 13px 0;
  vertical-align: middle; }
  .b-option-contacts a {
    vertical-align: middle;
    margin: 0 10px 0 0; }
    .b-option-contacts a .fa {
      vertical-align: middle;
      margin: 0 2px 0 0; }

.f-option-contacts a {
  font-size: 0.92308em;
  line-height: 1;
  color: #72be58; }
  .f-option-contacts a:hover {
    color: #898989; }
.f-option-contacts .fa {
  font-size: 1.53846em;
  line-height: 1; }

.b-option-total-cart {
  float: right; }

.b-option-total-cart__goods {
  position: relative; }

.b-option-total-cart__numbers {
  display: inline-block;
  height: 44px;
  padding: 0 3px 0 7px;
  vertical-align: middle;
  background: #f7f7f7; }
  .b-option-total-cart__numbers .fa {
    margin: 0 8px 0 0; }

.f-option-total-cart__numbers {
  font-size: 0.92308em;
  line-height: 3.83333;
  color: #72be58; }
  .f-option-total-cart__numbers:hover {
    color: #898989; }
  .f-option-total-cart__numbers .fa {
    font-size: 1.23077em;
    line-height: 1.2; }

.b-option-total-cart__goods:hover .b-option-cart__items {
  display: block; }

.b-option-cart__items {
  display: none;
  position: absolute;
  width: 242px;
  top: 100%;
  right: 0;
  border-top: 2px solid #72be58;
  box-shadow: 0 1px 1px rgba(108, 108, 108, 0.7);
  z-index: 100;
  background: #fff;
  padding: 0 10px 14px 15px; }
  .b-option-cart__items ul {
    padding: 0;
    margin: 0 0 10px;
    list-style-type: none; }
    .b-option-cart__items ul li {
      padding: 9px 5px 10px 0;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #dadada; }
      .b-option-cart__items ul li .b-icon--fa.fa {
        display: block;
        position: absolute;
        top: 50%;
        right: 4px;
        background: #333333;
        color: #fff;
        font-size: 9px;
        border-radius: 50%;
        padding: 1px 2px 2px;
        cursor: pointer;
        margin: -6px 0 0; }
  .b-option-cart__items:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    right: 3px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #72be58;
    border-top: 0; }

.b-option-cart__items__title {
  padding: 13px 0 8px 0;
  border-bottom: 1px solid #dadada; }

.f-option-cart__items__title {
  color: #72be58;
  text-transform: uppercase; }

.b-option-cart__items__img {
  float: left;
  margin: 0 7px 0 0;
  height: 50px; }
  .b-option-cart__items__img .b-item-hover-action__inner-btn_group .b-btn {
    padding: 5px 5px 3px; }
  .b-option-cart__items__img .b-item-hover-action__inner-btn_group {
    margin: 0; }

.b-option-cart__items__descr {
  overflow: hidden; }
  .b-option-cart__items__descr .b-option-cart__descr__title {
    display: block;
    margin: 0 0 8px; }
  .b-option-cart__items__descr .b-option-cart__descr__cost {
    display: block; }

.b-option-cart__items__descr .f-option-cart__descr__title {
  color: #72be58;
  font-weight: normal; }
  .b-option-cart__items__descr .f-option-cart__descr__title a {
    color: #72be58; }
    .b-option-cart__items__descr .f-option-cart__descr__title a:hover {
      color: #898989; }
.b-option-cart__items__descr .f-option-cart__descr__cost {
  color: #666666; }

.b-option-cart__btn .button-xs {
  text-transform: uppercase; }

.b-top-options-panel--color.b-top-options-panel {
  background: #72be58;
  box-shadow: inset 0 -1px 3px rgba(108, 108, 108, 0.7); }

.b-top-options-panel--color .f-option-contacts a {
  color: #fff; }
.b-top-options-panel--color .f-option-total-cart__numbers {
  color: #fff; }

.b-top-options-panel--color .b-option-total-cart__numbers {
  background: none; }

/*
// Search box.
*/
.b-search-box {
  position: relative;
  cursor: pointer; }
  .b-search-box .fa {
    position: relative;
    z-index: 2; }
  .b-search-box input {
    font-size: 0.92308em;
    line-height: 1.33333;
    display: none;
    position: absolute;
    top: -7px;
    right: 33px;
    z-index: 1;
    border: 1px solid #72be58;
    height: 33px;
    width: 181px;
    padding: 0 30px 0 6px;
    color: #666666; }
    .b-search-box input:focus {
      border: 1px solid #72be58;
      box-shadow: 0 0 5 0px rgba(0, 0, 0, 0.32); }
    .b-search-box input + button.b-search-submit {
      background: #72be58;
      color: #fff;
      display: none;
      height: 31px;
      margin-right: 0;
      padding: 0 10px;
      position: absolute;
      right: 34px;
      border-radius: 0 2px 2px 0;
      top: -6px;
      z-index: 2; }
      .b-search-box input + button.b-search-submit:focus {
        outline: 0;
        border: 0; }
    .b-search-box input.is-visible {
      display: inline-block; }
      .b-search-box input.is-visible + button.b-search-submit {
        display: block; }

.b-header--bottom-menu {
  padding-bottom: 0; }
  .b-header--bottom-menu .b-header-r {
    background: #72be58;
    box-shadow: inset 0 -2px 5px #5e9c48;
    padding: 0;
    margin: 0 0 -3px;
    height: 46px; }
    @media screen and (max-width: 1170px) {
      .b-header--bottom-menu .b-header-r {
        display: none; } }
  @media screen and (max-width: 1170px) {
    .b-header--bottom-menu .b-header-ico-group {
      display: none; } }

.b-header--bottom-menu .b-option-total-cart__numbers {
  height: 44px;
  background: none;
  padding: 0 20px 0 0; }
.b-header--bottom-menu .b-option-cart__items {
  top: 44px; }
  .b-header--bottom-menu .b-option-cart__items:before {
    display: none; }

.b-header--bottom-menu .f-option-total-cart__numbers {
  color: #fff; }

.b-header-top-wrap {
  margin: 0 0 18px; }
  .b-header-top-wrap:after {
    content: '';
    display: block;
    position: relative;
    clear: both; }
  .b-header-top-wrap .b-header-ico-group {
    padding-top: 11px; }

.b-header-ico-group .b-header__search-box {
  margin-top: 7px;
  vertical-align: middle; }

.b-header__search-box {
  position: relative;
  vertical-align: middle;
  display: inline-block; }
  .b-header__search-box .fa {
    display: block;
    position: absolute;
    top: 8px;
    right: 4px;
    width: 5px;
    height: 5px; }
  .b-header__search-box input {
    font-size: 0.92308em;
    line-height: 2.66667;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 -1px 4px #ececec;
    border-radius: 2px;
    height: 32px;
    padding: 0 30px 0 11px;
    width: 253px; }
    .b-header__search-box input::-webkit-input-placeholder {
      line-height: 32px; }
    .b-header__search-box input::-moz-placeholder {
      line-height: 32px; }
    .b-header__search-box input + button.b-search-submit {
      display: none; }

/*
// Social block.
*/
.b-header__social-box {
  vertical-align: middle;
  display: inline-block;
  margin: 7px 0 0 11px; }
  .b-header__social-box a {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ebebeb;
    text-align: center; }
    .b-header__social-box a .fa {
      font-size: 14px;
      line-height: 30px;
      vertical-align: middle;
      margin: 0;
      color: #b5b5b5; }
    .b-header__social-box a:hover .fa {
      color: #72be58; }

.b-header__social-box.b-header__social-box--no-fon a {
  background: none; }

/*
// Additional classes.
*/
.j-menu-container .b-top-nav {
  z-index: 150;
  position: relative; }

.b-header--big-top-menu .b-header-r {
  padding-top: 18px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1170px) {
    .b-header--big-top-menu .b-header-r {
      padding: 0; } }
.b-header--big-top-menu .b-logo {
  padding-top: 18px;
  padding-bottom: 20px; }
.b-header--big-top-menu .b-top-nav__1level {
  min-height: 89px; }

[data-nav_slide] {
  cursor: pointer; }

.static-header {
  padding-top: 0px; }
  .static-header header {
    position: relative; }

.is-page-without-header {
  padding-top: 0; }

.is-fixed-header header {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2); }
.is-fixed-header .b-header__box {
  padding-top: 10px;
  padding-bottom: 10px; }
.is-fixed-header .b-logo img {
  max-width: 110px; }
.is-fixed-header .b-header-r {
  padding-top: 5px; }
.is-fixed-header .b-header--big-top-menu .b-header-r {
  padding-top: 0; }
.is-fixed-header .b-top-options-panel,
.is-fixed-header .b-header--hide {
  display: none; }
.is-fixed-header .b-header--bottom-menu .b-header-r {
  padding: 0; }
.is-fixed-header .b-header-ico {
  padding-top: 20px; }

.b-fa-shopping-cart {
  display: inline-block;
  z-index: 10;
  position: relative; }

header.b-transparency-header {
  background-color: transparent; }
  header.b-transparency-header .f-top-nav__1level > a,
  header.b-transparency-header .f-top-nav__1level > span {
    color: #fff; }

/* Footer
// ========================================================================== */
/*
// Base Layout.
*/
footer {
  background: #f8f8f8;
  border-top: 3px solid #72be58;
  position: relative;
  z-index: 2; }
  footer.b-footer-transparent {
    background: transparent; }
    footer.b-footer-transparent .b-footer-primary {
      background-color: transparent; }

/*
// Primary block (Menu / Copyright).
*/
.b-footer-primary {
  box-shadow: 0 0 3px 0 #f3eeeb;
  background: #f4f4f4;
  border-bottom: 1px solid #e9e9e9;
  padding: 14px 0 8px 0; }

.b-footer-primary-bottom {
  border-top: 1px solid #e9e9e9;
  border-bottom-width: 0; }

/*
// Secondary block (Logo / Widgets).
*/
.b-footer-secondary {
  padding: 26px 0 26px 0; }
  @media screen and (max-width: 639px) {
    .b-footer-secondary {
      padding-top: 20px; } }
  @media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-'] {
      border-top: 1px solid #dddddd;
      margin-left: 0;
      padding-bottom: 10px;
      padding-top: 5px; } }
  @media screen and (max-width: 639px) {
    .b-footer-secondary > [class*='col-'] {
      border-top: 0;
      padding-top: 0;
      padding-bottom: 20px; } }
  @media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-']:first-child {
      border-top: 0; } }
  @media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-']:last-child {
      padding-bottom: 0; } }

.f-copyright {
  font-size: 0.92308em;
  line-height: 2.5;
  color: #a5a5a5; }

.b-footer-logo-containter:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.b-footer-logo {
  margin-bottom: 17px; }
  @media screen and (max-width: 979px) {
    .b-footer-logo {
      float: left;
      margin-right: 20px;
      margin-bottom: 0; } }
  @media screen and (max-width: 639px) {
    .b-footer-logo {
      display: block;
      height: auto;
      max-width: 100%;
      margin: 0 auto;
      margin-right: 20px;
      width: 22%; } }

@media screen and (max-width: 979px) {
  .b-footer-logo-text {
    overflow: hidden;
    margin-top: 10px; } }

@media screen and (max-width: 979px) {
  .f-footer-logo-text {
    text-align: left; } }

.f-footer-logo-text {
  font-size: 0.92308em;
  line-height: 1.66667;
  color: #515151; }

.f-btn-group-hor__item {
  text-align: center; }
  .f-btn-group-hor__item .fa {
    font-size: 16px;
    line-height: 1.2;
    color: #fff; }
  .f-btn-group-hor__item:hover {
    color: #fff; }

.b-btn-group-hor__item {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #b1b1b1;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  padding: 7px 0px;
  margin: 0 3px;
  width: 32px; }
  .b-btn-group-hor__item:hover {
    background: #72be58; }

.b-btn.b-footer__btn_up {
  padding-right: 10px;
  padding-left: 10px;
  bottom: 30px;
  right: 30px;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .b-btn.b-footer__btn_up {
      display: none; } }

.f-footer__btn_up {
  font-size: 1.15385em;
  line-height: 1; }

/* Top navigation
// ========================================================================== */
/*
// Base Layout (for each levels).
*/
@media screen and (max-width: 1170px) {
  .b-top-nav {
    display: none; } }

.b-top-nav__1level_wrap {
  margin: 0 23px 0 0;
  padding: 0;
  margin-bottom: 11px; }
  .b-top-nav__1level_wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-top-nav__1level {
  float: left;
  list-style: none;
  position: relative; }
  .b-top-nav__1level > a {
    padding: 6px 15px;
    white-space: nowrap;
    float: left; }
    @media screen and (max-width: 1170px) {
      .b-top-nav__1level > a {
        float: none; } }
  .b-top-nav__1level.is-active-top-nav__1level {
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: #72be58; }
  @media screen and (max-width: 1170px) {
    .b-top-nav__1level .b-ico-dropdown {
      font-size: 1.15385em;
      line-height: 1.2;
      display: none;
      position: absolute;
      padding: 20px 10px 10px 10px;
      top: 0;
      bottom: 0;
      right: 10px; } }
  @media screen and (min-width: 1171px) {
    .b-top-nav__1level .b-ico-dropdown {
      top: 33px;
      display: none;
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-width: 12px;
      border-style: solid;
      border-color: transparent transparent #72be58 transparent;
      margin-left: -11px; }
      .b-top-nav__1level .b-ico-dropdown i {
        display: none; } }

.f-top-nav a {
  font-size: 1.07692em;
  line-height: 1;
  text-decoration: none; }
.f-top-nav .is-active-top-nav__1level > a, .f-top-nav .is-active-top-nav__1level > span {
  color: #fff; }

/*
// Animation.
*/
header.animated .b-ico-dropdown {
  border-color: #72be58 transparent transparent transparent;
  top: 47px; }

.b-top-nav-show-slide {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #72be58;
  padding: 7px 5px 3px 5px; }
  @media screen and (min-width: 1171px) {
    .b-top-nav-show-slide {
      display: none; } }

.f-top-nav-show-slide {
  font-size: 1.30769em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center; }

/*
// Base Layout (for each levels) - Continue.
*/
.b-top-nav-dropdown {
  background: #fff;
  float: none;
  width: 100%; }
  .b-top-nav-dropdown .b-ico-dropdown {
    display: inline;
    border: 0 none; }
    .b-top-nav-dropdown .b-ico-dropdown i {
      display: inline; }
  .b-top-nav-dropdown .b-top-nav__1level_wrap {
    margin-right: 0; }
  .b-top-nav-dropdown .b-top-nav__1level {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #f5f7f8;
    display: block;
    float: none;
    position: relative;
    padding: 0; }
    .b-top-nav-dropdown .b-top-nav__1level > a {
      display: block;
      padding: 20px 20px 20px 20px; }
  .b-top-nav-dropdown .is-active-top-nav__1level {
    background: none; }
  .b-top-nav-dropdown .is-active-top-nav__dropdown {
    background: url(../img/diagonal-line-bg.png) repeat left top #f8f8f8; }

.f-top-nav-dropdown .f-top-nav__1level > a {
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase; }
  .f-top-nav-dropdown .f-top-nav__1level > a:hover {
    color: #666666; }
.f-top-nav-dropdown .is-active-top-nav__1level > a, .f-top-nav-dropdown .is-active-top-nav__1level > a:hover {
  color: #72be58; }

.b-top-nav__1level:hover .b-ico-dropdown {
  display: block; }
@media screen and (min-width: 1171px) {
  .b-top-nav__1level:hover .b-top-nav__dropdomn {
    opacity: 1;
    visibility: visible; } }

.b-top-nav-dropdown .b-top-nav__1level:hover .b-top-nav__dropdomn {
  display: none; }

.b-top-nav__dropdomn {
  display: block;
  visibility: hidden;
  padding-left: 20px; }
  @media screen and (max-width: 1170px) {
    .b-top-nav__dropdomn {
      display: none;
      visibility: visible;
      opacity: 1; } }
  @media screen and (min-width: 1171px) {
    .b-top-nav__dropdomn {
      -webkit-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      -ms-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s;
      opacity: 0;
      position: absolute;
      top: 60px;
      left: 50%;
      margin-left: -116px;
      width: auto;
      padding: 19px 15px 5px;
      background: #fff;
      box-shadow: 0 1px 1px #e3e3e3;
      visibility: hidden;
      z-index: 100; }
      .b-top-nav__dropdomn:before {
        content: '';
        background: rgba(255, 255, 255, 0.01);
        /* Background has been added for fake block to E10 */
        display: block;
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 37px; }
      .b-top-nav__dropdomn.nav-position-right {
        left: 0;
        margin-left: 0; }
      .b-top-nav__dropdomn.nav-position-left {
        left: auto;
        right: 0;
        margin-left: 0; } }

.is-fixed-header .b-top-nav__dropdomn {
  top: 48px; }

@media screen and (min-width: 1171px) {
  .b-top-nav__2level_wrap {
    display: inline-block;
    padding: 0;
    vertical-align: top; }
    .b-top-nav__2level_wrap .fa {
      display: none; }
    .b-top-nav__2level_wrap li:first-child a {
      border-top: 0; } }
@media screen and (max-width: 1170px) {
  .b-top-nav__2level_wrap {
    border-top: 1px solid #eff1f2;
    padding: 20px 0 0 20px; } }

/*
// Additional classes for other version of navigation.
*/
@media screen and (min-width: 1171px) {
  .b-top-nav-big .b-top-nav__2level_wrap {
    padding: 0 10px; } }

.f-top-nav__dropdomn {
  white-space: nowrap; }

.f-top-nav__2level_title {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #666666; }
  .f-top-nav__2level_title.is-active-top-nav__2level-title {
    color: #72be58; }
  @media screen and (min-width: 1171px) {
    .f-top-nav__2level_title {
      font-size: 1.07692em;
      line-height: 1;
      color: #72be58;
      text-transform: uppercase; } }

.b-top-nav__2level_title {
  list-style: none;
  margin-bottom: 6px; }
  @media screen and (max-width: 1170px) {
    .b-top-nav__2level_title {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1171px) {
    .b-top-nav__2level_title {
      padding: 0 5px; } }

.b-top-nav__2level {
  list-style: none; }
  .b-top-nav__2level a {
    padding: 10px 0 15px;
    display: inline-block; }
    .b-top-nav__2level a:hover {
      background: #eee; }
    @media screen and (min-width: 1171px) {
      .b-top-nav__2level a {
        display: block;
        padding: 9px 5px 9px;
        min-width: 197px;
        border-top: 1px solid #e8e8e8; } }
  @media screen and (max-width: 1170px) {
    .b-top-nav__2level i {
      margin-right: 8px; } }

.f-top-nav__2level a {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #666666; }
  .f-top-nav__2level a:hover {
    color: #72be58; }
@media screen and (min-width: 1171px) {
  .f-top-nav__2level:hover > a {
    color: #72be58; } }

.is-active-top-nav__2level > a {
  color: #72be58; }

.b-menu-1level-ico {
  margin-right: 5px;
  display: none; }

@media screen and (min-width: 1171px) {
  .b-top-nav--icon .b-top-nav__1level > a {
    padding: 6px 10px 6px 8px; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--icon .b-menu-1level-ico {
    display: inline-block; } }
@media screen and (max-width: 1171px) {
  .b-top-nav--icon .b-menu-1level-ico {
    display: none; } }

.b-top-nav--arrow .b-top-nav__1level.is-active-top-nav__1level {
  background: none; }
  .b-top-nav--arrow .b-top-nav__1level.is-active-top-nav__1level:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    margin: 0 0 0 -7px;
    border-bottom-color: #72be58;
    border-top: 0; }

.b-top-nav--arrow.f-top-nav .is-active-top-nav__1level > a {
  color: #72be58; }

.b-top-nav--bottom {
  float: left; }
  .b-top-nav--bottom .b-top-nav__1level_wrap {
    margin: 0; }
  @media screen and (max-width: 1170px) {
    .b-top-nav--bottom {
      float: none; } }

@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .b-top-nav__1level {
    padding: 0;
    border-right: 1px solid #72be58;
    box-shadow: 1px 0 1px #5e9c48; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .b-top-nav__1level > a {
    display: block;
    height: 44px;
    padding: 0 15px 0 19px;
    vertical-align: middle; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .b-top-nav__1level > a:hover {
    background: #5e9c48;
    box-shadow: inset 0 -2px 5px #5e9c48; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .f-top-nav__1level > a {
    line-height: 44px;
    color: #fff; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .b-top-nav__1level.is-active-top-nav__1level {
    border-radius: 0;
    background: #5e9c48;
    box-shadow: inset 0 -2px 5px #5e9c48; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .b-top-nav__dropdomn {
    top: 47px; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .b-top-nav__dropdomn:before {
    height: 3px; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--bottom .b-top-nav__dropdomn:after {
    display: none; } }

@media screen and (min-width: 1171px) {
  .b-top-nav--bottom--icon.b-top-nav--bottom .b-top-nav__1level > a {
    padding: 0 15px 0 12px; } }

@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav ul {
    margin: 0; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .b-top-nav__1level {
    margin: 0 0 0 6px; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .b-top-nav__1level > a {
    padding: 25px 19px 18px; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .b-top-nav__1level > a .b-menu-1level-ico {
    display: block;
    margin: 0 auto; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .b-top-nav__1level > a .b-ico-dropdown {
    display: none; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .b-top-nav__1level.is-active-top-nav__1level {
    border-radius: 0; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .b-menu-1level-ico {
    margin-right: 0; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .f-top-nav__1level > a {
    line-height: 34px;
    text-align: center; } }
@media screen and (min-width: 1171px) {
  .b-top-nav--big-nav .f-top-nav__1level > a .fa-shopping-cart,
  .b-top-nav--big-nav .f-top-nav__1level > a .fa-search {
    color: #72be58; } }

.b-top-nav__1level.b-top-nav__1level--option:last-child {
  padding: 25px 0 0 23px; }
.b-top-nav__1level.b-top-nav__1level--option a:hover {
  color: #898989; }

.b-top-nav--big-nav .b-top-nav__dropdomn {
  top: 92px; }
  .b-top-nav--big-nav .b-top-nav__dropdomn:before {
    height: 3px; }

.b-top-nav--no-bg .b-top-nav__1level.is-active-top-nav__1level {
  background: transparent; }
  .b-top-nav--no-bg .b-top-nav__1level.is-active-top-nav__1level > a, .b-top-nav--no-bg .b-top-nav__1level.is-active-top-nav__1level > span {
    color: #72be58; }

@media screen and (min-width: 1171px) {
  .b-top-nav--arrow-w .b-top-nav__1level:hover .b-ico-dropdown {
    z-index: 101;
    border-color: transparent transparent #fff transparent;
    top: 27px; } }

.b-top-nav__1level--arrow-active .b-top-nav__1level {
  position: relative; }
  .b-top-nav__1level--arrow-active .b-top-nav__1level.is-active-top-nav__1level:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    margin: 0 0 0 -7px;
    border-bottom-color: #fff;
    border-top: 0; }

.f-top-nav__1level > a, .f-top-nav__1level > span {
  position: relative; }

.b-top-nav-big {
  position: static; }
  @media screen and (min-width: 1171px) {
    .b-top-nav-big .b-top-nav__dropdomn {
      position: absolute;
      left: 15px;
      right: 15px;
      top: 100%;
      margin-top: 3px;
      margin-left: 0 !important; } }
  @media screen and (min-width: 1171px) {
    .b-top-nav-big .b-top-nav__2level_wrap {
      width: 20%;
      float: left; } }

.b-top-nav__multi-lvl {
  list-style-type: none; }
  @media screen and (min-width: 1171px) {
    .b-top-nav__multi-lvl:first-child a {
      border-top: 0 none; } }

.b-top-nav__multi-lvl-box {
  display: none; }
  @media screen and (min-width: 1171px) {
    .b-top-nav__multi-lvl-box {
      position: absolute;
      left: 100%;
      top: 0;
      background: #fff;
      padding: 5px 15px;
      box-shadow: 0 1px 2px #e3e3e3, 0 0 1px #e3e3e3; } }

.b-top-nav__with-multi-lvl {
  position: relative; }
  @media screen and (min-width: 1171px) {
    .b-top-nav__with-multi-lvl {
      padding-right: 15px;
      margin-right: -15px; } }
  @media screen and (min-width: 1171px) {
    .b-top-nav__with-multi-lvl:hover > .b-top-nav__multi-lvl-box {
      display: block; } }

.is-active-multi-lvl > a i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

/* Bottom navigation
// ========================================================================== */
/*
// Base Layout.
*/
@media screen and (max-width: 767px) {
  .b-bottom-nav {
    float: none;
    padding-bottom: 15px;
    padding-top: 18px; } }
.b-bottom-nav ul {
  margin: 0;
  padding: 0; }
  .b-bottom-nav ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .b-bottom-nav ul {
      display: table;
      margin-right: 0;
      width: 100%; } }
.b-bottom-nav li {
  list-style: none;
  margin-right: 12px;
  float: left; }
  @media screen and (max-width: 767px) {
    .b-bottom-nav li {
      display: table-cell;
      float: none;
      margin-right: 0;
      padding-right: 10px; }
      .b-bottom-nav li:last-child {
        padding-right: 0; } }

.f-bottom-nav {
  font-size: 0.84615em;
  line-height: 2.72727; }
  .f-bottom-nav a {
    text-decoration: none; }
    .f-bottom-nav a:hover {
      color: #72be58; }
  .f-bottom-nav li.is-active-bottom-nav a {
    color: #72be58; }

/* Gallery
// ========================================================================== */
/*
// Base Layout.
*/
@media screen and (max-width: 767px) {
  .b-gallery-main {
    padding-bottom: 0; } }

.b-gallery-main-container [class*='col-'] {
  padding: 0; }
.b-gallery-main-container .b-gallery-main-item {
  border-left: 1px solid #fff; }
  .b-gallery-main-container .b-gallery-main-item:first-child {
    border-color: transparent; }

/*
// Items Layout.
*/
.b-gallery-main-item {
  position: relative; }
  .b-gallery-main-item img {
    display: block;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .b-gallery-main-item img {
        border-left: 0; } }
  .b-gallery-main-item .b-gallery-main-item__info {
    left: 1px; }
    @media screen and (max-width: 767px) {
      .b-gallery-main-item .b-gallery-main-item__info {
        left: 0; } }

.f-gallery-main-item__info_name {
  font-size: 1.38462em;
  line-height: 1.11111;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-gallery-main-item__info_name {
      font-size: 0.76923em;
      line-height: 2.3; } }
  @media screen and (max-width: 767px) {
    .f-gallery-main-item__info_name {
      font-size: 1em;
      line-height: 1.76923; } }

.f-gallery-main-item__info_desc {
  font-size: 0.92308em;
  line-height: 3.33333;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-gallery-main-item__info_desc {
      font-size: 0.53846em;
      line-height: 3.28571; } }
  @media screen and (max-width: 767px) {
    .f-gallery-main-item__info_desc {
      font-size: 0.76923em;
      line-height: 2.3; } }

/*
// Secondary version.
*/
.b-gallery--secondary .b-gallery-main-item {
  border-radius: 3px;
  overflow: hidden; }

/* Short Gallery Widget
// ========================================================================== */
/*
// Base Layout.
*/
@media screen and (min-width: 980px) {
  .b-short-photo-items-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-short-photo-items-group > .b-column {
    float: left;
    margin-left: 2.6%;
    width: 23.05%; }
  .b-short-photo-items-group > .b-column:first-child, .b-short-photo-items-group > .b-column:nth-child(4n+1) {
    margin-left: 0; } }
@media screen and (max-width: 979px) and (min-width: 768px) {
  .b-short-photo-items-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-short-photo-items-group > .b-column {
    float: left;
    margin-left: 1.6%;
    width: 9.68889%; }
  .b-short-photo-items-group > .b-column:first-child, .b-short-photo-items-group > .b-column:nth-child(9n+1) {
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  .b-short-photo-items-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-short-photo-items-group > .b-column {
    float: left;
    margin-left: 2.6%;
    width: 23.05%; }
  .b-short-photo-items-group > .b-column:first-child, .b-short-photo-items-group > .b-column:nth-child(4n+1) {
    margin-left: 0; } }

/*
// Items Layout.
*/
.b-short-photo-item {
  display: block;
  margin-bottom: 6px; }
  @media screen and (max-width: 767px) {
    .b-short-photo-item {
      margin-bottom: 10px; } }
  .b-short-photo-item img {
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid transparent; }
    .b-short-photo-item img:hover {
      border-color: #72be58; }

/* Portfolio
// ========================================================================== */
/*
// Base Layout.
*/
.b-portfolio {
  padding: 30px 0 40px; }

/*
// Items Layout.
*/
.b-portfolio__content-item-img img {
  width: 100%; }

.b-portfolio__content-item-inner {
  border-radius: 3px; }

.f-portfolio__content-item-inner-title {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.38462;
  color: #fff; }

.f-portfolio__content-item-inner-desc,
.f-portfolio__content-item-inner-desc a {
  font-size: 0.92308em;
  line-height: 1.33333;
  color: #fff; }

/* Sliders
// ========================================================================== */
/*
// Slider reset (Bx Slider).
*/
.b-slider-reset .bx-wrapper {
  margin: 0; }
  .b-slider-reset .bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: 0; }

/*
// Slider LG (Bx Slider).
*/
.b-slider-lg {
  margin: 0 auto; }
  .b-slider-lg .bx-wrapper {
    margin: 0; }
    .b-slider-lg .bx-wrapper .bx-controls-direction a {
      background: url("../img/slider/slider-lg-controls.png") no-repeat left top;
      height: 57px;
      width: 33px; }
      @media screen and (max-width: 979px) {
        .b-slider-lg .bx-wrapper .bx-controls-direction a {
          display: none; } }
      .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-prev {
        background-position: left top;
        left: 95px; }
        .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-prev:hover {
          background-position: left bottom; }
      .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-next {
        background-position: right top;
        right: 95px; }
        .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-next:hover {
          background-position: right bottom; }
  .b-slider-lg .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0; }

.b-slider-lg-item {
  background: url("../img/slider/slider-lg__bg.png") no-repeat left top;
  background-size: cover;
  height: 546px;
  position: relative; }
  @media screen and (max-width: 979px) {
    .b-slider-lg-item {
      height: 430px; } }
  @media screen and (max-width: 479px) {
    .b-slider-lg-item {
      height: 328px; } }
  .b-slider-lg-item .container,
  .b-slider-lg-item .row,
  .b-slider-lg-item .b-slider-lg_col {
    height: 100%; }
  .b-slider-lg-item .row {
    display: table; }
  .b-slider-lg-item .b-slider-lg_col {
    display: table-cell; }

.b-slider-lg-item__text {
  position: absolute;
  top: 50px;
  width: 100%;
  padding: 0 10px; }
  @media screen and (max-width: 979px) {
    .b-slider-lg-item__text {
      top: 70px; } }
  @media screen and (max-width: 479px) {
    .b-slider-lg-item__text {
      top: 25px; } }
  @media screen and (max-width: 479px) {
    .b-slider-lg-item__text h1 {
      margin-bottom: 14px; } }

.f-header-group {
  padding-left: 10px;
  border-left: 2px solid transparent; }
  .f-header-group h1, .f-header-group h2 {
    color: inherit; }

.f-header-group h1 {
  font-size: 5.53846em;
  line-height: 1; }
.f-header-group h2 {
  font-size: 3.69231em;
  line-height: 1; }

.f-header-group--light {
  border-color: #fff;
  color: #fff; }

.f-slider-lg-item__text {
  color: #fff;
  text-shadow: 0px -1px 1px #8e946a; }
  @media screen and (max-width: 979px) {
    .f-slider-lg-item__text h1 {
      font-size: 2.38462em;
      line-height: 1; } }
  @media screen and (max-width: 479px) {
    .f-slider-lg-item__text h1 {
      font-size: 1.69231em;
      line-height: 1; } }

.f-slider-lg-item__text_desc {
  font-size: 1.38462em;
  line-height: 1.66667; }
  @media screen and (max-width: 979px) {
    .f-slider-lg-item__text_desc {
      font-size: 1em;
      line-height: 1.69231; } }
  @media screen and (max-width: 479px) {
    .f-slider-lg-item__text_desc {
      font-size: 0.92308em;
      line-height: 1.5; } }

.f-slider-sm-item__text_desc {
  font-size: 1.07692em;
  line-height: 2.28571; }

.b-slider-lg-item__img {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  .b-slider-lg-item__img img {
    margin: 0 auto; }
    @media screen and (max-width: 979px) {
      .b-slider-lg-item__img img {
        max-width: 87%; } }

/*
// Slider  - Primary Version (Bx Slider).
*/
.b-slider-primary {
  background-color: #72be58; }
  .b-slider-primary .bx-wrapper {
    margin: 0; }
    .b-slider-primary .bx-wrapper .bx-viewport {
      background: none; }
    .b-slider-primary .bx-wrapper .bx-pager,
    .b-slider-primary .bx-wrapper .bx-controls-auto {
      bottom: 68px;
      margin: 0;
      z-index: 5; }
      @media screen and (max-width: 979px) {
        .b-slider-primary .bx-wrapper .bx-pager,
        .b-slider-primary .bx-wrapper .bx-controls-auto {
          bottom: 30px; } }
      .b-slider-primary .bx-wrapper .bx-pager a,
      .b-slider-primary .bx-wrapper .bx-controls-auto a {
        background: transparent;
        border: 3px solid #fff;
        border-radius: 6px;
        width: 13px;
        height: 13px;
        margin: 0 3px 0 0; }
        @media screen and (max-width: 979px) {
          .b-slider-primary .bx-wrapper .bx-pager a,
          .b-slider-primary .bx-wrapper .bx-controls-auto a {
            height: 10px;
            width: 10px; } }
        .b-slider-primary .bx-wrapper .bx-pager a.active, .b-slider-primary .bx-wrapper .bx-pager a:hover,
        .b-slider-primary .bx-wrapper .bx-controls-auto a.active,
        .b-slider-primary .bx-wrapper .bx-controls-auto a:hover {
          background: #fff; }
  .b-slider-primary .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0; }
  .b-slider-primary .j-slider-primary {
    height: 100%; }

.b-slider-primary-item {
  padding: 65px 0 90px;
  min-height: 100%; }
  @media screen and (max-width: 979px) {
    .b-slider-primary-item {
      padding: 42px 0 45px; } }
  .b-slider-primary-item.b-slider-one-color {
    background: #72be58; }
  .b-slider-primary-item .container {
    max-width: 1200px;
    width: auto; }

.b-slider-primary-item--bg.b-slider-primary-item {
  background-image: url("../img/slider/slider-bg1.jpg");
  background-size: cover;
  display: none; }
.b-slider-primary-item--bg.b-slider-primary-item:first-child {
  display: block; }

.b-slider-primary-item--bg1.b-slider-primary-item {
  background-image: url("../img/homepage/slider-bg2.jpg");
  background-size: cover; }

.b-slider-primary-item--bg2.b-slider-primary-item {
  background-image: url("../img/homepage/slider-bg3.jpg");
  background-size: cover; }

.f-slider-primary-item {
  color: #fff;
  text-align: center; }

.f-slider-primary-item__title .fa {
  font-size: 4.61538em;
  line-height: 1; }
  @media screen and (max-width: 979px) {
    .f-slider-primary-item__title .fa {
      font-size: 3.07692em;
      line-height: 1; } }
.f-slider-primary-item__title span {
  font-size: 2.30769em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-slider-primary-item__title span {
      font-size: 1.61538em;
      line-height: 1; } }

.b-slider-primary-item__title .fa {
  margin-bottom: 12px; }

.f-slider-primary-item__text {
  font-size: 1.84615em;
  line-height: 1.5; }
  @media screen and (max-width: 979px) {
    .f-slider-primary-item__text {
      font-size: 1.30769em;
      line-height: 1.47059; } }
  .f-slider-primary-item__text a {
    color: #fff; }

.b-slider-primary-item__text {
  margin-top: 18px; }
  @media screen and (max-width: 979px) {
    .b-slider-primary-item__text {
      margin-top: 7px; } }

/*
// Pager (Bx Slider).
*/
.b-pager-light-b .bx-wrapper .bx-pager, .b-pager-light-b .bx-wrapper .bx-controls-auto {
  bottom: 30px;
  margin: 0;
  z-index: 99999; }
  @media screen and (max-width: 979px) {
    .b-pager-light-b .bx-wrapper .bx-pager, .b-pager-light-b .bx-wrapper .bx-controls-auto {
      bottom: 30px; } }
  .b-pager-light-b .bx-wrapper .bx-pager a, .b-pager-light-b .bx-wrapper .bx-controls-auto a {
    background: transparent;
    border: 3px solid #fff;
    border-radius: 6px;
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0; }
    @media screen and (max-width: 979px) {
      .b-pager-light-b .bx-wrapper .bx-pager a, .b-pager-light-b .bx-wrapper .bx-controls-auto a {
        height: 10px;
        width: 10px; } }
    .b-pager-light-b .bx-wrapper .bx-pager a.active, .b-pager-light-b .bx-wrapper .bx-pager a:hover, .b-pager-light-b .bx-wrapper .bx-controls-auto a.active, .b-pager-light-b .bx-wrapper .bx-controls-auto a:hover {
      background: #fff; }

/*
// Slider LG - Secondary version (Bx Slider).
*/
.b-slider-lg-info-l__item {
  max-height: 488px;
  min-height: 350px;
  position: relative; }
  .b-slider-lg-info-l__item img {
    width: 100%; }
    @media screen and (max-width: 979px) {
      .b-slider-lg-info-l__item img {
        height: 100%;
        width: auto;
        max-width: none; } }

.b-slider-lg-info-l__item-text {
  position: absolute;
  top: 35%;
  max-width: 100%; }
  @media screen and (max-width: 1023px) {
    .b-slider-lg-info-l__item-text {
      top: 15%;
      padding: 0 10px 10px 10px; } }

@media screen and (max-width: 767px) {
  .f-slider-lg-info-l__item-text {
    text-align: center; } }

.b-slider-lg-info-l__item-title {
  display: block;
  position: relative;
  left: 90px;
  border-left: 3px solid #72be58;
  padding-left: 10px;
  margin-bottom: 28px; }
  @media screen and (max-width: 1023px) {
    .b-slider-lg-info-l__item-title {
      left: 0; } }

.b-slider-lg-info-l__item-title-secondary {
  border-color: #fff; }

.b-slider-lg-info-l__item-title-tertiary {
  border-color: #fff;
  padding: 5px 10px 5px 10px; }

.f-slider-lg-info-l__item-title {
  text-align: left; }
  .f-slider-lg-info-l__item-title h1, .f-slider-lg-info-l__item-title h2, .f-slider-lg-info-l__item-title p {
    color: #fff;
    line-height: 1; }
  .f-slider-lg-info-l__item-title p {
    font-size: 1.23077em;
    line-height: 1.625;
    color: #fff; }
  .f-slider-lg-info-l__item-title h1 {
    margin: 0; }
    @media screen and (max-width: 979px) {
      .f-slider-lg-info-l__item-title h1 {
        font-size: 1.84615em;
        line-height: 1; } }
  .f-slider-lg-info-l__item-title h2 {
    margin: 0 0 5px 0; }
    @media screen and (max-width: 979px) {
      .f-slider-lg-info-l__item-title h2 {
        font-size: 1.53846em;
        line-height: 1; } }
  .f-slider-lg-info-l__item-title p {
    margin: 10px 0 0; }

.b-slider-lg-info-l__item-link {
  transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -webkit-transform: skewX(160deg);
  background: rgba(45, 45, 45, 0.63);
  display: inline-block;
  padding: 18px 25px 18px 60px;
  position: relative;
  left: -10px; }
  @media screen and (max-width: 1023px) {
    .b-slider-lg-info-l__item-link {
      left: 0;
      padding: 18px 15px 18px 15px;
      margin: 0 15px; } }

.b-slider-lg-info-l__item-anchor {
  transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  display: block;
  margin-left: 23px; }
  @media screen and (max-width: 1023px) {
    .b-slider-lg-info-l__item-anchor {
      margin-left: 0; } }

.f-slider-lg-info-l__item-anchor {
  font-size: 1.84615em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap; }
  @media screen and (max-width: 979px) {
    .f-slider-lg-info-l__item-anchor {
      font-size: 1.38462em;
      line-height: 1; } }
  @media screen and (max-width: 767px) {
    .f-slider-lg-info-l__item-anchor {
      white-space: normal; } }

.b-slider-lg-info-l__item-link-after {
  transform: skewX(180deg);
  -ms-transform: skewX(180deg);
  -webkit-transform: skewX(180deg);
  background: #72be58;
  color: #fff;
  content: '';
  position: absolute;
  right: -50px;
  text-align: center;
  top: 0;
  width: 38px; }
  @media screen and (max-width: 767px) {
    .b-slider-lg-info-l__item-link-after {
      display: none; } }
  .b-slider-lg-info-l__item-link-after > .fa {
    font-size: 1.84615em;
    line-height: 1;
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    padding: 18px 0px 18px 0px; }
    @media screen and (max-width: 979px) {
      .b-slider-lg-info-l__item-link-after > .fa {
        font-size: 1.38462em;
        line-height: 1; } }

/*
// Slider - About (Bx Slider).
*/
.b-slider-about .bx-wrapper .bx-pager, .b-slider-about .bx-wrapper .bx-controls-auto {
  position: relative;
  bottom: auto;
  text-align: left; }
  .b-slider-about .bx-wrapper .bx-pager a, .b-slider-about .bx-wrapper .bx-controls-auto a {
    background: transparent;
    border: 3px solid #fff;
    border-radius: 6px;
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0; }
    @media screen and (max-width: 979px) {
      .b-slider-about .bx-wrapper .bx-pager a, .b-slider-about .bx-wrapper .bx-controls-auto a {
        height: 10px;
        width: 10px; } }
    .b-slider-about .bx-wrapper .bx-pager a.active, .b-slider-about .bx-wrapper .bx-pager a:hover, .b-slider-about .bx-wrapper .bx-controls-auto a.active, .b-slider-about .bx-wrapper .bx-controls-auto a:hover {
      background: transparent;
      border-color: #72be58; }

.f-slider-lg_text-medium {
  font-size: 1.38462em;
  line-height: 1.66667; }

/*
// Slider Layout (Revolution Slider).
*/
.b-slidercontainer {
  width: 100%;
  position: relative;
  padding: 0; }
  .b-slidercontainer ul {
    list-style-type: none; }
  .b-slidercontainer li {
    visibility: hidden; }

.b-slider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .b-slider.b-slider--thumb.b-slider--navi-alt .tp-bullets {
    text-align: left; }

.b-slider .b-product-card__visual-thumb img {
  border-radius: 3px; }

/*
// Slider Layout (Flex Slider).
*/
.b-slider .flexslider {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 30px; }
.b-slider.b-slider--innerbullet .flexslider {
  margin-bottom: 0; }
.b-slider.b-slider--innerbullet .flexslider-thumbnail {
  top: 100%;
  margin-top: -91px;
  padding: 9px 13px 9px 13px;
  height: 91px;
  background-color: rgba(0, 0, 0, 0.32); }
  .b-slider.b-slider--innerbullet .flexslider-thumbnail li:first-child {
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .b-slider.b-slider--innerbullet .flexslider-thumbnail {
      display: none; } }

/*
// Controls.
*/
.b-slider--arr-hide .tparrows {
  display: none; }

.f-slider-lg_text-medium {
  font-size: 1.38462em;
  line-height: 1.66667; }

.b-carousel-arr-out .bx-prev {
  left: -40px; }
.b-carousel-arr-out .bx-next {
  right: -40px; }

.b-carousel-small-arr .bx-controls-direction a {
  background: 0 none;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #989898;
  width: 10px; }
  .b-carousel-small-arr .bx-controls-direction a:hover {
    color: #72be58; }
  .b-carousel-small-arr .bx-controls-direction a:before {
    position: absolute;
    left: 0;
    text-indent: 0; }
.b-carousel-small-arr .bx-prev:before {
  content: "\f104"; }
.b-carousel-small-arr .bx-next:before {
  content: "\f105"; }

.b-slider--navi-alt {
  margin-bottom: 100px; }
  .b-slider--navi-alt .tp-bullets {
    top: 100%;
    margin-top: 28px; }
  .b-slider--navi-alt .bullet {
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px #989898;
    margin: 0 5px;
    height: 60px; }
  .b-slider--navi-alt.b-slider--thumb .tp-bullets.simplebullets.round .bullet:hover, .b-slider--navi-alt.b-slider--thumb .tp-bullets.simplebullets.round .bullet.selected {
    border-color: #fff;
    box-shadow: 1px 0 0 #72be58, 0px 1px 0 #72be58, -1px 0 0 #72be58, 0px -1px 0 #72be58; }

body .b-slider--thumb-visible .tp-bullets {
  opacity: 1; }

/*
// Slider with Thumbnails (Revolution Slider).
*/
.b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb {
  margin-bottom: 140px; }
  .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets {
    width: 100% !important;
    height: 103px !important;
    margin-top: 10px;
    padding: 0px; }
    .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask {
      width: inherit !important;
      height: inherit !important; }
      .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask .tp-thumbcontainer {
        left: 0 !important;
        position: relative; }
        .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask .tp-thumbcontainer .bullet {
          border: 0;
          border-radius: 2px;
          box-shadow: none;
          margin-right: 8px; }
          .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask .tp-thumbcontainer .bullet:last-child {
            margin-right: 0; }
  @media screen and (max-width: 639px) {
    .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb {
      margin-bottom: 0; } }

.b-slider.b-slider--thumb .tp-bullets.simplebullets.round .bullet:hover, .b-slider.b-slider--thumb .tp-bullets.simplebullets.round .bullet.selected {
  border-color: #72be58; }

.f-small-arr .tp-rightarrow.tparrows.default:hover,
.f-small-arr .tp-leftarrow.tparrows.default:hover {
  color: #72be58; }

/*
// Slider inner bullet (Bx Slider).
*/
.b-slider.b-slider--navi-alt.b-slider--innerbullet {
  margin-bottom: 0; }
  .b-slider.b-slider--navi-alt.b-slider--innerbullet .simplebullets.round.tp-bullets {
    top: 100%;
    margin-top: -89px;
    padding: 13px 13px 9px 13px;
    height: 89px;
    background-color: rgba(0, 0, 0, 0.32); }
    .b-slider.b-slider--navi-alt.b-slider--innerbullet .simplebullets.round.tp-bullets .bullet {
      width: 105px;
      height: 68px;
      border-width: 3px;
      border-radius: 3px; }

/*
// Fixed Slider.
*/
.j-fixed-slider.is-active {
  position: fixed;
  z-index: 1; }

.b-slider_text-indent {
  padding: 0.8em 1em; }

/*
// Slider list.
*/
.b-slidercontainer .b-slider-list {
  margin: 6px 0 0; }
  .b-slidercontainer .b-slider-list li {
    visibility: visible;
    margin: 0 0 5px; }

.slider-list-wrapper {
  margin: 6px 0 0; }
  .slider-list-wrapper .slider-list-item {
    visibility: visible;
    margin: 0 0 5px; }

.b-slider-list .fa, .b-slider-list span,
.slider-list-wrapper .fa,
.slider-list-wrapper span {
  display: inline-block;
  background: rgba(105, 104, 85, 0.6); }
  @media screen and (max-width: 639px) {
    .b-slider-list .fa, .b-slider-list span,
    .slider-list-wrapper .fa,
    .slider-list-wrapper span {
      background: none; } }

.b-slider-list .fa,
.slider-list-wrapper .fa {
  font-size: 1.38462em;
  line-height: 1.2;
  text-align: center;
  width: 38px;
  padding: 7px 0;
  margin: 0 5px 0 0;
  vertical-align: middle; }
  @media screen and (max-width: 639px) {
    .b-slider-list .fa,
    .slider-list-wrapper .fa {
      padding: 0;
      width: auto; } }
.b-slider-list span,
.slider-list-wrapper span {
  padding: 7px 14px 7px 9px;
  vertical-align: middle; }
  @media screen and (max-width: 639px) {
    .b-slider-list span,
    .slider-list-wrapper span {
      padding: 0; } }

.b-bg-slider-title {
  background: rgba(42, 44, 46, 0.6);
  padding: 4px 16px 5px 6px; }

.f-slider-list span,
.slider-list-wrapper span {
  font-size: 1.38462em;
  line-height: 1.2; }

/*
// Slider carousel Roundabout (For Demo page).
*/
.slider-carousel-roundabout {
  background: url(../img/demo-bg.jpg) repeat-y center;
  width: 100%;
  position: relative;
  padding-bottom: 400px;
  overflow: hidden;
  min-height: 740px; }
  @media screen and (max-width: 768px) {
    .slider-carousel-roundabout {
      padding-bottom: 370px;
      min-height: 590px; } }
  @media screen and (max-width: 480px) {
    .slider-carousel-roundabout {
      padding-bottom: 160px;
      min-height: 480px; } }
  .slider-carousel-roundabout .b-carousel-roundabout {
    position: absolute;
    bottom: -344px;
    height: 600px;
    width: 600px;
    left: 50%;
    margin-left: -300px; }
    @media screen and (max-width: 768px) {
      .slider-carousel-roundabout .b-carousel-roundabout {
        height: 320px;
        width: 360px;
        bottom: -179px;
        margin-left: -180px; } }
    @media screen and (max-width: 480px) {
      .slider-carousel-roundabout .b-carousel-roundabout {
        height: 200px;
        width: 200px;
        bottom: -99px;
        margin-left: -100px; } }
    .slider-carousel-roundabout .b-carousel-roundabout a {
      display: inline-block; }
    .slider-carousel-roundabout .b-carousel-roundabout a:hover {
      border: 2px solid #72be58; }
  .slider-carousel-roundabout .slider-carousel-title {
    font-size: 2.30769em;
    line-height: 1.2;
    color: #fff; }
  .slider-carousel-roundabout .slider-carousel-desc {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #fff;
    max-width: 40%;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 28px; }
    @media screen and (max-width: 768px) {
      .slider-carousel-roundabout .slider-carousel-desc {
        max-width: 80%; } }
  .slider-carousel-roundabout .slider-carousel-top-indent {
    padding-top: 223px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1024px) {
      .slider-carousel-roundabout .slider-carousel-top-indent {
        padding-top: 100px; } }
    @media screen and (max-width: 480px) {
      .slider-carousel-roundabout .slider-carousel-top-indent {
        padding-top: 15px; } }
  @media screen and (max-width: 480px) {
    .slider-carousel-roundabout .hidden-mobile {
      display: none; } }

/*
// Video slider (Revolution Slider).
*/
.b-video-slider .f-video-slider-title {
  font-size: 2.30769em;
  line-height: 1.2;
  text-align: center;
  color: #fff; }
.b-video-slider .f-video-slider-title-big {
  font-size: 4.61538em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding-bottom: 6px; }
.b-video-slider .f-video-slider-desc {
  font-size: 1.38462em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  width: 60%;
  white-space: normal !important;
  margin: 0 auto;
  padding-bottom: 27px; }
.b-video-slider .f-centred {
  text-align: center; }
@media screen and (max-width: 979px) {
  .b-video-slider ~ .simplebullets {
    bottom: 30px !important; } }
.b-video-slider + .mouse-video {
  position: absolute;
  bottom: 50px;
  z-index: 40;
  left: 50%;
  margin-left: -10px; }
  @media screen and (max-width: 979px) {
    .b-video-slider + .mouse-video {
      display: none; } }
.b-video-slider.device-ios .tp-dottedoverlay {
  background: transparent; }
.b-video-slider.device-ios video {
  display: none; }

@media screen and (max-width: 767px) {
  .rev-slider-shop .b-header-group {
    margin-bottom: 10px; }
    .rev-slider-shop .b-header-group h1, .rev-slider-shop .b-header-group h2 {
      margin: 0; }
  .rev-slider-shop .f-slider-lg_text-medium {
    top: 5px;
    position: relative; }
  .rev-slider-shop .tp-caption .b-link {
    top: 20px;
    position: relative; } }

.is-completed .tp-loader {
  display: none; }

/* Carousels
// ========================================================================== */
/*
// Carousel reset (Bx Slider).
*/
.b-carousel-reset .bx-wrapper {
  margin: 0; }
  .b-carousel-reset .bx-wrapper.is-full-l {
    margin: 0 !important; }
.b-carousel-reset .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

/*
// Carousel - Primary Version (Bx Slider).
*/
.b-carousel-primary .bx-wrapper {
  margin: 0; }
  .b-carousel-primary .bx-wrapper .bx-pager,
  .b-carousel-primary .bx-wrapper .bx-controls-auto {
    margin: 0;
    position: relative;
    bottom: auto;
    padding-top: 35px; }
    .b-carousel-primary .bx-wrapper .bx-pager a,
    .b-carousel-primary .bx-wrapper .bx-controls-auto a {
      background: #919191;
      border-bottom: 3px solid #777777;
      border-radius: 50%;
      width: 9px;
      height: 9px;
      margin: 0 8px 0 0; }
      @media screen and (max-width: 979px) {
        .b-carousel-primary .bx-wrapper .bx-pager a,
        .b-carousel-primary .bx-wrapper .bx-controls-auto a {
          height: 10px;
          width: 10px; } }
      .b-carousel-primary .bx-wrapper .bx-pager a.active, .b-carousel-primary .bx-wrapper .bx-pager a:hover,
      .b-carousel-primary .bx-wrapper .bx-controls-auto a.active,
      .b-carousel-primary .bx-wrapper .bx-controls-auto a:hover {
        background: #72be58;
        border-color: #5e9c48; }
.b-carousel-primary .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
  background: none; }

.f-carousel-secondary .f-carousel-title {
  font-size: 1.38462em;
  line-height: 2.22222;
  color: #666666;
  text-transform: uppercase; }
.f-carousel-secondary .bx-controls-direction .bx-next,
.f-carousel-secondary .bx-controls-direction .bx-prev {
  color: #fff;
  font-family: "FontAwesome";
  text-align: center;
  text-indent: 0; }

/*
// Carousel - Secondary Version (Bx Slider).
*/
.b-carousel-secondary {
  position: relative; }
  .b-carousel-secondary .b-carousel-title {
    padding-right: 60px; }
  .b-carousel-secondary .bx-controls {
    position: absolute;
    top: -40px;
    right: 0; }
  .b-carousel-secondary .bx-controls-direction .bx-next,
  .b-carousel-secondary .bx-controls-direction .bx-prev {
    position: relative;
    background: #828282;
    border-radius: 2px;
    display: inline-block;
    height: 26px;
    left: auto;
    margin-top: 0;
    padding: 5px 0 3px;
    right: auto;
    width: 26px; }
    .b-carousel-secondary .bx-controls-direction .bx-next:hover,
    .b-carousel-secondary .bx-controls-direction .bx-prev:hover {
      background: #72be58; }
  .b-carousel-secondary .bx-controls-direction .bx-next:after {
    content: "\f054"; }
  .b-carousel-secondary .bx-controls-direction .bx-prev {
    margin-right: 6px; }
    .b-carousel-secondary .bx-controls-direction .bx-prev:after {
      content: "\f053"; }

/*
// Controls.
*/
.b-carousel-arr-square .bx-controls-direction a {
  color: #fff;
  background: rgba(99, 99, 99, 0.8);
  border-radius: 2px;
  display: inline-block;
  height: 26px;
  margin-top: -13px;
  padding: 5px 0 3px;
  width: 26px; }
  .b-carousel-arr-square .bx-controls-direction a.bx-prev:after {
    content: "\f053"; }
  .b-carousel-arr-square .bx-controls-direction a.bx-next:after {
    content: "\f054"; }
  .b-carousel-arr-square .bx-controls-direction a:after {
    color: white;
    font-family: "FontAwesome";
    text-align: center;
    text-indent: 0;
    display: block;
    line-height: 1.4; }
  .b-carousel-arr-square .bx-controls-direction a:hover {
    background: #72be58; }

.b-slider-arr-style-default .bx-controls-direction a.bx-prev, .b-slider-arr-style-default .bx-controls-direction a.bx-next {
  background-color: #fff;
  color: #989898;
  border: 1px solid #a5a5a5;
  box-shadow: 0 0 3px #dddddd; }
  .b-slider-arr-style-default .bx-controls-direction a.bx-prev:hover, .b-slider-arr-style-default .bx-controls-direction a.bx-next:hover {
    border-color: #72be58;
    background-color: #72be58;
    color: #fff;
    box-shadow: 0 0 0 transparent; }

.b-slider-arr-big-top-indent .bx-controls {
  top: -91px; }

/* Tooltip
// ========================================================================== */
.f-tooltip {
  color: #72be58;
  white-space: nowrap; }

.fade.in {
  opacity: 1; }

.tooltip-inner {
  background: #72be58;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  padding: 5px 15px;
  display: inline-block; }

.tooltip.top .tooltip-arrow {
  border-top-color: #72be58; }

/* ProgressBars
// ========================================================================== */
/*
// Radial ProgressBar.
*/
.b-radial-progress {
  display: inline-block;
  position: relative; }
  .b-radial-progress .component {
    fill: #fff; }
  .b-radial-progress .arc {
    fill: #72be58;
    stroke-width: 100; }

.bg-first-layer {
  fill: #e8e8e8;
  stroke-width: 100;
  stroke-linecap: round; }

.b-radial-progress__label {
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
  visibility: hidden;
  opacity: 0; }

.is-completed .b-radial-progress__label {
  visibility: visible;
  opacity: 1; }

.f-radial-progress__label {
  font-size: 3.07692em;
  line-height: 1;
  color: #72be58; }

.b-radial-progress-number-bg .component {
  fill: #72be58; }
.b-radial-progress-number-bg .label {
  text-anchor: middle; }

.b-progressbar-lg-group .b-progressbar {
  margin-bottom: 38px; }

.b-progressbar-sm-group .b-progressbar {
  margin-bottom: 30px; }
  .b-progressbar-sm-group .b-progressbar:last-child {
    margin-bottom: 0; }

/*
// Linear ProgressBar.
*/
.b-progressbar.progress {
  background: #e8e8e8;
  box-shadow: none;
  height: 23px;
  overflow: visible;
  z-index: 1; }
  .b-progressbar.progress:last-child {
    margin-bottom: 0; }
.b-progressbar .progress-bar {
  background-color: #72be58;
  border-radius: 2px;
  z-index: 2; }
.b-progressbar .progressbar-back-text {
  padding: 0 6px;
  z-index: 4;
  width: auto;
  height: auto;
  border-radius: 2px;
  right: 2px;
  top: 2px;
  background: #e8e8e8; }
.b-progressbar .progressbar-front-text {
  display: none; }

.f-progressbar .progressbar-back-text {
  color: #72be58;
  font-weight: 700;
  text-align: right;
  line-height: 19px; }

.b-progressbar:not(.progress-striped) .progress-bar {
  background-image: none; }
.b-progressbar:not(.progress-striped) .b-progressbar-label {
  position: absolute;
  left: 13px;
  height: 100%;
  z-index: 3; }

.f-progressbar:not(.progress-striped) .f-progressbar-label {
  color: #fff;
  line-height: 23px; }

.b-progressbar.progress-striped {
  height: 7px; }
  .b-progressbar.progress-striped .progress-bar {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 8px 8px; }
  .b-progressbar.progress-striped .progressbar-back-text {
    -webkit-transition: visibility 0.2s ease;
    -moz-transition: visibility 0.2s ease;
    -ms-transition: visibility 0.2s ease;
    -o-transition: visibility 0.2s ease;
    transition: visibility 0.2s ease;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #c3c4c5;
    height: auto;
    margin-left: -17px;
    padding: 0 6px;
    position: absolute;
    top: -25px;
    right: auto;
    width: auto;
    visibility: hidden; }
    .b-progressbar.progress-striped .progressbar-back-text.is-visible {
      visibility: visible; }
    .b-progressbar.progress-striped .progressbar-back-text:after {
      border-width: 5px;
      border-style: solid;
      border-color: #c3c4c5 transparent transparent transparent;
      bottom: -10px;
      content: "";
      left: 50%;
      margin-left: -5px;
      position: absolute;
      z-index: 1; }
    .b-progressbar.progress-striped .progressbar-back-text:before {
      border-width: 4px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      bottom: -8px;
      content: "";
      left: 50%;
      margin-left: -4px;
      position: absolute;
      z-index: 2; }

.f-progressbar.progress-striped .progressbar-back-text {
  font-size: 0.76923em;
  line-height: 1.6; }

.f-progressbar-label {
  font-size: 0.92308em;
  line-height: 2.25; }

/*
// Linear ProgressBar - Steps.
*/
.b-steps-progressbar {
  margin: 40px 0;
  position: relative; }
  .b-steps-progressbar .progress {
    border-radius: 2px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #a5a5a5;
    height: 4px;
    overflow: visible; }
  .b-steps-progressbar .progress-bar {
    border-bottom: 2px solid #5e9c48;
    border-top: 2px solid #72be58;
    border-radius: 2px;
    height: 4px;
    top: -2px; }

.progress-steps {
  padding: 0; }

.progress-step {
  font-size: 1.07692em;
  line-height: 1.78571;
  color: #666666;
  background: #fff;
  border: 1px solid #c3c4c5;
  border-radius: 3px;
  list-style: none;
  position: absolute;
  padding: 0 8px;
  text-transform: uppercase;
  text-align: center;
  bottom: 13px; }
  .progress-step:after {
    border-width: 5px;
    border-style: solid;
    border-color: #c3c4c5 transparent transparent transparent;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .progress-step:after {
        bottom: -9px; } }
  .progress-step:before {
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -7px;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    z-index: 2; }
    @media screen and (max-width: 1023px) {
      .progress-step:before {
        bottom: -7px; } }
  .progress-step .progress-step__text {
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 1023px) {
      .progress-step .progress-step__text {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 35px; } }
  @media screen and (max-width: 1023px) {
    .progress-step {
      padding: 0 4px; } }
  @media screen and (max-width: 639px) {
    .progress-step {
      font-size: 0.76923em;
      line-height: 1.6;
      top: -30px; } }
  .progress-step .progress-step__dot {
    background: #fff;
    border: 1px solid #dedede;
    bottom: -21px;
    display: block;
    border-radius: 50%;
    height: 15px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 15px; }
    .progress-step .progress-step__dot:after {
      background: #acacac;
      border-radius: 50%;
      border-bottom: 2px solid #8b8b8b;
      content: '';
      height: 9px;
      position: absolute;
      width: 9px;
      left: 2px;
      top: 2px; }
  .progress-step.active {
    color: #72be58; }
    .progress-step.active .progress-step__dot:after {
      background: #72be58;
      border-color: #5e9c48; }

.b-steps-progressbar--empty.progress-step {
  top: -14px;
  border: 0; }
  .b-steps-progressbar--empty.progress-step:after, .b-steps-progressbar--empty.progress-step:before {
    display: none; }

.b-steps-progressbar--number .progress-step {
  border-color: #e6e6e6;
  border-radius: 50%;
  height: 36px;
  padding: 6px;
  top: -20px;
  width: 36px; }
  @media screen and (max-width: 639px) {
    .b-steps-progressbar--number .progress-step {
      height: 32px;
      top: -16px;
      width: 32px; } }
  .b-steps-progressbar--number .progress-step:before, .b-steps-progressbar--number .progress-step:after {
    border: 0;
    border-radius: 50%;
    bottom: auto;
    left: 6px;
    margin: 0;
    top: 5px;
    height: 22px;
    width: 22px; }
    @media screen and (max-width: 639px) {
      .b-steps-progressbar--number .progress-step:before, .b-steps-progressbar--number .progress-step:after {
        height: 20px;
        left: 5px;
        width: 20px; } }
  .b-steps-progressbar--number .progress-step:before {
    background: #acacac; }
    @media screen and (max-width: 639px) {
      .b-steps-progressbar--number .progress-step:before {
        top: 6px; } }
  .b-steps-progressbar--number .progress-step:after {
    background: #7f7e7e;
    top: 6px; }
    @media screen and (max-width: 639px) {
      .b-steps-progressbar--number .progress-step:after {
        top: 5px; } }
  .b-steps-progressbar--number .progress-step.active:before {
    background: #72be58; }
  .b-steps-progressbar--number .progress-step.active:after {
    background: #5e9c48; }
.b-steps-progressbar--number .progress-step__text {
  line-height: 20px; }
.b-steps-progressbar--number .b-steps-progressbar--empty.progress-step {
  border: 1px solid #e6e6e6;
  border-radius: 50%; }

.f-steps-progressbar--number .progress-step {
  line-height: 22px;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .f-steps-progressbar--number .progress-step {
      line-height: 20px; } }
.f-steps-progressbar--number .progress-step__text {
  color: #fff; }

.b-steps-progressbar--icon .progress-step {
  border: 0;
  background: none;
  top: -32px; }
  @media screen and (max-width: 639px) {
    .b-steps-progressbar--icon .progress-step {
      top: -26px; } }
  .b-steps-progressbar--icon .progress-step:before, .b-steps-progressbar--icon .progress-step:after {
    border-radius: 50%;
    bottom: auto;
    position: absolute; }
  .b-steps-progressbar--icon .progress-step:before {
    border-width: 1px;
    border-color: #ebebeb;
    background: #fff;
    height: 15px;
    left: 50%;
    margin-left: -7.5px;
    width: 15px;
    z-index: 1;
    top: 24px; }
    @media screen and (max-width: 639px) {
      .b-steps-progressbar--icon .progress-step:before {
        top: 18px; } }
  .b-steps-progressbar--icon .progress-step:after {
    background: #b5b5b5;
    border-radius: 50%;
    border-width: 0 0 2px 0;
    border-color: #8b8b8b;
    height: 9px;
    left: 50%;
    margin-left: -4.5px;
    top: 27px;
    width: 9px;
    z-index: 2; }
    @media screen and (max-width: 639px) {
      .b-steps-progressbar--icon .progress-step:after {
        top: 21px; } }
  .b-steps-progressbar--icon .progress-step span {
    display: block;
    position: relative;
    bottom: -5px; }
    @media screen and (max-width: 639px) {
      .b-steps-progressbar--icon .progress-step span {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 40px;
        width: 100%; } }
  .b-steps-progressbar--icon .progress-step .progress-step__icon {
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #c3c4c5;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 6px;
    top: -20px;
    position: relative; }
    @media screen and (max-width: 639px) {
      .b-steps-progressbar--icon .progress-step .progress-step__icon {
        top: -26px; } }
    .b-steps-progressbar--icon .progress-step .progress-step__icon:after {
      border-width: 12px;
      border-style: solid;
      border-color: #c3c4c5 transparent transparent transparent;
      bottom: -20px;
      content: "";
      left: 50%;
      margin-left: -12px;
      position: absolute;
      z-index: 1; }
    .b-steps-progressbar--icon .progress-step .progress-step__icon:before {
      border-width: 13px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      bottom: -20px;
      content: "";
      left: 50%;
      margin-left: -13px;
      position: absolute;
      z-index: 2; }
  .b-steps-progressbar--icon .progress-step.active .progress-step__icon {
    background: #5e9c48;
    background: -webkit-linear-gradient(top, #5e9c48, #72be58);
    background: -moz-linear-gradient(top, #5e9c48, #72be58);
    background: -o-linear-gradient(top, #5e9c48, #72be58);
    background: -ms-linear-gradient(top, #5e9c48, #72be58);
    background: linear-gradient(to bottom, #5e9c48, #72be58);
    border: 0; }
    .b-steps-progressbar--icon .progress-step.active .progress-step__icon:before, .b-steps-progressbar--icon .progress-step.active .progress-step__icon:after {
      border-color: #72be58 transparent transparent transparent; }
  .b-steps-progressbar--icon .progress-step.active:before {
    border-color: #72be58; }
  .b-steps-progressbar--icon .progress-step.active:after {
    background: #72be58;
    border-color: #5e9c48; }

.f-steps-progressbar--icon .progress-step .fa {
  font-size: 14px;
  line-height: 24px; }
.f-steps-progressbar--icon .progress-step span {
  white-space: nowrap; }
  @media screen and (max-width: 639px) {
    .f-steps-progressbar--icon .progress-step span {
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 40px;
      width: 100%; } }
.f-steps-progressbar--icon .progress-step.active .fa {
  color: #fff; }

/*
// Linear ProgressBar - Tabs.
*/
.b-progress-tab .progress-step__dot {
  cursor: pointer; }
  .b-progress-tab .progress-step__dot:hover:after {
    background: #72be58;
    border-color: #5e9c48; }

.b-progress-tab-arr {
  position: relative;
  z-index: 11;
  margin-bottom: -1px;
  width: 10px; }
  .b-progress-tab-arr:before, .b-progress-tab-arr:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px;
    margin-left: -10px; }
  .b-progress-tab-arr:before {
    border-color: transparent transparent #929292 transparent;
    top: -21px; }
  .b-progress-tab-arr:after {
    border-color: transparent transparent #fff transparent;
    top: -20px; }

.b-tab-progress:not(:first-child) {
  display: none; }

/* Fancybox popup
// ========================================================================== */
/*
// Custom layout.
*/
.fancybox-wrap-popup {
  background: none;
  border-radius: 0; }
  .fancybox-wrap-popup.fancybox-skin {
    box-shadow: none; }
  .fancybox-wrap-popup .fancybox-title {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase; }
    .fancybox-wrap-popup .fancybox-title:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .fancybox-wrap-popup .fancybox-title .fancybox-counter {
      float: right;
      text-transform: none;
      font-size: 16px; }
    .fancybox-wrap-popup .fancybox-title .fancybox-title-text {
      display: block;
      overflow: hidden;
      padding-right: 15px; }
  .fancybox-wrap-popup .fancybox-title-inside-wrap {
    left: 10px;
    padding: 15px 0 0;
    position: absolute;
    right: 10px;
    top: 100%; }
  .fancybox-wrap-popup .fancybox-prev,
  .fancybox-wrap-popup .fancybox-next,
  .fancybox-wrap-popup .fancybox-close {
    display: none; }

/*
// Controls.
*/
.fancybox-wrap-popup-next,
.fancybox-wrap-popup-prev,
.fancybox-wrap-popup-close {
  cursor: pointer; }
  .fancybox-wrap-popup-next:hover polygon,
  .fancybox-wrap-popup-prev:hover polygon,
  .fancybox-wrap-popup-close:hover polygon {
    fill: #72be58;
    stroke: #72be58; }
    @media screen and (max-width: 1024px) {
      .fancybox-wrap-popup-next:hover polygon,
      .fancybox-wrap-popup-prev:hover polygon,
      .fancybox-wrap-popup-close:hover polygon {
        fill: #fff;
        stroke: #fff; } }
  .fancybox-wrap-popup-next polygon,
  .fancybox-wrap-popup-prev polygon,
  .fancybox-wrap-popup-close polygon {
    fill: #fff;
    stroke-width: 1; }
    .fancybox-wrap-popup-next polygon:hover,
    .fancybox-wrap-popup-prev polygon:hover,
    .fancybox-wrap-popup-close polygon:hover {
      fill: #72be58;
      stroke: #72be58; }
      @media screen and (max-width: 1024px) {
        .fancybox-wrap-popup-next polygon:hover,
        .fancybox-wrap-popup-prev polygon:hover,
        .fancybox-wrap-popup-close polygon:hover {
          fill: #fff;
          stroke: #fff; } }

.fancybox-wrap-popup-next,
.fancybox-wrap-popup-prev {
  top: 50%;
  position: absolute;
  z-index: 8070;
  margin-top: -36px; }
  @media screen and (max-width: 1024px) {
    .fancybox-wrap-popup-next,
    .fancybox-wrap-popup-prev {
      margin-top: -28px; } }
  @media screen and (max-width: 767px) {
    .fancybox-wrap-popup-next,
    .fancybox-wrap-popup-prev {
      margin-top: -20px; } }
  @media screen and (max-width: 567px) {
    .fancybox-wrap-popup-next,
    .fancybox-wrap-popup-prev {
      margin-top: -36px;
      padding: 20px 0; } }
  .fancybox-wrap-popup-next svg,
  .fancybox-wrap-popup-prev svg {
    height: 72px;
    width: 37px; }
    @media screen and (max-width: 1024px) {
      .fancybox-wrap-popup-next svg,
      .fancybox-wrap-popup-prev svg {
        height: 57px;
        width: 29px; } }
    @media screen and (max-width: 767px) {
      .fancybox-wrap-popup-next svg,
      .fancybox-wrap-popup-prev svg {
        height: 39px;
        width: 19px; } }
    @media screen and (max-width: 567px) {
      .fancybox-wrap-popup-next svg,
      .fancybox-wrap-popup-prev svg {
        height: 33px;
        width: 17px; } }

.fancybox-wrap-popup-next {
  right: 53px; }
  @media screen and (max-width: 1219px) {
    .fancybox-wrap-popup-next {
      right: 22px; } }
  @media screen and (max-width: 767px) {
    .fancybox-wrap-popup-next {
      right: 26px; } }
  @media screen and (max-width: 567px) {
    .fancybox-wrap-popup-next {
      right: 13px; } }

.fancybox-wrap-popup-prev {
  left: 53px; }
  @media screen and (max-width: 1219px) {
    .fancybox-wrap-popup-prev {
      left: 22px; } }
  @media screen and (max-width: 767px) {
    .fancybox-wrap-popup-prev {
      left: 26px; } }
  @media screen and (max-width: 567px) {
    .fancybox-wrap-popup-prev {
      left: 13px; } }

.fancybox-wrap-popup-close {
  top: 44px;
  right: 53px;
  position: absolute;
  z-index: 9999; }
  .fancybox-wrap-popup-close svg {
    height: 23px;
    width: 23px; }
  @media screen and (max-width: 1219px) {
    .fancybox-wrap-popup-close {
      right: 22px; } }
  @media screen and (max-width: 767px) {
    .fancybox-wrap-popup-close {
      right: 26px; } }
  @media screen and (max-width: 567px) {
    .fancybox-wrap-popup-close {
      right: 13px; } }

/* ClockDown
// ========================================================================== */
/*
// Default ClockDown.
*/
.clocks {
  padding: 50px 0 42px;
  text-align: center; }
  .clocks .wrap {
    display: inline-block;
    margin: 0 7px; }
  .clocks .time {
    font-size: 2em;
    line-height: 2.15385;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.11);
    border-radius: 50%;
    display: block;
    margin-bottom: 12px;
    min-height: 56px;
    min-width: 56px; }
  .clocks .text {
    font-size: 1.23077em;
    line-height: 1.25;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block; }

/*
// ClockDown LG.
*/
.clocks--lg {
  padding-bottom: 82px;
  white-space: nowrap; }
  .clocks--lg .wrap {
    margin: 0 15px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .clocks--lg .wrap {
        margin: 0 4px; } }
  .clocks--lg .time {
    font-size: 3.69231em;
    line-height: 1.875;
    font-weight: 300;
    background: #72be58;
    border-radius: 3px;
    overflow: hidden;
    padding: 0 18px;
    position: relative;
    min-width: 40px; }
    @media screen and (max-width: 767px) {
      .clocks--lg .time {
        font-size: 1.53846em;
        line-height: 2.8;
        padding: 0 5px;
        margin-bottom: 7px;
        width: 45px; } }
    .clocks--lg .time:before {
      background: #5e9c48;
      content: '';
      height: 50%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .clocks--lg .time .number {
      position: relative;
      z-index: 2; }
  .clocks--lg .text {
    font-size: 1.38462em;
    line-height: 1.11111;
    color: #72be58;
    font-weight: 300;
    text-transform: none; }
    @media screen and (max-width: 767px) {
      .clocks--lg .text {
        font-size: 0.92308em;
        line-height: 1.66667; } }

/* Flexslider
// ========================================================================== */
/*
// Thumbnail.
*/
.b-product-card {
  /*
  // Navigation.
  */ }
  .b-product-card .flexslider img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .b-product-card .flexslider-thumbnail:hover .flex-prev {
    left: 20px; }
  .b-product-card .flexslider-thumbnail:hover .flex-next {
    right: 20px; }
  .b-product-card .flexslider-thumbnail .slides li {
    cursor: pointer;
    border-radius: 3px;
    margin: 2px 16px 2px 0; }
    .b-product-card .flexslider-thumbnail .slides li:first-child {
      margin-left: 2px; }
    .b-product-card .flexslider-thumbnail .slides li img {
      border-radius: 3px;
      border: 2px solid #fff;
      box-shadow: 0 0 2px #989898;
      width: auto;
      max-width: 100%;
      margin: 0 auto; }
    .b-product-card .flexslider-thumbnail .slides li:hover img, .b-product-card .flexslider-thumbnail .slides li.flex-active-slide img {
      box-shadow: 1px 0 0 #72be58, 0px 1px 0 #72be58, -1px 0 0 #72be58, 0px -1px 0 #72be58;
      border-color: #72be58; }
  .b-product-card .flexslider-thumbnail.carousel-sm .slides li {
    height: 60px; }
    .b-product-card .flexslider-thumbnail.carousel-sm .slides li img {
      max-height: 60px;
      height: 100%; }
  .b-product-card .flexslider-thumbnail.carousel-md .slides li {
    height: 68px; }
    .b-product-card .flexslider-thumbnail.carousel-md .slides li img {
      max-height: 68px;
      border-width: 3px;
      height: 100%; }
  .b-product-card .flexslider.flexslider-zoom .slides {
    font-size: 0; }
    .b-product-card .flexslider.flexslider-zoom .slides li {
      font-size: 13px;
      display: inline-block  !important;
      float: none !important;
      vertical-align: middle; }
  .b-product-card .flex-direction-nav a {
    background: #fff;
    border-radius: 20px;
    color: #e3e3e3;
    height: 32px;
    width: 32px;
    margin: -16px 0 0; }
    .b-product-card .flex-direction-nav a.flex-next, .b-product-card .flex-direction-nav a.flex-prev {
      text-align: center; }
    .b-product-card .flex-direction-nav a:before {
      font-family: "FontAwesome";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      margin-bottom: 20px;
      font-size: 20px;
      vertical-align: middle;
      position: relative;
      left: 0px;
      top: 6px; }
    .b-product-card .flex-direction-nav a.flex-next:before {
      content: "\f054";
      left: 2px; }
    .b-product-card .flex-direction-nav a.flex-prev:before {
      content: "\f053"; }
    .b-product-card .flex-direction-nav a:hover {
      color: #72be58; }
    .b-product-card .flex-direction-nav a.flex-disabled {
      display: none; }
  @media screen and (max-width: 1024px) {
    .b-product-card .flex-direction-nav {
      display: none; } }
  .b-product-card .b-product-card__visual-wrap .flexslider {
    display: none; }
  .b-product-card .b-product-card__visual-wrap i.sliderloader {
    margin-left: 165px;
    margin-top: 200px; }
    @media screen and (max-width: 767px) {
      .b-product-card .b-product-card__visual-wrap i.sliderloader {
        position: relative;
        margin-top: 60px;
        margin-bottom: 60px;
        margin-left: -34px;
        left: 50%; } }
  .b-product-card .b-product-card__visual-wrap .flexslider-thumbnail .slides li {
    margin-right: 20px; }

/* Short Blog posts
// ========================================================================== */
/*
// Base Layout.
*/
.b-blog-short-post {
  margin: 0; }
  .b-blog-short-post > [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }

/*
// Items - Default Version.
*/
.b-blog-short-post__item {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 8px; }
  .b-blog-short-post__item:first-child {
    border-top: 0;
    padding-top: 0; }
  @media screen and (max-width: 979px) and (min-width: 640px) {
    .b-blog-short-post__item {
      border: 0;
      padding-top: 0; } }
  @media screen and (max-width: 639px) {
    .b-blog-short-post__item {
      border: 0; } }

.f-blog-short-post__item_text {
  font-size: 0.92308em;
  line-height: 2;
  color: #989898; }
  .f-blog-short-post__item_text a.is-hover {
    color: #72be58; }

.f-blog-short-post__item_date {
  font-size: 0.84615em;
  line-height: 1.63636;
  color: #5f5f5f; }

.f-blog-short-post__item_price {
  font-size: 1.23077em;
  line-height: 1.5;
  color: #72be58; }

/*
// Items - Secondary Version.
*/
.b-blog-short-post--w-img {
  margin: 0; }
  .b-blog-short-post--w-img .b-blog-short-post__item {
    padding: 10px 0 15px; }
    .b-blog-short-post--w-img .b-blog-short-post__item:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .b-blog-short-post--w-img .b-blog-short-post__item:first-child {
      padding-top: 0; }

.f-blog-short-post--w-img a {
  color: #666666; }
  .f-blog-short-post--w-img a:hover {
    color: #72be58; }

.b-blog-short-post__item_img {
  float: left;
  padding-right: 15px;
  padding-top: 5px; }

.b-blog-short-post__item_text a {
  display: inline-block; }

/*
// Items - Popular.
*/
.f-blog-short-post--popular a {
  color: #515151;
  font-size: 1.23077em;
  line-height: 1.2; }

.b-blog-short-post--popular {
  border-bottom: 1px solid #ececec;
  margin-top: 7px;
  padding-bottom: 12px; }
  .b-blog-short-post--popular .b-blog-short-post__item_img {
    padding-right: 13px; }
  .b-blog-short-post--popular .b-remaining {
    padding-left: 2px; }

/*
// Items - With border hover.
*/
.b-blog-short-post--img-hover-bordered img {
  border: 2px solid transparent; }
.b-blog-short-post--img-hover-bordered a.is-hover img {
  border-color: #72be58; }
.b-blog-short-post--img-hover-bordered img:hover {
  border-color: #72be58; }

/* Blog preview
// ========================================================================== */
/*
// Base layout.
*/
.b-blog-preview {
  border: 1px solid #dedede;
  border-radius: 2px; }

.b-blog-preview__img {
  border-bottom: 2px solid #72be58; }
  .b-blog-preview__img img {
    width: 100%; }

.b-blog-preview__content-text {
  max-height: 94px;
  overflow: hidden; }

.b-blog-preview__content-padding_box {
  padding: 18px; }

.b-product-preview__img img {
  width: 100%; }

.f-blog-preview__content-title {
  font-size: 1.07692em;
  line-height: 1.42857;
  color: #747474; }

.f-blog-preview__content-date {
  font-size: 0.84615em;
  line-height: 1;
  color: #b5b5b5; }

.f-blog-preview__content-text {
  font-size: 0.84615em;
  line-height: 2.18182;
  color: #666666; }

/* Blog listing & row
// ========================================================================== */
/*
// Blog Listing
*/
.b-blog-listing__infoblock {
  padding: 0px 28px 26px 20px; }
  .b-blog-listing__infoblock .b-infoblock-with-icon__icon {
    width: 49px;
    height: 49px;
    line-height: 49px; }
  .b-blog-listing__infoblock .f-infoblock-with-icon__icon .fa {
    font-size: 1.84615em;
    line-height: 1;
    line-height: 49px; }
  .b-blog-listing__infoblock .b-infoblock-with-icon__info_title {
    display: block;
    padding-top: 0px; }

.b-blog-listing__additional-text {
  margin-left: 10px; }
  .b-blog-listing__additional-text i {
    margin-right: 3px; }

.b-blog-listing__block {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px; }
  .b-blog-listing__block.sticky {
    border-color: #72be58;
    background-image: url("../img/diagonal-line-bg-light.png");
    background-repeat: repeat;
    background-position: 0 0; }

.b-blog-listing__block-top {
  margin-bottom: 24px; }
  .b-blog-listing__block-top img {
    width: 100%; }

/*
// Blog Row
*/
.b-blog-one-column__row {
  border-bottom: 1px solid #dedede;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .b-blog-one-column__row .b-blog-one-column__info_edit {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    line-height: 15px;
    padding: 2px; }
    .b-blog-one-column__row .b-blog-one-column__info_edit .fa {
      font-size: 12px;
      line-height: 1; }
  .b-blog-one-column__row img {
    width: 100%; }

.b-blog-one-column__info_container {
  padding: 0 10px 0 0;
  display: block;
  overflow: hidden;
  line-height: 1.7; }
  .b-blog-one-column__info_container.b-blog-one-column__info_container--estate {
    padding-top: 0; }

.b-blog-one-column__info {
  display: inline; }
  .b-blog-one-column__info a:first-child {
    margin-left: 6px; }
  .b-blog-one-column__info i {
    margin-right: 3px; }

.b-blog-one-column__info_delimiter {
  padding: 4px 10px 0 0;
  margin-right: 10px;
  border-right: 1px solid #dedede; }

.b-blog-one-column__text {
  font-size: 0.92308em;
  line-height: 2.125; }

.b-blog-one-column__top_container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.b-blog-one-column__top_container > div {
  margin-bottom: 30px; }
.b-blog-one-column__top_container .b-item-hover-action-parent {
  width: 100%;
  height: 178px;
  overflow: hidden; }

.b-blog-one-column__top_slider {
  margin-bottom: 40px; }

.b-blog-one-column__top-slider-popover-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  .b-blog-one-column__top-slider-popover-text .b-bg-slider-lg-info-l__item-title {
    padding-right: 100px;
    white-space: normal;
    font-size: 13px;
    padding-bottom: 15px; }

.f-blog-one-column__top-slider-popover-text-title {
  font-size: 1.53846em;
  line-height: 1.2;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .f-blog-one-column__top-slider-popover-text-title {
      font-size: 1.23077em;
      line-height: 1.2; } }
  @media screen and (max-width: 479px) {
    .f-blog-one-column__top-slider-popover-text-title {
      font-size: 1.07692em;
      line-height: 1.2; } }

.b-blog-one-column__top-slider-popover-next-container {
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  margin: -31px 25px 0 25px; }

.b-blog-one-column__top-slider-popover-next {
  width: 62px;
  height: 62px;
  background-color: #72be58;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding-left: 16px;
  padding-top: 11px;
  display: block; }
  .b-blog-one-column__top-slider-popover-next:hover {
    background-color: #fff; }

.f-blog-one-column__top-slider-popover-next {
  font-size: 2.76923em;
  line-height: 1;
  color: #fff; }

/*
// Blog Titles
*/
.b-blog__title {
  position: relative;
  top: -5px;
  margin-bottom: 1px; }

.f-blog__title {
  color: #666666; }
  .f-blog__title:hover {
    color: #72be58; }

.b-infoblock__info_text_title {
  margin-bottom: 10px; }

.b-blog-listing__pretitle {
  margin-bottom: 14px; }

.b-blog-listing__text {
  margin-bottom: 7px; }

.f-info--big {
  font-size: 1.38462em;
  line-height: 1.2;
  color: #515151; }

.b-txt-wrap {
  white-space: nowrap;
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle; }
  .b-txt-wrap.no-padding {
    padding: 0;
    vertical-align: inherit; }

/* Blog detail
// ========================================================================== */
/*
// Info block.
*/
.b-article__social-info {
  margin: 21px 0 0; }
  .b-article__social-info ul {
    padding: 0;
    list-style-type: none; }
    .b-article__social-info ul li {
      margin: 0;
      padding: 6px 0 7px 0;
      border-bottom: 1px solid #ececec; }
      .b-article__social-info ul li:first-child {
        border-top: 1px solid #ececec;
        padding: 9px 0 8px 0; }

/*
// Description block.
*/
.b-article__description {
  margin: 14px 0 0; }
  .b-article__description table td, .b-article__description table th {
    padding: 7px; }
  .b-article__description .f-blockquote--primary {
    font-size: 1em;
    line-height: 1.84615;
    color: #777777; }

/*
// Social block.
*/
.b-article__social-info-name {
  margin: 0 12px 0 0; }

.f-article__social-info-name {
  color: #72be58; }
  .f-article__social-info-name .fa {
    font-size: 1.23077em;
    line-height: 1.125; }

.f-article_title {
  font-size: 1.84615em;
  line-height: 1.08333;
  color: #515151; }
  .f-article_title.b-title-b-hr {
    margin: 0 0 4px;
    padding-top: 20px; }

/*
// Tags block.
*/
.b-article__tag .b-tag {
  margin: 3px 6px 3px 0;
  padding: 5px 8px; }

.b-article__social {
  line-height: 1.2; }
  .b-article__social .f-btn-group-hor__item .fa {
    font-size: 1.07692em;
    line-height: 1; }

.b-article__social .b-btn-group-hor__item {
  height: 26px;
  padding: 6px 0px;
  margin: 0 2px;
  width: 26px; }

/*
// Author block.
*/
.b-author-blog-box {
  margin: 25px 0 30px; }

.b-author-box {
  background: #fafafa;
  border: 1px solid #ebebeb;
  padding: 14px 12px 20px; }
  .b-author-box:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden; }

.b-author__img {
  float: left;
  margin: 0 14px 0 0; }
  .b-author__img img {
    border-radius: 50%;
    border: 2px solid #f4f4f4; }
  @media screen and (max-width: 767px) {
    .b-author__img {
      float: none; } }

.b-author__descr {
  overflow: hidden; }

.b-author__descr__data {
  border-bottom: 1px solid #e4e4e4; }
  .b-author__descr__data:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    position: relative; }
  @media screen and (max-width: 767px) {
    .b-author__descr__data {
      padding: 0 0 10px; } }

.b-author__descr__data__name {
  float: left; }

.f-author__descr__data__name {
  font-size: 1.07692em;
  line-height: 1.14286;
  color: #72be58;
  text-transform: uppercase; }
  .f-author__descr__data__name span {
    font-size: 0.76923em;
    line-height: 1.6;
    text-transform: none;
    color: #515151; }

.b-author__descr__data__social {
  float: right; }
  @media screen and (max-width: 639px) {
    .b-author__descr__data__social {
      float: none;
      width: 100%; }
      .b-author__descr__data__social:before {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        position: relative; } }
  .b-author__descr__data__social .f-btn-group-hor__item {
    height: 26px;
    margin: 0 2px;
    width: 26px; }
    .b-author__descr__data__social .f-btn-group-hor__item .fa {
      font-size: 1.07692em;
      line-height: 1; }

.f-author__link {
  color: #72be58; }
  .f-author__link:hover {
    color: #898989; }

/*
// Comment block.
*/
.b-comments-box {
  border: 1px solid #dedede; }

.b-comment__title {
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  background: #fbfbfb;
  padding: 15px 8px 10px; }
  .b-comment__title .b-comment__title__name {
    display: inline-block;
    width: 50%; }
  .b-comment__title .b-comment__now {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 -4px; }
    @media screen and (max-width: 639px) {
      .b-comment__title .b-comment__now {
        display: block;
        width: 100%;
        margin: 2px 0 0; } }
  .b-comment__title .f-comment__now {
    text-align: right; }
    @media screen and (max-width: 639px) {
      .b-comment__title .f-comment__now {
        text-align: left; } }

.f-comment__title {
  font-size: 1.07692em;
  line-height: 1.14286;
  color: #72be58;
  text-transform: uppercase; }
  .f-comment__title .f-comment__now {
    font-size: 0.92308em;
    line-height: 1.33333;
    text-transform: none;
    color: #72be58; }
    .f-comment__title .f-comment__now:hover {
      color: #898989; }

.b-comment__list ul.ul-comment-list {
  padding: 29px 20px 0 14px;
  list-style-type: none; }
  .b-comment__list ul.ul-comment-list > li {
    margin: 0; }
    .b-comment__list ul.ul-comment-list > li ul.children {
      padding: 0 0 0 65px; }
      @media screen and (max-width: 767px) {
        .b-comment__list ul.ul-comment-list > li ul.children {
          padding: 0 0 0 45px; } }
.b-comment__list > ul.ul-comment-list {
  border-top: 1px solid #dedede; }
  .b-comment__list > ul.ul-comment-list > li:first-child {
    border-top: 0; }
    .b-comment__list > ul.ul-comment-list > li:first-child > .b-comment-item:first-child {
      padding-top: 0; }
  .b-comment__list > ul.ul-comment-list ol.children {
    list-style: none;
    padding-left: 0; }
    .b-comment__list > ul.ul-comment-list ol.children > li {
      padding-left: 0px;
      margin-left: 40px; }
      .b-comment__list > ul.ul-comment-list ol.children > li:first-child {
        padding-left: 40px;
        margin-left: 0; }
    .b-comment__list > ul.ul-comment-list ol.children > li {
      border-top: 1px solid #dedede; }
  .b-comment__list > ul.ul-comment-list > li {
    border-top: 1px solid #dedede; }

.b-comment-item {
  margin: 0px;
  padding: 19px 0 6px; }
  .b-comment-item:after {
    content: '';
    display: block;
    position: relative;
    visibility: hidden;
    clear: both; }

.b-comment__img {
  border-radius: 50%;
  float: left;
  margin: 0 10px 0 0; }
  .b-comment__img img {
    border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .b-comment__img {
      float: none; } }

.b-comment__descr {
  overflow: hidden; }
  .b-comment__descr .b-comment__descr__data {
    padding: 5px 0 5px; }
    .b-comment__descr .b-comment__descr__data .b-comment__descr__name {
      display: inline-block;
      width: 50%;
      vertical-align: middle; }
    .b-comment__descr .b-comment__descr__data .f-comment__descr__name {
      font-size: 1.15385em;
      line-height: 1.06667;
      color: #72be58; }
    .b-comment__descr .b-comment__descr__data .b-comment__descr__info {
      display: inline-block;
      width: 50%;
      vertical-align: middle;
      margin: 0 0 0 -4px; }
      @media screen and (max-width: 767px) {
        .b-comment__descr .b-comment__descr__data .b-comment__descr__info {
          display: block;
          width: 100%;
          margin: 2px 0 0; } }
      .b-comment__descr .b-comment__descr__data .b-comment__descr__info .f-comment-link-color {
        color: #72be58; }
        .b-comment__descr .b-comment__descr__data .b-comment__descr__info .f-comment-link-color:hover {
          color: #898989; }
    .b-comment__descr .b-comment__descr__data .f-comment__descr__info {
      font-size: 0.92308em;
      line-height: 1.16667;
      color: #989898;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .b-comment__descr .b-comment__descr__data .f-comment__descr__info {
          text-align: left; } }
  .b-comment__descr .f-comment__descr__txt {
    color: #666666; }

/*
// Form block.
*/
.b-blog-form-box {
  margin: 30px 0 0; }

/*
// Video block.
*/
.b-article-box--video .b-title-b-hr {
  padding-top: 0; }

/*
// Additional classes.
*/
.f-h4-special--gray.b-h4-special {
  color: #666666; }
  .f-h4-special--gray.b-h4-special:hover {
    color: #72be58; }

/* Contacts Short Items
// ========================================================================== */
/*
// Base Layout.
*/
.b-contacts-short-item-group {
  margin: 0; }
  .b-contacts-short-item-group > [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }

/*
// Items Layout.
*/
.b-contacts-short-item {
  border-top: 1px solid #dddddd;
  padding-bottom: 8px;
  padding-top: 15px; }
  @media screen and (max-width: 979px) and (min-width: 640px) {
    .b-contacts-short-item {
      border: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 639px) {
    .b-contacts-short-item {
      border: 0; } }
  .b-contacts-short-item:first-child {
    border-top: 0;
    padding-top: 0; }

.b-contacts-short-item__icon {
  width: 30px; }

.f-contacts-short-item__icon {
  color: #72be58; }

.f-contacts-short-item__icon_lg {
  font-size: 1.92308em;
  line-height: 1; }

.f-contacts-short-item__icon_md {
  font-size: 1.69231em;
  line-height: 1; }

.f-contacts-short-item__icon_xs {
  font-size: 1.07692em;
  line-height: 1; }

.f-contacts-short-item__text {
  font-size: 0.92308em;
  line-height: 2;
  color: #515151; }
  .f-contacts-short-item__text a {
    text-decoration: none;
    color: #616161; }
    .f-contacts-short-item__text a:hover {
      color: #72be58; }

.f-contacts-short-item__text_email,
.f-contacts-short-item__text_phone {
  color: #515151; }

.f-contacts-short-item__text_email {
  line-height: 1.3; }

/* Description section
// ========================================================================== */
/*
// Base Layout.
*/
.b-desc-section-container {
  padding: 35px 0 5px; }
  @media screen and (max-width: 979px) {
    .b-desc-section-container {
      padding-top: 20px; } }

.b-desc-section {
  margin: 15px 0; }
  @media screen and (max-width: 979px) {
    .b-desc-section {
      margin-top: 0px; } }

.f-desc-section {
  font-size: 1.23077em;
  line-height: 1.2;
  color: #848484; }
  @media screen and (max-width: 767px) {
    .f-desc-section {
      font-size: 1.15385em;
      line-height: 2; } }
  .f-desc-section.f-small {
    font-size: 1.07692em;
    line-height: 1.2; }

.f-desc-section--light {
  color: #fff; }

/* InfoBlock With Icon
// ========================================================================== */
/*
// Base Layout.
*/
.b-infoblock-with-icon-group [class*='col-'] {
  margin: 35px 0 35px; }
  @media screen and (max-width: 979px) and (min-width: 640px) {
    .b-infoblock-with-icon-group [class*='col-'] {
      margin: 11px 0 11px; } }
  @media screen and (max-width: 639px) {
    .b-infoblock-with-icon-group [class*='col-'] {
      margin: 12px 0 12px; } }
  .b-infoblock-with-icon-group [class*='col-'].b-null-bottom-indent {
    margin-bottom: 0;
    padding-bottom: 0; }

.f-infoblock-with-icon__icon {
  text-align: center; }
  .f-infoblock-with-icon__icon .fa {
    font-size: 2.15385em;
    line-height: 1;
    color: #fff;
    line-height: 68px; }
  .f-infoblock-with-icon__icon:hover .fa {
    color: #72be58; }

/*
// Default version.
*/
.b-infoblock-with-icon__icon {
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -ms-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
  background: #72be58;
  border: 2px solid transparent;
  border-radius: 3px;
  display: block;
  position: relative;
  float: left;
  width: 68px;
  height: 68px;
  line-height: 68px; }
  .b-infoblock-with-icon__icon:hover {
    background: #fff;
    border-color: #72be58; }

.b-infoblock-with-icon--circle-icon .b-infoblock-with-icon__icon {
  border-radius: 50%;
  height: 68px; }

.b-infoblock-with-icon__info {
  overflow: hidden;
  padding-left: 16px; }

.b-infoblock-with-icon__info_title {
  display: inline-block;
  margin-bottom: 5px; }

.f-infoblock-with-icon__info_title {
  font-size: 1.23077em;
  line-height: 1.2;
  color: #666666;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .f-infoblock-with-icon__info_title {
      font-size: 1.07692em;
      line-height: 1.2; } }

.f-infoblock-with-icon__info_text {
  font-size: 0.92308em;
  line-height: 2;
  color: #666666; }

/*
// Dialog icon.
*/
.b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon,
.b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon {
  border-radius: 0; }

.b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon {
  margin-left: 14px; }
  .b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon:after {
    border-color: #72be58 #72be58 transparent transparent;
    border-style: solid;
    border-width: 7px;
    content: '';
    position: absolute;
    left: -16px;
    top: -2px;
    z-index: 1; }
  .b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon:hover:before {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: '';
    position: absolute;
    left: -11px;
    top: 0px;
    z-index: 2; }

.b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon {
  margin-right: 14px; }
  .b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon:after {
    border-color: #72be58 transparent transparent #72be58;
    border-style: solid;
    border-width: 7px;
    content: '';
    position: absolute;
    right: -16px;
    top: -2px;
    z-index: 1; }
  .b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon:hover:before {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 6px;
    content: '';
    position: absolute;
    right: -11px;
    top: 0px;
    z-index: 2; }

/*
// Icon positions.
*/
.b-infoblock-with-icon--sides-r [class*='col-'],
.b-infoblock-with-icon--sides-l [class*='col-'] {
  margin: 15px 0 10px; }

.b-infoblock-with-icon--sides-r {
  padding-right: 0;
  padding-left: 35px; }
  @media screen and (max-width: 767px) {
    .b-infoblock-with-icon--sides-r {
      padding-right: 15px;
      padding-left: 15px; } }

.b-infoblock-with-icon--sides-l {
  padding-right: 35px;
  padding-left: 0; }
  @media screen and (max-width: 979px) and (min-width: 768px) {
    .b-infoblock-with-icon--sides-l {
      border-right: 1px solid #dddddd; } }
  @media screen and (max-width: 767px) {
    .b-infoblock-with-icon--sides-l {
      padding-right: 15px;
      padding-left: 15px; } }
  .b-infoblock-with-icon--sides-l .b-infoblock-with-icon__icon {
    float: right; }
  .b-infoblock-with-icon--sides-l .b-infoblock-with-icon__info {
    padding-left: 0;
    padding-right: 16px; }

.f-infoblock-with-icon--sides-l .f-infoblock-with-icon__info {
  text-align: right; }

.b-infoblock-with-icon--r .b-infoblock-with-icon__icon {
  float: right; }
.b-infoblock-with-icon--r .b-infoblock-with-icon__info {
  padding-left: 0;
  padding-right: 16px; }

.f-infoblock-with-icon--r .f-infoblock-with-icon__info {
  text-align: right; }

.b-infoblock-with-icon--center .b-infoblock-with-icon {
  margin: 0 12%; }
.b-infoblock-with-icon--center .b-infoblock-with-icon__icon {
  float: none;
  margin: 0 auto 20px; }
.b-infoblock-with-icon--center .b-infoblock-with-icon__info {
  padding: 0; }
.b-infoblock-with-icon--center.b-infoblock-with-icon--small-indent .b-infoblock-with-icon {
  margin: 0 4px; }
.b-infoblock-with-icon--center.b-infoblock-with-icon--small-indent p {
  margin-bottom: 0; }

.f-infoblock-with-icon--center {
  text-align: center; }
  .f-infoblock-with-icon--center .f-infoblock-with-icon__info {
    text-align: center; }

/*
// With small icons without background.
*/
.b-infoblock-with-icon--sm .b-infoblock-with-icon {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .b-infoblock-with-icon--sm .b-infoblock-with-icon:hover {
    background: #fff;
    border-color: #f1f1f1; }
.b-infoblock-with-icon--sm .b-infoblock-with-icon__icon {
  background: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  width: 38px; }

.f-infoblock-with-icon--sm .f-infoblock-with-icon__icon .fa {
  color: #72be58; }

/*
// With text box.
*/
.b-infoblock-with-icon--textbox .b-infoblock-with-icon {
  position: relative; }
.b-infoblock-with-icon--textbox .b-infoblock-with-icon__info {
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 45px 20px 15px 20px;
  position: relative;
  margin-top: -45px;
  z-index: 1; }
.b-infoblock-with-icon--textbox .b-infoblock-with-icon__icon {
  float: none;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2; }
.b-infoblock-with-icon--textbox .b-infoblock-with-icon__info_text {
  margin-bottom: 10px; }

.f-infoblock-with-icon--textbox .f-infoblock-with-icon__info {
  text-align: center; }

/*
// With colored background.
*/
.b-infoblock-with-icon--colored-bg .b-infoblock-with-icon:hover {
  background: transparent;
  border-color: transparent; }
.b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__info_title:hover {
  text-decoration: underline; }
.b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__info,
.b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__icon .fa,
.b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__info_title,
.b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__info_text {
  color: #fff; }

/*
// With circle icons.
*/
.b-infoblock-with-icon--circle-icon .f-infoblock-with-icon__icon--text {
  color: #fff;
  font-size: 1.07692em;
  line-height: 2.14286; }
  .b-infoblock-with-icon--circle-icon .f-infoblock-with-icon__icon--text:hover {
    color: #72be58; }

.b-infoblock-with-icon--circle-icon .b-infoblock-with-icon__icon--small {
  height: 45px;
  width: 45px;
  padding-top: 7px;
  padding-bottom: 7px; }

.b-infoblock-with-icon__progressbar {
  margin-bottom: 20px; }

.b-infoblock-with-icon--biggest-icons .fa {
  font-size: 46px; }

/* InfoBlock with background
// ========================================================================== */
/*
// Base Layout.
*/
.b-bg-block {
  background-size: cover;
  padding: 92px 0 135px 0; }
  @media screen and (max-width: 979px) {
    .b-bg-block {
      padding: 60px 0 54px 0; } }
  @media screen and (max-width: 767px) {
    .b-bg-block {
      padding: 20px 0 5px 0; } }
  .b-bg-block .b-btn {
    margin: 0 5px 10px;
    box-shadow: 0 0 2px 0 #795e3a; }
  .b-bg-block .b-ico {
    margin-right: 5px; }
  .b-bg-block h1 {
    margin-bottom: 6px; }
  .b-bg-block.person {
    padding: 60px 0 0 0; }
  .b-bg-block .b-bg-block__person {
    text-align: center; }
    .b-bg-block .b-bg-block__person .avatar {
      border: 3px solid #fff;
      border-radius: 50%;
      display: inline-block;
      overflow: hidden; }
      .b-bg-block .b-bg-block__person .avatar img {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        border-radius: 50%;
        height: 107px;
        width: 107px; }
    .b-bg-block .b-bg-block__person .name {
      margin: 15px 0;
      font-size: 1.23077em;
      line-height: 1.25;
      font-weight: 700;
      text-transform: uppercase; }
    .b-bg-block .b-bg-block__person .quote {
      margin-top: 20px;
      font-size: 1.84615em;
      line-height: 1.25;
      font-weight: 300; }

.f-bg-block {
  color: #fff; }
  .f-bg-block .f-btn {
    text-shadow: none; }
  @media screen and (max-width: 979px) {
    .f-bg-block h1 {
      font-size: 2.53846em;
      line-height: 1; } }
  @media screen and (max-width: 767px) {
    .f-bg-block h1 {
      font-size: 1.84615em;
      line-height: 1.375; } }

/*
// Description.
*/
.b-bg-block__desc {
  margin-bottom: 22px; }
  @media screen and (max-width: 767px) {
    .b-bg-block__desc {
      margin-bottom: 15px; } }

.f-bg-block__desc {
  font-size: 1.23077em;
  line-height: 2.5; }
  @media screen and (max-width: 979px) {
    .f-bg-block__desc {
      font-size: 1em;
      line-height: 2.53846; } }
  @media screen and (max-width: 767px) {
    .f-bg-block__desc {
      font-size: 1em;
      line-height: 1.84615; } }

/* Section information
// ========================================================================== */
/*
// Base Layout.
*/
.b-section-info {
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0 50px 0;
  overflow: hidden; }
  .b-section-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .b-section-info {
      padding: 30px 0 15px 0; } }
  @media screen and (max-width: 767px) {
    .b-section-info .l-container {
      padding: 0 10px; } }

.b-section-info__img {
  padding-top: 50px; }
  .b-section-info__img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .b-section-info__img {
      padding-top: 0;
      padding-bottom: 30px; } }
  .b-section-info__img img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    float: right; }
    @media screen and (max-width: 767px) {
      .b-section-info__img img {
        float: none; } }

.b-section-info__text {
  padding-left: 4%; }

.f-section-info__text h2 {
  font-size: 2em;
  line-height: 1.15385; }
  @media screen and (max-width: 979px) {
    .f-section-info__text h2 {
      font-size: 1.61538em;
      line-height: 1.57143; } }
  @media screen and (max-width: 767px) {
    .f-section-info__text h2 {
      font-size: 1.61538em;
      line-height: 1.14286; } }

.f-section-info__text_short {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #949494; }
  @media screen and (max-width: 979px) {
    .f-section-info__text_short {
      font-size: 0.76923em;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    .f-section-info__text_short {
      font-size: 0.76923em;
      line-height: 2.4; } }

.b-section-info__img-r .b-section-info__img {
  float: right;
  padding-top: 0; }
  .b-section-info__img-r .b-section-info__img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-section-info__img-r .b-section-info__img img {
    float: left; }
    @media screen and (max-width: 767px) {
      .b-section-info__img-r .b-section-info__img img {
        float: none; } }

.f-section-info__img-r h2 {
  font-size: 2.30769em;
  line-height: 1; }
  @media screen and (max-width: 979px) {
    .f-section-info__img-r h2 {
      font-size: 1.84615em;
      line-height: 1; } }
  @media screen and (max-width: 767px) {
    .f-section-info__img-r h2 {
      font-size: 1.69231em;
      line-height: 1.04545; } }
.f-section-info__img-r .f-section-info__text_short {
  font-size: 1em;
  line-height: 2.15385; }
  @media screen and (max-width: 979px) {
    .f-section-info__img-r .f-section-info__text_short {
      font-size: 0.76923em;
      line-height: 2.4; } }

@media screen and (max-width: 767px) {
  .b-section-info__text_group {
    padding-left: 30px; } }

.b-section-visual_1 {
  position: absolute;
  right: 15px;
  bottom: -133px; }
  @media screen and (max-width: 1023px) {
    .b-section-visual_1 {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .b-section-visual_1 {
      bottom: -85px; } }

.b-info-container--demos {
  background: #72be58;
  padding: 87px 0 110px; }
  @media screen and (max-width: 767px) {
    .b-info-container--demos {
      padding: 50px 0 60px; } }
  .b-info-container--demos p {
    margin-bottom: 24px;
    padding-right: 22%; }

.f-info-container--demos h2 {
  font-size: 2.30769em;
  line-height: 1; }
.f-info-container--demos .f-section-info__text_short {
  font-size: 1em;
  line-height: 2.15385;
  color: #fff; }

/* Animate
// ========================================================================== */
/*
// Default state.
*/
.fade-in-animate {
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  visibility: hidden;
  opacity: 0; }
  .fade-in-animate.visible {
    visibility: visible;
    opacity: 1; }

/*
// Image Groups.
*/
.wrap-img-appearance {
  position: relative; }
  .wrap-img-appearance img {
    position: absolute;
    visibility: hidden; }
    .wrap-img-appearance img.animated {
      visibility: visible; }

/*
// Animated state.
*/
.j-data-element {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0; }
  .j-data-element.animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    visibility: visible;
    opacity: 1; }

/* Parallax effect for sections
// ========================================================================== */
/*
// Base Layout.
*/
[data-fixed_top] {
  position: relative;
  z-index: 2; }
  [data-fixed_top].is-fixed-element {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%; }

/* Hover effect Base Version
// ========================================================================== */
/*
// View.
*/
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

/*
// Content.
*/
.view .mask, .view .content {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*
// Img.
*/
.view img {
  display: block;
  position: relative; }

/*
// Title.
*/
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0; }

.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center; }

/* Hover effect Down Version
// ========================================================================== */
/*
// Base layout.
*/
.view-sixth img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s; }
.view-sixth .mask {
  background-color: rgba(50, 50, 50, 0.68);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s; }
.view-sixth h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }
.view-sixth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s; }
.view-sixth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0.1s;
  -o-transition: -o-transform 0.3s ease-in-out 0.1s;
  -ms-transition: -ms-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s; }
.view-sixth.is-active .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }
.view-sixth.is-active img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }
.view-sixth.is-active h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.view-sixth.is-active p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.view-sixth.is-active a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }
@media screen and (min-width: 321px) {
  .view-sixth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; }
  .view-sixth:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; }
  .view-sixth:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .view-sixth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .view-sixth:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

/* Hover effect Up Version
// ========================================================================== */
/*
// Base Layout.
*/
.view-eighth .mask {
  background-color: rgba(50, 50, 50, 0.56);
  top: -200px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s; }
.view-eighth h2 {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s; }
.view-eighth p {
  color: #333;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s; }
.view-eighth a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.3s;
  -ms-transition: -ms-transform 0.2s ease-in-out 0.3s;
  transition: transform 0.2s ease-in-out 0.3s; }
.view-eighth.is-active .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear; }
.view-eighth.is-active h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.view-eighth.is-active p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.view-eighth.is-active a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }
@media screen and (min-width: 1025px) {
  .view-eighth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear; }
  .view-eighth:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .view-eighth:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .view-eighth:hover a.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; } }

/*
// Animation keyframes.
*/
@keyframes bounceY {
  0% {
    transform: translateY(-205px); }
  40% {
    transform: translateY(-100px); }
  65% {
    transform: translateY(-52px); }
  82% {
    transform: translateY(-25px); }
  92% {
    transform: translateY(-12px); }
  55%, 75%, 87%, 97%, 100% {
    transform: translateY(0px); } }
@-moz-keyframes bounceY {
  0% {
    -moz-transform: translateY(-205px); }
  40% {
    -moz-transform: translateY(-100px); }
  65% {
    -moz-transform: translateY(-52px); }
  82% {
    -moz-transform: translateY(-25px); }
  92% {
    -moz-transform: translateY(-12px); }
  55%, 75%, 87%, 97%, 100% {
    -moz-transform: translateY(0px); } }
@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px); }
  40% {
    -webkit-transform: translateY(-100px); }
  65% {
    -webkit-transform: translateY(-52px); }
  82% {
    -webkit-transform: translateY(-25px); }
  92% {
    -webkit-transform: translateY(-12px); }
  55%, 75%, 87%, 97%, 100% {
    -webkit-transform: translateY(0px); } }
/* Some example blocks
// ========================================================================== */
/*
// Base Layout.
*/
@media screen and (max-width: 979px) {
  .b-some-examples {
    padding: 0 25px; } }
.b-some-examples [class*='col-'] {
  margin: 15px 0; }

.f-some-examples {
  text-align: left; }

/*
// Items Layout.
*/
.b-some-examples__item {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 2px;
  overflow: hidden; }

.b-some-examples__item_img {
  border-bottom: 2px solid #72be58;
  position: relative; }
  .b-some-examples__item_img.b-radius-null img {
    border-radius: 0; }
  .b-some-examples__item_img img {
    border-radius: 2px 2px 0 0;
    display: block;
    width: 100%; }

.b-some-examples__item_info {
  padding: 7px 16px 0 19px; }

.b-some-examples__item_info_level {
  border-top: 1px solid #d9d9d9;
  padding: 10px 0 10px 0; }
  .b-some-examples__item_info_level:first-child {
    border: 0; }

.f-some-examples__item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap; }
  .f-some-examples__item_name a {
    font-size: 1.38462em;
    line-height: 1;
    color: #666666; }
    .f-some-examples__item_name a:hover {
      color: #72be58; }
  .f-some-examples__item_name.f-title-small a {
    font-size: 1.07692em;
    line-height: 1.28571; }

.b-some-examples__item_double_info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.b-some-examples__item_double_info .b-info-group ul {
  margin: 0; }

.f-some-examples__item_double_info {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #666666; }

.f-some-examples__item_description {
  font-size: 0.84615em;
  line-height: 2.18182; }

.b-some-examples__item_action {
  background: #fafafa;
  border-top: 1px solid #d9d9d9;
  padding: 10px 14px 10px 19px;
  box-shadow: inset 0px -2px 4px #f6f6f6; }
  .b-some-examples__item_action:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-some-examples__item_total {
  padding-top: 5px; }

.f-some-examples__item_total {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #72be58; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .f-some-examples__item_total {
      font-size: 1em;
      line-height: 1.5; } }

/*
// Items Layout - Secondary version.
*/
.b-some-examples-secondary .b-some-examples__item {
  border: none;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .b-some-examples-secondary .b-some-examples__item {
      border-bottom: 1px solid #dedede; } }
.b-some-examples-secondary .b-some-examples__item_img {
  border-bottom: 0; }
.b-some-examples-secondary .b-some-examples__item_info {
  padding-left: 0;
  padding-right: 0; }
.b-some-examples-secondary .b-some-examples__item_info_level {
  border: 0; }

.f-some-examples-secondary .f-some-examples__item_name {
  text-transform: uppercase; }

/*
// Items Layout - Tertiary version.
*/
.b-some-examples-tertiary .b-some-examples__item_info_level {
  border-color: transparent;
  padding: 5px 0; }
  .b-some-examples-tertiary .b-some-examples__item_info_level:first-child {
    padding-top: 13px; }
  .b-some-examples-tertiary .b-some-examples__item_info_level:last-child {
    padding-bottom: 13px; }

.f-some-examples-tertiary .f-some-examples__item_name,
.f-some-examples-tertiary .f-btn {
  text-transform: uppercase; }

/*
// Items Layout - Quaternary version.
*/
.f-some-examples-quaternary .f-some-examples__item_name,
.f-some-examples-quaternary .f-btn {
  text-transform: uppercase; }

/* List with markers
// ========================================================================== */
/*
// Base Layout.
*/
.b-list-markers {
  padding-left: 0; }
  .b-list-markers li {
    list-style: none;
    margin-bottom: 12px; }

.f-list-markers li {
  font-size: 0.92308em;
  line-height: 1.2; }
  .f-list-markers li a {
    color: inherit; }
    .f-list-markers li a:hover {
      color: #72be58; }
.f-list-markers .fa {
  font-size: 1.15385em;
  line-height: 1.2; }

.b-list-markers-2col {
  margin: 0;
  padding: 15px 0 10px 0; }
  .b-list-markers-2col:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-list-markers-2col li {
    display: inline-block;
    padding-right: 5px;
    vertical-align: bottom;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .b-list-markers-2col li {
        float: none;
        width: 100%; } }

.f-list-markers-2col {
  font-size: 0; }
  .f-list-markers-2col li {
    font-size: 12px; }

/*
// With Icon.
*/
.b-list-markers__ico {
  margin-right: 5px; }

.f-list-markers__ico {
  color: #72be58; }

/*
// With Alpha and numbers.
*/
.b-list-markers__number,
.b-list-markers__alpha {
  padding: 2px 4px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px; }

.b-list-markers__alpha {
  background: #72be58; }

.b-list-markers__number {
  background: #666666; }

.f-list-markers__number,
.f-list-markers__alpha {
  font-size: 0.92308em;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-style: normal; }

/*
// Additional classes (colors / sizes).
*/
.f-list-markers-default-color {
  color: #666666; }
  .f-list-markers-default-color .f-list-markers__ico {
    color: #666666; }

.b-list-markers--without-leftindent {
  padding-left: 0; }

.f-list-markers--medium li {
  font-size: 13px; }
  .f-list-markers--medium li .f-list-markers__ico {
    vertical-align: middle;
    font-size: 1.23077em;
    line-height: 1.2; }

.b-list-markers--short li {
  display: inline-block; }

/* Employee module
// ========================================================================== */
/*
// Base Layout.
*/
.b-employee {
  padding: 38px 0 50px; }
  .b-employee .b-hr-stars {
    margin-bottom: 15px; }

/*
// Inner blocks.
*/
@media screen and (max-width: 979px) {
  .f-employee__desc {
    font-size: 0.92308em;
    line-height: 2.16667; } }

@media screen and (max-width: 767px) {
  .b-employee-container {
    padding: 0 35px; }
    .b-employee-container [class*='col-'] {
      margin-top: 30px; }
      .b-employee-container [class*='col-']:first-child {
        margin-top: 0; } }
.b-employee-container.j-masonry .j-masonry-item {
  margin-top: 30px; }
  .b-employee-container.j-masonry .j-masonry-item:first-child {
    margin-top: 0; }
@media screen and (max-width: 767px) {
  .b-employee-container.j-masonry {
    padding: 0;
    margin: 0 35px; } }

/*
// Items Layout.
*/
.b-employee-item__img {
  display: block;
  margin-bottom: 20px; }
  @media screen and (max-width: 979px) {
    .b-employee-item__img {
      margin-bottom: 5px; } }

.b-employee-item__social_btn {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  color: #fff;
  background: #adadad;
  display: inline-block;
  border-radius: 50%;
  padding: 7px 0;
  margin: 0px 0 5px 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 1; }
  .b-employee-item__social_btn:hover {
    color: #fff;
    background: #72be58; }
  .b-employee-item__social_btn:first-child {
    margin-left: 0; }

.b-employee-item {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 7px; }
  .b-employee-item .b-employee-item__social {
    margin-top: 10px; }
  .b-employee-item.b-employee-item--color .view-eighth .mask {
    background-color: rgba(114, 190, 88, 0.5); }
  .b-employee-item.b-employee-item--color .view-sixth .mask {
    background-color: rgba(114, 190, 88, 0.5); }
  .b-employee-item img {
    border: 1px solid #d5d5d5;
    width: 100%; }
  .b-employee-item p {
    padding: 0 3px; }
    @media screen and (max-width: 979px) {
      .b-employee-item p {
        margin-top: 3px; } }

.f-employee-item {
  text-align: center; }
  .f-employee-item h4 {
    margin-bottom: 5px; }
    @media screen and (max-width: 979px) {
      .f-employee-item h4 {
        font-size: 1.07692em;
        line-height: 1.2; } }
  .f-employee-item p {
    color: #666666; }
    @media screen and (max-width: 979px) {
      .f-employee-item p {
        font-size: 0.69231em;
        line-height: 2; } }

.f-employee-item__position {
  color: #72be58;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-employee-item__position {
      font-size: 0.76923em;
      line-height: 1.2; } }

/* InfoBlocks
// ========================================================================== */
/*
// Base Layout.
*/
.b-infoblock,
.b-infoblock--without-padding,
.b-infoblock--small {
  border-bottom: 1px solid #e6e6e6; }

.b-infoblock,
.b-infoblock--small {
  position: relative; }

.b-infoblock,
.b-infoblock--without-border {
  padding-top: 45px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .b-infoblock,
    .b-infoblock--without-border {
      padding-top: 30px;
      padding-bottom: 25px; } }

.b-infoblock--small {
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .b-infoblock--small {
      padding-top: 15px;
      padding-bottom: 20px; } }
  .b-infoblock--small.b-infoblock--without-border {
    border: 0 none; }
  .b-infoblock--small.faq-page {
    padding-top: 30px; }

.b-infoblock-description {
  margin-bottom: 25px; }

.b-info-container {
  background: #72be58;
  padding: 44px 0 40px; }

.f-info-container {
  color: #fff;
  text-align: center; }

.f-info-container__title .fa {
  font-size: 3.53846em;
  line-height: 1;
  margin-bottom: 6px; }
.f-info-container__title span {
  font-size: 1.38462em;
  line-height: 1.66667;
  text-transform: uppercase; }

.b-info-container__text {
  margin-top: 6px; }

.f-info-container__text {
  font-size: 1.07692em;
  line-height: 2.14286; }
  .f-info-container__text a {
    color: #616161; }
    .f-info-container__text a:hover {
      text-decoration: underline; }

.f-info-container__text--default a {
  color: #72be58; }

.b-top-logo-block {
  background: #fafafa;
  border-bottom: 3px solid #72be58;
  padding: 74px 0 52px; }
  .b-top-logo-block img {
    margin-bottom: 10px; }

.b-top-logo-block-inner {
  display: inline-block; }

.f-lg-container--dark-bg .f-top-logo-block_title,
.f-lg-container--dark-bg .f-lg-container-title,
.f-lg-container--dark-bg .f-lg-container-description {
  color: #fff; }

.f-top-logo-block_title {
  font-size: 1.92308em;
  line-height: 1.2;
  color: #666666;
  text-transform: uppercase;
  white-space: nowrap; }

.b-lg-container {
  padding: 80px 0 155px; }
  @media screen and (max-width: 767px) {
    .b-lg-container {
      padding: 60px 0 100px; } }

.f-lg-container-title {
  font-size: 4.61538em;
  line-height: 1.2;
  color: #666666;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .f-lg-container-title {
      font-size: 3.38462em;
      line-height: 1.2; } }

.f-lg-container-description {
  font-size: 1.23077em;
  line-height: 1.875;
  color: #666666; }

.b-demo-thumbnails_item {
  text-align: center;
  padding-bottom: 34px; }
  .b-demo-thumbnails_item img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }

.b-demo-thumbnails_item_name {
  display: inline-block;
  margin-top: 30px; }

.f-demo-thumbnails_item_name {
  font-size: 1.38462em;
  line-height: 1.11111;
  color: #898989;
  text-transform: uppercase; }

.slider-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto; }

.b-finish-info {
  padding: 85px 0 245px; }
  @media screen and (max-width: 767px) {
    .b-finish-info {
      padding: 85px 0 85px; } }

.b-finish-info_btn {
  margin: 14px 0 28px; }

.f-finish-info {
  text-align: center; }
  .f-finish-info h3 {
    font-size: 2.30769em;
    line-height: 1.2;
    text-transform: none; }

.b-finish-info_logo-text {
  margin-bottom: 25px; }

.f-finish-info_logo-text {
  font-size: 1.07692em;
  line-height: 1.42857;
  text-transform: uppercase; }

/* About blocks
// ========================================================================== */
/*
// Base Layout.
*/
.b-about-container {
  background-size: cover;
  overflow: hidden; }
  .b-about-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-about-container .container {
    padding-top: 40px;
    padding-bottom: 63px; }
    @media screen and (max-width: 1023px) {
      .b-about-container .container {
        padding-top: 25px;
        padding-bottom: 25px; } }

.b-about-container__with-img-l .container {
  position: relative; }
.b-about-container__with-img-l .b-about-container__inner {
  position: relative;
  float: right;
  width: 70%;
  z-index: 2; }
  @media screen and (max-width: 1023px) {
    .b-about-container__with-img-l .b-about-container__inner {
      float: none;
      width: 100%; } }

.b-about-container__img {
  bottom: 0;
  left: -127px;
  position: absolute;
  z-index: 1; }
  .b-about-container__img img {
    display: block; }
  @media screen and (max-width: 1023px) {
    .b-about-container__img {
      display: none; } }

.f-about-container {
  color: #fff; }
  .f-about-container a {
    color: #fff; }
    .f-about-container a:hover {
      color: #72be58; }

.b-about-container__title {
  margin-bottom: 15px; }

.f-about-container__title {
  font-size: 2.76923em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    .f-about-container__title {
      font-size: 2.30769em;
      line-height: 1; } }

.b-about-container__title_second {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 10px 0 10px;
  margin-bottom: 18px; }

.f-about-container__title_second {
  font-size: 1.76923em;
  line-height: 1.04348; }
  @media screen and (max-width: 1023px) {
    .f-about-container__title_second {
      font-size: 1.53846em;
      line-height: 1; } }

.b-about-container__text {
  margin-bottom: 10px; }

.f-about-container__text {
  font-size: 0.92308em;
  line-height: 2; }

.b-about-container__with-img-l.b-about-container--high .container {
  padding-top: 95px;
  padding-bottom: 60px; }
  @media screen and (max-width: 1023px) {
    .b-about-container__with-img-l.b-about-container--high .container {
      padding-top: 25px;
      padding-bottom: 25px; } }

/* News module
// ========================================================================== */
/*
// Items Layout.
*/
.b-news-item {
  background: #fff;
  border: 1px solid #f3f3f3;
  position: relative; }
  .b-news-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-news-item__img {
  position: relative;
  float: left;
  width: 46%;
  max-width: 286px; }
  @media screen and (max-width: 767px) {
    .b-news-item__img {
      width: 100%; } }
  .b-news-item__img img {
    border-right: 1px solid #f3f3f3;
    display: block;
    width: 100%; }
  .b-news-item__img:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 12px;
    border-color: transparent #fff transparent transparent;
    right: 0px;
    top: 23px;
    z-index: 20; }
    @media screen and (max-width: 767px) {
      .b-news-item__img:before {
        border: 0 none; } }

.b-news-item__info {
  padding: 15px 30px 13px 30px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .b-news-item__info {
      width: 100%; } }

.f-news-item__info_title {
  font-size: 1.07692em;
  line-height: 1.71429;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  text-transform: uppercase; }

.b-news-item__info_title-big {
  margin-bottom: 8px; }

.f-news-item__info_title-big {
  font-size: 1.38462em;
  line-height: 1.33333;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #72be58;
  text-transform: uppercase;
  white-space: normal; }

.b-news-item__info_additional {
  margin-bottom: 10px; }
  .b-news-item__info_additional:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-news-item__info_additional_item {
  margin-right: 10px; }

.b-news-item__article {
  padding: 14px 0 0;
  border-top: 1px solid #e0e0e0; }
  .b-news-item__article:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.f-news___color-picker {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #7f7e7e;
  padding: 6px 0 3px; }

.f-news___color-picker_title {
  float: left;
  margin-right: 10px;
  margin-top: 10px; }

.f-news-item__info_additional_item {
  font-size: 0.92308em;
  line-height: 2;
  color: #b9b8b8; }
  .f-news-item__info_additional_item a {
    color: #b9b8b8; }
    .f-news-item__info_additional_item a:hover {
      color: #72be58; }

.b-news-item__info_text {
  margin-bottom: 10px;
  overflow: hidden; }

.f-news-item__info_text {
  font-size: 0.92308em;
  line-height: 2;
  color: #666666; }

.f-news-item__info_more {
  color: #72be58; }

.f-news-item__info_category {
  color: #666666;
  font-size: 1.07692em;
  line-height: 1.71429; }

.f-news-item__price {
  color: #72be58;
  font-size: 1.84615em;
  line-height: 1.33333; }

/* Categories with icons
// ========================================================================== */
/*
// Items Layout.
*/
@media screen and (min-width: 768px) {
  .b-categories-icons:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-categories-icons > .b-column {
    float: left;
    margin-left: 1%;
    width: 19.2%; }
  .b-categories-icons > .b-column:first-child, .b-categories-icons > .b-column:nth-child(5n+1) {
    margin-left: 0; } }

.b-categories-icons__item_link {
  display: block;
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    .b-categories-icons__item_link {
      padding: 15px 0; }
      .b-categories-icons__item_link:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; } }
  @media screen and (min-width: 1024px) {
    .b-categories-icons__item_link {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; } }

@media screen and (max-width: 767px) {
  .b-categories-icons__item {
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px 0 0 0; } }

.f-categories-icons__item {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .f-categories-icons__item {
      text-align: left; } }

.is-active-categories-icons__item {
  position: relative;
  bottom: 40px;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .is-active-categories-icons__item {
      bottom: auto; } }
  .is-active-categories-icons__item.b-categories-icons__item {
    padding: 3px; }
    @media screen and (max-width: 767px) {
      .is-active-categories-icons__item.b-categories-icons__item {
        padding: 0;
        border-color: #e8e8e8;
        border-style: solid;
        border-width: 1px 0 0 0; } }
  .is-active-categories-icons__item .b-categories-icons__item_link {
    position: absolute;
    background: #72be58;
    padding: 26px 0 30px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .is-active-categories-icons__item .b-categories-icons__item_link {
        padding: 15px 0 15px 10px;
        position: relative; } }
    .is-active-categories-icons__item .b-categories-icons__item_link:before {
      box-sizing: content-box;
      content: '';
      position: absolute;
      border: 3px solid rgba(255, 255, 255, 0.6);
      height: 100%;
      width: 100%;
      left: -3px;
      top: -3px; }
      @media screen and (max-width: 767px) {
        .is-active-categories-icons__item .b-categories-icons__item_link:before {
          display: none; } }
  .is-active-categories-icons__item .b-categories-icons__item_info {
    display: block; }
  .is-active-categories-icons__item .b-categories-icons__item_icon {
    background: #fff; }
  .is-active-categories-icons__item .f-categories-icons__item_icon {
    color: #72be58; }
  .is-active-categories-icons__item .f-categories-icons__item_name,
  .is-active-categories-icons__item .f-categories-icons__item_info {
    color: #fff; }

/*
// Inner Elements.
*/
.b-categories-icons__item_icon {
  background: #72be58;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 18px;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .b-categories-icons__item_icon {
      float: left;
      max-width: 80px;
      margin-bottom: 0;
      padding: 10px; } }

.f-categories-icons__item_icon {
  font-size: 2.30769em;
  line-height: 1;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .f-categories-icons__item_icon {
      font-size: 1.53846em;
      line-height: 1; } }

.b-categories-icons__item_name {
  margin-bottom: 5px; }

.f-categories-icons__item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.07692em;
  line-height: 1;
  color: #666666;
  text-transform: uppercase; }

.f-categories-icons__item_info {
  font-size: 0.92308em;
  line-height: 2;
  color: #fff; }

.b-categories-icons__item_info {
  display: none; }
  @media screen and (max-width: 767px) {
    .b-categories-icons__item_info {
      display: block; } }

.f-categories-icons__item_info {
  color: #666666; }

@media screen and (max-width: 767px) {
  .b-categories-icons__item_text {
    padding-left: 20px; } }

/* Application with images
// ========================================================================== */
/*
// Base Layout.
*/
.b-app-with-img [class*='col-'] {
  margin: 20px 0; }

/*
// Items Layout.
*/
.b-app-with-img__item {
  border-radius: 3px;
  box-shadow: 0 -2px 2px -2px #e6e6e6;
  overflow: hidden; }

/*
// Inner Elements.
*/
.b-app-with-img__item_img {
  display: block;
  border-bottom: 2px solid #72be58;
  position: relative;
  overflow: hidden; }
  .b-app-with-img__item_img img {
    border-radius: 3px 3px 0 0;
    max-width: 100%;
    width: 100%; }

.b-app-with-img__item_text {
  background: #f6f6f6;
  padding: 18px 5px 20px 5px; }
  .b-app-with-img__item_text.b-app-with-img__border {
    border-bottom: 2px solid #ebebeb; }

.b-app-with-img__item_name {
  margin: 6px 0; }

.f-app-with-img__item_name {
  font-size: 1.07692em;
  line-height: 1.57143;
  text-transform: uppercase; }

.f-app-with-img__item_info {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #72be58; }
  .f-app-with-img__item_info a {
    font-size: 0.92308em;
    line-height: 1.2;
    color: #72be58;
    text-decoration: none; }

.b-item-hover-action__inner-bottom-desc a {
  color: #fff;
  text-decoration: none; }

/* Twitter feeds
// ========================================================================== */
/*
// Base Layout.
*/
.b-twitter-feeds [class*='col-'] {
  padding-top: 10px;
  padding-bottom: 10px; }
  .b-twitter-feeds [class*='col-']:first-child {
    padding-top: 0; }

/*
// Items Layout.
*/
.b-twitter-feeds__item_name {
  margin-bottom: 10px; }

.f-twitter-feeds__item_name {
  font-size: 1em;
  line-height: 1.53846;
  color: #72be58;
  text-transform: uppercase; }
  .f-twitter-feeds__item_name i {
    margin-right: 2px; }

.b-twitter-feeds__item_twit {
  margin-bottom: 5px; }

.f-twitter-feeds__item_twit {
  font-size: 0.92308em;
  line-height: 1.66667; }
  .f-twitter-feeds__item_twit a {
    color: #72be58; }
    .f-twitter-feeds__item_twit a:hover {
      text-decoration: underline; }

.f-twitter-feeds__item_date {
  font-size: 0.84615em;
  line-height: 1.81818; }

/* Mentions
// ========================================================================== */
/*
// Base Layout.
*/
.b-mention-item {
  margin-bottom: 10px; }
  .b-mention-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/*
// Item Layout.
*/
.b-mention-item__user {
  float: left;
  width: 110px; }
  @media screen and (max-width: 767px) {
    .b-mention-item__user {
      float: none;
      margin-bottom: 15px;
      width: auto; } }

.b-mention-item__user_img {
  display: inline-block;
  margin-bottom: 5px;
  text-align: center; }
  .b-mention-item__user_img img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: none;
    display: inline-block; }

.b-mention-item__user_info {
  padding-left: 0.5em; }

.f-mention-item__user_info {
  font-size: 0.92308em;
  line-height: 1.5; }

.f-mention-item__user_name {
  color: #72be58; }

.b-mention-item__comment {
  margin-left: 28px; }
  @media screen and (max-width: 767px) {
    .b-mention-item__comment {
      margin-left: 0; } }
  .b-mention-item__comment:after {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -20px;
    top: 26px; }
    @media screen and (max-width: 767px) {
      .b-mention-item__comment:after {
        display: none; } }
  .b-mention-item__comment:before {
    content: '';
    border-width: 11px;
    border-style: solid;
    border-color: transparent #e3e3e3 transparent transparent;
    position: absolute;
    left: -23px;
    top: 25px; }
    @media screen and (max-width: 767px) {
      .b-mention-item__comment:before {
        display: none; } }

.f-mention-item__comment_text {
  font-size: 0.92308em;
  line-height: 2.33333; }
  .f-mention-item__comment_text a {
    color: #72be58; }

/*
// Short Version.
*/
.b-mention-short-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.b-mention-short-item__comment,
.b-mention-item__comment {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 10px 18px 8px;
  position: relative; }

.b-mention-short-item__comment {
  margin-bottom: 12px; }
  .b-mention-short-item__comment:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    bottom: -10px;
    left: auto;
    right: 30px; }
  .b-mention-short-item__comment:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border-width: 11px;
    border-style: solid;
    border-color: transparent #e3e3e3 transparent transparent;
    position: absolute;
    bottom: -12px;
    left: auto;
    right: 30px; }

.f-mention-short-item__comment_name {
  font-size: 0.92308em;
  line-height: 2;
  color: #72be58; }

.b-mention-short-item__comment_text {
  margin-bottom: 15px; }

.f-mention-short-item__comment_text {
  font-size: 0.92308em;
  line-height: 2;
  color: #979797; }

.b-mention-short-item__user {
  padding-right: 45px; }

.b-mention-short-item__user_img,
.b-mention-item__user_img {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 1px #616161;
  border-radius: 50%;
  overflow: hidden;
  text-align: center; }

.b-mention-item__user_img {
  width: 91px;
  height: 91px; }

.b-mention-short-item__user_img {
  width: 49px;
  height: 49px; }
  .b-mention-short-item__user_img img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: none;
    display: inline-block; }

.b-mention-short-item__user_info {
  padding-right: 10px;
  overflow: hidden;
  margin-top: 8px; }

.f-mention-short-item__user_name {
  font-size: 1.07692em;
  line-height: 1.28571;
  color: #72be58; }

.f-mention-short-item__user_position {
  margin-top: 3px;
  font-size: 0.92308em;
  line-height: 1.16667; }

/*
// Vertically Version.
*/
.b-mention-item--vertically .b-mention-item__user_img {
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
.b-mention-item--vertically .b-mention-item__comment {
  box-shadow: 0 0 3px 0 rgba(241, 241, 241, 0.7);
  margin: -40px 0 0px;
  padding: 15px 18px;
  padding-top: 55px;
  position: relative;
  z-index: 1; }
  .b-mention-item--vertically .b-mention-item__comment:before, .b-mention-item--vertically .b-mention-item__comment:after {
    display: none; }
.b-mention-item--vertically .b-mention-item__user_info {
  margin-top: 1em; }

@media screen and (max-width: 767px) {
  .f-center--xs {
    text-align: center; } }

/* Logo Group / Slider
// ========================================================================== */
/*
// Base Layout.
*/
.b-logo-group {
  margin: 15px 2px; }

/*
// Items Layout.
*/
.b-logo-item {
  display: inline-block;
  vertical-align: middle; }
  .b-logo-item a {
    padding: 14px 17px;
    min-height: 75px;
    display: inline-block;
    vertical-align: middle;
    line-height: 47px;
    width: 202px;
    text-align: center;
    margin-bottom: 25px; }
    .b-logo-item a:hover {
      background: #fff;
      box-shadow: 0 0 2px #dddddd; }
      .b-logo-item a:hover .is-hover {
        display: inline-block; }
      .b-logo-item a:hover .is-normal {
        display: none; }
  .b-logo-item img {
    display: inline-block;
    max-width: 100%; }
    .b-logo-item img.is-hover {
      display: none; }

.b-logo-partner-box .b-logo-item a {
  background: #fff;
  box-shadow: 0 0 2px #dddddd;
  margin: 0 5px 20px; }

/* Images Groups
// ========================================================================== */
/*
// Base Layout v1.
*/
.b-img-group-wrap {
  position: relative;
  min-height: 470px; }
  @media screen and (max-width: 979px) {
    .b-img-group-wrap {
      min-height: 0; } }

.b-img-group {
  bottom: 0;
  left: 12%;
  position: absolute; }
  .b-img-group.wrap-img-appearance {
    position: absolute; }
  @media screen and (max-width: 979px) {
    .b-img-group {
      display: none; } }

/*
// Base Layout v2.
*/
.b-img-group-wrap--v2 {
  padding-bottom: 10px;
  min-height: 500px; }
  @media screen and (max-width: 979px) {
    .b-img-group-wrap--v2 {
      padding-bottom: 30px; } }

.b-img-group_v2 {
  bottom: 0;
  left: 41.66666667%;
  position: absolute;
  width: 18%; }
  .b-img-group_v2.wrap-img-appearance {
    position: absolute; }
    .b-img-group_v2.wrap-img-appearance img {
      position: static; }
  @media screen and (max-width: 979px) {
    .b-img-group_v2 {
      display: none; } }
  .b-img-group_v2 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }

/*
// Images sizes and positions.
*/
.b-img-group-item_1 {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2; }

.b-img-group-item_2 {
  bottom: 0;
  position: absolute;
  left: 110px;
  z-index: 1; }

.img-appearance-1 {
  margin-top: 50px;
  max-width: 536px;
  height: 286px; }
  @media screen and (max-width: 479px) {
    .img-appearance-1 {
      height: 180px;
      margin-top: 0;
      margin-bottom: 30px; } }
  .img-appearance-1 .img-appearance-item-1 {
    top: 0;
    left: 23%;
    width: 55.4%; }
  .img-appearance-1 .img-appearance-item-2 {
    top: 47%;
    left: 0px;
    width: 50%; }
  .img-appearance-1 .img-appearance-item-3 {
    top: 39%;
    left: 63%;
    width: 22%; }
  .img-appearance-1 .img-appearance-item-4 {
    top: 50%;
    left: 84%;
    width: 16%; }
  .img-appearance-1 .img-appearance-item-5 {
    top: 61%;
    left: 79%;
    width: 11%; }

/* Pagination
// ========================================================================== */
/*
// Base Layout.
*/
.b-pagination {
  overflow: hidden;
  width: 100%; }
  .b-pagination:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .b-pagination ul {
    padding: 0;
    margin: 15px 0 0; }
  .b-pagination li {
    list-style-type: none;
    margin-right: 6px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 5px #dbdbdb;
    height: 32px;
    min-width: 32px; }
    @media screen and (max-width: 479px) {
      .b-pagination li {
        margin-right: 2px;
        height: 29px;
        min-width: 23px; } }
    .b-pagination li:first-child a, .b-pagination li:last-child a {
      padding-left: 14px;
      padding-right: 14px; }
      @media screen and (max-width: 479px) {
        .b-pagination li:first-child a, .b-pagination li:last-child a {
          padding-left: 8px;
          padding-right: 8px; } }
    .b-pagination li:hover {
      border-color: #72be58; }
    .b-pagination li.is-active-pagination {
      background-color: #72be58;
      border-color: #72be58; }
  .b-pagination span.current {
    font-size: 1.07692em;
    line-height: 1.2;
    background-color: #72be58;
    border-color: #72be58;
    color: #fff;
    border-radius: 2px;
    min-width: 100%; }
  .b-pagination a, .b-pagination span {
    padding: 7px 11px;
    display: block;
    position: relative;
    float: left; }
    @media screen and (max-width: 479px) {
      .b-pagination a, .b-pagination span {
        padding: 6px 6px; } }
    .b-pagination a.next i, .b-pagination span.next i {
      margin-left: -1px; }
    .b-pagination a.prev i, .b-pagination span.prev i {
      margin-left: -2px; }
  .b-pagination i {
    position: absolute;
    vertical-align: middle; }

.f-pagination li {
  font-weight: 700; }
  .f-pagination li:hover a {
    color: #72be58; }
  .f-pagination li.is-active-pagination a {
    color: #fff; }
.f-pagination a {
  color: #8b8b8b;
  font-size: 1.07692em;
  line-height: 1.2; }
.f-pagination i {
  font-size: 2.30769em;
  line-height: 0.46667; }

/* Categories filter / menu
// ========================================================================== */
/*
// Base Layout.
*/
.b-category-filter {
  padding: 20px 0; }
  .b-category-filter ul {
    margin-bottom: 0;
    padding-left: 0; }
    .b-category-filter ul li {
      display: inline-block; }
      .b-category-filter ul li a {
        border-radius: 20px;
        padding: 6px 10px; }
    .b-category-filter ul:not(.list-unstyled) li a:before {
      width: 5px;
      height: 5px;
      content: '.';
      position: relative;
      left: -4px;
      top: -2px; }
    .b-category-filter ul.selected-rectangle li a {
      border-radius: 2px; }

.f-category-filter li {
  font-size: 0.92308em;
  line-height: 2; }
.f-category-filter a {
  outline: 0 none;
  text-decoration: none;
  color: #515151; }
  .f-category-filter a:before {
    font-size: 32px;
    line-height: 1px; }
  .f-category-filter a:hover {
    color: #72be58; }
.f-category-filter .is-category-filter-active a {
  color: #fff;
  background: #72be58; }

/* Hover actions
// ========================================================================== */
/*
// Base Layout.
*/
.b-item-hover-action-link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.b-item-hover-action-parent:hover .b-item-hover-action {
  background: rgba(50, 50, 50, 0.68); }
.b-item-hover-action-parent:hover .b-item-hover-action--alt {
  background-color: rgba(114, 190, 88, 0.66); }

/*
// Actions Layout.
*/
.b-item-hover-action,
.b-item-hover-action--alt {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  border-radius: inherit; }
  .b-item-hover-action:before,
  .b-item-hover-action--alt:before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle; }

.b-item-hover-action__inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.b-item-hover-action__inner-btn_group {
  display: block;
  margin-bottom: 14px; }
  .b-item-hover-action__inner-btn_group .b-btn {
    margin-left: 5px;
    padding: 14px 14px 12px;
    text-shadow: none;
    border-radius: 2px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 480px) {
      .b-item-hover-action__inner-btn_group .b-btn {
        padding: 6px 8px 6px; } }
    .b-item-hover-action__inner-btn_group .b-btn:first-child {
      margin-left: 0; }
  .b-item-hover-action__inner-btn_group .fa {
    font-size: 1.23077em;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .b-item-hover-action__inner-btn_group .fa {
        font-size: 0.76923em;
        line-height: 1; } }

/*
// Action sizes / positions.
*/
.b-item-hover-action__inner-btn_group--medium .b-btn {
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 5px; }
  @media screen and (max-width: 480px) {
    .b-item-hover-action__inner-btn_group--medium .b-btn {
      margin-left: 3px;
      height: 30px;
      width: 30px; } }
.b-item-hover-action__inner-btn_group--medium .fa {
  font-size: 1.53846em;
  line-height: 2.25; }
  @media screen and (max-width: 480px) {
    .b-item-hover-action__inner-btn_group--medium .fa {
      font-size: 1.15385em;
      line-height: 2; } }

/*
// Action - Inner Elements.
*/
.b-item-hover-action__inner-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: white;
  background-color: #72be58;
  padding: 0 10px; }
  .b-item-hover-action__inner-bottom:before {
    bottom: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #72be58;
    margin-left: -10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .b-item-hover-action__inner-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 5px;
    background: #72be58; }

.b-item-hover-action__inner-bottom-title {
  padding: 10px 0 5px 0; }

.b-item-hover-action__inner-bottom-desc {
  padding: 0 0 7px; }

.b-item-hover-action--alt:hover {
  background-color: rgba(114, 190, 88, 0.66); }
.b-item-hover-action--alt .b-btn-light:hover {
  background-color: #72be58; }
.b-item-hover-action--alt .f-btn-light:hover {
  color: #fff; }

.b-item-hover-action--text-bottom:before {
  vertical-align: bottom; }

/* Search
// ========================================================================== */
/*
// Search with tabs.
*/
.b-search-map-tabs.ui-tabs .b-search-map_header {
  margin-bottom: 15px; }
  .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor {
        display: block; } }
    .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor li {
      display: inline-block;
      margin: 0 15px;
      vertical-align: middle;
      position: relative;
      outline: 0; }
      @media screen and (max-width: 767px) {
        .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor li {
          margin: 0;
          width: 25%; } }
      .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor li.ui-state-active:after {
        border-width: 12px;
        border-color: transparent transparent #72be58 transparent;
        border-style: solid;
        content: '';
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -12px; }

@media screen and (max-width: 767px) {
  .f-search-map__tabs-anchor {
    font-size: 0;
    text-align: justify; } }
@media screen and (max-width: 767px) {
  .f-search-map__tabs-anchor li {
    font-size: 13px;
    text-align: center; } }
.f-search-map__tabs-anchor li.ui-state-active a {
  color: #72be58; }

.b-search-map__title {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .b-search-map__title {
      border-bottom: 1px solid #e8e8e8;
      display: block;
      margin-bottom: 15px;
      margin-right: 0px;
      padding-bottom: 5px; } }

.f-search-map__title {
  color: #72be58;
  text-transform: uppercase; }

.b-search-map__wrap {
  background: #72be58;
  border-radius: 2px;
  padding: 15px 25px 15px 25px; }

.b-search-map__name {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding-right: 12px;
  vertical-align: middle; }
  @media screen and (max-width: 1169px) {
    .b-search-map__name {
      display: block;
      padding-bottom: 5px; }
      .b-search-map__name br {
        display: none; } }
  .b-search-map__name:after {
    border-left: 1px solid #72be58;
    border-right: 1px solid #5e9c48;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 1169px) {
      .b-search-map__name:after {
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #72be58 transparent #5e9c48;
        bottom: 0;
        height: 2px;
        left: 0;
        right: auto;
        top: auto;
        width: 100%; } }

.f-search-map__name {
  color: #fff;
  font-size: 1.38462em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase; }
  @media screen and (max-width: 1169px) {
    .f-search-map__name {
      text-align: left; } }

.b-search-map__name_hight {
  display: inline-block;
  margin-bottom: 6px; }

.f-search-map__name_hight {
  font-size: 1.66667em;
  line-height: 1; }

.b-search-map__fields {
  display: inline-block;
  vertical-align: middle; }
  .b-search-map__fields .b-form-group {
    margin: 10px 12px; }
    @media screen and (max-width: 767px) {
      .b-search-map__fields .b-form-group {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
  .b-search-map__fields input {
    display: block;
    min-width: 204px; }
    @media screen and (max-width: 767px) {
      .b-search-map__fields input {
        width: 100%; } }

.f-search-map__fields label {
  font-size: 1.07692em;
  line-height: 1.71429;
  color: #fff;
  text-transform: uppercase; }

.b-search-map__submit {
  border: 2px solid transparent; }
  .b-search-map__submit:hover {
    border-color: #fff; }

/*
// Full search.
*/
.b-full-search {
  margin-top: -86px; }
  @media screen and (max-width: 1024px) {
    .b-full-search {
      margin-top: 15px;
      margin-bottom: 15px; } }

.b-full-search-form {
  background: #72be58;
  border-radius: 3px;
  margin-bottom: 32px;
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 2; }
  .b-full-search-form .b-search-map__submit {
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.28);
    padding: 7px 10px 6px 10px;
    width: 100%; }
    @media screen and (max-width: 979px) {
      .b-full-search-form .b-search-map__submit {
        margin-top: 38px; } }
    @media screen and (max-width: 767px) {
      .b-full-search-form .b-search-map__submit {
        margin-top: 20px;
        margin-bottom: 10px; } }
  .b-full-search-form .form-control--secondary {
    background: #fff; }
  .b-full-search-form input[type="text"] {
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.28); }

.f-full-search-form_title {
  font-size: 1.38462em;
  line-height: 2.22222;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .f-full-search-form_title {
      font-size: 1.23077em;
      line-height: 1.375; } }

.b-full-search-form_label {
  margin-bottom: 10px; }

.f-full-search-form_label {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #fff; }

.b-full-search-form_check {
  margin-bottom: 10px; }

.b-full-search-form_col {
  padding-top: 12px;
  padding-bottom: 10px;
  min-height: 153px;
  border-color: transparent rgba(149, 66, 29, 0.19) transparent rgba(241, 158, 121, 0.19);
  border-style: solid;
  border-width: 0 1px 0 1px; }
  @media screen and (max-width: 1219px) {
    .b-full-search-form_col {
      min-height: 0;
      border-width: 1px 0 1px 0;
      border-color: rgba(241, 158, 121, 0.19) transparent rgba(149, 66, 29, 0.19) transparent; } }
  .b-full-search-form_col:first-child {
    border-left-width: 0; }
    @media screen and (max-width: 1219px) {
      .b-full-search-form_col:first-child {
        border-top-width: 0; } }
  .b-full-search-form_col:last-child {
    border-right-width: 0; }
    @media screen and (max-width: 1219px) {
      .b-full-search-form_col:last-child {
        border-bottom-width: 0; } }

.b-full-search-form_title {
  margin-bottom: 10px; }

.b-search-title {
  margin-bottom: 10px; }

.f-search-title {
  font-size: 1.38462em;
  line-height: 1.66667;
  color: #666666; }

/*
// Additional classes for search items.
*/
.b-tab-top-search {
  background: #fafafa;
  border: 1px solid #f2f2f2;
  padding: 27px 10px 20px; }

.b-tab-top-search_item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .b-tab-top-search_item {
      display: block; } }
  .b-tab-top-search_item label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .b-tab-top-search_item label {
        display: block;
        margin-bottom: 6px; } }

.b-tab-top-search_item-control {
  display: inline-block;
  width: 114px; }
  @media screen and (max-width: 767px) {
    .b-tab-top-search_item-control {
      width: 100%; } }

/* Tabs
// ========================================================================== */
/*
// Reset styles.
*/
.b-tabs-reset.ui-tabs {
  padding: 0; }
  .b-tabs-reset.ui-tabs .ui-tabs-nav {
    padding: 0; }
    .b-tabs-reset.ui-tabs .ui-tabs-nav li {
      float: none;
      margin: 0; }
    .b-tabs-reset.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      float: none;
      padding: 0;
      outline: 0; }
  .b-tabs-reset.ui-tabs .ui-tabs-panel {
    padding: 0; }

/*
// Content list items.
*/
.b-tabs__content-list-item:not(:first-child) {
  border-top: 1px solid #f2f2f2;
  margin-top: 1em;
  padding-top: 1em; }

/*
// Vertical tabs - Default Version.
*/
.b-tabs-vertical.ui-tabs .ui-tabs-panel {
  background: url("../img/tab-vertical-bg-shadow.png") no-repeat left center;
  background-size: 11px 100%;
  margin-left: -11px; }
  @media screen and (max-width: 767px) {
    .b-tabs-vertical.ui-tabs .ui-tabs-panel {
      background: none;
      margin-top: 10px; } }
.b-tabs-vertical.ui-tabs .b-tabs-vertical__content-text {
  margin: 10px 10px 10px 42px; }
  @media screen and (max-width: 767px) {
    .b-tabs-vertical.ui-tabs .b-tabs-vertical__content-text {
      margin: 15px 10px 10px 10px; } }
.b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  border: 1px solid transparent;
  display: block;
  padding: 10px 10px 10px 27px; }
  .b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-anchor .fa {
    margin-right: 12px;
    width: 18px;
    text-align: center; }
.b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  background: #fff;
  border-color: #ededed #fff #ededed #ededed; }
  @media screen and (max-width: 767px) {
    .b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
      border-color: #ededed; } }

.f-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 1.23077em;
  line-height: 1.2; }
.f-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  font-weight: 600;
  color: #565656; }

@media screen and (max-width: 767px) {
  .ui-tabs.b-tabs-vertical--default {
    padding-left: 15px;
    padding-right: 15px; } }

.b-tabs-vertical__nav {
  position: relative;
  z-index: 5; }
  @media screen and (min-width: 768px) {
    .b-tabs-vertical__nav {
      padding-right: 0; } }

@media screen and (min-width: 768px) {
  .b-tabs-vertical__content {
    padding-left: 0; } }

.f-tabs-vertical__title {
  color: #72be58;
  text-transform: none; }
  .f-tabs-vertical__title a {
    color: #72be58; }
    .f-tabs-vertical__title a:hover {
      color: #898989; }

h3.f-tabs-vertical__title {
  margin: 5px 0 4px 0; }

/*
// Vertical tabs - Secondary Version.
*/
.b-tabs-vertical--secondary.ui-tabs .ui-tabs-panel {
  border: 1px solid #f2f2f2;
  background: none;
  min-height: 282px; }
.b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  background: #fbfbfb;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #f2f2f2; }
  @media screen and (max-width: 767px) {
    .b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      border-right-width: 1px; } }
.b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav li:last-child .ui-tabs-anchor {
  border-bottom-width: 1px; }
@media screen and (min-width: 768px) {
  .b-tabs-vertical--secondary.ui-tabs .ui-tabs-panel {
    margin-left: -1px; } }

/*
// Horizontal tabs - Default Version.
*/
.b-tabs.ui-tabs .ui-tabs-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.b-tabs.ui-tabs .ui-tabs-nav li {
  background: #fff;
  background: -webkit-linear-gradient(top, #fff, #f3f3f3);
  background: -moz-linear-gradient(top, #fff, #f3f3f3);
  background: -o-linear-gradient(top, #fff, #f3f3f3);
  background: -ms-linear-gradient(top, #fff, #f3f3f3);
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  float: left;
  margin-right: 3px;
  border-radius: 3px 3px 0 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #f2f2f2; }
  .b-tabs.ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .b-tabs.ui-tabs .ui-tabs-nav li {
      margin-right: 1%; } }
  .b-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    display: block;
    padding: 12px 22px; }
    @media screen and (max-width: 767px) {
      .b-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        padding: 12px 20px; } }
  .b-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
    margin-bottom: -1px;
    padding-bottom: 1px; }

.ui-tabs .b-tabs-vertical__nav .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0; }

.f-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #72be58;
  text-align: center; }
.f-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #72be58; }

.b-tabs__content {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 22px 1.5em; }

/*
// Horizontal tabs - Secondary Version.
*/
.b-tabs--secondary.ui-tabs .tabs-wrap.btns-indent {
  padding: 0 20px; }
.b-tabs--secondary.ui-tabs .tabs-wrap .j-tabs-btns {
  position: absolute;
  top: 10px;
  font-size: 18px;
  color: #c6c6c6;
  cursor: pointer; }
.b-tabs--secondary.ui-tabs .tabs-wrap .j-tabs-btn-prev {
  left: 0; }
.b-tabs--secondary.ui-tabs .tabs-wrap .j-tabs-btn-next {
  right: 0; }
.b-tabs--secondary.ui-tabs .ui-tabs-nav li {
  background: url("../img/diagonal-line-bg-light.png") repeat left top;
  border-radius: 0;
  display: inline-block;
  min-width: 110px;
  margin-right: 3px !important; }
  .b-tabs--secondary.ui-tabs .ui-tabs-nav li:hover {
    border-color: #72be58; }
    @media screen and (max-width: 1024px) {
      .b-tabs--secondary.ui-tabs .ui-tabs-nav li:hover {
        border-color: #f2f2f2; } }
  .b-tabs--secondary.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-top: 3px solid #72be58; }
  .b-tabs--secondary.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    border-top: 3px solid transparent; }
  .b-tabs--secondary.ui-tabs .ui-tabs-nav li a {
    font-size: 13px;
    line-height: 16.8999px; }

/*
// Additional classes for search.
*/
.b-tab-top-search-container.b-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #fafafa; }
.b-tab-top-search-container .b-tabs__content {
  padding-top: 0; }

/* Accordion
// ========================================================================== */
/*
// Default Version.
*/
.b-accordion.ui-accordion .ui-accordion-header {
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-top: 18px;
  padding: 13px 20px 11px;
  position: relative; }
  .b-accordion.ui-accordion .ui-accordion-header:after {
    color: #72be58; }
  .b-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #72be58;
    border-bottom: 0;
    outline: none;
    margin-bottom: 0; }
    .b-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
      color: #fff; }
  .b-accordion.ui-accordion .ui-accordion-header:first-child {
    margin-top: 2px; }
.b-accordion.ui-accordion .ui-accordion-content {
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  background-color: #fff; }

.b-accordion--with-standard-icon .ui-accordion-header:after {
  content: '\f067';
  font-family: "FontAwesome";
  right: 16px;
  position: absolute;
  top: 13px; }
.b-accordion--with-standard-icon .ui-accordion-header.ui-accordion-header-active:after {
  content: '\f068'; }

.f-accordion.ui-accordion .ui-accordion-header {
  font-size: 1.15385em;
  line-height: 1.2;
  text-transform: none; }
  .f-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    color: #fff; }
  .f-accordion.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):hover {
    color: #72be58; }
    .f-accordion.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):hover:after {
      color: #72be58; }
    .f-accordion.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):hover .ui-accordion-header-icon {
      background-color: #72be58; }
.f-accordion.ui-accordion .ui-accordion-content h4 {
  font-size: 1.07692em;
  line-height: 1.2;
  text-transform: none; }

.b-accordion__content--w-img:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.b-accordion__content--w-img .b-accordion__content-img-l {
  margin-right: 22px;
  float: left; }

.b-accordion__img {
  margin-bottom: 0.7em; }
  .b-accordion__img img {
    max-width: 100%; }

.b-accordion--smallindent .b-accordion__content {
  padding: 1em 1.1em; }

.b-accordion--info.ui-accordion .ui-accordion-header {
  border-width: 0 0 1px 0;
  padding: 22px 20px 21px 50px;
  margin-bottom: 0;
  margin-top: 0; }
  .b-accordion--info.ui-accordion .ui-accordion-header:after {
    display: none; }
  .b-accordion--info.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #fff;
    border-bottom: 1px solid #f1f1f1; }
    .b-accordion--info.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
      background: #72be58; }
  .b-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    background: #cdcdcd;
    width: 32px;
    margin-right: 17px;
    margin-top: -15px;
    padding: 6px 7px;
    left: 0;
    top: 50%;
    vertical-align: middle; }
    .b-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
      content: '\f00c'; }
.b-accordion--info.ui-accordion .ui-accordion-content {
  border-width: 0 0 1px 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-bottom: 5px; }

.f-accordion--info.ui-accordion .ui-accordion-header {
  font-size: 1.07692em;
  line-height: 1.2; }
  .f-accordion--info.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    color: #72be58; }
  .f-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    text-indent: 0; }
    .f-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
      font-size: 1.23077em;
      line-height: 1;
      color: #fff;
      font-family: "FontAwesome"; }

/*
// Secondary Version.
*/
.b-accordion--secondary.ui-accordion .ui-accordion-header {
  border-width: 1px 0 0 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0; }
  .b-accordion--secondary.ui-accordion .ui-accordion-header:last-of-type {
    border-width: 1px 0 1px 0; }
  .b-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #fff;
    border-bottom: 1px solid #f1f1f1; }
    .b-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
      background: #72be58; }
  .b-accordion--secondary.ui-accordion .ui-accordion-header .fa {
    margin-right: 5px; }
.b-accordion--secondary.ui-accordion .ui-accordion-content {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 23px; }

.f-accordion--secondary.ui-accordion .ui-accordion-header {
  font-size: 1.07692em;
  line-height: 1.2; }
  .f-accordion--secondary.ui-accordion .ui-accordion-header:after {
    color: #666666; }
  .f-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    color: #72be58; }
    .f-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
      color: #72be58; }
  .f-accordion--secondary.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    text-indent: 0; }
    .f-accordion--secondary.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
      font-size: 1.23077em;
      line-height: 1;
      color: #fff;
      font-family: "FontAwesome"; }

/* Datepicker
// ========================================================================== */
/*
// Base Layout.
*/
.ui-datepicker {
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  width: 270px; }
  .ui-datepicker .ui-datepicker-header {
    color: #fff;
    background: #72be58;
    padding: 10px 10px; }
  .ui-datepicker .ui-datepicker-title {
    line-height: 1;
    font-size: 13px; }
  .ui-datepicker .ui-datepicker-month,
  .ui-datepicker .ui-datepicker-year {
    font-size: 1.07692em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }
  .ui-datepicker .ui-datepicker-calendar {
    background: #f8f8f8;
    margin-bottom: 0; }
    .ui-datepicker .ui-datepicker-calendar th {
      color: #72be58;
      padding: 20px 0 10px; }
    .ui-datepicker .ui-datepicker-calendar td {
      width: 14.3%; }
      .ui-datepicker .ui-datepicker-calendar td a {
        font-size: 0.92308em;
        line-height: 1;
        color: #666666;
        text-align: center;
        padding: 12px 0 8px;
        height: 35px;
        width: 35px; }
        .ui-datepicker .ui-datepicker-calendar td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td a:hover {
          background: #72be58;
          color: #fff;
          border-radius: 50%; }
    .ui-datepicker .ui-datepicker-calendar tr:last-child td {
      padding-bottom: 10px; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 8px;
    height: auto;
    width: auto; }
    .ui-datepicker .ui-datepicker-prev:after,
    .ui-datepicker .ui-datepicker-next:after {
      font-size: 0.61538em;
      line-height: 1;
      color: #fff;
      padding-top: 3px;
      border: 1px solid #fff;
      border-radius: 50%;
      background: #72be58;
      font-family: "FontAwesome";
      font-weight: normal;
      width: 16px;
      height: 16px;
      display: inline-block;
      text-align: center; }
    .ui-datepicker .ui-datepicker-prev span.ui-icon,
    .ui-datepicker .ui-datepicker-next span.ui-icon {
      display: none; }
  .ui-datepicker .ui-datepicker-prev {
    left: 10px; }
    .ui-datepicker .ui-datepicker-prev:after {
      content: "\f053"; }
  .ui-datepicker .ui-datepicker-next {
    right: 10px; }
    .ui-datepicker .ui-datepicker-next:after {
      content: "\f054"; }
    .ui-datepicker .ui-datepicker-next span.ui-icon {
      display: none; }

/*
// Reset styles.
*/
.b-datapicker-reset .ui-datepicker {
  width: auto;
  box-shadow: 0 0 0 transparent; }
  .b-datapicker-reset .ui-datepicker .ui-datepicker-calendar td {
    text-align: center; }
    .b-datapicker-reset .ui-datepicker .ui-datepicker-calendar td a {
      width: 35px;
      height: 35px;
      line-height: 1;
      display: inline-block; }
  .b-datapicker-reset .ui-datepicker .ui-datepicker-calendar tr:last-child td {
    padding-bottom: 0.6em; }

/* Benefits
// ========================================================================== */
/*
// Base Layout.
*/
.b-benefits-container {
  padding: 50px 0 30px 0; }
  .b-benefits-container [class*='col-'] {
    margin: 20px 0 20px; }

.f-benefits-container,
.f-benefits_title {
  color: #fff; }

/*
// Inner Elements.
*/
.b-benefits_title {
  margin-bottom: 50px; }
  @media screen and (max-width: 979px) {
    .b-benefits_title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .b-benefits_title {
      margin-bottom: 20px; } }

.f-benefits_title {
  font-size: 3.69231em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-benefits_title {
      font-size: 3.07692em;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    .f-benefits_title {
      font-size: 2.30769em;
      line-height: 1.2; } }

.b-benefits_description {
  margin-bottom: 30px; }

.f-benefits_description {
  font-size: 1.53846em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .f-benefits_description {
      font-size: 1.38462em;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    .f-benefits_description {
      font-size: 1.23077em;
      line-height: 1.2; } }

/*
// Items Layout.
*/
.b-benefits__item_icon {
  margin-bottom: 20px; }

.b-benefits__item_icon_image {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 156px;
  height: 156px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .b-benefits__item_icon_image img {
    width: 150px;
    height: 150px; }

.b-benefits__item_icon_image_hover ul {
  display: inline-block;
  margin: 0;
  line-height: 25px;
  font-size: 16px; }
.b-benefits__item_icon_image_hover li {
  border-radius: 999px;
  overflow: hidden;
  background-color: #fff;
  width: 25px;
  height: 25px; }
  .b-benefits__item_icon_image_hover li:hover {
    background-color: #72be58; }

.f-benefits__item_icon_image_hover {
  vertical-align: middle; }
  .f-benefits__item_icon_image_hover li a {
    color: #72be58; }
  .f-benefits__item_icon_image_hover li:hover a {
    color: #fff; }

.f-benefits__item_icon {
  font-size: 3.46154em;
  line-height: 1;
  color: #72be58; }

.b-benefits__item_title {
  margin-bottom: 10px; }

.f-benefits__item_title {
  font-size: 1.23077em;
  line-height: 1.25;
  text-transform: uppercase; }

.f-benefits__item_description {
  font-size: 0.92308em;
  line-height: 1.66667; }

/* Video MacBook
// ========================================================================== */
/*
// Base Layout.
*/
.b-video-mac__btn {
  margin-bottom: 20px; }

.b-video-mac-wrap {
  margin: 0 auto -12px;
  max-width: 674px; }

.b-video-mac {
  background: url("../img/homepage/mac-video.png") no-repeat center top;
  background-size: 100% auto;
  box-sizing: content-box;
  display: block;
  height: 0;
  margin: 0 10px -25px;
  padding-bottom: 57.6%;
  position: relative;
  z-index: 2; }

.b-video-mac__player {
  bottom: 40px;
  left: 11.77%;
  position: absolute;
  right: 11.32%;
  top: 18px; }
  @media screen and (max-width: 767px) {
    .b-video-mac__player {
      top: 10px; } }
  @media screen and (max-width: 479px) {
    .b-video-mac__player {
      bottom: 30px;
      top: 10px; } }
  .b-video-mac__player iframe {
    height: 100%;
    width: 100%; }

/* Short footer
// ========================================================================== */
/*
// Base Layout.
*/
.b-footer-mini {
  padding: 11px;
  border-top: 1px solid #dedede; }

.f-footer-mini__link {
  font-size: 0.92308em;
  line-height: 1.2; }

.f-footer-mini-text {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #72be58; }

.f-footer-mini-right {
  float: right; }

/* Color picker
// ========================================================================== */
/*
// Base Layout.
*/
[class*='b-color-picker_color'] {
  display: inline-block;
  height: 28px;
  width: 29px;
  border-radius: 3px;
  margin: 2px 4px;
  cursor: pointer; }
  [class*='b-color-picker_color'].is-active, [class*='b-color-picker_color']:hover {
    box-shadow: 2px 2px 0 #ededed, -2px 2px 0px #ededed, 0 2px 0 #ededed, 2px -2px 0 #ededed, -2px -2px 0px #ededed; }

.b-color-picker__box {
  margin: 0 -5px 0 -5px; }

/*
// Colors.
*/
.b-color-picker_color_1 {
  background-color: #f27491; }

.b-color-picker_color_2 {
  background-color: #f2d674; }

.b-color-picker_color_3 {
  background-color: #dfdfdf; }

.b-color-picker_color_4 {
  background-color: #cc1212; }

.b-color-picker_color_5 {
  background-color: #62b30c; }

.b-color-picker_color_6 {
  background-color: #1685d3; }

.b-color-picker_color_7 {
  background-color: #a28c0f; }

.b-color-picker_color_8 {
  background-color: #e3921f; }

.b-color-picker_color_9 {
  background-color: #656565; }

.b-color-picker_color_10 {
  background-color: #efd108; }

.b-color-picker_color_11 {
  background-color: #049ab0; }

.b-color-picker_color_12 {
  background-color: #c4908d; }

.b-color-picker_color_13 {
  background-color: #f40d85; }

.b-color-picker_color_14 {
  background-color: #e00ed9; }

.b-color-picker_color_15 {
  background-color: #875a50; }

.b-color-picker_color_16 {
  background-color: #96b6cb; }

/*
// Alt.
*/
.b-color-picker--alt [class*='b-color-picker_color'] {
  position: relative; }
  .b-color-picker--alt [class*='b-color-picker_color']:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #424242;
    opacity: 0.06; }
  .b-color-picker--alt [class*='b-color-picker_color'].is-active, .b-color-picker--alt [class*='b-color-picker_color']:hover {
    box-shadow: 2px 2px 0 #cdcdcd, -2px 2px 0px #cdcdcd, 0 2px 0 #cdcdcd, 2px -2px 0 #cdcdcd, -2px -2px 0px #cdcdcd; }

/* Action InfoBlock
// ========================================================================== */
/*
// Default version.
*/
.b-action-info {
  background: url("../img/shop/action-info.png") no-repeat center center transparent;
  width: 75px;
  height: 69px;
  position: absolute;
  right: -2px;
  top: -2px; }
  @media screen and (max-width: 767px) {
    .b-action-info {
      left: -2px;
      background-image: url("../img/shop/action-info-2.png"); } }

.b-action-info_text {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 20px;
  left: 6px;
  padding: 0 5px; }
  @media screen and (max-width: 767px) {
    .b-action-info_text {
      transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -webkit-transform: rotate(315deg);
      top: 20px;
      left: -6px; } }

.f-action-info_text {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 1.07692em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase; }

/*
// Secondary version.
*/
.b-action-info--default,
.b-action-info--default--secondary {
  position: relative;
  float: right;
  background-color: #529c11;
  padding: 2px 5px 1px;
  border-radius: 1px;
  border: 1px solid #dedede; }

.b-action-info--default--secondary {
  background-color: #0ea8bf; }

.f-action-info--default {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase; }

/* Product Preview
// ========================================================================== */
/*
// Default version.
*/
.b-product-preview {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dedede;
  box-shadow: 0 0 2px #f8f8f8;
  width: 100%; }
  .b-product-preview .b-price {
    float: right; }
    @media screen and (max-width: 479px) {
      .b-product-preview .b-price {
        display: block;
        float: none; } }
    .b-product-preview .b-price del, .b-product-preview .b-price ins {
      display: block;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .b-product-preview .b-price del, .b-product-preview .b-price ins {
          display: inline-block;
          vertical-align: middle; } }
      .b-product-preview .b-price del span, .b-product-preview .b-price ins span {
        min-width: 42px; }
    .b-product-preview .b-price del {
      margin-right: 0;
      margin-bottom: 5px; }
      @media screen and (max-width: 479px) {
        .b-product-preview .b-price del {
          margin-bottom: 0;
          margin-right: 10px; } }
      .b-product-preview .b-price del span {
        font-size: 1.15385em;
        line-height: 1.2; }
        @media screen and (max-width: 479px) {
          .b-product-preview .b-price del span {
            line-height: 42px; } }
    .b-product-preview .b-price ins span {
      font-size: 1.38462em;
      line-height: 1.2;
      color: #fff;
      height: 42px;
      line-height: 42px;
      border-radius: 50px;
      background-color: #72be58;
      padding-left: 3px;
      padding-right: 3px; }

.b-product-preview__img {
  position: relative; }

.b-product-preview__content {
  border-top: 3px solid #72be58;
  width: 100%;
  padding: 20px 15px;
  background-color: #f8f8f8; }
  .b-product-preview__content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-product-preview__content_col {
  vertical-align: middle; }
  .b-product-preview__content_col:first-child {
    float: right;
    margin-left: 15px; }
  @media screen and (max-width: 479px) {
    .b-product-preview__content_col:first-child {
      float: none;
      margin-left: 0;
      margin-bottom: 10px; } }

.b-product-preview__content_price {
  border-radius: 50px;
  background-color: #72be58;
  display: inline-block;
  height: 42px;
  min-width: 43px; }

.f-product-preview__content_title {
  font-size: 1.23077em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  white-space: normal; }

.f-product-preview__content_category {
  font-size: 0.92308em;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #72be58; }
  .f-product-preview__content_category a {
    color: #72be58; }

.f-product-preview__content_price {
  font-size: 1.38462em;
  line-height: 1.2;
  color: #fff;
  height: 42px;
  line-height: 42px;
  min-width: 42px;
  text-align: center; }

/*
// Secondary version - Row.
*/
.b-product-preview-row {
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 -1px 2px #f5f5f5; }
  .b-product-preview-row:hover {
    border: 1px solid #72be58; }
  @media screen and (max-width: 767px) {
    .b-product-preview-row .b-stars-group {
      margin-right: 10px; } }
  .b-product-preview-row .b-price {
    float: left; }
    @media screen and (max-width: 767px) {
      .b-product-preview-row .b-price {
        margin-right: 10px; } }
    @media screen and (max-width: 479px) {
      .b-product-preview-row .b-price {
        float: none;
        margin-right: 0;
        margin-bottom: 5px; } }
    .b-product-preview-row .b-price ins span {
      font-size: 1.23077em;
      line-height: 1.2; }

.b-product-preview-row__content {
  position: relative;
  margin-right: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden; }
  @media screen and (max-width: 639px) {
    .b-product-preview-row__content {
      margin-left: 2em; } }
  .b-product-preview-row__content .b-portfolio_info_rating {
    padding-left: 0.9em; }

.b-product-preview-row_description {
  padding: 0.7em 2em 0em 0.7em;
  margin-bottom: 1.3em;
  max-height: 102px;
  overflow: hidden; }
  @media screen and (max-width: 639px) {
    .b-product-preview-row_description {
      max-height: 200px; } }

.b-product-preview-row_title {
  padding-left: 0.5em; }

.b-product-preview-row_btn {
  margin-left: 1em; }

.b-product-preview-row__img {
  float: left;
  max-width: 270px;
  position: relative;
  margin-right: 15px; }
  @media screen and (max-width: 639px) {
    .b-product-preview-row__img {
      float: none;
      max-width: 320px; } }
  .b-product-preview-row__img img {
    width: 100%; }

.b-product-preview-row_btn-panel {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em; }
  .b-product-preview-row_btn-panel .b-btn {
    padding: 14px 14px 12px;
    text-shadow: none;
    border-radius: 2px;
    position: relative;
    margin-left: 5px;
    z-index: 5; }
    .b-product-preview-row_btn-panel .b-btn.is-active {
      background-color: #72be58;
      color: #fff; }

@media screen and (max-width: 767px) {
  .b-product-preview-row_price {
    float: right; } }

/*
// Additional classes.
*/
.b-news-item .b-price {
  float: left;
  margin-bottom: 5px; }
  .b-news-item .b-price del span {
    font-size: 1.07692em;
    line-height: 2.28571; }
  .b-news-item .b-price ins span {
    font-size: 1.84615em;
    line-height: 1.33333; }
    @media screen and (max-width: 479px) {
      .b-news-item .b-price ins span {
        font-size: 1.53846em;
        line-height: 1.6; } }

.b-price {
  font-size: 13px;
  line-height: 1.2; }
  .b-price del, .b-price ins {
    display: inline-block;
    vertical-align: middle; }
    .b-price del span, .b-price ins span {
      display: inline-block;
      text-align: center; }
  .b-price del {
    margin-right: 7px; }
    .b-price del span {
      font-size: 1em;
      line-height: 1.84615;
      color: #989898;
      font-weight: bold;
      text-decoration: line-through; }
  .b-price ins span {
    font-size: 1.23077em;
    line-height: 1.5;
    color: #72be58;
    font-weight: 700; }

/* Switcher
// ========================================================================== */
/*
// Base Layout.
*/
.f-view-switcher {
  font-size: 0.76923em;
  line-height: 1.2;
  color: #919191; }

[class*='b-view-switcher_'] {
  cursor: pointer;
  border: 2px solid #919191;
  border-radius: 2px;
  padding: 2px;
  margin-left: 3px; }
  [class*='b-view-switcher_']:before {
    position: relative;
    top: 0.5px; }
  [class*='b-view-switcher_'].is-view-switcher__item-active {
    color: #72be58;
    border-color: #72be58; }

/* Filter panel
// ========================================================================== */
/*
// Base Layout.
*/
.b-sort-panel {
  margin-bottom: 15px;
  float: none; }
  .b-sort-panel:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-sort-panel__inner {
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden; }

.b-sort-panel__inner__view.b-sort-panel__inner {
  border-bottom: 0;
  padding-bottom: 0; }

.b-sort-panel__inner_icon-sort {
  width: 16px;
  height: 19px;
  float: left;
  margin-top: 6px; }

.f-sort-panel__inner_icon-sort {
  font-size: 1.38462em;
  line-height: 1.22222;
  color: #d2d2d2; }
  .f-sort-panel__inner_icon-sort:hover {
    color: #72be58; }

/* Categories menu / Filter
// ========================================================================== */
/*
// Base Layout.
*/
.b-categories-filter ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
.b-categories-filter li {
  border-bottom: 1px solid #ececec;
  color: #515151;
  padding: 8px 0 7px; }
.b-categories-filter i {
  margin-right: 10px;
  font-size: 0.92308em;
  line-height: 1.2; }
.b-categories-filter a:hover ~ .f-categories-filter_count {
  color: #fff; }
.b-categories-filter a:hover ~ .b-categories-filter_count {
  background-color: #72be58; }

/*
// Counter icon.
*/
.b-categories-filter_count {
  float: right;
  background-color: #dfdfdf;
  padding: 2px 4px;
  border-radius: 2px;
  min-width: 27px;
  margin-top: -2px; }

.f-categories-filter_count {
  font-size: 0.84615em;
  line-height: 1.2;
  text-align: center; }

.f-categories-filter_name {
  font-size: 1em;
  line-height: 1.2; }
  .f-categories-filter_name.is-active {
    color: #72be58; }

/* Tags
// ========================================================================== */
/*
// Base Layout.
*/
.b-tag {
  background-color: #f5f5f5;
  padding: 7px 10px;
  margin: 5px 6px 5px 0;
  border-radius: 3px;
  display: inline-block; }
  .b-tag:hover {
    background-color: #72be58; }

.f-tag {
  color: #898989;
  font-size: 0.92308em;
  line-height: 1.2; }
  .f-tag:hover {
    color: #fff; }

.b-tag-container {
  margin-top: -5px;
  margin-bottom: -5px;
  display: inline-block; }

@media screen and (max-width: 479px) {
  .b-product-cart-small__content .b-tag-container .b-btn {
    margin-bottom: 4px; } }

/* Action InfoBlock
// ========================================================================== */
/*
// Base Layout.
*/
[class*='b-alert'] {
  display: block;
  padding: 12px 12px 10px 18px; }
  [class*='b-alert'] .fa {
    font-size: 1.15385em;
    line-height: 1.2; }
  [class*='b-alert'] > div:last-child .fa {
    margin-right: 0.4em; }
  [class*='b-alert'] > div:first-child .fa {
    font-size: 1.38462em;
    line-height: 1.2;
    margin-left: 0.4em;
    cursor: pointer; }
    [class*='b-alert'] > div:first-child .fa:before {
      cursor: pointer; }

[class*='f-alert'] {
  font-size: 1em;
  line-height: 1.2; }

/*
// Generating classes from mixins.
*/
.b-alert-normal {
  background: #f8f8f8;
  border: 1px solid #dcdcdc; }

.f-alert-normal {
  color: #959595; }

.b-alert-warning {
  background: #ffd6d1;
  border: 1px solid #f9bdb6; }

.f-alert-warning {
  color: #ff391f; }

.b-alert-info {
  background: #fff4bb;
  border: 1px solid #ffcc66; }

.f-alert-info {
  color: #e99b00; }

.b-alert-success {
  background: #c1faa8;
  border: 1px solid #9cff70; }

.f-alert-success {
  color: #6db74c; }

.b-alert-useful {
  background: #bceeff;
  border: 1px solid #8ae1ff; }

.f-alert-useful {
  color: #21c2f8; }

.b-alert-question {
  background: #decfdf;
  border: 1px solid #e2b5e5; }

.f-alert-question {
  color: #af75b3; }

/* Action InfoBlock
// ========================================================================== */
/*
// Base Layout.
*/
.b-pricing-info__container {
  padding-top: 30px;
  padding-bottom: 30px; }
  .b-pricing-info__container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/*
// Items Layout.
*/
.f-pricing-info__item {
  font-size: 1em;
  line-height: 2.30769;
  color: #989898; }

.b-pricing-info__item {
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
  padding: 15px 0;
  position: relative; }
  .b-pricing-info__item .b-btn-sm {
    padding: 10px 23px 7px;
    box-shadow: inset 0 -2px 0px rgba(108, 108, 108, 0.7); }
  .b-pricing-info__item .b-btn-md {
    padding: 14px 14px 12px;
    box-shadow: inset 0 -2px 0px rgba(108, 108, 108, 0.7); }
    .b-pricing-info__item .b-btn-md.f-btn {
      font-size: 1.07692em;
      line-height: 1; }
  @media screen and (min-width: 768px) and (max-width: 980px) {
    .b-pricing-info__item:first-child {
      border-right: none; }
    .b-pricing-info__item:last-child {
      border-left: none; } }
  @media screen and (min-width: 980px) {
    .b-pricing-info__item {
      border-left: none; }
      .b-pricing-info__item:first-child {
        border-left: 1px solid #d8d8d8; } }
  .b-pricing-info__item:hover, .b-pricing-info__item.is-active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 980px) {
      .b-pricing-info__item:hover, .b-pricing-info__item.is-active {
        border: 1px solid #d8d8d8;
        margin-top: -30px;
        margin-bottom: -35px; }
        .b-pricing-info__item:hover .b-pricing-info__item-title, .b-pricing-info__item.is-active .b-pricing-info__item-title {
          padding-top: 15px;
          padding-bottom: 15px; } }
    .b-pricing-info__item:hover .b-btn-sm,
    .b-pricing-info__item:hover .b-btn-md, .b-pricing-info__item.is-active .b-btn-sm,
    .b-pricing-info__item.is-active .b-btn-md {
      box-shadow: inset 0 -2px 0px #5e9c48; }
    .b-pricing-info__item:hover .b-pricing-info__item-price, .b-pricing-info__item.is-active .b-pricing-info__item-price {
      background-color: #5e9c48; }
      .b-pricing-info__item:hover .b-pricing-info__item-price h2, .b-pricing-info__item:hover .b-pricing-info__item-price small, .b-pricing-info__item.is-active .b-pricing-info__item-price h2, .b-pricing-info__item.is-active .b-pricing-info__item-price small {
        color: #fff; }
    .b-pricing-info__item:hover .b-pricing-info__item-btn-row .b-btn, .b-pricing-info__item.is-active .b-pricing-info__item-btn-row .b-btn {
      background-color: #5e9c48; }
    .b-pricing-info__item:hover .b-pricing-info__item-btn-row .f-btn, .b-pricing-info__item.is-active .b-pricing-info__item-btn-row .f-btn {
      text-shadow: 0 -1px 1px #5e9c48; }
    @media screen and (min-width: 980px) {
      .b-pricing-info__item:hover .b-pricing-info__item-btn-row, .b-pricing-info__item.is-active .b-pricing-info__item-btn-row {
        padding-top: 25px;
        padding-bottom: 15px; } }
    .b-pricing-info__item:hover .b-pricing-info__item-title-icon, .b-pricing-info__item.is-active .b-pricing-info__item-title-icon {
      background: #72be58; }
  .b-pricing-info__item p {
    padding-top: 10px; }

.b-pricing-info__item-price {
  background-color: #fafafa; }
  .b-pricing-info__item-price h2, .b-pricing-info__item-price small {
    color: #72be58;
    margin: 0;
    padding: 10px 0;
    text-transform: none; }

.b-pricing-info__item-row {
  border-bottom: 1px solid #d8d8d8;
  min-height: 45px; }
  .b-pricing-info__item-row:last-child {
    border-bottom: none; }
  .b-pricing-info__item-row.b-pricing-info__item-btn-row {
    padding-top: 10px; }
    .b-pricing-info__item-row.b-pricing-info__item-btn-row .b-btn {
      background-color: #919191; }
    .b-pricing-info__item-row.b-pricing-info__item-btn-row .f-btn {
      text-shadow: 0 -1px 1px #919191; }
  .b-pricing-info__item-row .b-stars-group {
    padding-top: 15px; }

.b-pricing-info__item-title-icon {
  display: inline-block;
  background: #919191;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  position: relative;
  margin-bottom: 5px; }
  .b-pricing-info__item-title-icon:before, .b-pricing-info__item-title-icon:after {
    border-top: 1px solid #ebebeb;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 320%; }
  .b-pricing-info__item-title-icon:before {
    left: -340%; }
  .b-pricing-info__item-title-icon:after {
    right: -340%; }

.f-pricing-info__item-title-icon .fa {
  color: #fff; }

.b-pricing-info__item-label {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #ffd565;
  border-bottom: 3px solid #ab2809;
  display: inline-block;
  left: 0px;
  height: 30px;
  padding-right: 5px;
  padding-left: 5px;
  position: absolute;
  top: 22px;
  z-index: 10; }
  .b-pricing-info__item-label:before, .b-pricing-info__item-label:after {
    background: #ffd565;
    border-bottom: 3px solid #ab2809;
    content: '';
    position: absolute;
    height: 30px;
    width: 50%;
    z-index: -1; }
  .b-pricing-info__item-label:before {
    transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    left: -17px; }
  .b-pricing-info__item-label:after {
    transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    right: -17px; }

.f-pricing-info__item-label {
  color: #795801;
  text-transform: uppercase; }

/*
// Secondary Version.
*/
.b-pricing-info--secondary .b-pricing-info__item {
  padding-top: 0; }
  .b-pricing-info--secondary .b-pricing-info__item:first-child {
    border: 1px solid #d8d8d8; }
  @media screen and (min-width: 980px) {
    .b-pricing-info--secondary .b-pricing-info__item:hover, .b-pricing-info--secondary .b-pricing-info__item.is-active {
      margin: 0 0 10px 0; } }
  .b-pricing-info--secondary .b-pricing-info__item:hover .b-pricing-info__item-title, .b-pricing-info--secondary .b-pricing-info__item.is-active .b-pricing-info__item-title {
    padding-top: 10px;
    padding-bottom: 0; }
  .b-pricing-info--secondary .b-pricing-info__item:hover .b-pricing-info__item-btn-row, .b-pricing-info--secondary .b-pricing-info__item.is-active .b-pricing-info__item-btn-row {
    padding-top: 10px;
    padding-bottom: 0; }
.b-pricing-info--secondary .b-pricing-info__item-title {
  background: #f8f8f8;
  overflow: hidden;
  padding-top: 10px; }
.b-pricing-info--secondary .b-pricing-info__item-price {
  background: #919191; }

.f-pricing-info--secondary .f-pricing-info__item-price h2, .f-pricing-info--secondary .f-pricing-info__item-price small {
  color: #fff; }

/*
// Version - Big Icon.
*/
.b-pricing-info--icon-lg .b-pricing-info__item-title-icon {
  height: 60px;
  width: 60px; }
  .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:before, .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:after {
    width: 100%; }
  .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:before {
    left: -110%; }
  .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:after {
    right: -110%; }

.f-pricing-info--icon-lg .f-pricing-info__item-title-icon .fa {
  font-size: 24px;
  line-height: 60px; }

/*
// Version - Color.
*/
.b-pricing-info--color .b-pricing-info__item {
  padding-top: 0; }
  @media screen and (min-width: 980px) {
    .b-pricing-info--color .b-pricing-info__item:hover .b-pricing-info__item-title, .b-pricing-info--color .b-pricing-info__item.is-active .b-pricing-info__item-title {
      padding-top: 25px; } }
  .b-pricing-info--color .b-pricing-info__item:hover .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item.is-active .b-pricing-info__item-price {
    background: #2bc2d5; }
  .b-pricing-info--color .b-pricing-info__item:hover.b-pricing-info__item--color-primary .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item.is-active.b-pricing-info__item--color-primary .b-pricing-info__item-price {
    background: #00b89a; }
  .b-pricing-info--color .b-pricing-info__item:hover.b-pricing-info__item--color-secondary .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item.is-active.b-pricing-info__item--color-secondary .b-pricing-info__item-price {
    background: #e9682e; }
  .b-pricing-info--color .b-pricing-info__item:hover.b-pricing-info__item--color-tertiary .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item.is-active.b-pricing-info__item--color-tertiary .b-pricing-info__item-price {
    background: #353d46; }
.b-pricing-info--color .b-pricing-info__item-title {
  background: #229baa;
  border-bottom: 1px solid #2ba4b3;
  overflow: hidden;
  padding-top: 10px; }
.b-pricing-info--color .b-pricing-info__item-price {
  background: #2bc2d5;
  border-top: 1px solid #2bcce0;
  padding: 20px 0; }
.b-pricing-info--color .b-pricing-info__item--color-primary .b-pricing-info__item-title {
  background: #08947d; }
.b-pricing-info--color .b-pricing-info__item--color-primary .b-pricing-info__item-price {
  background: #00b89a;
  border-top: 1px solid #42d8bf; }
.b-pricing-info--color .b-pricing-info__item--color-secondary .b-pricing-info__item-title {
  background: #d0531b;
  border-bottom: 1px solid #d0531b; }
.b-pricing-info--color .b-pricing-info__item--color-secondary .b-pricing-info__item-price {
  background: #e9682e;
  border-top: 1px solid #f4a480; }
.b-pricing-info--color .b-pricing-info__item--color-tertiary .b-pricing-info__item-title {
  background: #282f36;
  border-bottom: 1px solid #282f36; }
.b-pricing-info--color .b-pricing-info__item--color-tertiary .b-pricing-info__item-price {
  background: #353d46;
  border-top: 1px solid #3f4851; }

.f-pricing-info--color .f-pricing-info__item-title h4 {
  font-size: 1.53846em;
  line-height: 1.2;
  color: #fff; }
.f-pricing-info--color .f-pricing-info__item-price h2, .f-pricing-info--color .f-pricing-info__item-price small {
  color: #fff; }
.f-pricing-info--color .f-pricing-info__item-price h2 {
  font-size: 3.69231em;
  line-height: 1; }
.f-pricing-info--color .f-pricing-info__item-price small {
  font-size: 40%; }

/* Our Work Module
// ========================================================================== */
/*
// Base Layout.
*/
.b-our-works .b-category-filter {
  border-bottom: 0; }

/*
// Items Layout.
*/
.b-our-works__item {
  min-height: 154px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .b-our-works__item {
      min-height: 133px;
      margin-bottom: 15px; } }
  .b-our-works__item .b-item-hover-action {
    padding-bottom: 27px; }

.b-our-works__item_image {
  border-radius: 2px;
  overflow: hidden; }
  .b-our-works__item_image img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    width: 100%; }

/* Google Map
// ========================================================================== */
/*
// Base Layout.
*/
.b-google-map {
  position: relative; }

@media screen and (min-width: 1024px) {
  .b-google-map--fix-height .b-google-map__map-view {
    min-height: 650px; } }

.b-google-map__map-view {
  min-height: 500px; }
  @media screen and (max-width: 1024px) {
    .b-google-map__map-view {
      min-height: 600px; } }
  @media screen and (max-width: 767px) {
    .b-google-map__map-view {
      min-height: 300px; } }

.b-google-map__info-window {
  padding: 10px 0; }
  @media (max-width: 1024px) {
    .b-google-map__info-window {
      max-width: 310px; } }

/*
// Info Window - Address.
*/
.b-google-map__info-window-address, .b-google-map__info-window-image {
  padding: 0; }

.b-google-map__info-window-address ul li {
  margin-bottom: 20px; }
.b-google-map__info-window-address ul li:last-child {
  margin-bottom: 0; }

.b-google-map__info-window-address-title {
  margin-top: 3px;
  margin-bottom: 5px; }

.f-google-map__info-window-address-title {
  color: #72be58;
  font-weight: 700;
  text-transform: uppercase; }
  .f-google-map__info-window-address-title:hover {
    cursor: pointer; }

.b-google-map__info-window-address-icon {
  height: 44px;
  width: 44px;
  background-color: #72be58;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 10px; }
  .b-google-map__info-window-address-icon .fa {
    color: white;
    vertical-align: middle;
    line-height: 44px;
    font-size: 21px; }
  .b-google-map__info-window-address-icon:hover {
    cursor: pointer; }

/*
// Info Window - Estate.
*/
.b-goggle-map_info-window-estate {
  padding-left: 17px;
  min-height: 315px; }
  @media (max-width: 640px) {
    .b-goggle-map_info-window-estate {
      padding-left: 0;
      max-width: 270px; } }

.b-goggle-map_info-window-estate-image {
  margin-bottom: 20px; }
  .b-goggle-map_info-window-estate-image img {
    width: 275px; }
  @media (max-width: 640px) {
    .b-goggle-map_info-window-estate-image img {
      width: 270px; } }

.f-google-map__info-window-estate-title {
  font-size: 1.53846em;
  line-height: 1;
  color: #72be58; }

.f-google-map__info-window-estate-description {
  font-size: 0.92308em;
  line-height: 1.2; }

.b-google-map__info-window-estate-details {
  padding: 10px 0;
  margin: 5px 0;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd; }
  .b-google-map__info-window-estate-details .b-info-group ul {
    margin: 0; }
  .b-google-map__info-window-estate-details .fa {
    color: #989898; }

/*
// Window - Title.
*/
.b-google-map__title {
  position: relative;
  padding: 20px 0; }
  @media screen and (min-width: 480px) {
    .b-google-map__title {
      padding: 40px 0; } }
  .b-google-map__title:after {
    top: 100%;
    left: 50%;
    border: 18px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-top-color: #72be58;
    margin-left: -18px; }

.f-google-map__title {
  font-size: 2.76923em;
  line-height: 1.2;
  color: #fff;
  background-color: #72be58;
  text-transform: uppercase;
  vertical-align: middle; }

/*
// Window - Marker.
*/
.f-google-map__marker-label {
  color: #fff;
  font-size: 1.07692em;
  line-height: 1.2;
  background-color: #666666;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  margin-left: 20px;
  border-radius: 2px;
  position: relative;
  top: -75px;
  left: -50%; }

.f-google-map__marker-label {
  color: #fff;
  font-size: 1.07692em;
  line-height: 1.2;
  background-color: #666666;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  margin-left: 20px;
  border-radius: 2px;
  position: relative;
  top: -75px;
  left: -50%; }
  .f-google-map__marker-label:after {
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #666666;
    margin-left: -2px; }

/*
// Window - Office.
*/
.b-google-map__info-office {
  min-height: 70px;
  padding-left: 15px;
  width: 140px; }
  .b-google-map__info-office h4 {
    margin-bottom: 5px; }

.f-google-map__info-office {
  text-transform: uppercase; }
  .f-google-map__info-office small {
    color: #515151; }

/* Audio player
// ========================================================================== */
/*
// Base Layout.
*/
.b-audio-player {
  min-height: 97px; }

/*
// Inner elements (controls / progressbar / title file / time).
*/
.b-audio-player__song-name {
  background-color: #72be58;
  padding: 17px 10px 15px; }

.b-audio-player__content_nav {
  background: url("../img/audio-player_bg_nav.png");
  width: 96px;
  height: 46px;
  float: left;
  border-right: 1px solid #313131;
  box-shadow: 1px 0 0 #464646;
  padding: 17px 0px;
  cursor: default; }

.b-audio-player__content_inner {
  background: url("../img/audio-player_bg.png");
  height: 46px;
  overflow: hidden; }

.b-audio-player__content {
  background-color: #666666; }

[class*='b-audio-player__content_nav_'] {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer; }

.b-audio-player__time,
.b-audio-player__full-time {
  height: 10px;
  padding: 18px 10px 0 0;
  width: 35px; }

.b-audio-player__time {
  padding-left: 10px;
  padding-right: 0;
  float: left; }

.b-audio-player__full-time {
  float: right; }

.b-audio-player__progress-bar_box {
  overflow: hidden; }

.b-audio-player__progress-bar_container {
  margin: 18px 5px; }

.b-audio-player__progress-bar {
  height: 10px;
  background-color: #222;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 1px 0 #474747;
  cursor: pointer; }

.b-audio-player__progress-bar_load {
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #444;
  border-radius: 5px;
  border: 1px solid #222;
  box-shadow: 0 1px 0 #555 inset; }

.b-audio-player__progress-bar_progress {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #72be58;
  border-radius: 5px;
  border: 1px solid #222;
  box-shadow: 0 1px 0 #72be58 inset;
  min-width: 5px;
  overflow: visible !important; }

.b-audio-player__progress-bar_progress_btn {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 12px;
  width: 12px;
  right: -7px;
  position: absolute;
  top: -2px;
  cursor: pointer;
  box-shadow: 0 0 2px #464646; }
  .b-audio-player__progress-bar_progress_btn:before {
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 10px;
    background-color: #c3c4c5;
    position: absolute;
    top: 3px;
    left: 3px;
    box-shadow: 0 1px 0 #aeafb1 inset; }

.f-audio-player__content_nav,
.f-audio-player__content_nav a {
  color: #1c1c1c;
  text-shadow: 0 1px 0 #616161;
  text-align: center; }

.b-audio-player__content_nav li {
  width: 23px; }

.f-audio-player__song-name {
  font-size: 1.23077em;
  line-height: 1.2;
  color: #fefefe; }

.f-audio-player__content_inner {
  font-size: 0.76923em;
  line-height: 1.2;
  color: #aaa; }

.f-audio-player__time {
  color: #fff; }

.jp-playlist {
  display: none; }

/* Links classes
// ========================================================================== */
/*
// Base Layout.
*/
.b-link {
  background-color: #fff;
  position: relative;
  padding: 8px 4px 6px 8px;
  display: inline-block; }
  .b-link:after {
    content: '';
    height: 100%;
    width: 16px;
    position: absolute;
    top: 0;
    right: -5px;
    transform: skew(160deg);
    -ms-transform: skew(160deg);
    -webkit-transform: skew(160deg);
    background-color: inherit;
    z-index: -1; }
  .b-link span {
    position: absolute;
    left: 100%;
    top: 0;
    transform: skew(160deg);
    -ms-transform: skew(160deg);
    -webkit-transform: skew(160deg);
    background-color: #72be58;
    margin-left: 9px;
    height: 100%;
    padding: 7px 4px 7px 5px; }
  .b-link i {
    transform: skew(-160deg);
    -ms-transform: skew(-160deg);
    -webkit-transform: skew(-160deg); }
    .b-link i:before {
      color: #fff; }

.f-link {
  font-size: 1.07692em;
  line-height: 1;
  color: #72be58; }
  .f-link:hover {
    color: #666666; }

/* Slider Range
// ========================================================================== */
/*
// Base Layout.
*/
.b-slider-range {
  background-color: #dadada;
  height: 4px;
  border-radius: 3px;
  margin-top: 57px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 -2px 0 #b3b3b3 inset; }
  @media screen and (max-width: 768px) {
    .b-slider-range {
      width: 95%; } }
  .b-slider-range:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px; }
  .b-slider-range .ui-slider-handle {
    background-color: #dfdfdf;
    border-radius: 10px;
    outline: 0 none;
    width: 9px;
    height: 9px;
    top: -2px;
    cursor: pointer;
    box-shadow: 0 0 1px #b3b3b3; }
    .b-slider-range .ui-slider-handle:before {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #72be58;
      float: left;
      border-radius: 10px;
      margin: 2px;
      box-shadow: 0 -1px 1px #5e9c48 inset; }
    .b-slider-range .ui-slider-handle span {
      color: #fff;
      background-color: #72be58;
      padding: 4px 7px 3px;
      border-radius: 5px;
      position: absolute;
      bottom: 100%;
      margin-bottom: 7px;
      left: -18px;
      min-width: 42px;
      text-align: center; }
      .b-slider-range .ui-slider-handle span:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 4px;
        border-color: #72be58 transparent transparent transparent;
        left: 50%;
        top: 100%;
        margin-left: -4px; }
  .b-slider-range .ui-slider-range {
    background-color: #72be58;
    box-shadow: 0 -2px 0 #5e9c48 inset; }

/*
// Additional classes.
*/
.b-slider-range_min,
.b-slider-range_max {
  position: absolute;
  top: -24px; }

.b-slider-range_min {
  left: 0; }

.b-slider-range_max {
  right: 0; }

.f-slider-range {
  color: #717171;
  font-size: 0.84615em;
  line-height: 1.2; }

/* Search on Google Map (Real Estate)
// ========================================================================== */
/*
// Base Layout.
*/
.b-float-search {
  padding-bottom: 40px;
  position: relative; }

.b-float-search__container {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 42px;
  width: 260px;
  border-radius: 2px;
  background-color: #72be58; }
  @media screen and (min-width: 480px) {
    .b-float-search__container {
      bottom: 15px;
      width: 480px; } }

.b-float-search__container-without-background {
  background-color: transparent; }

.b-float-search__container-inner {
  margin: 10px; }

.b-float-search__container-inner-row {
  margin-bottom: 10px; }

.b-float-search__container-inner-row:last-child {
  margin-bottom: 0; }

.f-float-search__container-options {
  color: #fff; }

/*
// Addons Layout and fields.
*/
.b-right-inner-addon {
  position: relative;
  width: 100%;
  margin-right: 0px;
  padding-right: 45px; }
  @media screen and (min-width: 480px) {
    .b-right-inner-addon {
      width: 460px; } }

.b-left-inner-addon-marker {
  position: absolute;
  left: 0px;
  padding: 10px 0px;
  margin-left: 15px;
  pointer-events: none; }

.f-left-inner-addon-marker {
  color: #b1b1b1;
  font-size: 1.23077em;
  line-height: 1.2; }

.b-right-inner-addon-search {
  position: absolute;
  right: 0px;
  padding: 14px 0px;
  margin-right: 10px;
  pointer-events: none; }

.f-right-inner-addon {
  font-size: 1.53846em;
  line-height: 1.2;
  color: #72be58; }

.f-float-search__form_elements {
  color: #fff; }

.b-float-search__input {
  padding-right: 30px; }

.b-float-search__container-inner-thick-round-border .b-right-inner-addon-search {
  margin-right: -10px; }
.b-float-search__container-inner-thick-round-border .b-float-search__input {
  border-radius: 26px;
  border: 3px solid #72be58;
  padding-left: 30px; }
  .b-float-search__container-inner-thick-round-border .b-float-search__input:focus {
    border: 3px solid #72be58; }

/* SelectMenu (Jquery UI)
// ========================================================================== */
/*
// Base Layout.
*/
.b-select {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 4px; }
  .b-select span.ui-icon {
    right: 12px;
    margin-top: -2px;
    position: absolute;
    border-style: solid;
    border-width: 5px;
    border-color: #717171 transparent transparent transparent; }
  .b-select span.ui-selectmenu-button {
    font-size: 0.92308em;
    line-height: 1.83333;
    outline: 0 none;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    color: #717171; }
    .b-select span.ui-selectmenu-button:before {
      content: '';
      height: 100%;
      width: 1px;
      border-left: 1px solid #d2d2d2;
      position: absolute;
      right: 35px;
      top: 0; }
  .b-select .ui-selectmenu-text {
    line-height: 22px !important;
    padding: 0.4em 2.3em 0.4em 1em !important; }
  .b-select select {
    width: 150px; }

/*
// Secondary Version.
*/
.b-select--secondary .ui-selectmenu-text {
  background-color: #f8f8f8;
  color: #333333; }
.b-select--secondary span.ui-icon {
  border-color: #989898 transparent transparent transparent; }

.b-select--alt .ui-selectmenu-text {
  background-color: #fff;
  color: #989898; }
.b-select--alt span.ui-icon {
  border-color: #989898 transparent transparent transparent; }

/* Contact Form
// ========================================================================== */
/*
// Base Layout.
*/
.b-contact-form {
  left: 0px;
  position: absolute;
  top: 0px; }
  @media screen and (max-width: 1024px) {
    .b-contact-form {
      position: relative; } }

/*
//  Window Layout.
*/
.b-contact-form__window {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  left: 6%;
  top: 90px;
  border: 1px solid #b9b8b8;
  background-color: #fff;
  color: #000000;
  width: 570px; }
  @media screen and (max-width: 1024px) {
    .b-contact-form__window {
      border: 0;
      left: 0;
      position: relative;
      top: 0;
      width: 100%; } }

.b-contact-form__window-title {
  margin-top: 20px; }
  .b-contact-form__window-title hr {
    border-top-width: 2px; }

.f-contact-form__window-title {
  font-size: 1.53846em;
  line-height: 1.2; }

.b-contact-form__window-form-row {
  margin-bottom: 15px; }

.b-contact-form__window-form-row-label {
  margin-bottom: 9px; }

.b-contact-form__window-form-textarea {
  resize: none; }

.b-contact-form__window-form-row-button {
  width: 100%; }

/* Video container
// ========================================================================== */
/*
// Base Layout.
*/
.b-video-default {
  width: 100%; }
  .b-video-default.b-video-default--shadow {
    -webkit-box-shadow: 0px -8px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -8px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -8px 30px 0px rgba(0, 0, 0, 0.5); }
  .b-video-default.vjs-default-skin {
    overflow: hidden; }
    .b-video-default.vjs-default-skin .vjs-play-progress {
      background-color: #72be58; }
    .b-video-default.vjs-default-skin .vjs-volume-level {
      background-color: #72be58; }
    .b-video-default.vjs-default-skin .vjs-control-bar {
      font-size: 1.1em;
      background: #1c1c1c; }
    .b-video-default.vjs-default-skin .vjs-volume-control {
      margin-right: 20em; }
    .b-video-default.vjs-default-skin .vjs-seek-handle {
      display: none; }
    .b-video-default.vjs-default-skin .vjs-volume-handle {
      display: none; }
    .b-video-default.vjs-default-skin .vjs-duration-display {
      color: #4f4f4f; }
    .b-video-default.vjs-default-skin .vjs-slider {
      background: rgba(0, 0, 0, 0.5); }
    .b-video-default.vjs-default-skin .vjs-big-play-button {
      border-color: transparent;
      background: transparent;
      color: #fff;
      font-size: 1em;
      left: 50%;
      top: 50%;
      height: 50px;
      width: 50px;
      margin-top: -25px;
      margin-left: -25px;
      box-shadow: 0 0 0 transparent;
      padding: 0; }
      .b-video-default.vjs-default-skin .vjs-big-play-button:before {
        font-family: "FontAwesome";
        font-size: 5em;
        line-height: 1.2;
        content: "\f01d"; }
    .b-video-default.vjs-default-skin:hover .vjs-big-play-button {
      border-color: transparent;
      background: transparent;
      color: #fff;
      box-shadow: 0 0 0 transparent; }

.b-video-player {
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.b-video-payer-size-alt {
  padding-bottom: 54%; }

.b-video-payer-size-secondary {
  padding-bottom: 40%; }

.b-video-player iframe,
.b-video-player .b-video-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

/* Color classes
// ========================================================================== */
/*
// Default color.
*/
.c-primary {
  color: #666666; }

/*
// Other colors.
*/
.c-default {
  color: #72be58; }

.c-secondary {
  color: #72be58; }

.c-octonary {
  color: #5e9c48; }

.c-primary {
  color: #666666; }

.c-tertiary {
  color: #989898; }

.c-quaternary {
  color: #5f5f5f; }

.c-quinary {
  color: #616161; }

.c-senary {
  color: #515151; }

.c-septenary {
  color: #a5a5a5; }

.c-nonary {
  color: #b1b1b1; }

.c-denary {
  color: #dddddd; }

.c-white {
  color: #fff; }

.c-default-link {
  color: #898989; }

.c-desc {
  color: #848484; }

.c-11 {
  color: #747474; }

.c-12 {
  color: #d8d8d8; }

.c-13 {
  color: #333333; }

.c-14 {
  color: #4f4f4f; }

.c-15 {
  color: #949494; }

.c-16 {
  color: #adadad; }

.c-17 {
  color: #f3f3f3; }

.c-18 {
  color: #b9b8b8; }

.c-19 {
  color: #919191; }

.c-20 {
  color: #777777; }

.c-21 {
  color: #dedede; }

.c-22 {
  color: #d9d9d9; }

.c-23 {
  color: #fafafa; }

.c-24 {
  color: #e8e8e8; }

.c-25 {
  color: #e6e6e6; }

.c-26 {
  color: #f6f6f6; }

.c-27 {
  color: #929292; }

.c-28 {
  color: #f1f1f1; }

.c-29 {
  color: #979797; }

.c-30 {
  color: #f4f4f4; }

.c-31 {
  color: #00c6cd; }

.c-32 {
  color: #83b705; }

.c-33 {
  color: #828282; }

.c-34 {
  color: #72be58; }

.c-s-35 {
  color: #dcdcdc; }

.c-s-36 {
  color: #dbdbdb; }

.c-s-37 {
  color: #8b8b8b; }

.c-s-38 {
  color: #b5b5b5; }

.c-s-39 {
  color: #ebebeb; }

.c-s-40 {
  color: #e0e0e0; }

.c-s-41 {
  color: #7f7e7e; }

.c-s-42 {
  color: #ededed; }

.c-s-43 {
  color: #cdcdcd; }

.c-s-45 {
  color: #e3e3e3; }

.c-s-46 {
  color: #dfdfdf; }

.c-s-47 {
  color: #ececec; }

.c-s-48 {
  color: #f5f5f5; }

.c-s-49 {
  color: #fefefe; }

.c-s-50 {
  color: #313131; }

.c-s-51 {
  color: #464646; }

.c-s-52 {
  color: #1c1c1c; }

.c-s-53 {
  color: #aaa; }

.c-s-54 {
  color: #222; }

.c-s-55 {
  color: #444; }

.c-s-56 {
  color: #555; }

.c-s-57 {
  color: #72be58; }

.c-s-58 {
  color: #474747; }

.c-s-59 {
  color: #f7f7f7; }

.c-s-60 {
  color: #c3c4c5; }

.c-s-61 {
  color: #aeafb1; }

.c-s-62 {
  color: #717171; }

.c-s-63 {
  color: #dadada; }

.c-s-64 {
  color: #b3b3b3; }

.c-s-65 {
  color: #d2d2d2; }

.c-s-66 {
  color: #5e9c48; }

.c-s-67 {
  color: #529c11; }

.c-s-68 {
  color: #72be58; }

.c-s-69 {
  color: #0ea8bf; }

.c-s-70 {
  color: #f9f9f9; }

.c-cp-0 {
  color: #424242; }

.c-cp-1 {
  color: #f27491; }

.c-cp-2 {
  color: #f2d674; }

.c-cp-3 {
  color: #dfdfdf; }

.c-cp-4 {
  color: #cc1212; }

.c-cp-5 {
  color: #62b30c; }

.c-cp-6 {
  color: #1685d3; }

.c-cp-7 {
  color: #a28c0f; }

.c-cp-8 {
  color: #e3921f; }

.c-cp-9 {
  color: #656565; }

.c-cp-10 {
  color: #efd108; }

.c-cp-11 {
  color: #049ab0; }

.c-cp-12 {
  color: #c4908d; }

.c-cp-13 {
  color: #f40d85; }

.c-cp-14 {
  color: #e00ed9; }

.c-cp-15 {
  color: #875a50; }

.c-cp-16 {
  color: #96b6cb; }

.c-opacity-1 {
  color: rgba(108, 108, 108, 0.7); }

.c-opacity-2 {
  color: rgba(114, 190, 88, 0.66); }

.c-opacity-3 {
  color: rgba(0, 0, 0, 0.5); }

.c-35 {
  color: #72be58; }

.c-36 {
  color: #5e9c48; }

.c-37 {
  color: #f8f8f8; }

.c-38 {
  color: #fbfbfb; }

.c-39 {
  color: #e4e4e4; }

.c-40 {
  color: #959595; }

.c-41 {
  color: #ff391f; }

.c-42 {
  color: #ffd6d1; }

.c-43 {
  color: #f9bdb6; }

.c-44 {
  color: #72be58; }

.c-45 {
  color: #fff4bb; }

.c-46 {
  color: #ffcc66; }

.c-47 {
  color: #c1faa8; }

.c-48 {
  color: #9cff70; }

.c-49 {
  color: #6db74c; }

.c-50 {
  color: #bceeff; }

.c-51 {
  color: #8ae1ff; }

.c-52 {
  color: #21c2f8; }

.c-53 {
  color: #decfdf; }

.c-54 {
  color: #e2b5e5; }

.c-55 {
  color: #af75b3; }

.c-56 {
  color: #f2f2f2; }

.c-57 {
  color: #323232; }

.c-58 {
  color: #acacac; }

.c-59 {
  color: #5e9c48; }

.c-60 {
  color: #2bc2d5; }

.c-61 {
  color: #229baa; }

.c-62 {
  color: #2bcce0; }

.c-63 {
  color: #2ba4b3; }

.c-64 {
  color: #08947d; }

.c-65 {
  color: #00b89a; }

.c-66 {
  color: #42d8bf; }

.c-67 {
  color: #5e9c48; }

.c-68 {
  color: #72be58; }

.c-69 {
  color: #282f36; }

.c-70 {
  color: #353d46; }

.c-71 {
  color: #3f4851; }

.c-72 {
  color: #5e9c48; }

.c-73 {
  color: #72be58; }

.c-74 {
  color: #5e9c48; }

.c-74 {
  color: #5e9c48; }

.c-76 {
  color: #565656; }

.c-a-40 {
  color: #5e9c48; }

.c-a-41 {
  color: #5e9c48; }

/* Tagline Module
// ========================================================================== */
/*
// Base Layout.
*/
.b-tagline-box {
  border-top: 3px solid #72be58;
  box-shadow: inset 0 0 1px rgba(108, 108, 108, 0.7);
  position: relative;
  padding: 22px 20px 32px 27px;
  margin: 0 0 20px; }
  .b-tagline-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    left: 0;
    background: url(../img/tablet-shadow-min.png) no-repeat 50% 0; }
    @media screen and (max-width: 479px) {
      .b-tagline-box:after {
        background-size: 100% auto; } }

.b-tagline-box-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*
// Version - Big size.
*/
.b-tagline-box--big.b-tagline-box:after {
  background-image: url(../img/tablet-shadow-max.png); }
  @media screen and (max-width: 639px) {
    .b-tagline-box--big.b-tagline-box:after {
      background-image: url(../img/tablet-shadow-min.png); } }
  @media screen and (max-width: 479px) {
    .b-tagline-box--big.b-tagline-box:after {
      background-size: 100% auto; } }

.b-tagline-box--btn .b-tagline_description {
  display: table-cell;
  vertical-align: top; }
  @media screen and (max-width: 639px) {
    .b-tagline-box--btn .b-tagline_description {
      display: block; } }
.b-tagline-box--btn .b-tagline_btn {
  display: table-cell;
  margin: 0 0 0 15px; }
  .b-tagline-box--btn .b-tagline_btn .button-lg {
    margin: 0; }
  @media screen and (max-width: 639px) {
    .b-tagline-box--btn .b-tagline_btn {
      display: block;
      margin: 15px 0 0; } }

/*
// Version - No shadow.
*/
.b-tagline-box--no-shadow.b-tagline-box:after {
  display: none; }

/*
// Version - Color.
*/
.b-tagline-box--color.b-tagline-box {
  background: #72be58;
  border: 1px solid #ebebeb;
  box-shadow: none; }

.b-tagline-box--color.b-tagline-box .f-tagline_title,
.b-tagline-box--color.b-tagline-box .f-tagline_description {
  color: #fff; }

.b-tagline_title {
  margin: 0 0 9px; }

/*
// Addition classes for buttons position and inner content.
*/
.b-tagline_btn--position.b-tagline_btn {
  margin: 24px 0 0; }
  .b-tagline_btn--position.b-tagline_btn .button-lg {
    margin: 0; }

.b-tagline_btn--right {
  float: right; }
  @media screen and (max-width: 639px) {
    .b-tagline_btn--right {
      float: none;
      margin: 15px 0 0;
      text-align: left; } }

.b-tagline_btn--left {
  float: left; }
  @media screen and (max-width: 639px) {
    .b-tagline_btn--left {
      float: none;
      margin: 15px 0 0;
      text-align: left; } }

.f-tagline-center {
  text-align: center; }

.f-tagline_description {
  font-size: 0.92308em;
  line-height: 2;
  color: #666666; }

.f-tagline_title {
  font-size: 1.38462em;
  line-height: 1;
  color: #72be58; }

.f-tagline_description--big.f-tagline_description {
  font-size: 1.23077em;
  line-height: 1.875;
  color: #5f5f5f; }

.f-tagline--white.f-tagline_title {
  color: #fff; }
.f-tagline--white.f-tagline_description {
  color: #fff; }

/* Facebook widget
// ========================================================================== */
/*
// Base Layout.
*/
.b-wiget-fb {
  overflow: hidden; }
  .b-wiget-fb .b-wiget-fb-content {
    margin-bottom: -30px; }

.fb_iframe_widget span {
  margin-left: -10px; }

.b-about-us-connection img {
  width: 100%; }

/* History Timeline Layout
// ========================================================================== */
/*
// Base Layout.
*/
.b-history__info {
  border: 1px solid #c3c4c5;
  background-color: #fff;
  border-radius: 3px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative; }
  .b-history__info p {
    margin-bottom: 0; }
  .b-history__info .row {
    margin-bottom: -10px; }

.b-history__timeline {
  position: relative;
  z-index: 10; }

/* Product Launch Box
// ========================================================================== */
/*
// Base Layout.
*/
.b-product-launch {
  margin-bottom: -138px; }
  @media screen and (max-width: 768px) {
    .b-product-launch {
      margin-bottom: -90px; } }

.b-product-launch__text {
  padding-right: 15px;
  border-right: 1px solid #fff;
  overflow: hidden; }
  .b-product-launch__text p {
    margin-bottom: 0; }
  .b-product-launch__text h2 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -4px; }

/* Google Chart
// ========================================================================== */
/*
// Base Layout.
*/
.b-chart {
  width: 100%;
  height: 265px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0 3px 0 #5e9c48; }
  .b-chart svg > rect {
    fill: #72be58; }
  .b-chart g > g > rect {
    fill: #d3ffc2; }

/*
// Inner Elements.
*/
.b-chart_head {
  background-color: #72be58;
  padding: 1.5em 1.5em 1.3em;
  border-radius: 5px 5px 0 0;
  overflow: hidden; }

.b-chart_title {
  float: left; }

.f-chart_title {
  font-size: 1.23077em;
  line-height: 1.2;
  text-transform: uppercase; }

.b-chart_info {
  float: right; }

.f-chart_info {
  font-size: 0.92308em;
  line-height: 1.2; }

/* Image link
// ========================================================================== */
/*
// Base Layout.
*/
.b-href-with-img img {
  float: left;
  margin-right: 1em; }

/* TimeLine
// ========================================================================== */
/*
// Base Layout.
*/
.b-timeline {
  position: relative;
  min-height: 1000px; }
  .b-timeline [id$="pagination"] {
    visibility: hidden; }
  .b-timeline .timeline-mask {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100; }
  .b-timeline i.sliderloader {
    left: 50%;
    margin: 120px 0 100px -25px;
    position: absolute;
    z-index: 200px; }
  .b-timeline .b-timeline__marker {
    visibility: hidden; }
  .b-timeline.is-completed {
    min-height: auto; }
    .b-timeline.is-completed .b-timeline__marker {
      visibility: visible; }
    .b-timeline.is-completed .timeline-mask {
      display: none; }
    .b-timeline.is-completed i.sliderloader {
      display: none; }
    .b-timeline.is-completed [id$="pagination"] {
      visibility: visible; }
  .b-timeline:before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    height: 100%;
    width: 4px;
    background: #e0e0e0; }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width):before {
      left: 50%;
      margin-left: -2px; } }
  .b-timeline img {
    width: 100%; }

/*
// Inner elements (Item / Marker / Date).
*/
.b-timeline__block {
  position: absolute;
  width: 100%;
  visibility: hidden; }
  .b-timeline__block:first-child {
    display: block; }
  .b-timeline__block:before, .b-timeline__block:after {
    content: " ";
    display: table; }
  .b-timeline__block:after {
    clear: both; }
  .b-timeline:not(.b-timeline-full-width) .b-timeline__block {
    width: 50%; }
    @media only screen and (max-width: 1023px) {
      .b-timeline:not(.b-timeline-full-width) .b-timeline__block {
        width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .b-timeline__block {
      width: 100%; } }

.b-timeline__marker {
  position: absolute;
  top: 0;
  height: 150px;
  visibility: hidden; }

@media only screen and (min-width: 1024px) {
  .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__marker-img {
    position: absolute;
    top: 0;
    right: -25px; }
  .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__date {
    left: 50%;
    margin-left: 4px;
    top: 65px; } }

.b-timeline__marker-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #72be58;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin-left: 4px; }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__marker-img {
      margin-left: -25px; } }
  .b-timeline__marker-img .fa {
    font-size: 1.69231em;
    line-height: 1.2;
    color: #fff;
    padding-top: 11px;
    text-align: center;
    width: 100%; }
    .b-timeline__marker-img .fa.fa-music {
      margin-left: -2px; }
    .b-timeline__marker-img .fa.fa-angle-double-right {
      margin-left: 1px; }

.b-timeline__content {
  position: relative;
  margin-left: 75px;
  background: white; }
  .b-timeline__content .b-footer-mini a.f-footer-mini-text {
    color: #72be58; }
    .b-timeline__content .b-footer-mini a.f-footer-mini-text:hover {
      color: #898989; }
  .b-timeline__content:before, .b-timeline__content:after {
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none; }
  .b-timeline__content:before {
    top: 16px;
    border-width: 7px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e0e0e0; }
  .b-timeline__content:after {
    top: 17px;
    border-width: 6px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff; }
  @media only screen and (min-width: 1024px) {
    .b-timeline__content {
      width: 92%; }
      .b-timeline:not(.b-timeline-full-width) .b-timeline__content {
        margin-left: 0; }
        .col-xs-9 .b-timeline:not(.b-timeline-full-width) .b-timeline__content {
          width: 45%; }
        .b-timeline:not(.b-timeline-full-width) .b-timeline__content:before {
          left: 100%;
          right: auto;
          border-color: transparent;
          border-left-color: #e0e0e0; }
        .b-timeline:not(.b-timeline-full-width) .b-timeline__content:after {
          left: 100%;
          right: auto;
          border-color: transparent;
          border-left-color: #fff; }
      .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content {
        float: right;
        margin-right: 0; }
        .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content:before {
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #e0e0e0; }
        .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content:after {
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #fff; } }

.b-timeline__block-finish:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  height: 350px;
  width: 4px;
  background: #fff; }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block-finish:before {
      left: 0;
      margin-left: -2px; } }

.b-timeline__content-finish {
  border: none; }
  .b-timeline__content-finish:before {
    border-right-color: #72be58; }
    @media only screen and (min-width: 1024px) {
      .b-timeline:not(.b-timeline-full-width) .b-timeline__content-finish:before {
        border-color: transparent;
        border-left-color: #72be58; }
      .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content-finish:before {
        border-color: transparent;
        border-right-color: #72be58; } }
  .b-timeline__content-finish:after {
    border-width: 0; }

.b-timeline__marker-finish {
  height: 52px; }

.b-timeline__infoblock-finish {
  background-color: #72be58;
  margin-top: 8px;
  height: 31px;
  border-radius: 2px;
  padding: 8px 15px 0 15px;
  display: inline-block; }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__infoblock-finish {
      float: right; } }

.f-timeline__infoblock-finish {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #fff; }

.b-blog-timeline__infoblock {
  padding: 15px 28px 10px 20px; }

.b-blog-timeline__infoblock-title {
  border-bottom: 2px solid #72be58; }

.b-timeline__date {
  position: relative;
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  padding: 5px 8px;
  top: 15px;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  margin-left: 0;
  box-shadow: inset 0 -4px 4px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__date {
      left: -50%;
      margin-left: 3px; } }
  .b-timeline__date:before, .b-timeline__date:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none; }
  .b-timeline__date:after {
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -8px; }
  .b-timeline__date:before {
    border-bottom-color: #c3c3c3;
    border-width: 7px;
    margin-left: -9px; }

.f-timeline__date {
  font-size: 1em;
  line-height: 1.2;
  color: #72be58;
  text-transform: uppercase; }

/* Search Results
// ========================================================================== */
/*
// Wrapper Layout.
*/
.b-search-result-box {
  margin: 30px 0 0; }

/*
// Search Item.
*/
.b-search-item {
  border: 1px solid #dedede;
  padding: 3px 25px 7px 21px;
  margin: 0 0 26px; }
  .b-search-item:hover {
    border-color: #72be58; }

.b-search-item .is-global-title {
  color: #72be58;
  margin-bottom: 5px; }

.b-search-item .b-infoblock-with-icon__icon {
  width: 23px;
  height: 23px;
  padding: 2px 1px; }
.b-search-item .b-blog-one-column__info_container {
  padding: 0px 10px 0 29px; }

.b-search-item .f-infoblock-with-icon__icon {
  line-height: 15px; }
  .b-search-item .f-infoblock-with-icon__icon .fa {
    font-size: 12px;
    line-height: 1; }

.b-search-item .f-blog-one-column__info {
  font-size: 0.92308em;
  line-height: 1; }

.b-search-item .f-btn {
  font-size: 0.92308em;
  line-height: 1;
  text-transform: none; }

.b-form--mini.b-form-row {
  margin-bottom: 5px; }

/* Page - Error 404
// ========================================================================== */
/*
// Wrapper Layout.
*/
.b-page-error {
  background: url(../img/bg_error.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 106px 0 84px; }

/*
// Title.
*/
.b-title-error span,
.b-title-error strong {
  display: block;
  text-align: center; }

.f-title-error strong {
  font-size: 2.92308em;
  line-height: 0.94737;
  color: #6d7a83;
  font-weight: normal; }
.f-title-error span {
  font-size: 13.07692em;
  line-height: 0.76471;
  color: #b5b5b5; }
@media screen and (max-width: 767px) {
  .f-title-error span {
    font-size: 11.53846em;
    line-height: 0.73333; }
  .f-title-error strong {
    font-size: 2.76923em;
    line-height: 0.94444; } }

/*
// Description.
*/
.b-error-description {
  margin: 46px 0 0; }
  .b-error-description span,
  .b-error-description strong {
    display: block;
    text-align: center; }
  .b-error-description span {
    margin: 11px 0 0; }

.f-error-description span,
.f-error-description strong {
  color: #72be58; }
.f-error-description strong {
  font-size: 1.84615em;
  line-height: 1.2; }
.f-error-description span {
  font-size: 1.07692em;
  line-height: 1.2; }

/*
// Search.
*/
.b-error-search {
  max-width: 374px;
  margin: 48px auto 0; }
  .b-error-search .form-control {
    height: 42px; }
  .b-error-search .b-btn-search {
    width: 43px;
    height: 41px; }
  .b-error-search .b-input-search {
    padding-right: 53px; }

.b-error-search .f-btn-search {
  font-size: 1.38462em;
  line-height: 2.33333; }

/* Switcher for change theme color / backgrounds / boxed layout
// ========================================================================== */
/*
// Base Layout.
*/
.settings-wrap {
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  display: block;
  position: fixed;
  top: 160px;
  right: -182px;
  width: 182px;
  z-index: 200; }
  .settings-wrap h3 {
    font-size: 1.15385em;
    line-height: 1.2;
    color: #898989;
    margin-bottom: 0;
    text-transform: none; }
  .settings-wrap.active {
    right: 0; }

.settings-inner {
  background: #f5f5f5;
  border-radius: 0 0 0 4px;
  padding: 14px 12px 10px;
  overflow: hidden; }
  .settings-inner h3 {
    margin: 0px 12px 11px 0; }

.settings-box {
  padding-bottom: 25px; }

/*
// Item switchers.
*/
.settings-box--pattern {
  padding-bottom: 20px; }

.settings-box--img {
  padding-bottom: 14px; }

.settings-box--color {
  padding-bottom: 12px; }

.settings-title {
  background: #fff;
  position: relative;
  padding: 8px 12px 16px; }
  .settings-title .label {
    background: #fff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    height: 100%;
    padding-right: 5px;
    padding-left: 10px;
    position: absolute;
    right: 100%;
    top: 0; }
    .settings-title .label:before {
      content: '';
      display: inline-block;
      font-size: 0;
      height: 100%;
      vertical-align: middle; }
    .settings-title .label .fa {
      color: #72be58;
      font-size: 30px;
      vertical-align: middle; }

.settings-btn-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.settings-btn-container .settings-btn {
  font-size: 1em;
  line-height: 1;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #898989;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 8px 0 6px;
  text-align: center;
  width: 66px; }
  .settings-btn-container .settings-btn:first-child {
    border-radius: 3px 0 0 3px; }
  .settings-btn-container .settings-btn:last-child {
    border-radius: 0px 3px 3px 0; }
  .settings-btn-container .settings-btn.active {
    background: #fff;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #898989;
    cursor: auto; }

.settings-bg {
  margin: 0;
  padding: 0; }
  .settings-bg:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .settings-bg:hover {
    color: #72be58; }

.settings-reset {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #898989;
  cursor: pointer; }
  .settings-reset:hover {
    color: #72be58; }

[data-bg] {
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  border: 1px solid #c3c4c5;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  height: 23px;
  list-style: none;
  margin: 0px 7px 10px 0;
  width: 23px; }
  [data-bg] img {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%; }
  [data-bg].active {
    border: 2px solid #72be58; }

.color-themes {
  list-style: none;
  padding: 0;
  margin: 0; }
  .color-themes > li {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px; }
    .color-themes > li.is-active {
      border: 2px solid #fff; }
  .color-themes .default-color {
    background-color: #e9682e; }
  .color-themes .cyan-color {
    background-color: #5ca2c4; }
  .color-themes .red-color {
    background-color: #f44a53; }
  .color-themes .yellow-color {
    background-color: #dca13b; }
  .color-themes .green-color {
    background-color: #72bf59; }
  .color-themes .blue-color {
    background-color: #4496d2; }

/*
// Additional classes for page.
*/
.html-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.html-bg-pattern {
  background-repeat: repeat; }

@media screen and (max-width: 1360px) {
  .settings-box-hidden {
    display: none; } }
@media screen and (max-width: 1024px) {
  .settings-wrap {
    top: 60px; } }
/* Infinity Circle Loader
// ========================================================================== */
/*
// Base Layout.
*/
@keyframes loader {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes loader {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
/*
// Base Wrapper.
*/
.loader-lock {
  position: relative;
  overflow: visible; }
  .loader-lock body {
    overflow: hidden;
    visibility: hidden; }
  .loader-lock .l-wrapper {
    visibility: visible;
    overflow-y: scroll; }

.l-wrapper {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: auto;
  text-align: center;
  z-index: 200;
  opacity: 1; }
  .l-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0; }
  .l-wrapper.is-hide {
    visibility: hidden;
    z-index: 0; }

/*
// Loader styles.
*/
.b-loading-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.b-loading-img {
  height: 295px;
  transform-origin: center center;
  animation: loader 1s infinite linear;
  -webkit-animation: loader 1s infinite linear;
  width: 295px; }

.b-loading-logo {
  width: 100%;
  margin-top: -53px;
  position: absolute;
  top: 50%;
  text-align: center; }

i.sliderloader {
  color: #ccc;
  font-size: 50px; }

/* Loader - version 2
// ========================================================================== */
/*
// Base Wrapper.
*/
.container-load {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: auto;
  text-align: center;
  z-index: 200;
  opacity: 1; }
  .container-load:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0; }

.b-load-page {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 442px; }
  @media screen and (max-width: 480px) {
    .b-load-page {
      width: 260px; } }

/*
// Loader styles.
*/
.b-logo-big {
  margin-bottom: 50px; }

.b-load-name {
  margin-top: 30px; }

.f-load-name {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #515151; }

/* Travel Module
// ========================================================================== */
/*
// Daily block styles.
*/
.b-daily-row > [class*='col-'] {
  margin-top: 0px;
  margin-bottom: 22px; }

.b-daily-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.f-daily_day {
  font-size: 1.07692em;
  line-height: 1.71429;
  color: #72be58;
  text-transform: uppercase; }

.b-daily_day {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.f-daily_description {
  font-size: 0.92308em;
  line-height: 2; }

.b-daily_description {
  overflow: hidden; }

/*
// Review bock styles.
*/
.b-review-wrap {
  border: 1px solid #dedede;
  margin: 22px 0 23px; }

.b-review_title {
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 10px 10px 123px; }
  .b-review_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .b-review_title {
      padding-left: 20px; } }

.b-review_title-text {
  overflow: hidden; }

.f-review_title-text {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #72be58; }

.b-review_info {
  padding: 12px 5px 16px 20px; }
  .b-review_info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-review_user {
  float: left;
  margin-right: 20px;
  margin-top: -30px; }

.b-review_msg {
  overflow: hidden; }

.b-review_user_img {
  border: 1px solid #fff;
  margin-bottom: 7px; }
  .b-review_user_img img {
    display: block;
    width: 84px; }

.f-review_user_name {
  font-size: 1.15385em;
  line-height: 1.13333;
  color: #72be58;
  text-transform: uppercase; }

.f-review_msg-info {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #919191; }

.b-review_msg-info {
  padding: 0;
  margin: 0; }
  .b-review_msg-info li {
    display: inline-block; }
    .b-review_msg-info li:after {
      content: "/";
      margin-left: 8px;
      margin-right: 8px; }
    .b-review_msg-info li:last-child:after {
      content: "";
      margin: 0; }

/*
// Tab search result.
*/
.b-tab-search-result {
  display: table;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-collapse: collapse;
  width: 100%; }

.b-tab-search-result_row {
  display: table-row; }

.b-tab-search-result_col {
  display: table-cell;
  border-color: #ececec;
  border-width: 0 1px 1px;
  border-style: solid;
  padding: 17px 15px;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_col {
      display: block; } }
  .b-tab-search-result_col:first-child {
    border-left-width: 0; }
    @media screen and (max-width: 767px) {
      .b-tab-search-result_col:first-child {
        border-width: 0px; } }
  .b-tab-search-result_col:last-child {
    max-width: 190px;
    width: 190px; }
    @media screen and (max-width: 767px) {
      .b-tab-search-result_col:last-child {
        border-width: 0 0 1px 0;
        max-width: 100%;
        padding-top: 0;
        width: 100%; } }

.b-tab-search-result_img {
  float: left;
  width: 45%; }
  @media screen and (max-width: 639px) {
    .b-tab-search-result_img {
      float: none;
      margin: 0 auto 10px;
      width: 100%; } }
  .b-tab-search-result_img img {
    border-bottom-width: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 2px;
    display: block; }

.b-tab-search-result_info {
  overflow: hidden;
  padding-left: 18px; }
  @media screen and (max-width: 639px) {
    .b-tab-search-result_info {
      padding-left: 0; } }
  .b-tab-search-result_info .h4 {
    display: block;
    margin-bottom: 10px;
    margin-top: 0; }
  .b-tab-search-result_info a.h4:hover {
    color: #898989; }

.b-tab-search-result_list {
  padding-top: 35px; }
  .b-tab-search-result_list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list {
      padding-top: 0; } }
  .b-tab-search-result_list .users .fa {
    margin-right: 3px; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list .b-btn {
      float: right; } }
  @media screen and (max-width: 479px) {
    .b-tab-search-result_list .b-btn {
      float: none;
      margin: 18px auto 0;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .b-tab-search-result_list-wrap {
    background: #fff;
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: linear-gradient(to bottom, #fff, #fafafa); } }

.b-tab-search-result_list-row {
  margin-bottom: 17px; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list-row {
      display: inline-block;
      margin: 10px 10px 0 0;
      border-left: 1px solid #ececec;
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list-row:first-child {
      padding-left: 0;
      border-left: 0; } }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list-row [class*="col-"] {
      display: inline-block;
      padding: 0; } }

.f-tab-search-result_list {
  color: #666666; }

/* Real Estate - Detail
// ========================================================================== */
/*
// Options Layout.
*/
.f-home-detail-option {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #666666; }

.b-home-detail-option_row {
  margin-top: 15px; }
  .b-home-detail-option_row:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
    position: relative; }
  .b-home-detail-option_row:first-child {
    margin: 0; }

.b-home-detail-option_item_title {
  float: left;
  min-width: 156px; }

.b-home-detail-option_item_value {
  overflow: hidden; }

/*
// Content Layout.
*/
.f-detail-home-content_title {
  font-size: 2.30769em;
  line-height: 1.26667; }

.b-detail-home-content {
  padding: 30px 0 0; }
  .b-detail-home-content .b-icon {
    vertical-align: sub; }
  .b-detail-home-content .b-btn-title-real-estate {
    vertical-align: middle; }

/*
// Info Block.
*/
.b-info {
  margin: 0 0 0 5px; }
  .b-info span {
    margin: 0 13px 0 0px; }

.f-info {
  font-size: 1.07692em;
  line-height: 1.14286; }
  .f-info span {
    text-transform: uppercase; }

/*
// Wrapper Layout.
*/
.b-blog-one-column__info_container .b-btn-title-real-estate.button-xs {
  font-size: 14px;
  vertical-align: top;
  padding: 6px 8px 3px; }

.b-employee-item--left h4, .b-employee-item--left p {
  padding: 0 15px; }

/*
// Contacts.
*/
.b-contact-form-box--bord {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 15px; }
  .b-contact-form-box--bord .b-form--contact-size textarea.form-control {
    height: 150px; }

.b-contact-form-box--bord .f-title-description {
  color: #666666; }

.b-icons {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 20px;
  background: url(../img/icon-2.png) no-repeat 0 0; }
  .b-icons.b-icon--shower {
    background-position: 0 0; }
  .b-icons.b-icon--bed2 {
    background-position: 0 -30px; }

/*
// Additional classes.
*/
.b-info-container--home .b-blog-one-column__info_container {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 5px 0; }
.b-info-container--home.b-some-examples__item_info_level {
  border-color: transparent;
  padding: 0px 0 10px; }

.b-item-apartment-block {
  margin-bottom: 30px; }

.b-box-important {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 8px 15px 8px 8px; }

.f-title-big--name {
  color: #72be58; }
  .f-title-big--name.f-title-big a {
    color: #72be58; }
    .f-title-big--name.f-title-big a:hover {
      color: #666666; }

.b-form-properties {
  padding: 26px 28px 0 31px;
  margin-bottom: 30px; }
  .b-form-properties .b-full-search-form_check {
    margin-bottom: 31px; }
  .b-form-properties .b-form-row {
    margin-bottom: 33px; }
  .b-form-properties input[type="text"],
  .b-form-properties span[class="ui-selectmenu-text"] {
    text-transform: uppercase;
    color: #555; }

/* Option panel for Themeforest
// ========================================================================== */
/*
// Base Layout.
*/
.b-option-panel {
  height: 66px;
  background: #72be58;
  padding: 0 15px;
  position: fixed;
  z-index: 9999;
  width: 100%; }
  @media screen and (max-width: 479px) {
    .b-option-panel {
      padding: 0 9px; } }

/*
// Logo.
*/
.b-panel--logo {
  display: inline-block;
  vertical-align: middle;
  height: 66px;
  line-height: 65px; }
  .b-panel--logo:hover {
    opacity: 0.7; }
  @media screen and (max-width: 479px) {
    .b-panel--logo img {
      width: 40px; } }

/*
// Project List.
*/
.b-panel--list-project {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 12px; }

.f-panel--list-project {
  font-size: 1.07692em;
  line-height: 1;
  color: #fff; }
  .f-panel--list-project a {
    color: #fff; }
  @media screen and (max-width: 479px) {
    .f-panel--list-project {
      margin-left: 12px; } }
  @media screen and (min-width: 1025px) {
    .f-panel--list-project:hover .b-list-project--items {
      display: block; }
    .f-panel--list-project:hover .b-list-project--title {
      color: #fce4dc; } }
  .f-panel--list-project.is-active .b-list-project--items {
    display: block; }
  .f-panel--list-project.is-active .b-list-project--title {
    color: #fce4dc; }

.b-list-project--title {
  width: 194px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 16px 15px 14px 17px;
  background: #f47d47; }
  .b-list-project--title .fa {
    position: absolute;
    top: 15px;
    right: 17px; }
  @media screen and (max-width: 479px) {
    .b-list-project--title {
      width: 136px; } }

.b-list-project--items {
  display: none;
  position: absolute;
  top: 44px;
  left: 0px;
  padding: 0; }
  .b-list-project--items li {
    list-style-type: none;
    position: relative;
    width: 194px; }
    .b-list-project--items li a {
      cursor: pointer;
      text-transform: uppercase;
      display: block;
      background: #f47d47;
      padding: 13px 15px 12px 17px; }
      .b-list-project--items li a:hover {
        background: #fe996b; }
        .b-list-project--items li a:hover .b-list-progect--example {
          display: block; }
      .b-list-project--items li a .fa-html {
        font-size: 0.76923em;
        line-height: 1;
        display: block;
        float: right;
        font-style: normal;
        color: #e26228;
        background: #fff;
        padding: 2px 6px 3px 4px; }
    .b-list-project--items li:hover .b-list-progect--example {
      display: block; }
      @media screen and (max-width: 767px) {
        .b-list-project--items li:hover .b-list-progect--example {
          display: none; } }
    .b-list-project--items li .b-list-progect--example {
      display: none;
      position: absolute;
      top: 0;
      left: 204px;
      border: 3px solid #e26228;
      box-shadow: 1px 2px 5px rgba(108, 108, 108, 0.7); }
      @media screen and (max-width: 979px) {
        .b-list-project--items li .b-list-progect--example {
          width: 300px; }
          .b-list-project--items li .b-list-progect--example img {
            width: 100%; } }
    @media screen and (max-width: 479px) {
      .b-list-project--items li {
        width: 166px; } }

/*
// Devices.
*/
.b-option--resize {
  display: inline-block;
  vertical-align: middle;
  margin-left: 47px; }
  .b-option--resize .fa {
    font-size: 1.69231em;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    margin-right: 9px; }
    .b-option--resize .fa.fa-horizontal {
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
    .b-option--resize .fa.fa-current, .b-option--resize .fa:hover {
      opacity: 0.7; }
  @media screen and (max-width: 1023px) {
    .b-option--resize {
      display: none; } }

/*
// Items.
*/
.b-option-item {
  float: right;
  border-left: 1px solid #72be58;
  height: 66px;
  padding: 0 23px 0 26px;
  cursor: pointer; }
  .b-option-item:first-child {
    padding-right: 0; }
  .b-option-item:hover {
    opacity: 0.7; }
  @media screen and (max-width: 479px) {
    .b-option-item {
      padding: 0 11px 0; } }

.f-option-item {
  color: #fff;
  line-height: 65px; }

.f-option-item.b-option-close {
  vertical-align: middle;
  font-size: 28px; }
  .f-option-item.b-option-close:hover {
    color: #fff; }
  @media screen and (max-width: 479px) {
    .f-option-item.b-option-close {
      font-size: 18px; } }

.f-option-item.b-option-cart {
  vertical-align: middle;
  font-size: 18px; }
  .f-option-item.b-option-cart:hover {
    color: #fff; }
  .f-option-item.b-option-cart .fa {
    font-size: 28px;
    vertical-align: middle; }
    @media screen and (max-width: 479px) {
      .f-option-item.b-option-cart .fa {
        font-size: 18px; } }
  .f-option-item.b-option-cart span {
    margin: 0 0 0 10px; }
    @media screen and (max-width: 639px) {
      .f-option-item.b-option-cart span {
        display: none; } }

/* Login Page
// ========================================================================== */
/*
// Base Layout.
*/
.b-container-login-page {
  margin-top: 43px;
  margin-bottom: 47px; }

/*
// Form.
*/
.b-log-in-form {
  border-right: 1px solid #ebebeb;
  padding-right: 10px; }
  .b-log-in-form .b-hr {
    margin: 14px 0 25px;
    max-width: 470px; }
  @media screen and (max-width: 979px) {
    .b-log-in-form {
      border-right: 0;
      margin-bottom: 20px; } }

/*
// Social items.
*/
.b-social-links-box {
  margin: 19px 0 0; }

.b-social__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  border-bottom: 3px solid;
  height: 33px;
  width: 105px;
  margin: 0 7px 0 0; }
  .b-social__item .fa {
    position: relative;
    padding: 2px 8px 0 8px;
    margin: 0 2px 0 0; }
    .b-social__item .fa:after {
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      top: 0;
      left: 100%;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .b-social__item:last-child {
    margin: 0; }
  .b-social__item.b-social__item--fb {
    background: #3b5998;
    border-bottom-color: #31497d; }
    .b-social__item.b-social__item--fb:hover {
      background: #31497d; }
  .b-social__item.b-social__item--tw, .b-social__item.b-social__item--g {
    background: #56adee;
    border-bottom-color: #468ec3; }
    .b-social__item.b-social__item--tw:hover, .b-social__item.b-social__item--g:hover {
      background: #468ec3; }
  .b-social__item.b-social__item--ld {
    background: #0182b3;
    border-bottom-color: #0182b3; }
    .b-social__item.b-social__item--ld:hover {
      background: #016287;
      border-bottom-color: #016287; }

.f-social__item {
  font-size: 1.07692em;
  line-height: 1.85714;
  color: #fff; }
  .f-social__item:hover {
    color: #fff; }
  .f-social__item .fa {
    font-size: 1.23077em;
    line-height: 1.625; }

/* Shop - Product Cart
// ========================================================================== */
/*
// Base Layout.
*/
.b-product-cart {
  width: 100%; }
  .b-product-cart table {
    width: 100%;
    border-collapse: collapse; }
  .b-product-cart th {
    border: 1px solid #dfdfdf;
    background: #fafafa;
    padding: 1em; }
    @media screen and (max-width: 639px) {
      .b-product-cart th {
        padding: 0.5em; } }
    @media screen and (max-width: 767px) {
      .b-product-cart th:nth-child(4) {
        display: none; } }
    .b-product-cart th span {
      color: #515151; }
  .b-product-cart td {
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 1em;
    vertical-align: top; }
    @media screen and (max-width: 639px) {
      .b-product-cart td {
        padding: 0.5em; } }
    @media screen and (max-width: 767px) {
      .b-product-cart td:nth-child(4) {
        display: none; } }
  .b-product-cart span {
    display: block;
    line-height: 20px; }
    .b-product-cart span span {
      display: inline; }
  .b-product-cart p {
    font-size: 1em; }
  .b-product-cart .b-product-card__info_count {
    margin-right: 0; }
  .b-product-cart .b-align-middle {
    vertical-align: middle; }

/*
// Layout for Calculate and Total Block.
*/
.b-product-cart-small {
  border: 1px solid #dedede; }
  .b-product-cart-small + .b-product-cart-small {
    border-top: 0 none; }

.b-product-cart-small__header {
  padding: 0.9em 0.9em 0.7em;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 -1px 1px #e8e8e8 inset; }

.b-product-cart-small__content {
  padding: 1em; }

.b-product-cart-small__content_row-half {
  float: left;
  width: 50%; }
  .b-product-cart-small__content_row-half:first-child {
    padding-right: 0.4em; }
  .b-product-cart-small__content_row-half:last-child {
    padding-left: 0.4em; }

.b-product-cart-small__content_info_row {
  border-bottom: 1px solid #dedede;
  padding: 8px 0 5px;
  overflow: hidden; }
  .b-product-cart-small__content_info_row:first-child {
    padding-top: 0; }

.b-product-cart-small__content_info_value {
  float: right; }

.b-product-cart-small__content_info_title {
  float: left;
  line-height: 16px; }

.b-product-cart-small__content_info {
  margin-bottom: 1em; }

.f-product-cart-small__content_info {
  font-size: 0.92308em;
  line-height: 2; }

.f-product-cart-small__content_row {
  font-size: 0.92308em;
  line-height: 2; }

/* Product Card
// ========================================================================== */
/*
// Base Layout.
*/
.b-product-card .b-stars-group {
  display: inline-block; }
.b-product-card .b-btn {
  padding: 7px 9px 6px 9px;
  line-height: 16px;
  min-height: 30px;
  vertical-align: middle; }
.b-product-card .b-tag {
  margin-top: 0;
  margin-bottom: 0; }
.b-product-card .form-control {
  display: inline-block; }

/*
// Images Block.
*/
.b-product-card__visual-wrap {
  float: left;
  margin-right: 30px;
  width: 380px; }
  @media screen and (max-width: 767px) {
    .b-product-card__visual-wrap {
      width: 100%;
      float: none;
      margin-right: 0; } }

.b-product-card__visual {
  margin-bottom: 22px; }

.b-product-card__visual-thumb {
  border: 0;
  box-shadow: none; }

/*
// Info Block.
*/
.b-product-card__info {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .b-product-card__info {
      margin-top: 30px; } }
  .b-product-card__info .b-price {
    display: inline-block; }
    .b-product-card__info .b-price del, .b-product-card__info .b-price ins {
      display: inline-block;
      vertical-align: middle; }
      .b-product-card__info .b-price del span, .b-product-card__info .b-price ins span {
        display: inline-block;
        text-align: center; }
    .b-product-card__info .b-price del {
      margin-right: 7px; }
      .b-product-card__info .b-price del span {
        font-size: 1em;
        line-height: 1.84615; }
    .b-product-card__info .b-price ins span {
      font-size: 1.23077em;
      line-height: 1.5;
      color: #72be58;
      font-weight: 700; }

.b-product-card__info_row {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0; }
  .b-product-card__info_row:last-child {
    border-bottom: 0 none; }

.f-product-card__info_price {
  font-size: 1.38462em;
  line-height: 1.2; }

.b-product-card__info_title {
  display: inline-block;
  width: 70px;
  margin-right: 1.5em; }
  .b-product-card__info_title:after {
    content: ":";
    float: right;
    position: relative;
    left: 0.7em; }

.b-product-card__info_like {
  background-color: #049ab0;
  display: inline-block;
  line-height: 17px; }
  .b-product-card__info_like:hover {
    background-color: #2bc2d5; }

.b-product-card__info_count {
  width: 60px;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle; }
  @media screen and (max-width: 979px) {
    .b-product-card__info_count {
      min-width: 86px; } }

.b-product-card__info_add {
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
  font-size: 0.92308em;
  line-height: 1.2; }
  .b-product-card__info_add i {
    font-size: 1.07692em;
    line-height: 1.2; }

.b-product-card__info_code {
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle; }

.f-product-card__info_description {
  font-size: 0.92308em;
  line-height: 2; }

textarea.b-product-card-textarea {
  height: 222px; }

/* Education Pages
// ========================================================================== */
/*
// Additional classes.
*/
.b-education-box .b-some-examples__item {
  margin: 10px 0 20px; }

.b-education-detail-box .b-information-box__name {
  width: 112px; }

/* Our Portfolio
// ========================================================================== */
/*
// Base Layout.
*/
.b-sort-panel__inner__portfolio.b-sort-panel__inner {
  margin: 40px 0 0; }

/*
// Portfolio Item.
*/
.b-portfolio-item {
  padding: 27px 0 29px;
  border-top: 1px solid #e3e3e3; }
  .b-portfolio-item:first-child {
    border: 0; }

.b-portfolio_image {
  position: relative; }
  .b-portfolio_image img {
    border-radius: 2px;
    width: 100%; }
  .b-portfolio_image .b-item-hover-action {
    border-radius: 2px; }
  @media screen and (max-width: 979px) {
    .b-portfolio_image {
      margin-bottom: 15px; } }

/*
// Portfolio Info.
*/
.f-portfolio_info_title {
  font-size: 1.84615em;
  line-height: 1;
  color: #72be58;
  text-transform: uppercase; }
  .f-portfolio_info_title a {
    color: #72be58; }
    .f-portfolio_info_title a:hover {
      color: #666666; }

@media screen and (max-width: 767px) {
  .b-portfolio_info .b-portfolio_info_rating .b-stars-group {
    padding-right: 10px; } }

.b-portfolio_info_rating {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 7px 0 6px 5px;
  margin: 9px 0 0;
  overflow: hidden; }
  .b-portfolio_info_rating .b-stars-group {
    display: block;
    vertical-align: middle;
    float: left;
    padding-top: 2px; }
  .b-portfolio_info_rating .b-portfolio_rating_category {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .b-portfolio_info_rating .b-portfolio_rating_category {
        display: block; } }

.b-rating_bord {
  height: 20px;
  vertical-align: middle;
  display: block;
  border-left: 1px solid #e3e3e3;
  margin: 0 8px 0 6px;
  float: left; }

.b-portfolio_info_description {
  margin: 12px 0 10px; }

.f-portfolio_category_title {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #515151; }

.f-portfolio_category_name {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #72be58; }
  .f-portfolio_category_name:hover {
    text-decoration: underline; }

.f-portfolio_info_description {
  font-size: 0.92308em;
  line-height: 2.16667;
  color: #515151; }

/*
// Version - 1 Column v2.
*/
.b-portfolio-item__style-bord.b-portfolio-item {
  border: 1px solid #e3e3e3;
  margin: 43px 0 0;
  padding: 0;
  border-radius: 2px; }
  .b-portfolio-item__style-bord.b-portfolio-item:first-child {
    border: 1px solid #e3e3e3;
    margin: 0; }
.b-portfolio-item__style-bord .b-portfolio_image img {
  border-radius: 2px 0 0 2px; }
.b-portfolio-item__style-bord .b-portfolio_info_button {
  margin: 0 0 10px; }
.b-portfolio-item__style-bord .b-portfolio_info {
  margin: 18px 28px 0 0; }
  @media screen and (max-width: 979px) {
    .b-portfolio-item__style-bord .b-portfolio_info {
      margin: 18px 20px; } }

.f-portfolio_info_button .button-sm {
  text-transform: uppercase;
  padding: 13px 16px 6px; }
  .f-portfolio_info_button .button-sm:hover {
    color: #fff; }

.b-portfolio_image_box--arrow.b-portfolio_image_box {
  position: relative; }
  .b-portfolio_image_box--arrow.b-portfolio_image_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 36px;
    right: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    border-left: 0; }
    @media screen and (max-width: 979px) {
      .b-portfolio_image_box--arrow.b-portfolio_image_box:after {
        top: auto;
        bottom: 0;
        left: 36px;
        border-bottom-color: #fff;
        border-top: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent; } }

/*
// Version - 3 Columns Sidebar Right.
*/
.b-category-filter--portfolio.b-category-filter {
  border: 0;
  padding: 2px 0 25px; }
  .b-category-filter--portfolio.b-category-filter ul {
    padding: 0; }

.b-portfolio-gallery {
  margin-top: 12px; }
  .b-portfolio-gallery .b-app-with-img__item {
    margin: 0 0 20px; }
  .b-portfolio-gallery .b-item-hover-action__inner-bottom-title {
    padding: 10px 0 4px 0;
    text-transform: uppercase; }
  .b-portfolio-gallery .b-item-hover-action__inner-bottom {
    height: 65px; }

.hover-action__inner-bottom-big .b-item-hover-action__inner-bottom-title {
  font-size: 1.23077em;
  line-height: 1.5;
  padding: 19px 0 4px 0; }
.hover-action__inner-bottom-big .b-item-hover-action__inner-bottom {
  height: 82px; }
  .hover-action__inner-bottom-big .b-item-hover-action__inner-bottom .f-portfolio_category_name {
    color: #fff; }

.b-h4-special--portfolio.b-h4-special {
  margin: 20px 0 5px; }

.b-remaining--max-box .b-hr-with-btn:before, .b-remaining--max-box .b-hr-with-btn:after {
  width: 526px; }

/*
// Portfolio Detail.
*/
.b-portfolio-overview {
  padding: 0 0 30px;
  margin: 50px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

.b-title-b-hr--position.b-title-b-hr {
  margin-bottom: 16px; }

.b-portfolio-overview__project {
  margin: 25px 0 0; }

.f-project {
  color: #72be58;
  text-transform: uppercase; }
  .f-project:hover {
    color: #898989; }

.b-information-box ul {
  padding: 0;
  margin: 0; }
  .b-information-box ul li {
    list-style-type: none;
    padding: 11px 0 9px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    vertical-align: middle; }

.f-information-box {
  text-transform: uppercase; }

.f-information-box__name {
  color: #72be58; }

.b-information-box__name {
  display: inline-block;
  width: 74px;
  float: left; }

.f-dotted {
  color: #72be58; }

.b-dotted {
  margin: 0 14px 0 0;
  font-style: normal; }

.b-information-box .b-dotted {
  float: left;
  display: block; }

.f-information_data {
  color: #515151;
  display: block;
  overflow: hidden; }

.b-overview__comment {
  margin: 25px 0 0; }

.b-portfolio__example-box .b-app-with-img__item_text {
  background-image: url("../img/diagonal-line-bg-light.png");
  background-color: #f6f6f6;
  background-repeat: repeat;
  background-position: 0 0; }
.b-portfolio__example-box .b-carousel-title {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 25px; }
  .b-portfolio__example-box .b-carousel-title.b-diagonal-line-bg-light {
    border-top: 1px solid #e3e3e3;
    padding-left: 5px;
    padding-right: 5px; }
    .b-portfolio__example-box .b-carousel-title.b-diagonal-line-bg-light:after {
      content: '';
      display: block;
      position: relative;
      clear: both;
      width: 100%; }
.b-portfolio__example-box .b-app-with-img__item:hover .b-app-with-img__item_text {
  background-color: #72be58; }
.b-portfolio__example-box .b-app-with-img__item:hover .f-app-with-img__item_name a {
  color: #fff; }
.b-portfolio__example-box .b-app-with-img__item:hover .f-app-with-img__item_info {
  color: #fff; }
.b-portfolio__example-box .b-app-with-img__item:hover .b-app-with-img__item_img {
  border-color: #fff; }
.b-portfolio__example-box.b-carousel-secondary .bx-controls {
  top: -71px; }

.f-carousel-title__color.f-carousel-title {
  color: #72be58; }
  @media screen and (max-width: 639px) {
    .f-carousel-title__color.f-carousel-title {
      font-size: 0.92308em;
      line-height: 2; } }

.b-portfolio-slider-box {
  margin-top: 30px; }
  .b-portfolio-slider-box .b-carousel-secondary .b-carousel-title {
    border-top: 1px solid #e3e3e3; }

.b-portfolio-slider-box__items {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  padding: 10px 10px 7px;
  border-radius: 3px; }
  .b-portfolio-slider-box__items img {
    border-radius: 2px;
    float: none !important;
    /* For vertical alignment */
    display: inline-block;
    vertical-align: middle; }
  .b-portfolio-slider-box__items .b-slider-images {
    display: none; }
  .b-portfolio-slider-box__items i.sliderloader {
    position: relative;
    left: 50%;
    margin: 100px auto; }

.b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a {
  background: #fff;
  height: 33px;
  width: 33px;
  padding: 9px 0 3px; }
  .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:after {
    color: #aeafb1; }
  .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:hover {
    background: #72be58; }
    .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:hover:after {
      color: #fff; }

.b-arrow-title-box {
  float: right;
  padding: 5px 0 0; }
  .b-arrow-title-box a {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    background: #828282;
    border-radius: 3px; }
    .b-arrow-title-box a:hover {
      background: #72be58; }
    @media screen and (max-width: 639px) {
      .b-arrow-title-box a {
        width: 18px; } }
  @media screen and (max-width: 639px) {
    .b-arrow-title-box {
      padding: 2px 0; } }

.f-arrow-title-box {
  line-height: 26px; }
  .f-arrow-title-box a {
    text-align: center; }
    .f-arrow-title-box a .fa {
      line-height: 28px;
      font-size: 27px;
      vertical-align: middle;
      color: #fff;
      padding-bottom: 1px; }
      @media screen and (max-width: 639px) {
        .f-arrow-title-box a .fa {
          font-size: 20px;
          line-height: 21px; } }
  @media screen and (max-width: 639px) {
    .f-arrow-title-box {
      line-height: 20px; }
      .f-arrow-title-box .fa {
        line-height: 1;
        font-size: 16px; } }

/* Contact Page
// ========================================================================== */
/*
// Base Layout.
*/
.b-welcome-box {
  margin-bottom: 25px; }
  .b-welcome-box .is-global-title {
    color: #72be58; }

.b-title-description {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 10px;
  margin: 0 0 22px; }
  .b-title-description .b-title-description__comment {
    margin: 6px 0 0; }

.f-title-description {
  font-size: 1.38462em;
  line-height: 1.11111;
  color: #72be58; }
  .f-title-description .f-title-description__comment {
    font-size: 0.69231em;
    line-height: 1.55556;
    color: #515151;
    text-transform: none; }

.b-form--contact-size textarea.form-control {
  height: 179px; }

.b-bord-box {
  border-top: 1px solid #cdcdcd;
  padding: 35px 0 54px; }
  .b-bord-box.b-google-map {
    border-bottom: 1px solid #cdcdcd;
    padding: 0; }

.b-contact-form-box {
  margin-bottom: 38px; }

.f-infoblock-with-icon--color .f-infoblock-with-icon__info_title {
  color: #72be58; }

/* Header inner (Block with title on Inner pages)
// ========================================================================== */
/*
// Base Layout.
*/
.b-inner-page-header {
  display: table;
  width: 100%;
  height: 156px;
  border-bottom: 1px solid #dcdcdc; }
  .b-inner-page-header .b-inner-page-header__content {
    vertical-align: middle;
    display: table-cell; }
  .b-inner-page-header.b-inner-page-header--white {
    background: url(../img/inner-head-bg-white.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .b-inner-page-header h1 {
    margin: 0; }

.f-inner-page-header h1 {
  font-size: 2.76923em;
  line-height: 1;
  text-transform: none; }
.f-inner-page-header .f-title-small {
  font-size: 0.4em;
  color: #515151; }
.f-inner-page-header span {
  margin-bottom: 0; }

/*
// Title.
*/
.f-inner-page-header_title-add {
  font-size: 1.07692em;
  line-height: 2.14286; }

.f-inner-page-header--white.f-inner-page-header h1 {
  color: #fff; }
.f-inner-page-header--white.f-inner-page-header .f-inner-page-header_title-add {
  color: #fff; }

.b-title-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1; }
  .b-title-background img {
    width: 100%; }

/* Breadcrumbs
// ========================================================================== */
/*
// Base Styles.
*/
.b-breadcrumbs {
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff, #f9f9f9);
  background: -moz-linear-gradient(top, #fff, #f9f9f9);
  background: -o-linear-gradient(top, #fff, #f9f9f9);
  background: -ms-linear-gradient(top, #fff, #f9f9f9);
  background: linear-gradient(to bottom, #fff, #f9f9f9); }
  .b-breadcrumbs ul {
    margin: 10px 0 9px;
    padding: 0; }
  .b-breadcrumbs li {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle; }
    .b-breadcrumbs li:not(:first-child) i {
      margin-right: 7px; }
    .b-breadcrumbs li:first-child i:before {
      top: 1px; }
  .b-breadcrumbs i {
    margin-right: 10px; }
  .b-breadcrumbs i:before {
    position: relative;
    top: 2px; }

.f-breadcrumbs {
  color: #515151; }
  .f-breadcrumbs li:first-child i:before {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #72be58; }
  .f-breadcrumbs i:before {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #b1b1b1; }
  .f-breadcrumbs a, .f-breadcrumbs span {
    font-size: 0.92308em;
    line-height: 2;
    vertical-align: middle; }
  .f-breadcrumbs a {
    color: #72be58; }
    .f-breadcrumbs a:hover {
      color: #666666; }
      .f-breadcrumbs a:hover i:before {
        color: #666666; }

/* Shortcode page
// ========================================================================== */
/*
// Additional styles for shortcodes.
*/
.b-shortcode-example {
  padding-top: 15px;
  padding-bottom: 15px; }
  .b-shortcode-example [class*='button-'] {
    margin: 10px 16px 10px 10px; }
  .b-shortcode-example.b-shortcode-example--big-indent {
    margin-top: 22px; }
  @media screen and (max-width: 639px) {
    .b-shortcode-example .b-tagline_btn--right .button-lg,
    .b-shortcode-example .b-tagline_btn--left .button-lg {
      margin-left: 0; } }

.b-shortcode-example--btn.b-shortcode-example {
  margin: 0 -15px 0 -10px; }

.b-shortcode-example-main {
  padding: 30px 0; }
  .b-shortcode-example-main [class*='col-'] > h2:first-child {
    margin-top: 0;
    padding-top: 0; }

.l-inner-page-container > .container:first-child .b-title-b-hr:first-child {
  padding-top: 0; }

/* States styles
// ========================================================================== */
.is-hidden {
  display: none; }

.is-visible {
  display: block;
  visibility: visible; }

/* WP-theme */
/* Wordpress Support - Widgets
// ========================================================================== */
.frexy-dynamic-sidebar h4 a {
  color: #72be58; }
  .frexy-dynamic-sidebar h4 a:hover {
    color: #666666; }
.frexy-dynamic-sidebar ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative; }
.frexy-dynamic-sidebar ul ul {
  margin: 7px 0 0 10px; }
.frexy-dynamic-sidebar .b-short-photo-items-group img {
  width: 100%; }
.frexy-dynamic-sidebar cite {
  font-size: 12px;
  line-height: 16px;
  color: #898989; }
.frexy-dynamic-sidebar li .rsswidget {
  font-size: 12px;
  line-height: 16px; }
.frexy-dynamic-sidebar .avatar {
  border-radius: 50%; }
.frexy-dynamic-sidebar .bp-login-widget-user-link {
  margin: 7px 0 0; }
.frexy-dynamic-sidebar .bp-login-widget-user-logout .logout:hover {
  color: #72be58; }
.frexy-dynamic-sidebar .standard-form label {
  display: block;
  margin: 10px 0 5px;
  color: #333333;
  font: 11px/12px 'Open Sans', sans-serif;
  padding-left: 0; }
.frexy-dynamic-sidebar .standard-form input.input {
  display: block;
  width: 100%;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
.frexy-dynamic-sidebar .standard-form input[type="submit"] {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 12px;
  background-color: #72be58;
  background-image: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48;
  border: 0;
  border-radius: 2px;
  border-bottom: 3px solid #5e9c48; }
.frexy-dynamic-sidebar .standard-form input[type="submit"]:hover {
  background: #5e9c48; }
.frexy-dynamic-sidebar .standard-form input[type="submit"]:focus {
  outline: 0; }
.frexy-dynamic-sidebar .forgetmenot {
  margin: 10px 0; }
.frexy-dynamic-sidebar .item-options {
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 10px;
  margin: 0 0 7px; }
  .frexy-dynamic-sidebar .item-options:hover {
    color: #72be58; }
.frexy-dynamic-sidebar .vcard .item {
  margin-top: 7px; }
.frexy-dynamic-sidebar .item-avatar {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0; }
.frexy-dynamic-sidebar ul,
.frexy-dynamic-sidebar ul li {
  padding: 0; }
@media screen and (min-width: 980px) {
  .frexy-dynamic-sidebar .b-short-photo-items-group > .b-column {
    margin-right: 1.9%;
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  .frexy-dynamic-sidebar .b-short-photo-items-group > .b-column {
    margin-right: 1.9%;
    margin-left: 0; } }
.frexy-dynamic-sidebar select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

dt {
  color: #555; }

dd strong {
  font-weight: 500; }

.bbp-login-form fieldset {
  border: 0;
  padding: 0; }
.bbp-login-form label {
  display: block;
  margin: 10px 0 5px;
  color: #333333;
  font: 11px/12px 'Open Sans', sans-serif;
  padding-left: 0; }
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  display: block;
  width: 100%;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
  display: block;
  width: 100%; }
.bbp-login-form .submit {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  background-color: #72be58;
  padding: 12px 15px 8px;
  background-image: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48;
  border: 0;
  border-radius: 2px;
  border-bottom: 3px solid #5e9c48; }
.bbp-login-form .submit:hover {
  background: #5e9c48; }
.bbp-login-form .submit:focus {
  outline: 0; }
.bbp-login-form .bbp-remember-me {
  margin: 10px 0; }
  .bbp-login-form .bbp-remember-me label.ui-checkbox {
    margin: 0; }

#calendar_wrap,
#wp-calendar {
  width: 100%; }

#wp-calendar {
  background: #f8f8f8; }
  #wp-calendar caption {
    font-size: 1.07692em;
    line-height: 1;
    color: white;
    background: #72be58;
    padding: 10px 10px;
    border-radius: 3px 3px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  #wp-calendar thead th {
    color: #72be58;
    padding: 20px 0 10px;
    text-align: center; }
  #wp-calendar td {
    text-align: center;
    padding: 10px 0;
    color: #666666;
    font: 13px/14px 'Open Sans', sans-serif; }
    #wp-calendar td.pad:hover {
      background: none; }
    #wp-calendar td a {
      color: #72be58; }
  #wp-calendar #today a {
    color: #fff; }

#wp-calendar td:hover,
#wp-calendar #today {
  background: #72be58;
  color: #fff; }
  #wp-calendar td:hover a,
  #wp-calendar #today a {
    color: #fff; }

.vcalendar {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .vcalendar li {
    margin: 10px 0 0;
    border-bottom: 1px solid #dddddd; }
    .vcalendar li:first-child {
      margin: 0; }
  .vcalendar h4 {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 20px;
    color: #989898;
    font-weight: bold;
    text-transform: none;
    font-family: 'Open Sans', sans-serif; }
  .vcalendar .duration {
    font-size: 11px;
    line-height: 18px;
    color: #5f5f5f;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif; }
  .vcalendar .date-start,
  .vcalendar .date-end {
    white-space: nowrap; }

.tribe-events-widget-link {
  margin: 15px 0 0; }
  .tribe-events-widget-link a {
    color: #72be58;
    font-weight: bold; }

.tagcloud a {
  background-color: #f4f4f4;
  padding: 7px 10px;
  margin: 5px 6px 5px 0;
  border-radius: 3px;
  display: inline-block;
  color: #898989;
  border: 1px solid #e4e4e4;
  font-size: 12px !important;
  line-height: 1.1em; }

.textwidget {
  font-size: 12px;
  line-height: 22px;
  color: #898989; }

.rsswidget {
  color: #72be58; }
  .rsswidget:hover {
    color: #898989; }

.post-date {
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
  line-height: 18px;
  color: #5f5f5f;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif; }

.recentcomments {
  font-size: 12px;
  line-height: 16px;
  color: #898989;
  font-family: 'Open Sans', sans-serif; }
  .recentcomments a:hover {
    color: #72be58; }
  .recentcomments .url:hover {
    color: #72be58; }

.recentcomments a,
.comment-author-link {
  font-weight: bold;
  color: #989898; }

.recentcomments .url,
.comment-author-link {
  color: #5f5f5f; }

.cat-item-none,
.wpp-views {
  font-size: 12px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #989898; }

.wpp-views {
  color: #5f5f5f; }

.frexy-dynamic-sidebar .bp-login-widget-user-link a,
.frexy-dynamic-sidebar .vcard .item-title {
  font-size: 11px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #989898; }

.frexy-dynamic-sidebar .bp-login-widget-user-link a:hover,
.frexy-dynamic-sidebar .vcard .item-title:hover {
  color: #72be58; }

.frexy-dynamic-sidebar .bp-login-widget-user-logout .logout,
.frexy-dynamic-sidebar .vcard .item-meta,
.widget-error {
  font-size: 11px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #5f5f5f; }

#bp-login-widget-rememberme {
  vertical-align: sub; }

.widget_pages ul ul,
.widget_pages ul .children {
  padding: 0 0 0 15px;
  marguin: 0; }

h4.wpb_toggle:hover {
  color: #72be58; }

.flickr_badge_image a {
  display: block; }
  .flickr_badge_image a:hover {
    outline: 1px solid #72be58; }

#searchform input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px; }
#searchform label {
  display: block;
  margin: 10px 0 5px;
  color: #333333;
  font: 11px/12px 'Open Sans', sans-serif; }
#searchform input[type="submit"] {
  border-radius: 2px;
  background: #72be58;
  border-color: #5e9c48;
  border-style: solid;
  border-width: 0 0 3px 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  padding: 12px 15px 8px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48;
  width: 100%;
  line-height: 1; }
  #searchform input[type="submit"]:hover {
    background: #5e9c48;
    color: #fff; }

#bbp-search-form input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px; }
#bbp-search-form input[type="submit"] {
  border-radius: 2px;
  background: #72be58;
  border-color: #5e9c48;
  border-style: solid;
  border-width: 0 0 3px 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  padding: 12px 15px 8px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48;
  width: 100%;
  line-height: 1; }
  #bbp-search-form input[type="submit"]:hover {
    background: #5e9c48;
    color: #fff; }

.widget_rss .rsswidget {
  vertical-align: middle; }
.widget_rss .rss-date {
  font-size: 0.76923em;
  line-height: 1;
  vertical-align: middle;
  font-weight: 700; }

.frexy-dynamic-sidebar .product_list_widget li {
  border-bottom: 1px solid #ececec;
  margin-top: 7px;
  padding-bottom: 12px;
  overflow: hidden; }
  .frexy-dynamic-sidebar .product_list_widget li a {
    font-size: 1.23077em;
    line-height: 1.125;
    color: #515151; }
    .frexy-dynamic-sidebar .product_list_widget li a:hover {
      color: #72be58; }
  .frexy-dynamic-sidebar .product_list_widget li .b-blog-short-post__item_img {
    overflow: hidden; }
    .frexy-dynamic-sidebar .product_list_widget li .b-blog-short-post__item_img a {
      display: block;
      margin: 0 0 10px;
      width: 60px;
      height: 60px;
      text-align: center;
      overflow: hidden; }
      .frexy-dynamic-sidebar .product_list_widget li .b-blog-short-post__item_img a img {
        max-height: 60px;
        width: auto;
        border: 2px solid transparent; }
        .frexy-dynamic-sidebar .product_list_widget li .b-blog-short-post__item_img a img:hover {
          border-color: #72be58; }
.frexy-dynamic-sidebar .b-remaining .b-stars-group {
  margin: 5px 0; }

.frexy-dynamic-sidebar ul li.cat-item {
  border-bottom: 1px solid #ececec;
  color: #515151;
  padding: 8px 0 7px;
  margin-bottom: 0; }
  .frexy-dynamic-sidebar ul li.cat-item a {
    font-size: 1em;
    line-height: 1.2;
    margin: 0 5px 0 0; }
    .frexy-dynamic-sidebar ul li.cat-item a:before {
      content: "\f067";
      margin-right: 10px;
      font-size: 0.92308em;
      line-height: 1.2;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal; }
  .frexy-dynamic-sidebar ul li.cat-item ul.children {
    border-top: 1px solid #ececec;
    margin: 7px 0 0; }
    .frexy-dynamic-sidebar ul li.cat-item ul.children li.cat-item {
      border-top: 1px solid #ececec;
      border-bottom: 0;
      padding: 8px 0 7px 10px; }
      .frexy-dynamic-sidebar ul li.cat-item ul.children li.cat-item li.cat-item {
        padding: 8px 0 7px 20px; }
        .frexy-dynamic-sidebar ul li.cat-item ul.children li.cat-item li.cat-item:last-child {
          padding-bottom: 0; }
      .frexy-dynamic-sidebar ul li.cat-item ul.children li.cat-item:first-child {
        border-top: 0; }
      .frexy-dynamic-sidebar ul li.cat-item ul.children li.cat-item:last-child {
        padding-bottom: 0; }

.frexy-dynamic-sidebar ul.wpp-list li {
  border-bottom: 1px solid #ececec;
  margin-top: 7px;
  padding-bottom: 12px;
  overflow: hidden; }
  .frexy-dynamic-sidebar ul.wpp-list li a {
    text-decoration: none;
    display: inline-block; }
    .frexy-dynamic-sidebar ul.wpp-list li a img {
      float: none;
      margin: 0;
      border: 2px solid transparent; }
      .frexy-dynamic-sidebar ul.wpp-list li a img:hover {
        border-color: #72be58; }
    .frexy-dynamic-sidebar ul.wpp-list li a.wpp-post-title {
      float: none;
      padding: 0;
      color: #666666;
      font-weight: 700;
      font-size: 0.92308em;
      line-height: 2;
      display: inline-block; }
      .frexy-dynamic-sidebar ul.wpp-list li a.wpp-post-title:hover {
        color: #72be58; }
  .frexy-dynamic-sidebar ul.wpp-list li .b-blog-short-post__item_img {
    overflow: hidden; }
    .frexy-dynamic-sidebar ul.wpp-list li .b-blog-short-post__item_img a {
      display: block;
      margin: 0 0 10px;
      width: 60px;
      height: 60px;
      text-align: center;
      overflow: hidden; }
      .frexy-dynamic-sidebar ul.wpp-list li .b-blog-short-post__item_img a img {
        max-width: 60px;
        height: auto;
        border: 2px solid transparent; }
        .frexy-dynamic-sidebar ul.wpp-list li .b-blog-short-post__item_img a img:hover {
          border-color: #72be58; }
  .frexy-dynamic-sidebar ul.wpp-list li .wpp-excerpt {
    font-size: 0.84615em;
    line-height: 1.4;
    color: #5f5f5f;
    font-style: italic;
    font-weight: normal; }
  .frexy-dynamic-sidebar ul.wpp-list li .post-stats {
    display: block;
    padding-top: 5px;
    clear: both;
    font-size: 10px;
    color: #515151; }
    .frexy-dynamic-sidebar ul.wpp-list li .post-stats .wpp-views {
      font-size: 10px;
      color: #515151; }
    .frexy-dynamic-sidebar ul.wpp-list li .post-stats a {
      float: none;
      display: inline-block;
      padding: 0; }

.b-footer-secondary ul.recent-posts li {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 8px; }
  .b-footer-secondary ul.recent-posts li:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .b-footer-secondary ul.recent-posts li a {
    font-size: 0.92308em;
    line-height: 2;
    color: #989898;
    font-weight: 700; }
    .b-footer-secondary ul.recent-posts li a:hover {
      color: #72be58; }
  .b-footer-secondary ul.recent-posts li .post-date {
    font-size: 0.92308em;
    line-height: 1.5;
    display: block;
    margin-left: 0;
    color: #5f5f5f;
    font-weight: 700; }

.vc_row select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.variations .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 12px; }

/* Wordpress Support - Event Calendar
// ========================================================================== */
#tribe-events-pg-template {
  margin: 30px auto;
  padding: 0 20px; }

.tribe-events-single-event-title {
  font-size: 2.30769em;
  line-height: 1;
  text-transform: none;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #72be58;
  margin-bottom: 25px; }

.tribe-events-schedule {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px; }
  .tribe-events-schedule .date-start,
  .tribe-events-schedule .date-end,
  .tribe-events-schedule .end-time {
    font-size: 0.76923em;
    line-height: 1;
    text-transform: none;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #333333; }
  .tribe-events-schedule h3,
  .tribe-events-schedule .tribe-events-cost {
    display: inline-block;
    vertical-align: middle; }
  .tribe-events-schedule .tribe-events-divider {
    display: inline-block;
    vertical-align: middle;
    color: #aeafb1; }
  .tribe-events-schedule .tribe-events-cost {
    font-size: 1.07692em;
    line-height: 1;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #666666; }

.tribe_events {
  position: relative; }

.tribe-events-cal-links {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }
  .tribe-events-cal-links .tribe-events-button {
    display: inline-block;
    margin-top: 0; }
    .tribe-events-cal-links .tribe-events-button.tribe-events-gcal, .tribe-events-cal-links .tribe-events-button.tribe-events-ical {
      float: none; }

#tribe-events .tribe-events-button {
  background-color: #72be58; }
  #tribe-events .tribe-events-button:hover {
    background-color: #5e9c48; }

.tribe-events-content {
  font-size: 1.07692em;
  line-height: 1.28571;
  color: #666666;
  padding: 0 292px 0 0; }

.tribe-events-event-meta .tribe-events-meta-group {
  padding: 0;
  margin: 0 50px 0 0; }
  .tribe-events-event-meta .tribe-events-meta-group dt {
    font-size: 1.07692em;
    line-height: 1;
    color: #72be58;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin: 10px 0 5px; }
  .tribe-events-event-meta .tribe-events-meta-group dd {
    font-size: 1em;
    line-height: 1.23077;
    color: #666666;
    margin: 0 0 15px; }
    .tribe-events-event-meta .tribe-events-meta-group dd.org {
      text-transform: uppercase;
      color: #666666;
      font-weight: 700; }

.tribe-events-single-section-title {
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px; }

.tribe-events-single-section {
  margin-top: 35px; }

.tribe-bar-full {
  background: #e0e0e0;
  border-radius: 0 0 4px 4px; }

.tribe-bar-views-inner {
  border-radius: 0 0 4px 0;
  background: #e0e0e0;
  padding: 20px 0 54px 10px; }

#tribe-bar-form .tribe-bar-submit {
  padding: 26px 15px; }
  #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background-color: #72be58;
    border-radius: 3px; }
    #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
      background: #5e9c48; }
    #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
      outline: none; }

#tribe-bar-form label {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #666666;
  margin-bottom: 7px; }
#tribe-bar-form input[type="text"] {
  font-size: 1.07692em;
  line-height: 1.14286;
  height: 34px;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500; }

.tribe-bar-date-filter,
.tribe-bar-search-filter {
  width: 30%;
  padding: 20px 0px 20px 25px; }

.tribe-bar-submit {
  float: right;
  margin: 0; }

#tribe-bar-form #tribe-bar-views {
  width: 20%;
  float: right;
  left: auto;
  right: 0; }

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  width: 80%;
  right: auto; }

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  font-size: 1em;
  line-height: 1.07692;
  padding: 9px 15px 9px 25px; }

.datepicker.dropdown-menu {
  padding: 10px 15px;
  border: 0; }
  .datepicker.dropdown-menu .datepicker-days .prev,
  .datepicker.dropdown-menu .datepicker-days .next {
    font-size: 1.38462em;
    line-height: 1;
    background: #72be58;
    color: #fff; }
  .datepicker.dropdown-menu .datepicker-days .dow {
    font-size: 0.92308em;
    line-height: 1.16667;
    font-weight: 600;
    color: #72be58;
    padding-top: 15px;
    padding-bottom: 7px; }
  .datepicker.dropdown-menu .datepicker-days .datepicker-switch {
    font-size: 1.07692em;
    line-height: 1.14286;
    font-weight: 600;
    color: #72be58;
    text-transform: uppercase; }
    .datepicker.dropdown-menu .datepicker-days .datepicker-switch:hover {
      background: none; }
.datepicker table tr td.day:hover {
  background: #72be58;
  color: #fff; }
.datepicker table tr td.day.focused {
  background: #72be58;
  color: #fff; }
.datepicker table tr td.active.active {
  background: #72be58;
  color: #fff; }

.tribe-events-list h2.tribe-events-page-title {
  font-size: 2.30769em;
  line-height: 1;
  font-weight: 700; }

.tribe-events-list-separator-month {
  text-transform: uppercase;
  color: #989898;
  margin: 0 auto 20px; }

#tribe-events-content a {
  color: #898989; }
  #tribe-events-content a:hover {
    color: #72be58; }

.tribe-events-list .tribe-events-event-cost span {
  background: #72be58;
  color: #fff;
  border: 0;
  border-radius: 3px; }

.tribe-events-calendar thead th {
  background: #72be58;
  border-left: 1px solid #72be58;
  border-right: 1px solid #72be58; }
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background: #72be58; }
  .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] a {
    background: #72be58;
    color: #fff; }

.tribe-events-month-event-title a {
  display: block;
  margin: 6px 9px 0 7px;
  font-weight: 300; }

#tribe-events-content .tribe-events-month-event-title a {
  color: #666666; }
  #tribe-events-content .tribe-events-month-event-title a:hover {
    color: #72be58; }
#tribe-events-content td.tribe-events-present div[id*="tribe-events-daynum-"] a {
  color: #fff; }

.tribe-events-day .tribe-events-loop {
  max-width: 100%; }
.tribe-events-day .tribe-events-day-time-slot .vevent {
  margin: 0 10px; }
.tribe-events-day .tribe-events-day-time-slot h5 {
  background: #72be58; }

.tribe-events-notices {
  background: #d3ffc2;
  border: 1px solid #72be58;
  color: #fff;
  text-shadow: none; }

#tribe-events-pg-template .tribe-events-content ul {
  list-style-type: none;
  margin: 15px 0;
  padding: 0; }
  #tribe-events-pg-template .tribe-events-content ul li {
    font-size: 0.92308em;
    line-height: 1;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 15px; }
    #tribe-events-pg-template .tribe-events-content ul li:before {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #72be58; }
#tribe-events-pg-template .tribe-events-content ol {
  margin: 15px 0 15px 19px;
  padding: 0; }
  #tribe-events-pg-template .tribe-events-content ol li {
    font-size: 0.92308em;
    line-height: 1;
    margin: 0 0 12px;
    position: relative;
    padding: 0; }
#tribe-events-pg-template .tribe-events-content blockquote {
  font-size: 1.07692em;
  line-height: 1.28571;
  border-left: 5px solid #72be58;
  padding: 5px 15px;
  margin: 20px 0; }

.tribe-bar-views-select + span.ui-selectmenu-button {
  display: none; }

/* Wordpress Support - BuddyPress Plugin
// ========================================================================== */
#buddypress #whats-new-avatar a {
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
  border-radius: 50%; }
  #buddypress #whats-new-avatar a .avatar {
    border-radius: 50%;
    width: 87px;
    height: 87px; }
#buddypress form#whats-new-form {
  margin-bottom: 30px; }
  #buddypress form#whats-new-form:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    clear: both; }
  #buddypress form#whats-new-form p.activity-greeting {
    font-size: 1.23077em;
    line-height: 1.125;
    font-weight: 300;
    color: #72be58;
    font-family: "Open Sans", sans-serif;
    margin-left: 117px; }
  #buddypress form#whats-new-form #whats-new-content {
    padding: 0;
    margin-left: 117px; }
  #buddypress form#whats-new-form textarea {
    font-size: 1.07692em;
    line-height: 1.57143;
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; }
  #buddypress form#whats-new-form #whats-new-options {
    margin-top: 20px; }
    #buddypress form#whats-new-form #whats-new-options select {
      margin-top: 0; }
  #buddypress form#whats-new-form #whats-new-submit {
    margin-top: 0; }
    #buddypress form#whats-new-form #whats-new-submit input[type='submit'] {
      font-size: 0.92308em;
      line-height: 1.16667;
      border: 0;
      background: whitesmoke;
      color: #898989;
      border-radius: 3px;
      padding: 7px 10px; }
      #buddypress form#whats-new-form #whats-new-submit input[type='submit']:hover {
        background: #72be58;
        color: #fff; }
  #buddypress form#whats-new-form #whats-new-post-in-box {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #333333; }
    #buddypress form#whats-new-form #whats-new-post-in-box #whats-new-post-in {
      width: 200px;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      height: 24px;
      margin: 0 0 0 15px; }
      #buddypress form#whats-new-form #whats-new-post-in-box #whats-new-post-in:focus {
        outline: 0; }
#buddypress div.item-list-tabs {
  border-top: 1px solid #dddddd;
  padding-top: 10px; }
  #buddypress div.item-list-tabs ul li {
    margin: 0 10px 0 0; }
    #buddypress div.item-list-tabs ul li a {
      display: block;
      position: relative;
      border-radius: 17px;
      padding: 6px 15px 6px 25px;
      color: #515151; }
      #buddypress div.item-list-tabs ul li a span {
        font-size: 0.92308em;
        line-height: 1;
        font-weight: 700;
        border: 0;
        background: none;
        color: #515151; }
      #buddypress div.item-list-tabs ul li a:hover {
        color: #72be58; }
        #buddypress div.item-list-tabs ul li a:hover span {
          color: #72be58;
          background: none; }
        #buddypress div.item-list-tabs ul li a:hover:before {
          background: #72be58; }
      #buddypress div.item-list-tabs ul li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 11px;
        left: 15px;
        background: #515151;
        width: 5px;
        height: 5px;
        border-radius: 50%; }
    #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
      font-weight: 500;
      background: #72be58;
      color: #fff;
      opacity: 1; }
      #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span {
        color: #fff;
        background: none; }
      #buddypress div.item-list-tabs ul li.selected a:before, #buddypress div.item-list-tabs ul li.current a:before {
        background: #fff; }
#buddypress #activity-filter-select label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #333333; }
#buddypress #activity-filter-select select {
  font-size: 1em;
  line-height: 1;
  width: 200px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 24px;
  margin: 0 0 0 15px; }
  #buddypress #activity-filter-select select:focus {
    outline: 0; }
#buddypress .activity-avatar a {
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
  border-radius: 50%; }
  #buddypress .activity-avatar a .avatar {
    border-radius: 50%;
    width: 70px;
    height: 70px; }
#buddypress ul.item-list li {
  padding: 20px 0 25px; }
  #buddypress ul.item-list li img.avatar {
    margin: 0;
    float: none; }
#buddypress ul.item-list#friend-list li .action .button {
  font-size: 0.92308em;
  line-height: 1;
  padding: 5px 10px;
  border: 0;
  background: #72be58;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle; }
  #buddypress ul.item-list#friend-list li .action .button.bp-primary-action span {
    background: 0; }
  #buddypress ul.item-list#friend-list li .action .button:hover {
    border: 0;
    background: #5e9c48;
    color: #fff; }
#buddypress ul.item-list#friend-list li .item-avatar {
  float: left; }
  #buddypress ul.item-list#friend-list li .item-avatar a {
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
    border-radius: 50%; }
    #buddypress ul.item-list#friend-list li .item-avatar a img.avatar {
      border-radius: 50%;
      width: 50px;
      height: 50px; }
#buddypress ul.item-list#friend-list li .item {
  margin-left: 80px; }
  #buddypress ul.item-list#friend-list li .item .item-title {
    font-size: 1.07692em;
    line-height: 1.42857;
    font-weight: 700; }
    #buddypress ul.item-list#friend-list li .item .item-title a {
      color: #72be58; }
      #buddypress ul.item-list#friend-list li .item .item-title a:hover {
        color: #898989; }
  #buddypress ul.item-list#friend-list li .item .item-meta {
    font-size: 0.92308em;
    line-height: 1.16667;
    color: #777777;
    margin-top: 5px; }
  #buddypress ul.item-list#friend-list li .item div.item-desc {
    margin: 0;
    width: 75%; }
    #buddypress ul.item-list#friend-list li .item div.item-desc p {
      font-size: 1.23077em;
      line-height: 1.25;
      color: #666666;
      margin: 10px 0 0; }
#buddypress ul.item-list#friend-list li div.meta {
  font-size: 0.76923em;
  line-height: 1.2;
  color: #898989;
  margin-top: 5px; }
#buddypress .activity-list li.mini .activity-avatar a {
  margin: 0 0 0 20px; }
#buddypress .activity-list li.mini .activity-avatar img.avatar {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px; }
#buddypress .activity-list .activity-avatar {
  padding: 0 3px; }
#buddypress .activity-list .activity-content {
  margin: 0 0 0 100px; }
  #buddypress .activity-list .activity-content .activity-header {
    font-size: 1.07692em;
    line-height: 1.14286; }
    #buddypress .activity-list .activity-content .activity-header a {
      font-size: 1.23077em;
      line-height: 1;
      font-weight: 700;
      color: #72be58;
      cursor: pointer; }
      #buddypress .activity-list .activity-content .activity-header a img.avatar {
        margin: 0 7px 0 !important;
        border-radius: 50%;
        width: 30px;
        height: 30px; }
      #buddypress .activity-list .activity-content .activity-header a:hover {
        color: #898989; }
      #buddypress .activity-list .activity-content .activity-header a.activity-time-since {
        font-size: 0.92308em;
        line-height: 1;
        font-weight: 400;
        color: #898989; }
        #buddypress .activity-list .activity-content .activity-header a.activity-time-since:hover {
          color: #72be58; }
#buddypress #activity-stream .activity-inner {
  font-size: 1.07692em;
  line-height: 1.28571;
  color: #333333; }
  #buddypress #activity-stream .activity-inner p {
    margin: 0; }
  #buddypress #activity-stream .activity-inner a {
    color: #72be58; }
    #buddypress #activity-stream .activity-inner a:hover {
      color: #898989; }
#buddypress .activity-meta .button {
  font-size: 0.92308em;
  line-height: 1;
  padding: 5px 10px;
  border: 0;
  background: #72be58;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle; }
  #buddypress .activity-meta .button.bp-primary-action span {
    background: 0; }
  #buddypress .activity-meta .button:hover {
    border: 0;
    background: #5e9c48;
    color: #fff; }
#buddypress div.activity-comments {
  margin: 20px 0 0 90px; }
  #buddypress div.activity-comments .ac-reply-avatar {
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
    border-radius: 50%; }
    #buddypress div.activity-comments .ac-reply-avatar img {
      border-radius: 50%;
      width: 50px;
      height: 50px; }
  #buddypress div.activity-comments form div.ac-reply-content {
    margin-left: 60px; }
    #buddypress div.activity-comments form div.ac-reply-content .ac-textarea {
      font-size: 1.07692em;
      line-height: 1.28571;
      background: #fff;
      border: 1px solid #ccc;
      margin-bottom: 10px;
      padding: 8px;
      border-radius: 4px; }
    #buddypress div.activity-comments form div.ac-reply-content input[type="submit"] {
      font-size: 0.92308em;
      line-height: 1.16667;
      color: #fff;
      background: #ccc;
      padding: 5px 10px;
      border: 0;
      border-radius: 4px; }
      #buddypress div.activity-comments form div.ac-reply-content input[type="submit"]:hover {
        background: #72be58; }
    #buddypress div.activity-comments form div.ac-reply-content .ac-reply-cancel {
      color: #ccc; }
      #buddypress div.activity-comments form div.ac-reply-content .ac-reply-cancel:hover {
        color: #72be58; }
  #buddypress div.activity-comments ul li {
    padding: 20px 0 0; }
    #buddypress div.activity-comments ul li ul {
      margin-top: 20px; }
    #buddypress div.activity-comments ul li .acomment-avatar {
      float: left;
      padding: 2px; }
      #buddypress div.activity-comments ul li .acomment-avatar a {
        display: inline-block;
        border: 2px solid #fff;
        box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
        border-radius: 50%; }
        #buddypress div.activity-comments ul li .acomment-avatar a img {
          border-radius: 50%;
          width: 50px;
          height: 50px; }
    #buddypress div.activity-comments ul li .acomment-meta,
    #buddypress div.activity-comments ul li .acomment-content,
    #buddypress div.activity-comments ul li .acomment-options {
      margin-left: 80px; }
    #buddypress div.activity-comments ul li .acomment-meta {
      font-size: 0.92308em;
      line-height: 1;
      color: #666666; }
      #buddypress div.activity-comments ul li .acomment-meta a {
        font-size: 1.23077em;
        line-height: 1;
        color: #72be58;
        font-weight: 700; }
        #buddypress div.activity-comments ul li .acomment-meta a.activity-time-since {
          font-size: 0.92308em;
          line-height: 1;
          color: #666666;
          font-weight: 500; }
          #buddypress div.activity-comments ul li .acomment-meta a.activity-time-since:hover {
            color: #72be58; }
        #buddypress div.activity-comments ul li .acomment-meta a:hover {
          color: #898989; }
    #buddypress div.activity-comments ul li .acomment-content {
      font-size: 1em;
      line-height: 1;
      margin-top: 15px;
      color: #666666; }
    #buddypress div.activity-comments ul li .acomment-options {
      float: none;
      margin-top: 15px; }
      #buddypress div.activity-comments ul li .acomment-options a {
        font-size: 0.92308em;
        line-height: 1.16667;
        color: #72be58; }
        #buddypress div.activity-comments ul li .acomment-options a:before {
          content: '/';
          font-size: 1.07692em;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          margin-right: 7px;
          color: #959595; }
        #buddypress div.activity-comments ul li .acomment-options a:first-child:before {
          display: none; }
        #buddypress div.activity-comments ul li .acomment-options a:hover {
          color: #898989; }
#buddypress div#message p {
  background: #fff4bb;
  border: 1px solid #ffcc66;
  color: #e3921f; }
#buddypress div#message.error p {
  color: #ff391f;
  background: #ffd6d1;
  border: 1px solid #f9bdb6; }
#buddypress div#message.updated p {
  background-color: #c1faa8;
  border: 1px solid #9cff70;
  color: #6db74c; }
#buddypress div#item-header {
  padding-bottom: 50px; }
  #buddypress div#item-header div#message {
    padding: 30px 0 0; }
  #buddypress div#item-header div#item-actions {
    padding-top: 13px; }
    #buddypress div#item-header div#item-actions img.avatar {
      margin: 0 0 0 5px;
      width: 40px;
      height: 40px;
      border-radius: 50%; }
    #buddypress div#item-header div#item-actions h3 {
      font-size: 1.38462em;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 0 10px;
      border-bottom: 1px solid #dddddd;
      margin: 0 0 20px; }
  #buddypress div#item-header div#item-header-content {
    float: none;
    overflow: hidden;
    padding-left: 20px; }
  #buddypress div#item-header #item-header-avatar {
    float: left;
    padding: 2px; }
    #buddypress div#item-header #item-header-avatar a {
      display: inline-block;
      border: 2px solid #fff;
      box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
      border-radius: 50%; }
    #buddypress div#item-header #item-header-avatar img.avatar {
      border-radius: 50%;
      float: none;
      margin: 0; }
  #buddypress div#item-header .user-nicename,
  #buddypress div#item-header .highlight {
    font-size: 2em;
    line-height: 1;
    color: #72be58;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
  #buddypress div#item-header .activity {
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 0.92308em;
    line-height: 1;
    color: #666666;
    margin-top: 15px;
    padding: 6px 0; }
  #buddypress div#item-header div#item-meta {
    font-size: 0.92308em;
    line-height: 1.66667;
    color: #666666; }
    #buddypress div#item-header div#item-meta a {
      margin-left: 5px;
      font-weight: 700;
      color: #72be58; }
      #buddypress div#item-header div#item-meta a:hover {
        color: #898989; }
  #buddypress div#item-header div#item-meta a {
    font-size: 0.92308em;
    line-height: 1;
    padding: 5px 10px;
    border: 0;
    background: #72be58;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle; }
    #buddypress div#item-header div#item-meta a.bp-primary-action span {
      background: 0; }
    #buddypress div#item-header div#item-meta a:hover {
      border: 0;
      background: #5e9c48;
      color: #fff; }
#buddypress #item-body form#whats-new-form {
  padding-bottom: 30px; }
#buddypress div.profile {
  margin-top: 50px; }
  #buddypress div.profile h4 {
    font-size: 1.53846em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 20px; }
  #buddypress div.profile h5 {
    font-size: 1.23077em;
    line-height: 1.125;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 10px;
    border-bottom: 1px solid #dddddd;
    margin: 30px 0 20px;
    color: #72be58; }
  #buddypress div.profile p {
    font-size: 0.92308em;
    line-height: 1.66667;
    color: #666666; }
  #buddypress div.profile table.profile-fields {
    width: 100%; }
    #buddypress div.profile table.profile-fields tr td {
      font-size: 1.07692em;
      line-height: 1;
      text-align: left;
      color: #666666;
      padding: 7px 15px; }
      #buddypress div.profile table.profile-fields tr td.label {
        display: table-cell; }
  #buddypress div.profile #avatar-upload {
    margin-top: 20px; }
    #buddypress div.profile #avatar-upload input {
      margin-bottom: 15px; }
#buddypress .message-search label {
  margin: 0; }
#buddypress .message-search label,
#buddypress .message-search input[type="submit"] {
  vertical-align: middle; }
#buddypress .message-search label input[type="text"] {
  font-size: 0.92308em;
  line-height: 2;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
#buddypress .message-search input[type='submit'] {
  font-size: 0.92308em;
  line-height: 1.16667;
  border: 0;
  border-radius: 3px;
  padding: 7px 10px;
  background: #72be58;
  color: #fff; }
  #buddypress .message-search input[type='submit']:hover {
    background: #5e9c48; }
#buddypress .standard-form {
  margin-top: 40px;
  font-size: 0.92308em;
  line-height: 1.5;
  color: #898989; }
  #buddypress .standard-form input[type="text"],
  #buddypress .standard-form input[type="email"],
  #buddypress .standard-form input[type="URL"],
  #buddypress .standard-form input[type="tel"],
  #buddypress .standard-form input[type="date"],
  #buddypress .standard-form textarea {
    display: block;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; }
  #buddypress .standard-form input[type='submit'],
  #buddypress .standard-form .button {
    font-size: 0.92308em;
    line-height: 1.16667;
    border: 0;
    border-radius: 3px;
    padding: 7px 10px;
    background: #72be58;
    color: #fff; }
    #buddypress .standard-form input[type='submit']:hover,
    #buddypress .standard-form .button:hover {
      background: #5e9c48; }
  #buddypress .standard-form #avatar-crop-pane {
    margin: 20px 0 0; }
  #buddypress .standard-form .field-visibility-settings-notoggle,
  #buddypress .standard-form .field-visibility-settings-toggle,
  #buddypress .standard-form .description {
    font-size: 0.92308em;
    line-height: 1;
    color: #adadad;
    margin: 10px 5px;
    font-style: normal; }
    #buddypress .standard-form .field-visibility-settings-notoggle span,
    #buddypress .standard-form .field-visibility-settings-toggle span,
    #buddypress .standard-form .description span {
      color: #989898; }
    #buddypress .standard-form .field-visibility-settings-notoggle .visibility-toggle-link,
    #buddypress .standard-form .field-visibility-settings-toggle .visibility-toggle-link,
    #buddypress .standard-form .description .visibility-toggle-link {
      color: #72be58;
      margin-left: 10px; }
      #buddypress .standard-form .field-visibility-settings-notoggle .visibility-toggle-link:hover,
      #buddypress .standard-form .field-visibility-settings-toggle .visibility-toggle-link:hover,
      #buddypress .standard-form .description .visibility-toggle-link:hover {
        color: #898989; }
  #buddypress .standard-form ul.acfb-holder li {
    float: none; }
  #buddypress .standard-form h4 {
    font-size: 1.53846em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 20px; }
  #buddypress .standard-form label {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #333333; }
  #buddypress .standard-form p {
    font-size: 0.92308em;
    line-height: 1.5;
    color: #898989; }
  #buddypress .standard-form div.radio {
    font-size: 1.07692em;
    line-height: 1.28571;
    color: #666666; }
    #buddypress .standard-form div.radio ul {
      margin: 10px 0 0; }
      #buddypress .standard-form div.radio ul li {
        font-weight: 300; }
    #buddypress .standard-form div.radio label {
      margin-bottom: 20px; }
  #buddypress .standard-form input[type="file"] {
    margin-bottom: 20px; }
  #buddypress .standard-form input[type="password"] {
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; }
  #buddypress .standard-form .edit {
    font-size: 0.92308em;
    line-height: 1;
    padding: 5px 10px;
    border: 0;
    background: #72be58;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle; }
    #buddypress .standard-form .edit.bp-primary-action span {
      background: 0; }
    #buddypress .standard-form .edit:hover {
      border: 0;
      background: #5e9c48;
      color: #fff; }
  #buddypress .standard-form#settings-form p {
    font-size: 1.07692em;
    line-height: 1.28571;
    color: #333333;
    font-weight: 700; }
  #buddypress .standard-form#settings-form table.notification-settings,
  #buddypress .standard-form#settings-form table.profile-settings {
    margin-top: 20px;
    width: 100%; }
    #buddypress .standard-form#settings-form table.notification-settings thead th,
    #buddypress .standard-form#settings-form table.profile-settings thead th {
      background: #b9b8b8;
      padding: 5px 10px;
      color: #fff;
      text-transform: uppercase; }
    #buddypress .standard-form#settings-form table.notification-settings td,
    #buddypress .standard-form#settings-form table.profile-settings td {
      padding: 10px 10px 10px; }
#buddypress div.pagination .pag-count {
  font-size: 0.92308em;
  line-height: 1;
  color: #72be58;
  font-weight: 700;
  margin: 0;
  float: none; }
#buddypress .messages {
  margin-top: 20px; }
  #buddypress .messages #message-threads td {
    vertical-align: top; }
  #buddypress .messages #message-threads strong {
    font-size: 1.07692em;
    line-height: 1;
    color: #666666; }
  #buddypress .messages #message-threads p {
    font-size: 0.92308em;
    line-height: 1.5;
    color: #666666;
    margin: 7px 0 0; }
  #buddypress .messages #message-threads .activity {
    font-size: 0.92308em;
    line-height: 1.5;
    color: #adadad;
    padding-top: 5px; }
  #buddypress .messages #message-threads .button {
    font-size: 0.92308em;
    line-height: 1.16667;
    border: 0;
    border-radius: 3px;
    padding: 7px 10px;
    background: #72be58;
    color: #fff;
    display: inline-block; }
    #buddypress .messages #message-threads .button:hover {
      background: #5e9c48; }
#buddypress .groups ul.item-list li .item-avatar,
#buddypress .members ul.item-list li .item-avatar {
  float: left; }
  #buddypress .groups ul.item-list li .item-avatar a,
  #buddypress .members ul.item-list li .item-avatar a {
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
    border-radius: 50%; }
    #buddypress .groups ul.item-list li .item-avatar a img.avatar,
    #buddypress .members ul.item-list li .item-avatar a img.avatar {
      border-radius: 50%;
      width: 50px;
      height: 50px; }
#buddypress .groups ul.item-list li .item,
#buddypress .members ul.item-list li .item {
  margin-left: 80px; }
  #buddypress .groups ul.item-list li .item .item-title,
  #buddypress .members ul.item-list li .item .item-title {
    font-size: 1.07692em;
    line-height: 1.42857;
    font-weight: 700; }
    #buddypress .groups ul.item-list li .item .item-title a,
    #buddypress .members ul.item-list li .item .item-title a {
      color: #72be58; }
      #buddypress .groups ul.item-list li .item .item-title a:hover,
      #buddypress .members ul.item-list li .item .item-title a:hover {
        color: #898989; }
  #buddypress .groups ul.item-list li .item .item-meta,
  #buddypress .members ul.item-list li .item .item-meta {
    font-size: 0.92308em;
    line-height: 1.16667;
    color: #777777;
    margin-top: 5px; }
  #buddypress .groups ul.item-list li .item div.item-desc,
  #buddypress .members ul.item-list li .item div.item-desc {
    margin: 0;
    width: 75%; }
    #buddypress .groups ul.item-list li .item div.item-desc p,
    #buddypress .members ul.item-list li .item div.item-desc p {
      font-size: 1.23077em;
      line-height: 1.25;
      color: #666666;
      margin: 10px 0 0; }
#buddypress .groups ul.item-list li div.meta,
#buddypress .members ul.item-list li div.meta {
  font-size: 0.76923em;
  line-height: 1.2;
  color: #898989;
  margin-top: 5px; }
#buddypress div.dir-search {
  margin: 0 0 30px; }
#buddypress div.dir-search label,
#buddypress .groups-members-search label {
  margin: 0; }
#buddypress div.dir-search label,
#buddypress div.dir-search input[type="submit"],
#buddypress .groups-members-search label,
#buddypress .groups-members-search input[type="submit"] {
  vertical-align: middle; }
#buddypress div.dir-search label input[type="text"],
#buddypress .groups-members-search label input[type="text"] {
  font-size: 0.92308em;
  line-height: 2;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
#buddypress div.dir-search input[type='submit'],
#buddypress .groups-members-search input[type='submit'] {
  font-size: 0.92308em;
  line-height: 1.16667;
  border: 0;
  border-radius: 3px;
  padding: 7px 10px;
  background: #72be58;
  color: #fff; }
  #buddypress div.dir-search input[type='submit']:hover,
  #buddypress .groups-members-search input[type='submit']:hover {
    background: #5e9c48; }
#buddypress div.friendship-button a.friendship-button {
  font-size: 0.92308em;
  line-height: 1;
  padding: 5px 10px;
  border: 0;
  background: #72be58;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle; }
  #buddypress div.friendship-button a.friendship-button.bp-primary-action span {
    background: 0; }
  #buddypress div.friendship-button a.friendship-button:hover {
    border: 0;
    background: #5e9c48;
    color: #fff; }
#buddypress .group_members ul.item-list li > a:first-child {
  float: left;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
  border-radius: 50%; }
  #buddypress .group_members ul.item-list li > a:first-child img.avatar {
    border-radius: 50%;
    width: 50px;
    height: 50px; }
#buddypress .group_members ul.item-list li h5 {
  font-size: 1.07692em;
  line-height: 1.42857;
  font-weight: 700;
  margin-left: 80px; }
  #buddypress .group_members ul.item-list li h5 a {
    color: #72be58; }
    #buddypress .group_members ul.item-list li h5 a:hover {
      color: #898989; }
#buddypress .group_members ul.item-list li .activity {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #777777;
  margin-top: 5px;
  margin-left: 80px;
  display: block; }
#buddypress .group_members ul.item-list li div.item-desc {
  margin: 0;
  width: 75%; }
  #buddypress .group_members ul.item-list li div.item-desc p {
    font-size: 1.23077em;
    line-height: 1.25;
    color: #666666;
    margin: 10px 0 0; }
#buddypress .group_members ul.item-list li div.meta {
  font-size: 0.76923em;
  line-height: 1.2;
  color: #898989;
  margin-top: 5px; }
#buddypress h4 + ul.item-list {
  border-top: 0; }
#buddypress #admins-list .avatar {
  border-radius: 50%;
  float: left;
  width: 50px;
  height: 50px; }
#buddypress #admins-list h5 {
  font-size: 1.07692em;
  line-height: 1.42857;
  font-weight: 700;
  margin-left: 70px; }
  #buddypress #admins-list h5 a {
    color: #72be58; }
    #buddypress #admins-list h5 a:hover {
      color: #898989; }
#buddypress #message-threads.messages-notices td {
  padding: 15px 7px 15px; }
#buddypress #message-threads img.avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px; }
#buddypress #message-threads .thread-from {
  font-size: 0.92308em;
  line-height: 1;
  color: #666666;
  font-weight: 700; }
  #buddypress #message-threads .thread-from a {
    color: #72be58; }
    #buddypress #message-threads .thread-from a:hover {
      color: #898989; }
#buddypress #message-threads .thread-info p {
  margin: 0; }
  #buddypress #message-threads .thread-info p a {
    color: #72be58; }
    #buddypress #message-threads .thread-info p a:hover {
      color: #898989; }
#buddypress #message-threads .thread-info .thread-excerpt {
  margin-top: 7px; }
#buddypress div.messages-options-nav {
  background: #b9b8b8; }
#buddypress #message-subject {
  font-size: 1.23077em;
  line-height: 1.125;
  text-transform: uppercase;
  color: #666666;
  font-weight: 700; }
#buddypress #message-recipients {
  font-size: 0.92308em;
  line-height: 1.16667; }
  #buddypress #message-recipients span {
    font-size: 100%; }
  #buddypress #message-recipients a {
    color: #72be58; }
    #buddypress #message-recipients a:hover {
      color: #898989; }
  #buddypress #message-recipients .button {
    font-size: 0.92308em;
    line-height: 1;
    padding: 5px 10px;
    border: 0;
    background: #72be58;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle; }
    #buddypress #message-recipients .button.bp-primary-action span {
      background: 0; }
    #buddypress #message-recipients .button:hover {
      border: 0;
      background: #5e9c48;
      color: #fff; }
#buddypress #message-thread {
  margin-top: 20px; }
  #buddypress #message-thread .message-box {
    overflow: hidden; }
    #buddypress #message-thread .message-box img.avatar {
      float: left;
      margin-right: 20px;
      border-radius: 50%;
      width: 40px;
      height: 40px; }
    #buddypress #message-thread .message-box .message-metadata strong {
      font-size: 1.07692em;
      line-height: 1.42857;
      font-weight: 700;
      margin-left: 80px;
      display: block;
      color: #333333; }
      #buddypress #message-thread .message-box .message-metadata strong a {
        color: #72be58; }
        #buddypress #message-thread .message-box .message-metadata strong a:hover {
          color: #898989; }
    #buddypress #message-thread .message-box .message-metadata .activity {
      font-size: 0.92308em;
      line-height: 1.16667;
      color: #777777;
      margin-top: 5px;
      margin-left: 80px;
      display: block; }
    #buddypress #message-thread .message-box .message-content {
      font-size: 1.07692em;
      line-height: 1.42857;
      margin: 10px 0 0 80px; }
#buddypress ul.acfb-holder {
  margin: 5px 0; }
  #buddypress ul.acfb-holder li.friend-tab {
    background: none;
    border: 0;
    padding: 10px 0; }
    #buddypress ul.acfb-holder li.friend-tab .avatar {
      border-radius: 50%;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    #buddypress ul.acfb-holder li.friend-tab span a {
      font-size: 0.92308em;
      line-height: 1;
      color: #72be58;
      font-weight: 700; }
      #buddypress ul.acfb-holder li.friend-tab span a:hover {
        color: #898989; }

/* Wordpress Support - Additional classes for content
// ========================================================================== */
.b-bg-video__numbers_item_n {
  display: inline-block; }

.wpb_heading {
  font-size: 1.38462em;
  line-height: 1.22222;
  border-bottom: 1px solid #d9d9d9;
  color: #72be58;
  font-weight: 700;
  padding: 40px 0 10px;
  text-transform: uppercase; }

.alignright {
  float: right;
  margin-left: 10px; }

.alignleft {
  float: left;
  margin-right: 10px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px; }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0; }
img.alignright {
  float: right;
  margin: 5px 0px 5px 10px; }
img.alignnone {
  margin: 5px 0; }

.b-infoblock--without-border .frexy_education {
  margin-top: 0; }

.b-article-box img,
.f-comment__descr__txt img,
.entry-content img,
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.widget img,
.frexy-dynamic-sidebar img,
.frexy_sidebar img,
.wp-caption {
  max-width: 100%; }

.entry-content img, .entry-summary img, .comment-content img, .wp-caption
.b-article-box img,
.f-comment__descr__txt img,
.entry-content img,
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.widget img,
.frexy-dynamic-sidebar img,
.frexy_sidebar img {
  height: auto; }

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%; }

.video-container iframe,
.video-container object,
.video-container embed {
  max-width: 100% !important; }

/* Wordpress Support - Visual Composer Layout
// ========================================================================== */
.l-main-container > .vc_row.vc_row-fluid {
  margin-left: 0;
  margin-right: 0; }

/* Wordpress Support - Visual Composer Alerts
// ========================================================================== */
.wpb_alert {
  font-size: 1em;
  line-height: 1.2;
  display: block;
  padding: 12px 12px 10px 18px; }
  .wpb_alert .messagebox_text {
    display: inline-block;
    background: none;
    padding-left: 0;
    vertical-align: middle; }

.wpb_alert-danger {
  background: #ffd6d1;
  border: 1px solid #f9bdb6;
  color: #ff391f; }
  .wpb_alert-danger:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: middle;
    margin-right: 0.4em; }
  .wpb_alert-danger.vc_alert_3d {
    box-shadow: 0 2px 0 #ff391f; }

.wpb_alert-info {
  background: #bceeff;
  border: 1px solid #8ae1ff;
  color: #21c2f8; }
  .wpb_alert-info:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: middle;
    margin-right: 0.4em; }
  .wpb_alert-info.vc_alert_3d {
    box-shadow: 0 2px 0 #21c2f8; }

div.bbp-template-notice {
  background: #fff4bb;
  border: 1px solid #ffcc66;
  color: #e99b00; }
  div.bbp-template-notice:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: middle;
    margin-right: 0.4em; }
  div.bbp-template-notice.vc_alert_3d {
    box-shadow: 0 2px 0 #e99b00; }
  div.bbp-template-notice.info {
    background: #bceeff;
    border: 1px solid #8ae1ff;
    color: #21c2f8; }
    div.bbp-template-notice.info:before {
      font-family: "FontAwesome";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      vertical-align: middle;
      margin-right: 0.4em; }
    div.bbp-template-notice.info.vc_alert_3d {
      box-shadow: 0 2px 0 #21c2f8; }
  div.bbp-template-notice.error {
    background: #ffd6d1;
    border: 1px solid #f9bdb6;
    color: #ff391f; }
    div.bbp-template-notice.error:before {
      font-family: "FontAwesome";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      vertical-align: middle;
      margin-right: 0.4em; }
    div.bbp-template-notice.error.vc_alert_3d {
      box-shadow: 0 2px 0 #ff391f; }
  div.bbp-template-notice p {
    display: inline-block;
    vertical-align: middle; }

.wpb_alert-success {
  background: #c1faa8;
  border: 1px solid #9cff70;
  color: #6db74c; }
  .wpb_alert-success:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: middle;
    margin-right: 0.4em; }
  .wpb_alert-success.vc_alert_3d {
    box-shadow: 0 2px 0 #6db74c; }

.wpb_alert-warning {
  background: #fff4bb;
  border: 1px solid #ffcc66;
  color: #e99b00; }
  .wpb_alert-warning:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: middle;
    margin-right: 0.4em; }
  .wpb_alert-warning.vc_alert_3d {
    box-shadow: 0 2px 0 #e99b00; }

.ui-dialog {
  padding: 0; }
  .ui-dialog.ui-widget-content {
    border: 1px solid #d2d2d2; }
  .ui-dialog.ui-corner-all {
    border-radius: 0; }
  .ui-dialog .ui-corner-all {
    border-radius: 0; }
  .ui-dialog .ui-widget-header {
    border: 0;
    background: #e26228;
    font-weight: 400; }
    .ui-dialog .ui-widget-header .ui-dialog-title {
      font-size: 1.07692em;
      line-height: 1.14286;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase; }
    .ui-dialog .ui-widget-header .ui-icon {
      background: none;
      border-radius: 50%;
      border: 1px solid #fff;
      text-indent: 0;
      font-weight: 300;
      font-size: 0.92308em;
      line-height: 1; }
    .ui-dialog .ui-widget-header .ui-state-default {
      background: none;
      border: 0; }
    .ui-dialog .ui-widget-header .ui-icon-closethick:before {
      content: '\f00d';
      color: #fff;
      font-size: 0.92308em;
      line-height: 1;
      font-family: "FontAwesome"; }
  .ui-dialog .ui-dialog-content p {
    font-size: 0.92308em;
    line-height: 1.33333;
    color: #666666; }
  .ui-dialog .ui-widget-content {
    border: 0;
    padding: 1.5em 1em 0 1em; }
    .ui-dialog .ui-widget-content .ui-state-default {
      border: 0; }
  .ui-dialog .ui-dialog-buttonpane {
    margin: 0; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: left; }
    .ui-dialog .ui-dialog-buttonpane button {
      border-radius: 3px;
      margin: 0em .4em 1em 0; }
      .ui-dialog .ui-dialog-buttonpane button:focus {
        outline: 0; }
      .ui-dialog .ui-dialog-buttonpane button .ui-button-text:hover {
        box-shadow: none; }

/* Wordpress Support - Visual Composer FAQ // Accordion
// ========================================================================== */
h4.wpb_toggle {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #666666;
  background: none;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 1px 0 0 0;
  padding: 13px 20px 11px 0;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-transform: none; }
  h4.wpb_toggle:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f059";
    margin-right: 10px; }
  h4.wpb_toggle:last-of-type {
    border-width: 1px 0 1px 0; }
  h4.wpb_toggle.wpb_toggle_title_active {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    color: #72be58; }

.wpb_toggle_content {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 23px; }

.wpb_accordion .wpb_accordion_section {
  margin-top: 18px; }
  .wpb_accordion .wpb_accordion_section h3.ui-accordion-header {
    background: none;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 0; }
    .wpb_accordion .wpb_accordion_section h3.ui-accordion-header a {
      font-size: 1.15385em;
      line-height: 1.2;
      display: block;
      text-transform: none;
      padding: 13px 20px 11px;
      position: relative; }
      .wpb_accordion .wpb_accordion_section h3.ui-accordion-header a:after {
        color: #72be58;
        content: '\f067';
        font-family: "FontAwesome";
        right: 16px;
        position: absolute;
        top: 13px; }
    .wpb_accordion .wpb_accordion_section h3.ui-accordion-header.ui-accordion-header-active {
      background: #72be58;
      border-bottom: 0;
      outline: none;
      margin-bottom: 0; }
      .wpb_accordion .wpb_accordion_section h3.ui-accordion-header.ui-accordion-header-active a {
        color: #fff; }
        .wpb_accordion .wpb_accordion_section h3.ui-accordion-header.ui-accordion-header-active a:after {
          color: #fff;
          content: '\f068'; }
    .wpb_accordion .wpb_accordion_section h3.ui-accordion-header:first-child {
      margin-top: 2px; }
    .wpb_accordion .wpb_accordion_section h3.ui-accordion-header:not(.ui-accordion-header-active):hover {
      color: #72be58; }
      .wpb_accordion .wpb_accordion_section h3.ui-accordion-header:not(.ui-accordion-header-active):hover:after {
        color: #72be58; }
      .wpb_accordion .wpb_accordion_section h3.ui-accordion-header:not(.ui-accordion-header-active):hover .ui-accordion-header-icon {
        background-color: #72be58; }
    .wpb_accordion .wpb_accordion_section h3.ui-accordion-header .ui-accordion-header-icon.ui-icon {
      display: none; }
  .wpb_accordion .wpb_accordion_section .ui-accordion-content {
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background-color: #fff; }
    .wpb_accordion .wpb_accordion_section .ui-accordion-content h3 {
      font-size: 1.07692em;
      line-height: 1.2;
      text-transform: none; }

/* Wordpress Support - Visual Composer Tabs
// ========================================================================== */
.wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs {
  padding: 0; }
  .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav {
    padding: 0; }
    .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li {
      background: #fff;
      background: -webkit-linear-gradient(top, #fff, #f3f3f3);
      background: -moz-linear-gradient(top, #fff, #f3f3f3);
      background: -o-linear-gradient(top, #fff, #f3f3f3);
      background: -ms-linear-gradient(top, #fff, #f3f3f3);
      background: linear-gradient(to bottom, #fff, #f3f3f3);
      float: left;
      margin-right: 3px;
      border-radius: 3px 3px 0 0;
      border-width: 1px 1px 0 1px;
      border-style: solid;
      border-color: #f2f2f2; }
      .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li {
          margin-right: 1%; } }
      .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        display: block;
        padding: 12px 22px; }
        @media screen and (max-width: 767px) {
          .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
            padding: 12px 20px; } }
      .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li.ui-tabs-active {
        background: #fff;
        margin-bottom: -1px;
        padding-bottom: 1px; }
        .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
          color: #72be58; }
    .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      white-space: nowrap;
      color: #72be58;
      float: none;
      padding: 0;
      outline: 0;
      text-align: center; }
  .wpb_tabs .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-panel {
    padding: 0; }
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_heading {
  font-size: 1.38462em;
  line-height: 1.22222;
  border-bottom: 1px solid #d9d9d9;
  color: #72be58;
  font-weight: 700;
  padding: 40px 0 10px;
  text-transform: uppercase; }
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 22px 1.5em; }
.wpb_tabs h4 {
  font-weight: 700;
  text-transform: none; }

.b-tabs__content h2 {
  font-size: 1.38462em;
  line-height: 1.22222;
  color: #72be58;
  text-transform: none;
  font-weight: 700;
  margin: 5px 0 10px; }
.b-tabs__content h1, .b-tabs__content h2, .b-tabs__content h3, .b-tabs__content h4, .b-tabs__content h5, .b-tabs__content h6 {
  color: #72be58; }

.comment-reply-title {
  font-size: 1.23077em;
  line-height: 1.25;
  color: #72be58;
  text-transform: none;
  font-weight: 700;
  margin: 5px 0 10px; }

.comment-form-comment label {
  display: block; }
.comment-form-comment textarea {
  font-size: 1.07692em;
  line-height: 1.57143;
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.form-submit input[type='submit'] {
  font-size: 0.92308em;
  line-height: 1.16667;
  border: 0;
  background: whitesmoke;
  color: #898989;
  border-radius: 3px;
  padding: 7px 10px; }
  .form-submit input[type='submit']:hover {
    background: #72be58;
    color: #fff; }

.comment-form-rating .stars a {
  display: inline-block;
  visibility: hidden; }
  .comment-form-rating .stars a:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f005';
    font-size: 14px;
    visibility: visible; }
  .comment-form-rating .stars a.is-shaded {
    color: #72be58; }

/* Wordpress Support - Visual Composer Tour
// ========================================================================== */
.wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-panel {
  border: 1px solid #f2f2f2;
  background: none;
  min-height: 282px;
  padding: 0; }
.wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav {
  padding: 0;
  left: 1px;
  position: relative;
  width: 25%; }
  @media screen and (max-width: 767px) {
    .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav {
      width: 100%;
      float: none;
      left: 0; } }
  .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li {
    float: none;
    margin: 0; }
  .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 1.23077em;
    line-height: 1.2;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #f2f2f2;
    display: block;
    float: none;
    padding: 10px 10px 10px 27px;
    background: #fbfbfb;
    outline: 0;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        border-right-width: 1px;
        padding-left: 10px; } }
  .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav li:last-child .ui-tabs-anchor {
    border-bottom-width: 1px; }
  .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav .ui-tabs-active {
    padding-bottom: 0; }
    .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
      color: #565656;
      background: #fff;
      border-color: #ededed #fff #ededed #ededed;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .wpb_tour .wpb_tour_tabs_wrapper.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
          border-color: #ededed; } }
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tour_heading {
  font-size: 1.38462em;
  line-height: 1.22222;
  border-bottom: 1px solid #d9d9d9;
  color: #72be58;
  font-weight: 700;
  padding: 40px 0 10px;
  text-transform: uppercase; }
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 10px 10px 10px 42px;
  width: 75%; }
  @media screen and (max-width: 767px) {
    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
      width: 100%;
      float: none;
      padding: 15px 10px 10px 10px; } }
.wpb_tour .wpb_tour_next_prev_nav {
  margin-left: 25%;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .wpb_tour .wpb_tour_next_prev_nav {
      margin-left: 0; } }
.wpb_tour h3 {
  color: #72be58;
  font-weight: 700;
  margin: 5px 0 4px;
  text-transform: none; }

/* Wordpress Support - Visual Composer Single Image
// ========================================================================== */
.vc_box_shadow_3d_wrap:after,
.vc_box_shadow_3d_wrap:before {
  z-index: -1;
  position: absolute;
  content: "";
  left: 5px;
  width: 50%;
  bottom: 30px;
  max-width: 300px;
  background: #fff;
  box-shadow: 0 15px 10px #919191;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  height: 10px; }

.vc_box_shadow_3d_wrap:after {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 10px;
  left: auto; }

div .vc_box_shadow_border_circle {
  padding: 0;
  border: 6px solid #fff; }
div .vc_box_border_circle {
  padding: 0;
  border: 6px solid; }
  div .vc_box_border_circle.vc_box_border_blue {
    border-color: #5472d2; }
  div .vc_box_border_circle.vc_box_border_turquoise {
    border-color: #00c1cf; }
  div .vc_box_border_circle.vc_box_border_pink {
    border-color: #fe6c61; }
  div .vc_box_border_circle.vc_box_border_violet {
    border-color: #8d6dc4; }
  div .vc_box_border_circle.vc_box_border_peacoc {
    border-color: #4cadc9; }
  div .vc_box_border_circle.vc_box_border_chino {
    border-color: #cec2ab; }
  div .vc_box_border_circle.vc_box_border_mulled_wine {
    border-color: #50485b; }
  div .vc_box_border_circle.vc_box_border_vista_blue {
    border-color: #75d69c; }
  div .vc_box_border_circle.vc_box_border_black {
    border-color: #2a2a2a; }
  div .vc_box_border_circle.vc_box_border_grey {
    border-color: #ebebeb; }
  div .vc_box_border_circle.vc_box_border_orange {
    border-color: #f7be68; }
  div .vc_box_border_circle.vc_box_border_sky {
    border-color: #5aa1e3; }
  div .vc_box_border_circle.vc_box_border_green {
    border-color: #6dab3c; }
  div .vc_box_border_circle.vc_box_border_juicy_pink {
    border-color: #f4524d; }
  div .vc_box_border_circle.vc_box_border_sandy_brown {
    border-color: #f79468; }
  div .vc_box_border_circle.vc_box_border_purple {
    border-color: #b97ebb; }
  div .vc_box_border_circle.vc_box_border_white {
    border-color: #fff; }

/* Wordpress Support - Visual Composer Posts Grid
// ========================================================================== */
.teaser_grid_container {
  padding: 30px 0; }

.wpb_teaser_grid .categories_filter {
  padding: 2px 0 25px; }
  .wpb_teaser_grid .categories_filter li {
    margin: 0; }
    .wpb_teaser_grid .categories_filter li a {
      display: block;
      border-radius: 20px;
      padding: 6px 10px 6px 22px;
      outline: 0;
      text-decoration: none;
      color: #515151;
      border: 0;
      position: relative; }
      .wpb_teaser_grid .categories_filter li a:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #515151;
        position: absolute;
        top: 11px;
        left: 10px; }
    .wpb_teaser_grid .categories_filter li.active a {
      border: 0;
      background: #72be58;
      color: #fff; }
      .wpb_teaser_grid .categories_filter li.active a:before {
        background: #fff; }
      .wpb_teaser_grid .categories_filter li.active a:hover {
        color: #fff; }
        .wpb_teaser_grid .categories_filter li.active a:hover:before {
          background: #fff; }
    .wpb_teaser_grid .categories_filter li:hover a {
      color: #72be58;
      border: 0; }
      .wpb_teaser_grid .categories_filter li:hover a:before {
        background: #72be58; }

ul.wpb_thumbnails-fluid li .isotope-inner {
  border: 1px solid #dedede;
  border-radius: 2px;
  background-image: url(../img/diagonal-line-bg-light.png);
  background-repeat: repeat;
  background-position: 0 0;
  font-family: "Open Sans", sans-serif; }
  ul.wpb_thumbnails-fluid li .isotope-inner .post-thumb {
    border-bottom: 2px solid #e26228;
    border-top: 2px solid #e26228; }
    ul.wpb_thumbnails-fluid li .isotope-inner .post-thumb a {
      display: block; }
      ul.wpb_thumbnails-fluid li .isotope-inner .post-thumb a img {
        width: 100%; }
    ul.wpb_thumbnails-fluid li .isotope-inner .post-thumb:first-child {
      border-top: 0; }
  ul.wpb_thumbnails-fluid li .isotope-inner .post-title {
    font-size: 1.07692em;
    line-height: 1.14286;
    color: #747474;
    font-weight: 700;
    text-transform: inherit;
    padding: 18px 18px 10px;
    margin: 0; }
    ul.wpb_thumbnails-fluid li .isotope-inner .post-title a {
      color: #747474; }
      ul.wpb_thumbnails-fluid li .isotope-inner .post-title a:hover {
        color: #72be58; }
  ul.wpb_thumbnails-fluid li .isotope-inner .entry-content {
    font-size: 0.92308em;
    line-height: 1.5;
    padding: 10px 18px 5px;
    color: #666666; }
    ul.wpb_thumbnails-fluid li .isotope-inner .entry-content .par {
      margin-bottom: 10px; }
      ul.wpb_thumbnails-fluid li .isotope-inner .entry-content .par:last-child {
        margin-bottom: 0; }
    ul.wpb_thumbnails-fluid li .isotope-inner .entry-content img,
    ul.wpb_thumbnails-fluid li .isotope-inner .entry-content iframe {
      max-width: 100%;
      height: auto; }
  ul.wpb_thumbnails-fluid li .isotope-inner .vc_read_more {
    font-size: 0.92308em;
    line-height: 1.5;
    display: inline-block;
    color: #72be58;
    font-weight: 700;
    margin: 5px 18px 18px; }
    ul.wpb_thumbnails-fluid li .isotope-inner .vc_read_more:hover {
      color: #898989; }

.b-timeline__block .b-blog-listing__block-top .b-blog-preview__img {
  border-bottom: 0; }

/* Wordpress Support - Visual Composer Call to Action
// ========================================================================== */
.wpb_call_to_action {
  background: url(../img/diagonal-line-bg-light.png) repeat 0 0 #fff;
  border-color: #72be58;
  border-style: solid;
  border-width: 3px 0 0;
  box-shadow: inset 0 0 1px rgba(108, 108, 108, 0.7);
  position: relative;
  padding: 22px 20px 32px 27px; }
  .wpb_call_to_action:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .wpb_call_to_action .wpb_call_text {
    font-size: 0.92308em;
    line-height: 2;
    color: #666666;
    font-weight: 300;
    float: none;
    overflow: hidden;
    text-transform: none;
    width: auto; }
  .wpb_call_to_action .wpb_button_a span {
    max-width: 100%;
    width: auto; }
  .wpb_call_to_action.cta_align_right .wpb_button_a span {
    float: right;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .wpb_call_to_action.cta_align_right .wpb_button_a span {
        float: none;
        margin: 0 auto 10px; } }
  .wpb_call_to_action.cta_align_left .wpb_button_a span {
    float: left;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .wpb_call_to_action.cta_align_left .wpb_button_a span {
        float: none;
        margin: 0 auto 10px; } }

.vc_call_to_action {
  background: url(../img/diagonal-line-bg-light.png) repeat 0 0 #fff;
  border-color: #72be58;
  border-style: solid;
  border-width: 3px 0 0;
  box-shadow: inset 0 0 1px rgba(108, 108, 108, 0.7);
  position: relative;
  padding: 22px 20px 32px 27px; }
  .vc_call_to_action:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .vc_call_to_action h2.wpb_heading {
    margin: 0 0 9px;
    padding-top: 0; }
  .vc_call_to_action h4.wpb_heading {
    font-size: 1.38462em;
    line-height: 1;
    border: 0;
    color: #72be58;
    font-weight: 300;
    margin: 0 0 9px;
    padding: 0;
    text-transform: none; }
  .vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
        float: none;
        margin: 0 auto 10px; } }
  .vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
        float: none;
        margin: 0 auto 10px; } }
  .vc_call_to_action hgroup {
    overflow: hidden; }

/* Wordpress Support - Visual Composer Buttons
// ========================================================================== */
.wpb_button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #72be58;
  border-width: 0 0 2px 0;
  border-color: #5e9c48;
  border-style: solid;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2); }
  .wpb_button:hover {
    color: #fff;
    background-color: #5e9c48; }
  @media screen and (max-width: 479px) {
    .wpb_button {
      white-space: normal; } }
  .wpb_button.wpb_regularsize {
    font-size: 1.07692em;
    line-height: 1;
    background: #72be58;
    border-bottom: 2px solid #5e9c48;
    border-radius: 2px;
    padding: 15px 24px 9px; }
  .wpb_button.wpb_btn-small {
    font-size: 1em;
    line-height: 1;
    border-radius: 2px;
    padding: 10px 22px 8px; }
  .wpb_button.wpb_btn-large {
    font-size: 1.23077em;
    line-height: 1;
    background: #72be58;
    border-bottom: 2px solid #5e9c48;
    border-radius: 2px;
    padding: 16px 23px 14px;
    text-transform: uppercase; }
  .wpb_button.wpb_wpb_button {
    background: #999;
    border-color: #868686; }
    .wpb_button.wpb_wpb_button:hover {
      background: #868686; }
  .wpb_button.wpb_btn-primary {
    background: #2158d3;
    border-color: #1e51c2; }
    .wpb_button.wpb_btn-primary:hover {
      background: #1e51c2; }
  .wpb_button.wpb_btn-info {
    background: #0f999e;
    border-color: #0e8d92; }
    .wpb_button.wpb_btn-info:hover {
      background: #0e8d92; }
  .wpb_button.wpb_btn-success {
    background: #41a60a;
    border-color: #3c9909; }
    .wpb_button.wpb_btn-success:hover {
      background: #3c9909; }
  .wpb_button.wpb_btn-warning {
    background: #e26228;
    border-color: #d05a25; }
    .wpb_button.wpb_btn-warning:hover {
      background: #d05a25; }
  .wpb_button.wpb_btn-danger {
    background: #d10c0c;
    border-color: #c10b0b; }
    .wpb_button.wpb_btn-danger:hover {
      background: #c10b0b; }
  .wpb_button.wpb_btn-inverse {
    background: #555555;
    border-color: #000000; }
    .wpb_button.wpb_btn-inverse:hover {
      background: #000000; }

.vc_btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2); }
  .vc_btn:hover {
    color: #fff;
    background-color: #5e9c48; }
  .vc_btn.vc_btn_outlined, .vc_btn.vc_btn_square_outlined {
    border-width: 2px;
    border-style: solid; }
  .vc_btn.vc_btn_3d {
    border-width: 0 0 2px 0;
    border-style: solid;
    box-shadow: none; }
  .vc_btn.vc_btn_sm {
    font-size: 1em;
    line-height: 1;
    padding: 10px 22px 10px; }
  .vc_btn.vc_btn_md {
    font-size: 1.07692em;
    line-height: 1;
    padding: 15px 24px 12px; }
  .vc_btn.vc_btn_lg {
    font-size: 1.23077em;
    line-height: 1;
    padding: 16px 23px 14px;
    text-transform: uppercase; }

.vc_btn-blue {
  background: #2158d3;
  border-color: #1e51c2; }
  .vc_btn-blue:hover {
    background: #1e51c2; }

.vc_btn_turquoise {
  background: #0f999e;
  border-color: #0e8d92; }
  .vc_btn_turquoise:hover {
    background: #0e8d92; }

.vc_btn_pink {
  background: #fe6c61;
  border-color: #d65a51; }
  .vc_btn_pink:hover {
    background: #d65a51; }

.vc_btn_violet {
  background: #a70dd3;
  border-color: #8a0aad; }
  .vc_btn_violet:hover {
    background: #8a0aad; }

.vc_btn_peacoc {
  background: #4cadc9;
  border-color: #4092a8; }
  .vc_btn_peacoc:hover {
    background: #4092a8; }

.vc_btn_chino {
  background: #cec2ab;
  border-color: #b3a894; }
  .vc_btn_chino:hover {
    background: #b3a894; }

.vc_btn_mulled_wine {
  background: #50485b;
  border-color: #3a3442; }
  .vc_btn_mulled_wine:hover {
    background: #3a3442; }

.vc_btn_vista_blue {
  background: #4cadc9;
  border-color: #4398b0; }
  .vc_btn_vista_blue:hover {
    background: #4398b0; }

.vc_btn_black {
  background: #555555;
  border-color: #000000; }
  .vc_btn_black:hover {
    background: #000000; }

.vc_btn_grey {
  background: #999;
  border-color: #868686;
  color: #fff !important; }
  .vc_btn_grey:hover {
    background: #868686; }

.vc_btn_orange {
  background: #e26228;
  border-color: #d05a25; }
  .vc_btn_orange:hover {
    background: #d05a25; }

.vc_btn_sky {
  background: #4092df;
  border-color: #3d8bd4; }
  .vc_btn_sky:hover {
    background: #3d8bd4; }

.vc_btn_green {
  background: #41a60a;
  border-color: #3c9909; }
  .vc_btn_green:hover {
    background: #3c9909; }

.vc_btn_juicy_pink {
  background: #d91463;
  border-color: #c8125b; }
  .vc_btn_juicy_pink:hover {
    background: #c8125b; }

.vc_btn_purple {
  background: #a70dd3;
  border-color: #9a0cc2; }
  .vc_btn_purple:hover {
    background: #9a0cc2; }

.vc_btn_sandy_brown {
  background: #f79468;
  border-color: #ed8d64; }
  .vc_btn_sandy_brown:hover {
    background: #ed8d64; }

.vc_btn_white {
  background: #ffffff;
  border-color: #f5f5f5; }
  .vc_btn_white:hover {
    background: #f5f5f5; }

.vc_btn_outlined.vc_btn-blue:hover,
.vc_btn_square_outlined.vc_btn-blue:hover {
  background: #1e51c2 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_turquoise:hover,
.vc_btn_square_outlined.vc_btn_turquoise:hover {
  background: #0e8d92 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn-pink:hover,
.vc_btn_square_outlined.vc_btn-pink:hover {
  background: #d65a51 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn-violet:hover,
.vc_btn_square_outlined.vc_btn-violet:hover {
  background: #8a0aad !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn-peacoc:hover,
.vc_btn_square_outlined.vc_btn-peacoc:hover {
  background: #4092a8 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn-chino:hover,
.vc_btn_square_outlined.vc_btn-chino:hover {
  background: #b3a894 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn-mulled_wine:hover,
.vc_btn_square_outlined.vc_btn-mulled_wine:hover {
  background: #3a3442 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn-vista_blue:hover,
.vc_btn_square_outlined.vc_btn-vista_blue:hover {
  background: #4398b0 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn-black:hover,
.vc_btn_square_outlined.vc_btn-black:hover {
  background: #000000 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_grey:hover,
.vc_btn_square_outlined.vc_btn_grey:hover {
  background: #868686 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_orange:hover,
.vc_btn_square_outlined.vc_btn_orange:hover {
  background: #d05a25 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_sky:hover,
.vc_btn_square_outlined.vc_btn_sky:hover {
  background: #3d8bd4 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_green:hover,
.vc_btn_square_outlined.vc_btn_green:hover {
  background: #3c9909 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_juicy_pink:hover,
.vc_btn_square_outlined.vc_btn_juicy_pink:hover {
  background: #c8125b !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_sandy_brown:hover,
.vc_btn_square_outlined.vc_btn_sandy_brown:hover {
  background: #ed8d64 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_purple:hover,
.vc_btn_square_outlined.vc_btn_purple:hover {
  background: #9a0cc2 !important;
  color: #fff !important; }
.vc_btn_outlined.vc_btn_white,
.vc_btn_square_outlined.vc_btn_white {
  color: #f5f5f5 !important; }
  .vc_btn_outlined.vc_btn_white:hover,
  .vc_btn_square_outlined.vc_btn_white:hover {
    background: #f5f5f5 !important;
    color: #fff !important; }

.wpb_button i.icon {
  vertical-align: middle; }
.wpb_button.wpb_btn-large i.icon {
  vertical-align: sub; }

a.b-btn--load:focus {
  color: #fff; }

.f-portfolio_info_button .button-sm {
  text-transform: uppercase;
  padding: 13px 16px 11px; }

/* Wordpress Support - Visual Composer ProgressBar
// ========================================================================== */
.vc_progress_bar .vc_single_bar {
  background-color: #e8e8e8;
  border-radius: 2px;
  box-shadow: none;
  height: 23px; }
  .vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
    background-color: #e9682e; }
  .vc_progress_bar .vc_single_bar.bar_orange .vc_label_units {
    color: #e9682e; }
  .vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
    background-color: #4496d2; }
  .vc_progress_bar .vc_single_bar.bar_blue .vc_label_units {
    color: #4496d2; }
  .vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
    background-color: #5ca2c4; }
  .vc_progress_bar .vc_single_bar.bar_turquoise .vc_label_units {
    color: #5ca2c4; }
  .vc_progress_bar .vc_single_bar.bar_green .vc_bar {
    background-color: #72bf59; }
  .vc_progress_bar .vc_single_bar.bar_green .vc_label_units {
    color: #72bf59; }
  .vc_progress_bar .vc_single_bar.bar_red .vc_bar {
    background-color: #f44a53; }
  .vc_progress_bar .vc_single_bar.bar_red .vc_label_units {
    color: #f44a53; }
  .vc_progress_bar .vc_single_bar.bar_black .vc_label_units {
    color: #414141; }
  .vc_progress_bar .vc_single_bar .vc_label {
    font-size: 0.92308em;
    line-height: 1.91667;
    color: #fff;
    font-weight: 700;
    padding: 0 0 0 13px !important;
    position: relative;
    text-shadow: none; }
  .vc_progress_bar .vc_single_bar .vc_label_units {
    color: #414141;
    background: #e8e8e8;
    border-radius: 2px;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    padding: 3px;
    position: absolute;
    right: 8px;
    top: 3px; }

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
  border-color: #e8e8e8; }
.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
  font-size: 1.38462em;
  line-height: 1.2;
  font-weight: bold; }

.b-progressbar.progress-striped {
  margin-bottom: 10px; }

/* Wordpress Support - Visual Composer Modules
// ========================================================================== */
.widgettitle {
  font-size: 1.38462em;
  line-height: 1.11111;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #666666;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 5px 0 10px; }

.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_rss ul,
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: #666666; }
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_recent_entries ul li,
  .widget_archive ul li,
  .widget_rss ul li,
  .widget_nav_menu ul li {
    font-size: 1.07692em;
    line-height: 1.28571;
    margin: 12px 0 0;
    padding: 0;
    font-family: "Open Sans", sans-serif; }
    .widget_meta ul li a,
    .widget_pages ul li a,
    .widget_recent_entries ul li a,
    .widget_archive ul li a,
    .widget_rss ul li a,
    .widget_nav_menu ul li a {
      color: #666666;
      vertical-align: middle; }
      .widget_meta ul li a:before,
      .widget_pages ul li a:before,
      .widget_recent_entries ul li a:before,
      .widget_archive ul li a:before,
      .widget_rss ul li a:before,
      .widget_nav_menu ul li a:before {
        content: '\f05d';
        font-size: 1.07692em;
        line-height: 1.28571;
        display: inline-block;
        font-family: FontAwesome;
        vertical-align: middle;
        margin-right: 7px;
        margin-top: -2px; }
      .widget_meta ul li a:hover,
      .widget_pages ul li a:hover,
      .widget_recent_entries ul li a:hover,
      .widget_archive ul li a:hover,
      .widget_rss ul li a:hover,
      .widget_nav_menu ul li a:hover {
        color: #72be58; }

.widget_rss ul li a {
  color: #72be58;
  vertical-align: middle; }
  .widget_rss ul li a:before {
    content: '\f05d';
    font-size: 1.07692em;
    line-height: 1.28571;
    display: inline-block;
    font-family: FontAwesome;
    vertical-align: middle;
    margin-right: 7px; }
  .widget_rss ul li a:hover {
    color: #666666; }

.tagcloud a {
  vertical-align: middle; }
  .tagcloud a:hover {
    background: #72be58;
    color: #fff;
    border-color: #72be58; }

.widget_recent_comments ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: #666666; }
  .widget_recent_comments ul li {
    font-size: 1.07692em;
    line-height: 1.28571;
    margin: 12px 0 0;
    padding: 0;
    font-family: "Open Sans", sans-serif; }
    .widget_recent_comments ul li a {
      color: #666666;
      vertical-align: top; }
      .widget_recent_comments ul li a:hover {
        color: #72be58; }
    .widget_recent_comments ul li:before {
      content: '\f05d';
      font-size: 1.07692em;
      line-height: 1.28571;
      display: inline-block;
      font-family: FontAwesome;
      vertical-align: middle;
      margin-right: 7px;
      margin-top: -2px; }

.wp-audio-shortcode,
.wp-video {
  margin-bottom: 10px; }

.vc_wp_categories .widget_categories ul {
  list-style: none;
  padding: 0; }
  .vc_wp_categories .widget_categories ul li {
    border-bottom: 1px solid #ececec;
    color: #515151;
    padding: 8px 0 7px; }
    .vc_wp_categories .widget_categories ul li a {
      font-size: 1em;
      line-height: 1.2;
      margin: 0 5px 0 0; }
      .vc_wp_categories .widget_categories ul li a:before {
        content: "\f067";
        margin-right: 10px;
        font-size: 0.92308em;
        line-height: 1.2;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal; }
    .vc_wp_categories .widget_categories ul li ul.children {
      border-top: 1px solid #ececec;
      margin: 7px 0 0; }
      .vc_wp_categories .widget_categories ul li ul.children li.cat-item {
        border-top: 1px solid #ececec;
        border-bottom: 0;
        padding: 8px 0 7px 10px; }
        .vc_wp_categories .widget_categories ul li ul.children li.cat-item li.cat-item {
          padding: 8px 0 7px 20px; }
          .vc_wp_categories .widget_categories ul li ul.children li.cat-item li.cat-item:last-child {
            padding-bottom: 0; }
        .vc_wp_categories .widget_categories ul li ul.children li.cat-item:first-child {
          border-top: 0; }
        .vc_wp_categories .widget_categories ul li ul.children li.cat-item:last-child {
          padding-bottom: 0; }

.widget_categories ul li.cat-item {
  border-bottom: 1px solid #ececec;
  color: #515151;
  padding: 8px 0 7px; }
  .widget_categories ul li.cat-item a {
    font-size: 1em;
    line-height: 1.2;
    margin: 0 5px 0 0; }
    .widget_categories ul li.cat-item a:before {
      content: "\f067";
      margin-right: 10px;
      font-size: 0.92308em;
      line-height: 1.2;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal; }
  .widget_categories ul li.cat-item ul.children {
    border-top: 1px solid #ececec;
    margin: 7px 0 0; }
    .widget_categories ul li.cat-item ul.children li.cat-item {
      border-top: 1px solid #ececec;
      border-bottom: 0;
      padding: 8px 0 7px 10px; }
      .widget_categories ul li.cat-item ul.children li.cat-item li.cat-item {
        padding: 8px 0 7px 20px; }
        .widget_categories ul li.cat-item ul.children li.cat-item li.cat-item:last-child {
          padding-bottom: 0; }
      .widget_categories ul li.cat-item ul.children li.cat-item:first-child {
        border-top: 0; }
      .widget_categories ul li.cat-item ul.children li.cat-item:last-child {
        padding-bottom: 0; }

/* Wordpress Support - Woocommerce
// ========================================================================== */
.woocommerce a.button.wc-backward {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #72be58;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 6px 16px;
  border: 0;
  color: #fff;
  text-shadow: none; }
  .woocommerce a.button.wc-backward:hover {
    background: #5e9c48; }
  .woocommerce a.button.wc-backward:active {
    top: 0; }
.woocommerce .b-shortcode-example .b-remaining {
  margin: 12px 0 0; }
  .woocommerce .b-shortcode-example .b-remaining:first-of-type {
    margin: 0; }
.woocommerce [class*='b-alert'] {
  padding-top: 0; }

.woocommerce-ordering .ui-selectmenu-button {
  padding: 0px 12px 0 0; }

.woocommerce-billing-fields .ui-selectmenu-button, .woocommerce-shipping-fields .ui-selectmenu-button {
  display: none; }
.woocommerce-billing-fields.b-product-cart-small p.address-field, .woocommerce-shipping-fields.b-product-cart-small p.address-field {
  margin: 5px 0; }

.b-sort-panel__inner_icon-sort {
  background: none;
  float: none;
  width: auto;
  height: auto; }

.added_to_cart {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin: 15px 0 0 -44px; }

.b-product-preview .view img {
  height: auto; }

.b-product-cart-small .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0; }

.coupon .b-coupon-input {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 5px 0; }
.coupon button[name="apply_coupon"] {
  margin: 5px 0; }

.about_paypal {
  margin: 0 0 0 15px; }

.b-product-cart-small__content_row-half input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.address-field .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 8px 12px; }

.b-product-cart-small__content_info_value span.ui-radio {
  display: block;
  float: left;
  margin-top: 4px;
  height: 16px; }
  .b-product-cart-small__content_info_value span.ui-radio:before {
    display: block; }
.b-product-cart-small__content_info_value label.ui-radio {
  font-size: 0.76923em;
  line-height: 1.2;
  overflow: hidden; }

.woocommerce ul#shipping_method li {
  overflow: hidden;
  text-indent: 0;
  padding: 0 0 .25em 10px; }

.chosen-container {
  display: none; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
.woocommerce form .form-row textarea {
  height: auto; }
.woocommerce form.checkout_coupon {
  border: 0;
  padding: 0; }

.b-option-cart__items__img .view img {
  width: 50px;
  height: auto; }

.b-option-cart__btn {
  text-align: center; }
  .b-option-cart__btn .button-xs {
    padding: 10px 16px 8px; }

.woocommerce .order_details {
  padding: 0; }
  .woocommerce .order_details li {
    font-size: 0.92308em;
    line-height: 1.16667;
    color: #8b8b8b;
    border-right: 1px solid #dfdfdf; }
    .woocommerce .order_details li strong {
      font-size: 1.07692em;
      line-height: 1;
      margin-top: 5px;
      color: #666666; }

.b-option-cart__items {
  border-top: 3px solid #72be58; }

.b-tag-boxed {
  margin-top: -3px;
  margin-bottom: 11px; }

.b-product-single-coupon__item {
  padding: 0 !important;
  height: 30px; }
  .b-product-single-coupon__item:before {
    content: "\f061";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.b-product-single-coupon__input {
  border: none;
  background: none;
  min-height: 31px; }

.b-product-social_icons {
  line-height: 1.2; }

table.shop_attributes td {
  padding: 0 10px; }
  table.shop_attributes td p {
    margin: 0; }
table.shop_attributes th {
  padding: 0 10px 0 0; }

.commentlist {
  list-style-type: none;
  padding: 0; }
  .commentlist .comment {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .commentlist .comment:first-child {
      margin-top: 30px; }
  .commentlist .comment_container .avatar {
    float: left;
    border-radius: 50%;
    margin-right: 25px; }
  .commentlist .comment_container .comment-text {
    overflow: hidden; }
    .commentlist .comment_container .comment-text .meta strong {
      font-size: 1.23077em;
      line-height: 1;
      color: #72be58; }
    .commentlist .comment_container .comment-text .star-rating {
      font-size: 0.76923em;
      line-height: 1;
      color: #898989;
      margin-bottom: 5px; }

/* Wordpress Support - Contact Form
// ========================================================================== */
.wpcf7 {
  width: 265px; }

.wpcf7-form p,
.wpcf7-list-item-label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #333333; }

.wpcf7-form-control-wrap {
  margin: 5px 0 15px;
  display: block; }

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="URL"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  height: auto; }

.wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle; }

.wpcf7-form-control-wrap input[type="checkbox"],
.wpcf7-form-control-wrap input[type="radio"] {
  vertical-align: middle;
  margin-top: 0; }

.wpcf7-list-item {
  display: block;
  margin-bottom: 7px; }

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  width: 233px; }

.wpcf7-quiz-label {
  margin: 0 0 5px; }

.wpcf7-quiz {
  margin: 7px 0 0; }

.wpcf7-submit {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 12px;
  background-color: #72be58;
  background-image: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48;
  border: 0;
  border-radius: 2px;
  border-bottom: 3px solid #5e9c48;
  font-weight: 700; }
  .wpcf7-submit:hover {
    background: #5e9c48; }
  .wpcf7-submit:focus {
    outline: 0; }

div.wpcf7-validation-errors {
  color: #555;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  border-color: #72be58;
  border-radius: 4px; }

.wpcf7-form-control-wrap label.ui-checkbox,
.wpcf7-form-control-wrap label.ui-radio {
  padding-left: 0; }

.chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto;
    padding: 0; }
  .chosen-container-multi .chosen-choices li.search-choice {
    font-size: 0.92308em;
    line-height: 1;
    border: 0;
    background: whitesmoke;
    color: #898989; }
    .chosen-container-multi .chosen-choices li.search-choice:hover {
      background: #72be58;
      color: #fff; }
      .chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close {
        color: #fff; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      color: #898989; }
.chosen-container-multi.chosen-container .chosen-drop {
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-top: 0; }
  .chosen-container-multi.chosen-container .chosen-drop .chosen-results {
    padding-bottom: 10px; }
    .chosen-container-multi.chosen-container .chosen-drop .chosen-results li {
      font-size: 0.92308em;
      line-height: 1.16667;
      color: #666666; }
      .chosen-container-multi.chosen-container .chosen-drop .chosen-results li.result-selected {
        color: #adadad; }
      .chosen-container-multi.chosen-container .chosen-drop .chosen-results li:hover, .chosen-container-multi.chosen-container .chosen-drop .chosen-results li .highlighted {
        color: #fff;
        background: #72be58; }

.ui-selectmenu-button {
  font-size: 1.07692em;
  line-height: 1.42857;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 33px;
  border: 1px solid #ccc;
  width: 100%; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 1.07692em;
    line-height: 1.14286;
    padding: 6px 12px;
    overflow: visible;
    color: #666666; }

.ui-selectmenu-menu .ui-menu {
  margin-top: -2px;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  background: #fff;
  max-height: 302px;
  overflow-x: auto; }

.contact-form-error.error {
  color: #cc1212; }

.b-form-row .b-btn:focus {
  color: #fff; }

/* Wordpress Support - Gravity Forms
// ========================================================================== */
.gform_hr, .gform_wrapper .gform_heading, .gform_wrapper .gfield.gsection {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8; }

.gform_error_msg, .gform_wrapper div.validation_error, .gform_wrapper .gfield.gfield_error.gfield_contains_required {
  font-size: 1em;
  line-height: 1.2;
  color: #ff391f;
  background: #ffd6d1;
  border: 1px solid #f9bdb6;
  display: block;
  padding: 12px 10px 10px 10px !important;
  width: 100%; }

.gform_wrapper {
  font-family: "Open Sans", sans-serif !important; }
  .gform_wrapper .gform_heading {
    width: 100%; }
    .gform_wrapper .gform_heading .gform_title {
      font-size: 1.84615em;
      line-height: 1.58333;
      color: #72be58;
      font-weight: 300;
      text-transform: none;
      margin-bottom: 10px; }
  .gform_wrapper .gfield_list input {
    width: 100%; }
  .gform_wrapper .gform_footer {
    margin-top: 0;
    padding-top: 0;
    width: 100%; }
  .gform_wrapper .gform_footer.right_label,
  .gform_wrapper .gform_footer.left_label {
    padding: 0; }
  .gform_wrapper .gform_page_footer {
    border-top: 0;
    padding: 0;
    width: 100%; }
  .gform_wrapper .gf_page_steps {
    width: 100%; }
    .gform_wrapper .gf_page_steps .gf_step_active {
      color: #72be58; }
  .gform_wrapper .gf_progressbar_wrapper {
    width: 100%; }
    .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
      width: 100%; }
  .gform_wrapper div.validation_error:before {
    content: "\f071";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.4em; }
  .gform_wrapper .gfield_required {
    color: #cc1212; }
  .gform_wrapper .gfield {
    margin-bottom: 10px; }
    .gform_wrapper .gfield:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .gform_wrapper .gfield input[type=text],
    .gform_wrapper .gfield textarea,
    .gform_wrapper .gfield .chosen-choices {
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      color: #555;
      display: block;
      height: 34px;
      padding: 6px 12px;
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
      .gform_wrapper .gfield input[type=text]:focus,
      .gform_wrapper .gfield textarea:focus,
      .gform_wrapper .gfield .chosen-choices:focus {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0; }
      .gform_wrapper .gfield input[type=text]::-moz-placeholder,
      .gform_wrapper .gfield textarea::-moz-placeholder,
      .gform_wrapper .gfield .chosen-choices::-moz-placeholder {
        color: #989898;
        opacity: 1; }
      .gform_wrapper .gfield input[type=text]:-ms-input-placeholder,
      .gform_wrapper .gfield textarea:-ms-input-placeholder,
      .gform_wrapper .gfield .chosen-choices:-ms-input-placeholder {
        color: #989898; }
      .gform_wrapper .gfield input[type=text]::-webkit-input-placeholder,
      .gform_wrapper .gfield textarea::-webkit-input-placeholder,
      .gform_wrapper .gfield .chosen-choices::-webkit-input-placeholder {
        color: #989898; }
    .gform_wrapper .gfield .gfield_description {
      font-family: "Open Sans", sans-serif; }
    .gform_wrapper .gfield .gfield_time_hour {
      margin-top: 4px;
      overflow: visible !important; }
      .gform_wrapper .gfield .gfield_time_hour input {
        display: inline-block;
        height: 30px;
        margin-right: 5px;
        margin-top: -4px; }
    .gform_wrapper .gfield .gfield_time_minute {
      margin-top: 4px;
      overflow: visible !important; }
      .gform_wrapper .gfield .gfield_time_minute input {
        display: inline-block;
        height: 30px;
        margin-top: -4px; }
    .gform_wrapper .gfield input {
      font-size: 1.07692em;
      line-height: 1.42857; }
    .gform_wrapper .gfield .textarea {
      font-size: 0.92308em;
      line-height: 1.2;
      height: auto; }
    .gform_wrapper .gfield .ginput_container > span {
      margin-bottom: 10px; }
    .gform_wrapper .gfield .chosen-choices {
      height: auto;
      min-height: 34px; }
      .gform_wrapper .gfield .chosen-choices li.search-field input {
        color: #989898;
        padding: 0; }
    .gform_wrapper .gfield .chosen-container .chosen-choices li.search-choice {
      margin: 5px 5px 5px 0; }
    .gform_wrapper .gfield .chosen-container .chosen-results {
      border: 1px solid #dddddd;
      border-top: 0;
      background-color: #f3f3f3;
      padding-bottom: 0;
      margin-top: 5px;
      overflow: auto;
      overflow-x: hidden; }
      .gform_wrapper .gfield .chosen-container .chosen-results li {
        padding: 7px 1em 7px .8em;
        border-top: 1px solid #dddddd;
        color: #666666;
        position: relative;
        margin: 0; }
        .gform_wrapper .gfield .chosen-container .chosen-results li.highlighted {
          background: #c3c4c5;
          color: #fff; }
        .gform_wrapper .gfield .chosen-container .chosen-results li.result-selected {
          color: #adadad; }
    .gform_wrapper .gfield .chosen-container-active .chosen-choices li.search-field input[type=text] {
      color: #666666 !important; }
    .gform_wrapper .gfield.gfield_price {
      border-bottom: 1px solid #dddddd;
      padding: 7px 0; }
    .gform_wrapper .gfield .ginput_product_price_label,
    .gform_wrapper .gfield .ginput_quantity_label {
      font-size: 1.07692em;
      line-height: 1.2; }
    .gform_wrapper .gfield .ginput_quantity_label {
      border-left: 1px solid #dddddd;
      padding-left: 7px; }
    .gform_wrapper .gfield input[type=text].ginput_quantity {
      display: inline-block;
      width: auto; }
    .gform_wrapper .gfield .ginput_product_price {
      font-size: 1.15385em;
      line-height: 1.2;
      color: #72be58;
      font-weight: 700; }
    .gform_wrapper .gfield input.large,
    .gform_wrapper .gfield textarea.large,
    .gform_wrapper .gfield select.large {
      width: 100%; }
      .gform_wrapper .gfield input.large + span.ui-selectmenu-button, .gform_wrapper .gfield input.large + .chosen-container,
      .gform_wrapper .gfield textarea.large + span.ui-selectmenu-button,
      .gform_wrapper .gfield textarea.large + .chosen-container,
      .gform_wrapper .gfield select.large + span.ui-selectmenu-button,
      .gform_wrapper .gfield select.large + .chosen-container {
        max-width: 100%; }
    .gform_wrapper .gfield input.medium,
    .gform_wrapper .gfield textarea.medium,
    .gform_wrapper .gfield select.medium {
      width: 50%; }
      .gform_wrapper .gfield input.medium + span.ui-selectmenu-button, .gform_wrapper .gfield input.medium + .chosen-container,
      .gform_wrapper .gfield textarea.medium + span.ui-selectmenu-button,
      .gform_wrapper .gfield textarea.medium + .chosen-container,
      .gform_wrapper .gfield select.medium + span.ui-selectmenu-button,
      .gform_wrapper .gfield select.medium + .chosen-container {
        max-width: 50%; }
    .gform_wrapper .gfield input[type=file].medium {
      width: 100%; }
    .gform_wrapper .gfield input.small,
    .gform_wrapper .gfield textarea.small,
    .gform_wrapper .gfield select.small {
      width: 25%; }
      .gform_wrapper .gfield input.small + span.ui-selectmenu-button, .gform_wrapper .gfield input.small + .chosen-container,
      .gform_wrapper .gfield textarea.small + span.ui-selectmenu-button,
      .gform_wrapper .gfield textarea.small + .chosen-container,
      .gform_wrapper .gfield select.small + span.ui-selectmenu-button,
      .gform_wrapper .gfield select.small + .chosen-container {
        max-width: 25%; }
    .gform_wrapper .gfield label,
    .gform_wrapper .gfield .gfield_label {
      font-size: 1em;
      line-height: 1.15385;
      font-weight: normal;
      text-align: left; }
    .gform_wrapper .gfield.gsection .gsection_title {
      width: 100%;
      margin-bottom: 15px !important; }
    .gform_wrapper .gfield .gsection_description {
      font-size: 0.92308em;
      line-height: 2;
      font-family: "Open Sans", sans-serif;
      padding: 0;
      width: 100%; }
    .gform_wrapper .gfield.gfield_error .ginput_container {
      max-width: 100%; }
    .gform_wrapper .gfield .gfield_time_ampm {
      width: 70px; }
    .gform_wrapper .gfield .gfield_radio li input[type=text],
    .gform_wrapper .gfield .gfield_checkbox li input[type=text] {
      display: inline-block; }
    .gform_wrapper .gfield .gfield_radio li label,
    .gform_wrapper .gfield .gfield_checkbox li label {
      display: inline-block;
      margin-left: 0; }
    .gform_wrapper .gfield .gfield_checkbox {
      padding-top: 8px; }
    .gform_wrapper .gfield .gfield_radio {
      padding-top: 10px; }
  .gform_wrapper .ginput_complex .name_prefix,
  .gform_wrapper .ginput_complex .name_suffix {
    width: 100px !important; }
  .gform_wrapper .ginput_complex .ginput_full input[type=text] {
    width: 100% !important; }
  .gform_wrapper .ginput_complex .ginput_right input[type=text] {
    width: 100% !important; }
  @media screen and (max-width: 767px) {
    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex .ginput_right {
      float: none;
      width: 100%; } }
  .gform_wrapper span.ui-icon {
    right: 9px;
    margin-top: -2px;
    position: absolute;
    border-style: solid;
    border-width: 6px;
    border-color: #fff transparent transparent transparent; }
  .gform_wrapper span.ui-selectmenu-button {
    font-size: 1em;
    line-height: 1.69231;
    outline: 0 none;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #666666;
    display: block;
    overflow: inherit;
    padding: 6px 0; }
    .gform_wrapper span.ui-selectmenu-button span.ui-selectmenu-text {
      font-size: 1em;
      line-height: 1.38462;
      padding-right: 3.1em;
      padding-left: 0.8em;
      overflow: visible;
      padding-top: 0; }
    .gform_wrapper span.ui-selectmenu-button:before {
      content: '';
      height: 100%;
      border-left: 1px solid #72be58;
      background-color: #72be58;
      box-shadow: 0 0 0 1px #72be58;
      border-radius: 2px;
      position: absolute;
      right: 29px;
      width: 30px;
      margin-right: -30px;
      top: 0; }
  .gform_wrapper .input[type=submit].gform_button,
  .gform_wrapper input.button {
    font-size: 1.23077em;
    line-height: 1;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    border-radius: 2px;
    background: #72be58;
    border-color: #5e9c48;
    border-style: solid;
    border-width: 0 0 3px 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    padding: 12px 15px 8px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #5e9c48;
    width: 100%; }
    @media screen and (max-width: 979px) {
      .gform_wrapper .input[type=submit].gform_button,
      .gform_wrapper input.button {
        font-size: 1em;
        line-height: 1;
        padding: 10px 15px 6px; } }
    .gform_wrapper .input[type=submit].gform_button:hover,
    .gform_wrapper input.button:hover {
      background: #5e9c48;
      color: #fff; }
  .gform_wrapper input[type=button].button {
    background-color: #999;
    border-color: #868686;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 15px 0;
    text-shadow: none;
    text-transform: none;
    width: auto; }
    .gform_wrapper input[type=button].button:hover {
      background-color: #868686; }
  .gform_wrapper .top_label .gfield_label {
    margin-top: 0; }
  .gform_wrapper .left_label .gfield_label {
    width: 130px;
    margin-right: 10px;
    padding-top: 8px; }
  .gform_wrapper .left_label .gfield_description {
    margin-left: 140px;
    width: auto;
    font-family: "Open Sans", sans-serif; }
  .gform_wrapper .left_label .instruction {
    margin-left: 0; }
  .gform_wrapper .left_label .ginput_container {
    overflow: hidden; }
    .gform_wrapper .left_label .ginput_container input {
      font-size: 1em;
      line-height: 1.38462; }
    .gform_wrapper .left_label .ginput_container textarea {
      font-size: 1em;
      line-height: 1.38462; }
  .gform_wrapper .right_label .gfield_label {
    width: 130px;
    padding-top: 8px;
    margin: 0 0 0 15px;
    float: right;
    text-align: right; }
  .gform_wrapper .right_label .gfield_description {
    font-family: "Open Sans", sans-serif;
    margin-right: 140px;
    width: auto;
    margin-left: 0;
    text-align: right; }
  .gform_wrapper .right_label .instruction {
    margin-right: 0;
    margin-left: 0; }
  .gform_wrapper .right_label .ginput_container {
    overflow: hidden; }
    .gform_wrapper .right_label .ginput_container input,
    .gform_wrapper .right_label .ginput_container span.ui-selectmenu-button,
    .gform_wrapper .right_label .ginput_container .textarea,
    .gform_wrapper .right_label .ginput_container .chosen-container {
      float: right; }
    .gform_wrapper .right_label .ginput_container .gfield_radio input {
      float: none; }
  .gform_wrapper .right_label .gfield_error input.large {
    width: 100%; }
  .gform_wrapper table.gfield_list td.gfield_list_icons {
    width: 55px;
    vertical-align: middle; }

/* Wordpress Support - Forms
// ========================================================================== */
span.ui-checkbox {
  display: inline-block;
  line-height: 16px;
  min-height: 16px;
  position: relative;
  cursor: pointer;
  vertical-align: top; }
  span.ui-checkbox:before, span.ui-checkbox:after {
    content: "";
    display: inline-block;
    border-radius: 2px;
    vertical-align: bottom; }
  span.ui-checkbox:before {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: inset 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd; }
  span.ui-checkbox.ui-checkbox-checked:after {
    font-size: 12px;
    line-height: 1;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #72be58;
    position: absolute;
    top: 2px;
    left: 2px; }

span.ui-radio {
  display: inline-block;
  line-height: 16px;
  min-height: 16px;
  position: relative;
  cursor: pointer;
  vertical-align: top; }
  span.ui-radio:before, span.ui-radio:after {
    content: "";
    display: inline-block;
    border-radius: 50%; }
  span.ui-radio:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-color: #fff;
    box-shadow: inset 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd;
    vertical-align: bottom; }
  span.ui-radio.ui-radio-checked:before {
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  span.ui-radio.ui-radio-checked:after {
    background-color: #72be58;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px; }

label.ui-checkbox,
label.ui-radio {
  font-size: 1em;
  line-height: 1.53846;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  padding-left: 8px; }

#buddypress div.item-list-tabs ul li span span.ui-selectmenu-text,
#buddypress div.item-list-tabs ul li span span {
  padding: 0; }

.b-product-cart-small .b-form-radio--nofloat {
  margin: 0; }
  .b-product-cart-small .b-form-radio--nofloat span {
    vertical-align: middle; }
.b-product-cart-small p {
  margin: 0 0 0 48px; }

.comment-form label {
  font-size: 1.07692em;
  line-height: 1.14286;
  color: #333333;
  margin: 0 15px 10px 0; }
.comment-form p {
  font-size: 1em; }
.comment-form input[type="text"] {
  font-size: 0.92308em;
  line-height: 2;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
.comment-form input[type="submit"] {
  font-size: 1em;
  line-height: 1;
  display: block;
  width: 100%;
  border-radius: 2px;
  border-bottom: 3px solid #5e9c48;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48;
  padding: 12px 15px 8px;
  background: #72be58; }
  .comment-form input[type="submit"]:hover {
    background: #5e9c48; }
  .comment-form input[type="submit"]:focus {
    outline: none; }

.b-search-box input::-moz-placeholder {
  line-height: 33px; }

@media screen and (max-width: 979px) {
  .input-number-more {
    top: 3px; }

  .input-number-less {
    top: 12px; } }
/* Wordpress Support - Login Form
// ========================================================================== */
.woocommerce form.login .lost_password {
  padding: 0 0 0 3px;
  font-size: 13px; }
.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
  float: none;
  width: 100%;
  overflow: hidden; }
  .woocommerce form.login .form-row-first label,
  .woocommerce form.login .form-row-last label {
    float: left;
    width: 130px;
    padding-top: 8px;
    font-size: 13px; }
    .woocommerce form.login .form-row-first label.ui-checkbox,
    .woocommerce form.login .form-row-last label.ui-checkbox {
      font-size: 13px; }
.woocommerce form.login label.ui-checkbox {
  font-size: 13px;
  padding-left: 0; }
.woocommerce form.login input.button {
  display: block;
  width: 100%;
  border-radius: 2px;
  border-bottom: 3px solid #5e9c48;
  padding: 12px 15px 8px;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #5e9c48;
  background: #72be58;
  cursor: pointer;
  font-weight: 700;
  margin: 5px 0 8px; }
  .woocommerce form.login input.button:hover {
    background: #5e9c48; }
.woocommerce form.login span.ui-checkbox {
  vertical-align: middle; }

.woocommerce form .form-row {
  margin: 0; }
  .woocommerce form .form-row input.input-text {
    overflow: hidden; }
.woocommerce .b-product-cart-small form.login {
  border: 0; }
.woocommerce .b-product-cart-small p {
  margin: 0; }

.woocommerce .b-frexy-demo-signin form .form-row {
  margin-bottom: 10px; }

/* Wordpress Support - BBPress Plugin
// ========================================================================== */
#bbpress-forums a:hover {
  text-decoration: underline; }

#bbpress-forums .bbp-pagination-links a:hover {
  text-decoration: none; }

#bbpress-forums #bbp-search-form div {
  padding-right: 47px;
  position: relative;
  margin-bottom: 15px; }
  #bbpress-forums #bbp-search-form div #bbp_search {
    width: 100%; }
  #bbpress-forums #bbp-search-form div input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  #bbpress-forums #bbp-search-form div input[type="submit"] {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 33px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-indent: 99999px;
    overflow: hidden;
    border-bottom: 2px solid #5e9c48;
    background: none; }
  #bbpress-forums #bbp-search-form div input:focus {
    outline: 0; }
  #bbpress-forums #bbp-search-form div:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 1.07692em;
    line-height: 2.42857;
    color: white;
    cursor: pointer;
    width: 34px;
    height: 33px;
    border-radius: 3px;
    border: 0;
    border-bottom: 2px solid #5e9c48;
    background: #72be58; }
#bbpress-forums .bbp-forums,
#bbpress-forums .bbp-topics,
#bbpress-forums .bbp-replies,
#bbpress-forums .bbp-search-results {
  border: 0;
  overflow: hidden;
  border: 0;
  margin-bottom: 20px;
  clear: both; }
#bbpress-forums .bbp-topics {
  overflow: visible; }

#bbpress-forums li.bbp-header {
  font-size: 1.38462em;
  line-height: 1.11111;
  font-weight: 700;
  color: #fff;
  background: #72be58;
  padding: 18px 0;
  font-family: "Open Sans", sans-serif; }
  #bbpress-forums li.bbp-header .forum-titles li {
    padding: 0 15px; }
    #bbpress-forums li.bbp-header .forum-titles li.bbp-forum-topic-count {
      width: 11%; }
    #bbpress-forums li.bbp-header .forum-titles li.bbp-forum-freshness {
      width: 23%; }
#bbpress-forums tbody.bbp-body .bbp-topic-title .bbp-forum-title,
#bbpress-forums tbody.bbp-body .bbp-topic-title .bbp-topic-permalink {
  font-size: 1.23077em;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  color: #000; }
  #bbpress-forums tbody.bbp-body .bbp-topic-title .bbp-forum-title:hover,
  #bbpress-forums tbody.bbp-body .bbp-topic-title .bbp-topic-permalink:hover {
    color: #72be58; }
@media screen and (min-width: 640px) {
  #bbpress-forums tbody.bbp-body td {
    padding: 14px 15px; } }
@media screen and (max-width: 639px) {
  #bbpress-forums tbody.bbp-body td.bbp-topic-title {
    width: 40%; }
  #bbpress-forums tbody.bbp-body td.bbp-topic-reply-count, #bbpress-forums tbody.bbp-body td.bbp-topic-voice-count, #bbpress-forums tbody.bbp-body td.bbp-forum-topic-count, #bbpress-forums tbody.bbp-body td.bbp-forum-reply-count {
    width: 7%; }
  #bbpress-forums tbody.bbp-body td.bbp-topic-freshness, #bbpress-forums tbody.bbp-body td.bbp-forum-freshness {
    width: 30%; } }
#bbpress-forums tbody.bbp-body td.bbp-topic-reply-count, #bbpress-forums tbody.bbp-body td.bbp-topic-voice-count, #bbpress-forums tbody.bbp-body td.bbp-forum-topic-count, #bbpress-forums tbody.bbp-body td.bbp-forum-reply-count {
  width: 11%; }
#bbpress-forums tbody.bbp-body td.bbp-topic-freshness, #bbpress-forums tbody.bbp-body td.bbp-forum-freshness {
  width: 23%; }
#bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-forum-title,
#bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-permalink, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-forum-title,
#bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-permalink {
  font-size: 1.23077em;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  color: #000; }
  #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-forum-title:hover,
  #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-permalink:hover, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-forum-title:hover,
  #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-permalink:hover {
    color: #72be58; }
#bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-forum-content, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-forum-content {
  font-size: 0.92308em;
  line-height: 1.66667;
  color: #333333;
  margin: 10px 0 0; }
  #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-forum-content a, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-forum-content a {
    color: #72be58; }
    #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-forum-content a:hover, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-forum-content a:hover {
      color: #333333; }
#bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-meta, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-meta {
  font-size: 0.92308em;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  margin-top: 10px; }
  #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-meta a, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-meta a {
    color: #000; }
    #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-meta a:hover, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-meta a:hover {
      color: #72be58; }
  #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-meta .bbp-author-avatar, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-meta .bbp-author-avatar {
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
    border-radius: 50%;
    margin: 0 0 0 7px;
    vertical-align: middle; }
    #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-meta .bbp-author-avatar img, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-meta .bbp-author-avatar img {
      border-radius: 50%;
      margin: 0;
      border: 0;
      display: block; }
  #bbpress-forums tbody.bbp-body td.bbp-forum-info .bbp-topic-meta .bbp-author-name, #bbpress-forums tbody.bbp-body td.bbp-topic-title .bbp-topic-meta .bbp-author-name {
    margin: 0 0 0 3px; }
#bbpress-forums tbody.bbp-body td.bbp-forum-topic-count, #bbpress-forums tbody.bbp-body td.bbp-forum-freshness, #bbpress-forums tbody.bbp-body td.bbp-forum-reply-count, #bbpress-forums tbody.bbp-body td.bbp-topic-voice-count, #bbpress-forums tbody.bbp-body td.bbp-topic-reply-count, #bbpress-forums tbody.bbp-body td.bbp-topic-freshness {
  font-size: 1.07692em;
  line-height: 1.42857;
  font-family: "Open Sans", sans-serif;
  color: #000; }
  #bbpress-forums tbody.bbp-body td.bbp-forum-topic-count a, #bbpress-forums tbody.bbp-body td.bbp-forum-freshness a, #bbpress-forums tbody.bbp-body td.bbp-forum-reply-count a, #bbpress-forums tbody.bbp-body td.bbp-topic-voice-count a, #bbpress-forums tbody.bbp-body td.bbp-topic-reply-count a, #bbpress-forums tbody.bbp-body td.bbp-topic-freshness a {
    color: #000; }
    #bbpress-forums tbody.bbp-body td.bbp-forum-topic-count a:hover, #bbpress-forums tbody.bbp-body td.bbp-forum-freshness a:hover, #bbpress-forums tbody.bbp-body td.bbp-forum-reply-count a:hover, #bbpress-forums tbody.bbp-body td.bbp-topic-voice-count a:hover, #bbpress-forums tbody.bbp-body td.bbp-topic-reply-count a:hover, #bbpress-forums tbody.bbp-body td.bbp-topic-freshness a:hover {
      color: #72be58; }
#bbpress-forums tbody.bbp-body td.bbp-forum-freshness .bbp-topic-freshness-author a, #bbpress-forums tbody.bbp-body td.bbp-topic-freshness .bbp-topic-freshness-author a {
  vertical-align: middle; }
#bbpress-forums tbody.bbp-body td.bbp-forum-freshness .bbp-author-avatar, #bbpress-forums tbody.bbp-body td.bbp-topic-freshness .bbp-author-avatar {
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
  border-radius: 50%;
  margin: 0 5px; }
  #bbpress-forums tbody.bbp-body td.bbp-forum-freshness .bbp-author-avatar img, #bbpress-forums tbody.bbp-body td.bbp-topic-freshness .bbp-author-avatar img {
    border-radius: 50%;
    margin: 0;
    border: 0;
    display: block; }
#bbpress-forums tbody.bbp-body td .bbp-topic-voice-count, #bbpress-forums tbody.bbp-body td .bbp-topic-reply-count {
  text-align: center; }
#bbpress-forums li.bbp-body {
  border-top: 0;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf; }
  #bbpress-forums li.bbp-body ul.forum,
  #bbpress-forums li.bbp-body ul.topic {
    border-top: 0;
    overflow: hidden;
    padding: 0; }
    #bbpress-forums li.bbp-body ul.forum li,
    #bbpress-forums li.bbp-body ul.topic li {
      padding: 14px 15px; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-topic-reply-count, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-voice-count, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-topic-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-reply-count {
        width: 11%; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-topic-freshness, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness {
        width: 23%; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-title,
      #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-permalink, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-forum-title,
      #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-permalink,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-forum-title,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-permalink,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-forum-title,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-permalink {
        font-size: 1.23077em;
        line-height: 1.25;
        font-family: "Open Sans", sans-serif;
        color: #000; }
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-title:hover,
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-permalink:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-forum-title:hover,
        #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-permalink:hover,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-forum-title:hover,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-permalink:hover,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-forum-title:hover,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-permalink:hover {
          color: #72be58; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-forum-content,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-forum-content,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-forum-content {
        font-size: 0.92308em;
        line-height: 1.66667;
        color: #333333;
        margin: 10px 0 0; }
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content a, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-forum-content a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-forum-content a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-forum-content a {
          color: #72be58; }
          #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-forum-content a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-forum-content a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-forum-content a:hover {
            color: #333333; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-meta, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-meta,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-meta,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta {
        font-size: 0.92308em;
        line-height: 1.5;
        font-family: "Open Sans", sans-serif;
        color: #333333;
        margin-top: 10px; }
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-meta a, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-meta a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-meta a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta a {
          color: #000; }
          #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-meta a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-meta a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-meta a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta a:hover {
            color: #72be58; }
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-meta .bbp-author-avatar, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-meta .bbp-author-avatar,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-meta .bbp-author-avatar,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-author-avatar {
          display: inline-block;
          border: 2px solid #fff;
          box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
          border-radius: 50%;
          margin: 0 0 0 7px;
          vertical-align: middle; }
          #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-meta .bbp-author-avatar img, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-meta .bbp-author-avatar img,
          #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-meta .bbp-author-avatar img,
          #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-author-avatar img {
            border-radius: 50%;
            margin: 0;
            border: 0;
            display: block; }
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-topic-meta .bbp-author-name, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-title .bbp-topic-meta .bbp-author-name,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-info .bbp-topic-meta .bbp-author-name,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-author-name {
          margin: 0 0 0 3px; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-voice-count, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-reply-count, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-freshness,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-topic-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-reply-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness {
        font-size: 1.07692em;
        line-height: 1.42857;
        font-family: "Open Sans", sans-serif;
        color: #000; }
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count a, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness a, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count a, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-voice-count a, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-reply-count a, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-freshness a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-topic-count a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-reply-count a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count a,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness a {
          color: #000; }
          #bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-voice-count a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-reply-count a:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-freshness a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-forum-topic-count a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-forum-reply-count a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count a:hover,
          #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness a:hover {
            color: #72be58; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness .bbp-topic-freshness-author a, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-freshness .bbp-topic-freshness-author a,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness .bbp-topic-freshness-author a,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness .bbp-topic-freshness-author a {
        vertical-align: middle; }
      #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness .bbp-author-avatar, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-freshness .bbp-author-avatar,
      #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness .bbp-author-avatar,
      #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness .bbp-author-avatar {
        display: inline-block;
        border: 2px solid #fff;
        box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
        border-radius: 50%;
        margin: 0 5px; }
        #bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness .bbp-author-avatar img, #bbpress-forums li.bbp-body ul.forum li.bbp-topic-freshness .bbp-author-avatar img,
        #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness .bbp-author-avatar img,
        #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness .bbp-author-avatar img {
          border-radius: 50%;
          margin: 0;
          border: 0;
          display: block; }
#bbpress-forums ul.odd {
  background: #f2f2f2; }
#bbpress-forums ul.even {
  background: #fff; }

.bbp-topic-form {
  padding-top: 50px; }

#bbpress-forums fieldset {
  margin: 0; }
  #bbpress-forums fieldset.bbp-form {
    border: 0;
    padding: 0; }
    #bbpress-forums fieldset.bbp-form legend {
      font-size: 1.84615em;
      line-height: 1.5;
      color: #72be58;
      padding: 0;
      padding-bottom: 15px;
      font-weight: 300;
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 25px; }
    #bbpress-forums fieldset.bbp-form label {
      font-size: 1.07692em;
      line-height: 1.14286;
      color: #333333;
      margin: 0 15px 10px 0; }
    #bbpress-forums fieldset.bbp-form input[type="text"] {
      font-size: 0.92308em;
      line-height: 2;
      display: block;
      width: 100%;
      height: 30px;
      padding: 0 10px;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px; }
#bbpress-forums div.wp-editor-container {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden; }

#bbpress-forums div.bbp-template-notice {
  white-space: nowrap; }
  #bbpress-forums div.bbp-template-notice .bbp-author-avatar {
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #21c2f8;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle; }
    #bbpress-forums div.bbp-template-notice .bbp-author-avatar img.avatar {
      border-radius: 50%;
      margin: 0;
      border: 0;
      display: block; }
  #bbpress-forums div.bbp-template-notice.info .bbp-author-avatar {
    border: 2px solid #fff;
    box-shadow: 0 0 2px #21c2f8; }
  #bbpress-forums div.bbp-template-notice.info a {
    color: #21c2f8; }
    #bbpress-forums div.bbp-template-notice.info a:hover {
      color: #468ec3; }
  #bbpress-forums div.bbp-template-notice .bbp-template-notice-container {
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  border-radius: 4px 4px 0 0; }
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border-radius: 0 0 4px 4px; }
#bbpress-forums .bbp-submit-wrapper {
  float: none; }
  #bbpress-forums .bbp-submit-wrapper button {
    font-size: 1em;
    line-height: 1;
    display: block;
    width: 100%;
    border-radius: 2px;
    border-bottom: 3px solid #5e9c48;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #5e9c48;
    padding: 12px 15px 8px;
    background: #72be58; }
    #bbpress-forums .bbp-submit-wrapper button:hover {
      background: #5e9c48; }

#subscription-toggle {
  margin-bottom: 15px;
  display: block; }

.subscription-toggle {
  font-size: 1.07692em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #898989; }
  .subscription-toggle:hover {
    color: #72be58; }

.bbp-reply-content #subscription-toggle {
  margin-bottom: 0;
  display: inline; }
  .bbp-reply-content #subscription-toggle .subscription-toggle {
    text-transform: none;
    font-size: 1em; }

.bbp-forum-info #subscription-toggle {
  margin: 0;
  display: inline-block; }

#bbpress-forums li.bbp-header .bbp-reply-content {
  font-size: 1em;
  color: #fff;
  line-height: 1; }
  #bbpress-forums li.bbp-header .bbp-reply-content a {
    font-weight: 700;
    color: #fff; }
#bbpress-forums li.bbp-header .bbp-reply-content {
  padding: 0 15px 0 0; }

.bbp-row-actions {
  display: inline-block;
  vertical-align: middle; }
  .bbp-row-actions #subscription-toggle,
  .bbp-row-actions #favorite-toggle {
    display: inline-block; }
    .bbp-row-actions #subscription-toggle span.is-subscribed,
    .bbp-row-actions #subscription-toggle span.is-favorite,
    .bbp-row-actions #favorite-toggle span.is-subscribed,
    .bbp-row-actions #favorite-toggle span.is-favorite {
      display: inline-block; }
      .bbp-row-actions #subscription-toggle span.is-subscribed a,
      .bbp-row-actions #subscription-toggle span.is-favorite a,
      .bbp-row-actions #favorite-toggle span.is-subscribed a,
      .bbp-row-actions #favorite-toggle span.is-favorite a {
        font-size: 1.07692em;
        line-height: 1.07143;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        background: #72be58;
        font-weight: bold;
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        padding: 0;
        vertical-align: middle;
        margin-right: 7px; }
        .bbp-row-actions #subscription-toggle span.is-subscribed a:hover,
        .bbp-row-actions #subscription-toggle span.is-favorite a:hover,
        .bbp-row-actions #favorite-toggle span.is-subscribed a:hover,
        .bbp-row-actions #favorite-toggle span.is-favorite a:hover {
          color: #72be58;
          border-color: #72be58;
          text-decoration: none;
          background: #fff; }

.bbp-pagination {
  margin-bottom: 15px; }
  .bbp-pagination .bbp-pagination-count {
    font-size: 1.07692em;
    line-height: 1.42857;
    font-family: "Open Sans", sans-serif;
    color: #5f5f5f;
    text-align: right; }

#bbpress-forums div.bbp-topic-tags {
  font-size: 1.07692em;
  line-height: 1.14286;
  color: #333333; }

#bbpress-forums li.bbp-footer {
  background: #72be58;
  color: #fff;
  border-top: 0; }
  #bbpress-forums li.bbp-footer .bbp-reply-content {
    color: #fff;
    line-height: 1; }

#bbpress-forums div.odd {
  background-color: #fff; }

#bbpress-forums div.bbp-reply-author img.avatar.avatar-default {
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
  border-radius: 50%;
  margin: 0 0 10px; }
#bbpress-forums .bbp-author-avatar > img {
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
  border-radius: 50%;
  margin: 0 0 10px; }

#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-topic-author {
  padding-top: 12px; }
  #bbpress-forums div.bbp-reply-author .bbp-author-avatar,
  #bbpress-forums div.bbp-topic-author .bbp-author-avatar {
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
    border-radius: 50%;
    margin: 0 5px; }
    #bbpress-forums div.bbp-reply-author .bbp-author-avatar img,
    #bbpress-forums div.bbp-topic-author .bbp-author-avatar img {
      border-radius: 50%;
      margin: 0;
      border: 0;
      display: block; }
  #bbpress-forums div.bbp-reply-author a.bbp-author-name,
  #bbpress-forums div.bbp-topic-author a.bbp-author-name {
    font-size: 1.07692em;
    line-height: 1.14286;
    margin: 8px 12px 0;
    color: #72be58;
    font-weight: bold; }
  #bbpress-forums div.bbp-reply-author .bbp-author-role,
  #bbpress-forums div.bbp-topic-author .bbp-author-role {
    font-size: 0.92308em;
    line-height: 1.33333;
    color: #333333;
    font-style: normal; }
  #bbpress-forums div.bbp-reply-author span.bbp-author-ip,
  #bbpress-forums div.bbp-topic-author span.bbp-author-ip {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #898989; }

span.bbp-admin-links a:hover {
  color: #72be58; }

.topic div.bbp-reply-content {
  font-size: 1.07692em;
  line-height: 1.57143;
  color: #333333; }

#bbpress-forums fieldset.bbp-form legend span.ui-checkbox {
  vertical-align: middle; }
#bbpress-forums fieldset.bbp-form legend label {
  font-size: 1em;
  line-height: 1;
  color: #72be58;
  padding: 0;
  font-weight: 300;
  margin: 0; }
#bbpress-forums fieldset.bbp-form p {
  margin: 0 0 15px; }

.bbp-topic-title {
  margin-top: 20px;
  white-space: normal; }
  .bbp-topic-title a {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }

#bbpress-forums div.bbp-topic-header {
  background: #f2f2f2; }

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.84615em;
  line-height: 1.5;
  color: #72be58;
  padding: 0;
  padding-bottom: 15px;
  font-weight: 300;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 25px; }
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  padding: 0; }
  #bbpress-forums #bbp-user-wrapper fieldset.bbp-form div {
    float: none;
    overflow: hidden; }
  #bbpress-forums #bbp-user-wrapper fieldset.bbp-form label[for] {
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    font-size: 1.07692em;
    line-height: 1.14286;
    color: #333333; }
  #bbpress-forums #bbp-user-wrapper fieldset.bbp-form input,
  #bbpress-forums #bbp-user-wrapper fieldset.bbp-form textarea {
    box-sizing: border-box;
    width: 80%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  #bbpress-forums #bbp-user-wrapper fieldset.bbp-form div.frexy_bbp_edit_user_display_name {
    width: 80%;
    box-sizing: border-box;
    float: left;
    margin: 0;
    clear: none; }
  #bbpress-forums #bbp-user-wrapper fieldset.bbp-form textarea {
    height: auto; }
  #bbpress-forums #bbp-user-wrapper fieldset.bbp-form fieldset.password {
    width: 80%; }
    #bbpress-forums #bbp-user-wrapper fieldset.bbp-form fieldset.password span.description {
      background: #bceeff;
      border: 1px solid #8ae1ff;
      color: #21c2f8; }
      #bbpress-forums #bbp-user-wrapper fieldset.bbp-form fieldset.password span.description:before {
        font-family: "FontAwesome";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        vertical-align: middle;
        margin-right: 0.4em; }
      #bbpress-forums #bbp-user-wrapper fieldset.bbp-form fieldset.password span.description.vc_alert_3d {
        box-shadow: 0 2px 0 #21c2f8; }
      #bbpress-forums #bbp-user-wrapper fieldset.bbp-form fieldset.password span.description:before {
        display: none; }
#bbpress-forums #bbp-your-profile fieldset.submit {
  border: 0;
  padding: 0;
  width: 80%;
  float: right; }
  #bbpress-forums #bbp-your-profile fieldset.submit button {
    font-size: 1em;
    line-height: 1;
    display: block;
    width: 100%;
    border-radius: 2px;
    border-bottom: 3px solid #5e9c48;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #5e9c48;
    padding: 12px 15px 8px;
    background: #72be58;
    font-weight: 700; }
    #bbpress-forums #bbp-your-profile fieldset.submit button:hover {
      background: #5e9c48; }
    #bbpress-forums #bbp-your-profile fieldset.submit button:focus {
      outline: none; }

#bbpress-forums #bbp-single-user-details #bbp-user-avatar .vcard {
  display: block; }
  #bbpress-forums #bbp-single-user-details #bbp-user-avatar .vcard a {
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
    border-radius: 50%;
    margin: 0 0 0 7px;
    vertical-align: middle;
    text-align: center;
    width: 136px;
    height: 136px;
    overflow: hidden;
    margin-top: 5px; }
    #bbpress-forums #bbp-single-user-details #bbp-user-avatar .vcard a img {
      margin: 0;
      border: 0;
      display: inline-block;
      height: 136px;
      width: auto; }
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  padding-top: 15px; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    color: #333333; }
    #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
      background: #72be58;
      color: #fff; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: #72be58;
    color: #fff;
    opacity: 1; }

.bbp-user-profile .bbp-user-section p {
  font-size: 1.07692em;
  line-height: 1.14286;
  color: #515151; }

.bbp-user-section .bbp-pagination {
  float: none;
  display: block;
  overflow: hidden;
  margin: 10px 0 25px; }

.bbp-pagination-links a,
.bbp-pagination-links span.current {
  color: #8b8b8b;
  font-size: 1.07692em;
  line-height: 1.2;
  padding: 8px 11px;
  position: relative;
  list-style-type: none;
  margin-right: 6px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: 0 0 5px #dbdbdb;
  height: 32px;
  min-width: 32px;
  font-weight: 700;
  opacity: 1; }
.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
  color: white;
  background-color: #72be58;
  border-color: #72be58;
  opacity: 1; }

#bbpress-forums p.bbp-topic-meta img.avatar {
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(42, 44, 46, 0.6);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 0;
  box-sizing: content-box; }

/* Wordpress Support - SideBar Menu
// ========================================================================== */
.b-menu-border {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
  margin-bottom: 0; }

.frexy-dynamic-sidebar .widget_nav_menu h4 {
  margin-bottom: 0; }
.frexy-dynamic-sidebar .widget_nav_menu ul {
  margin: 0;
  padding: 0; }
.frexy-dynamic-sidebar .widget_nav_menu li {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0; }
  .frexy-dynamic-sidebar .widget_nav_menu li a {
    color: #515151;
    display: block;
    margin: 0;
    padding-top: 12px; }
    .frexy-dynamic-sidebar .widget_nav_menu li a:after {
      content: '';
      display: block;
      padding-top: 7px;
      border-bottom: 1px solid #ececec; }
    .frexy-dynamic-sidebar .widget_nav_menu li a:before {
      display: none; }
    .frexy-dynamic-sidebar .widget_nav_menu li a:hover {
      background: #fafafa; }
  .frexy-dynamic-sidebar .widget_nav_menu li.current-menu-item > a {
    color: #72be58; }
.frexy-dynamic-sidebar .widget_nav_menu:first-child {
  margin-top: 0; }

/* Wordpress Support - Additional classes for demo site
// ========================================================================== */
.b-frexy-demo-video-preview h1, .b-frexy-demo-video-preview h2, .b-frexy-demo-video-preview h3 {
  white-space: nowrap;
  min-width: 0;
  min-height: 0; }
.b-frexy-demo-video-preview h2.f-video-slider-title {
  font-size: 29px;
  padding: 0;
  margin: 0;
  border-width: 0;
  line-height: 35px; }
.b-frexy-demo-video-preview h1.f-video-slider-title-big {
  font-size: 59px;
  padding: 0px 0px 6px;
  margin: 0px;
  border-width: 0px;
  line-height: 71px; }
.b-frexy-demo-video-preview h3.f-video-slider-desc {
  font-size: 18px;
  padding: 0px 0px 27px;
  margin: 0px 168px;
  border-width: 0px;
  line-height: 21px;
  min-width: 0px;
  min-height: 0px; }
.b-frexy-demo-video-preview .frexy-demo-button-1, .b-frexy-demo-video-preview .frexy-demo-button-2 {
  display: inline-block;
  font-size: 16px;
  padding: 16px 33px;
  border-width: 2px;
  line-height: 19px;
  min-width: 0px;
  min-height: 0px;
  white-space: nowrap; }
.b-frexy-demo-video-preview .frexy-demo-button-1 {
  margin: 0px 4px 0px 0px; }
.b-frexy-demo-video-preview .frexy-demo-button-2 {
  background: none;
  margin: 0px 0px 0px 4px; }
  .b-frexy-demo-video-preview .frexy-demo-button-2:hover {
    color: white;
    background: #e26228 !important;
    border: 2px solid #e26228; }

.b-demo-slider-container {
  height: 500px; }
  @media screen and (max-width: 1023px) {
    .b-demo-slider-container {
      height: auto; }
      .b-demo-slider-container .b-slider-lg-info-l__item-link {
        margin-top: 35px; } }

.b-demo-animation-image {
  margin-left: 2%; }

.b-demo-education-image {
  margin-bottom: -10px; }

.b-demo-video-section .b-bg-video_cont {
  padding-top: 200px;
  padding-bottom: 360px; }
@media screen and (max-width: 979px) {
  .b-demo-video-section {
    height: 645px !important; }
    .b-demo-video-section .b-bg-video_cont {
      padding-top: 50px;
      padding-bottom: 0; } }

.b-demo-portfolio-f .b-category-filter--portfolio.b-category-filter {
  border-bottom: 1px solid #ececec;
  margin-bottom: 45px;
  padding: 20px 0;
  background-image: url(../img/diagonal-line-bg-light.png); }
  .b-demo-portfolio-f .b-category-filter--portfolio.b-category-filter ul {
    padding: 0; }
.b-demo-portfolio-f .b-category-filter ul {
  line-height: 2.5; }

.b-infoblock-with-icon--sides-l {
  padding-right: 0; }

.b-infoblock-with-icon--sides-r {
  padding-left: 0; }

.f-demo-button-wrap {
  font-size: 1.3em;
  font-weight: normal; }
  .f-demo-button-wrap i.fa {
    padding-right: 5px; }

.b-frexy-demo-coming-soon .wpcf7 {
  width: auto; }
.b-frexy-demo-coming-soon .b-lg-container-title,
.b-frexy-demo-coming-soon .b-lg-container-description,
.b-frexy-demo-coming-soon .form-sign-up-hint {
  text-align: center; }
.b-frexy-demo-coming-soon .clocks {
  padding: 22px 0 42px; }
.b-frexy-demo-coming-soon .form-sign-up-inner .wpcf7-form-control-wrap {
  padding: 0;
  margin: 0; }
.b-frexy-demo-coming-soon .form-sign-up-inner {
  height: 41px; }
.b-frexy-demo-coming-soon .wpcf7-form-control-wrap input[type="email"] {
  border-radius: 21px;
  border: 0;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  outline: 0;
  padding-right: 90px;
  padding-left: 22px;
  position: relative;
  width: 100%;
  z-index: 1; }
.b-frexy-demo-coming-soon .frexy-demo-cs-submit {
  border-radius: 21px;
  border: 0;
  display: inline-block;
  outline: 0;
  z-index: 1;
  position: absolute;
  top: 6px;
  width: 77px;
  right: 7px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  line-height: 14px; }
.b-frexy-demo-coming-soon .ajax-loader {
  width: 0;
  height: 0; }
.b-frexy-demo-coming-soon .form-sign-up-hint {
  margin-top: 35px; }
.b-frexy-demo-coming-soon .wpcf7-not-valid-tip {
  color: #fff;
  text-align: center;
  margin-top: 18px; }
.b-frexy-demo-coming-soon .wpcf7-validation-errors,
.b-frexy-demo-coming-soon .wpcf7-mail-sent-ng,
.b-frexy-demo-coming-soon .wpcf7-mail-sent-ok {
  color: #ff391f;
  background: #ffd6d1;
  border: 1px solid #f9bdb6;
  box-shadow: none;
  text-shadow: none;
  max-width: 400px;
  width: 100%; }
.b-frexy-demo-coming-soon .wpcf7-response-output {
  padding: 10px !important;
  margin: 15px auto !important; }
.b-frexy-demo-coming-soon .wpcf7-mail-sent-ok {
  color: #6db74c;
  background: #c1faa8;
  border: 1px solid #9cff70; }

.b-frexy-demo-signin input[type="text"],
.b-frexy-demo-signin input[type="password"] {
  display: inline-block;
  width: 265px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.b-frexy-demo-signin .login-password label,
.b-frexy-demo-signin .login-username label {
  min-width: 116px;
  max-width: 116px; }
.b-frexy-demo-signin .login-remember {
  margin-left: 112px; }
.b-frexy-demo-signin .login-submit {
  margin-left: 120px; }
.b-frexy-demo-signin input[type="submit"] {
  border: none;
  padding: 10px;
  width: 265px;
  border-radius: 3px; }
@media screen and (max-width: 479px) {
  .b-frexy-demo-signin #create_account_email,
  .b-frexy-demo-signin #create_account_password,
  .b-frexy-demo-signin .login-remember,
  .b-frexy-demo-signin .login-submit {
    margin-left: 0; } }

.b-demo-pass-restore .wpcf7 {
  width: auto; }
.b-demo-pass-restore .ajax-loader {
  width: 0;
  height: 0; }
.b-demo-pass-restore .wpcf7-submit {
  height: 40px;
  font-size: 1.1em; }
.b-demo-pass-restore .wpcf7-not-valid-tip {
  margin-top: 16px; }
.b-demo-pass-restore .f-form-horizontal--mail .fa {
  z-index: 1;
  line-height: 1; }
.b-demo-pass-restore #create_account_email {
  padding-left: 38px; }
.b-demo-pass-restore .wpcf7-validation-errors,
.b-demo-pass-restore .wpcf7-mail-sent-ng,
.b-demo-pass-restore .wpcf7-mail-sent-ok {
  color: #ff391f;
  background: #ffd6d1;
  border: 1px solid #f9bdb6;
  box-shadow: none;
  text-shadow: none; }
.b-demo-pass-restore .wpcf7-mail-sent-ok {
  color: #6db74c;
  background: #c1faa8;
  border: 1px solid #9cff70;
  padding: 10px; }

.b-demo-register-client-slider {
  margin-left: -65px; }

@media screen and (max-width: 479px) {
  .b-demo-register-client-slider {
    margin-left: 0; } }
.b-frexy-demo-twitter-bottom-sidebar .widget_frexy_tab {
  margin-top: 0; }

/*# sourceMappingURL=main-green.css.map */
