﻿@charset "UTF-8";
/**
 * Theme Name: BGH2O
 * Theme URI: 
 * Author: Simplicity LLC
 * Author URI: http://www.simplicity.rs/
 * Description: 
 * Version: 1.0.0
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags:
 * Text Domain: 
 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-600 {
  max-width: 600px; }

.container-normal {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%;
	top: 0px;
	left: 0px;
}

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

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

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

.section-title {
  font-size: 24px;
  line-height: 28.8px;
  color: #000;
  font-weight: 300;
  margin-bottom: 15px; }

.btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
  padding: 0 30px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400; }

.btn-orange {
  background-color: #F5A800;
  border: 1px solid #F5A800;
  color: #fff; }
.btn-green {
	background-color: green;
	border: 1px solid green;
	color: #fff;
}
.btn-grey {
  border: 1px solid #8F9AAA;
  color: #8F9AAA; }

.btn-light-blue {
  background-color: #84DADE;
  color: #fff;
  border: 1px solid #84DADE; }

.btn-submit {
  border: 1px solid #84DADE !important;
  width: 100%;
  max-width: 125px;
  float: right;
  clear: both;
  font-size: 12px;
  text-transform: uppercase; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.acf_postbox {
  display: block !important; }

.short-pages {
  min-height: calc(100vh - 50px); }

.text-right {
  text-align: right !important; }

.fl-right {
  float: right; }

.no-borders {
  border: none !important; }

.navigation-wrap {
  padding: 0 10px;
  margin: 7px 0;
  position: relative;
  min-height: 50px; }
  @media (max-width: 1400px) {
    .navigation-wrap {
      padding-top: 50px; } }
  .navigation-wrap .logo-wrap {
    position: absolute;
    top: 0; }
    @media (min-width: 1550px) {
      .navigation-wrap .logo-wrap img {
        width: 150%;
        max-width: 150%; } }
  .navigation-wrap .logo-wrap--right {
    right: 10px;
    top: 0; }
    @media (min-width: 1550px) {
      .navigation-wrap .logo-wrap--right {
        right: 85px; }
        .navigation-wrap .logo-wrap--right img {
          width: 150%;
          max-width: 150%; } }
  .navigation-wrap .navigation .main-menu .menu {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0; }
    .navigation-wrap .navigation .main-menu .menu li {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .navigation-wrap .navigation .main-menu .menu li.active a {
        font-weight: 400;
        background-color: #E5E5E5;
        color: #000; }
      .navigation-wrap .navigation .main-menu .menu li.profile {
        position: relative; }
        .navigation-wrap .navigation .main-menu .menu li.profile .lang {
          position: absolute;
          top: 0;
          bottom: 0;
          height: 32px;
          width: 20px;
          text-align: center;
          background-color: #000; }
          @media (min-width: 1040px) {
            .navigation-wrap .navigation .main-menu .menu li.profile .lang {
              height: 54px;
              width: 40px;
              text-align: center; } }
          .navigation-wrap .navigation .main-menu .menu li.profile .lang a {
            display: block;
            height: 16px;
            font-size: 5px;
            line-height: 16px;
            font-weight: 500;
            color: #fff;
            padding: 0;
            background-color: #000; }
            @media (min-width: 1040px) {
              .navigation-wrap .navigation .main-menu .menu li.profile .lang a {
                height: 27px;
                line-height: 27px;
                font-size: 11px; } }
        .navigation-wrap .navigation .main-menu .menu li.profile .notifications {
          background-color: #FF1D25;
          font-family: 'Roboto Slab', serif;
          font-size: 11px;
          -webkit-border-radius: 50%;
          -khtml-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          display: block;
          position: absolute;
          top: -7px;
          right: -7px;
          width: 15px;
          height: 15px;
          color: #fff;
          line-height: 15px;
          text-align: center; }
        .navigation-wrap .navigation .main-menu .menu li.profile a {
          background-color: #474C55;
          color: #fff;
          padding-left: 40px; }
          @media (min-width: 1040px) {
            .navigation-wrap .navigation .main-menu .menu li.profile a {
              padding: 18px 20px 18px 56px; } }
      .navigation-wrap .navigation .main-menu .menu li.profile-active a {
        background-color: #fff;
        color: #000;
        border: 1px solid #000 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .navigation-wrap .navigation .main-menu .menu li.profile-active .lang {
        height: 33px !important; }
      .navigation-wrap .navigation .main-menu .menu li a {
        font-size: 10px;
        line-height: 12px;
        color: #474C55;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 25px;
        margin: 0;
        background-color: #F1F1F1;
        font-weight: 300; }
        @media (min-width: 1040px) {
          .navigation-wrap .navigation .main-menu .menu li a {
            font-size: 14px;
            line-height: 18px;
            padding: 18px 38px;
            letter-spacing: 2px; } }

@media (max-width: 991px) {
  .navigation-wrap {
    padding-top: 50px; }
    .navigation-wrap .navigation {
      width: auto;
      display: block;
      margin: auto;
      max-width: 640px;
      width: 100%; }
  .navigation-wrap .logo-wrap {
    position: absolute;
    top: 0; }
  .navigation-wrap .logo-wrap--right {
    right: 12px;
    top: 0; } }

@media (max-width: 660px) {
  .navigation-wrap .navigation .main-menu .menu li {
    width: 33%;
    text-align: center; }
    .navigation-wrap .navigation .main-menu .menu li a {
      width: 100%;
      padding: 10px; }
  .navigation-wrap .navigation .main-menu .menu li.profile a {
    padding-left: 20px; } }

footer .footer-gray {
  background-color: #474C55;
  color: #fff;
  height: 25px; }
  @media (min-width: 992px) {
    footer .footer-gray {
      height: 35px;
      line-height: 35px;
      font-size: 12px; } }
  @media (max-width: 767px) {
    footer .footer-gray {
      height: auto;
      padding-bottom: 10px; } }
  footer .footer-gray .container {
    position: relative; }
    footer .footer-gray .container .online-chat {
      position: absolute;
      right: 0;
      top: 3.5px;
      font-size: 8px;
      font-weight: 500; }
      @media (min-width: 992px) {
        footer .footer-gray .container .online-chat {
          height: 35px;
          line-height: 35px;
          font-size: 12px;
          top: 0; } }
      footer .footer-gray .container .online-chat a {
        color: #fff; }
      footer .footer-gray .container .online-chat img {
        margin-bottom: -6px; }
      @media (max-width: 767px) {
        footer .footer-gray .container .online-chat {
          position: relative;
          top: auto;
          right: auto;
          margin-bottom: 5px; } }
  footer .footer-gray a {
    color: #fff; }
  footer .footer-gray ul {
    margin-top: 8px;
    font-size: 8px;
    padding: 0;
    line-height: 8px; }
    @media (min-width: 992px) {
      footer .footer-gray ul {
        margin-top: 13px; } }
    @media (max-width: 767px) {
      footer .footer-gray ul {
        margin: 8px 0; } }
    footer .footer-gray ul li {
      display: inline-block;
      font-size: 8px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0 10px;
      border-right: 1px solid #fff; }
      @media (min-width: 992px) {
        footer .footer-gray ul li {
          line-height: 12px;
          font-size: 12px; } }
      footer .footer-gray ul li a {
        color: #fff; }
      @media (max-width: 767px) {
        footer .footer-gray ul li {
          display: block;
          border: none;
          text-align: center;
          margin-bottom: 10px; } }
      footer .footer-gray ul li span {
        color: #F5A800; }
      footer .footer-gray ul li:last-child {
        border-right: none; }

footer .footer-black {
  background-color: #000;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 8px;
  font-weight: 400; }
  @media (min-width: 992px) {
    footer .footer-black {
      height: 35px;
      line-height: 35px;
      font-size: 12px; } }
  @media (max-width: 767px) {
    footer .footer-black {
      height: auto;
      text-align: center;
      padding-top: 10px; }
      footer .footer-black span {
        display: block;
        margin-bottom: 10px;
        line-height: 8px; } }
  footer .footer-black a {
    color: #8F9AAA;
    text-decoration: underline;
    margin-left: 30px; }
    @media (max-width: 767px) {
      footer .footer-black a {
        margin-bottom: 10px;
        margin-left: 0;
        padding: 0;
        line-height: 8px;
        display: block; } }

.login footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.login-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  margin: auto;
  left: 0;
  right: 0; }

.eservices-logo {
  margin-bottom: 40px;
  text-align: center; }

.login-form {
  width: 125px;
  margin: auto;
  text-align: center; }
  .login-form input[type="email"], .login-form input[type="password"] {
    display: block;
    min-height: 20px;
    background-color: #F1F1F1;
    border: none;
    margin-bottom: 1px;
    padding: 0;
    line-height: 20px;
    max-width: 100%;
    color: #000;
    padding-left: 20px; }
    .login-form input[type="email"]::-webkit-input-placeholder, .login-form input[type="password"]::-webkit-input-placeholder {
      color: #000; }
    .login-form input[type="email"]:-moz-placeholder, .login-form input[type="password"]:-moz-placeholder {
      color: #000; }
    .login-form input[type="email"]::-moz-placeholder, .login-form input[type="password"]::-moz-placeholder {
      color: #000; }
    .login-form input[type="email"]:-ms-input-placeholder, .login-form input[type="password"]:-ms-input-placeholder {
      color: #000; }
  .login-form input[type="password"] {
    margin-bottom: 9px; }
  .login-form input[type="submit"] {
    width: 102px;
    text-align: left;
    color: #fff;
    background-color: #474C55;
    font-size: 10px;
    height: 33px;
    line-height: 33px;
    border: none;
    position: relative;
    background-image: url(assets/img/signin.png);
    background-repeat: no-repeat;
    background-size: 12.34px 15.34px;
    background-position: 13.11px 8.39px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 2.26px; }
  .login-form .input-with-icon {
    position: relative; }
    .login-form .input-with-icon span {
      position: absolute;
      left: 7px;
      color: #000;
      font-size: 10px;
      top: 6px; }
  .login-form .form-info {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px; }
  .login-form .form-info--smaller {
    font-size: 7.63px;
    color: #474C55;
    font-weight: 400; }
    .login-form .form-info--smaller a {
      text-decoration: underline;
      font-weight: 700;
      color: #474C55; }
  .login-form .checkbox-inline {
    font-size: 7.63px;
    line-height: 7.63px;
    margin-bottom: 12.54px;
    display: block; }
    .login-form .checkbox-inline input {
      display: inline;
      margin: 0 5px; }

.amount-section {
  margin: 50px 0; }
  .amount-section .amount-options {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .amount-section .amount-options {
        text-align: center; } }
  .amount-section .amount h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #000; }
  .amount-section .amount h3 {
    font-size: 32px;
    line-height: 38px; }
    .amount-section .amount h3 strong {
      font-weight: 700; }
  @media (max-width: 991px) {
    .amount-section .amount {
      text-align: center; } }

.account-options {
  margin-bottom: 30px; }
  .account-options .col-lg-4 {
    padding-left: 1px;
    padding-right: 1px; }
  .account-options .option {
    background-color: #F2F2F2;
    min-height: 75px;
    padding-top: 6px; }
    @media (max-width: 767px) {
      .account-options .option {
        max-width: 250px;
        margin: 0 auto 10px auto; } }
    .account-options .option .hover {
      display: none; }
    .account-options .option .option-title {
      font-size: 9px;
      font-weight: 700;
      line-height: 11px;
      margin-bottom: 10px;
      text-transform: uppercase; }
  .account-options .option-active {
    background-color: #474C55;
    color: #fff; }
    .account-options .option-active .normal {
      display: none; }
    .account-options .option-active .hover {
      display: inline-block; }

.slideshow-announcements.slick-dotted.slick-slider {
  margin-bottom: 75px; }

@media (min-width: 768px) {
  .slideshow-announcements {
    width: 100%;
    max-width: 560px;
    margin: auto; }
    .slideshow-announcements .slick-next {
      right: 0;
      z-index: 9; }
      .slideshow-announcements .slick-next:before {
        font-family: FontAwesome;
        content: "\f105"; }
    .slideshow-announcements .slick-prev {
      left: 0;
      z-index: 9; }
      .slideshow-announcements .slick-prev:before {
        font-family: FontAwesome;
        content: "\f104"; }
    .slideshow-announcements .slick-prev,
    .slideshow-announcements .slick-next {
      width: 85px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.8);
      height: 230px;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .slideshow-announcements .slick-dots {
      bottom: 40px; }
      .slideshow-announcements .slick-dots li {
        margin: 0; }
    .slideshow-announcements .slick-dots li.slick-active button::before {
      color: #fff; }
    .slideshow-announcements .slick-dots li button::before {
      color: #fff;
      font-size: 11px; }
    .slideshow-announcements .slide .slider-img {
      height: 230px;
      overflow: hidden;
      width: 100%; }
      .slideshow-announcements .slide .slider-img img {
        width: 100%; }
    .slideshow-announcements .slide .slider-content {
      height: 35px;
      background-color: #E5E5E5;
      color: #000;
      font-size: 14px;
      line-height: 35px;
      font-weight: 500;
      padding: 0 10px;
      text-transform: uppercase; }
      .slideshow-announcements .slide .slider-content .read-more {
        float: right;
        color: #F5A800;
        font-size: 9px;
        text-decoration: underline; } }

@media (max-width: 767px) {
  .slider-content {
    background-color: #E5E5E5;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase; }
    .slider-content span,
    .slider-content .read-more {
      display: block;
      text-align: center;
      float: none; }
    .slider-content .read-more {
      color: #F5A800;
      font-size: 9px;
      text-decoration: underline; }
  .slideshow-announcements .slide img {
    width: 100%; }
  .slick-prev {
    left: 5px;
    z-index: 999; }
  .slick-next {
    right: 5px;
    z-index: 999; } }

.properties {
  margin-bottom: 70px; }
  .properties .single-property {
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .properties .single-property {
        margin-bottom: 10px; } }
    .properties .single-property .p-header {
      height: 30px;
      line-height: 30px;
      background-color: #F4F4F4;
      color: #474C55;
      padding: 0 10px; }
      .properties .single-property .p-header .name {
        font-size: 14px; }
      .properties .single-property .p-header .link {
        font-size: 9px;
        float: right;
        text-transform: uppercase; }
        .properties .single-property .p-header .link a {
          color: #474C55;
          text-decoration: underline; }
    .properties .single-property .p-content {
      padding: 0 10px;
      margin-bottom: 15px; }
      .properties .single-property .p-content h3 {
        font-size: 10px;
        line-height: 28px; }
      .properties .single-property .p-content p {
        font-size: 9px;
        line-height: 13px; }
    .properties .single-property .p-options {
      padding: 0 10px;
      margin-bottom: 10px; }
      .properties .single-property .p-options a {
        color: #F5A800;
        font-size: 9px;
        margin-right: 10px; }

.gray {
  padding: 20px 0;
  background-color: #474C55;
  color: #fff; }
  .gray .section-title {
    color: #fff;
    margin-bottom: 40px; }

.row-services {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .row-services {
      margin-bottom: 0px; } }

.service-single {
  text-align: center; }
  @media (max-width: 767px) {
    .service-single {
      margin-bottom: 30px; } }
  .service-single .service-icon {
    margin-bottom: 10px;
    min-height: 55px; }
  .service-single .service-name {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 10px; }
  .service-single .service-description {
    font-size: 9px;
    line-height: 13px; }

.download {
  padding: 50px 0; }
  .download .section-title {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .download .section-title {
        margin-bottom: 10px; } }
  .download .app-description {
    margin: 30px 0; }
    @media (max-width: 767px) {
      .download .app-description {
        text-align: center; } }
    .download .app-description p {
      font-size: 14px;
      line-height: 16px;
      color: #474C55;
      margin-bottom: 20px; }
      .download .app-description p:last-child {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    .download .store-badges {
      text-align: center; } }
  .download .btn-light-blue {
    margin-bottom: 13px; }

.light-gray {
  background-color: #F1F1F1;
  padding: 50px 0; }

.contact .contact-item {
  text-align: center; }
  @media (max-width: 767px) {
    .contact .contact-item {
      margin-bottom: 20px; } }
  .contact .contact-item .fa {
    font-size: 55px;
    margin-bottom: 15px; }
  .contact .contact-item h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
    font-weight: 300; }
  .contact .contact-item p {
    font-size: 9px;
    line-height: 14px; }

@media (min-width: 992px) {
  .container-600 {
    width: 100%;
    max-width: 920px; }
  .properties .single-property .p-options a,
  .properties .single-property .p-content p {
    font-size: 16px;
    line-height: 24px; }
  .properties .single-property .p-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0; }
  .properties .single-property .p-header .name {
    font-size: 24px; }
  .properties .single-property .p-header {
    height: 40px;
    line-height: 40px; }
  .properties .single-property .p-header .link {
    font-size: 14px; }
  .section-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px; }
  .account-options .option {
    min-height: 90px;
    padding-top: 15px; }
  .account-options .option .option-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px; }
  .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px; }
  .amount-section .amount-options {
    margin-top: 20px; }
  .slideshow-announcements {
    max-width: 100%; }
  .slideshow-announcements .slide .slider-img {
    height: auto; }
  .slideshow-announcements .slick-prev, .slideshow-announcements .slick-next {
    height: calc(100% - 42px); }
  .slideshow-announcements .slide .slider-content {
    height: 41px;
    font-size: 18px;
    line-height: 41px; }
  .slideshow-announcements .slide .slider-content .read-more {
    font-size: 14px; }
  .slideshow-announcements .slick-dots {
    bottom: 50px; }
  .service-single .service-description {
    font-size: 16px;
    line-height: 24px; }
  .service-single .service-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px; }
  .services {
    padding-bottom: 50px; }
  .download .app-description p {
    font-size: 16px;
    line-height: 24px; }
  .contact .contact-item p {
    font-size: 14px;
    line-height: 20px; }
  .row-services {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .tabs {
    padding: 5px; } }

.tabs .tab-request-status {
  display: none; }

.tabs .tab-link {
  position: relative; }
  .tabs .tab-link .notification {
    top: -10px;
    right: -11px; }

.tabs .tab-active:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -10px; }
  @media (max-width: 767px) {
    .tabs .tab-active:after {
      bottom: -12px; } }

.tabs .tabs-header {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #B5ADA5; }
  .tabs .tabs-header a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin: 0 25px; }
    @media (max-width: 767px) {
      .tabs .tabs-header a {
        margin: 0 5px;
        font-size: 12px; } }

.tabs .tabs-content {
  padding: 35px 0; }

.form-csr {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  .form-csr label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; }
  .form-csr input,
  .form-csr select,
  .form-csr textarea {
    width: 100%;
    border: 1px solid #CBCBCB;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 23px;
    font-size: 12px;
    padding: 0 5px;
    line-height: 30px; }
  .form-csr select {
    height: 30px;
    background-image: url(assets/img/select.svg);
    background-repeat: no-repeat;
    background-position: 98% 9px;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .form-csr textarea {
    height: 87px;
    resize: none;
    margin-bottom: 10px; }
  .form-csr input[type='file'] {
    border: none;
    width: 50%; }
  .form-csr .file-upload {
    position: relative; }
    .form-csr .file-upload .files-holder {
      position: absolute;
      right: 0;
      top: 15px; }

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #EBEDEE; }
  @media (max-width: 767px) {
    .table-row {
      padding: 0 3px; } }

.dwn {
  max-width: 25px;
  text-align: center !important;
  font-size: 10px; }
  .dwn a {
    color: #F5A800;
    font-size: 10px; }

.nmb {
  max-width: 25px;
  text-align: center !important; }
  .nmb.nmb-status {
    position: relative; }
    .nmb.nmb-status:before {
      content: '';
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #F5A800;
      position: absolute;
      left: 0;
      top: 15px; }
      @media (max-width: 767px) {
        .nmb.nmb-status:before {
          left: 2px;
          top: 12px; } }

.table-row > div {
  text-align: left;
  line-height: 33px;
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #474C55; }
  @media (min-width: 992px) {
    .table-row > div {
      font-size: 15px;
      line-height: 38px; } }
  @media (max-width: 767px) {
    .table-row > div {
      font-size: 8px;
      line-height: 14px; } }

.table-row--header {
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .table-row--header {
      font-size: 18px; } }

.toggle {
  margin-bottom: 1px; }
  @media (max-width: 767px) {
    .toggle {
      padding: 0 10px; } }
  .toggle .toggle-header--content {
    background-color: #000;
    max-width: 600px;
    width: 100%;
    margin: auto;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    position: relative; }
    .toggle .toggle-header--content a {
      color: #fff; }
    .toggle .toggle-header--content .toggle-btn {
      position: absolute;
      right: 0;
      top: 0;
      background-image: url(assets/img/plus.svg);
      background-position: center center;
      background-repeat: no-repeat; }
  .toggle .toggle-header.toggle-active {
    background-color: #474C55; }
  .toggle .toggle-btn {
    display: inline-block;
    width: 20px;
    height: 20px; }
  .toggle .toggle-link.toggle-link-active .toggle-btn {
    background-image: url(assets/img/minus.svg); }
  .toggle .toggle-link.toggle-link-active .toggle-header .toggle-header--content {
    background-color: #474C55; }
  .toggle .toggle-content {
    display: none; }
    .toggle .toggle-content .container-fluid {
      background-color: #F1F1F1; }

.notification {
  background-color: #FF1D25;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  width: 15px;
  height: 15px;
  color: #fff;
  line-height: 15px;
  text-align: center; }

.tab-all-invoices,
.tab-payments,
.tab-all-announcements {
  display: none; }

.table-invoice .table-row--header {
  font-size: 17px;
  font-weight: 300;
  color: #474C55;
  line-height: 28px; }
  @media (min-width: 992px) {
    .table-invoice .table-row--header {
      font-size: 18px; } }
  .table-invoice .table-row--header strong {
    font-weight: 700; }

.container-fluid--gray {
  background-color: #F1F1F1; }

.tabs-payment {
  overflow: hidden; }
  .tabs-payment .tabs-content {
    padding: 0; }
    .tabs-payment .tabs-content .container-fluid {
      padding: 35px 0; }
  .tabs-payment .tab-all-invoices,
  .tabs-payment .tab-payments {
    padding: 35px 0; }
    .tabs-payment .tab-all-invoices .container-fluid,
    .tabs-payment .tab-payments .container-fluid {
      padding: 0; }

.payment-amount {
  position: relative;
  margin-top: 10px;
  min-height: 40px; }
  .payment-amount .info {
    position: absolute;
    top: -13px;
    left: -18px;
    width: 13px; }
    @media (max-width: 767px) {
      .payment-amount .info {
        right: 5px; } }
    .payment-amount .info .bubble {
      position: relative; }
      .payment-amount .info .bubble .info-content {
        display: none;
        width: 183px;
        height: auto;
        color: #000;
        background-color: #84DADE;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        top: -60px;
        left: 24px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-style: italic;
        padding: 10px;
        font-size: 8px; }
        .payment-amount .info .bubble .info-content .btn-close {
          position: absolute;
          top: -8px;
          right: 5px;
          color: #000; }
        .payment-amount .info .bubble .info-content:before {
          content: url(assets/img/bubble-part.svg);
          position: absolute;
          bottom: -11px;
          left: -7px; }

.info {
  position: absolute;
  top: -13px;
  left: -18px;
  width: 13px; }
  @media (max-width: 767px) {
    .info {
      right: 5px; } }
  .info .bubble {
    position: relative; }
  .info .info-content {
    display: none;
    width: 183px;
    height: auto;
    color: #000;
    background-color: #84DADE;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: -60px;
    left: 24px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    padding: 10px;
    font-size: 8px; }
    .info .info-content .btn-close {
      position: absolute;
      top: -8px;
      right: 5px;
      color: #000; }
  .info.info--show .info-content {
    display: block; }
    .info.info--show .info-content:before {
      content: url(assets/img/bubble-part.svg);
      position: absolute;
      bottom: -2px;
      left: -7px; }

.info-in-table .btn-close {
  top: 2px !important; }

.payment-amount--info {
  display: inline-block;
  float: right;
  clear: both;
  min-height: 40px;
  position: relative; }

.info-column {
  position: relative; }
  .info-column .info {
    position: absolute;
    top: -6px;
    right: 40px; }
  .info-column .info-content {
    padding: 10px 15px;
    font-size: 8px;
    line-height: 10px;
    top: -78px; }

.tab-all-announcements,
.tab-announcements {
  padding: 20px; }
  .tab-all-announcements .row-announcements,
  .tab-announcements .row-announcements {
    margin-bottom: 20px; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.post .post-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 20px 0; }

.post .post-excerpt {
  margin-bottom: 10px; }
  .post .post-excerpt p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px; }

.post .post-tags {
  color: #F5A800;
  font-size: 12px;
  line-height: 15px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px; }
  .post .post-tags a {
    color: #F5A800; }

.profile-meta {
  padding: 20px 0 50px 0; }
  .profile-meta .profile-row {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #474C55;
    margin-bottom: 8px; }
    .profile-meta .profile-row span {
      font-weight: 500;
      color: #000; }

.row-my-properties {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #474C55;
  margin-bottom: 8px; }
  .row-my-properties a {
    color: #474C55;
    font-weight: 500;
    margin: 0 5px; }
  .row-my-properties strong {
    font-weight: 500; }

.mg-top-20 {
  margin-top: 20px; }

.mg-bot-50 {
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .post .post-excerpt p,
  .post .post-tags {
    font-size: 16px;
    line-height: 24px; }
  .post .post-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0; }
  .profile-meta .profile-row {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .row-my-properties {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
    .row-my-properties.mg-bot-50 {
      margin-bottom: 50px; }
  .profile .tabs .tabs-header {
    font-size: 24px;
    line-height: 34px;
    padding: 15px 0; }
  .profile .navigation-wrap .navigation .main-menu .menu li.profile .lang a {
    height: 28px; }
  .toggle .toggle-header--content {
    max-width: 920px; } }


ul li ul.dropdown {
	right: 0;
	width: 100%;
}

	ul li ul.dropdown li {
		width: 100% !important;
	}

		ul li ul.dropdown li a {
			padding-left: 0 !important;
			padding-right: 0 !important;
			display: block !important;
		}

@media(min-width: 1040px) {
	.navigation-wrap .navigation .main-menu .menu li a {
		padding: 18px 25px;
	}
}

@media(max-width: 991px) {
	.navigation-wrap .navigation .main-menu .menu li a {
		padding: 10px 15px;
	}
}

@media(max-width: 480px) {
	.navigation-wrap .navigation .main-menu .menu li a {
		font-size: 8px;
		padding: 10px 5px;
	}

	.table-row > div {
		font-size: 8px;
		line-height: 9px;
		word-break: break-all;
		padding: 1px;
		border-left: 1px solid #000;
	}

		.table-row > div:last-child {
			border-right: 1px solid #000;
		}
}
