

/* Start:/local/templates/main/styles/dashbord.css?163419667436873*/
/* Vendors */
.fancybox-enabled {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

body .fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  height: calc(60% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .6s infinite linear;
  animation: fancybox-rotate .6s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
/* Site settings */
/* Base */
/* ===========================
   Base
   =========================== */
html,
button,
input,
select,
textarea {
  color: #333; }

* {
  word-wrap: break-word; }

html {
  font-size: 1em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

img {
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

textarea {
  resize: none;
  overflow: auto; }

input:not([type="checkbox"], [type="radio"]), button, textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

/*::-webkit-input-placeholder {opacity: 1;}
::-moz-placeholder {opacity: 1;}
:-ms-input-placeholder  {opacity: 1;}*/
input {
  outline: none; }

object {
  display: block; }

embed {
  display: block; }

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

/* Author's custom styles */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.6em;
  font-weight: normal;
  background-color: #fff; }

.regular-container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }

.regular-page {
  min-height: 500px;
  padding: 15px 0 0; }

h1 {
  color: #000;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal; }

h2 {
  color: #000;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal; }

h3 {
  color: #000;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal; }

h4, h5 {
  color: #000;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700; }

b, strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

i, em {
  font-family: "Open Sans", sans-serif;
  font-style: italic; }

p {
  margin: 15px 0; }
  p:first-child {
    margin-top: 0; }

a {
  color: #76c518;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important; }

a:hover {
  text-decoration: none;
  color: #76c518; }

/*a:visited {
	color: #8f42a3;
}*/
input, textarea {
  font-family: "Open Sans", sans-serif;
  outline: none; }

textarea {
  resize: none;
  overflow: auto; }

ul, ol {
  padding-left: 20px;
  margin: 15px 0; }

ul li, ol li {
  margin-bottom: 12px; }

ul {
  list-style-image: url("/img/dashbord/ul-marker-icon.png"); }

/*::-webkit-input-placeholder {color:#b2b2b2;}
::-moz-placeholder          {color:#b2b2b2;}
:-moz-placeholder           {color:#b2b2b2;}
:-ms-input-placeholder      {color:#b2b2b2;}*/
button {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  outline: none !important; }

table {
  font-family: "Open Sans", sans-serif; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
  border: 2px solid #bbb;
  background-color: #fff;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 600; }
  input[type="text"].has-error,
  input[type="email"].has-error,
  input[type="password"].has-error,
  input[type="number"].has-error,
  input[type="tel"].has-error,
  textarea.has-error {
    border-color: #ff6986 !important; }
textarea {
  padding: 10px 12px;
  min-height: 165px;
  line-height: 1em; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #999 !important; }
  input[type="text"]:focus.has-error,
  input[type="email"]:focus.has-error,
  input[type="password"]:focus.has-error,
  input[type="number"]:focus.has-error,
  input[type="tel"]:focus.has-error,
  textarea:focus.has-error {
    border-color: #ff6986 !important; }

.input-box {
  margin-bottom: 30px;
  position: relative; }

.submit-box {
  margin-top: 30px;
  text-align: center; }

.input-label {
  margin-bottom: 5px;
  font-size: 15px;
  color: #000; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type="checkbox"] + i,
input[type="radio"] + i {
  cursor: pointer; }

input[type="checkbox"] + i::before,
input[type="radio"] + i::before {
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
  vertical-align: 0;
  margin: 0 15px 0 0;
  background-image: url("/img/dashbord/checkbox-icon.png");
  background-repeat: no-repeat; }


input[type="checkbox"] + i::before,
input[type="radio"] + i::before {
  background-position: 0 0; }

input[type="checkbox"]:checked + i::before,
input[type="radio"]:checked + i::before {
  background-position: -19px 0; }

.checkbox-label {
  cursor: pointer;
  display: table;
  line-height: 1.3em; }

.checkbox-label input[type="checkbox"] + i,
.checkbox-label input[type="radio"] + i {
  display: table-cell;
  vertical-align: top; }

.checkbox-label span {
  vertical-align: top; }

.checkbox-label span i {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.big-checkbox .checkbox-label {
  margin-bottom: 10px;
  line-height: 1.1em; }
.big-checkbox .checkbox-label span i {
  margin-top: 7px; }
.big-checkbox input[type="checkbox"] + i::before {
  width: 30px;
  height: 30px;
  background-image: url("/img/dashbord/big-checkbox-icon.png"); }
.big-checkbox input[type="checkbox"]:checked + i::before {
  background-position: -30px 0; }

.reg-btn {
  display: inline-block;
  padding: 18px 30px;
  border: none;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1em;
  color: #fff !important;
  text-align: center;
  background-color: #8dd03a;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .reg-btn:focus,
  .reg-btn:hover {
    color: #fff !important;
    background-color: #73b620 !important; }
  .reg-btn:active {
    color: #fff !important;
    background-color: #9cdf49 !important; }

.green-text {
  color: #9ce047; }

blockquote {
  padding: 5px 20px 5px 60px;
  margin: 25px 0;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  border-left: 2px solid #9ce047; }

.b-breadcrumbs {
  margin: 0 0 30px;
  line-height: 1.3em; }
  .b-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .b-breadcrumbs ul > li {
      margin: 0;
      color: #666;
      display: inline;
      font-size: 12px; }
      .b-breadcrumbs ul > li:after {
        content: "\2192";
        font-family: "Times New Roman", serif;
        display: inline-block;
        margin: 0 5px 0 9px; }
      .b-breadcrumbs ul > li:last-child:after {
        display: none; }
      .b-breadcrumbs ul > li > a {
        color: #000;
        text-decoration: none; }
        .b-breadcrumbs ul > li > a:hover {
          text-decoration: underline;
          color: #43ba21; }
          .b-breadcrumbs ul > li > a:hover .fa-home {
            color: #43ba21; }
      .b-breadcrumbs ul > li .fa-home {
        font-size: 18px;
        vertical-align: -2px;
        color: #575757;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .b-breadcrumbs ul > li > span {
        color: #666; }

.privacy-rules {
  display: none;
  padding-left: 40px;
  padding-right: 70px; }

.privacy-rules ol {
  margin: 0; }

.privacy-rules ol li {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.5em; }

/* Modules */
/* ==|====================
   Dashboards START
   ======================= */
.cm-dashboards-wrapper {
  line-height: 1.6em; }
  .cm-dashboards-wrapper h2 {
    margin-bottom: 40px;                                                                                                     
    font-size: 28px;
    line-height: 1.22em;
    color: #29282c; }

/* top section */
.cm-dashboards-top-section {
  min-height: 557px;
  padding: 13px 0 80px;
  background: url("/img/dashbord/cm-dashboards-top-pic.jpg") center bottom no-repeat #28282d;
  background-size: cover;
  position: relative;
  color: #fff;
  overflow: hidden; }
  .cm-dashboards-top-section .b-breadcrumbs {
    position: relative;
    color: #fff;
    z-index: 1; }
  .cm-dashboards-top-section .b-breadcrumbs ul > li {
    color: #fff; }
  .cm-dashboards-top-section .b-breadcrumbs ul > li .fa-home {
    color: #9d9da5; }
  .cm-dashboards-top-section .b-breadcrumbs ul > li > a {
    color: #fff; }
    .cm-dashboards-top-section .b-breadcrumbs ul > li > a:hover {
      color: #9ce047; }
  .cm-dashboards-top-section .b-breadcrumbs ul > li > span {
    color: #fff; }

.cm-dashboards-top-box {
  margin-top: 130px;
  position: relative;
  z-index: 1; }

.cm-dashboards-top-content {
  max-width: 500px; }
  .cm-dashboards-top-content h1 {
    padding-bottom: 10px;
    font-size: 70px;
    line-height: 1em;
    color: #93d029;
    background: -webkit-gradient(linear, left top, right top, from(#93d029), color-stop(60%, #519b8e));
    background: linear-gradient(to right, #93d029 0%, #519b8e 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.cm-dashboards-top-desc {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1em; }

.cm-dashboards-top-btn {
  margin-top: 28px; }
  .cm-dashboards-top-btn .reg-btn {
    padding: 14px 26px 16px; }

.no-text-fill-color .cm-dashboards-top-content h1 {
  background: transparent !important; }

@media only screen and (max-width: 991px) {
  .cm-dashboards-top-section {
    min-height: 507px; 
    background-size: 1570px;
  }

  .cm-dashboards-top-box {
    margin-top: 80px; }

  .cm-dashboards-top-content h1 {
    font-size: 60px; }

  body .cm-dashboards-top-section .cm-dashboards-top-desc {
    margin-top: -8px;
    margin-bottom: 23px;
    font-size: 34px; } 
}
@media only screen and (max-width: 767px) {
  body .cm-dashboards-top-section {
    min-height: 0;
    padding-bottom: 200px;
    background-position: calc(50% + 26px) 100%;
    background-size: cover; }

  .cm-dashboards-top-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cm-dashboards-top-content {
    max-width: none;
  }

  .cm-dashboards-top-content h1 {
    display: inline-block;
    font-size: 48px;
    background: -webkit-gradient(linear, left top, right top, from(#93d029), to(#519b8e));
    background: linear-gradient(to right, #93d029 0%, #519b8e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

  .cm-dashboards-top-desc {
    font-size: 30px;
    line-height: 34px; } }
/* about section */
.cm-dashboards-about-section {
  padding: 72px 0; }
  .cm-dashboards-about-section h2 {
    margin-bottom: 25px; }
  .cm-dashboards-about-section p {
    max-width: 860px; }

.cm-dashboards-about-video {
  max-width: 760px;
  height: 420px;
  margin: 40px auto 0; }
  .cm-dashboards-about-video .yt-play {
    display: block;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #313137; }
    .cm-dashboards-about-video .yt-play:before, .cm-dashboards-about-video .yt-play:after {
      content: "";
      position: absolute;
      width: 68px;
      height: 47px;
      left: 50%;
      margin-left: -34px;
      top: 50%;
      margin-top: -23px;
      background: url("/img/dashbord/yt-btn.png") no-repeat;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .cm-dashboards-about-video .yt-play:before {
      opacity: 1;
      background-position: top; }
    .cm-dashboards-about-video .yt-play:after {
      opacity: 0;
      background-position: bottom; }
    .cm-dashboards-about-video .yt-play:hover:before {
      opacity: 0; }
    .cm-dashboards-about-video .yt-play:hover:after {
      opacity: 1; }

@media only screen and (max-width: 800px) {
  .cm-dashboards-about-section {
    padding: 60px 0 50px;
    text-align: center; }

  .cm-dashboards-about-video {
    margin: 30px -15px 0; } }
/* help section */
.cm-dashboards-help-section {
  padding-bottom: 70px; }
  .cm-dashboards-help-section h2 {
    margin-bottom: 63px; }

.cm-dashboards-help-item {
  position: relative;
  padding-left: 110px; }
  .cm-dashboards-help-item__icon {
    position: absolute;
    left: 0;
    top: -25px; }
  .cm-dashboards-help-item__caption {
    max-width: 230px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #29282c;
    font-weight: bold;
    line-height: 22px; }
  .cm-dashboards-help-item__list {
    max-width: 310px; }
    .cm-dashboards-help-item__list ul li {
      margin-bottom: 24px;
      line-height: 24px; }
      .cm-dashboards-help-item__list ul li:last-child {
        margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .cm-dashboards-help-item__icon img {
    width: 62px;
    height: 62px; }

  .cm-dashboards-help-item {
    padding-left: 75px; }

  .cm-dashboards-help-item__icon {
    top: -13px; } }
@media only screen and (max-width: 767px) {
  .cm-dashboards-help-section {
    padding-bottom: 40px; }

  .cm-dashboards-help-section h2 {
    margin-bottom: 30px;
    text-align: center; }

  .cm-dashboards-help-col {
    margin-bottom: 25px; }
    .cm-dashboards-help-col:last-child {
      margin-bottom: 0; }

  .cm-dashboards-help-item {
    padding-left: 57px; }

  .cm-dashboards-help-item__icon {
    top: -2px; }

  .cm-dashboards-help-item__icon img {
    width: 48px;
    height: 48px; }

  .cm-dashboards-help-item__caption {
    margin-bottom: 20px; }

  .cm-dashboards-help-item__list {
    max-width: none; }

  .cm-dashboards-help-item__list ul li {
    margin-bottom: 14px; } }
/* feedback section */
.feedback-section {
  padding: 72px 0 80px;
  background-color: #f0f0f0; }
  .feedback-section h2 {
    margin-bottom: 13px;
    font-size: 28px; }
  .feedback-section .section-note {
    line-height: 1.4em;
    margin-bottom: 35px; }

.feedback-form .submit-box {
  text-align: left; }
  .feedback-form .submit-box .reg-btn {
    padding: 12px 30px 14px;
    background-color: #98d642; }
.feedback-form label input[type="checkbox"] + i::before {
  margin-right: 10px; }
.feedback-form label span i {
  margin-top: -2px !important; }
.feedback-form label a {
  display: inline-block;
  line-height: 1em;
  color: #000 !important;
  text-decoration: none;
  border-bottom: 1px dashed; }
  .feedback-form label a:hover {
    border-color: transparent; }

@media only screen and (max-width: 991px) {
  .feedback-section .input-box {
    margin-bottom: 20px; }
  .feedback-section .confirm-privacy-box {
    margin-top: 10px; } }
@media only screen and (max-width: 767px) {
  .feedback-section {
    padding: 53px 0 60px; }
    .feedback-section h2 {
      line-height: 32px;
      text-align: center; }
    .feedback-section .section-note {
      text-align: center; }
    .feedback-section .submit-box {
      text-align: center; } }
/* demo section */
.cm-dashboards-demo-section {
  padding: 65px 0 90px; }
  .cm-dashboards-demo-section h2 {
    margin-bottom: 17px; }

.cm-dashboards-demo-title h3 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #29282c; }

.cm-dashboards-demo-pic {
  position: relative;
  margin-top: 30px;
  text-align: center; }
  .cm-dashboards-demo-pic img {
    display: inline-block; }

.cm-dashboards-demo-pic-note {
  position: absolute;
  text-align: left;
  width: 105px;
  line-height: 18px;
  color: #29282c; }
  .cm-dashboards-demo-pic-note.note-1 {
    left: 0;
    top: 312px; }
    .cm-dashboards-demo-pic-note.note-1:before {
      content: "";
      position: absolute;
      width: 65px;
      height: 21px;
      left: 35px;
      top: -28px;
      background: url("/img/dashbord/cm-dashboards-demo-arrow-1.png") no-repeat; }
  .cm-dashboards-demo-pic-note.note-2 {
    width: 110px;
    right: 0;
    top: 195px;
    text-align: right; }
    .cm-dashboards-demo-pic-note.note-2:before {
      content: "";
      position: absolute;
      width: 63px;
      height: 30px;
      right: 50px;
      top: -30px;
      background: url("/img/dashbord/cm-dashboards-demo-arrow-2.png") no-repeat; }

@media only screen and (max-width: 1040px) {
  .cm-dashboards-demo-pic-note {
    display: none; }

  .cm-dashboards-demo-title {
    display: block !important; } }
@media only screen and (max-width: 991px) {
  .cm-dashboards-demo-pic .small-pic {
    display: inline-block !important; } }
@media only screen and (max-width: 767px) {
  .cm-dashboards-demo-section {
    padding: 50px 0;
    text-align: center; }

  .cm-dashboards-demo-title h3 {
    margin-bottom: 10px;
    font-size: 16px; } }
@media only screen and (max-width: 710px) {
  .cm-dashboards-demo-pic {
    margin-left: -15px;
    margin-right: -15px; } }
/* indicators section */
.cm-dashboards-indicators-section {
  padding: 65px 0 80px;
  background-color: #fff;
  overflow: hidden; }
  .cm-dashboards-indicators-section h4 {
    margin-bottom: 30px; }
  .cm-dashboards-indicators-section p {
    max-width: 935px; }

.cm-dashboards-indicators-pic {
  text-align: center;
  margin: 0 -5px;
  margin-top: 50px; }

@media only screen and (max-width: 460px) {
    .cm-dashboards-help-item__list ul li {
        text-align: left;
    }
    .cm-dashboards-share-desc{
        text-align: left;
    }
}
body .fa-external-link:before{
    content: '';
}
body .fa-external-link.fa:after{
    content: "\f08e";
}

@media only screen and (max-width: 767px) {
  .cm-dashboards-indicators-section {
    padding: 50px 0 40px; }
    .cm-dashboards-indicators-section h2 {
      margin-bottom: 25px; }
    .cm-dashboards-indicators-section h4 {
      margin-bottom: 20px;
      line-height: 22px; }

  .cm-dashboards-indicators-pic {
    overflow: auto;
    margin-top: 35px; }
    .cm-dashboards-indicators-pic img {
      width: 700px;
      margin-bottom: 20px;
      max-width: none; } }
/* share section */
.cm-dashboards-share-section {
  padding: 70px 0 50px;
  background-color: #f0f0f0;
  overflow: hidden; }

.cm-dashboards-share-desc {
  max-width: 430px; }
  .cm-dashboards-share-desc h2 {
    margin-bottom: 30px; }
  .cm-dashboards-share-desc h3 {
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #29282c; }

.cm-dashboards-share-pic {
  margin-left: -35px;
  margin-right: -30px;
  margin-top: -5px; }

@media only screen and (max-width: 767px) {
  .cm-dashboards-share-section {
    padding: 60px 0 20px; }

  .cm-dashboards-share-desc {
    max-width: none; }

  .cm-dashboards-share-desc h2 {
    margin-bottom: 28px; }

  .cm-dashboards-share-desc h3 {
    margin-bottom: 15px;
    max-width: none; }

  .cm-dashboards-share-pic {
    margin: 0 -25px;
    text-align: center; } }
/* advantages section */
.cm-dashboards-advantages {
  padding: 85px 0 95px;
  background-color: #363636;
  color: #fff;
  overflow: hidden; }
  .cm-dashboards-advantages h2 {
    margin-bottom: 70px;
    color: #fff; }

.cm-dashboards-advantage-col:nth-child(3) .cm-dashboards-advantage-item {
  margin-left: 10px; }
.cm-dashboards-advantage-col:nth-child(4) .cm-dashboards-advantage-item {
  margin-left: 30px; }

.cm-dashboards-advantage-item__icon {
  height: 70px;
  line-height: 70px;
  margin-bottom: 40px; }
.cm-dashboards-advantage-item__info {
  font-size: 18px;
  line-height: 24px;
  color: #a8a8ac; }

@media only screen and (max-width: 991px) {
  .cm-dashboards-advantage-item {
    margin: 0 !important; }

  .cm-dashboards-advantage-item__icon {
    margin-bottom: 35px; }

  .cm-dashboards-advantage-item__info {
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .cm-dashboards-advantages {
    padding: 50px 0 65px; }
    .cm-dashboards-advantages h2 {
      margin-bottom: 45px; }

  .cm-dashboards-advantage-col {
    margin-bottom: 40px; }
    .cm-dashboards-advantage-col:last-child {
      margin-bottom: 0; }

  .cm-dashboards-advantage-item__icon {
    margin-bottom: 15px; }

  .cm-dashboards-advantages {
    text-align: center; } }
/* calc cost section */
.calc-cost-section-new {
  padding: 82px 0;
  background: url("/img/dashbord/calc-cost-bg-new.png") calc(50% + 230px) 100% no-repeat #a2e038; }
  .calc-cost-section-new h2 {
    max-width: 370px;
    margin-bottom: 27px;
    font-size: 32px;
    line-height: 1.13em;
    color: #466d00; }

.calc-cost-btn .reg-btn {
  padding: 14px 30px 16px;
  background-color: #fff !important;
  color: #363636 !important; }
  .calc-cost-btn .reg-btn:hover {
    background-color: #466d00 !important;
    color: #fff !important; }

@media only screen and (max-width: 991px) {
  .calc-cost-section-new {
    background-position: calc(50% + 145px) 100%; } }
@media only screen and (max-width: 767px) {
  .calc-cost-section-new {
    padding: 30px 0 90px;
    background-position: calc(100% + 80px) bottom;
    background-size: 315px 124px; }

  .calc-cost-section-new h2 {
    margin-bottom: 25px; } }
/* include section */
.cm-dashboards-include-section {
  padding: 83px 0;
  background: url("/img/dashbord/cm-dashboards-include-bg.png") calc(50% + 210px) 100% no-repeat #a2e038;
  color: #466d00; }
  .cm-dashboards-include-section h2 {
    margin-bottom: 15px;
    color: #466d00;
    font-size: 32px;
    line-height: 36px; }
  .cm-dashboards-include-section strong {
    display: block;
    max-width: 350px;
    margin-bottom: 24px; }
  .cm-dashboards-include-section p {
    max-width: 390px; }

.cm-dashboards-include-btn {
  margin-top: 45px; }
  .cm-dashboards-include-btn .reg-btn {
    padding: 14px 30px 16px;
    background-color: #fff !important;
    color: #363636 !important; }
    .cm-dashboards-include-btn .reg-btn:hover {
      background-color: #466d00 !important;
      color: #fff !important; }

@media only screen and (max-width: 767px) {
  .cm-dashboards-include-section {
    padding: 40px 0 80px;
    background: url("/img/dashbord/cm-dashboards-include-bg-xs.png") no-repeat #a2e038;
    background-position: 85% 100%; }

  .cm-dashboards-include-btn {
    margin-top: 35px; } 
}

@media only screen and (max-width: 600px) {
    body .cm-dashboards-top-section {
        min-height: 0;
        padding-bottom: 200px;
        background: url(/img/dashbord/cm-dashboards-top-pic-xs.jpg) no-repeat #28282d;
        background-position: calc(50% + 26px) 100%;
        background-size: cover;
    }
  .cm-dashboards-top-content {
    text-align: center; 
  }
}
/* ==|====================
   Dashboards END
   ======================= */

/*# sourceMappingURL=main.css.map */
/* End */
/* /local/templates/main/styles/dashbord.css?163419667436873 */
